﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

body {
  font-family: "Roboto Slab",serif;
  font-size: 14px;
  background: #fff;
  line-height: 20px;
  letter-spacing: .02em;
  visibility: visible;
  overflow-x: hidden
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab",serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #333
}

p {
  margin-bottom: 0
}

@media (max-width:767px) {
  p {
    font-size: 15px
  }
}

a, button {
  text-decoration: none;
  color: inherit
}

a, button, img, input {
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

  a:focus {
    text-decoration: none;
    color: #fff;
    outline: 0
  }

  a:hover {
    text-decoration: none;
    color: #f79254
  }

  button, input[type=submit] {
    cursor: pointer;
    outline: 0 !important
  }

img {
  max-width: 100%
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #fff
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  color: #fff
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #fff
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #fff
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

input::placeholder, textarea::placeholder {
  color: #fff;
  opacity: 1
}

input:active::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
  color: #fff
}

input:active::-moz-placeholder, textarea:active::-moz-placeholder {
  color: #fff
}

input:active:-ms-input-placeholder, textarea:active:-ms-input-placeholder {
  color: #fff
}

input:active::-ms-input-placeholder, textarea:active::-ms-input-placeholder {
  color: #fff
}

input:active::placeholder, textarea:active::placeholder {
  color: #fff
}

ul {
  padding: 0;
  margin: 0
}

li, ul {
  list-style: none
}

span {
  display: inline-block
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover
}

.bg-pattern {
  background-image: url(../img/post/bg-pattern.jpg)
}

.bg1 {
  background-image: url(../img/slider/slide1.jpg)
}

.bg2 {
  background-image: url(../img/slider/slide2.jpg)
}

.bg3 {
  background-image: url(../img/slider/slide3.jpg)
}

.bg4 {
  background-image: url(../img/slider/slide4.jpg)
}

.bg5 {
  background-image: url(../img/slider/slide5.jpg)
}

.bg6 {
  background-image: url(../img/slider/slide6.jpg)
}

@media (min-width:992px) and (max-width:1200px) {
  .container-lg-fliud {
    max-width: 100%
  }
}

.section-title {
  position: relative
}

  .section-title::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: #e5e5e5
  }

.bg-pattern .section-title::after {
  background: #494949
}

.section-title h2 {
  padding: 0 25px;
  position: relative;
  z-index: 2;
  background: #fff;
  color: #343434;
  font-size: 19px;
  font-weight: 400;
  display: inline-block;
  text-transform: inherit
}

.slick-slider {
  background: 0 0
}

.slick-slide img {
  display: block;
  min-width: 100%
}

.slick-arrow-style .slick-slide {
  padding: 0 15px
}

.slick-arrow-style .slick-list {
  margin-right: -15px;
  margin-left: -15px
}

.product-nav.slick-arrow-style .slick-list {
  padding: 0 5px;
  margin-right: -5px;
  margin-left: -5px
}

.product-nav.slick-arrow-style .slick-slide {
  padding: 0 5px
}

.product-nav.slick-arrow-style .product-thumb {
  border: 1px solid transparent
}

.product-nav.slick-arrow-style .slick-current.slick-active .product-thumb {
  border-color: #f79254
}

.product-nav.slick-arrow-style .product-thumb:hover {
  border-color: #f79254
}

.slick-arrow-style .slick-arrow {
  position: absolute;
  border: 0;
  top: 50%;
  text-align: center;
  height: 38px;
  width: 38px;
  line-height: 38px;
  background: #343434;
  color: #fff;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 20px
}

  .slick-arrow-style .slick-arrow:hover {
    background: #f79254
  }

.slick-arrow-style:hover .slick-arrow {
  opacity: 1
}

.slick-arrow-style .slick-prev {
  left: -18px
}

.slick-arrow-style .slick-next {
  right: -18px
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #f79254;
  border-color: #f79254;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-success {
  margin: 20px 0 0;
  border: 3px solid #f79254;
  color: #f79254;
  background: #fff;
  padding: 6px 15px;
  text-transform: capitalize
}

  .btn-success:hover {
    color: #fff;
    background-color: #f79254;
    border-color: #f79254
  }

  .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #f79254;
    border-color: #f79254
  }

  .btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #f79254;
    border-color: #f79254;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none
  }

.btn-outline-success {
  margin: 20px 0 0;
  border: 3px solid #f79254;
  color: #f79254;
  background: #fff;
  padding: 6px 15px
}

  .btn-outline-success:hover {
    background: #f79254;
    border-color: #f79254
  }

  .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    background-color: #f79254;
    border-color: #f79254
  }

    .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: none
    }

.btn-secondary {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 15px;
  letter-spacing: .02em;
  border: 1px solid #f79254;
  color: #fff;
  background: #f79254;
  border-radius: 0
}

  .btn-secondary:hover {
    background: #fff;
    color: #f79254;
    border-color: #f79254
  }

  .btn-secondary.disabled {
    background: #7a7a7a;
    cursor: not-allowed;
    opacity: .65;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid transparent;
    color: #fff;
    padding: 10px 15px
  }

    .btn-secondary.disabled:hover {
      color: #fff
    }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #343434;
  border-color: #343434
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #f79254;
  border-color: #f79254
}

  .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none
  }

.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #f79254;
  border-color: #f79254;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-submit {
  position: absolute;
  top: 12px;
  right: 10px;
  text-align: center;
  display: block;
  line-height: 32px;
  height: 32px;
  width: 32px;
  padding: 0;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #f79254;
  border: none;
  border-radius: 100%
}

.home-btn {
  background: #f79254;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  font-weight: 300
}

@media (min-width:992px) and (max-width:1200px) {
  .btn-submit {
    right: 35px
  }
}

.btn-submit:hover {
  background: #333
}

.bg-dark {
  background: #f79254 !important
}

.bg-darken {
  background: #282828 !important
}

.bg-gray {
  background: #f4faec
}

.bg-dark-gray {
  background: #f1f1f1
}

.bg-light-gray {
  background: #fafafa
}

.bg-dark-light {
  background: #f79254;
}

.bg-success {
  background-color: #f79254 !important
}

.bg-warning {
  background-color: #f8c400 !important
}

.text-muted {
  color: #8e9189
}

.text-secondary {
  color: #999 !important
}

.text-dark {
  color: #343434 !important
}

.border-box {
  border: 1px dotted #d9d9d9
}

@media (min-width:768px) and (max-width:1199px) {
  .media.border-box.p-20 {
    height: 100%
  }
}

.border-right {
  border-color: #5d5d5d !important
}

.n-letter-border-top {
  border-top: 5px solid #f79254
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px
}

.p-20 {
  padding: 20px
}

.pb-40 {
  padding-bottom: 40px
}

.pb-60 {
  padding-bottom: 60px
}

.pt-30 {
  padding-top: 30px
}

.pt-40 {
  padding-top: 40px
}

.pt-60 {
  padding-top: 60px
}

.pt-70 {
  padding-top: 70px
}

.pt-120 {
  padding-top: 120px
}

.pr-30 {
  padding-right: 30px
}

@media (min-width:992px) {
  .pr-lg-30 {
    padding-right: 30px
  }
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px
}

.mt-20 {
  margin-top: 20px
}

