/*
 Project Name: Bdiet
 File Name: main.css
 Description: Theme CSS Styles.
 Version: 1.0.0
*/
/* -------- General -------- */
/*#41d17f*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik";
  color: #404f54; }

p {
  font-size: 18px;
  font-family: "Karla";
  line-height: 28px;
  color: #8a9ba1; }

h3 {
  font-size: 30px;
  text-transform: capitalize; }

a.bttn, button.bttn {
  display: block;
  font-size: 16px;
  font-family: "Rubik";
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #e7d1ba;
  width: 250px;
  height: 60px;
  border-radius: 50px;
  padding-top: 20px;
  border: 1px solid #e7d1ba; }
  a.bttn:hover, a.bttn:focus, button.bttn:hover, button.bttn:focus {
    text-decoration: none;
    color: #e7d1ba;
    background-color: #fff; }

button.bttn {
  padding-top: 0;
  width: 150px;
  height: 40px;
  font-size: 12px; }

section {
  padding-top: 150px;
  padding-bottom: 150px; }

i[class^="flaticon"]::before {
  margin-left: 0; }

/* -------- Navbar -------- */
.navbar-brand {
  position: absolute;
  top: 5px; }

.navigation-top:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  content: "";
  background-color: #e7d1ba; }

.navigation-top.page-nav:before {
  content: none; }

