body {
  position: relative;
  font-family: 'Merriweather', serif;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden; }

html {
  font-size: 62.5%; }

p {
  font-size: 1.4rem;
  line-height: 1.75; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', serif; }

.myBtn {
  border: none;
  color: white;
  background-color: #000;
  border-radius: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }
  .myBtn:hover, .myBtn:focus, .myBtn:active {
    text-decoration: none;
    color: white;
    background-color: #000;
    border-color: #000; }

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
  text-decoration: none;
  cursor: pointer; }

.marginTop20 {
  margin-top: 20px; }

.marginBottom20 {
  margin-bottom: 20px; }

.go-left {
  float: left; }

.go-right {
  float: right; }

.col-seter {
  padding-right: 5px;
  padding-left: 5px; }

.transition {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.pos {
  position: relative; }

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #D8252F; }

::selection {
  text-shadow: none;
  background: #D8252F;
  color: white; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  webkit-tap-highlight-color: #D8252F; }

::-webkit-scrollbar-track {
  background-color: #efefef; }

::-webkit-scrollbar {
  position: relative;
  height: 10px;
  width: 10px;
  background-color: #D8252F; }

::-webkit-scrollbar-thumb {
  position: relative;
  background-color: #D8252F; }

::-webkit-scrollbar::after {
  left: 0;
  top: 0;
  position: absolute;
  content: 'a'; }

section {
  padding: 20px 0; }

.filter-body{
    position: absolute;
    background: rgba(33, 33, 33, 0);
    width: 100%;
    height: 100%;
    display: none;
    -webkit-transition:all ease-in-out 0.3s;
    -moz-transition:all ease-in-out 0.3s;
    -ms-transition:all ease-in-out 0.3s;
    -o-transition:all ease-in-out 0.3s;
    transition:all ease-in-out 0.3s;
}

.show-filter{
   background: rgba(33, 33, 33, 0.68);
}

.cart-holder {
  position: fixed;
  bottom: -175px;
  right: -165px;
  z-index: 999999999;
  background: #ffbb00;
  width: 300px;
  height: 300px;
  border-radius: 50%; }
  .cart-holder .cart {
    position: absolute;
    top: 48px;
    left: 52px; }
  .cart-holder .amount {
    width: 35px;
    height: 35px;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 50%;
    background: #fff;
    color: #D8252F;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 67px;
    left: 71px; }

.bs-slider {
  overflow: hidden;
  max-height: 100vh;
  position: relative;
  background: #000000; }

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
  height: 100%; }

.fade {
  opacity: 1; }

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s; }

.fade .item:first-child {
  top: auto;
  position: relative; }

.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s; }

.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  -webkit-border-radius: 100px;
  border-radius: 100px; }

.control-round:hover .carousel-control {
  opacity: 1; }

.control-round .carousel-control.left {
  left: 1%; }

.control-round .carousel-control.right {
  right: 1%; }

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.5);
  border: 0px transparent; }

.control-round .carousel-control.left > span:nth-child(1) {
  left: 37%;
  position: absolute;
  top: 20%; }

.control-round .carousel-control.right > span:nth-child(1) {
  right: 37%;
  position: absolute;
  top: 20%; }

.indicators-line > .carousel-indicators {
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap; }

.indicators-line > .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9e9e9e;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: #9e9e9e;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer; }

.indicators-line > .carousel-indicators li:last-child {
  margin-right: 0; }

.indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #fff;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.slide_style_left {
  text-align: left !important; }

.slide_style_right {
  text-align: right !important; }

.slide_style_center {
  text-align: center !important; }

.slide-text {
  left: 0;
  top: 25%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px; }