.mt-30 {
  margin-top: 30px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-30 {
  margin-bottom: 30px
}

.mb-40 {
  margin-bottom: 40px
}

.mb-60 {
  margin-bottom: 60px
}

.mb-65 {
  margin-bottom: 65px
}

.topbar-section {
  padding: 9px 0;
  font-size: 13px;
  line-height: 22px
}

.contact-top span {
  margin-right: 25px
}

  .contact-top span:last-child {
    margin-right: 0
  }

  .contact-top span i {
    font-size: 18px;
    margin-right: 10px
  }

  .contact-top span a:hover {
    color: #fff
  }

.topbar-menu ul li {
  margin-left: 20px;
  position: relative;
  text-align: right
}

  .topbar-menu ul li:first-child {
    margin-left: 0
  }

  .topbar-menu ul li a {
    padding: 0 5px
  }

  .topbar-menu ul li:hover > a {
    color: #f79254 !important
  }

  .topbar-menu ul li i {
    font-size: 16px;
    vertical-align: -2px;
    margin-left: 3px
  }

  .topbar-menu ul li img {
    margin-right: 5px
  }

.topbar-submenu {
  position: absolute;
  top: 40px;
  right: 0;
  min-width: 150px;
  padding: 0 20px;
  background: #fff;
  border-bottom: 2px solid #f79254;
  -webkit-box-shadow: 0 2px 13.95px 1.05px rgba(0,0,0,.05);
  box-shadow: 0 2px 13.95px 1.05px rgba(0,0,0,.05);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.topbar-menu ul li:hover .topbar-submenu {
  opacity: 1;
  visibility: visible;
  top: 31px
}

.topbar-submenu li {
  margin-left: 0 !important;
  border-bottom: 1px solid #e5e5e5;
  text-align: left !important
}

  .topbar-submenu li:last-child {
    border-bottom: 0
  }

  .topbar-submenu li a {
    padding: 10px 0 !important;
    color: #7e7e7e;
    line-height: 25px;
    font-size: 13px;
    display: block
  }

    .topbar-submenu li a.active {
      color: #f79254
    }

.header-section {
  padding: 25px 0 10px
}

.shipping-box {
  font-size: 14px;
  color: #999;
  border: 1px dotted #d9d9d9;
  display: inline-block;
  padding: 10px
}

  .shipping-box span {
    color: #f79254;
    margin-left: 10px
  }

  .shipping-box i {
    width: 31px;
    height: 31px;
    line-height: 31px;
    border-radius: 100%;
    background: #f79254;
    color: #fff;
    text-align: center;
    margin-right: 11px
  }

.search {
  font-size: 18px;
  color: #fff;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  width: 38px;
  border-radius: 100%;
  background: #aaa;
  cursor: pointer;
  border: 0;
  margin-right: 15px;
  text-align: center
}

.shopping-cart-box {
  position: relative;
  text-align: center;
  background: #fff;
  color: #454545;
  border: 1px dotted #d9d9d9;
  font-size: 24px;
  font-weight: 700;
  display: block
}

.shopping-bags {
  width: 50px;
  height: 54px;
  line-height: 50px;
  font-size: 30px;
  color: #f79254;
  border-right: 1px dotted #d9d9d9
}

.cart-txt {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  color: #343434;
  padding: 0 12px
}

.cart-badge {
  position: absolute;
  top: -15px;
  left: 38px;
  display: block;
  overflow: hidden;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
  color: #343434;
  background: #ededed;
  text-align: center;
  border-radius: 50%
}

.site-menu-section {
  padding: 35px 0 10px;
  border-top: 1px solid rgba(255,255,255,.15);
  background: #fff
}

.site-main-menu li {
  margin: 0 2px
}

  .site-main-menu li a {
    line-height: 30px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #343434;
    display: block;
    text-transform: uppercase
  }

    .site-main-menu li a.active {
      color: #f79254
    }

  .site-main-menu li:hover > a {
    color: #f79254
  }

.home2 li a.active {
  background: #f79254;
  color: #fff
}

  .home2 li a.active:hover {
    color: #fff
  }

.home2 li:hover > a {
  background: #f79254;
  color: #fff
}

.mega-menu {
  width: 100%;
  position: absolute;
  top: 55px;
  -webkit-box-shadow: 0 2px 9.4px .6px rgba(0,0,0,.06);
  box-shadow: 0 2px 9.4px .6px rgba(0,0,0,.06);
  background: #fff;
  padding: 30px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  left: 0;
  right: 0
}

.site-main-menu li:hover .mega-menu {
  opacity: 1;
  visibility: visible
}

.mega-menu ul li {
  margin: 5px 0
}

  .mega-menu ul li:first-child {
    margin-bottom: 20px
  }

    .mega-menu ul li:first-child:hover a {
      padding-left: 0
    }

  .mega-menu ul li a {
    color: #69696c;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 400;
    font-size: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    padding: 0
  }

  .mega-menu ul li:hover a {
    padding-left: 10px;
    background: #fff;
    color: #f79254
  }

  .mega-menu ul li:first-child a {
    color: #69696c;
    line-height: 25px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
  }

.sub-menu {
  width: 250px;
  position: absolute;
  top: 110%;
  -webkit-box-shadow: 0 2px 9.4px .6px rgba(0,0,0,.06);
  box-shadow: 0 2px 9.4px .6px rgba(0,0,0,.06);
  background: #fff;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  left: 0;
  padding: 10px 0
}

.site-main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible
}

.sub-menu .sub-menu {
  left: 100%;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  top: 20px
}

.sub-menu li {
  position: relative
}

  .sub-menu li a:hover {
    padding-left: 30px
  }

.offcanvas {
  font-size: 16px;
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  overflow-y: scroll;
  width: 400px;
  height: 100vh;
  padding: 20px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media only screen and (max-width:480px) {
  .offcanvas {
    width: 320px
  }
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.offcanvas.offcanvas-mobile-menu {
  right: auto;
  left: 0;
  padding: 20px 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.offcanvas-menu-header {
  padding: 30px 22px 10px
}

@media (max-width:400px) {
  .offcanvas-menu-header {
    padding: 30px 15px 10px
  }
}

.offcanvas-menu-header li {
  margin-bottom: 10px
}

  .offcanvas-menu-header li a {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #333
  }

  .offcanvas-menu-header li span {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #333
  }

  .offcanvas-menu-header li i {
    font-size: 18px;
    margin-right: 10px
  }

.shipping {
  font-weight: 400;
  font-size: 14px;
  color: #999
}

  .shipping span {
    color: #f79254;
    margin-left: 10px
  }

  .shipping i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f79254;
    color: #fff;
    text-align: center;
    margin-right: 11px;
    font-size: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
  }

.offcanvas-menu-search-form {
  margin: 15px 0
}

  .offcanvas-menu-search-form form {
    position: relative
  }

    .offcanvas-menu-search-form form input[type=text] {
      width: 100%;
      padding: 8px 20px;
      padding-right: 80px;
      color: #7e7e7e;
      border: 1px solid #eee
    }

    .offcanvas-menu-search-form form button {
      position: absolute;
      top: 0;
      right: 30px;
      bottom: 0;
      padding: 5px 15px;
      border: 0;
      background-color: transparent
    }

input:not([type=checkbox]):not([type=radio]):focus, textarea:focus {
  border-bottom-color: #333
}

.offcanvas-menu > ul > li {
  position: relative
}

  .offcanvas-menu > ul > li > a {
    display: block;
    color: #2b2d2f;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 30px;
    text-transform: capitalize;
    border-top: 1px solid #eee
  }

  .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::after, .offcanvas-menu > ul > li .menu-expand::before {
      position: absolute;
      top: calc(50% - -5px);
      left: calc(50% - 40px);
      width: 14px;
      height: 2px;
      content: "";
      -webkit-transition: all .5s ease 0s;
      -o-transition: all .5s ease 0s;
      transition: all .5s ease 0s;
      -webkit-transform: scale(.75);
      -ms-transform: scale(.75);
      transform: scale(.75);
      background-color: #7e7e7e
    }

    .offcanvas-menu > ul > li .menu-expand::after {
      -webkit-transform: rotate(90deg) scale(.75);
      -ms-transform: rotate(90deg) scale(.75);
      transform: rotate(90deg) scale(.75)
    }

  .offcanvas-menu > ul > li.active > .menu-expand::after {
    -webkit-transform: rotate(0) scale(.75);
    -ms-transform: rotate(0) scale(.75);
    transform: rotate(0) scale(.75)
  }

  .offcanvas-menu > ul > li .sub-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    padding: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none
  }

    .offcanvas-menu > ul > li .sub-menu li.active > .menu-expand::after {
      -webkit-transform: rotate(0) scale(.75);
      -ms-transform: rotate(0) scale(.75);
      transform: rotate(0) scale(.75)
    }

    .offcanvas-menu > ul > li .sub-menu li {
      line-height: inherit;
      position: relative
    }

.sub-menu li a:not(.mega-menu-title) .menu-text {
  position: relative
}

.offcanvas-menu > ul > li .sub-menu li > a {
  display: block;
  color: #2b2d2f;
  font-size: 14px;
  font-family: SofiaPro-SemiBold;
  padding: 5px 35px;
  line-height: 30px;
  text-transform: capitalize;
  border-top: 1px solid #eee
}

.offcanvas-menu.sidbar-menu > ul > li a {
  padding-left: 40px
}

  .offcanvas-menu.sidbar-menu > ul > li a .menu-text {
    padding-right: 0
  }

.offcanvas-menu.sidbar-menu > ul > li .menu-expand {
  left: 0
}

  .offcanvas-menu.sidbar-menu > ul > li .menu-expand::after, .offcanvas-menu.sidbar-menu > ul > li .menu-expand::before {
    left: 5px
  }

.offcanvas-menu.sidbar-menu > ul > li ul.sub-menu > li .menu-expand::after, .offcanvas-menu.sidbar-menu > ul > li ul.sub-menu > li .menu-expand::before {
  position: absolute;
  top: calc(50% - 2px);
  left: 5px
}

.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0,0,0,.5)
}