.navigation-top.page-nav .options .nav-item a i {
  color: #404f54; }

.menu {
  padding: 0;
  padding-top: 50px;
  padding-bottom: 50px; }
  .menu .navbar-nav {
    margin-left: 220px; }
  .menu .nav-item {
    padding-left: 30px;
    padding-right: 30px; }
  .menu .nav-item a {
    font-size: 16px;
    font-family: "Rubik";
    text-transform: uppercase;
    font-weight: 500;
    color: #8a9ba1;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center; }
    .menu .nav-item a:hover, .menu .nav-item a:focus {
      color: #404f54; }
  .menu .nav-item.active a {
    color: #404f54; }
    .menu .nav-item.active a::after {
      content: '';
      display: block;
      border-radius: 50%;
      background-color: #e7d1ba;
      width: 6px;
      height: 6px;
      margin: auto;
      margin-top: 2px; }

.options {
  padding-top: 50px;
  padding-bottom: 50px; }
  .options .nav-item a {
    padding-top: 0px;
    padding-bottom: 0px; }
  .options .nav-item a i {
    color: #404f54; }
    .options .nav-item a i::before {
      margin-left: 0; }
  .options .nav-item a:hover i {
    color: #e7d1ba; }
  .options.home-nav .nav-item a i {
    color: #fff; }

.mobile {
  display: none; }

/* user dashboard menu */
.nav-item.parent ul.child {
  display: none; /* Hide Sub Menu */
  list-style: none;
  padding: 0;
  width: 150px;
  position: absolute;
  top: 76px;
  background: #404f54; }
.nav-item.parent:hover ul.child {
    display: block; /* Show Sub Menu on Hover */
    z-index: 1000; }
.nav-item.parent ul.child li:hover {
    background: #e7d1ba; }
.nav-item.parent ul.child li a {
    display: block;
    color: #fff;
    padding: 12px 15px; }
.nav-item.parent ul.child li a:hover {
    text-decoration: none; }


/* cart menu */
.cart-link {
  position: relative; }
span.cart-span {
  display: block;
  border-radius: 50%;
  background-color: rgb(65, 209, 127);
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-family: "Rubik";
  color: #fff;
  text-align: center;
  padding-top: 2px;
  position: absolute;
  top: -1px;
  right: 5px; }

.nav-item.parent ul.child.small-cart {
  width: 320px;
  padding: 20px 27px;
  top: 80px;
  right: 20px; }

.nav-item.parent ul.child.small-cart li {
  padding-bottom: 25px; }

.nav-item.parent ul.child.small-cart .cart-img img {
  width: 70px;
  height: 80px; }

.small-cart .cart-info {
  margin-left: 15px;
  padding-top: 9px; }

.small-cart .cart-info h5 {
  font-size: 14px;
  font-family: "Rubik";
  color: #fff; }

.small-cart .cart-info p {
  font-size: 12px;
  font-family: "Karla";
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1; }
.nav-item.parent ul.child.small-cart li:hover {
  background-color: #404f54; }

.nav-item.parent ul.child.small-cart .cart-info a.edit {
  display: inline;
  font-size: 12px;
  font-family: "Karla";
  color: rgb(211, 227, 252);
  text-transform: uppercase;
  padding: 0; }

.nav-item.parent ul.small-cart a.close {
  padding: 0;
  color: #fff;
  font-weight: 400;
  line-height: 1; }

.navigation-top.page-nav .options .nav-item.parent ul.small-cart a.close i {
  color: #fff; }

.nav-item.parent ul.child.small-cart li.view-cart {
  padding: 0; }

.nav-item.parent ul.child.small-cart li.view-cart a {
  background-color: #fff;
  width: 125px;
  height: 40px;
  font-size: 14px;
  font-family: "Rubik";
  text-transform: uppercase;
  color: rgb(64, 79, 84);
  line-height: 1.2;
  text-align: center; }

.nav-item.parent ul.child.small-cart li.view-cart a:hover {
  background-color: #e7d1ba;
  color: #fff; }

/* Menu Mobile */
.menuBtn {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 101; }
  .menuBtn > span {
    background-color: #000;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -15px;
    transition: height 100ms; }
    .menuBtn > span:after, .menuBtn > span:before {
      content: '';
      background-color: #000;
      border-radius: 1px;
      height: 2px;
      width: 100%;
      position: absolute;
      left: 50%;
      margin-left: -15px;
      transition: all 200ms; }
    .menuBtn > span:after {
      top: -7px; }
    .menuBtn > span:before {
      bottom: -7px; }
  .menuBtn.act > span {
    height: 0; }
    .menuBtn.act > span:after, .menuBtn.act > span:before {
      background-color: #e7d1ba;
      top: 1px; }
    .menuBtn.act > span:after {
      transform: rotate(45deg); }
    .menuBtn.act > span:before {
      transform: rotate(-45deg); }

.mainMenu {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0); }
  .mainMenu.act {
    opacity: 1;
    transform: scale(1); }
    .mainMenu.act ul li {
      list-style: none;
      padding: 0;
      opacity: 1;
      transform: translateX(0); }
  .mainMenu ul {
    list-style: none;
    padding: 0;
    display: table-cell;
    vertical-align: middle; }
  .mainMenu li {
    padding: 8px 0;
    transition: all 400ms 510ms;
    opacity: 0; }
    .mainMenu li:nth-child(odd) {
      transform: translateX(30%); }
    .mainMenu li:nth-child(even) {
      transform: translateX(-30%); }
    .mainMenu li:last-child {
      transform: none; }
  .mainMenu a {
    color: #e7d1ba;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "Rubik";
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px; }
    .mainMenu a:hover, .mainMenu a:focus {
      color: #8a9ba1;
      text-decoration: none; }

/* video popup */
#video-popup {
  background: rgba(64, 79, 84, 0.8); }
#video-popup .modal-trans {
  background: transparent;
  border: none; }

/* -------- Header Slider -------- */
#homeSlider {
  padding-top: 100px;
  padding-bottom: 100px; }
  #homeSlider:before {
    /* add the green right color */
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    content: "";
    background-color: #e7d1ba; }

.carousel-item {
  height: 560px;
  position: relative;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover; }

.slideshow .slider-content {
  padding-top: 80px; }

.slideshow h2.title {
  font-size: 36px;
  line-height: 1.2;
  padding-bottom: 15px;
  text-align: left;
  text-transform: uppercase; }

.slideshow p {
  max-width: 530px;
  padding-bottom: 40px; }

.slideshow span.price {
  font-size: 24px;
  font-family: "Rubik";
  color: #404f54;
  line-height: 1.2;
  font-weight: 500;
  float: left;
  padding-top: 15px;
  padding-left: 30px; }
  .slideshow span.price i {
    font-size: 20px;
    color: #8a9ba1;
    padding-right: 7px;
    text-decoration: line-through; }

.slideshow .slider-img img {
  display: block;
  margin: auto; }

.controllers {
  position: absolute;
  bottom: 40px; }
  .controllers .arrows {
    float: left; }
    .controllers .arrows a {
      display: block;
      width: 80px;
      height: 48px;
      border: 1px solid #8a9ba1;
      float: left;
      color: #8a9ba1;
      text-align: center;
      padding-top: 7px; }
      .controllers .arrows a i::before {
        margin-left: 0; }
      .controllers .arrows a:hover, .controllers .arrows a:focus {
        text-decoration: none;
        color: #404f54;
        background-color: rgba(65, 209, 127, 0.5); }
      .controllers .arrows a[data-slide="prev"] {
        border-right: 0; }
      .controllers .arrows a[data-slide="next"] {
        border-left: 0; }
  .controllers ul.slider-control-num {
    list-style: none;
    padding: 0;
    float: left;
    padding-top: 11px;
    padding-left: 35px; }
    .controllers ul.slider-control-num li {
      font-size: 16px;
      font-family: "Rubik";
      color: #8a9ba1;
      font-weight: 500;
      cursor: pointer;
      float: left;
      padding-left: 30px; }
      .controllers ul.slider-control-num li:hover, .controllers ul.slider-control-num li.active {
        color: #404f54; }

.slideshow h2.title {
     -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.slideshow p.lead {
     -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }

.slideshow a.bttn {
     -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

.slideshow span.price {
     -moz-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s; }

.slideshow .slider-img img {
  max-width: 472px;
     -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.fade-effect .carousel-item {
  opacity: 0;
     -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;

  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.fade-effect .carousel-item.active {
  opacity: 1; }

.fade-effect .carousel-item {
  opacity: 0; }

.fade-effect .carousel-item-next,
.fade-effect .carousel-item-prev,
.fade-effect .carousel-item.active,
.fade-effect .active.carousel-item-left,
.fade-effect .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* -------- About Us -------- */
.about-us .ab-img {
  position: relative;
  display: block;
  width: 480px;
  margin: auto; }
  .about-us .ab-img img.ab-img-1 {
    position: absolute;
    right: 0;
    top: 100px; }

.about-us h2 {
  padding-bottom: 30px; }

.about-us .ab-info > p {
  padding-bottom: 50px; }

.about-us .feature {
  padding-bottom: 40px; }
  .about-us .feature .feature-img {
    float: left;
    width: 54px; }
    .about-us .feature .feature-img img {
      display: block;
      margin: auto; }
  .about-us .feature .feature-desc {
    float: left;
    width: 335px;
    padding-left: 25px; }
    .about-us .feature .feature-desc h4 {
      font-size: 18px;
      font-weight: 400; }
    .about-us .feature .feature-desc p {
      font-size: 14px;
      line-height: 21px; }

/* -------- videos -------- */
.video-show {
  background-size: cover; }
  .video-show a.play-btn {
    display: block;
    background-color: rgba(64, 79, 84, 0.8);
    padding-top: 170px;
    padding-bottom: 170px; }
    .video-show a.play-btn .ellipse {
      display: block;
      background-color: #fff;
      width: 100px;
      height: 100px;
      margin: auto;
      border-radius: 50%;
      transition: all .3s ease-in-out;
      border: 1px solid #fff; }
      .video-show a.play-btn .ellipse img {
        display: block;
        margin: auto;
        padding-top: 25px;
        position: relative;
        left: 5px; }
    .video-show a.play-btn:hover .ellipse, .video-show a.play-btn:focus .ellipse {
      transform: scale(1.12);
      border: 1px solid #e7d1ba;
      background-color: transparent; }

/* -------- Shop -------- */
.shop-preview p {
  padding-bottom: 30px; }

.shop-preview a.bttn {
  margin: auto;
  margin-top: 20px; }

.shop-item {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  margin-bottom: 50px; }
  .shop-item img {
    width: 100%; }
  .shop-item .hover-item {
    opacity: 0;
    z-index: 100;
    position: absolute;
    top: 0;
    width: 100%;
    height: 437.5px;
    transition: opacity .2s ease-in-out;
    background-color: rgba(64, 79, 84, 0.8); }
    .shop-item .hover-item ul {
      list-style: none;
      padding: 0;
      width: 160px;
      margin: auto;
      padding-top: 190px; }
      .shop-item .hover-item ul li {
        float: left; }
        .shop-item .hover-item ul li:first-child {
          padding-right: 20px; }
        .shop-item .hover-item ul li a {
          display: block;
          height: 70px;
          width: 70px;
          background-color: #fff;
          border-radius: 50%;
          text-align: center;
          padding-top: 17px;
          transition: all .2s ease-in-out; }
          .shop-item .hover-item ul li a i {
            color: #e7d1ba; }
            .shop-item .hover-item ul li a i:before {
              margin-left: 0;
              font-size: 25px; }
          .shop-item .hover-item ul li a:hover, .shop-item .hover-item ul li a:focus {
            text-decoration: none;
            background-color: #e7d1ba; }
            .shop-item .hover-item ul li a:hover i, .shop-item .hover-item ul li a:focus i {
              color: #fff; }
  .shop-item:hover .hover-item, .shop-item:focus .hover-item {
    opacity: 1; }
  .shop-item img {
    transition: -webkit-filter .2s ease-in-out;
    transition: filter .2s ease-in-out;
    transition: filter .2s ease-in-out, -webkit-filter .2s ease-in-out; }
  .shop-item:hover img, .shop-item:focus img {
    -webkit-filter: blur(2px);
            filter: blur(2px); }
  .shop-item .info {
    padding-top: 15px; }
    .shop-item .info ul.stars {
      list-style: none;
      padding-left: 0;
      margin: 0; }
      .shop-item .info ul.stars li {
        float: left;
        color: #f7941e;
        padding-right: 5px;
        font-size: 14px;
        padding-top: 4px; }
    .shop-item .info .price {
      float: right;
      font-size: 20px;
      font-family: "Rubik";
      color: #404f54;
      font-weight: 400; }
      .shop-item .info .price i {
        font-size: 17px;
        color: #8a9ba1;
        padding-right: 7px;
        text-decoration: line-through; }
    .shop-item .info h3 {
      font-size: 25px;
      font-weight: 400;
      text-transform: capitalize; }

/* -------- Reviews -------- */
.reviews {
  background-color: #f3f3f3; }
  .reviews .review {
    margin-top: 50px;
    cursor: -webkit-grab;
    cursor: grab; }
    .reviews .review img {
      display: block;
      width: 48px;
      margin: auto; }
    .reviews .review p {
      text-align: center;
      width: 640px;
      margin: auto;
      margin-top: 35px;
      margin-bottom: 20px; }
    .reviews .review h4 {
      font-size: 25px;
      text-align: center;
      font-weight: 400;
      margin-bottom: 0; }
    .reviews .review span {
      display: block;
      font-size: 14px;
      font-family: "Karla";
      color: #8a9ba1;
      text-align: center; }
  .reviews .owl-dots {
    display: block;
    text-align: center;
    margin-top: 30px; }
    .reviews .owl-dots button.owl-dot {
      border-radius: 50%;
      background-color: rgba(138, 155, 161, 0.8);
      width: 12px;
      height: 12px;
      margin-left: 5px;
      margin-right: 5px; }
      .reviews .owl-dots button.owl-dot.active {
        background-color: #e7d1ba; }
      .reviews .owl-dots button.owl-dot:focus {
        outline: 0;
        outline: 0; }
      .reviews .owl-dots button.owl-dot:hover {
        background-color: rgba(138, 155, 161, 0.5); }


.add_review h3 {
  font-weight: 400;
  margin-top: 50px;
}

.add_review .form-control {
  font-size: 18px;
  font-family: "Karla";
  line-height: 28px;
  color: #404f54;
}

.add_review .form-control:focus {
  border-color: #e7d1ba;
  box-shadow: none;
}

/* -------- Gallery -------- */
.gallery {
  padding-bottom: 0; }
  .gallery .insta_link {
    margin-bottom: 90px; }
    .gallery .insta_link a {
      color: #e7d1ba; }
  .gallery .img {
    position: relative;
    padding: 0; }
    .gallery .img img {
      width: 100%; }
    .gallery .img .hover-gallery {
      background-color: rgba(64, 79, 84, 0.8);
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity .2s ease-in-out; }
      .gallery .img .hover-gallery ul {
        list-style: none;
        padding: 0;
        padding-top: 45%;
        display: table;
        margin: auto; }
        .gallery .img .hover-gallery ul li {
          float: left;
          font-size: 20px;
          font-family: "Karla";
          color: #fff;
          padding-left: 10px;
          padding-right: 10px; }
          .gallery .img .hover-gallery ul li i {
            padding-right: 5px; }
    .gallery .img:hover .hover-gallery {
      opacity: 1; }

/* -------- Info -------- */
.infos {
  padding-top: 90px;
  padding-bottom: 90px; }
  .infos .info-widget .widget-icon {
    float: left; }
    .infos .info-widget .widget-icon i::before {
      font-size: 65px;
      color: #404f54; }
  .infos .info-widget .widget-desc {
    float: left;
    width: 190px;
    padding-left: 20px;
    padding-top: 25px; }
    .infos .info-widget .widget-desc h4 {
      font-size: 18px;
      font-weight: 400; }
    .infos .info-widget .widget-desc p {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 0; }

/* -------- Footer -------- */
footer {
  background-color: #f3f3f3;
  padding-top: 160px;
  padding-bottom: 70px; }
  footer h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 25px; }
  footer p, footer a, footer ul li {
    font-size: 14px;
    font-family: "Karla";
    color: #8a9ba1;
    line-height: 1.479; }
  footer ul {
    list-style: none;
    padding: 0; }
  footer .footer-contact ul li {
    margin-bottom: 5px;
    line-height: 28px; }
    footer .footer-contact ul li i {
      color: #404f54; }
      footer .footer-contact ul li i::before {
        font-size: 23px;
        padding-right: 10px;
        position: relative;
        top: 5px; }
  footer .footer-info a.footer-brand {
    position: relative;
    left: -9px; }
  footer .footer-info p {
    padding-top: 20px; }
  footer .footer-info ul.social-media li {
    margin-top: 10px;
    margin-right: 20px; }
  footer .footer-links ul li {
    margin-bottom: 15px; }
    footer .footer-links ul li a:hover, footer .footer-links ul li a:focus {
      color: #e7d1ba; }
  footer .footer-newsletter p {
    margin-bottom: 5px; }
  footer .footer-newsletter form input {
    background-color: transparent;
    border: 1px solid #8a9ba1;
    font-size: 14px;
    font-family: "Karla";
    color: #8a9ba1; }
    footer .footer-newsletter form input:focus {
      box-shadow: none;
      border-color: #e7d1ba; }
  footer .ending {
    width: 100%;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0; }
    footer .ending a {
      color: #e7d1ba; }

/* -------- Social Media Links -------- */
ul.social-media {
  list-style: none;
  padding: 0; }
  ul.social-media li {
    float: left; }
    ul.social-media li a {
      display: block;
      border-radius: 50%;
      background-color: #fff;
      width: 40px;
      height: 40px;
      color: #e7d1ba;
      font-size: 18px;
      text-align: center;
      padding-top: 7px;
      transition: all .2s ease-in-out; }
      ul.social-media li a:hover, ul.social-media li a:focus {
        background-color: #e7d1ba;
        color: #fff; }

/* -------- Page Hero -------- */
header.hero .h-bg {
  background-color: rgba(64, 79, 84, 0.8);
  padding-top: 95px;
  padding-bottom: 95px; }

header.hero h1 {
  color: #fff;
  text-align: center;
  padding-bottom: 5px;
  text-transform: uppercase; }

header.hero p {
  font-size: 18px;
  color: #eeeeee;
  width: 530px;
  margin: auto;
  line-height: 1.48;
  text-align: center; }

header.hero ul.social-media {
  display: table;
  margin: 0 auto;
  text-align: center;
  padding-top: 70px; }
  header.hero ul.social-media li {
    margin-left: 10px;
    margin-right: 10px; }

.shop-page {
  background-color: #f3f3f3; }
  .shop-page .heading p {
    width: 560px;
    margin: auto;
    margin-bottom: 20px; }

/* -------- Call To Action -------- */
.call-to-action {
  background-size: cover;
  padding: 0; }
  .call-to-action .cta-hover {
    background-color: rgba(64, 79, 84, 0.8);
    padding-top: 100px;
    padding-bottom: 100px; }
  .call-to-action h4 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    display: block;
    margin-bottom: 20px; }
  .call-to-action p {
    font-size: 16px;
    color: #ededed;
    line-height: 1.48;
    width: 570px; }
  .call-to-action a.bttn {
    margin-top: 32px; }

/* -------- Story -------- */
.story .story-img img {
  display: block;
  margin: auto; }

.story .padding-top {
  padding-top: 170px; }

.story .story-txt {
  padding-top: 70px; }
  .story .story-txt h2 {
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 30px; }
  .story .story-txt a {
    margin-top: 40px; }

/* -------- Map -------- */
.map img {
  width: 100%; }

/* -------- Contact -------- */
.contact {
  background-color: #fff;
  box-shadow: 0px 0px 90px 0px rgba(64, 79, 84, 0.27);
  height: 599px;
  position: relative;
  top: -120px; }
  .contact .contact-form {
    padding: 80px; }
    .contact .contact-form p {
      padding-bottom: 25px; }
    .contact .contact-form .form-group {
      margin-bottom: 30px; }
    .contact .contact-form form input, .contact .contact-form form textarea {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #8a9ba1;
      border-radius: 0;
      font-size: 18px;
      font-family: "Karla";
      color: #8a9ba1; }
      .contact .contact-form form input:focus, .contact .contact-form form textarea:focus {
        color: #404f54;
        border-bottom: 1px solid #e7d1ba;
        box-shadow: none; }
    .contact .contact-form form button.bttn[type="submit"] {
      padding-top: 0;
      width: 250px;
      height: 60px;
      font-size: 16px; }
  .contact .contact-info {
    background-color: #e7d1ba;
    padding: 45px;
    padding-top: 80px; }
    .contact .contact-info .contact-block {
      margin-bottom: 40px; }
      .contact .contact-info .contact-block .block-img {
        float: left;
        border-radius: 50%;
        background-color: #fff;
        width: 70px;
        height: 70px; }
        .contact .contact-info .contact-block .block-img i {
          display: block;
          text-align: center;
          padding-top: 15px; }
          .contact .contact-info .contact-block .block-img i::before {
            font-size: 27px; }
      .contact .contact-info .contact-block .block-desc {
        float: left;
        margin-left: 20px; }
        .contact .contact-info .contact-block .block-desc h4 {
          font-size: 18px;
          font-weight: 400;
          margin-bottom: 0;
          margin-top: 10px; }
        .contact .contact-info .contact-block .block-desc p {
          font-size: 14px;
          color: #fff; }
    .contact .contact-info ul.social-media {
      display: table;
      margin: 0 auto;
      text-align: center; }
      .contact .contact-info ul.social-media li {
        margin-left: 10px;
        margin-right: 10px; }

/* -------- Product Page: Item -------- */
.item-header {
  background-color: #404f54;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff; }
  .item-header a {
    font-size: 14px;
    font-family: "Karla";
    color: #fff;
    text-transform: uppercase;
    line-height: 1; }
    .item-header a:hover {
      color: #e7d1ba; }
      .item-header a.active {
        color: #e7d1ba; }

.item-img img {
  display: block;
  margin: auto; }

.item-info {
  padding-top: 80px; }
  .item-info h3 {
    text-transform: uppercase; }
  .item-info ul.stars {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: block; }
    .item-info ul.stars li {
      float: left;
      color: #f7941e;
      padding-right: 5px;
      font-size: 14px;
      padding-top: 4px; }
  .item-info .price {
    display: block;
    font-size: 20px;
    font-family: "Rubik";
    color: #404f54;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 20px; }
    .item-info .price i {
      font-size: 17px;
      color: #8a9ba1;
      padding-right: 7px;
      text-decoration: line-through; }
  .item-info .buy-item {
    margin-top: 50px; }
  .item-info .quantity {
    display: inline-block;
    position: relative;
    max-width: 120px;
    vertical-align: bottom;
    margin-right: 35px;
    margin-bottom: 10px;
    float: left; }
    .item-info .quantity input[type="number"] {
      display: block;
      width: 120px;
      height: 60px;
      line-height: 1.65;
      float: left;
      padding: 0 2em;
      margin: 0;
      text-align: center;
      font-size: 20px;
      color: #404f54;
      background-color: transparent;
      border: 1px solid #8a9ba1;
      border-radius: 2rem;
      transition: color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield; }
      .item-info .quantity input[type="number"]::-webkit-inner-spin-button, .item-info .quantity input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none; }
    .item-info .quantity .quantity-button {
      transform: translateY(-50%);
      font-size: 20px; }
    .item-info .quantity .quantity-button.quantity-up {
      position: absolute;
      right: 1em;
      top: 50%;
      height: 34px;
      width: 10px;
      z-index: 3;
      cursor: pointer; }
      .item-info .quantity .quantity-button.quantity-up:before {
        display: inline-block;
        content: '+'; }
    .item-info .quantity .quantity-button.quantity-down {
      position: absolute;
      left: 1em;
      top: 50%;
      height: 34px;
      width: 10px;
      z-index: 3;
      cursor: pointer; }
      .item-info .quantity .quantity-button.quantity-down:before {
        display: inline-block;
        content: '-'; }
    .item-info .quantity button[name="add-to-cart"] {
      float: left; }
  .item-info button.bttn {
    width: 250px;
    height: 60px;
    font-size: 16px; }

.related-products .heading h2 {
  padding-bottom: 50px; }

.item-description {
  border: 1px solid #8a9ba1;
  margin-top: 40px;
  padding: 40px 60px; }
  .item-description .nav-tabs {
    border-bottom: 0;
    margin-bottom: 20px; }
    .item-description .nav-tabs .nav-link {
      font-size: 18px;
      font-family: "Rubik";
      color: #8a9ba1;
      line-height: 1.2;
      border: none;
      background-color: transparent; }
      .item-description .nav-tabs .nav-link.active {
        color: #404f54; }
  .item-description .item-review {
    margin-bottom: 30px; }
    .item-description .item-review h3 {
      font-size: 25px;
      font-weight: 400;
      display: inline;
      padding-right: 10px; }
    .item-description .item-review span {
      font-size: 14px;
      font-family: "Karla";
      color: #8a9ba1;
      line-height: 1.479; }
    .item-description .item-review ul.stars {
      list-style: none;
      padding-left: 0;
      margin: 0;
      display: block;
      width: 100%; }
      .item-description .item-review ul.stars li {
        float: left;
        color: #f7941e;
        padding-right: 5px;
        font-size: 14px;
        padding-top: 4px; }
    .item-description .item-review p {
      width: 100%; }
  .item-description ul li {
    font-size: 18px;
    font-family: "Karla";
    line-height: 28px;
    color: #8a9ba1;
    padding-bottom: 10px; }

/* login Signup */
.popup-signup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(64, 79, 84, 0.7);
  z-index: 1000; }
  .popup-signup .contact {
    position: static;
    margin-top: 80px;
    box-shadow: 0px 0px 90px 0px rgba(64, 79, 84, 0.27);
    opacity: 0;
       -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
    transition-duration: .5s;
    transition-property: opacity; }
    .popup-signup .contact.active {
      opacity: 1; }
  .popup-signup .signup-form {
    padding-top: 50px; }
    .popup-signup .signup-form .form-link {
      font-size: 18px;
      font-family: "Karla";
      color: #8a9ba1; }
      .popup-signup .signup-form .form-link a {
        color: #e7d1ba; }
    .popup-signup .signup-form .nav-tabs {
      border: none;
      margin-bottom: 30px; }
      .popup-signup .signup-form .nav-tabs .nav-link {
        font-size: 25px;
        font-family: "Rubik";
        font-weight: 400;
        color: #8a9ba1;
        line-height: 1;
        border: none;
        padding-left: 0;
        padding-right: 0;
        margin-right: 25px; }
        .popup-signup .signup-form .nav-tabs .nav-link.active {
          color: #404f54; }
          .popup-signup .signup-form .nav-tabs .nav-link.active:after {
            content: "";
            display: block;
            background-color: #e7d1ba;
            margin-top: 10px;
            width: 20px;
            height: 3px; }
  .popup-signup .signup-promo {
    padding: 0;
    max-height: 599px;
    overflow: hidden; }
    .popup-signup .signup-promo img {
      width: 100%; }

a.close-signup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default; }
  a.close-signup i.close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3; }
    a.close-signup i.close:hover {
      opacity: 1; }
    a.close-signup i.close:before, a.close-signup i.close:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 33px;
      width: 2px;
      background-color: #fff; }
    a.close-signup i.close:before {
      transform: rotate(45deg); }
    a.close-signup i.close:after {
      transform: rotate(-45deg); }

.popup-search {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 200px;
  background-color: rgba(64, 79, 84, 0.7);
  z-index: 1000; }
  .popup-search .search-div input {
    background-color: #fff;
    height: 80px;
    width: 100%;
    border-radius: 50px;
    border: none;
    padding-left: 45px;
    padding-right: 45px;
    box-shadow: 0px 0px 90px 0px rgba(64, 79, 84, 0.27);
    font-size: 18px;
    font-family: "Karla";
    color: #404f54;
    line-height: 1;
    outline: none; }
  .popup-search .search-div i {
    position: absolute;
    top: 26px;
    right: 60px;
    color: #404f54; }

/* signup message */
.popup-register-message {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 200px;
  background-color: rgba(64, 79, 84, 0.7);
  z-index: 1000; }
  .popup-register-message .register-message {
    background-color: #fff;
    width: 100%;
    border: none;
    padding: 45px;
    box-shadow: 0px 0px 90px 0px rgba(64, 79, 84, 0.27); }
    .popup-register-message .register-message p {
      margin-bottom: 0; }
      .popup-register-message .register-message h5 {
        text-transform: capitalize; }
    .popup-register-message .register-message i {
      color: #e7d1ba; }
      .popup-register-message .register-message i:before {
          font-size: 50px; }


/* -------- Cart & Checkout Pages -------- */

.product_wrapper {
  float:left;
  padding: 10px;
  text-align: center;
}
.product_wrapper:hover {
  box-shadow: 0 0 0 2px #e5e5e5;
  cursor:pointer;
}
.product_wrapper .name {
  font-weight:bold;
}
.product_wrapper .buy {
  text-transform: uppercase;
  background: #F68B1E;
  border: 1px solid #F68B1E;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  margin-top: 10px;
}
.product_wrapper .buy:hover {
  background: #f17e0a;
  border-color: #f17e0a;
}
.message_box .box{
  margin: 10px 0px;
  border: 1px solid #2b772e;
  text-align: center;
  font-weight: bold;
  color: #2b772e;
}
.table td {
  font-family: "Karla";
  border-bottom: #F0F0F0 1px solid;
  padding: 10px;
}
.cart_div {
  float:right;
  font-weight:bold;
  position:relative;
}
.cart_div a {
  color:#000;
}
.cart_div span {
  font-size: 12px;
  line-height: 14px;
  background: #F68B1E;
  padding: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 13px;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
}
.cart .remove {
  background: none;
  border: none;
  color: #0067ab;
  cursor: pointer;
  padding: 0px;
}
.cart .remove:hover {
  text-decoration:underline;
}

/* check out page */
.checkout_page, .order_bill {
  padding-top: 80px;
  padding-bottom: 80px;
}

.checkout_page h3, .order_bill h3 {
  font-size: 24px;
  font-family: "Karla";
  text-transform: uppercase;
  font-weight: 400;
  color: rgb(64, 79, 84);
  line-height: 1.11;
  margin-bottom: 30px;
}

.checkout_page form input, .checkout_page form textarea,
.settings_page form input {
  font-size: 18px;
  font-family: "Karla";
  font-weight: 400;
  color: #404f54;
  line-height: 1;
  padding: 22px 15px;
}

.settings_page form .form-group {
  margin-top: 25px;
}

.checkout_page form textarea {
  line-height: 1.45;
}

.checkout_page form input:focus, .checkout_page form select:focus, .checkout_page form textarea:focus,
.settings_page form input:focus {
  color: #404f54;
  background-color: #fff;
  border-color: #e7d1ba;
  outline: 0;
  box-shadow: none;
}

.settings_page form button.bttn {
  padding-top: 2px;
  width: 250px;
  height: 60px;
  font-size: 16px;
  margin-top: 40px;
}

.checkout_page .order_total {
  border: 2px solid #e7d1ba;
  padding: 25px;
}

.checkout_page .order_total table, .order_bill table {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
}

.checkout_page .order_total .table th, .checkout_page .order_total .table td, address {
  color: #404f54;
  font-family: "Karla";
  font-weight: 400;
}

address {
  font-size: 17px;
  text-transform: capitalize;
}

.checkout_page .order_total ul.payment_method {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.checkout_page .order_total ul.payment_method h3 {
  margin-bottom: 15px;
}

.order_resume {
  background-color: #f3f3f3;
  padding: 30px;
}

.order_resume h3 {
  color: #e7d1ba;
  margin-bottom: 15px;
}

.order_resume ul {
  padding-left: 20px;
  padding-top: 10px;
}

.order_resume ul li {
  color: #404f54;
  font-family: "Karla";
  font-weight: 400;
  font-size: 17px;
  padding-bottom: 15px;
}

.order_bill h3.address_del {
  margin-top: 50px;
  margin-bottom: 15px;
}

/* -------- Dashboard -------- */

.account-sidebar ul {
  list-style: none;
  padding: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}

.account-sidebar ul li {
  display: block;
  width: 100%;
}

.account-sidebar ul li a {
  display: block;
  width: 100%;
  padding: 25px;
  background-color: #f3f3f3;

  font-size: 16px;
  font-family: "Rubik";
  text-transform: uppercase;
  font-weight: 400;
  color: #8a9ba1;
  line-height: 1.2;
  letter-spacing: 1px;
}

.account-sidebar ul li a:hover,
.account-sidebar ul li a:focus,
.account-sidebar ul li a.active {
  color: #fff;
  background: #e7d1ba;
  text-decoration: none;
}

.dash-content {
  margin-top: 100px;
  margin-bottom: 100px;
}

.dash-content h4 {
  font-weight: 400;
}

.dash-content a {
  color: #e7d1ba;
}

.dash-content .infos {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dash-content .infos .info-widget .widget-icon i::before {
  font-size: 48px;
}

.dash-content .infos .info-widget .widget-desc {
  width: 160px;
  padding-left: 18px;
  padding-top: 13px;
}

.dash-content .infos .info-widget .widget-desc h4 {
  margin-bottom: 5px;
}

.dash-content .table thead th,
.dash-content .table th {
  font-family: "Rubik";
  font-weight: 400;
}

/* -------- Search & 404 -------- */

.search_results {
  font-size: 24px;
  font-family: "Karla";
  text-transform: uppercase;
  font-weight: 400;
  color: rgb(64, 79, 84);
  line-height: 1.11;
  margin-bottom: 40px;
}

h4.txt_404 {
  font-size: 24px;
  font-family: "Karla";
  font-weight: 400;
  color: rgb(64, 79, 84);
  line-height: 1.11;
  margin-top: 40px;
  margin-bottom: 40px;
}



/* END OF THE FILE */