.slide-text > h1 {
  padding: 0;
  color: #ffffff;
  font-size: 70px;
  font-style: normal;
  line-height: 84px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.slide-text > p {
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.slide-text > a.btn-default {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

.slide-text > a.btn-primary {
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #0EB86C;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

.slide-text > a:hover,
.slide-text > a:active {
  color: #ffffff;
  background: #D8252F;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out; }

.logo-holder{
  margin:10px 0;
}

.logo-holder a img {
  width: 100%;
  max-height: 100%; }

.navigation-holder .top-nav .top-nav-ul .top-nav-li a.active {
  /*background: #D8252F;*/
  color: #fff; }

.navigation-holder {
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgba(33,33,33,0.5);*/
  z-index: 9999;
  width: 100%; }
  .navigation-holder .top-nav{
    margin-top: 70px;
  }
  .navigation-holder .top-nav .top-nav-ul {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .navigation-holder .top-nav .top-nav-ul .top-nav-li {
      display: inline-block;
      margin-left: 40px; }
      .navigation-holder .top-nav .top-nav-ul .top-nav-li.-order{
        background: #B92420;
        padding: 5px 10px;
      }
      .navigation-holder .top-nav .top-nav-ul .top-nav-li:first-child {
        border-left: none; }
      .navigation-holder .top-nav .top-nav-ul .top-nav-li > a {
        display: block;
        font-size: 2.2rem;
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
        }
        .navigation-holder .top-nav .top-nav-ul .top-nav-li > a:hover {
        
          color: #fff; }
      .navigation-holder .top-nav .top-nav-ul .top-nav-li .main-drop {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translate(-50%,0);
        background: #1d1d1d;
        text-align: left;
        padding: 10px 30px 10px 30px;
        width: 250px;
        display: none; }
        .navigation-holder .top-nav .top-nav-ul .top-nav-li .main-drop .main-drop-ul {
          margin: 0; }
          .navigation-holder .top-nav .top-nav-ul .top-nav-li .main-drop .main-drop-ul .main-drop-li {
            padding: 15px 0; }
            .navigation-holder .top-nav .top-nav-ul .top-nav-li .main-drop .main-drop-ul .main-drop-li a {
              color: #fff;
              text-transform: uppercase;
              padding: 0;
              font-size: 1.6rem;
              display: block;
               }
        .navigation-holder .top-nav .top-nav-ul .top-nav-li .main-drop .main-drop-ul .main-drop-li a:hover{
          color:#82B245;
        }
.jq_overLi {
  background: #D8252F !important;
  color: #fff !important; }

.index-products-holder {
  margin-bottom: 30px; }

footer {
  background: rgba(51, 51, 51, 0.4);
  padding: 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  footer .footer-filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.86); }
.pagination{
  margin-top: 50px;
}
.footer-contact .footer-contact-pic img {
  width: 175px; }

.footer-contact .footer-contact-info .footer-contact-ul {
  margin: 0; }
  .footer-contact .footer-contact-info .footer-contact-ul .footer-contact-li {
    font-size: 1.6rem;
    padding: 7px 0;
    color: #fff; }
    .footer-contact .footer-contact-info .footer-contact-ul .footer-contact-li a{
      color:#fff;
    }
    .footer-contact .footer-contact-info .footer-contact-ul .footer-contact-li:first-child .footer-icon-sprite {
      float: left;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
      margin-right: 10px; }
    .footer-contact .footer-contact-info .footer-contact-ul .footer-contact-li:nth-child(2) .footer-icon-sprite {
      float: left;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: -20px 0;
      margin-right: 10px; }
    .footer-contact .footer-contact-info .footer-contact-ul .footer-contact-li:last-child .footer-icon-sprite {
      float: left;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: -40px 0;
      margin-right: 10px; }
    .footer-contact .footer-contact-info .footer-contact-ul .footer-contact-li p {
      margin: 0;
      line-height: 1.5;
      display: table-footer-group; }

.footer-menu h2 {
  
  text-transform: uppercase;
  color: #D8252F;
  margin-bottom: 20px;
  font-size: 2.8rem; }

.footer-menu .footer-menu-ul {
  display: flex;
  margin: 0; }

.footer-menu .footer-menu-li {
  margin-right: 15px;
  margin-bottom: 5px; }
  .footer-menu .footer-menu-li a {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
     }
    .footer-menu .footer-menu-li a:hover {
      text-decoration: underline; }

.footer-openhours {
  text-align: center;
  margin-bottom: 20px;
  position: relative; }
  .footer-openhours .free-wifi {
    position: absolute;
    right: 0;
    top: 0; }
    .footer-openhours .free-wifi img {
      width: 70px; }
  .footer-openhours h2,
  .footer-openhours h1 {
    
    text-transform: uppercase;
    color: #fff; }

.footer-social {
  text-align: center;
  margin-top: 20px; }
  .footer-social h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .footer-social .footer-social-ul {
    margin: 0; }
    .footer-social .footer-social-ul .footer-social-li:first-child .footer-social-sprite {
      width: 30px;
      height: 30px;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover;
      margin: auto;
      -webkit-transition: all ease-in-out 0.1s;
      -moz-transition: all ease-in-out 0.1s;
      -ms-transition: all ease-in-out 0.1s;
      -o-transition: all ease-in-out 0.1s;
      transition: all ease-in-out 0.1s; }
      .footer-social .footer-social-ul .footer-social-li:first-child .footer-social-sprite:hover {
        opacity: 0.9; }

.footer-bottom {
  background: #333;
  padding: 7px; }
  .footer-bottom small {
    font-size: 1rem;
    color: #fff; }
    .footer-bottom small a {
      color: red; }

.burger {
  position: absolute;
  right: 0;
  top: 17px;
  z-index: 3;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none; }

.burger .burger1,
.burger .burger2,
.burger .burger3 {
  position: absolute;
  background: #D8252F;
  width: 30px;
  height: 2px; }

.burger .burger1 {
  top: 5px; }

.burger .burger2 {
  top: 15px; }

.burger .burger3 {
  top: 25px; }

.menu {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: -100%;
  z-index: 99;
  background: #fff;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll; }

.help_menu {
  padding-top: 230px; }

.menu > ul {
  list-style-type: none; }

.menu > ul > li {
  padding-top: 20px;
  text-align: center; }

.menu > ul > li > a {
  color: #333;
  font-size: 1.8rem;
  text-decoration: none; }

.menu > ul > li > a > img {
  width: 30px;
  height: 30px;
  margin: auto; }

.menu > ul > li > input {
  padding: 5px;
  border: 1px solid #D8252F; }

.menu > ul > li > input:focus {
  outline: none; }

.small-menu-drop {
  display: none; }
  .small-menu-drop > .small-drop-ul > .small-drop-li {
    margin-top: 10px; }
    .small-menu-drop > .small-drop-ul > .small-drop-li > a {
      font-size: 1.6rem;
      color: #333; }

.page-heading {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 265px;
  width: 100%; }
  .page-heading .page-heading-info {
    width: 60%;
    padding: 10px;
    background: #82B245;
    position: absolute;
    bottom: -285px;
    left: 0px; }
    .page-heading .page-heading-info .page-heading-icon {
      width: 65px;
      float: left;
      margin-right: 20px; }
    .page-heading .page-heading-info .page-heading-txt h1 {
      font-size: 4.8rem;
      color: #fff; }
.page-heading .filter{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(33,33,33,0.5);
}
.separator {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #E8E6E6;
  margin: 90px 0;
  position: relative; }
  .separator .image-holder {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 60px; }

.about {
  padding-top: 100px; }
  .about .about-text > .title {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 20px; }
  .about .about-text > .small-title {
    font-size: 1.6rem; }
  .about .about-text > .delivery {
    font-size: 3.6rem; }

.products {
  padding-top: 100px;
  padding-bottom: 100px; }
  .products .product > .frame {
    height: 315px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 30px 20px; }
    .products .product > .frame .image {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .products .product > .frame .image .image-animated {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 999999;
        transform: translate(60px, 7px);
        width: 200px;
        height: 200px;
        -webkit-transition: all ease-in-out 0.8s;
        -moz-transition: all ease-in-out 0.8s;
        -ms-transition: all ease-in-out 0.8s;
        -o-transition: all ease-in-out 0.8s;
        transition: all ease-in-out 0.8s;
        visibility: hidden; }
      .products .product > .frame .image .image-filter {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
        .products .product > .frame .image .image-filter .product-filter {
          width: 100%;
          height: 100%;
          background: rgba(33, 33, 33, 0);
          display: flex;
          justify-content: center;
          align-items: center;
          -webkit-transition: all ease-in-out 0.3s;
          -moz-transition: all ease-in-out 0.3s;
          -ms-transition: all ease-in-out 0.3s;
          -o-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s; }
          .products .product > .frame .image .image-filter .product-filter img {
            opacity: 0;
            width: 40px;
            -webkit-transition: all ease-in-out 0.3s;
            -moz-transition: all ease-in-out 0.3s;
            -ms-transition: all ease-in-out 0.3s;
            -o-transition: all ease-in-out 0.3s;
            transition: all ease-in-out 0.3s; }
          .products .product > .frame .image .image-filter .product-filter:hover {
            background: rgba(33, 33, 33, 0.2); }
            .products .product > .frame .image .image-filter .product-filter:hover img {
              opacity: 1; }
  .products .product .frame-shadow {
    width: 100%;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -2px; }
  .products .product .product-title {
    padding: 0 10px;
    height: 75px; }
    .products .product .product-title .title {
      color: #333;
      text-transform: uppercase;
      font-size: 3rem; }
      .products .product .product-title .title:hover {
        color: #D8252F; }
  .products .product .product-info {
    height: 70px; }
    .products .product .product-info p {
      padding: 0 10px;
      font-size: 1.6rem;
      margin: 0;
      line-height: 1.4; }
  .products .product .product-price {
    padding: 0 4px;
    position: relative;
    display: flex;
    justify-content: space-between; }
    .products .product .product-price .price-holder {

      /*margin-right: 20px;*/ }
      .products .product .product-price .price-holder h3 {
        font-size: 1.8rem;
        text-transform: uppercase; }
      .products .product .product-price .price-holder h2 {
        font-size: 2rem;
        color: #D8252F; }
      .products .product .product-price .price-holder button {
        text-transform: uppercase;
        width: 100%;
        margin-top: 10px;
        cursor: pointer; }
  .products .product .add {
    position: absolute;
    z-index: 9;
    left:0;
    background: #ffbb00;
    width: 100%;
    /*margin-top: 10px;*/
    padding: 10px;
    border: 1px solid rgba(148, 148, 148, 0.3);
    display: none; }
    .products .product .add .title {
      margin: 0;
      margin-bottom: 10px; }
    .products .product .add .list {
      margin: 0; }
      .products .product .add .list .items{
        padding: 7px 0;
      }
      .products .product .add .list .items label {
        font-size: 1.4rem;
        cursor: pointer; }
    .products .product .add button {
      text-transform: uppercase;
      margin-top: 20px;
      cursor: pointer;
      font-size: 1.4rem; }

.product-image {
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .product-image .product-info-holder {
    width: 675px; }
    .product-image .product-info-holder .product-info-wraper {
      background: #D8252F;
      position: relative; }
      .product-image .product-info-holder .product-info-wraper .info {
        padding: 130px 20px 20px 20px;
        background: #fff;
        width: auto;
        position: relative;
        left: -15px;
        top: -15px;
        float: left; }
        .product-image .product-info-holder .product-info-wraper .info p {
          font-size: 1.6rem;
          display: inline-block; }
        .product-image .product-info-holder .product-info-wraper .info .price {
          display: flex;
          float: left; }
          .product-image .product-info-holder .product-info-wraper .info .price .price-holders {
            margin-right: 20px;
            position: relative; }
            .product-image .product-info-holder .product-info-wraper .info .price .price-holders h3 {
              text-transform: uppercase; }
            .product-image .product-info-holder .product-info-wraper .info .price .price-holders h2 {
              color: #D8252F; }
            .product-image .product-info-holder .product-info-wraper .info .price .price-holders button {
              cursor: pointer;
              width: 100%;
              margin-top: 10px;
              font-size: 1.4rem;
              text-transform: uppercase; }
            .product-image .product-info-holder .product-info-wraper .info .price .price-holders .add-product {
              position: absolute;
              top: 100px;
              left: 0;
              background: #fff;
              min-width: 325px;
              height: auto;
              border: 1px solid #D8252F;
              z-index: 999999;
              padding: 7px 5px;
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
              display: none; }
              .product-image .product-info-holder .product-info-wraper .info .price .price-holders .add-product.-only{
                top:175px;
              }
              .product-image .product-info-holder .product-info-wraper .info .price .price-holders .add-product .list {
                margin: 0; }
                .product-image .product-info-holder .product-info-wraper .info .price .price-holders .add-product .list .items {
                  height: 30px;
                  list-style: none; }
                  .product-image .product-info-holder .product-info-wraper .info .price .price-holders .add-product .list .items label {
                    font-size: 1.4rem;
                    cursor: pointer; }
              .product-image .product-info-holder .product-info-wraper .info .price .price-holders .add-product .add-title {
                text-transform: none;
                margin-bottom: 10px; }
        .product-image .product-info-holder .product-info-wraper .info .title {
          background: #D8252F;
          position: absolute;
          left: -15px;
          top: -15px; }
          .product-image .product-info-holder .product-info-wraper .info .title h1 {
            color: #fff;
            font-size: 4.5rem;
            text-transform: uppercase;
            display: inline-block;
            font-weight: 700;
            padding: 20px 50px;
            margin-bottom: 0px;
            position: relative;
            z-index: 9;
            text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7); }
    .product-image .product-info-holder .order {
      margin-top: 10px; }
      .product-image .product-info-holder .order .phone {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #D8252F;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        overflow: hidden;
        margin-right: 10px; }
        .product-image .product-info-holder .order .phone i {
          font-size: 4rem;
          color: #fff; }
      .product-image .product-info-holder .order h3 {
        font-size: 2.2rem;
        color: #333;
        background: rgba(255, 255, 255, 0.5);
        display: inline-block;
        margin-top: 5px;
        padding: 0 3px; }
      .product-image .product-info-holder .order h2 {
        font-size: 2.2rem;
        color: #333;
        background: rgba(255, 255, 255, 0.5);
        display: inline-block;
        margin-top: 5px;
        padding: 0 3px; }

.nav-pills .nav-link {
  border-radius: 0; }

.order-page {
  padding-top: 100px; }
  .order-page .order-ul .order-li {
    background: #D8252F;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    margin-right: 10px; }
    .order-page .order-ul .order-li:hover {
      background: #0EB86C; }
    .order-page .order-ul .order-li a {
      color: #fff;
      font-size: 2rem; }
    .order-page .order-ul .order-li .active {
      background: #0EB86C; }
  .order-page .order-tab {
    padding: 10px 0; }
    .order-page .order-tab .order-visible {
      cursor: pointer;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc; }
      .order-page .order-tab .order-visible .order-image {
        width: 100px;
        margin-right: 10px; }
      .order-page .order-tab .order-visible h2 {
        color: #333;
        float: left;
        color: #D8252F; }
      .order-page .order-tab .order-visible h3 {
        color: #333;
        float: right;
        color: #D8252F; }
      .order-page .order-tab .order-visible p {
        color: #333;
        width: 100%;
        margin: 0; }
    .order-page .order-tab .order-hidden {
      border-bottom: 1px solid #ccc;
      display: none; }
      .order-page .order-tab .order-hidden label {
        font-size: 1.4rem;
        cursor: pointer; }
      .order-page .order-tab .order-hidden .size {
        padding: 7px 5px; }
      .order-page .order-tab .order-hidden .extras {
        padding: 7px 5px; }
      .order-page .order-tab .order-hidden .amount {
        padding: 7px 5px; }
        .order-page .order-tab .order-hidden .amount .amount-input {
          padding: 0px 2px;
          padding-bottom: 5px;
          font-size: 1.4rem; }
          .order-page .order-tab .order-hidden .amount .amount-input:focus {
            outline: none; }
        .order-page .order-tab .order-hidden .amount .order-btn {
          cursor: pointer;
          font-size: 1.4rem; }

.order-locations h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 10px; }

.order-locations .locations {
  padding: 5px 0;
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 10px; }
  .order-locations .locations:focus {
    outline: none; }

.order-locations p {
  font-size: 1.6rem; }

.contact-page {
  padding-top: 100px; }
  .contact-page .contact-address {
    margin: 25px 0; }
    .contact-page .contact-address h3 {
      text-transform: uppercase; }

#map {
  height: 400px;
  width: 100%;
  margin-bottom: 20px; }

.gallerys-box_05 {
  width: 100%;
  height: 155px;
  overflow: hidden; }
  .gallerys-box_05 .image {
    width: 100%;
    height: inherit;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .gallerys-box_05 .image .title {
      width: 100%;
      height: auto;
      padding: 15px 0 7px 0;
      background: transparent; }
      .gallerys-box_05 .image .title h5 {
        color: #fff;
        opacity: 0; }
  .gallerys-box_05:hover .image {
    transform: scale(1.1); }
    .gallerys-box_05:hover .image .title {
      background: rgba(0, 0, 0, 0.5); }
      .gallerys-box_05:hover .image .title h5 {
        opacity: 1; }

.page-link {
  color: #D8252F; }

.page-item.active .page-link {
  background: #D8252F;
  color: #fff; }

.grid-item {
  width: 200px;
  margin-bottom: 10px; }

.grid-item--width2 {
  width: 200px; }

.grid {
  margin: 0 auto;
  margin-top: 100px; }

.cart-page {
  padding: 100px 0; }
  .cart-page .cart-title {
    width: 100%;
    padding: 2px 3px;
    background: #D8252F;
    position: absolute;
    left: 0; }
    .cart-page .cart-title small {
      color: #fff;
      font-style: italic;
      font-size: 1.1rem; }
  .cart-page .title {
    font-size: 2.6rem;
    margin-bottom: 30px; }
  .cart-page .cart {
    border: 1px solid #ccc; }
    .cart-page .cart .cart-row {
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc; }
      .cart-page .cart .cart-row:last-child {
        margin-bottom: 0; }
    .cart-page .cart .box {
      height: 100%;
      text-align: center;
      padding: 5px 0;
      min-height: 45px;
      padding-top: 22px; }
    .cart-page .cart .name .links {
      font-size: 1.2rem;
      color: #333;
      line-height: 1;
      text-transform: none; }
    .cart-page .cart .add {
      text-align: left;
      padding-left: 5px; }
      .cart-page .cart .add .list {
        margin: 0;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2; }
        .cart-page .cart .add .list .items {
          font-size: 1.1rem; }
    .cart-page .cart .amount {
      display: flex;
      justify-content: center;
      align-items: center; }
      .cart-page .cart .amount .holder {
        width: 100%;
        height: 37px;
        padding: 2px 0;
        display: flex;
        justify-content: center; }
      .cart-page .cart .amount .field {
        outline: none;
        border: 1px solid #ccc;
        font-size: 1.4rem;
        padding: 3px 2px;
        width: 70px;
        height: 33px;
        border-right: none;
        border-left: none;
        margin-right: 10px; }
        .cart-page .cart .amount .field:focus{
          border-color: #D8252F;
        }
     .cart-page .cart .amount input[type=number]::-webkit-inner-spin-button, 
        input[type=number]::-webkit-outer-spin-button { 
            -webkit-appearance: none; 
            margin: 0; 
        }
      .cart-page .cart .amount .button {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 33px; }
        .cart-page .cart .amount .button i {
          color: #D8252F; }
    .cart-page .cart .single-price h3,
    .cart-page .cart .total h3 {
      font-size: 1.4rem;
      color: #D8252F; }
    .cart-page .cart .delete i {
      color: #D8252F; }

.sm-name {
  display: none; }

.xs-delete {
  display: none; }

.order-info {
  margin-top: 30px; }
  .order-info .title {
    text-transform: uppercase; }
    .order-info .title.-red {
      color: #D8252F; }
  .order-info .order-form form label {
    width: 100%; }
    .order-info .order-form form label span {
      width: 100%;
      font-size: 1.4rem;
      font-weight: bold;
      font-style: italic; }
    .order-info .order-form form label .field {
      outline: none;
      border: 1px solid #ccc;
      border-radius: 0;
      font-size: 1.6rem;
      padding: 3px 5px;
      width: 100%;
      margin-top: 7px;
      margin-bottom: 10px; }
      .order-info .order-form form label .field:focus {
        border-color: #D8252F; }
  .order-info .order-form form .-order-btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-top: 20px;
    cursor: pointer; }

.total-amount {
  margin-top: 30px; }
  .total-amount h3 {
    font-size: 2.5rem; }
    .total-amount h3 span {
      color: #D8252F; }
  .total-amount h4 {
    font-size: 1.9rem; }
    .total-amount h4 span {
      color: #D8252F; }

.empty-cart {
    width: 280px;
    margin: 30px auto 0 auto;
	display: block;
}	  

.display-show{
  display: block!important;
  border:none!important;
}
.add-input-form{
  float: right;
}
.add-input-form .math{
  width: 35px!important;
  font-size: 1.4rem!important;
  border:1px solid #333;
  color:#333;
  background: #e6e6e6;
  vertical-align: top;
  margin-top: 0!important;
}
.add-input-form .math:hover{
  border-color: #D8252F;
  color:#D8252F;
}
.add-input-form  .minus{
  margin-right: -2px;
}
.add-input-form .plus{
  margin-left: -3px;
}
.add-input-form .field{
  vertical-align: top;
  width: 50px!important;
  font-size: 1.4rem!important;
  border:1px solid #333;
  outline: none;
  border-left: none;
  border-right: none;
  text-align: center;
}
.add-input-form .field:focus{
  border-color:#D8252F ;
}
.add-input-form input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.product{
  margin-bottom: 30px;
  background: #fff;
  border:1px solid #d6d6d6;
  padding-bottom: 10px;
  -webkit-transition:all ease-in-out 0.2s;
  -moz-transition:all ease-in-out 0.2s;
  -ms-transition:all ease-in-out 0.2s;
  -o-transition:all ease-in-out 0.2s;
  transition:all ease-in-out 0.2s;
}

.product:hover{
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#incValue{
  margin-left: -10px;
}
#incValue,#decValue{
  border:1px solid #ccc;
  outline: none;
  color:#ccc;
  background: transparent;
  padding: 0 10px;
  cursor: pointer;
}
#incValue:hover,#decValue:hover{
  color:#D8252F;
  border-color: #D8252F;
}











.main-info-section{
  padding: 0;
  background: #B92420;
}
.main-info-section .box{
  border-right:1px solid #fff;
  width: 25%;
  float: left;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 250px;
}
.main-info-section .box .image{
  width: 60px;
  margin-bottom: 20px;
  opacity: 0.8;
}
.main-info-section .box .text{
  font-size: 1.6rem;
  color:#fff;
}
.main-info-section .box .text a{
  font-size: 1.8rem;
  padding: 10px 20px;
}
.main-info-section .box .text .dinamic{
  font-style: italic;
  color:#fff;
}

.parallax-holder{
  width: 100%;
  padding: 0;
}
.parallax-holder .parallax{
  height: 500px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
  text-align: center;
}
.parallax-holder .parallax .title-holder .title{
  color:#fff;
  font-size: 4rem;
}
.parallax-holder .parallax .text{
  color:#fff;
  font-size: 1.8rem;
  text-align: left;
}




.index-menu{
  background: #82B245;
  padding:50px 0 20px 0;
}
.index-menu .box{
  border:1px solid rgba(33,33,33,0.3);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition:all linear 0.2s;
  -moz-transition:all linear 0.2s;
  -ms-transition:all linear 0.2s;
  -o-transition:all linear 0.2s;
  transition:all linear 0.2s;
}
.index-menu .box:hover{
  border-color: #333;
}
.index-menu .box .links{
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-menu .box .image{
  width: 100px;
}
.index-menu .box .title{
  color:#333;
  font-size:2.2rem;
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.page-title{
  margin-bottom: 50px;
  text-align: center;
}
.page-title .title{
  font-size: 4rem;
  margin-bottom: 10px;
}

.our-menu-page{
  background: transparent;
  padding-top: 100px;
}
.our-menu-page .box{
  background: #82b245;
}




@media all and (min-width: 1400px) {
  .container {
    width: 1360px;
    max-width: 1360px;
  } 
}

@media all and (min-width: 1200px) and (max-width: 1399px) {
  .products .product .add .list .items label{
    font-size: 1.2rem;
  }
  .products .product .product-price .price-holder h3{
    font-size: 1.6rem;
  }
  .products .product .product-price .price-holder h2{
    font-size: 1.6rem;
  }
  .products .product > .frame{
    height: 250px;
    padding: 15px 10px;
  }
  .index-menu .box .image{
    width: 80px;
  }
  .navigation-holder .top-nav{
    margin-top: 55px;
  }
  .main-info-section .box .image{
    width: 50px;
  }
  .main-info-section .box .text{
    text-align: center;
  }
  .main-info-section .box .text a{
    font-size: 1.6rem;
    padding: 5px 15px;
  }
  .index-menu .box .title{
    font-size: 1.6rem;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .products .product .product-info p{
    font-size: 1.4rem;
  }
  .products .product .product-title .title{
    font-size: 2rem;
  }
  .products .product .add .list .items label{
    font-size: 1rem;
  }
  .products .product .product-price .price-holder h3{
    font-size: 1.4rem;
  }
  .products .product .product-price .price-holder h2{
    font-size: 1.4rem;
  }
  .products .product > .frame{
    height: 250px;
    padding: 10px 7px;
  }
  .footer-contact .footer-contact-info .footer-contact-ul .footer-contact-li{
    font-size: 1.4rem;
  }
  .footer-contact .footer-contact-pic img{
    width: 110px;
  }
  .footer-menu .footer-menu-li a{
    font-size: 1.4rem;
  }
  .parallax-holder .parallax .title-holder .title{
    font-size: 3rem;
  }
  .parallax-holder .parallax .text{
    font-size: 1.6rem;
  }
  .parallax-holder .parallax{
    padding: 45px 0;
  }
  .index-menu .box .title{
    font-size: 1.3rem;
  }
  .index-menu .box .image{
    width: 50px;
  }
  .main-info-section .box{
    height: 210px;
    padding: 20px 10px;
  }
  .main-info-section .box .text a{
    font-size: 1.2rem;
    padding: 5px 10px;
  }
  .main-info-section .box .text{
    font-size: 1.2rem;
    text-align: center;
  }
  .main-info-section .box .image{
    width: 40px;
  }
  .navigation-holder .top-nav{
    margin-top: 30px;
  }
  .logo-holder a img{
    width: 200px;
  }
  .products .product .add .list .items label{
    font-size: 1.2rem;
  }
  .add-input-form .field{
    width: 30px!important;
  }
  .add-input-form .math{
    width: 25px!important;
  }
  .cart-page .cart .delete i {
    font-size: 2rem; }
  .cart-page .cart .single-price h3,
  .cart-page .cart .total h3 {
    font-size: 1.4rem; }
  .cart-page .cart .add .list .items {
    font-size: 1rem; }
  .cart-page .cart .name .links {
    font-size: 1.4rem; }
  .cart-holder .amount {
    width: 25px;
    height: 25px;
    top: 70px;
    left: 53px; }
  .cart-holder {
    bottom: -163px;
    right: -182px;
    width: 285px;
    height: 285px; }
  .cart-holder .cart {
    top: 54px;
    left: 38px;
    width: 50px; }
  .page-heading .page-heading-info {
    width: 75%; }
  .products .product > .frame {
    height: 228px;
    padding: 25px 17px; }
  .products .product .product-info {
    height: 85px; } }

@media all and (min-width: 768px) and (max-width: 991px) {
  .navigation-holder .top-nav .top-nav-ul .top-nav-li.-order{
    padding: 0 5px;
  }
  .navigation-holder .top-nav .top-nav-ul .top-nav-li{
    margin-left: 5px;
  }
  .products .product .product-info p{
    font-size: 1.4rem;
  }
  .products .product .product-title .title{
    font-size: 2rem;
  }
  .products .product .add .list .items label{
    font-size: 1rem;
  }
  .products .product .product-price .price-holder h3{
    font-size: 1.4rem;
  }
  .products .product .product-price .price-holder h2{
    font-size: 1.4rem;
  }
  .products .product > .frame{
    height: 250px;
    padding: 10px 7px;
  }
  .footer-contact .footer-contact-info .footer-contact-ul .footer-contact-li{
    font-size: 1.4rem;
  }
  .footer-contact .footer-contact-pic img{
    width: 110px;
  }
  .footer-menu .footer-menu-li a{
    font-size: 1.2rem;
  }
  .parallax-holder .parallax .text{
    font-size: 1.6rem;
  }
  .parallax-holder .parallax .title-holder .title{
    font-size: 2.2rem;
  }
  .parallax-holder .parallax{
    padding: 20px 0;
  }
  .index-menu .box{
    height: 115px;
  }
  .index-menu .box .title{
    font-size: 1rem;
    margin-top: 10px;
    letter-spacing: 1px;
  }
  .index-menu .box .image{
    width: 50px;
  }
  .page-title{
    margin-bottom: 30px;
  }
  .page-title .text{
    font-size: 1.5rem;
  }
  .page-title .title{
    font-size: 2.8rem;
  }
  .index-menu{
    padding: 25px 0 5px 0;
  }
  .our-menu-page{
    padding-top: 100px;
  }
  .main-info-section .box{
    height: 210px;
    padding: 10px 10px;
  }
  .main-info-section .box .text a{
    font-size: 1.2rem;
    text-align: center;
    padding: 5px 10px;
  }
  .main-info-section .box .text{
    font-size: 1.2rem;
    text-align: center;
  }
  .main-info-section .box .image{
    width: 30px;
    margin-bottom: 10px;
  }
  .navigation-holder .top-nav{
    margin-top: 20px;
  }
  .products .product .add .list .items label{
    font-size: 1.2rem;
  }
  .add-input-form .field{
    width: 40px!important;
  }
  .add-input-form .math{
    width: 25px!important;
  }
  .cart-page .cart .amount .field {
    width: 60px; }
  .cart-page .cart .delete i {
    font-size: 1.8rem; }
  .cart-page .cart .single-price h3,
  .cart-page .cart .total h3 {
    font-size: 1.2rem; }
  .cart-page .cart .add .list .items {
    font-size: 1rem; }
  .cart-page .cart .name .links {
    font-size: 1.2rem; }
  .cart-holder .amount {
    width: 18px;
    height: 18px;
    top: 67px;
    left: 47px; }
  .cart-holder {
    bottom: -163px;
    right: -182px;
    width: 265px;
    height: 265px; }
  .cart-holder .cart {
    top: 53px;
    left: 34px;
    width: 40px; }
  .page-heading .page-heading-info {
    width: 100%; }
  .navigation-holder .top-nav .top-nav-ul .top-nav-li > a {
    padding: 15px 8px 17px;
    font-size: 1.6rem; }
  .navigation-holder .top-nav .top-nav-ul .top-nav-li .main-drop {
    top: 56px;
    padding: 10px; }
  .navigation-holder .top-nav .top-nav-ul .top-nav-li .main-drop .main-drop-ul .main-drop-li {
    padding: 5px 0; }
  .products .product > .frame {
    height: 260px;
    padding: 27px 19px; } }

@media all and (min-width: 576px) and (max-width: 767px) {
  .products .product .product-info p{
    font-size: 1.2rem;
  }
  .products .product .product-title .title{
    font-size: 1.8rem;
  }
  .products .product .add .list .items label{
    font-size: 1rem;
  }
  .products .product .product-price .price-holder h3{
    font-size: 1.2rem;
  }
  .products .product .product-price .price-holder h2{
    font-size: 1.2rem;
  }
  .products .product > .frame{
    height: 170px;
    padding: 10px 7px;
  }
  .footer-social h2{
    font-size: 1.6rem;
  }
  .footer-openhours h2{
    font-size: 1.6rem;
  }
  .footer-openhours h1{
    font-size: 2rem;
  }
  .index-menu .box{
    height: 100px;
  }
  .parallax-holder .parallax .image{
    width:170px;
    margin-left: 20px;
  }
  .footer-menu .footer-menu-ul{
    flex-wrap: wrap;
  }
  .footer-menu .footer-menu-li{
    margin-right: 15px;
  }
  .footer-contact .footer-contact-info .footer-contact-ul .footer-contact-li{
    font-size: 1.2rem;
  }
  .footer-contact .footer-contact-pic img{
    width: 110px;
  }
  .footer-menu .footer-menu-li a{
    font-size: 1rem;
  }
  .parallax-holder .parallax .text{
    font-size: 1.6rem;
  }
  .parallax-holder .parallax .title-holder .title{
    font-size: 2.2rem;
  }
  .parallax-holder .parallax{
    padding: 20px 0;
  }
  .index-menu .box{
    height: 115px;
  }
  .index-menu .box .title{
    font-size: 1rem;
    margin-top: 10px;
    letter-spacing: 1px;
  }
  .index-menu .box .image{
    width: 50px;
  }
  .page-title{
    margin-bottom: 30px;
  }
  .page-title .text{
    font-size: 1.5rem;
  }
  .page-title .title{
    font-size: 2.8rem;
  }
  .index-menu{
    padding: 25px 0 5px 0;
  }
  .our-menu-page{
    padding-top: 100px;
  }
  .main-info-section .box{
    height: 175px;
  }
  .main-info-section .box .text a{
    font-size: 1rem;
    padding: 5px 10px;
  }
  .main-info-section .box .text{
    font-size: 1rem;
    text-align: center;
  }
  .main-info-section .box{
    padding: 5px 5px;
  }
  .main-info-section .box .image{
    width: 30px;
    margin-bottom: 10px;
  }
  .add-input-form .field{
    width: 30px!important;
  }
  .add-input-form .math{
    width: 25px!important;
  }
  .total-amount h3 {
    font-size: 2rem; }
  .cart-page .title {
    font-size: 2rem; }
  .hidden-sm {
    display: none; }
  .cart-page .cart {
    border: none; }
  .border_top {
    border-top: 1px solid #ccc !important; }
  .cart-page .cart .box {
    border: 1px solid #ccc;
    border-top: none;
    padding-top: 17px;
    min-height: auto; }
    .cart-page .cart .box.-xs-view {
      background: #D8252F;
      padding: 7px 16px; }
      .cart-page .cart .box.-xs-view a b {
        color: #fff;
        font-size: 1.6rem; }
      .cart-page .cart .box.-xs-view i {
        color: #fff; }
  .sm-name {
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    font-size: 1rem;
    font-weight: bold;
    font-style: italic;
    color: #333;
    padding: 0 5px; }
  .cart-page .cart .amount .field {
    width: 50px; }
  .cart-page .cart .delete i {
    font-size: 2.5rem; }
  .cart-page .cart .single-price h3,
  .cart-page .cart .total h3 {
    font-size: 1.2rem; }
  .cart-page .cart .add .list .items {
    font-size: 1rem; }
  .cart-page .cart .name .links {
    font-size: 1.2rem; }
  .cart-holder .amount {
    width: 18px;
    height: 18px;
    top: 67px;
    left: 47px; }
  .cart-holder {
    bottom: -163px;
    right: -182px;
    width: 265px;
    height: 265px; }
  .cart-holder .cart {
    top: 53px;
    left: 34px;
    width: 40px; }
  #map {
    height: 350px; }
  .product-image .product-info-holder .product-info-wraper .info {
    padding: 95px 20px 20px 20px; }
  .product-image .product-info-holder {
    width: 100%; }
  .product-image .product-info-holder .product-info-wraper .info .title h1 {
    font-size: 3rem; }
  .product-image .product-info-holder .order h3 {
    font-size: 2rem; }
  .product-image .product-info-holder .order h2 {
    font-size: 2rem; }
  .product {
    width: 250px;
    margin: auto;
    margin-bottom: 20px; }
  .products .product .product-title {
    height: 40px; }
  .products .product .product-info {
    height: 60px; }
  .hidden-separator {
    display: none; }
  .page-heading .page-heading-info {
    width: 100%; }
  .page-heading .page-heading-info .page-heading-txt h1 {
    font-size: 3.8rem; }
  .page-heading-txt {
    margin-top: 6px; }
  .about .about-text > .title {
    font-size: 2.5rem; }
  .about .about-text > .delivery {
    font-size: 2.5rem; }
  .top-nav {
    display: none; }
  .burger {
    display: block; } }

@media all and (max-width: 575px) {
  .page-heading .page-heading-info{
    bottom: -105px;
  }
  .products{
    padding-top: 50px;
  }
  .page-heading{
    height: 100px;
  }
  .products .product .product-info p{
    font-size: 1.2rem;
  }
  .products .product .product-title .title{
    font-size: 1.6rem;
  }
  .products .product .add .list .items label{
    font-size: 1rem;
  }
  .products .product .product-price .price-holder h3{
    font-size: 1rem;
  }
  .products .product .product-price .price-holder h2{
    font-size: 1rem;
  }
  .products .product > .frame{
    height: 170px;
    padding: 5px 5px;
  }
  .footer-contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .parallax-holder .parallax{
    height: 525px;
  }
  .main-info-section .box{
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  .footer-social h2{
    font-size: 1.6rem;
  }
  .footer-openhours h2{
    font-size: 1.6rem;
  }
  .footer-openhours h1{
    font-size: 2rem;
  }
  .index-menu .box{
    height: 100px;
  }
  .parallax-holder .parallax .image{
    width:170px;
    margin-bottom:10px;
  }
  .footer-menu .footer-menu-ul{
    flex-wrap: wrap;
  }
  .footer-menu .footer-menu-li{
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .footer-contact .footer-contact-info .footer-contact-ul .footer-contact-li{
    font-size: 1.2rem;
  }
  .footer-contact .footer-contact-pic img{
    width: 110px;
  }
  .footer-menu .footer-menu-li a{
    font-size: 1rem;
  }
  .parallax-holder .parallax .text{
    font-size: 1.2rem;
  }
  .parallax-holder .parallax .title-holder .title{
    font-size: 2.2rem;
  }
  .parallax-holder .parallax{
    padding: 20px 0;
  }
  .index-menu .box{
    height: 100px;
  }
  .index-menu .box .title{
    font-size: 1rem;
    margin-top: 10px;
    letter-spacing: 1px;
  }
  .index-menu .box .image{
    width: 50px;
  }
  .page-title{
    margin-bottom: 30px;
  }
  .page-title .text{
    font-size: 1.5rem;
  }
  .page-title .title{
    font-size: 2.8rem;
  }
  .index-menu{
    padding: 25px 0 5px 0;
  }
  .our-menu-page{
    padding-top: 70px;
  }
  .main-info-section .box{
    height: 185px;
  }
  .main-info-section .box .text a{
    font-size: 1rem;
    padding: 5px 10px;
  }
  .main-info-section .box .text{
    font-size: 1.1rem;
    text-align: center;
  }
  .main-info-section .box{
    padding: 15px 5px;
  }
  .main-info-section .box .image{
    width: 30px;
    margin-bottom: 10px;
  }
  .product-image .product-info-holder .product-info-wraper .info .price .price-holders{
    position: static;
  }
  .product-image .product-info-holder .product-info-wraper .info .price .price-holders .add-product{
    min-width: 290px;
    top:118px;
  }
  .products .product .add .list .items label{
    font-size: 1.2rem;
  }
  .add-input-form .field{
    width: 40px!important;
  }
  .add-input-form .math{
    width: 25px!important;
  }
  .total-amount h3 {
    font-size: 1.8rem; }
  .cart-page .title {
    font-size: 1.8rem; }
  .xs-delete {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    color: #fff;
    padding: 0 5px; }
    .xs-delete i {
      font-size: 2rem; }
  .hidden-xs {
    display: none; }
  .cart-page .cart .cart-row {
    padding-bottom: 5px;
    margin-bottom: 5px; }
  .cart-page .cart {
    border: none; }
  .cart-page .cart .box {
    border: 1px solid #ccc;
    border-top: none;
    padding-top: 17px;
    min-height: auto; }
    .cart-page .cart .box.-xs-view {
      background: #D8252F;
      padding: 7px 16px; }
      .cart-page .cart .box.-xs-view a b {
        color: #fff;
        font-size: 1.6rem; }
      .cart-page .cart .box.-xs-view i {
        color: #fff; }
  .sm-name {
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    font-size: 1rem;
    font-weight: bold;
    font-style: italic;
    color: #333;
    padding: 0 5px; }
  .cart-page .cart .amount .field {
    margin-right: 0;
    width: 55px; }
  .cart-page .cart .amount .button i {
    font-size: 3rem; }
  .cart-page .cart .single-price h3,
  .cart-page .cart .total h3 {
    font-size: 1.2rem; }
  .cart-page .cart .add .list .items {
    font-size: 1rem; }
  .cart-holder .amount {
    width: 18px;
    height: 18px;
    top: 67px;
    left: 47px; }
  .cart-holder {
    bottom: -163px;
    right: -182px;
    width: 265px;
    height: 265px; }
  .cart-holder .cart {
    top: 53px;
    left: 34px;
    width: 40px; }
  #map {
    height: 250px; }
  .product-image .product-info-holder {
    width: 100%; }
  .product-image .product-info-holder .product-info-wraper {
    background: transparent; }
  .product-image .product-info-holder .product-info-wraper .info {
    position: static;
    padding: 0; }
  .product-image .product-info-holder .product-info-wraper .info .title {
    position: static; }
  .product-image .product-info-holder .product-info-wraper .info .title h1 {
    font-size: 2rem;
    padding: 10px 20px; }
  .product-image .product-info-holder .product-info-wraper .info .price {
    position: relative;
    margin-left: 10px; }
  .product-image .product-info-holder .product-info-wraper .info p {
    margin-left: 10px; }
  .product-image .product-info-holder .order h3 {
    font-size: 2rem; }
  .product-image .product-info-holder .order h2 {
    font-size: 2rem; }
  .product-image .product-info-holder .order .phone {
    width: 40px;
    height: 40px; }
  .product-image .product-info-holder .order .phone i {
    font-size: 2rem; }
  .product {
    width: 290px;
    margin: auto;
    margin-bottom: 10px; }
  .products .product .product-title {
    height: auto; }
  .products .product .product-info {
    margin:10px 0;
    height: auto; }
  .hidden-separator {
    display: none; }
  .page-heading .page-heading-info .page-heading-txt h1 {
    font-size: 1.8rem;
    margin-top: 6px; }
  .page-heading .page-heading-info .page-heading-icon {
    width: 40px; }
  .page-heading .page-heading-info {
    width: 100%; }
  .separator .image-holder {
    padding: 0 30px; }
  .footer-openhours .free-wifi {
    top: 50px; }
  .footer-openhours .free-wifi img {
    width: 55px; }
  .logo-holder {
    margin-top: 5px; }
  .top-nav {
    display: none; }
  .footer-bottom {
    text-align: center !important; }
    .footer-bottom div {
      text-align: center !important; }
  .col-xs {
    width: 100%; }
  .burger {
    display: block; } }










@media (max-width: 991px) {
  .slide-text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px; }
  .slide-text > p {
    font-size: 18px; } }

@media (max-width: 768px) {
  .slide-text {
    padding: 10px 50px; }
  .slide-text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px; }
  .slide-text > p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; }
  .control-round .carousel-control {
    display: none; } }

@media (max-width: 480px) {
  .gallerys-box_05 {
    height: 80px; }
  .slide-text {
    padding: 30px; }
  .slide-text h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px; }
  .slide-text > p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px; }
  .slide-text > a.btn-default,
  .slide-text > a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px; }
  .indicators-line > .carousel-indicators {
    display: none; } }