.header-tools > div.mobile-menu-toggle > a {
  width: 24px;
  height: 32px
}

.mobile-shopping-bag {
  display: block;
  position: relative;
  text-align: center;
  border: 1px dotted #d9d9d9;
  width: 50px;
  height: 50px;
  line-height: 55px
}

  .mobile-shopping-bag i {
    font-size: 24px;
    color: #f79254
  }

  .mobile-shopping-bag .item-count {
    position: absolute;
    top: -15px;
    left: 38px;
    display: block;
    overflow: hidden;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #343434;
    background: #ededed;
    text-align: center;
    border-radius: 100%
  }

.mobile-menu-toggle svg {
  width: 50px;
  height: 60px;
  cursor: pointer
}

  .mobile-menu-toggle svg path {
    -webkit-transition: stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25),stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25);
    -o-transition: stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25),stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25);
    transition: stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25),stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25);
    fill: none;
    stroke: #333;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 30px
  }

    .mobile-menu-toggle svg path#bottom, .mobile-menu-toggle svg path#top {
      stroke-dasharray: 240px 950px
    }

    .mobile-menu-toggle svg path#middle {
      stroke-dasharray: 240px 240px
    }

    .mobile-menu-toggle svg path#bottom, .mobile-menu-toggle svg path#top {
      stroke-dasharray: 240px 950px
    }

.mobile-menu-toggle .close svg path#bottom, .mobile-menu-toggle .close svg path#top {
  stroke-dasharray: -650px;
  stroke-dashoffset: -650px
}

.mobile-menu-toggle .close svg path#middle {
  stroke-dasharray: 1px 220px;
  stroke-dashoffset: -115px
}

.mobile-menu-toggle .close svg path#bottom, .mobile-menu-toggle .close svg path#top {
  stroke-dasharray: -650px;
  stroke-dashoffset: -650px
}

.mobile-search {
  margin-top: 15px
}

  .mobile-search .form-control {
    padding: 10px 70px 10px 10px;
    width: 100%;
    height: 50px;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    color: #333;
    border-radius: 0
  }

  .mobile-search .form-search {
    background: 0 0;
    border: none;
    width: 50px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0
  }

