nav .sb-navigation li a {
  padding: 0 18px;
}
.sb-h1, h1 {
  font-size: 48px;
}
.sb-illustration-1-2 .sb-food-1 {
    animation: anima1 3s ease-in-out infinite;
    left: -5%;
    top: 24%;
}
.price{
border:none !important;
}
.sb-illustration-1-2 .sb-food-2 {
    animation: anima1 2s ease-in-out infinite;
    right: -5%;
    top: -15%;
}
.sb-illustration-1-2 .sb-food-3 {
    animation: anima1 4s ease-in-out infinite;
    bottom: -3%;
    right: 0;
}
.sb-illustration-1-2 {
    padding-bottom: 80%;
}
.sb-banner.sb-banner-sm .sb-main-title-frame, .sb-banner.sb-banner-xs .sb-main-title-frame{
    padding: 142px 0 20px !important;
}
.sb-p-90-60, .sb-p-90-90{
padding-top:40px !important;
}



{
  box-sizing: border-box;
}

.columns {
  float: left;
  width: 20%;
  padding: 8px;
  margin:-right; 25px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}
.pricing .pricing-item {
    position: relative;
    background: #F3F3F3;
    border-top: 8px solid #000;
    color: #000;
    z-index: 1;
}
.pricing .pricing-item .pricing-item-inner {
    padding: 30px;
}
.pricing .pricing-item .pricing-item-value {
    margin: 0 0 30px;
}
.pricing .pricing-item .pricing-item-value span {
    font: bold 3.57143em / 1 Montserrat, sans-serif;
}
.pricing .pricing-item .pricing-item-value p {
    font: 1.4285714286em Satisfy, cursive;
}
.pricing .pricing-item ul {
    padding: 0;
    list-style-type: none;
    font-size: 1em;
}
ol li, ul li {
    padding: 0 0 5px;
}
.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 18px 25px;
    background: #FFD635;
    border: none;
    font-weight: bold;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    background: #000;
    box-sizing: border-box;
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a:hover {
    color: #000;
}

a:active, a:hover {
    outline: 0;
}
ul.submenu li.sb-has-children ul{
display:none;
}
ul.submenu li.sb-has-children ul{
    float: left;
    margin-top: -45px;
    z-index: 99;
    border: 2px solid #D3D3D3;
}
ul.submenu li.sb-has-children:hover ul{
display:block;
}

@media(max-width:600px){
	.sb-product-description .sb-buttons-frame {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
    align-content: space-around;
}
.sb-product-description .sb-buttons-frame .sb-input-number-frame{    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;    margin: 0 auto !important;
    order: 1;}

.sb-product-description .sb-buttons-frame .sb-btn{
    -webkit-flex: 0 0 100%;    margin: 0 auto !important;
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
}
.sb-product-description .sb-buttons-frame > .col-md-4{
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;position: relative;
    max-width: 50%;
    order: 2;
      margin: 40px auto 30px;
}
.sb-product-description .sb-buttons-frame > .col-md-4 button{left: 0;}
.product-details .sb-product-description .sb-price-frame .sb-price {
    font-size: 22px;
    font-weight: 500;
    height: 50px;
    padding: 0 10px;
}
.product-details .sb-product-description .sb-price-frame {
    padding-left: 0px;
    margin-top: 20px;}

}
nav .sb-navigation li a::after, nav .sb-navigation li a::before {
background:none !important;
}
.currency-switch{
display:none !important;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1280px) { 
iframe{
  height:270px !important;
    width:100% !important;
  }
}
@media screen and (min-device-width: 350px) and (max-device-width: 768px) { 
  iframe{
  height:auto !important;
    width:100% !important;
  }
}