@charset "UTF-8";
html,
body {
  height: 100%;
  font-family: "Mukta",sans-serif;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111;
  font-weight: 400;
  font-family: "Roboto Slab",serif; }

h1 {
  font-size: 70px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

li,
p {
  font-size: 15px;
  font-family: "Nunito Sans", sans-serif;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 25px; }

p {
  margin: 0 0 15px 0; }

img {
  max-width: 100%; }

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none; }

a {
  text-decoration: none;
  outline: none; }

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #fff; }

ul,
ol {
  padding: 0;
  margin: 0; }

.header {
  background: #fff; }
  .header .headline {
    background: #7aab6d;
    padding: 10px 0; }
  .header .headline-left p {
    color: #fff;
    margin-bottom: 0; }
  .header .headline-right {
    text-align: right; }
  .header .headline-links {
    display: inline-block;
    margin-right: 25px; }
  .header .headline-links a {
    color: #fff;
    font-size: 13px;
    display: inline-block; }
    .header .headline-links a:hover {
      color: #fff;
      text-decoration: underline; }
  .header .headline-links a:last-child {
    margin-right: 0; }
  .header .headline-hover {
    display: inline-block;
    position: relative; }
  .header .headline-hover:hover ul {
    top: 24px;
    opacity: 1;
    visibility: visible; }
  .header .headline-hover span {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer; }
  .header .headline-hover span i {
    font-size: 20px;
    position: relative;
    top: 3px;
    right: 2px; }
  .header .headline-hover ul {
    background: #fff;
    display: inline-block;
    padding: 2px 0;
    position: absolute;
    left: 0;
    top: 44px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s; }
  .header .headline-hover ul li {
    list-style: none;
    font-size: 13px;
    color: #111;
    padding: 2px 15px;
    cursor: pointer; }
  .header .logo {
    padding: 16px 0; }
  .header .logo a {
    display: inline-block; }
  .header .menu {
    text-align: center;
    padding: 26px 0 25px; }
    .header .menu ul li {
      list-style: none;
      display: inline-block;
      margin-right: 40px;
      position: relative; }
    .header .menu ul li a.active:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .header .menu ul li a:hover:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .header .menu ul li:hover .dropdown {
      top: 32px;
      opacity: 1;
      visibility: visible; }
    .header .menu ul li:last-child {
      margin-right: 0; }
    .header .menu ul li .dropdown {
      position: absolute;
      left: 0;
      top: 56px;
      width: 150px;
      background: #111;
      text-align: left;
      padding: 5px 0;
      z-index: 9;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      transition: all, 0.3s; }
    .header .menu ul li .dropdown li {
      display: block;
      margin-right: 0; }
    .header .menu ul li .dropdown li a {
      font-size: 14px;
      color: #fff;
      font-weight: 400;
      padding: 5px 20px;
      text-transform: capitalize; }
    .header .menu ul li .dropdown li a:after {
      display: none; }
    .header .menu ul li a {
      font-size: 15px;
      color: #111;
      display: block;
      font-weight: 600;
      position: relative;
      padding: 3px 0; }
    .header .menu ul li a:after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: #7aab6d;
      content: "";
      -webkit-transition: all, 0.5s;
      -o-transition: all, 0.5s;
      transition: all, 0.5s;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
  .header .nav-option {
    text-align: right;
    padding: 30px 0; }
  .header .nav-option a {
    display: inline-block;
    margin-right: 26px;
    position: relative; }
  .header .nav-option a span {
    color: #0d0d0d;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    left: 24px;
    top: 5px; }
  .header .nav-option a:last-child {
    margin-right: 0; }
  .header .nav-option .price {
    font-size: 15px;
    color: #111;
    font-weight: 700;
    display: inline-block;
    margin-left: -20px;
    position: relative;
    top: 3px; }

.footer {
  background: #111;
  padding-top: 60px; }
  .footer .footer-about .footer-logo {
    margin-bottom: 20px; }
  .footer .footer-about .footer-logo a {
    display: inline-block; }
  .footer .footer-about p {
    color: #b7b7b7; }
  .footer .footer-widget {
    margin-bottom: 20px; }
    .footer .footer-widget h6 {
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 20px; }
    .footer .footer-widget ul li {
      line-height: 36px;
      list-style: none; }
      .footer .footer-widget ul li a {
        color: #b7b7b7;
        font-size: 15px; }
  .footer .footer-widget ul li,
  .footer .footer-widget .footer-newsletter-widget p {
    color: #b7b7b7; }
  .footer .footer-widget .footer-newsletter-widget form {
    position: relative; }
    .footer .footer-widget .footer-newsletter-widget form input {
      width: 100%;
      font-size: 15px;
      color: #fff;
      background: transparent;
      border: none;
      padding: 8px 10px;
      margin-bottom: 2px;
      border-bottom: 2px solid #fff; }
    .footer .footer-widget .footer-newsletter-widget form button {
      color: #b7b7b7;
      font-size: 16px;
      position: absolute;
      right: 5px;
      top: 10px;
      height: 100%;
      background: transparent;
      border: none; }
  .footer .footer-copyright-text {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    margin-top: 40px; }
    .footer .footer-copyright-text p {
      color: #b7b7b7;
      margin-bottom: 0; }
      .footer .footer-copyright-text p i {
        color: #7aab6d; }
  .footer .footer-copyright-text p .footer-copyright-text p a {
    color: #7aab6d; }
  .footer input::-webkit-input-placeholder {
    color: #b7b7b7; }
  .footer input::-moz-placeholder {
    color: #b7b7b7; }
  .footer input:-ms-input-placeholder {
    color: #b7b7b7; }
  .footer input::-ms-input-placeholder {
    color: #b7b7b7; }
  .footer input::placeholder {
    color: #b7b7b7; }

#btn-back-to-top {
  border-radius: 5px;
  position: fixed;
  padding: 14px 18px;
  bottom: 15px;
  right: 20px; }

.cc-container input {
  background-color: #edffed; }

.toast {
  background-color: white; }
  .toast .toast-header strong {
    font-size: 18px; }
  .toast .toast-body {
    font-size: 16px;
    padding: 1rem; }
  .toast .toast-success {
    background-color: #4b7141; }

.modal {
  background: rgba(0, 0, 0, 0.5); }
  .modal .modal-content {
    padding: 30px; }
  .modal .btn-close {
    width: 0.25em;
    height: 0.25em; }

.whc-carousel .carousel-indicators {
  bottom: 0px;
  margin-bottom: 1em; }
  .whc-carousel .carousel-indicators li {
    width: 14px;
    height: 14px;
    line-height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid transparent; }
  .whc-carousel .carousel-indicators .active {
    opacity: 1;
    background: transparent; }

.carousel-video {
  position: relative; }
  .carousel-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.25;
    z-index: 1; }
  .carousel-video video {
    width: 100vw;
    scale: 1.2; }

.card-counter {
  color: #000;
  font-size: 20px; }
  .card-counter:hover {
    color: #111; }
  .card-counter i {
    margin-right: 20px; }

/*---------------------
  Helper CSS
-----------------------*/
.section-title span, .about .about-item h3 span, .about .about-item h4 span {
  color: #7aab6d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block; }

.section-title h2, .about .about-item h3 h2, .about .about-item h4 h2 {
  color: #111;
  font-weight: 700;
  line-height: 46px; }

.whc-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.section {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-small {
  padding-top: 50px;
  padding-bottom: 50px; }

/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;
  color: #fff;
  background: #000000;
  letter-spacing: 4px; }

.site-btn, .whc-btn {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  background: #111;
  font-weight: 700;
  border: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 30px; }
  .site-btn:hover, .whc-btn:hover {
    background: #474040; }

.whc-btn {
  background: #7aab6d;
  margin-bottom: 10px; }
  .whc-btn:hover {
    background: #4b7141; }

.spacial-controls {
  position: fixed;
  width: 111px;
  height: 91px;
  top: 0;
  right: 0;
  z-index: 999; }

.spacial-controls .search-switch {
  display: block;
  height: 100%;
  padding-top: 30px;
  background: #323232;
  text-align: center;
  cursor: pointer; }

.search-model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 99999; }

.search-model-form {
  padding: 0 15px; }

.search-model-form input {
  width: 500px;
  font-size: 40px;
  border: none;
  border-bottom: 2px solid #333;
  background: 0 0;
  color: #999; }

.search-close-switch {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
  top: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.hero-slider.owl-carousel .owl-item.active .hero-text h2, .hero-slider.owl-carousel .owl-item.active .hero-text h5, .hero-slider.owl-carousel .owl-item.active .hero-text h6, .hero-slider.owl-carousel .owl-item.active .hero-text p, .hero-slider.owl-carousel .owl-item.active .hero-text li {
  top: 0;
  opacity: 1;
  color: #fff; }
.hero-slider.owl-carousel .owl-item.active .hero-text .primary-btn {
  top: 0;
  opacity: 1; }
.hero-slider.owl-carousel .owl-nav button {
  font-size: 36px;
  color: #fff;
  position: absolute;
  left: 75px;
  top: 50%;
  margin-top: -18px;
  line-height: 29px; }
.hero-slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 75px; }

.hero-items {
  height: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center; }
  .hero-items h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s; }
  .hero-items ul {
    margin-bottom: 20px; }
    .hero-items ul li {
      color: #fff;
      position: relative;
      top: 100px;
      opacity: 0;
      -webkit-transition: all, 0.9s;
      -o-transition: all, 0.9s;
      transition: all, 0.9s; }
  .hero-items h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 10px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s; }
  .hero-items p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.9s;
    -o-transition: all, 0.9s;
    transition: all, 0.9s; }
  .hero-items .primary-btn {
    position: relative;
    top: 100px;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all, 1.1s;
    -o-transition: all, 1.1s;
    transition: all, 1.1s; }
  .hero-items:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 1; }

.hero-text {
  position: relative;
  z-index: 9; }
  .hero-text .primary-btn span {
    font-size: 20px;
    position: relative;
    top: 4px;
    font-weight: 700; }

.banner-item {
  position: relative;
  overflow: hidden; }

.banner-item:hover .banner-item-text a:after {
  width: 40px;
  background: #7aab6d; }

.banner-item.banner-item--middle {
  margin-top: -75px; }

.banner-item.banner-item--middle .banner-item-pic {
  float: none; }

.banner-item.banner-item--middle .banner-item-text {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  padding-top: 22px; }

.banner-item.banner-item-end {
  margin-top: 100px; }

.banner-item-pic {
  float: right; }

.banner-item-text {
  max-width: 300px;
  position: absolute;
  left: 10px;
  top: 110px; }
  .banner-item-text h2 {
    color: #111;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 10px; }
  .banner-item-text a {
    display: inline-block;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 3px 0;
    position: relative; }
    .banner-item-text a:after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: #111;
      content: "";
      -webkit-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      transition: all, 0.3s; }

/*---------------------
  Categories
-----------------------*/
.categories {
  background: #f3f2ee;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 125px; }

.categories-text {
  padding-top: 40px;
  position: relative;
  z-index: 1; }

.categories-text:before {
  position: absolute;
  left: -485px;
  top: 0;
  height: 300px;
  width: 600px;
  background: #fff;
  z-index: -1;
  content: ""; }

.categories-text h2 {
  color: #b7b7b7;
  line-height: 72px;
  font-size: 34px; }

.categories-text h2 span {
  font-weight: 700;
  color: #111; }

.categories-hot-deal {
  position: relative;
  z-index: 5; }

.categories-hot-deal img {
  min-width: 100%; }

.hot-deal-sticker {
  height: 100px;
  width: 100px;
  background: #111;
  border-radius: 50%;
  padding-top: 22px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -36px; }
  .hot-deal-sticker h5,
  .hot-deal-sticker span {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1; }

.categories-deal-countdown span {
  color: #7aab6d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block; }

.categories-deal-countdown h2 {
  color: #111;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 25px; }

.categories-deal-countdown .categories-deal-countdown-timer {
  margin-bottom: 20px;
  overflow: hidden;
  margin-left: -30px; }

.categories-deal-countdown .categories-deal-countdown-timer .cd-item {
  width: 25%;
  float: left;
  margin-bottom: 25px;
  text-align: center;
  position: relative; }

.categories-deal-countdown .categories-deal-countdown-timer .cd-item:after {
  position: absolute;
  right: 0;
  top: 7px;
  content: ":";
  font-size: 24px;
  font-weight: 700;
  color: #3d3d3d; }

.categories-deal-countdown .categories-deal-countdown-timer .cd-item:last-child:after {
  display: none; }

.categories-deal-countdown .categories-deal-countdown-timer .cd-item span {
  color: #111;
  font-weight: 700;
  display: block;
  font-size: 36px; }

.categories-deal-countdown .categories-deal-countdown-timer .cd-item p {
  margin-bottom: 0; }

/*---------------------
  Instagram
-----------------------*/
.instagram {
  padding-bottom: 0; }

.instagram-pic-item {
  width: 33.33%;
  float: left;
  height: 261px;
  background-position: center center; }

.instagram-text {
  padding-top: 130px; }

.instagram-text h2 {
  color: #111;
  font-weight: 700;
  margin-bottom: 30px; }

.instagram-text p {
  margin-bottom: 65px; }

.instagram-text h3 {
  color: #7aab6d;
  font-weight: 700; }

/*---------------------
  Product
-----------------------*/
.filter-controls {
  text-align: center;
  margin-bottom: 45px; }
  .filter-controls li {
    color: #b7b7b7;
    font-size: 24px;
    font-weight: 700;
    list-style: none;
    display: inline-block;
    margin-right: 88px;
    cursor: pointer; }
    .filter-controls li:last-child {
      margin-right: 0; }
    .filter-controls li.active {
      color: #111; }

.product-description h6 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px; }
.product-description ul {
  padding-left: 20px;
  margin-bottom: 15px; }
.product-description a {
  color: #4b7141;
  font-weight: bold; }
  .product-description a:hover {
    color: #7aab6d; }
.product-description .site-btn, .product-description .whc-btn {
  color: #fff;
  margin-bottom: 15px; }
  .product-description .site-btn:hover, .product-description .whc-btn:hover {
    color: #fff; }

.product-item {
  overflow: hidden;
  max-width: 260px;
  margin: 0 auto 40px; }
  .product-item .product-item-pic {
    border: 5px solid #efefef;
    border-radius: 50%; }

.product-item.sale .product-item-pic .label {
  color: #fff;
  background: #111; }

.product-item:hover .product-item-pic .product-hover {
  left: 20px;
  opacity: 1; }
.product-item:hover .product-item-text .add-cart {
  cursor: pointer;
  top: 45px;
  opacity: 1;
  visibility: visible; }

.product-item-pic {
  display: block;
  height: 260px;
  position: relative;
  background-position: center center; }
  .product-item-pic .label {
    color: #111;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 15px 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 20px; }

.product-item-pic .product-hover {
  position: absolute;
  right: -200px;
  top: 20px;
  -webkit-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all, 0.8s; }
  .product-item-pic .product-hover li {
    list-style: none;
    margin-bottom: 10px;
    position: relative; }
    .product-item-pic .product-hover li:hover span {
      opacity: 1;
      visibility: visible; }
    .product-item-pic .product-hover li span {
      color: #fff;
      background: #111;
      display: inline-block;
      padding: 4px 10px;
      font-size: 12px;
      position: absolute;
      left: -78px;
      top: 5px;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      transition: all, 0.3s; }
      .product-item-pic .product-hover li span:after {
        position: absolute;
        right: -2px;
        top: 5px;
        height: 15px;
        width: 15px;
        background: #111;
        content: "";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: -1; }
    .product-item-pic .product-hover li img {
      background: #fff;
      display: inline-block;
      padding: 10px;
      width: 40px;
      height: 40px;
      border-radius: 3px; }

.product-item-text {
  padding-top: 10px;
  position: relative;
  text-align: center; }
  .product-item-text h5,
  .product-item-text .add-cart {
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s; }
  .product-item-text .add-cart {
    color: #7aab6d;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 2px; }
  .product-item-text h5 {
    color: #111;
    font-weight: 600; }

.product-item-text h5 {
  color: #0d0d0d;
  font-weight: 700; }

.product-item-text .product-color-select {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s; }
  .product-item-text .product-color-select label {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #5e64d1;
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: 5px;
    position: relative;
    cursor: pointer; }

.product-item-text .product-color-select label.black {
  background: #404a47; }

.product-item-text .product-color-select label.grey {
  background: #d5a667; }

.product-item-text .product-color-select label.active:after {
  opacity: 1; }

.product-item-text .product-color-select label:after {
  position: absolute;
  left: -3px;
  top: -3px;
  height: 18px;
  width: 18px;
  border: 1px solid #b9b9b9;
  content: "";
  border-radius: 50%;
  opacity: 0; }

.product-item-text .product-color-select label input {
  position: absolute;
  visibility: hidden; }

.shop-product-option {
  margin-bottom: 45px; }

.shop-product-option p {
  color: #111;
  margin-bottom: 0; }

.shop-product-option-right {
  text-align: right; }

.shop-product-option-right p {
  display: inline-block;
  margin-bottom: 0; }

.shop-product-option-right .nice-select {
  float: none;
  display: inline-block;
  padding: 0;
  line-height: 26px;
  height: auto;
  border: none;
  padding-right: 28px; }

.shop-product-option-right .nice-select:after {
  border-bottom: 1.5px solid #111;
  border-right: 1.5px solid #111;
  height: 8px;
  right: 12px;
  width: 8px; }

.shop-product-option-right .nice-select span {
  color: #111;
  font-size: 15px;
  font-weight: 700; }

.shop-product-option-right .nice-select .list {
  border-radius: 0; }

.product-pagination {
  padding-top: 25px;
  text-align: center; }
  .product-pagination a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    height: 30px;
    width: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center; }
    .product-pagination a.active, .product-pagination a:hover {
      border-color: #111; }
  .product-pagination span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    padding-left: 10px;
    padding-right: 15px; }

.product-details-pic-item {
  position: relative;
  margin-bottom: 20px; }
  .product-details-pic-item a {
    height: 56px;
    width: 56px;
    border: 4px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -28px;
    margin-left: -28px; }

.product-details-text h2 {
  font-weight: bold; }
.product-details-text h4 {
  color: #111;
  font-weight: 600;
  margin-bottom: 10px; }

.product-details-text h3 {
  color: #0d0d0d;
  font-weight: 700;
  margin-bottom: 16px; }

.product-details-text h3 span {
  color: #b7b7b7;
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px;
  text-decoration: line-through; }

.product-details-text p {
  margin-bottom: 35px; }

.product-details-cart-option {
  margin-bottom: 25px; }
  .product-details-cart-option .quantity {
    display: inline-block;
    margin-right: 20px; }
    .product-details-cart-option .quantity .pro-qty {
      width: 100px;
      height: 40px;
      border: 1px solid #e5e5e5;
      position: relative; }
      .product-details-cart-option .quantity .pro-qty input {
        color: #0d0d0d;
        font-size: 15px;
        font-weight: 700;
        width: 70px;
        height: 100%;
        text-align: center;
        border: none; }
      .product-details-cart-option .quantity .pro-qty .btn-cart-quantity {
        font-size: 18px;
        color: #0d0d0d;
        position: absolute;
        right: 15px;
        top: 3px;
        height: 10px;
        width: 10px;
        cursor: pointer;
        font-weight: 600; }
    .product-details-cart-option .quantity .qty-btn {
      font-size: 18px;
      color: #0d0d0d;
      position: absolute;
      right: 15px;
      top: 3px;
      height: 10px;
      width: 10px;
      cursor: pointer;
      font-weight: 600; }
    .product-details-cart-option .quantity .qty-btn.inc {
      top: 16px; }
  .product-details-cart-option .primary-btn {
    cursor: pointer; }

.quantity-stop {
  width: 10px;
  display: inline-block; }

.product-details-cart-option .quantity .pro-qty .btn-cart-quantity.inc {
  top: 16px; }

.product-details-btns-option {
  margin-bottom: 40px; }
  .product-details-btns-option a {
    display: inline-block;
    font-size: 13px;
    color: #3d3d3d;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 20px; }

.product-details-btns-option a:last-child {
  margin-right: 0; }

.product-details-last-option h5 {
  color: #111;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  margin-bottom: 26px; }

.product-details-last-option h5 span {
  background: #fff;
  padding: 0 30px; }

.product-details-last-option h5:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 1px;
  width: 460px;
  background: #e5e5e5;
  content: "";
  z-index: -1;
  margin: 0 auto; }

.product-details-last-option ul {
  padding-top: 40px; }

.product-details-last-option ul li {
  list-style: none;
  font-size: 15px;
  color: #111;
  font-weight: 700;
  line-height: 30px; }

.product-details-last-option ul li span {
  font-weight: 400;
  color: #b7b7b7; }

.product-details-tab {
  padding-top: 60px; }

.product-details-tab .nav-tabs {
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.product-details-tab .nav-tabs .nav-item {
  margin-right: 50px; }

.product-details-tab .nav-tabs .nav-item:last-child {
  margin-right: 0; }

.product-details-tab .nav-tabs .nav-item .nav-link {
  font-size: 20px;
  color: #b7b7b7;
  padding: 0;
  border: none;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent; }

.product-details-tab .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #7aab6d; }

.product-details-tab-content {
  padding-top: 35px; }

.note {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 25px; }

.product-details-tab-content-item {
  margin-bottom: 30px; }

.product-details-tab-content-item:last-child {
  margin-bottom: 0; }

.product-details-tab-content-item h5 {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px; }

.product-details-tab-content-item p {
  margin-bottom: 0; }

.products-related {
  background-color: #f3f2ee;
  padding-bottom: 55px; }
  .products-related .products-related-title {
    color: #111;
    font-weight: 700;
    margin-bottom: 30px; }

.breadcrumbs {
  background: #f3f2ee;
  padding: 70px 0;
  position: relative; }
  .breadcrumbs .breadcrumb-text {
    position: relative;
    z-index: 4; }
    .breadcrumbs .breadcrumb-text h3 {
      color: #111;
      font-weight: 700;
      margin-bottom: 8px; }
  .breadcrumbs .breadcrumb-links a {
    font-size: 15px;
    color: #111;
    margin-right: 18px;
    display: inline-block;
    position: relative; }
    .breadcrumbs .breadcrumb-links a:after {
      position: absolute;
      right: -14px;
      top: 0;
      content: "";
      font-family: "FontAwesome"; }
  .breadcrumbs .breadcrumb-links a, .breadcrumbs .breadcrumb-links span {
    font-size: 15px;
    color: #111;
    display: inline-block; }
  .breadcrumbs.breadcrumbs-image {
    background-position: center;
    background-size: cover; }
    .breadcrumbs.breadcrumbs-image h3, .breadcrumbs.breadcrumbs-image span, .breadcrumbs.breadcrumbs-image a, .breadcrumbs.breadcrumbs-image p {
      color: #fff; }
    .breadcrumbs.breadcrumbs-image:after {
      content: " ";
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      z-index: 3; }

.breadcrumb-blog {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 320px; }
  .breadcrumb-blog h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700; }

/*---------------------
  About
-----------------------*/
.section-title, .about .about-item h3, .about .about-item h4 {
  color: #111;
  font-weight: 700;
  margin-bottom: 10px; }

.about .about-pic {
  margin-bottom: 35px; }
  .about .about-pic img {
    min-width: 100%; }
  .about .about-pic .about-item {
    margin-bottom: 30px; }
.about .about-item h3, .about .about-item h4 {
  font-weight: bold;
  text-align: left; }

.whc-list {
  padding-left: 20px; }

.whc-list-icon {
  list-style-type: none;
  padding-left: 28px; }
  .whc-list-icon li {
    margin-bottom: 4px; }
  .whc-list-icon > li::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f05d ';
    font-size: 1em;
    display: block;
    position: absolute;
    color: #7aab6d;
    display: inline-block;
    width: 1em;
    margin-left: -1.75em;
    margin-top: 6px; }
  .whc-list-icon a {
    color: #7aab6d; }
    .whc-list-icon a:hover {
      color: #4b7141; }

.whc-bg-offset,
.faq {
  background: #f3f2ee; }

.testimonial {
  background: #f3f2ee; }
  .testimonial .testimonial-text {
    text-align: center;
    padding: 70px 110px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .testimonial .testimonial-text span {
      color: #7aab6d;
      font-size: 72px; }
    .testimonial .testimonial-text .testimonial-text p {
      color: #111;
      font-size: 20px;
      font-style: italic;
      line-height: 30px;
      padding-top: 12px;
      margin-bottom: 25px; }
    .testimonial .testimonial-text .testimonial-author {
      display: flex;
      align-items: center;
      justify-content: center; }
  .testimonial .testimonial-text .testimonial-author-pic {
    float: left;
    margin-right: 20px; }
  .testimonial .testimonial-author-text {
    overflow: hidden;
    padding-top: 3px; }
    .testimonial .testimonial-author-text h5 {
      color: #111;
      font-weight: 700;
      margin-bottom: 0px; }
  .testimonial .testimonial-author-text .testimonial-author-text p {
    color: #b7b7b7;
    margin-bottom: 0 !important;
    padding-top: 0; }
  .testimonial .testimonial-pic {
    height: 600px; }
  .testimonial .testimonial-author-pic img {
    height: 60px;
    width: 60px;
    border-radius: 50%; }
  .testimonial .testimonial-author-avatar {
    background-color: #7aab6d;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 900;
    letter-spacing: 1px;
    border-radius: 50%;
    margin-right: 8px; }

/*---------------------
  Counter
-----------------------*/
.counter-item {
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  align-items: center; }
  .counter-item .counter-item-number {
    float: left;
    margin-right: 10px; }
    .counter-item .counter-item-number h2 {
      color: #111;
      font-weight: 700;
      font-size: 50px;
      line-height: 50px;
      display: inline-block; }
    .counter-item .counter-item-number strong {
      color: #111;
      font-weight: 700;
      font-size: 50px;
      line-height: 50px;
      display: inline-block; }
  .counter-item span {
    display: block;
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    overflow: hidden; }

.staff {
  padding-bottom: 70px; }
  .staff .section-title span, .staff .about .about-item h3 span, .about .about-item .staff h3 span, .staff .about .about-item h4 span, .about .about-item .staff h4 span {
    margin-bottom: 0; }
  .staff .section-title h2, .staff .about .about-item h3 h2, .about .about-item .staff h3 h2, .staff .about .about-item h4 h2, .about .about-item .staff h4 h2 {
    margin-bottom: 45px; }
  .staff .staff-item {
    margin-bottom: 30px; }
    .staff .staff-item img {
      min-width: 100%;
      margin-bottom: 12px; }
    .staff .staff-item h5 {
      color: #111;
      font-weight: 700;
      margin-bottom: 0px; }
    .staff .staff-item span {
      display: block;
      font-size: 15px;
      display: block;
      color: #b7b7b7; }
    .staff .staff-item a {
      clear: both;
      display: block;
      margin-top: 8px; }

.book-btn {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  background: #7aab6d;
  font-weight: 700;
  border: none;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px; }

/*---------------------
  Shopping Cart
-----------------------*/
.cart-products {
  margin-bottom: 30px; }
  .cart-products table {
    width: 100%; }
    .cart-products table thead {
      border-bottom: 1px solid #f2f2f2; }

.cart-products table thead tr th {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 25px; }

.cart-products table tbody tr {
  border-bottom: 1px solid #f2f2f2; }
  .cart-products table tbody tr td {
    padding-bottom: 20px;
    padding-top: 20px; }
  .cart-products table tbody tr td.product-cart-item {
    width: 400px; }
    .cart-products table tbody tr td.product-cart-item img {
      border-radius: 50%;
      border: 5px solid #efefef; }
    .cart-products table tbody tr td.product-cart-item .product-cart-item-pic {
      background-size: cover;
      background-position: center;
      border-radius: 50%;
      float: left;
      margin-top: 10px;
      margin-right: 25px;
      max-width: 120px;
      width: 70px;
      height: 70px; }
    .cart-products table tbody tr td.product-cart-item .product-cart-item-text {
      overflow: hidden;
      padding-top: 21px; }
      .cart-products table tbody tr td.product-cart-item .product-cart-item-text h6 {
        color: #111;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px; }

.cart-products table tbody tr td.product-cart-item .product-cart-item-text h5 {
  color: #0d0d0d;
  font-weight: 700; }

.cart-products table tbody tr td.quantity-item {
  width: 175px; }

.cart-products table tbody tr td.quantity-item .quantity .pro-qty-2 {
  width: 80px; }

.cart-products table tbody tr td.quantity-item .quantity .pro-qty-2 input {
  width: 50px;
  border: none;
  text-align: center;
  color: #111;
  font-size: 16px; }

.cart-products table tbody tr td.quantity-item .quantity .pro-qty-2 .btn-cart-quantity {
  font-size: 16px;
  color: #888888;
  width: 10px;
  cursor: pointer; }

.cart-products table tbody tr td.cart-price {
  font-weight: 700;
  width: 140px; }

.cart-products table tbody tr td.cart-close i {
  font-size: 16px;
  color: #111;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #f3f2ee;
  border-radius: 50%;
  text-align: center;
  cursor: pointer; }
  .cart-products table tbody tr td.cart-close i:hover {
    background: red;
    color: #fff; }

.continue-btn.update-btn {
  text-align: right; }

.continue-btn.update-btn a {
  color: #fff;
  background: #111;
  border-color: #111; }

.continue-btn.update-btn a i {
  margin-right: 5px; }

.continue-btn a {
  background: #4b7141;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #eceae7;
  padding: 14px 35px;
  display: inline-block; }
  .continue-btn a:hover {
    background-color: #7aab6d; }

.cart-discount {
  background-color: #f3f2ee;
  padding: 35px 40px 40px;
  margin-bottom: 30px; }
  .cart-discount h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .cart-discount div {
    position: relative; }
    .cart-discount div input {
      font-size: 14px;
      color: #111;
      height: 50px;
      width: 100%;
      text-transform: uppercase;
      border: 1px solid #eceae7;
      padding-left: 20px; }
    .cart-discount div button {
      font-size: 14px;
      color: #fff;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      background: #111;
      padding: 0 20px;
      border: none;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; }
  .cart-discount .cart-remove-discount {
    color: red;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-top: 4px; }
    .cart-discount .cart-remove-discount:hover {
      text-decoration: underline; }

.cart-total {
  background: #f3f2ee;
  padding: 35px 40px 40px; }

.cart-total h6 {
  color: #111;
  text-transform: uppercase;
  margin-bottom: 12px; }

.cart-total ul {
  margin-bottom: 25px; }

.cart-total ul li {
  list-style: none;
  font-size: 16px;
  color: #444444;
  line-height: 40px;
  overflow: hidden; }

.cart-total ul li span {
  font-weight: 700;
  color: #7aab6d;
  float: right; }

.cart-total .primary-btn {
  display: block;
  padding: 12px 10px;
  text-align: center;
  letter-spacing: 2px; }

/*---------------------
  Checkout
-----------------------*/
.coupon-code {
  color: #0d0d0d;
  font-size: 14px;
  border-top: 2px solid #77b527;
  background: #f5f5f5;
  padding: 23px 30px 18px;
  margin-bottom: 50px; }

.coupon-code span {
  margin-right: 15px; }

.coupon-code a {
  color: #0d0d0d; }

.checkout-title {
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #eceae7;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: 20px; }

.checkout-input label {
  font-size: 15px; }
  .checkout-input label span {
    color: #7aab6d; }
.checkout-input select,
.checkout-input textarea,
.checkout-input input {
  height: 50px;
  width: 100%;
  border: 1px solid #d6d5d5;
  border-radius: 4px;
  font-size: 15px;
  color: #15252f;
  padding: 8px 14px;
  margin-bottom: 10px; }
.checkout-input textarea {
  resize: none;
  height: 90px;
  width: 100%; }
.checkout-input .validation-message {
  color: red;
  font-size: 13px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px; }

.checkout-input-checkbox label {
  font-size: 15px;
  color: #0d0d0d;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 16px;
  display: block; }

.checkout-input-checkbox label input {
  position: absolute;
  visibility: hidden; }

.checkout-input-checkbox label input:checked ~ .checkmark {
  border-color: #7aab6d; }

.checkout-input-checkbox label input:checked ~ .checkmark:after {
  opacity: 1; }

.checkout-input-checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  height: 14px;
  width: 14px;
  border: 1.5px solid #d8d8d8;
  content: "";
  border-radius: 2px; }

.checkout-input-checkbox label .checkmark:after {
  position: absolute;
  left: 1px;
  top: -3px;
  width: 14px;
  height: 7px;
  border: solid #7aab6d;
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  content: "";
  opacity: 0; }

.checkout-input-checkbox p {
  color: #0d0d0d;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 22px; }

.checkout-order {
  background: #f3f2ee;
  padding: 30px; }
  .checkout-order .alert {
    margin-bottom: 0 !important;
    margin-top: 1.5rem !important; }

.checkout-order .order-title {
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 25px;
  margin-bottom: 30px; }

.checkout-order p {
  color: #444444;
  font-size: 16px;
  line-height: 28px; }

.checkout-order .site-btn, .checkout-order .whc-btn {
  border-radius: 4px;
  margin: 5px 0;
  width: 100%; }

.checkout-order button.site-btn, .checkout-order button.whc-btn {
  margin: 8px 0 0 0;
  width: 100%; }
  .checkout-order button.site-btn:disabled, .checkout-order button.whc-btn:disabled, .checkout-order button.site-btn[disabled], .checkout-order button[disabled].whc-btn {
    background-color: #d6d5d5;
    color: #868a8c;
    cursor: default; }

.checkout-order-products {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 18px; }

.checkout-order-products span {
  float: right; }

.checkout-products-list {
  margin-bottom: 20px; }
  .checkout-products-list li {
    font-size: 16px;
    list-style: none;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 10px; }
    .checkout-products-list li:last-child {
      margin-bottom: 0; }
    .checkout-products-list li span {
      float: right; }

.checkout-total-all {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 0;
  margin-bottom: 26px; }
  .checkout-total-all li {
    list-style: none;
    font-size: 16px;
    color: #111;
    line-height: 40px;
    overflow: hidden; }
    .checkout-total-all li span {
      color: #4b7141;
      font-weight: 700;
      float: right; }

.checkout-location,
.checkout-provider {
  margin-bottom: 10px; }
  .checkout-location p,
  .checkout-provider p {
    margin-bottom: 0; }

.checkout-location {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 26px; }
  .checkout-location .nice-select {
    float: none;
    width: 100%; }

.whc-address span {
  color: #4b7141;
  display: block;
  margin-bottom: 2px; }
  .whc-address span a {
    color: #4b7141;
    display: inline-block;
    vertical-align: top; }
    .whc-address span a:hover {
      color: #277b11; }
  .whc-address span i {
    color: #277b11; }
.whc-address .contact-hours {
  margin-bottom: 20px; }
  .whc-address .contact-hours span {
    color: #7aab6d;
    display: inline-block;
    min-width: 100px; }

.contact-text .section-title, .contact-text .about .about-item h3, .about .about-item .contact-text h3, .contact-text .about .about-item h4, .about .about-item .contact-text h4 {
  margin-bottom: 40px; }
  .contact-text .section-title h2, .contact-text .about .about-item h3 h2, .about .about-item .contact-text h3 h2, .contact-text .about .about-item h4 h2, .about .about-item .contact-text h4 h2 {
    font-size: 48px;
    margin-bottom: 18px; }
  .contact-text .section-title h3, .contact-text .about .about-item h3 h3, .about .about-item .contact-text h3 h3, .contact-text .about .about-item h4 h3, .about .about-item .contact-text h4 h3 {
    font-weight: bold; }
  .contact-text .section-title p, .contact-text .about .about-item h3 p, .about .about-item .contact-text h3 p, .contact-text .about .about-item h4 p, .about .about-item .contact-text h4 p {
    color: #707070;
    line-height: 26px;
    margin-bottom: 0; }
.contact-text ul li {
  list-style: none;
  margin-bottom: 26px; }
.contact-text ul li:last-child {
  margin-bottom: 0; }

.contact-text ul li h4 {
  color: #111;
  font-weight: 700;
  margin-bottom: 8px; }

.contact-text ul li p {
  line-height: 27px;
  margin-bottom: 0; }

.contact-form select,
.contact-form input,
.contact-form textarea {
  font-size: 15px;
  border: 1px solid #eceae7;
  color: #15252f;
  width: 100%;
  padding-left: 20px; }
.contact-form select,
.contact-form input {
  height: 50px;
  margin-bottom: 30px; }
.contact-form textarea {
  height: 150px;
  padding-top: 12px;
  margin-bottom: 24px;
  resize: none; }
.contact-form .site-btn:disabled, .contact-form .whc-btn:disabled, .contact-form .site-btn[disabled], .contact-form [disabled].whc-btn {
  background-color: #d6d5d5;
  color: #868a8c;
  cursor: default; }

.map iframe {
  width: 100%; }

.contact-form button {
  letter-spacing: 4px;
  padding: 14px 35px; }

.accordion-flush .accordion-item {
  margin-bottom: 16px; }
  .accordion-flush .accordion-item .accordion-button {
    font-weight: bold; }
    .accordion-flush .accordion-item .accordion-button a {
      color: #fff;
      display: inline-block;
      margin-left: 5px;
      text-decoration: underline; }
      .accordion-flush .accordion-item .accordion-button a:hover {
        color: #fff; }
  .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #7aab6d;
    box-shadow: none; }
  .accordion-flush .accordion-item .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important; }

/*--------------------------------- Responsive Styling -----------------------------*/
#unauthPageTitle,
#errorMsgDiv {
  opacity: 0;
  color: #fff; }

.whc-widget-form-alt #errorMsgDiv {
  background-color: rgba(255, 0, 0, 0.75);
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 4px;
  border-radius: 6px;
  margin-bottom: 5px; }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px; }

  .carousel-video video {
    scale: 1.1;
    object-fit: cover;
    max-height: 670px; } }
/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories-text h2 {
    font-size: 26px; }

  .header-menu ul li {
    margin-right: 38px; }

  .hero-slider.owl-carousel .owl-nav button {
    left: 2px; }

  .hero-slider.owl-carousel .owl-nav button.owl-next {
    right: 2px; }

  .testimonial .testimonial-text {
    padding: 130px 45px 175px; }

  .counter-item {
    flex-direction: column;
    justify-content: center; }
    .counter-item span {
      text-align: center; } }
/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu ul li {
    margin-right: 10px; }

  .header-nav-option a {
    margin-right: 10px; }

  .header-nav-option .price {
    margin-left: 0; }

  .hero-slider.owl-carousel .owl-nav button {
    left: 2px; }

  .hero-slider.owl-carousel .owl-nav button.owl-next {
    right: 2px; }

  .banner-item.banner-item--middle {
    margin-top: 0; }

  .banner-item.banner-item-end {
    margin-top: 0; }

  .banner-item {
    margin-bottom: 40px; }

  .banner {
    padding-bottom: 60px; }

  .categories-text {
    margin-bottom: 40px; }

  .categories-hot-deal {
    margin-bottom: 40px; }

  .instagram-text {
    padding-top: 70px; }

  .shop-sidebar {
    padding-right: 0;
    padding-top: 40px; }

  .cart-discount {
    margin-top: 40px; }

  .testimonial .testimonial-text {
    padding: 100px 105px 100px; }

  header.header .logo, header.header .mobile-menu, header.header .nav-option {
    padding: 32px 0; } }
/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
  .header-top {
    display: none; }

  .header .menu {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 10px; }
  .header .logo,
  .header .nav-option {
    float: left; }
  .header .logo {
    width: 80%; }
  .header .nav-option {
    width: 20%; }

  .header .container {
    position: relative; }

  .header-menu {
    display: none; }

  .header-nav-option {
    display: none; }

  .search-model-form input {
    width: 100%;
    font-size: 24px; }

  .hero-slider.owl-carousel .owl-nav button {
    left: 15px;
    top: 88%; }
  .hero-slider.owl-carousel .owl-nav button.owl-next {
    left: 80% !important;
    right: 0; }

  .banner-item.banner-item--middle {
    margin-top: 0; }

  .banner-item.banner-item-end {
    margin-top: 0; }

  .banner-item {
    margin-bottom: 40px; }

  .banner {
    padding-bottom: 60px; }

  .banner-item-pic {
    float: none; }

  .banner-item-pic img {
    min-width: 100%; }

  .banner-item-text {
    max-width: 100%;
    position: relative;
    top: 0;
    padding-top: 22px; }

  .filter-controls li {
    margin-right: 15px; }

  .categories-text {
    margin-bottom: 40px; }

  .categories-hot-deal {
    margin-bottom: 40px; }

  .shop-product-option-right {
    text-align: left;
    padding-top: 20px; }

  .shop-sidebar {
    padding-right: 0;
    margin-bottom: 40px; }

  .testimonial .testimonial-text {
    padding: 100px 40px 100px; }

  .product-details-breadcrumb {
    text-align: left; }

  .product-details-pic .nav-tabs {
    width: auto;
    margin-bottom: 40px; }

  .product-details-pic .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 10px; }

  .product-details-option-size {
    display: block;
    margin-right: 0;
    margin-bottom: 25px; }

  .product-details-last-option h5:before {
    width: 440px; }

  .product-details-tab .nav-tabs .nav-item {
    margin-bottom: 15px; }

  .cart-products {
    overflow-y: auto; }
    .cart-products table thead th {
      font-size: 15px; }

  .cart-products table tbody tr td.product-cart-item .product-cart-item-pic {
    margin-right: 6px;
    margin-top: 0;
    width: 46px;
    height: 46px;
    float: left; }
  .cart-products table tbody tr td.quantity-item .quantity .pro-qty-2 input {
    width: 20px;
    border: none;
    text-align: center;
    color: #111;
    font-size: 15px; }
  .cart-products table tbody tr td.product-cart-item .product-cart-item-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 0;
    min-height: 46px; }
    .cart-products table tbody tr td.product-cart-item .product-cart-item-text h6 {
      font-size: 14px;
      margin-bottom: 2px; }
    .cart-products table tbody tr td.product-cart-item .product-cart-item-text h5 {
      font-size: 15px; }
  .cart-products table tbody tr td.quantity-item {
    width: 50px; }
    .cart-products table tbody tr td.quantity-item .quantity .pro-qty-2 {
      width: 60px; }
  .cart-products table tbody tr td.cart-price {
    font-size: 15px;
    width: 90px; }
  .cart-products table tbody tr td.cart-close i {
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px; }

  .cart-products table tbody tr .continue-btn {
    text-align: center; }

  .continue-btn.update-btn {
    text-align: center;
    margin-top: 20px; }

  .cart-discount {
    margin-top: 40px; }

  .checkout-order {
    margin-top: 20px; }

  .contact-text {
    margin-bottom: 40px; }

  .hero-social {
    margin-top: 180px; }

  .section {
    padding: 60px 0 !important; }

  .checkout-order {
    padding: 30px 20px; } }
/* Small Device = 320px */
.icon-location-pin {
  background-color: #fff;
  -webkit-mask: url(/svgs/solid/location-dot.svg) no-repeat center;
  mask: url(/svgs/solid/location-dot.svg) no-repeat center;
  width: 12px;
  height: 12px;
  display: inline-block; }

@media only screen and (max-width: 479px) {
  .header .menu ul li {
    margin: 0;
    padding: 5px 25px;
    text-align: center;
    width: 100%; }

  .cart-total {
    padding: 35px 20px 40px; }

  .hero-items {
    height: auto;
    padding-top: 60px;
    padding-bottom: 70px; }

  .hero-text h2 {
    font-size: 36px;
    line-height: 48px; }

  .hero-social {
    margin-top: 145px; }

  .categories-deal-countdown .categories-deal-countdown-timer {
    margin-left: 0; }

  .instagram-pic-item {
    width: 100%; }

  .testimonial .testimonial-text {
    padding: 30px 15px 30px; }

  .product-details-last-option h5:before {
    width: 280px; }

  .product-details-cart-option .quantity {
    margin-right: 0;
    margin-bottom: 15px; }

  .product-details-last-option h5 span {
    font-size: 16px; }

  .blog-hero-text h2 {
    font-size: 36px; }

  .categories-text h2 {
    font-size: 30px;
    line-height: 55px; }

  .categories-text:before {
    height: 250px; } }
.legal-page ul {
  padding-left: 20px;
  margin-bottom: 15px; }

/*# sourceMappingURL=style.css.map */