.site-menu-section.is-isticky {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 5px 0;
  z-index: 999;
  animation: ease-in-out .5s fadeInDown;
  -webkit-animation: ease-in-out .5s fadeInDown;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
  box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
  left: 0;
  background: rgba(255,255,255,.7);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

  .site-menu-section.is-isticky:hover {
    background: #fff
  }

.sidbar-menu {
  background: #fff;
  border: 3px solid #ebebeb;
  padding: 32px 18px;
  margin: 20px 0 30px
}

  .sidbar-menu li a {
    font-weight: 400;
    color: #343434;
    display: block;
    font-size: 17px !important;
    text-transform: capitalize;
    line-height: 45px;
    font-family: inherit;
    border-color: transparent !important
  }

    .sidbar-menu li a:hover {
      color: #f79254
    }

    .sidbar-menu li a span {
      padding-right: 28px
    }

.slider-height {
  height: auto
}

.slider-height2 {
  height: 615px
}

.slider-height3 {
  height: 542px
}

@media (min-width:992px) and (max-width:1199px) {
  .slider-height3 {
    height: 450px
  }
}

@media (min-width:768px) and (max-width:1199px) {
  /*.slider-height {
    height: 500px
  }*/

  .slider-height2 {
    height: 350px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .body-bg .container {
    max-width: 100%
  }

  .slider-height3 {
    height: 355px
  }
}

@media (max-width:767px) {
  /*.slider-height {
    height: 330px
  }*/

  .slider-height2 {
    height: 350px
  }

  .slider-height3 {
    height: 350px
  }
}

.slider-content .title {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.15;
  padding: 7px 18px;
  background: rgba(52,52,52,.8);
  text-transform: capitalize
}

@media (max-width:767px) {
  .slider-content .title {
    font-size: 20px
  }
}

.slider-content .sub-title span {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 20px;
  line-height: 1;
  margin-bottom: 30px;
  background: rgba(52,52,52,.8)
}

@media (max-width:767px) {
  .slider-content .sub-title span {
    font-size: 15px
  }
}

.slide2 .title {
  background: rgba(255,255,255,.8);
  color: #343434
}

.slide2 .sub-title span {
  background: rgba(132,160,20,.8)
}

.slider-content p {
  position: relative;
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #fff
}

@media (max-width:767px) {
  .slider-content p {
    font-size: 15px
  }
}

.btn-warning {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background: #f8c400;
  padding: 10px 30px;
  border-radius: 0
}

  .btn-warning:hover {
    background: #f79254;
    border-color: #f79254
  }

.slick-current.slick-active .title {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

.slick-current.slick-active .sub-title {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.slick-current.slick-active p {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.slick-current.slick-active .btn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.main-slider .slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  background: #f79254;
  color: #fff;
  border: 1px solid transparent;
  text-align: center;
  opacity: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 9;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s
}

.main-slider:hover .slick-arrow {
  opacity: 1
}

.main-slider .slick-arrow:hover {
  color: #f79254;
  background: #fff;
  border-color: #f79254
}

.slick-prev {
  left: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.slick-next {
  right: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.main-slider:hover .slick-prev {
  left: 20px
}

.main-slider:hover .slick-next {
  right: 20px
}

.slick-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  z-index: 12
}

  .slick-progress span {
    width: 0;
    height: 100%;
    position: absolute;
    background-color: rgba(49,56,72,.5);
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear
  }

    .slick-progress span.active {
      width: 100%
    }

.banner-info {
  position: absolute;
  width: 65%;
  top: 10%;
  z-index: 1
}

.banner-thumb img {
  width: 100%
}

.banner-section img {
  border-right: 1px solid #dbe1d4
}

.banner-info span {
  letter-spacing: .1rem;
  margin-bottom: 5px;
  font-size: 14px
}

.banner-info .title {
  color: #343434;
  font-size: 18px;
  text-transform: capitalize
}

.banner-info p {
  font-size: 14px;
  margin-bottom: 0
}

@media (min-width:992px) and (max-width:1199px) {
  .banner-info p {
    font-size: 12px;
    margin-bottom: 0
  }
}

.product-nav-pills {
  position: relative;
  margin-bottom: 30px
}

  .product-nav-pills::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: #e5e5e5
  }

  .product-nav-pills li {
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 20px;
    cursor: pointer;
    color: #343434;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 400
  }

@media (max-width:576px) {
  .product-nav-pills li {
    padding: 5px 20px
  }
}

.product-nav-pills li::before {
  content: "";
  display: inline-block;
  top: 50%;
  height: 5px;
  width: 5px;
  position: absolute;
  right: 0;
  background: #343434
}

.product-nav-pills li:last-child::before {
  display: none
}

.product-nav-pills .nav-link {
  padding: 0
}

.product-nav-pills li.active .nav-link, .product-nav-pills li:hover .nav-link {
  color: #f79254
}

.product-nav-pills .nav-link.active, .product-nav-pills .show > .nav-link {
  color: #f79254;
  background: 0 0
}

.tab-content .tab-pane.active .product-item {
  animation: zoomIn .5s ease;
  -webkit-animation: zoomIn .5s ease
}

.tab-content .tab-pane.active .product-list {
  animation: fadeInRight .5s ease;
  -webkit-animation: fadeInRight .5s ease
}

.grid-sm-100 .product-list img {
  width: 100%
}

.grid-menu-wrapper {
  border: 1px solid #e1e1e1;
  padding: 15px;
  margin-bottom: 15px
}

.grid-nav-pills li {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0;
  margin-right: 20px;
  cursor: pointer;
  color: #343434;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 400
}

.grid-nav-pills .nav-link {
  padding: 0
}

.grid-nav-pills li.active .nav-link, .grid-nav-pills li:hover .nav-link {
  color: #f79254
}

.grid-nav-pills .nav-link.active, .grid-nav-pills .show > .nav-link {
  color: #f79254;
  background: 0 0
}

.product-details-nav-pills {
  position: relative;
  margin-bottom: 45px
}

  .product-details-nav-pills::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: #e5e5e5
  }

  .product-details-nav-pills li {
    z-index: 2;
    margin-right: 10px
  }

  .product-details-nav-pills .nav-link {
    background: #f0f0f0;
    border: 0;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    color: #5b5b5b;
    padding: 20px 50px;
    font-size: 14px;
    border-radius: 0
  }

  .product-details-nav-pills li.active .nav-link, .product-details-nav-pills li:hover .nav-link {
    color: #fff;
    background: #f79254
  }

  .product-details-nav-pills .nav-link.active, .product-details-nav-pills .show > .nav-link {
    color: #fff;
    background: #f79254
  }

.product-thumb {
  position: relative /*! overflow: hidden; */
}

.offer {
  position: absolute;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 65px;
  height: 65px;
  width: 65px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

@media (max-width:991px) {
  .offer {
    line-height: 50px;
    height: 50px;
    width: 50px;
    font-size: 15px
  }
}

.new-offer {
  background: #d15a4b;
  top: 5px;
  left: 5px
}

.discount-offer {
  left: auto;
  right: 5px;
  background: #f79254
}

.raiting .star {
  color: #d15a4b;
  display: inline-block
}

.product-info .title {
  color: #343434;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  margin-top: 10px;
}

  .product-info .title a {
    font-size: 22px;
    font-weight: bold;
  }

  .product-info .title:hover a {
    color: #f79254
  }

.product-price {
  font-family: Raleway,sans-serif;
  line-height: 1
}

.old-price {
  font-size: 14px;
  color: #ababab;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 5px
}

.new-price {
  font-size: 18px;
  font-weight: 700;
  color: #000
}

.product-info {
  position: relative;
  z-index: 9;
  background: #fff
}

  .product-info p {
    font-size: 13px;
    color: #999;
    line-height: 24px
  }

.product-buttons {
  position: absolute;
  width: 100%;
  bottom: -50px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s
}

.hover-style:hover .product-buttons {
  bottom: 0;
  opacity: 1;
  visibility: visible
}

.product-list:hover .product-buttons {
  bottom: 0 !important;
  opacity: 1;
  visibility: visible
}

.media.product-list .product-thumb {
  overflow: hidden
}

.product-btn {
  display: inline-block;
  background-color: #474747;
  padding: 12px 0;
  color: #fff;
  width: 50px;
  text-align: center
}

  .product-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .product-btn:hover {
    color: #fff;
    background-color: #f79254
  }

  .product-btn:nth-child(2) {
    font-family: Raleway,sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    border-left: 1px solid #6c6c6c;
    border-right: 1px solid #6c6c6c;
    width: calc(100% - 100px)
  }

.product-btn-block {
  display: inline-block;
  background-color: #474747;
  padding: 12px 0;
  color: #fff;
  width: 100%;
  text-align: center
}

  .product-btn-block:focus {
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .product-btn-block:hover {
    color: #fff;
    background-color: #f79254
  }

  .product-btn-block:nth-child(2) {
    font-family: Raleway,sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    border-left: 1px solid #6c6c6c;
    border-right: 1px solid #6c6c6c;
    width: calc(100% - 100px)
  }

@media (min-width:480px) and (max-width:576px) {
  .product-btn {
    width: 40px
  }

    .product-btn:nth-child(2) {
      width: calc(100% - 80px)
    }
}

.advertise-thumb {
  overflow: hidden;
  position: relative
}

  .advertise-thumb img {
    width: 100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
  }

  .advertise-thumb:hover img {
    -ms-transform: scale(1.1) rotate(.05deg);
    -webkit-transform: scale(1.1) rotate(.05deg);
    transform: scale(1.1) rotate(.05deg)
  }

  .advertise-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    background: rgba(255,255,255,.2);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
  }

  .advertise-thumb:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

.instagram .title {
  color: #fff;
  font-size: 24px;
  font-weight: 300
}

  .instagram .title a:hover {
    color: #fff
  }

  .instagram .title i {
    margin-right: 15px;
    font-size: 24px
  }

.product-category .section-title h2 {
  padding-left: 0;
  background: #f1f1f1
}

.cat-product-thumb {
  width: 70px
}

.category .title {
  color: #343434;
  font-weight: 700;
  line-height: 1.1;
  font-size: 13px
}

  .category .title:hover a {
    color: #f79254
  }

.star.decent {
  color: #b9b9b9
}

.bolg-thumb {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden
}

  .bolg-thumb img {
    width: 100%
  }

  .bolg-thumb::before {
    background: rgba(255,255,255,.41) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    top: 0;
    width: 0;
    pointer-events: none;
    z-index: 1
  }

  .bolg-thumb::after {
    background: rgba(255,255,255,.41);
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 0;
    pointer-events: none;
    z-index: 1
  }

  .bolg-thumb:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
    width: 100%
  }

  .bolg-thumb:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
    width: 100%
  }

.post-content .title {
  font-size: 15px;
  font-weight: 700;
  color: #343434;
  text-transform: capitalize;
  position: relative;
  display: block;
  margin-bottom: 16px
}

  .post-content .title:hover a {
    color: #f79254
  }

.post-content span {
  color: #999;
  font-size: 13px;
  text-transform: capitalize
}

.blog-list {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb
}

@media (min-width:992px) {
  .media.blog-list img {
    max-width: 215px
  }
}

.media.blog-list img {
  width: 100%
}

.single-blog img {
  max-width: inherit !important;
  margin-bottom: 30px
}

.single-post-content .text-muted {
  color: #7e7e7e !important;
  text-align: justify
}

.single-post-content .title {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333
}

  .single-post-content .title a:hover {
    color: #666
  }

.post-info {
  color: #555;
  font-size: 13px;
  margin-bottom: 5px
}

@media (max-width:360px) {
  .post-info {
    font-size: 12px
  }
}

.post-info .author {
  color: #000
}

.date-separator {
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  line-height: 1;
  padding: 0 10px;
  margin: 0 10px
}

.read-more a {
  color: #999;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px
}

  .read-more a:hover {
    color: #000
  }

.blog-comment {
  margin-bottom: 1.563rem
}

  .blog-comment .title {
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700
  }

  .blog-comment .form-group label {
    font-size: 13px;
    color: #666;
    text-transform: capitalize
  }

  .blog-comment .form-group .form-control {
    color: #666;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    padding: .5rem 1rem;
    border-radius: 0;
    height: 36px
  }

  .blog-comment .form-group textarea.form-control {
    height: 280px
  }

.banner-bottom {
  padding: 60px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5
}

.banner-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 28px;
  text-align: center;
  background: #f79254;
  display: inline-block;
  border-radius: 100%;
  color: #fff
}

.banner-bottom-info .title {
  font-size: 19px;
  color: #343434;
  font-weight: 300;
  margin-bottom: 8px
}

.banner-bottom-info p {
  font-size: 13px;
  color: #999;
  font-weight: 300
}

.news-letter .title {
  font-size: 19px;
  font-weight: 700;
  color: #343434;
  line-height: 54px;
  margin-right: 55px;
  text-transform: inherit
}

@media (min-width:992px) and (max-width:1200px) {
  .news-letter .title {
    margin-right: 30px
  }
}

@media (max-width:576px) {
  .news-letter .title {
    font-size: 15px
  }
}

.news-letter-form .form-control {
  width: calc(100% - 205px) !important;
  height: 54px;
  background: #fff;
  border: 0;
  color: #999;
  padding: 10px 50px 10px 10px;
  width: 100%;
  font-size: 14px;
  border: 1px dashed #d9d9d9
}

@media (max-width:991px) {
  .news-letter-form .form-control {
    width: calc(100% - 0px) !important
  }

  .btn-submit {
    top: 65px
  }

  .news-letter .title {
    margin-right: 0
  }
}

.social-links li {
  display: inline-block;
  margin-right: 10px
}

  .social-links li a {
    color: #999;
    background: #fff;
    line-height: 48px;
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 28px;
    display: inline-block
  }

@media (max-width:991px) {
  .social-links li a {
    line-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 22px
  }
}

.social-links li a:hover {
  color: #f79254
}

.footer-widget .title {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 25px
}

.address li {
  margin-bottom: 20px
}

  .address li:last-child {
    margin-bottom: 0
  }

.adress-icon {
  margin-right: 20px;
  font-size: 24px;
  color: #f79254;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 3px solid #f79254;
  background: #fff;
  line-height: 45px;
  border-radius: 50%
}

.address p {
  color: #999;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 24px
}

.address a {
  color: #f79254
}

  .address a:hover {
    text-decoration: underline
  }

.footer-menu li a {
  font-size: 13px;
  line-height: 40px;
  color: #666;
  border-bottom: 1px solid #e1e1e1
}

  .footer-menu li a i {
    color: #aeaead
  }

  .footer-menu li a:hover {
    color: #f79254
  }

    .footer-menu li a:hover i {
      color: #f79254
    }

.product-tag li a {
  border: 1px solid #d5d5d5;
  color: #666;
  font-size: 13px;
  text-transform: capitalize;
  padding: 6px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-right: 8px;
  display: inline-block
}

  .product-tag li a:hover {
    border-color: #f79254;
    color: #f79254
  }

.copyright p {
  line-height: 24px;
  color: #fff;
  font-weight: 300
}

.copyright a:hover {
  text-decoration: underline;
  color: #222
}

#scrollUp {
  position: fixed;
  right: 25px;
  bottom: 100px;
  z-index: 9999;
  background: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: none;
  text-align: center;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

  #scrollUp:hover {
    background: #f79254
  }

