/*! Fataliiseeds RESPONSIVE v1.0.0 | Leximo <hi@leximo.cz> */

@media only screen and (max-width: 1400px) {

  .site-decoration.pos-1 {
    display: none;
  }

}

@media only screen and (max-width: 1300px) {

  .site-head__inset {
    padding: 42px 4% 0;
  }

  .site-foot__inset {
    padding: 0 4%;
  }

  .site-head__logo {
    max-width: 240px;
  }  

  .form-search {    
    width: calc(100% - 750px);
  }
  
  .look-for {
    float: left;
    margin-left: 24px;
  }

}

@media only screen and (max-width: 1200px) {

  .form-search {
    width: 275px;
    width: calc(100% - 750px);
  }

  .detail-product__stock {
    padding: 12px 18px;
  }

}

@media only screen and (max-width: 1150px) {

  body.--menu {
    overflow: hidden;
  }

  .site-sidebar {
    pointer-events: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 60px;
    bottom: 0;
    z-index: 1000;
    margin-bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-top: 1px solid #dfd4d4;
    opacity: 0;
    -webkit-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
  }
  body.--menu .site-sidebar {
    pointer-events: all;
    opacity: 1;
  }

  .--menu .nav-sub {
    border-top: 1px solid #DCE2E4;
    border-radius: 6px;
  }

  .--no-sidebar .site-head {
    margin-top: 0;
  }

  .--no-sidebar .site-head__account, .--no-sidebar .head-cart, .--no-sidebar .site-head .burger {
    display: none;
  }

  .site-sidebar__inset {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-sidebar__inset__inset {
    max-width: 340px;
    float: right;
    padding: 32px;
  }
  .nav-sub__list > li.--mobile {
    display: block;
  }

  .site-breads__inset {
    padding: 13px 4%;
  }

  .site-main {
    width: 100%;
  }

  .site-head {
    margin-top: 56px;
    padding-bottom: 12px;
  }

  .site-head__inset {
    padding-top: 16px;
  }

  .site-head__logo {
    max-width: 220px;
  }

  .site-head__info {
    margin-top: 8px;
  }

  .site-head__nav {
    display: none;
  }
  
  .site-head .burger {
    display: block;
  }

  .site-head .nav-look {
    margin: 0 0 0 16px;
  }

  .site-head__account {    
    width: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 100;
    padding: 8px 4%;
    background: #FFFAFA;
    -webkit-box-shadow: 0 0 32px rgba(0,0,0,.2);
    box-shadow: 0 0 32px rgba(0,0,0,.2);
    min-height: 44px;
    text-align: left;
  }

  .site-head__account__link, .site-head__account__separator {
    padding: 12px 0;
    margin: 0 12px;
  }

  .site-head__account__link:after {
    right: -15px;
  }

  .form-search {
    width: 500px;
    width: calc(100% - 460px);
  }
  
  .head-cart__amount {
    display: none;
  }

  .head-cart {
    position: fixed;
    top: 10px;
    right: 100px;
    z-index: 1000;
  }
  
  .head-cart__icon {
    padding: 8px 12px;
  }
  .head-cart__icon svg {
    width: 21px;
    height: 21px;
  }

  .head-cart__info {
    padding: 10px 20px;
    width: 100px;
  }

  .head-cart__icon .icon span {
    bottom: 4px;
    right: 5px;
    font-size: 7px;
  }

  .look-for {
    float: right;
    margin-right: 0;
  }

  .look-for__link {
    padding: 14px 40px 15px 20px;
  }

  .item-product__image {
    max-height: unset;
  }

  .detail-product__gallery__image {
    text-align: center;
  }

  .detail-product__gallery__image a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

}


@media only screen and (max-width: 1050px) {

  .form-search {
    width: 400px;
    width: calc(100% - 460px);
  }

  .site-foot__info {
    padding: 18px 0;
  }

  .site-foot__info span {
    font-size: 16px;
  }

  .site-foot__nav {
    padding: 20px 0 30px;
  }

  .site-foot__title {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .site-foot__nav a {
    font-size: 15px;
  }
  
}

@media only screen and (max-width: 950px) {

  .form-search {
    width: 300px;
    width: calc(100% - 460px);
  }

  .site-foot .grid__col--size-25 {
    width: 33.33%;
  }

  .site-foot__socials {
    padding-top: 0;
  }

  .site-foot .grid__col--size-25:last-child {
    width: 100%;
  }

  .site-foot__socials a {
    display: inline-block;
    text-align: center;
    margin-bottom: 12px;
    width: 33%;
    text-align: center;
  }

  .site-foot__socials i {
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }

  .site-foot__socials a > span {
    margin-left: 0;
    line-height: 1.2;
    margin: 0;
  }

  .nav-cart__item small {
    display: block;
    margin: 0;
  }

  .detail-method__col {
    width: 100%;
  }

  .tpl-cart-checkout .form__col {
    width: 100%;
  }
  
}

@media only screen and (max-width: 900px) {


  .hero-variety__title {
    font-size: 24px;
  }

  .hero-variety__excerpt {
    font-size: 14px;
  }

  .hero-carousel__title {
    font-size: 22px;
  }

  .hero-carousel__button {
    padding: 4px 16px;
  }

  .hero-carousel__info {
    font-size: 15px;
  }

  .hero-carousel__link {
    font-size: 15px;
  }

  .site-decoration {
    display: none;
  }

  .item---list__inset {
    margin: 0 -8px -32px -8px;
  }

  .item---list__item__inset {
    margin: 0 8px;
  }

  .product-archive .item---list--cols-3 .item---list__item {
    width: 50%;
  }
  #field-color .field---wrapper {
    max-width: none;
  }
  .form-filter__window {
    pointer-events: none;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 200;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    -webkit-transition: opacity 150ms linear, -webkit-transform 150ms ease-in-out;
    transition: opacity 150ms linear, -webkit-transform 150ms ease-in-out;
    -o-transition: opacity 150ms linear, transform 150ms ease-in-out;
    transition: opacity 150ms linear, transform 150ms ease-in-out;
    transition: opacity 150ms linear, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  }
  .form-filter.--active .form-filter__window {
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .form-filter__window__inset {
    padding: 32px 4%;
    border-top: 3px solid #3F8048;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }
  .form-filter__inset {
    width: auto;
    display: block;
  }
  .form-filter .field {
    display: block;
    padding: 0;
  }
  .form-filter .field:last-child {
    margin-bottom: 0;
  }
  .form-filter__trigger {
    display: block;
  }
  .form-filter.--active .form-filter__trigger {
    width: 38px;
    height: 38px;
    padding: 0;
    font-size: 0;
  }
  .form-filter.--active .form-filter__trigger .icon {
    display: none;
  }
  .form-filter.--active .form-filter__trigger:before, 
  .form-filter.--active .form-filter__trigger:after {
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -8px;
    background-color: #fff;
  }
  .form-filter.--active .form-filter__trigger:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .form-filter.--active .form-filter__trigger:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .site-foot__methods > span {
    display: none;
  }
  
}

@media only screen and (max-width: 850px) {

  h1, h2, h3, h4, h5, h6 {
    margin: 24px 0 12px 0;
  }
  h1, .--like-h1 {
    line-height: 1.3;
    font-size: 30px;
  }
  h2, .--like-h2 {
    font-size: 26px;
  }
  h3, .--like-h3 {
    font-size: 22px;
  }
  h4, .--like-h4 {
    font-size: 18px;
  }
  h5, .--like-h5 {
    font-size: 16px;
  }
  h6, .--like-h6 {
    font-size: 14px;
  }
  p, address {
    margin-bottom: 12px;
  }
  hr {
    margin: 28px 0 24px 0;
  }

  .field {
    margin-bottom: 12px;
  }

  .site-main--small {
    padding-bottom: 40px !important;
  }

  .sign-detail {
    padding-top: 40px !important;
  }

  .detail-product .item-product {
    width: 50%;
  }

  .detail-product .item-product:last-child {
    display: none;
  }

  .site-puzzle .grid__col--size-25 {
    width: 33%;
  }
  
}

@media only screen and (max-width: 800px) {

  .detail-product__gallery {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .detail-product__gallery {
    width: auto;
  }
  .detail-product__gallery__slider {
    width: calc(100% - 32px);
    margin: 0 auto;
  }

  .detail-product__promo__content {
    float: none;
    width: 100%;
  }

  .detail-product__params {
    display: inline-block;
    width: 49%;
    margin-top: 0;
    vertical-align: top;
  }
  .detail-product__share {
    display: inline-block;
    width: 49%;
    margin-top: 0;
    padding-top: 0 !important;
    border: none !important;
    vertical-align: top;
    text-align: center;
  }
  .detail-product__share {
    margin-top: 0;
  }

  .detail-product__price, .detail-product__cart {
    margin-top: 14px;
  }

  .detail-product__title {
    display: none;
  }
  
  .detail-product__category {
    display: none;
  }

  .detail-product__title.--hidden {
    display: block;
    font-weight: 700;
    color: #28292B;
  }

  .detail-product__category.--hidden {
    display: block;
  }

  .detail-product__promo__content {
    margin-top: 24px;
  }

  .detail-product__params td:first-child {
    text-align: left;
  }

  .detail-product__price {
    padding-left: 16px;
  }

  .detail-product__cart {
    padding-left: 16px;
  }

  .site-main--large {
    padding: 40px 0 60px;
  }

  .nav-account__logout {
    display: none;
  }

  .site-hero.grid .grid__col--size-33,
  .site-hero.grid .grid__col--size-66 {
    width: 100%;
  }

  .site-hero.grid .grid__col--size-33:not(:first-of-type) {
    margin-top: 24px;
  }

  .hero-variety__info {
    padding: 32px 90px;
    text-align: center;
  }

  .hero-carousel__title {
    padding: 60px 24px 84px 24px;
  }
  
}

@media only screen and (max-width: 750px) {

  .site-head__nav__mobile .--look-for {
    display: block;
  }

  .form-search {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .site-foot__socials > a {
    width: 33%;
  }

  .hero-variety .--product-badge {
    font-size: 15px;
    padding: 10px 72px;
  }

  .hero-carousel__title {
    font-size: 18px;
  }

  .hero-carousel__button {
    font-size: 13px;
  }

  .item---list--cols-3 .item-box {
    width: 100%;
  }  

  .site-foot__methods {
    display: none;
  }
  
}

@media only screen and (max-width: 700px) {

  .hero-carousel__info {
    font-size: 13px;
  }

  .hero-carousel__link {
    font-size: 13px;
  }

  .nav-account {
    overflow-y: hidden;
    overflow-x: auto;
  }

  .item---list--cols-2 .item-box {
    width: 100%;
  }  
  
}

@media only screen and (max-width: 650px) {

  .head-cart {
    right: 80px;
  }

  .head-cart__info {
    display: none;
  }

  .head-cart__icon {
    border-radius: 6px;
  }

  .site-head__account__separator {
    margin: 0 6px;
  }

  .detail-product__params {
    width: 59%;
  }
  
  .detail-product__share {
    width: 39%;
  }
  
  .detail-product__share span {
    display: block;
    margin: 8px 0;
  }

  
  .cart-detail__table .input {
    width: 60px;
    padding: 8px 12px;
  }

  .cart-detail__table tbody td img {
    max-width: 35px;
    display: block;
  }

  .cart-detail__table--simple__methods {
    display: none;
  }

  .form-personal .grid--inside .grid__col--size-33 {
    width: 50%;
  }

  .--form-basic .input {
    margin-bottom: 12px;
  }

  .site-puzzle .grid__col--size-25 {
    width: 50%;
  }

  .detail-beginner .grid__col--size-33 {
    width: 100%;
    margin-bottom: 20px;
  }
  
}

@media only screen and (max-width: 600px) {

  .detail-product__title {
    font-size: 28px;
  }

  .detail-product__price p {
    font-size: 28px;
  }

  .detail-product__content__title {
    font-size: 22px;
  }

  .cart-detail__table--simple__methods {
    display: none;
  }

  .--form-basic fieldset {
    margin-bottom: 12px;
  }

  .tpl-account-settings .accordion__content.form .grid__col--size-50 {
    width: 100%;
  }

  .input-country .input {
    float: none;
    width: 100%;
    margin-bottom: 16px;
  }

  .form-calculator__content .grid__col--size-33 {
    width: 100%;
  }
  
}

@media only screen and (max-width: 550px) {

  .site-sidebar__inset__inset {
    max-width: none;
    float: none;
    padding: 24px;
  }

  .site-head__logo {
    max-width: 180px;
    margin-right: 20px;
  }

  .site-head__info {
    margin-top: 0px;
  }

  .product-slider__excerpt {
    font-size: 15px;
  }

  .site-head__button {
    display: block;
  }

  .detail-product__stock {
    padding: 10px 14px;
    font-size: 13px;
    top: 20px;
    left: 20px;
  }

  .detail-product__gallery__image .--product-badge {
    top: 18px;
    right: -64px;
    padding: 8px 72px;
    font-size: 13px;
  }

  .product-archive .item---list--cols-3 .item---list__item {
    width: 100%;
  }

  .cart-detail__table tfoot .icon {
    display: none;
  }

  .cart-detail__table tfoot td a span {
    top: 3px;
    margin-left: 0;
    font-size: 14px;
  }

  .cart-detail__crosssell .item---list--cols-4 .item---list__item {
    width: 50%;
  }

  .cart-detail__crosssell .item---list--cols-4 .item---list__item:last-child {
    display: inline-block;
  }

  .cart-summary .grid--inside > .grid__col--size-50 {
    width: 100%;
  }

  .site-main--plain .item-product__image {
    height: 300px;
  }

  .item---list--cols-2.--contain-item-product-plain .item-product {
    width: 100%;
  }
  
}

@media only screen and (max-width: 500px) {

  .product-slider__text {
    display: block;
    margin-bottom: 6px;
    max-width: 100%;
  }
  
  .product-slider__link {
    display: block;
    position: relative;
    right: unset;
    bottom: unset;
  }

  .detail-product__gallery {
    max-width: calc(100% - 45px);
  }

  .detail-product__params {
    font-size: 14px;
  }

  .detail-product__params td {
    padding: 4px 12px;
    vertical-align: middle;
  }

  .cart-detail__table td, .cart-detail__table th {
    font-size: 14px;
  }

  .cart-detail__table--simple__desc {
    display: none;
  }

  .cart-detail__table--simple__icon {
    display: table-cell;
  }

  .cart-detail__table--simple__desc + .--bold {
    border-right: none;
  }  

  .form-personal .grid--inside .grid__col--size-33 {
    width: 100%;
  }

  .detail-product .item-product {
    width: 100%;
  }
  .detail-product .item-product:last-child {
    display: block;
  }
  
}

@media only screen and (max-width: 450px) {

  .detail-product__params td {
    padding: 4px 6px;
  }

  .cart-detail__total {
    padding: 18px 24px;
  }

  .cart-detail__total__price {
    right: 24px;
  }

  .sign-detail {
    padding-left: 0;
    padding-right: 0;
  }

  .site-head .nav-look {
    margin: 0;
  }
  
}

@media only screen and (max-width: 420px) {

  .site-head__logo {
    display: block;
    float: none;
  }

  .site-head .nav-look {
    display: block;
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }
  
}