body {
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #262626;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}

.search-box {
  position: absolute;
  right: 0;
  background: #fff;
  box-shadow: 0 3px 6px rgb(0,0,0,0.16);
  display: none;
}

  .search-box form {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 10px;
  }

input.search {
  border: 1px solid #cccccc;
  height: 45px;
  padding: 10px;
}

button.submit-button {
  background: #fff;
  border: 1px solid #cccccc;
  color: #cccccc;
  width: 45px;
  border-left: none;
}

.drop-down-main {
  display: none;
}

li.menu-main:hover .drop-down-main {
  display: block;
}

.nav > li {
  position: static;
  display: block;
}

.drop-down-main {
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 9px 15px rgb(0,0,0,0.16);
  padding: 31px 45px;
  background: #fff;
}
/*header*/
.header-top {
  background: #5E4646;
  color: rgb(255,255,255,0.5);
  padding: 14px 0;
}

.header-top-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top-left ul li, .header-top-middle ul li {
  display: inline-block;
}

.header-top-right {
  display: flex;
}

  .header-top-right a {
    color: rgb(255,255,255,0.5);
  }

.wish {
  margin: 0 18px 0 13px;
}

.header-top-left ul li i, .header-top-middle ul li i {
  margin-right: 10px;
}

.header-top-left ul li:nth-child(1), .header-top-middle ul li:nth-child(1) {
  margin-right: 10px;
}

.header-top-left ul li:nth-child(2), .header-top-middle ul li:nth-child(2) {
  margin-left: 5px;
}

.navbar-inverse {
  background-color: #fff;
  border: none;
}

nav.navbar.navbar-inverse.navbar-static-top {
  margin-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a {
  color: #262626;
}

.navbar-inverse .navbar-nav > li:nth-child(9) > a {
  margin-right: 0;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #D89D9D;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #D89D9D;
  background: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #D89D9D;
  background: transparent;
}

.navbar-header {
  margin: 19px 0;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background: #fff;
}

.navbar-toggle {
  margin-top: 5px;
  margin-right: 0;
}

.navbar-nav > li > a {
  padding: 30px 0px;
  margin: 0 15px;
}
/*.navbar-nav > li:nth-child(5) > a {
    margin-right: 0px;
}*/
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #18212D;
}
/*banner-slider*/
.banner img {
  width: 100%;
}

.banner {
  position: relative;
}

.banner-detail-all {
  position: absolute;
  top: 25%;
}

.banner-detail-top {
  background: #fff;
  padding: 45px 34px 56px 34px;
  width: 310px;
  margin-left: 90px !important;
}

  .banner-detail-top h4 {
    color: #262626;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 9px;
  }

  .banner-detail-top p {
    color: #A7A7A7;
    font-size: 13px;
  }

  .banner-detail-top .btn-view a {
    text-transform: uppercase;
    background: #D89D9D;
    color: #fff;
    padding: 10px 24px;
    border-radius: 10px;
  }

  .banner-detail-top .btn-view {
    margin-top: 30px;
  }

.sliderContainer {
  position: relative;
}

.banner .slick-slide {
  background: url(../img/banner.png);
  background-position: center;
  background-size: cover;
  padding: 80px 0 120px;
}

  .banner .slick-slide:nth-child(2) {
    background: url(../img/banner.png);
    background-position: center;
    background-size: cover;
    padding: 80px 0 120px;
  }

  .banner .slick-slide:nth-child(3) {
    background: url(../img/banner.png);
    background-position: center;
    background-size: cover;
    padding: 80px 0 120px;
  }

.progressBarContainer {
  position: absolute;
  bottom: 60px;
  width: 310px;
  left: 108px;
}

  .progressBarContainer div {
    display: block;
    width: 30%;
    padding: 0;
    cursor: pointer;
    margin-right: 5%;
    float: left;
    color: white;
  }

    .progressBarContainer div:last-child {
      margin-right: 0;
    }

    .progressBarContainer div span.progressBar {
      width: 100%;
      height: 2px;
      background-color: #fff;
      display: block;
    }

      .progressBarContainer div span.progressBar .inProgress {
        background-color: #D89D9D;
        width: 0%;
        height: 2px;
      }

  .progressBarContainer h3 {
    font-size: 14px;
  }
/**/
.recent-product {
  margin-top: -20px;
}

.recent-product-block {
  background: #fff;
  text-align: center;
  box-shadow: 0 3px 15px rgb(0,0,0,0.16);
  position: relative;
}

.recent-product-img {
}

  .recent-product-img.r-product-image2 {
    padding-top: 34px;
  }

  .recent-product-img.r-product-image3 {
    padding-top: 24px;
  }

  .recent-product-img.r-product-image4 {
    padding-top: 47px;
  }

  .recent-product-img.r-product-image5 {
    padding-top: 37px;
  }

  .recent-product-img.r-product-image6 {
    padding-top: 25px;
  }
/*.r-hproduct-image {
    display: none;
    left: 57px;
    top: 26px;
    position: absolute;
}*/
.recent-product-title {
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0;
}

.recent-product-block:hover .recent-product-title {
  color: #fff;
}

.recent-product-block:hover {
  background: #D89D9D;
}
/*.recent-product-block:hover .r-hproduct-image {
    display: block;
}
.r-product-image.r-product-image-1 {
    padding-top: 26px;
}
.r-product-image.r-product-image-2 {
    padding-top: 28px;
}
.r-product-image.r-product-image-3 {
    padding-top: 17px;
}
.r-product-image.r-product-image-4 {
    padding-top: 42px;
}
.r-product-image-5 {
    padding-top: 33px;
}
.r-product-image.r-product-image-6 {
    padding-top: 23px;
}
.recent-product-block:hover .r-hproduct-image.r-hproduct-image-2{
    left: 43px;
    top: 28px;
}
.recent-product-block:hover .r-hproduct-image.r-hproduct-image-3{
    left: 66px;
    top: 17px;
}
.recent-product-block:hover .r-hproduct-image.r-hproduct-image-4{
    left: 47px;
    top: 42px;
}
.recent-product-block:hover .r-hproduct-image.r-hproduct-image-5{
    left: 49px;
    top: 33px;
}
.recent-product-block:hover .r-hproduct-image.r-hproduct-image-6{
    left: 66px;
    top: 23px;
}*/
/*product*/
.product-type-image img {
  width: 100%;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  position: relative;
}

.product-type-all {
  position: relative;
}

.image-text {
  position: absolute;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transform: translateX(-50%);
  left: 50%;
  bottom: 5px;
}

.hover-text-overlay a {
  background: #D89D9D;
  color: #fff;
  width: 136px;
  text-align: center;
  border-radius: 10px;
  padding: 9px 22px;
}

.hover-text-overlay {
  position: absolute;
  opacity: 0;
  left: 40%;
  bottom: 10%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.product-type-all:hover .hover-text-overlay {
  opacity: 1;
}

.product-type-all:hover .product-type-image img {
  border: 10px solid #fff;
  box-shadow: 0 3px 25px rgb(0,0,0,0.16);
  margin: -10px;
}

.product-down {
  margin-top: 30px;
}

.image-text.image-text-down {
}

.hover-text-overlay.hover-text-overlay-down {
  left: 33%;
}

.product-type-all:hover .image-text {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  bottom: initial;
}

.image-text.image-text-down.image-text-down-dinner {
}

.product {
  margin: 50px 0;
}
/*select*/
.select {
  background: #EFEFEF;
  padding: 50px 0 50px 0;
  text-align: center;
}

  .select h3 {
    color: #262626;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
  }

.select-block {
  margin-top: 31px;
}

.select-image {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  cursor: default;
}

.select-icon {
  position: relative;
  margin: 0 7px;
  border: 0;
  padding: 0;
  background-color: transparent;
}

.select-image .select-overlay {
  width: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 0 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

  .select-image .select-overlay .buttons {
    position: absolute;
    display: flex;
    bottom: 20px;
    width: 100%;
    justify-content: center;
  }

  .select-image .select-overlay .description {
    position: absolute;
    display: flex;
    top: 20px;
    padding: 0 15px;
    font-weight: bold;
  }

.select-image img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
}

.select-image .overlay-block {
  color: #fff;
  font-size: 15px;
  transition: all .2s ease-in-out;
  transition: .5s ease;
  opacity: 0;
  background: #000000;
  padding: 10px 11px;
  border-radius: 5px;
  margin: 0;
}

  .select-image .overlay-block:hover {
    color: #000000;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0,0,0,0.16);
  }

.select-image:hover .select-overlay {
  opacity: 1;
}

.select-image:hover h2 {
  opacity: 1;
}

h2.overlay-block i {
  font-size: 18px;
  line-height: 19px;
}

.hover-icon {
  display: block;
  position: absolute;
  bottom: 48px;
  left: 26%;
  padding: 6px 8px;
  font-size: 0.8rem;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  transition: all 0.3s ease;
  z-index: 1;
}

  .hover-icon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }

.select-icon:hover .hover-icon {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
}

.select-icon .hover-icon {
  line-height: 18px;
  font-size: 11px;
  background: #000000;
  color: #fff;
  border-radius: 5px;
  bottom: 5px;
  min-width: 110px;
  max-width: 200px;
  left: 50%;
  box-sizing: border-box;
}

.select-text {
  margin-top: 16px;
}

  .select-text p:nth-child(1) {
    color: #262626;
    margin-bottom: 7px;
  }

  .select-text p:nth-child(2) {
    color: #D89D9D;
  }

.select-image:hover.select-image img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.line-through {
  color: #262626;
  text-decoration: line-through;
  margin-left: 5px;
}

.select-box:hover .select-text p {
  color: #D89D9D;
}
/*item-add*/
.item-add {
  margin: 50px 0;
}

.item-add-image img {
  width: 100%;
}

.item-add-all {
  position: relative;
}

.item-add-text {
  position: absolute;
  left: 10%;
  background: #fff;
  top: 35%;
  padding: 29px 42px;
  line-height: 39px;
}

  .item-add-text h4 {
    margin-top: 0;
    font-weight: bold;
    color: #262626;
  }

.btn-shop {
  background: transparent;
  border: 1px solid #D89D9D;
  color: #D89D9D;
  padding: 6px 16px;
  text-transform: uppercase;
  margin-top: 10px;
  border-radius: 10px;
}

  .btn-shop:hover {
    background: #D89D9D;
    color: #fff;
    border: 1px solid #D89D9D;
  }
/*newsletter*/
.newsletter {
  background: url(../images/theme/newsletter.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 47px 0 79px 0;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}

.newsletter-image img {
  width: 79%;
}

.newsletter-image {
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translate(-50%, -50%);
}

input.subscribe-field {
  height: 50px;
  width: 73%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #BEBEBE;
  padding: 10px 33px;
  border-right: none;
}

button.newsletter-subscribe-button {
  background: #262626;
  border: 1px solid #262626;
  color: #fff;
  height: 50px;
  padding: 5px 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-transform: uppercase;
}

.suscribe {
  display: flex;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
  width: 50%;
  justify-content: center;
}

span.form-box-icon {
  position: absolute;
  color: #262626;
  transform: translateX(-50%);
  left: 6%;
}

input.subscribe-field::placeholder {
  color: #262626;
}

.newsletter-subscribe-button i {
  padding-right: 6px;
}

.newsletter-block h3 {
  margin-top: 0;
  color: #262626;
  text-transform: uppercase;
  font-weight: bold;
}

.newsletter-block p {
  color: #262626;
}
/*blog*/
.blog {
  margin: 50px 0;
}

  .blog h3 {
    text-align: center;
    text-transform: uppercase;
    color: #262626;
    margin: 0 0 30px 0;
    font-weight: bold;
  }

.blog-img img {
  width: 100%;
}

.blog-box {
  position: relative;
  padding-bottom: 15px;
}

  .blog-box .blog-img {
    position: relative
  }

.blog-date {
  position: absolute;
  background: #262626;
  color: #fff;
  bottom: 0;
  padding: 7px 12px;
  font-weight: bold;
}

.blog-box h4, .blog-box p {
  padding: 0 0 0 10px;
}

.blog-box h4 {
  font-size: 17px;
  font-weight: bold;
  color: #262626;
  margin: 15px 0 10px 0;
}

.blog-box p {
  color: #262626;
}

.blog-box:hover {
  box-shadow: 0 3px 25px rgb(0,0,0,0.16);
}

  .blog-box:hover.blog-box a {
    color: #D89D9D;
  }

.blog-box h4 a {
  color: #262626;
}

.blog-view {
  text-align: center;
  margin-top: 39px;
}

  .blog-view a {
    color: #D89D9D;
    text-transform: uppercase;
    font-weight: bold;
  }

    .blog-view a i {
      padding-left: 8px;
    }
/*footer*/
.footer {
  color: rgb(255,255,255,0.5);
}

.footer-top {
  background: #291919;
  padding: 50px 0;
}

.footer-bottom {
  background: #1E1010;
  padding: 20px 0;
}

.contact-list {
  margin-top: 20px;
}

  .contact-list li i {
    color: #D89D9D;
    padding-right: 10px;
    margin-top: 5px;
  }

  .contact-list li {
    display: flex;
    padding-bottom: 10px;
  }

    .contact-list li a, .nav-list li a, .social-link li a {
      color: rgb(255,255,255,0.5);
    }

      .contact-list li a:hover, .nav-list li a:hover {
        color: #D89D9D;
      }

.footer-box h4 {
  text-transform: uppercase;
  font-weight: bold;
}

.nav-list, .social-link {
  margin-top: 30px;
}

  .nav-list li, .social-link li {
    padding-bottom: 10px;
  }

    .social-link li:nth-child(1) a:hover {
      color: #3B5999;
    }

    .social-link li:nth-child(2) a:hover {
      color: #78BDF9;
    }

    .social-link li:nth-child(3) a:hover {
      color: #EA4335;
    }

    .social-link li:nth-child(4) a:hover {
      color: #CF3569;
    }

.footer-bottom-right {
  float: right;
}

.footer-image1, .footer-image2 {
  display: flex;
  justify-content: space-between;
}

.footer-image1 {
  margin: 30px 0 23px 0;
}

  .footer-image1 img:hover, .footer-image2 img:hover {
    opacity: 0.5;
  }
/*model*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

  .overlay:target {
    visibility: visible;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
  }

.popup {
  margin: 70px auto;
  padding: 50px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 1;
}

  .popup h2 {
    margin-top: 0;
    color: #333;
    text-transform: uppercase;
  }

  .popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    transition: all 200ms;
    font-size: 27px;
    text-decoration: none;
    color: #000;
    opacity: 1;
  }

    .popup .close:hover {
      color: #000000;
      opacity: 1;
    }

.accordion {
  background: #fff;
  color: #262626;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: 1px solid #C4C4C4;
  transition: 0.4s;
  outline: none;
  opacity: 0.5;
}

.acc1 .panel {
  padding: 20px 0;
  background-color: #fff;
  display: none;
  overflow: hidden;
  margin-bottom: 0;
}

.actives, .accordion:hover {
  border: 1px solid #C4C4C4;
  background: #fff;
}

.accordion:after {
  font-size: 14px;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  float: right;
  transition: all 0.5s;
  color: #262626;
  opacity: 0.5;
}

.actives:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  color: #262626;
  opacity: 0.5;
}

.productview-cart {
  border-top: 1px solid #707070;
  border-top-color: rgb(112, 112, 112,0.21);
}

.productview-material {
  border-bottom: none;
}

.accordion {
  background: #fff;
  color: #262626;
  cursor: pointer;
  padding: 11px 10px 10px 14px;
  width: 100%;
  text-align: left;
  border: 1px solid #C4C4C4;
  transition: 0.4s;
  outline: none;
  text-transform: uppercase;
  opacity: 0.5;
}

.productview-show h3 {
  margin: 0 0 19px 0;
  font-weight: bold;
}

.select.select-model {
  background: #fff;
  padding: 30px 0 0 0;
}
/**/
@media screen and (min-width :1401px) and (max-width:2200px) {
  .drop-down-main {
    left: 300px;
    right: 230px;
  }

  .menu-detail ul li {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .search-box form {
    padding: 20px 31px;
  }

  input.search {
    height: 55px;
    padding: 16px;
    width: 400px;
    font-size: 16px;
  }

  button.submit-button {
    width: 50px;
  }

  .navbar-nav > li > a {
    margin: 0 27px;
    font-size: 18px;
    padding: 39px 0px;
  }

  .navbar-header {
    margin: 28px 0;
  }

  .banner .slick-slide {
    height: 724px;
  }

  .banner-detail-top {
    width: 436px;
    margin-top: 72px !important;
    margin-left: 368px !important;
  }

    .banner-detail-top h4 {
      font-size: 46px;
    }

    .banner-detail-top h4 {
      font-size: 46px;
    }

    .banner-detail-top .btn-view {
      margin-top: 39px;
      margin-left: 0;
    }

      .banner-detail-top .btn-view a {
        font-size: 18px;
      }

  .progressBarContainer {
    bottom: 234px;
    width: 436px;
    left: 390px;
  }

    .progressBarContainer h3 {
      font-size: 18px;
    }

  .recent-product {
    margin-top: -130px;
    z-index: 99;
    position: relative;
  }

  .recent-product-title {
    font-size: 16px;
  }

  .recent-product-block {
  }

  .product {
    margin: 100px 0;
  }

  .image-text {
    font-size: 25px;
  }

  .hover-text-overlay {
    left: 42%;
    top: 350px;
  }

  .product-type-all:hover .image-text {
  }

  .hover-text-overlay a {
    font-size: 18px;
    padding: 17px 28px;
  }

  .product-type-all:hover .image-text.image-text-down.image-text-down-dinner {
  }

  .hover-text-overlay.hover-text-overlay-down {
    left: 35%;
    top: 340px;
  }

  .product-type-all:hover .image-text-down {
  }

  .select-text {
    font-size: 20px;
  }

  .select {
    padding: 61px 0 100px 0;
  }

    .select h3 {
      font-size: 32px;
    }

  .productview-show h3 {
    font-size: 32px;
  }

  .line-through {
    margin-left: 20px;
  }

  .item-add {
    margin: 100px 0;
  }

  .item-add-text h4 {
    font-size: 32px;
  }

  .item-add-text {
    width: 314px;
  }

  .btn-shop {
    font-size: 18px;
  }

  .accordion {
    font-size: 20px;
  }

  input.subscribe-field {
    height: 58px;
    width: 76%;
    font-size: 16px;
  }

  button.newsletter-subscribe-button {
    font-size: 16px;
    height: 58px;
  }

  .newsletter-image {
  }

  .newsletter-block h3 {
    margin-bottom: 27px;
    font-size: 32px;
  }

  .newsletter-block p {
    font-size: 24px;
  }

  span.form-box-icon {
    top: 20px;
    font-size: 16px;
  }

  .blog {
    margin: 70px 0 65px 0;
  }

    .blog h3 {
      font-size: 32px;
    }

  .blog-date {
    font-size: 16px;
    /* width: 130px; */
  }

  .blog-box h4 a {
    font-size: 17px;
  }

  .blog-view a {
    font-size: 18px;
  }

  .footer-top {
    padding: 66px 0 80px 0;
  }

  .footer-box h4 {
    font-size: 24px;
  }

  .nav-list, .social-link {
    margin-top: 34px;
  }

    .nav-list li a, .social-link li a {
      font-size: 18px;
    }

  .contact-list li a {
    font-size: 16px;
  }

  .contact-list li {
    font-size: 16px;
  }

  .contact-list {
    margin-top: 25px;
  }

  .footer-bottom {
    font-size: 16px;
    padding: 30px 0;
  }

  .select-icon .hover-icon {
    min-width: 133px;
    font-size: 15px;
  }

  .select-image .overlay-block {
    font-size: 15px;
    padding: 11px 11px;
    width: 43px;
    height: 43px;
  }
}

@media (max-width: 1024px) {
  .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-text {
    bottom: 10%;
  }

  .product-type-all:hover .image-text {
    bottom: 28%;
  }

  .hover-text-overlay {
    left: 39%;
  }

  h2.overlay-block i {
    font-size: 14px;
    line-height: 10px;
  }

  .item-add-text {
    top: 13%;
  }

  .newsletter-image {
    right: 68px;
    top: 62px;
  }

    .newsletter-image img {
      width: 67%;
    }

  input.subscribe-field {
    width: 238px;
  }

  .blog-box {
    position: relative;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-top-all {
    text-align: center;
    display: block;
  }

  .header-top-right {
    display: inline-flex;
  }

  .header-top-middle {
    margin: 10px 0;
  }

  .newsletter-image img {
    display: none;
  }

  .banner-detail-top {
    margin-left: 0 !important;
  }

  .progressBarContainer {
    left: 24px;
  }

  .recent-product-block {
    margin-top: 10px;
  }

  .product-type-image {
    margin-top: 10px;
  }

  .hover-text-overlay.hover-text-overlay-down {
    bottom: 25%;
    left: 43%;
  }

  .item-add-all {
    margin-top: 10px;
  }

  .image-text.image-text-down {
    left: 43%;
  }

  .hover-text-overlay {
    left: 42%;
    bottom: 24%;
  }

  .image-text.image-text-down.image-text-down-dinner {
    left: 45%;
  }

  .product-type-all:hover .image-text.image-text-down-dinner {
    bottom: 35%;
    left: 44%;
  }

  .product-type-all:hover .image-text {
    bottom: 35%;
    left: 47%;
  }
}

@media (max-width: 767px) {
  .footer-bottom-right {
    float: left;
  }
}

@media (max-width: 425px) {
  .header-top-all {
    text-align: center;
    display: block;
  }

  .header-top-right {
    display: inline-flex;
  }

  .header-top-middle {
    margin: 10px 0;
  }

  .suscribe {
    width: 87%;
  }

  .hover-text-overlay {
    left: 36%;
  }

  .product-type-all:hover .image-text {
    bottom: 45%;
    left: 46%;
  }

  .image-text.image-text-down.image-text-down-dinner {
    left: 38%;
  }

  .hover-text-overlay.hover-text-overlay-down {
    left: 35%;
    bottom: 20%;
  }

  .product-type-all:hover .image-text.image-text-down {
    bottom: 35%;
    left: 42%;
  }

  .product-type-all:hover .image-text.image-text-down-dinner {
    left: 38%;
  }
}

.recent-product-block:hover svg path {
  fill: #fff;
}

.menu-detail ul li a {
  color: #CCCCCC;
}

.menu-detail ul {
  margin-top: 18px;
}

  .menu-detail ul li a i {
    margin-right: 5px;
  }

  .menu-detail ul li a:hover {
    color: #D89D9D;
  }

.menu-detail h4 {
  font-size: 16px;
  font-weight: bold;
}

.menu-detail {
  border-right: 1px solid #CCCCCC;
}

.menu-detail-right {
  border-right: none;
}

.categoryPenal .panel-body {
  padding: 0 !important;
}

  .categoryPenal .panel-body ul li a {
    font-size: 16px;
    padding: 20px 14px 20px 17px;
    display: block;
  }

  .categoryPenal .panel-body ul li ul {
    margin-left: 20px;
  }

    .categoryPenal .panel-body ul li ul a {
      padding: 10px 8px 10px 8px;
    }