.banner-top .icon {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 28px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

.banner-top .title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px
}

.banner-top-info p {
  font-size: 13px;
  color: #999;
  font-weight: 300
}

.category-thumb img {
  width: 100%
}

.category-info {
  position: absolute;
  width: 100%;
  bottom: 0
}

  .category-info .category-btn {
    padding: 19px 0;
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
    background: #343434;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
  }

    .category-info .category-btn:hover {
      background: #f79254
    }

.big-banner-thumb {
  overflow: hidden;
  position: relative
}

  .big-banner-thumb img {
    width: 100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
  }

  .big-banner-thumb:hover img {
    -ms-transform: scale(1.1) rotate(.05deg);
    -webkit-transform: scale(1.1) rotate(.05deg);
    transform: scale(1.1) rotate(.05deg)
  }

  .big-banner-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    background: rgba(255,255,255,.2);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
  }

  .big-banner-thumb:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

.custom-padding-x {
  padding: 0 5px !important
}

.hero-thumb img {
  width: 100%;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s
}

.hero-wrapper:hover img {
  filter: grayscale(0);
  -moz-filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0)
}

.hero-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

  .hero-content .sub-title {
    font-size: 22px;
    color: #f4a137;
    font-weight: 700;
    margin: 0 0 10px;
    visibility: hidden
  }

.hero-wrapper:hover .sub-title {
  visibility: visible;
  animation: fadeInDown .3s ease-in-out;
  -webkit-animation: fadeInDown .3s ease-in-out
}

.hero-content .title {
  font-size: 42px;
  font-weight: 300;
  margin: 0 0 10px;
  visibility: hidden
}

.hero-wrapper:hover .title {
  visibility: visible;
  animation: fadeInDown .5s ease-in-out;
  -webkit-animation: fadeInDown .5s ease-in-out
}

.hero-content a {
  visibility: hidden
}

.hero-wrapper:hover a {
  visibility: visible;
  animation: fadeInDown .7s ease-in-out;
  -webkit-animation: fadeInDown .7s ease-in-out
}

.brand-item img {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
  -moz-transform: scale3d(1,1,1);
  -ms-transform: scale3d(1,1,1);
  -o-transform: scale3d(1,1,1)
}

  .brand-item img:hover {
    transform: scale3d(1.05,1.05,1.05);
    -webkit-transform: scale3d(1.05,1.05,1.05);
    -moz-transform: scale3d(1.05,1.05,1.05);
    -ms-transform: scale3d(1.05,1.05,1.05);
    -o-transform: scale3d(1.05,1.05,1.05)
  }

.garden-care-section .border-right {
  border-color: #e5e5e5 !important
}

.garden-care-section .border-bottom {
  border-color: #e5e5e5 !important
}

.garden-care-section .title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px
}

.garden-care-section .text-secondary {
  font-size: 13px;
  font-weight: 300
}

.g-icon {
  height: 124px;
  width: 124px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  color: #fff;
  cursor: pointer
}

  .g-icon:hover {
    background-position: 0 100%
  }

.g-icon1 {
  background: url(../img/garden/1.png) no-repeat
}

.g-icon2 {
  background: url(../img/garden/2.png) no-repeat
}

.g-icon3 {
  background: url(../img/garden/3.png) no-repeat
}

.g-icon4 {
  background: url(../img/garden/4.png) no-repeat
}

.body-bg {
  background-image: url(../img/bg-body.jpg)
}

.page-wrapper {
  max-width: 1230px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 27px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 27px 0 rgba(0,0,0,.1);
  overflow-x: hidden;
  background: #fff
}

.scale-toggle, .search-box button {
  cursor: pointer
}

.overlay {
  bottom: 0;
  height: 100vh;
  left: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all .3s cubic-bezier(.4,0,1,1) 0s;
  -o-transition: all .3s cubic-bezier(.4,0,1,1) 0s;
  transition: all .3s cubic-bezier(.4,0,1,1) 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
  background: rgba(22,22,27,.97);
  cursor: pointer
}

.open .overlay {
  opacity: 1;
  visibility: visible
}

body.open {
  overflow-y: scroll
}

.scale {
  cursor: pointer;
  height: 100%;
  position: absolute;
  width: 100%
}

.overlay form.search-box {
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 70%;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 0;
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6)
}

.open .overlay form.search-box {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.overlay .search-box input {
  border: 0 none;
  line-height: 60px;
  width: 100%;
  font-size: 14px;
  background: 0 0;
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding: 10px 50px 10px 10px;
  height: 60px;
  color: #fff;
  text-transform: capitalize
}

.overlay .search-box button {
  background-color: transparent;
  border: 0 none;
  color: #fff;
  font-size: 15px;
  position: absolute;
  right: 20px;
  top: 25px;
  padding: 0
}

button.close {
  position: absolute;
  font-size: 25px;
  color: #fff;
  top: 20px;
  right: 15px;
  z-index: 33;
  opacity: 1
}

  button.close:hover {
    color: #fff;
    opacity: 1 !important
  }

.offcanvas-close {
  position: absolute;
  font-size: 30px;
  color: #f79254;
  top: 15px;
  right: 35px;
  background: 0 0;
  border: 0;
  padding: 0
}

.breadcrumb {
  padding: 10px 0;
  margin: 0
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: .5rem;
  content: "\f3d3";
  font-family: Ionicons;
  color: #252525;
  font-size: 12px;
  font-weight: 900;
  padding-top: 3px
}

.breadcrumb-item a {
  color: #252525;
  line-height: 25px;
  font-size: 13px
}

.breadcrumb-item.active a {
  color: #f79254
}

.breadcrumb-item a:hover {
  color: #f79254
}

.filter-title {
  font-weight: 700;
  color: #343434;
  font-size: 28px;
  line-height: 24px;
  padding: 25px 0
}

.grid-nav-pills li:first-child::before {
  content: "";
  width: 1px;
  height: 18px;
  background: #d8d8d8;
  position: absolute;
  right: -12px;
  top: 0
}

.grid-nav-pills li .nav-link {
  height: 17px;
  width: 22px;
  line-height: 30px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.grid-nav-pills li.grid .nav-link {
  background: url(../img/icon/grid.png) no-repeat 100% 0
}

.grid-nav-pills li.list .nav-link {
  background: url(../img/icon/list.png) no-repeat 100% 0
}

.grid-nav-pills li .nav-link.active {
  background-position: 100% 100%
}

.grid-nav-pills li .nav-link:hover {
  background-position: 100% 100%
}

.total-products {
  font-size: 13px;
  font-weight: 300;
  margin-left: 50px
}

@media (max-width:576px) {
  .total-products {
    margin-left: 15px
  }
}

.sort-by {
  min-width: 70px
}

.btn-dropdown {
  border: 1px solid #e5e5e5;
  padding: 2px 15px;
  line-height: 24px;
  font-size: 13px;
  color: #404040;
  background: #fff;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px
}

.dropdown-toggle::after {
  display: none
}

.dropdown-menu {
  background: #fff;
  width: calc(100% - 100px);
  border: 1px solid #e1e1e1;
  right: 15px;
  left: auto;
  text-align: right;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px
}

.dropdown-item {
  line-height: 24px;
  font-size: 14px;
  padding: 3px 15px;
  text-align: left
}

  .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #f79254
  }

.padination {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5
}

.page-item {
  margin: 0 2px
}

.page-link {
  font-weight: 400;
  color: #6a6a6a;
  padding: 0 10px;
  height: 30px;
  border: 1px solid #e5e5e5;
  line-height: 30px;
  background: #fff;
  font-size: 14px
}

  .page-link:hover {
    background: #f79254;
    color: #fff
  }

.page-item.active .page-link {
  background: #f79254;
  color: #fff;
  border-color: #f79254
}

.search-filter > .title {
  font-size: 18px;
  line-height: 45px;
  font-weight: 300;
  color: #333;
  margin: 20px 0
}

.btn-clear {
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
  background: #f79254;
  letter-spacing: .02em;
  margin-bottom: 15px
}

  .btn-clear:hover {
    color: #f79254;
    background-color: #fff;
    border-color: #f79254
  }

  .btn-clear i {
    margin-right: .625rem
  }

.filter-check-box {
  margin-bottom: 10px
}

.check-box-wrapper {
  border: 3px solid #ebebeb;
  padding: 22px 16px
}

.check-box-inner {
  margin-bottom: 15px
}

  .check-box-inner .title {
    color: #3b3b3b;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 15px
  }

.filter-check-box input[type=checkbox] {
  display: none
}

  .filter-check-box input[type=checkbox] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    color: #666;
    font-size: 13px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
  }

    .filter-check-box input[type=checkbox] + label:hover {
      color: #f79254
    }

    .filter-check-box input[type=checkbox] + label:last-child {
      margin-bottom: 0
    }

    .filter-check-box input[type=checkbox] + label:before {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      border: 1px #dadada solid;
      position: absolute;
      left: 0;
      top: 2px;
      opacity: 1
    }

.filter-check-box.color-white input[type=checkbox] + label:before {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
  border: 1px solid rgba(0,0,0,.05)
}

.filter-check-box.color-black input[type=checkbox] + label:before {
  background-color: #434a54;
  border: 1px solid #434a54
}

.filter-check-box input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-color: #f79254;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.filter-check-box.color-black input[type=checkbox]:checked + label:before {
  background: 0 0
}

.filter-check-box label {
  color: #666;
  font-size: 13px
}

.filter-check-box input[type=radio]:checked, .filter-check-box input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px
}

  .filter-check-box input[type=radio]:checked + label, .filter-check-box input[type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block
  }

    .filter-check-box input[type=radio]:checked + label:before, .filter-check-box input[type=radio]:not(:checked) + label:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 2px solid #7a7a7a;
      border-radius: 100%;
      background: #fff
    }

    .filter-check-box input[type=radio]:checked + label:after, .filter-check-box input[type=radio]:not(:checked) + label:after {
      content: "";
      width: 12px;
      height: 12px;
      background: #f79254;
      position: absolute;
      top: 4px;
      left: 4px;
      border-radius: 100%;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease
    }

    .filter-check-box input[type=radio]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0)
    }

    .filter-check-box input[type=radio]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
    }

.filter-check-box input[type=radio] + label:hover {
  color: #f79254
}

.product-details-info > .title {
  font-size: 28px;
  line-height: 24px;
  color: #343434;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 15px 0
}

.product-details-info > .sub-title {
  font-size: 14px;
  color: #7e7e7e;
  margin: 0
}

.star-content {
  margin: 15px 0
}

  .star-content .star-on {
    color: #d15a4b
  }

  .star-content .comment {
    margin-right: 10px;
    margin-left: 5px
  }

  .star-content .edite {
    margin-right: 10px
  }

.product-info .badge-danger {
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  color: #fff !important;
  padding: 0 10px;
  background: #d31129;
  border-radius: 5px;
  margin-left: 10px;
  vertical-align: 5px
}

.badge-danger {
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  padding: 0 10px;
  background: #d31129;
  border-radius: 5px;
  margin-left: 10px
}

.star-content a {
  text-decoration: none;
  color: #7e7e7e !important;
  margin-right: 8px;
  font-size: 14px;
  display: inline-block
}

  .star-content a:hover {
    color: #0b88ee !important
  }

.description {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  margin-top: 30px
}

.product-size {
  margin-bottom: 20px
}

  .product-size .title {
    color: #7e7e7e;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 10px
  }

  .product-size select {
    background-color: #fff;
    padding: 0 30px 0 10px;
    color: #666;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: calc(2.5rem - 2px)
  }

.product-quantity .title {
  color: #7e7e7e;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 10px
}

.add-to-cart {
  position: relative;
  padding: 15px 25px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border: 0;
  background: #343434;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: .2em;
  font-family: Raleway,sans-serif;
  margin-left: 10px
}

  .add-to-cart:hover {
    background: #f79254
  }

.social-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px
}

  .social-sharing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .social-sharing span {
    margin-right: 10px
  }

  .social-sharing ul li {
    margin-right: 10px
  }

    .social-sharing ul li a {
      display: inline-block;
      line-height: 40px;
      width: 40px;
      height: 40px;
      text-align: center;
      border: 1px solid #b4b4b4;
      color: #b4b4b4;
      border-radius: 50%
    }

.facebook:hover {
  background: #435f9f;
  border-color: #435f9f;
  color: #fff
}

.twitter:hover {
  background: #00aaf0;
  border-color: #00aaf0;
  color: #fff
}

.googleplus:hover {
  background: #e04b34;
  border-color: #e04b34;
  color: #fff
}

.pinterest:hover {
  background: #ce1f21;
  border-color: #ce1f21;
  color: #fff
}

.whish-list a {
  color: #7e7e7e;
  font-size: 14px
}

.whish-list {
  margin: 20px 0
}

  .whish-list a:hover {
    color: #f79254
  }

.delivery-info ul li {
  font-weight: 400;
  font-size: 14px;
  color: #7e7e7e;
  padding: 15px 0
}

  .delivery-info ul li:nth-child(2) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
  }

  .delivery-info ul li img {
    width: 1.563rem;
    margin-right: .625rem
  }

.product-quantity {
  padding-bottom: 30px;
  margin-top: 40px
}

.check-box-inner2 {
  margin: 0
}

  .check-box-inner2 .title {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    border: 0;
    margin-bottom: 5px
  }

  .check-box-inner2 .filter-check-box {
    margin-bottom: 0
  }

    .check-box-inner2 .filter-check-box:last-child {
      margin-left: -5px
    }

.quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

.quantity input {
  color: #232323;
  background-color: #fff;
  height: 2.75rem;
  padding: .175rem .5rem;
  width: 70px;
  border: 1px solid #eee;
  display: block
}

  .quantity input:focus {
    outline: 0
  }

.quantity-nav {
  position: absolute;
  height: 100%;
  top: 0;
  left: 70px
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 10px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

  .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee
  }

  .quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%
  }

.product-description p {
  font-size: 13px;
  color: #999;
  line-height: 30px
}

.studio-thumb img {
  border: 1px solid #ddd;
  margin-bottom: 20px
}

.studio-thumb h6 {
  font-size: 1rem;
  color: #232323;
  font-weight: 700
}

  .studio-thumb h6 small {
    font-size: 12px
  }

.grade-content .grade {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  color: #6c6c6c
}

.grade-content .star-on {
  color: #fc3
}

.grade-content p {
  color: #adadad;
  font-size: 12px
}

.grade-content .title {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  color: #6c6c6c;
  margin-top: 20px;
  margin-bottom: 10px
}

.grade-content .sub-title {
  color: #333;
  margin-bottom: 10px;
  margin-top: 10px
}

.review-btn {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  border-radius: 0;
  background: #f79254;
  letter-spacing: .02em;
  margin-top: 15px
}

  .review-btn:hover {
    background: #fff;
    color: #0b88ee;
    border-color: #f79254
  }

.modal-dialog {
  max-width: 700px
}

.product-details-modal.modal-dialog {
  max-width: 1140px
}

.modal-title {
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase
}

.modal-thumb {
  border: 1px solid #ebebeb
}

.form-list {
  padding: 15px 25px
}

  .form-list li {
    color: #333;
    font-size: 12px
  }

.modal-header {
  padding-bottom: 10px;
  border: 0
}

.modal-form > .title {
  font-size: 16px;
  text-transform: capitalize;
  color: #333
}

.modal-form label.title {
  border-top: 1px solid #ebebeb;
  padding-top: 15px
}

.modal-form label {
  margin: 12px 0 4px 0;
  font-size: 12px;
  color: #666;
  text-align: right;
  display: block;
  font-weight: 700
}

.modal-form .form-control {
  padding: 0 5px;
  height: 28px;
  border: 1px solid #ebebeb;
  border-radius: 0
}

.modal-form textarea.form-control {
  height: 80px
}

.form-group span {
  font-size: 14px;
  color: #7e7e7e
}

.modal-footer > * {
  margin: 0
}

.modal-footer {
  border-top: 0
}

  .modal-footer .title {
    padding: 10px 0 5px;
    font-size: 13px;
    color: #000
  }

  .modal-footer p {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 18px
  }

.divide-right {
  border-right: 1px solid #e5e5e5
}

.product-descrition .title {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
  text-transform: capitalize
}

.product-descrition ul li {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0
}

  .product-descrition ul li span {
    font-size: 14px;
    font-weight: 400
  }

.font-weight-bold {
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  line-height: 1.5
}

.modal-title i {
  margin-right: 1.875rem
}

.btn-secondary i {
  margin-right: .625rem
}

.px-py {
  padding: 3.125rem 1.875rem
}

.modal-header .close {
  padding: 0;
  margin: 0
}

.products-dialog {
  width: calc(100% - 30px);
  max-width: 64rem
}

button.quick-view {
  width: 100%
}

.product-grouped .title {
  font-size: 15px;
  line-height: 24px;
  color: #343434;
  text-transform: capitalize;
  font-weight: 600
}

.product-grouped span {
  font-size: 12px;
  color: #7e7e7e
}

.my-account .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: .5em;
  margin-bottom: 1.563rem
}

.log-in-form {
  border: 1px solid #e5e5e5;
  font-size: 13px;
  color: #666;
  padding: 30px 15px 15px
}

  .log-in-form .form-control {
    border-radius: 0;
    color: #666;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    padding: .5rem 1rem
  }

.login-form-links a {
  display: inline-block
}

.for-get {
  font-size: 14px;
  padding-bottom: 15px
}

.no-account {
  display: inline-block;
  font-size: 14px;
  margin-top: 15px
}

.show-password {
  background: #7a7a7a;
  color: #fff;
  font-size: .6875rem;
  font-weight: 400;
  border: 0;
  text-transform: uppercase
}

  .show-password:hover {
    background: #f79254
  }

.my-account .icon {
  color: #232323;
  font-size: 35px;
  padding-bottom: 15px
}

.my-account .card:hover .icon {
  color: #0b88ee
}

.my-account .sub-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7a7a7a
}

.my-account .card:hover .sub-title {
  color: #232323
}

.my-account .card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.my-account .card-body {
  padding: 1rem
}

.shopping-cart .title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: .5em
}

@media (max-width:768px) {
  .shopping-cart .table {
    min-width: 600px
  }
}

.shopping-cart .table td, .shopping-cart .table th {
  vertical-align: top;
  border-top: 0;
  text-transform: capitalize
}

.shopping-cart .media a {
  font-size: 13px;
  color: #666
}

  .shopping-cart .media a:hover {
    color: #0b88ee
  }

.shopping-cart .table td span, .shopping-cart .table th span {
  color: #f79254
}

.shopping-cart .product-info .del {
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #aaa;
  margin-right: .625rem
}

.shopping-cart .media .price {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #f79254
}

.product-line-info h4 {
  font-size: 13px;
  color: #666
}

.product-line-info .value {
  color: #333
}

span.product-price {
  color: #232323;
  line-height: 1;
  font-weight: 700
}

.trash {
  color: #232323;
  font-size: 14px
}

.continuie-btn {
  border-top: 1px solid #e5e5e5;
  padding-top: 1rem
}

.cart-summary .list-group-item {
  padding: 1.25rem
}

ul.items li {
  font-size: 13px;
  color: #666;
  text-transform: capitalize;
  font-weight: 600
}

ul.amount li {
  color: #333;
  font-weight: 600;
  font-size: 16px
}

.checkout-inner {
  border: 1px solid #e5e5e5
}

.checkout-header {
  border-bottom: 1px solid #e5e5e5;
  padding: .9375rem
}

  .checkout-header button {
    color: #7a7a7a;
    background: 0 0;
    border: 0;
    padding: 0
  }

  .checkout-header .title {
    font-size: 16px;
    text-transform: capitalize;
    color: #333
  }

    .checkout-header .title i {
      color: #4cbb6c;
      padding: 0 .8125rem;
      font-size: 20px
    }

.checkout-address {
  padding: .9375rem
}

  .checkout-address .title {
    font-size: 16px;
    text-transform: capitalize;
    color: #333
  }

    .checkout-address .title span {
      padding: .625rem
    }

  .checkout-address p {
    padding: .9375rem;
    font-size: 14px;
    color: #7e7e7e
  }

.check-out-content {
  padding: .9375rem
}

  .check-out-content form {
    padding: 0 2.313rem
  }

  .check-out-content .form-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

    .check-out-content .form-group label {
      font-size: 13px;
      color: #666
    }

.optional {
  font-size: 13px;
  color: #666;
  margin-top: 15px
}

.small-cart {
  position: absolute;
  z-index: 999;
  right: 0;
  left: auto;
  width: 380px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  top: 100px
}

.shopping-warraper:hover .small-cart {
  opacity: 1;
  visibility: visible;
  top: 80px
}

@media only screen and (max-width:479px) {
  .small-cart {
    max-width: 300px
  }
}

.small-cart-item-wrapper {
  padding: 30px;
  border-bottom: 1px solid #ebebeb
}

  .small-cart-item-wrapper .single-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb
  }

    .small-cart-item-wrapper .single-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0
    }

    .small-cart-item-wrapper .single-item .image {
      -ms-flex-preferred-size: 80px;
      flex-basis: 80px
    }

    .small-cart-item-wrapper .single-item .remove-icon {
      position: absolute;
      top: 0;
      right: -10px;
    }

      .small-cart-item-wrapper .single-item .remove-icon i {
        font-size: 12px
      }

      .small-cart-item-wrapper .single-item .remove-icon:hover {
        color: #3a9943
      }

    .small-cart-item-wrapper .single-item .content {
      padding-left: 10px;
      text-align: left;
      -ms-flex-preferred-size: calc(100% - 80px);
      flex-basis: calc(100% - 80px)
    }

      .small-cart-item-wrapper .single-item .content p {
        margin-bottom: 0
      }

        .small-cart-item-wrapper .single-item .content p.cart-name a {
          font-size: 15px;
          font-weight: 600;
          line-height: 20px;
          margin-bottom: 8px;
          color: #333;
          display: inline-block
        }

          .small-cart-item-wrapper .single-item .content p.cart-name a:hover {
            color: #f79254
          }

        .small-cart-item-wrapper .single-item .content p.cart-quantity {
          font-family: "IBM Plex Sans",sans-serif;
          font-size: 16px;
          font-weight: 700;
          line-height: 18px;
          color: #f79254
        }

          .small-cart-item-wrapper .single-item .content p.cart-quantity .quantity-mes {
            font-family: "IBM Plex Sans",sans-serif;
            font-size: 13px;
            font-weight: 300;
            line-height: 18px;
            color: #333
          }

.cart-calculation-table {
  padding: 30px
}

  .cart-calculation-table table tbody tr:last-child td:last-child {
    font-size: 15px;
    color: #3a9943
  }

  .cart-calculation-table table tbody tr td {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: #333;
    border-top: 0
  }

.cart-buttons a {
  display: block;
  margin-bottom: 10px
}

  .cart-buttons a:last-child {
    margin-bottom: 0
  }

.navigation-menu-area {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.08);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.08)
}

@media (min-width:992px) {
  .optional {
    margin-top: 0
  }

  .check-out-content .form-group label {
    margin: 0
  }
}

.checkout-step {
  padding: .9375rem;
  border-top: 1px solid #e5e5e5
}

  .checkout-step .title {
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
    font-weight: 700
  }

    .checkout-step .title span {
      padding: .625rem
    }

@media (max-width:991px) {
  .whish-list-section .table {
    min-width: 700px
  }
}

.whish-list-section .title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: .5em
}

.whish-list-section .table .thead-light th {
  background-color: #fafafa;
  border-color: transparent
}

.whish-list-section .table td, .whish-list-section .table th {
  vertical-align: middle
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media (max-width:991px) {
  .compare-section .table {
    min-width: 750px
  }
}

.compare-section .title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: .5em
}

.compare-section .sub-title {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  padding: 20px 0
}

.compare-section .table .thead-light th {
  background-color: #fff;
  border-color: #dee2e6
}

.compare-section .table td, .compare-section .table th {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  padding: 20px
}

.compare-section .table th {
  text-transform: capitalize
}

.compare-section .table td {
  text-transform: capitalize
}

  .compare-section .table td p {
    text-transform: initial
  }

.order-tracking .title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: .5em;
  margin-bottom: 30px
}

.order-tracking-content p {
  line-height: 1.714286;
  margin-bottom: 20px
}

.order-tracking-content .order-tracking-form .sin-order-tracking label {
  color: #262626;
  margin: 0 0 10px
}

.order-tracking-content .order-tracking-form .sin-order-tracking .form-control {
  background: 0 0;
  border: 1px solid #e7e7e7;
  height: 54px;
  padding: 10px 20px;
  color: #989898;
  font-size: 13px;
  border-radius: 0
}

.order-tracking-content .order-tracking-form .order-track-btn a {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background-color: #262626;
  line-height: 1;
  padding: 18px 50px;
  text-transform: uppercase
}

  .order-tracking-content .order-tracking-form .order-track-btn a:hover {
    background-color: #f79254
  }

.map iframe {
  width: 100%;
  height: 450px;
  border: 0
}

h3.contact-page-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 25px;
  color: #333
}

@media only screen and (max-width:575px) {
  h3.contact-page-title {
    font-size: 25px
  }
}

.single-contact-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0
}

@media only screen and (max-width:575px) {
  .single-contact-block {
    margin-bottom: 20px;
    padding-bottom: 20px
  }
}

.single-contact-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

.single-contact-block h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  color: #222
}

@media only screen and (max-width:575px) {
  .single-contact-block h4 {
    font-size: 20px
  }
}

.single-contact-block h4 img {
  margin: 5px 20px 20px 0
}

.single-contact-block p {
  font-size: 15px;
  line-height: 29px;
  margin-bottom: 0;
  color: #666
}

span.required {
  color: red
}

.contact-section {
  padding: 60px 0 30px
}

.contact-form .form-group {
  margin-bottom: 20px
}

.contact-form label {
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  display: block;
  margin-bottom: 0;
  color: #888
}

.contact-form input {
  line-height: 50px;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #e0e0e0;
  outline: 0;
  background-color: #fff
}

.contact-form textarea {
  line-height: 50px;
  width: 100%;
  height: 200px;
  padding-left: 20px;
  border: 1px solid #e0e0e0;
  outline: 0;
  background-color: #fff
}

.contact-page-side-content {
  padding: 30px;
  background-color: #f2f2f2
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes nicefadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.validation-summary-valid {
  display: none;
}

span.text-danger.field-validation-error span {
  color: #dc3545 !important;
}

.cookie-bar {
}

@media (max-width: 576px) {
  .cookie-bar,
  .cookie-bar .toast {
    width: 100%;
    max-width: 100%;
  }
}

#catalogmanufacturer-search #cmTabHeader,
#catalogmanufacturer-search #cmTabContent {
  margin: 0px auto;
  width: 100%;
}

  #catalogmanufacturer-search #cmTabHeader .nav-link {
    padding: 10px;
    border: none;
  }

    #catalogmanufacturer-search #cmTabHeader .nav-link.active {
      color: #f79254;
      text-decoration: underline;
    }

#page-privacypolicy .privacy-container {
}

  #page-privacypolicy .privacy-container h1,
  #page-privacypolicy .privacy-container h2,
  #page-privacypolicy .privacy-container h3,
  #page-privacypolicy .privacy-container h4 {
    font-family: "Roboto Slab",serif;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.75rem;
    color: #6c757d !important;
  }

#page-termsofuse .text-muted p {
  margin-top: 1rem;
}

#page-aboutus .grid {
  margin-left: -30px;
  margin-right: -30px;
}

#page-aboutus .grid-item img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

#page-ourservices .grid {
  margin-left: -30px;
  margin-right: -30px;
}

#page-ourservices .grid-item img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.footer-bottom {
  background-color: #000;
}
