@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: normal;
  src: url("/public/css/fonts/ProximaNova-Regular/ProximaNova-Regular.woff2") format("woff2"),
    url("/public/css/fonts/ProximaNova-Regular/ProximaNova-Regular.woff") format("woff"),
    url("/public/css/fonts/ProximaNova-Regular/ProximaNova-Regular.ttf") format("ttf"),
    url("/public/css/fonts/ProximaNova-Regular/ProximaNova-Regular.eot") format("eot");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  src: url("/public/css/fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff2") format("woff2"),
    url("/public/css/fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff") format("woff"),
    url("/public/css/fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf") format("ttf"),
    url("/public/css/fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot") format("eot");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 300;
  src: url("/public/css/fonts/ProximaNova-Light/ProximaNova-Light.woff2") format("woff2"),
    url("/public/css/fonts/ProximaNova-Light/ProximaNova-Light.woff") format("woff"),
    url("/public/css/fonts/ProximaNova-Light/ProximaNova-Light.ttf") format("ttf"),
    url("/public/css/fonts/ProximaNova-Light/ProximaNova-Light.eot") format("eot");
}

@media (min-width: 640px) and (max-width: 1200px) {
  body .spoiler > .spoiler-content:after {
    background: linear-gradient(to top, #fff, transparent);
  }
}

@media (min-width: 640px) {
  body .main-slider .swiper-slide[data-device="mobile"] {
    display: none;
  }
}

@media (max-width: 640px) {
  html,
  body,
  html body {
    font-family: "Proxima Nova", "Roboto", "Arial", sans-serif;
    font-weight: normal;
    font-weight: 300;
    color: #101010;
    letter-spacing: 0.2px;
    font-size: 18px;
    line-height: 1.56;
    height: auto;
  }

  body .blog-page .share-button,
  body .news-news-page .share-button {
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    background: #fff;
    color: #282828;
  }

  body .blog-page .share-button:active,
  body .news-news-page .share-button:active {
    background: #de3333;
    color: #fff;
    border-color: #de3333;
  }

  body .cart {
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    background: #fff;
    color: #282828;
    box-shadow: 0 5px 15px 0 rgb(97 37 37 / 0%), 0 2px 4px 0 rgb(148 93 93 / 0%);
  }

  body .cart:active {
    background: #de3333;
    color: #fff;
    border-color: #de3333;
  }

  body form input[type="submit"],
  body form input[type="reset"],
  body form button,
  body a.button {
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    background: #fff;
    color: #282828;
    box-shadow: none;
  }

  body form input[type="submit"]:active,
  body form input[type="reset"]:active,
  body form button:active,
  body a.button:active {
    border-color: #de3333;
    background: #de3333;
    color: #fff;
  }

  body .main-slider-container[data-theme="light"] .slide-content .slide-learn-more {
    border-color: #de3333;
    background: #de3333;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
  }

  body .main-slider-container[data-theme="light"] .slide-content .slide-learn-more:active {
    border-color: #bbbbbb;
    background: #fff;
    color: #282828;
  }

  body .google-search-block input.gsc-search-button,
  body .google-search-block button.gsc-search-button {
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    background: #fff;
    color: #282828;
    box-shadow: none;
  }

  body .gsc-search-button-v2 svg {
    fill: #282828;
  }

  body .catalog .artist-order-trigger {
    background: #de3333;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    padding: 16px;
  }

  body .push {
    height: 20px;
  }

  body .page-wrapper {
    background: #fff;
  }

  body .spoiler > .spoiler-control {
    text-align: center;
  }

  body .spoiler > .spoiler-control .spoiler-trigger {
    font-size: 18px;
  }

  body .spoiler > .spoiler-content:after {
    background: linear-gradient(to top, #fff, transparent);
  }

  .page-wrapper img {
    width: 100%;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  body .page-wrapper.main-page {
    background: #f6f6f6;
  }

  body.mobile-menu-opener,
  body.addon-menu-opener {
    overflow: hidden !important;
    height: 100%;
  }

  body .paginator a,
  body .paginator .active {
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    box-shadow: none;
    background: white;
    font-weight: 400;
    color: #282828;
    padding: 7px;
    min-width: 20px;
  }

  body .paginator .to-right,
  body .paginator .to-left {
    padding: 7px;
    min-width: 20px;
  }

  body .paginator a:hover,
  body .paginator .active {
    background: #de3333;
    border-color: #de3333;
    color: #fff;
  }

  .hide-in-mobile {
    display: none !important;
  }

  .content {
    margin-top: 60px;
  }

  body input[type="text"],
  body textarea,
  body select {
    font-size: 16px !important;
    font-family: "Proxima Nova";
  }

  body .main-slider-container {
    width: 100%;
  }

  body .main-slider .slide.-text-pos-left .slide-image {
    background-position: center right;
  }

  body .main-slider .slide.-text-pos-right .slide-image {
    background-position: center left;
  }

  body .main-slider .slide.-text-pos-left .slide-content {
    text-align: right;
  }

  body .main-slider .slide.-text-pos-center .slide-image {
    background-position: center center;
  }

  body .main-slider .slide .slide-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: auto;
    left: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
    top: inherit;
    bottom: -5px;
    padding: 20px 10px 80px 10px;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    opacity: 0;
    height: 100%;
  }

  body .main-slider .slide.-theme-light .slide-content {
    background: rgba(255, 255, 255, 0.8);
  }

  body .main-slider .slide.-theme-dark .slide-content {
    background: rgba(0, 0, 0, 0.8);
  }

  body .main-slider .slide-text.-visible .slide-content {
    opacity: 1;
    bottom: 0;
  }

  body .main-slider .swiper-slide[data-device="desktop"] {
    display: none;
  }

  body .main-slider-container .slider-left-side {
    right: 0;
    left: 0;
    height: auto;
    bottom: 36px;
    top: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    position: absolute;
  }

  body .main-slider-container .slider-left-side .bottom,
  body .main-slider-container .slider-left-side .top {
    display: none;
  }

  body .main-slider-container .slider-left-side .middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  body .main-slider-container .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
  }

  body .main-slider-container .swiper-pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  body input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .hide-in-desktop {
    display: block;
  }

  .center {
    width: 96%;
    padding: 5px 0 0 0;
  }

  body .bread-crumbs-block {
    display: none;
  }

  .mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    min-height: 100vh;
    top: 0;
    bottom: -100px;
    z-index: 10000;
    width: 100%;
    -webkit-transition: all 1ms 300ms;
    transition: all 1ms 300ms;
    display: block;
  }

  body .mobile-cap .logo {
    width: 150px;
    height: 60px;
    position: relative;
    background: url(/public/img/prostars-logo-new-2025.svg) no-repeat center center;
    background-size: contain;
  }

  body .mobile-cap .menu-trigger {
    position: relative;
    font-size: 30px;
    padding: 6px 15px;
    z-index: 2;
    color: #000222;
    text-decoration: none;
    font-family: "Material Icons";
    overflow: hidden;
    display: block;
  }

  body .mobile-cap .menu-trigger:before {
    content: "menu";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
  }

  body .mobile-cap .addon-menu-trigger {
    width: 60px;
    height: 60px;
    position: relative;
  }

  body .mobile-cap .addon-menu-trigger:before {
    content: "";
    background: url(/public/img/addon-menu.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  body.mobile-menu-opener .mobile-menu-wrapper {
    width: 100%;
    left: 0;
    margin-left: 0;
    -webkit-transition: none;
    transition: none;
  }

  .mobile-menu-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-transition: opacity 240ms ease-out;
    transition: opacity 240ms ease-out;
  }

  .mobile-menu-wrapper .swiper-container {
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
  }

  .mobile-menu-wrapper .menu {
    min-width: 100px;
    width: 90%;
    max-width: 320px;
  }

  .mobile-menu-wrapper .swiper-slide {
    width: 100%;
  }

  .mobile-menu-wrapper .mobile-menu-inner {
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .mobile-menu-wrapper .mobile-menu-container {
    position: absolute;
    width: 90%;
    top: 0;
    bottom: 0;
    -webkit-transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-box-shadow: 7px 0 28px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 7px 0 28px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
  }

  .mobile-menu-wrapper ul {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
  }

  .mobile-menu-wrapper ul ul {
    padding-left: 20px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
  }

  .mobile-menu-wrapper ul ul ul {
    padding-left: 10px;
  }

  .mobile-menu-wrapper ul ul.-visible {
    max-height: 9999px;
  }

  .mobile-menu-wrapper .menu-header {
    position: relative;
    background: #ffffff url(/public/img/mobile-menu-back-2025.png) no-repeat center center;
    background-size: cover;
    height: 150px;
    -webkit-transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
    /* box-shadow: 7px 0 28px 0 rgba(0, 0, 0, 0.15); */
    margin-bottom: 20px;
  }

  .mobile-menu-opener .mobile-menu-wrapper .menu-header,
  .mobile-menu-opener .mobile-menu-container {
    left: 0;
  }

  .mobile-menu-container .pusher {
    height: 120px;
  }

  .mobile-menu-container:before {
    content: "";
    background: url(/public/img/microphone-blured.png) no-repeat center center;
    position: absolute;
    background-size: contain;
    width: 220px;
    height: 140px;
    z-index: 3;
    right: -20px;
    opacity: 0;
    top: 0;
    pointer-events: none;
    -webkit-transition: all 640ms ease-out;
    transition: all 640ms ease-out;
  }

  .mobile-menu-container:after {
    content: "";
    background: url(/public/img/microphone.png) no-repeat center center;
    position: absolute;
    background-size: contain;
    width: 130px;
    height: 110px;
    z-index: 3;
    left: -40px;
    opacity: 0;
    bottom: 90px;
    /* top: 90px; */
    pointer-events: none;
    -webkit-transition: all 640ms ease-out;
    transition: all 640ms ease-out;
    display: none;
  }

  .mobile-menu-opener .mobile-menu-container:before {
    opacity: 1;
    right: -40px;
  }

  .mobile-menu-opener .mobile-menu-container:after {
    opacity: 1;
    left: -20px;
  }

  .mobile-menu-wrapper .menu-trigger {
    position: fixed;
    font-size: 26px;
    padding: 13px 10px;
    left: 7px;
    top: 7px;
    z-index: 2;
    color: #232323;
    text-decoration: none;
    font-family: "Material Icons";
    overflow: hidden;
    display: block;
    text-transform: none;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.71);
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: none;
  }

  .mobile-menu-wrapper .menu-trigger:before {
    content: "close";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
  }

  .mobile-menu-wrapper .separator {
    position: relative;
    height: 40px;
  }

  .mobile-menu-wrapper .separator:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #d2d2d2;
  }

  .mobile-menu-wrapper .menu-elem {
    display: block;
    color: #020202;
    text-decoration: none;
    padding: 10px 20px 10px 35px;
    position: relative;
    font-size: 15px;
  }

  .mobile-menu-wrapper ul ul a,
  .mobile-menu-wrapper ul ul a:hover,
  .mobile-menu-wrapper ul ul a.active {
    padding: 10px 20px 10px 35px;
    font-size: 15px;
    border: 0;
    color: #292929;
    background: none;
  }

  .mobile-menu-wrapper .left-submenu .icon {
    display: none;
  }

  .mobile-menu-wrapper .menu-elem .text {
    display: inline-block;
  }
  .mobile-menu-wrapper .menu-elem .corner.-visible {
    display: inline-block;
  }
  .mobile-menu-wrapper .corner {
    font-family: "Material Icons";
    position: absolute;
    left: 14px;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    display: none;
  }

  .mobile-menu-wrapper .corner:before {
    content: "keyboard_arrow_right";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
  }

  .mobile-menu-wrapper .-opened > .corner {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }

  .mobile-menu-wrapper .search-icon {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #616161;
    position: absolute;
    left: 11px;
  }

  .mobile-menu-wrapper .search-icon:before {
    font-family: "Material Icons";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "search";
  }

  .mobile-menu-wrapper .profile-icon {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #616161;
    position: absolute;
    left: 11px;
  }

  .mobile-menu-wrapper .profile-icon:before {
    font-family: "Material Icons";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
  }

  .mobile-menu-wrapper .sign-in .profile-icon:before {
    content: "lock";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
  }

  .mobile-menu-wrapper .sign-out .profile-icon:before {
    content: "highlight_off";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
  }

  .mobile-menu-wrapper .registry .profile-icon:before {
    content: "account_circle";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
  }

  .mobile-menu-wrapper .profile .profile-icon:before {
    content: "face";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
  }

  .mobile-menu-wrapper .orders .profile-icon:before {
    content: "playlist_add_check";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
  }

  .mobile-menu-wrapper .password .profile-icon:before {
    content: "vpn_key";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
  }

  .mobile-menu-opener .main-menu-wrapper {
    left: 0;
    opacity: 0.9;
  }

  .mobile-menu-wrapper .contact-phone .code {
    font-size: 17px;
  }

  .mobile-menu-wrapper .email-address {
    color: #fbc13c;
  }

  .mobile-menu-wrapper .contact-phone .prefix {
    display: inline-block;
    margin: 0 4px;
    color: #607d8b;
    font-size: 17px;
  }

  body .mobile-cap {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    color: #3a3a3a;
    z-index: 999;
    padding: 0 0;
  }

  body .aboutcompany-module-action .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  body .items-main-page-slider .title-block .microphone {
    width: 150px;
    height: 100px;
    left: -10px;
    top: -80px;
  }

  body .items-main-page-slider .item-inner:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
  }

  body .items-main-page-slider .item-inner:after {
    display: none;
  }

  body .items-main-page-slider .wave {
    height: 120px;
  }

  body .cart .cart-count {
    padding: 4px 6px;
  }

  body .items-main-page-slider .item {
    height: 400px;
  }

  body .items-main-page-slider .item {
    margin: 0;
  }

  body .items-main-page-slider.-loaded .slider-block {
    padding-bottom: 40px;
  }

  body .items-main-page-slider .swiper-pagination {
    bottom: 0px;
  }

  body .items-main-page-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ca3537;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  body .items-main-page-slider .inner {
    padding: 0px 0 30px 0;
  }

  body .items-main-page-slider .title-block {
    background: #fff;
    margin: -80px 0 0 0;
    padding-bottom: 5px;
    display: block;
  }

  body .items-main-page-slider .swiper-pagination-bullet {
    background: #ca353742;
  }

  body .items-main-page-slider .aftertitle-block {
    max-width: 100%;
  }

  body .items-main-page-slider .aftertitle-block .subtext {
    font-size: 16px;
    line-height: 23px;
  }

  body .news-container .right-side .news-block {
    width: auto;
    padding: 20px;
  }

  body .news-filter-results-page .news-list,
  body .news-container {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  body .news-filter-results-page .news-list .news {
    width: 100%;
  }

  body .news-container:before {
    display: none;
  }

  body .news-container .left-side {
    width: auto;
    border-top-right-radius: inherit;
  }

  body .news-container .right-side .news-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  body .news-container .left-side .title-block {
    padding: 20px 20px;
  }

  body .news-container .subscribe-block {
    padding: 30px 20px;
  }

  body .blog-anonces .anonces-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  body .blog-anonces .anonces-post-container .h3 {
    padding: 20px;
  }

  body .blog-anonces {
    background: #fff;
    padding: 10px 0px 40px 0;
    margin: 0;
  }

  body .blog-anonces .left-side {
    width: auto;
    display: none;
  }

  body .blog-anonces .anonces-paginator {
    margin: 0;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 auto 30px auto;
  }

  body .blog-anonces .anonces-paginator .btn {
    margin: 0;
  }

  body .blog-anonces .center-side {
    padding: 0;
    width: 100%;
  }

  body .blog-anonces .anonces-toolbar {
    width: auto;
    display: none;
  }

  body .blog-anonces .anonces-post-container {
    width: auto;
  }

  body .page-footer .bottom-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  body .page-footer .footer-top {
    text-align: center;
    padding: 60px 0 30px 0;
  }

  body .page-footer .footer-copyright {
    background: #a92729;
    text-align: center;
    padding: 10px 0 10px 0;
  }

  body .page-footer .foot-columns {
    display: block;
  }

  body .page-footer .developer {
    width: auto;
    padding-top: 120px;
    background: none;
    padding-bottom: 40px;
  }

  body .page-footer .developer:before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 210px;
    height: 60px;
  }

  body .page-footer .footer-logo {
    margin: -20px auto 0 auto;
  }

  body .page-footer .foot-columns .cell {
    display: block;
  }

  body .page-footer .foot-columns .cell:first-child {
    width: auto;
    padding: 0;
    margin: 0 0 50px 0;
  }

  body .page-footer .contact {
    margin: 0 0 10px 0;
    padding: 0;
  }

  body .page-footer .contact .icon {
    display: inline-block;
    position: relative;
  }

  body .page-footer .bottom-columns .cell .slogan {
    text-align: center;
  }

  body .page-footer .contact .telegram-icon:before {
    top: 5px;
  }

  body .page-footer .footer-bottom {
    position: relative;
  }

  body .addon-menu-wrapper #addon-menu {
    max-width: 90%;
  }

  body .catalog-item-page .item-main-image img {
    display: none !important;
  }

  body .swiper-viewer .swiper-viewer-controls {
    display: none;
  }

  body .swiper-viewer .swiper-viewer-slide {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  body .swiper-viewer .swiper-viewer-slide img {
    height: auto;
    width: 100%;
  }

  body .page-buffer .content-columns {
    display: block;
    width: auto;
  }

  body .content .column-center {
    display: block;
    padding: 40px 0 0 0;
  }

  body .catalog-item-page .item-data {
    display: block;
  }

  body .catalog-item-page .item-price {
    position: relative;
    margin: -10px 0 30px 0;
  }

  body .shop-item-page .mobile-images-slider .swiper-slide {
    width: 100%;
    height: 100%;
    vertical-align: top;
    background-size: cover;
    background-position: center center;
  }

  body .catalog-item-page .item-data {
    display: block;
    width: auto;
  }

  body .catalog-item-page .item-attributes,
  body .catalog-item-page .item-image {
    display: block;
    padding: 0;
    width: auto;
  }

  body .catalog-item-page .item-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  body .catalog-item-page .catalog-item-tag {
    display: block;
    overflow: visible;
    margin: 7px 10px;
  }

  body .catalog-item-page .item-main-image {
    height: 490px;
    background-image: none !important;
    padding: 0 5px;
    left: -5px;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .catalog-item-page .mobile-images-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 28px;
    background-color: #ffffff;
  }

  .catalog-item-page .item-main-image.-loaded .mobile-images-slider {
    opacity: 1;
  }

  .catalog-item-page .mobile-images-slider .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 28px;
  }

  body .catalog-item-page .item-main-image.-single-photo .swiper-container {
    padding-bottom: 0;
  }

  .catalog-item-page .item-main-image.-single-photo .mobile-images-slider {
    bottom: 0;
  }

  .catalog-item-page .mobile-images-slider .swiper-slide {
    width: 100%;
    height: 100%;
    vertical-align: top;
    background-size: cover;
    background-position: center center;
  }

  .catalog-item-page .mobile-images-slider .swiper-pagination {
    position: absolute;
    bottom: -1px;
    width: 100%;
  }

  .catalog-item-page .item-main-image.-single-photo .mobile-images-slider .swiper-pagination {
    display: none;
  }

  .catalog-item-page .mobile-images-slider .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 3px !important;
    background: #dadada;
  }

  .catalog-item-page .mobile-images-slider .swiper-pagination-bullet-active {
    background: #909090;
  }

  body .catalog-item-page .item-main-image img {
    display: none !important;
  }

  body .swiper-viewer .swiper-viewer-controls {
    display: none;
  }

  body .swiper-viewer .swiper-viewer-slide {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  body .swiper-viewer .swiper-viewer-slide img {
    height: auto;
    width: 100%;
  }

  body .catalog-order-form .right-side .terms {
    display: none;
  }

  body .catalog-order-form .right-side:before {
    left: -20px;
    width: auto;
    right: -20px;
    top: -20px;
    background-size: cover;
  }

  body .catalog-order-form .right-side:after {
    right: 0;
    top: -50px;
    height: 80px;
    width: 120px;
  }

  body .catalog-order-form .right-side {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  body .catalog-item-page .tab {
    margin: 0;
    max-width: 100%;
  }

  body .catalog-item-page .tab.-active-tab {
    border: 1px solid #de3333;
    border-radius: 6px;
    background: #de3333;
    color: #fff;
    box-shadow: none;
  }

  body .catalog-news-list .slider-controls {
    display: none;
  }

  .mobile-menu-inner .contact-container {
    position: relative;
    padding: 40px 10px 0 10px;
    font-size: 16px;
    color: #585858;
  }

  .mobile-menu-inner .contact-container .contact {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 9px 0;
  }

  .mobile-menu-inner .contact-container .contact .icon {
    color: #292929;
    width: 20px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    margin-right: 4px;
    position: relative;
  }

  .mobile-menu-inner .contact-container .phone-icon:before {
    content: "phone";
  }

  .mobile-menu-inner .contact-container .address-icon:before {
    content: "home";
  }

  .mobile-menu-inner .contact-container .email-icon:before {
    content: "email";
  }

  .mobile-menu-inner .contact-container .telegram-icon:before {
    content: "";
    position: absolute;
    background: url(/public/img/telegram-icon-invert.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: contain;
    top: 0;
    left: 2px;
  }

  .mobile-menu-inner .contact-container .whatsapp-icon:before {
    content: "";
    position: absolute;
    background: url(/public/img/whatsapp-icon-invert.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: contain;
    top: 0;
    left: 2px;
  }

  .mobile-menu-inner .contact-container a.data {
    text-decoration: none;
    color: inherit;
  }

  body .catalog-item-page .item-main-image:before {
    display: none;
  }

  body .catalog-item-page .item-quick-description {
    font-size: 16px;
  }

  body .news-heading-page .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  body .jsplash-inner.catalog-artist-order-collection-form-splash .catalog-artist-collection-order-badge {
    display: none;
  }

  body .catalog-artist-collection-order-container .inner {
    max-height: 100%;
    overflow: auto;
  }

  body .jsplash-inner.catalog-artist-order-collection-form-splash {
    min-width: auto;
  }

  body .catalog-artist-collection-order-container {
    min-width: auto;
    height: 100%;
    justify-content: flex-start;
    /* background: red; */
    flex: 1;
    overflow: hidden;
  }

  body .jsplash-inner.catalog-artist-order-collection-form-splash .catalog-artist-collection-order-form {
    height: 100%;
    /* justify-content: flex-start; */
    /* align-items: flex-start; */
    flex-direction: column;
  }

  body .news .heading-list .heading-container {
    padding: 0;
  }

  body .news .heading-list .news-list .news {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin: 0;
  }

  body .news .heading-list .heading-name {
    margin: 20px 0;
  }

  body .news-heading-page .news-list .news {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  body .paginator {
    overflow-x: auto;
    max-width: 100%;
    margin: 20px 0;
  }

  body .catalog .catalog-items-toolbar .paginator {
    margin: 10px 0;
  }

  body .paginator ul {
    white-space: nowrap;
    padding: 10px 0;
  }

  body .news-news-page .news-left-column {
    display: none;
  }

  body h1 {
    line-height: 28px;
    font-size: 26px;
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
  }

  body h1:before {
    bottom: -8px;
    width: 40px;
  }

  body .social-comments {
    margin-bottom: 20px;
  }

  body .blog .blog-post .inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  body .blog-post .post-image {
    display: block;
    width: 100%;
    height: 160px;
  }

  body .blog-post .post-published-date,
  body .blog-post .post-author {
    font-size: 12px;
  }

  body .blog-post.-first-post .post-content {
    padding: 20px;
  }

  body .blog-columns .blog-left-column {
    display: none;
  }

  body .blog-page .post-content {
    padding: 20px;
  }

  body .blog-page .post-fulltext {
    padding: 0;
  }

  body .blog-page .social-comments {
    padding: 0;
  }

  body .catalog .catalog-items-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column-reverse;
    border: 0;
    margin: 0 0 0px 0;
    padding: 0 0 20px 0;
  }

  body .catalog .catalog-items-toolbar.-bottom-toolbar {
    margin-top: 0;
    padding-top: 0;
  }

  body .catalog .catalog-items-toolbar .toolbar-box-sort {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  body .catalog .catalog-items-toolbar .set-sort-mode {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    position: relative;
    padding: 14px 14px 14px 48px;
    line-height: 15px;
    font-size: 13px;
    margin: 0 6px;
    border-radius: 6px;
    color: #fff;
    line-height: 1.7;
    font-weight: 500;
    background: #bbbbbb;
  }

  body .recently-viewed-items-list .recently-viewed-list {
    height: 300px;
  }

  body .catalog .catalog-items-toolbar .set-sort-mode .icon,
  body .catalog .catalog-items-toolbar .set-sort-mode.-active .icon,
  body .catalog .catalog-items-toolbar .set-sort-mode:hover .icon {
    position: absolute;
    left: 5px;
    top: 22px;
    margin: 0;
    font-size: 37px;
    height: auto;
    width: auto;
    background: none;
  }

  body .catalog .catalog-items-toolbar .set-sort-mode .icon:before {
    background: none;
  }

  body .catalog .catalog-items-toolbar .set-sort-mode.-active {
    background: #de3333;
  }

  body .catalog .catalog-items-toolbar .toolbar-label {
    display: none;
  }

  body .catalog .items-list {
    justify-content: space-between;
  }

  body .catalog .items-list .item {
    width: auto;
    height: auto;
    margin: 0 0 00px 0;
    flex-basis: calc(50% - 8px);
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
  }

  body .catalog .items-list .item:nth-child(odd):last-child {
    flex-basis: 100%;
    height: 560px;
  }

  body .catalog .items-list .item:hover {
    box-shadow: none;
  }

  body .catalog .items-list .item .item-image {
    min-height: 206px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    flex: 1;
  }

  body .catalog .items-list .item .item-name {
    color: #282828;
    min-height: 28px;
  }

  body .catalog .items-list .item:hover .item-name {
    color: #de3333;
    background: none;
  }

  body .catalog .items-list .item:hover .item-image {
    border-color: #de3333;
  }

  body .catalog .items-list .item .item-image img {
    display: none !important;
  }

  body .recently-viewed-items-container .item {
    text-decoration: none;
    height: 280px;
  }

  body .recently-viewed-items-container .item .image {
    display: block;
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 10s ease-out;
    transition: -webkit-transform 10s ease-out;
    transition: transform 10s ease-out;
    transition: transform 10s ease-out, -webkit-transform 10s ease-out;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    border-radius: 8px;
    border: 1px solid #dddddd;
  }

  body .recently-viewed-items-container .item .item-data {
    background: white;
    padding: 10px;
    display: block;
    color: #282828;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 0 0 4px 4px;
  }

  body .mobile-block-title {
    font-size: 16px;
    margin: 5px 0;
    color: gray;
  }

  body .catalog-filter-container {
    padding: 0;
    min-height: 111px;
    border: 0;
    background: none;
    box-shadow: none;
  }

  body .catalog-filter-container .filter-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  body .catalog-filter-container .tags-field {
    width: 100%;
    padding: 0;
  }

  body .catalog-filter-container .search-field {
    width: 100%;
    margin: 0 0 10px 0;
  }

  body .catalog-filter-container .awesomplete input[type="text"] {
    border-radius: 8px;
    border: 1px solid #dddddd;
    padding: 15px 50px 15px 20px;
    margin: 0 1px 0 0;
  }

  body .catalog-filter-container .select2-container {
    border-radius: 8px;
    border: 1px solid #dddddd;
    background: white;
  }

  body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 15px 50px 15px 20px;
  }

  body .select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
    content: "";
    position: absolute;
    background: url("/public/img/chevron-down.svg") no-repeat center center;
    width: 17px;
    height: 17px;
    right: 15px;
  }

  body .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #282828;
  }

  body .catalog-filter-container .awesomplete input[type="text"]::placeholder {
    color: #282828;
  }

  body .catalog-filter-container .search-icon {
    background: none;
    box-shadow: none;
    color: #282828;
    width: 17px;
    height: 17px;
    right: 15px;
    border: none;
  }

  body .catalog-filter-container .search-icon:before {
    content: "";
    background: url(/public/img/search-icon.svg) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  body .select2-container--default .select2-search--inline .select2-search__field {
    font-size: 16px;
    top: -5px;
  }

  body .noty_theme__mint.noty_bar .noty_body {
    min-width: 170px;
  }

  body .jsplash-inner {
    min-width: 170px;
  }

  body .catalog-category-page .quick-description-content {
    font-size: 14px;
  }

  blockquote {
    max-width: 100% !important;
    min-width: auto !important;
    overflow: hidden;
  }

  body .promo-blocks-template-7 .block-slide {
    padding: 0;
  }

  body .promo-blocks-template-7 .block-image {
    height: auto;
  }

  body .promo-blocks-template-4 .block-url {
    display: none;
  }

  body .promo-blocks-template-4 .block-logo-wrapper {
    width: 100%;
  }

  body .promo-blocks-template-4 .promo-block {
    min-height: 200px;
  }

  body .promo-blocks-template-4 .block-description .wrapper {
    width: auto;
    margin-left: 0;
  }

  body .promo-blocks-template-4 .block-logo:before {
    display: none;
  }

  body .promo-blocks-template-4 .block-description .inner {
    padding: 35px 15px;
    margin: 50px 5px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 7px 28px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 7px 28px 0 rgba(0, 0, 0, 0.27);
  }

  body .promo-blocks-template-4 .block-description .title {
    font-size: 35px;
    line-height: 39px;
    text-transform: none;
    font-weight: 300;
    color: #000;
  }

  body .promo-blocks-template-4 .block-description .text {
    color: #000;
    padding: 0 10px 0 20px;
  }

  body .promo-blocks-template-4 .promo-block:nth-child(2n) .block-description .inner {
    text-align: right;
  }

  body .promo-blocks-template-4 .promo-block:nth-child(2n) .block-description .text {
    border-left: 0;
    border-right: 2px solid #e84e3d;
    padding: 0 20px 0 10px;
  }

  body .content .callme-form {
    width: auto;
  }

  body .content .callme-form .form {
    padding: 0;
  }

  body .content .callme-form .form-header:before {
    display: none;
  }

  body .content .callme-form .form-header {
    display: none;
  }

  body .blogdisplaycarousel-module-action .swiper-pagination {
    bottom: 0px;
  }

  body .blogdisplaycarousel-module-action .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ca3537;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  body .content .callme-form .inner {
    /* background-image: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%); */
    -webkit-box-shadow: 0 5px 15px 0 rgba(97, 37, 37, 0.15), 0 2px 4px 0 rgba(148, 93, 93, 0.2);
    box-shadow: 0 5px 15px 0 rgba(97, 37, 37, 0.15), 0 2px 4px 0 rgba(148, 93, 93, 0.2);
    width: auto;
    margin: 10px 0 40px 0;
    border-radius: 10px;
  }

  body .content .callme-form .feedback-description {
    font-size: 18px;
  }

  body .contact-wrapper {
    display: block;
  }

  body .contact-wrapper .contact-left {
    padding: 0 0 10px 0;
  }

  body .jsplash-inner.catalog-order-form-splash {
    width: auto;
    width: 300px;
  }

  body .jsplash-inner.shop-order-form-splash {
    width: auto;
    width: 300px;
  }

  body .shop .items-list[data-view-mode="tiles"] .item {
    width: 50%;
  }

  body .shop .items-list[data-view-mode="tiles"] .item-name {
    height: 40px;
    font-size: 16px;
    line-height: 19px;
    margin: 5px 0 2px 0;
    color: #000000;
    font-weight: 400;
  }

  body .shop .items-list[data-view-mode="tiles"] .item-image {
    height: 140px;
  }

  body .shop .items-list[data-view-mode="tiles"] .item:hover,
  body .shop .items-list[data-view-mode="tiles"] .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  body .shop .items-list[data-view-mode="tiles"] .item:hover {
    z-index: 1;
  }

  body .shop .items-list[data-view-mode="tiles"] .item-inner {
    margin: 4px;
    text-align: left;
  }

  body .shop .items-list[data-view-mode="tiles"] .item-attributes {
    color: #565656;
    padding: 0;
    display: block;
    height: 50px;
    line-height: 17px;
    margin-bottom: 7px;
  }

  body .shop .items-list[data-view-mode="tiles"] .item-buy-btn {
    display: none;
  }

  body .shop .items-list[data-view-mode="tiles"] .item-favorites-btn {
    opacity: 1;
    padding: 5px 10px;
    top: 0;
    right: 0;
    left: inherit;
    margin: 0;
  }

  body .shop .favorites-effect-container {
    left: 10px;
    top: 10px;
  }

  body .shop .items-list[data-view-mode="tiles"] .item-price {
    padding: 0 0 25px 0;
    font-size: 24px;
    margin: 0;
  }

  body .shop .items-list[data-view-mode="tiles"] .item-status-sale .item-price {
    padding: 15px 0 10px 0;
  }

  body .shop .items-list[data-view-mode="tiles"] .item-price .old-price {
    bottom: 40px;
    left: 9px;
    -webkit-transform: none;
    transform: none;
  }

  body .shop .items-list[data-view-mode="tiles"] .item-price .price-currency-2 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 3px;
  }

  body .shop-filter-container .attribute-field {
    max-height: 48px;
    -webkit-transition: none;
    transition: none;
  }

  body .shop-filter-container {
    padding: 0 20px 100px 20px;
  }

  body .shop-filter-container .attr-name {
    margin: 3px 0 3px 0;
    padding: 7px 0;
    color: inherit !important;
  }

  body .shop-filter-container .attributes {
    font-size: 14px;
  }

  body .mobile-filter-inner .filter-section-title {
    color: #607d8b;
  }

  body .mobile-filter-inner .attr-value label span {
    color: #000;
  }

  body .shop-filter-container .attr-value {
    padding: 7px 0;
    line-height: 24px;
  }

  body .shop .shop-items-toolbar .toolbar-box {
    width: auto;
    display: block;
    margin: 8px 0;
    text-align: left;
  }

  body .shop .shop-items-toolbar .toolbar-box-sort {
    height: 40px;
  }

  body .shop .shop-items-toolbar .set-sort-mode {
    border-radius: 36px;
    padding: 8px 11px 8px 8px;
    background: #ebebeb;
    float: left;
  }

  body .shop .shop-items-toolbar .set-sort-mode[data-sort-mode="desc"] {
    float: right;
  }

  body .shop .shop-items-toolbar .set-sort-mode.-active {
    background: #ffc13c;
    color: #000;
  }

  body .shop .shop-items-toolbar .set-sort-mode.-active .icon {
    background: #ffc13c;
  }

  .recently-viewed-items-container .mobile-block-title {
    margin: 0 0 10px 0;
    font-weight: 400;
  }

  .shop .shop-items-toolbar.-bottom-toolbar {
    margin: 0 0 60px 0;
  }

  body .shop .shop-items-toolbar.-bottom-toolbar .paginator {
    top: 0;
    width: auto;
    margin: 30px 0;
  }

  .recently-viewed-items-container.-hidden {
    display: none;
  }

  body .shop .items-list[data-view-mode="list"] .item-inner {
    height: auto;
    margin: 0 0 25px;
    padding: 0 0 0 96px;
  }

  body .shop .items-list[data-view-mode="list"] .item-inner:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  body .shop .items-list[data-view-mode="list"] .item-image {
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
  }

  body .shop .items-list[data-view-mode="list"] .item-link {
    right: 45px;
  }

  body .shop .items-list[data-view-mode="list"] .item-name {
    margin: 0 0 0px 0;
  }

  body .shop .items-list[data-view-mode="list"] .item-description {
    display: none;
  }

  body .shop .items-list[data-view-mode="list"] .item-attributes {
    margin: 45px 0 0;
    height: 30px;
    line-height: 15px;
    display: block;
    max-height: 118px;
    overflow: hidden;
    padding: 0;
  }

  body .shop .items-list[data-view-mode="list"] .item-action-block {
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    left: 95px;
  }

  body .shop .items-list[data-view-mode="list"] .item-action-block:before {
    display: none;
  }

  body .shop .items-list[data-view-mode="list"] .item-price {
    margin: 0;
    font-size: 21px;
    font-weight: 300;
    text-align: left;
    position: absolute;
    top: 33px;
    left: 0;
    padding: 0;
  }

  body .shop .items-list[data-view-mode="list"] .item-status-sale .item-price {
    top: 35px;
  }

  body .shop .items-list[data-view-mode="list"] .item-price .old-price {
    top: -16px;
    -webkit-transform: none;
    transform: none;
    left: 9px;
    font-size: 16px;
  }

  body .shop .items-list[data-view-mode="list"] .item-buy-btn {
    display: none;
  }

  body .shop .items-list[data-view-mode="list"] .fast-order {
    margin: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    line-height: 20px;
    border-radius: 100%;
    background: #ca3537;
    -webkit-box-shadow: 0 4px 12px rgba(202, 51, 53, 0.65);
    box-shadow: 0 4px 12px rgba(202, 51, 53, 0.65);
    color: #fff;
  }

  body .shop .items-list[data-view-mode="list"] .item-info {
    display: none;
  }

  body .shop .items-list[data-view-mode="list"] .item-favorites-btn {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #ffffff;
    -webkit-box-shadow: -5px 0px 10px -2px white;
    box-shadow: -5px 0px 10px -2px white;
    left: initial;
    margin: 0;
    padding: 0;
  }

  body .shop .items-list[data-view-mode="list"] .item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  body .shop-item-page .item-data {
    display: block;
    width: auto;
  }

  body .shop-item-page .item-attributes,
  body .shop-item-page .item-image {
    display: block;
    padding: 0;
    width: auto;
  }

  body .shop-item-page .item-main-image {
    background-image: none !important;
    left: -5px;
    background-color: #fff;
    height: auto;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.35);
  }

  .shop-item-page .mobile-images-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 28px;
    background-color: #ffffff;
  }

  .shop-item-page .item-main-image.-loaded .mobile-images-slider {
    opacity: 1;
  }

  .shop-item-page .mobile-images-slider .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 28px;
  }

  body .shop-item-page .item-main-image.-single-photo .swiper-container {
    padding-bottom: 0;
  }

  .shop-item-page .item-main-image.-single-photo .mobile-images-slider {
    bottom: 0;
  }

  .shop-item-page .mobile-images-slider .swiper-slide {
    width: 100%;
    height: 100%;
    vertical-align: top;
    background-size: cover;
    background-position: center center;
  }

  .shop-item-page .mobile-images-slider .swiper-pagination {
    position: absolute;
    bottom: -1px;
    width: 100%;
    background: #fff;
    border-top: 2px solid #fff;
  }

  .shop-item-page .item-main-image.-single-photo .mobile-images-slider .swiper-pagination {
    display: none;
  }

  .shop-item-page .mobile-images-slider .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 3px !important;
    background: #dadada;
  }

  .shop-item-page .mobile-images-slider .swiper-pagination-bullet-active {
    background: #909090;
  }

  body .shop-item-page .item-note-info {
    margin: 15px 0 20px 0;
    line-height: 15px;
  }

  body .shop-item-page .attributes-list {
    margin: 10px 0;
    overflow: visible;
    max-height: 9999px;
  }

  body .shop-item-page .show-more-attributes {
    display: none;
  }

  body .shop-item-page .attributes-list .attribute {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  body .shop-item-page .attributes-list .attr-name {
    display: table-cell;
  }

  body .shop-item-page .attributes-list .attr-values {
    display: table-cell;
    text-align: right;
    position: relative;
  }

  body .shop-item-page .attributes-list .attr-values.colors-list {
    background-color: #fff;
  }

  body .shop-item-page .attributes-list .color-box {
    margin: 0 0 0 8px;
  }

  body .shop-item-page .attributes-list .attr-name:before,
  body .shop-item-page .attributes-list .attr-values:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 5px;
    border-bottom: 1px dotted #bdbdbd;
    z-index: -1;
  }

  body .shop-item-page .attributes-list .attr-name span {
    background: #fff;
    padding: 0 4px 0 0;
    display: inline-block;
    position: relative;
    white-space: nowrap;
  }

  body .shop-item-page .attributes-list .attr-values b {
    background: #fff;
    padding: 0 0 0 4px;
    display: inline-block;
    margin: 0;
  }

  body .shop-item-page .item-buy {
    margin: 20px 0;
    text-align: center;
    position: relative;
    height: 170px;
  }

  body .shop-item-page .buy-price {
    font-size: 44px;
    display: block;
    margin: 0 auto;
  }

  body .shop-item-page .item-buy.buy-table .row {
    display: flex;
  }

  body .page-wrapper .shop-item-page .item-buy.buy-table .row .cell {
    display: flex;
    padding-bottom: 40px;
    flex: 1;
  }

  body .shop-item-page .item-buy.buy-table .second-line-wrapper.row .quantity-wrapper {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-bottom: 40px;
  }

  body .shop-item-page .item-buy.buy-table .second-line-wrapper.row .quantity-wrapper .quantity-title,
  body .shop-item-page .item-buy.buy-table .second-line-wrapper.row .quantity-wrapper .icons-wrapper {
    display: flex;
    position: relative;
    flex: 1;
    align-items: center;
  }

  body .shop-item-page .item-buy.buy-table .icons-wrapper a.icon {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
  }

  body .shop-item-page .item-buy.buy-table .count-item {
    width: 50%;
    display: inline;
    margin: 0;
  }

  body .shop-item-page .item-buy.buy-table .second-line-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    justify-content: space-between;
    flex-flow: column;
  }

  body .shop-item-page .buy-price .old-price {
    top: 52px;
  }

  body .shop-item-page .item-buy-btn {
    margin: 0;
    display: block;
    position: absolute;
    left: 0;
    width: 49%;
    bottom: 0;
    padding: 8px 15px 8px 30px;
  }

  body .shop-item-page .item-buy-btn:before {
    margin: -14px 0 0 0;
  }

  body .shop-item-page .item-main-image:after,
  body .shop-item-page .item-main-image:before {
    display: none;
  }

  body .shop-item-page .button.fast-order {
    margin: 0;
    display: block;
    position: absolute;
    right: 0;
    width: 49%;
    bottom: 0;
    padding: 8px 15px 8px 30px;
  }

  body .shop-item-page .item-favorites-btn {
    position: absolute;
    top: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 12px 20px;
  }

  body .shop-item-page .item-info {
    font-size: 15px;
    width: 100%;
    max-width: 100%;
    margin: 60px 0 40px 0;
  }

  body .shop-item-page .favorites-effect-container {
    left: 20px;
    top: 19px;
  }

  body .shop-item-page .share-buttons {
    text-align: center;
  }

  body .shop-item-page .share-button {
    padding: 10px;
    margin: 0 6px;
  }

  body .shop-item-page .share-button svg {
    fill: #1d1d1d;
  }

  body .shop-item-page .shop-item-tabs-controls {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  body .shop-item-page .tab:first-child,
  body .shop-item-page .tab:last-child,
  body .shop-item-page .tab {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 1px;
    border: 1px solid #e4e4e4;
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    color: #353535;
  }

  body .shop-item-page .tab:before {
    display: none;
  }

  body .shop-item-page .tab-content.-active-tab {
    max-height: 80vh;
    position: relative;
  }

  body .shop-item-page .fill-attributes-table .cell {
    padding: 10px 8px 10px;
  }

  body .shop-item-page .fill-attributes-table .cell.attr-name {
    width: 60%;
  }

  body .shop-item-page .brand-data {
    display: block;
  }

  body .shop-item-page .brand-info .brand-cell.left-cell,
  body .shop-item-page .brand-info .brand-cell {
    width: auto;
    display: block;
    padding: 0;
  }

  body .shop-item-page .brand-info .brand-logo {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  body .shop-item-page .brand-info .brand-name {
    margin: 20px 0 20px 0;
  }

  body .shop-item-page .item-info .info-elem {
    padding: 6px 8px;
    font-size: 13px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  body .shop-item-page .item-info .info-elem .text {
    display: block;
    text-align: left;
    position: relative;
  }

  body .shop-item-page .item-info .payments-list {
    top: 22px;
    width: 90px;
    height: 12px;
  }

  body .jsplash-inner.shop-fast-order-dialog .form-note {
    margin: 160px 0 20px 0;
  }

  body .jsplash-wrapper.shop-fast-order-dialog:before {
    top: 60px;
    left: 0px;
    width: 100%;
    height: 130px;
  }

  body .jsplash-inner.shop-fast-order-dialog {
    min-width: auto;
    min-height: auto;
  }

  body .jsplash-wrapper.shop-fast-order-dialog .placeholder {
    color: #464646;
  }

  body .jsplash-wrapper.shop-fast-order-dialog .text-input {
    width: 100%;
    border-bottom: 2px solid #bf3133;
  }

  body .jsplash-wrapper.shop-fast-order-dialog input[type="submit"] {
    display: block;
    width: 100%;
  }

  body .jsplash-wrapper.shop-return-policy-info-popup:before {
    display: none;
  }

  body .jsplash-inner.shop-payment-info-popup h1,
  body .jsplash-inner.shop-payment-info-popup h2,
  body .jsplash-inner.shop-return-policy-info-popup h1,
  body .jsplash-inner.shop-return-policy-info-popup h2,
  body .jsplash-inner.shop-delivery-info-popup h1,
  body .jsplash-inner.shop-delivery-info-popup h2 {
    line-height: 26px;
    margin-top: 0;
  }

  body .jsplash-wrapper.shop-payment-info-popup:before {
    display: none;
  }

  body .jsplash-wrapper.shop-payment-info-popup .payment-content h1 {
    position: relative;
    margin-bottom: 30px;
  }

  body .jsplash-wrapper.shop-payment-info-popup .swiper-slide {
    width: 50%;
    height: 100px;
  }

  body .jsplash-wrapper.shop-payment-info-popup .payment-logo {
    width: 100%;
    height: 100%;
  }

  body .jsplash-wrapper.shop-delivery-info-popup:before {
    display: none;
  }

  body .jsplash-inner.shop-delivery-info-popup .shop-delivery {
    padding: 0;
  }

  body .jsplash-inner.shop-delivery-info-popup .shop-delivery-tabs {
    height: 80px;
    left: 10px;
    top: 10px;
    right: 10px;
    text-align: left;
    width: auto;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #ffc13c;
    position: fixed;
    background: #fff;
  }

  body .jsplash-inner.shop-delivery-info-popup .tab {
    display: inline-block;
    width: 23%;
  }

  body .jsplash-inner.shop-delivery-info-popup .tab.-active-tab {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
  }

  body .jsplash-inner.shop-delivery-info-popup .tab-icon {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 11px;
    margin: 0 auto;
  }

  body .jsplash-inner.shop-delivery-info-popup .-active-tab .tab-icon {
    background: #e0e0e0;
  }

  body .jsplash-inner.shop-delivery-info-popup .tab-icon svg {
    width: 100%;
    height: 100%;
  }

  body .jsplash-inner.shop-delivery-info-popup .shop-delivery-contents {
    width: auto;
    height: 100%;
    overflow: visible;
  }

  body .jsplash-inner.shop-delivery-info-popup .shop-delivery-contents table {
    font-size: 12px;
    width: 102% !important;
  }

  body .jsplash-inner.shop-delivery-info-popup .shop-delivery-contents table td {
    vertical-align: top;
    word-break: break-all;
    padding: 4px 4px;
  }

  body .jsplash-inner.shop-delivery-info-popup .tab-content {
    padding: 90px 0 0 0;
  }

  .shop .cart-items-list-table,
  .shop .cart-items-list-table tbody {
    display: block;
    width: auto;
  }

  .shop .cart-items-list-table {
    margin: 20px 0 0 0;
  }

  body .shop-cap-menu-container.-forcibly-hide {
    display: none;
  }

  .shop .cart-items-list-table tbody tr {
    display: block;
    width: auto;
    position: relative;
    border-bottom: 1px solid #efefef;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
  }

  .shop .cart-items-list-table td {
    display: block;
    width: auto;
    padding: 0;
    text-align: left;
    position: relative;
  }

  .shop .cart-items-list-table .action {
    text-align: right;
  }

  .shop .cart-items-list-table .view-as-param {
    margin: 13px 0;
  }

  .shop .cart-items-list-table .cart-item-image-td {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .shop .cart-items-list-table .view-as-param:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 8px;
    border-bottom: 1px dotted #d4d4d4;
    z-index: -1;
  }

  .shop .cart-items-list-table .view-as-param .value-inner {
    display: inline-block;
    background: white;
    padding: 0 4px 0 0;
  }

  .shop .cart-items-list-table .item-price {
    font-size: 22px;
  }

  .shop .cart-items-list-table .value-inner.-right {
    padding: 0 0 0 4px;
    position: relative;
  }

  .shop .cart-items-list-table .cart-item-attr-td {
    padding: 0 0 0 85px;
    min-height: 80px;
  }

  .shop .cart-items-list-table .item-logo {
    width: 100%;
    height: 100%;
  }

  .shop .cart-items-list-table .item-name {
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
  }

  .shop .cart-items-list-table .item-attributes .bullet {
    display: none;
  }

  .shop .cart-items-list-table .mobile-label {
    position: relative;
    display: inline-block;
    width: 40%;
  }

  .shop .cart-items-list-table .mobile-value {
    position: relative;
    display: inline-block;
    width: 60%;
    text-align: right;
  }

  .shop .cart-items-list-table .count .item-count {
    font-size: 18px;
    border: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: -3px;
    right: 0;
    background: #fff;
  }

  .shop .cart-items-list-table .arrows {
    position: absolute;
    display: inline-block;
    top: -5px;
    right: 40px;
    background: #fff;
    padding: 0 0 0 4px;
  }

  .shop .cart-items-list-table .arrows .item-count-arrow {
    display: inline-block;
    margin: 0 6px 0 0;
  }

  .shop .cart-items-list-table .arrows .item-count-arrow.more-item:before {
    content: "add";
  }

  .shop .cart-items-list-table .arrows .item-count-arrow.less-item:before {
    content: "remove";
  }

  body .cart-items-list-table .arrows .item-count-arrow.-disabled {
    border: 1px solid #dadada;
  }

  .shop .cart-items-list-table .remove-item {
    font-size: 13px;
    color: inherit;
    display: inline-block;
  }

  .shop .cart-items-list-table .remove-item .icon {
    position: relative;
    top: 3px;
    color: red;
    margin: 0 5px 0 0;
  }

  .shop .cart-total-result-table {
    border-radius: 0;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    position: fixed;
    top: 60px;
    z-index: 9999999;
    font-size: 13px;
    width: 100%;
    background: #ca3537;
    color: #fff;
  }

  .shop .cart-total-result-table tbody td {
    padding: 2px 2px;
    font-size: 13px;
  }

  .shop .cart-total-result-table.stick {
    margin: 0;
    left: 5px;
    right: 5px;
  }

  .shop .cart-total-result-table thead td {
    font-size: 11px;
    position: relative;
    padding: 4px 7px;
  }

  .shop .cart-order-form {
    margin: 20px 0 60px 0;
    padding: 20px 0;
    max-width: 100%;
  }

  .shop .cart-order-form input[type="submit"] {
    display: block;
    width: 100%;
    padding: 13px 36px;
  }

  .shop .cart-order-form .radio-btn-container {
    position: relative;
    margin: 0 0 10px 0;
  }

  body .jsplash-inner.shop-oferta {
    font-size: 13px;
  }

  body .cart-order-form .field-container {
    margin: 0;
    max-width: 100%;
  }

  body .cart-order-form .delivery-type .field {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  body .cart-order-form .delivery-services .delivery-service {
    padding: 0;
  }

  body .cart-order-form .delivery-services .icon {
    position: absolute;
    left: 30px;
    top: 6px;
  }

  body .cart-order-form .delivery-services .total-cost-block {
    position: absolute;
    right: 0;
    top: 10px;
  }

  body .cart-order-form h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
  }

  body .shop-brand-page .brand-data-container {
    display: block;
    width: auto;
  }

  body .shop-brand-page .brand-image-wrapper {
    display: block;
    width: auto;
  }

  body .shop-brand-page .brand-image {
    padding: 0;
  }

  body .shop-brand-page .brand-image:before {
    -webkit-box-shadow: 0 19px 12px -1px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 12px -1px rgba(0, 0, 0, 0.22);
  }

  body .shop-brand-page .brand-description-wrapper {
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }

  body .shop-brand-page .brand-description {
    margin: 0;
    overflow: hidden;
    max-height: 230px;
    -webkit-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    position: relative;
  }

  body .shop-brand-page .brand-description:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: white;
    -webkit-box-shadow: 0 -10px 30px 33px #ffffff;
    box-shadow: 0 -10px 30px 33px #ffffff;
  }

  .shop-brand-page .brand-description-wrapper.-opened .brand-description {
    overflow: visible;
    max-height: 99999px;
  }

  .shop-brand-page .brand-description-wrapper.-opened .brand-description:after {
    display: none;
  }

  .shop-brand-page .toggle-description {
    text-decoration: none;
    text-align: center;
    display: block;
    color: #3b5207;
    font-size: 14px;
    padding: 8px 4px;
    z-index: 1;
  }

  .shop-brand-page .toggle-description span {
    display: inline-block;
    position: relative;
    border-bottom: 1px dashed #98a280;
  }

  .shop-brand-page .toggle-description .hide-label {
    display: none;
  }

  .shop-brand-page .brand-description-wrapper.-opened .show-label {
    display: none;
  }

  .shop-brand-page .brand-description-wrapper.-opened .hide-label {
    display: inline-block;
  }

  body .paginator {
    overflow-x: auto;
    max-width: 100%;
    margin: 20px 0;
  }

  body .shop .shop-items-toolbar .paginator {
    margin: 10px 0;
  }

  body .shop-cart-page .cart-total-result-table [data-total-cost]:empty:before {
    background-image: url(/modules/shop/public/front/img/rolling-spinner.gif);
    top: 3px;
  }

  body .shop-cart-page .cart-total-result-table [data-total-cost]:empty:before,
  body .shop-cart-page .cart-total-result-table [data-delivery-cost]:empty:before {
    background-image: url(/modules/shop/public/front/img/rolling-spinner.gif);
    top: 3px;
  }

  body .jsplash-inner.shop-payment-dialog .title {
    z-index: 4;
    line-height: 30px;
    text-align: center;
  }

  body .jsplash-visible .jsplash-wrapper.shop-payment-dialog:before {
    width: 80px;
    height: 80px;
    top: 91px;
    left: 50%;
    margin-left: -50px;
  }

  body .jsplash-inner.shop-payment-dialog .note {
    margin: 160px 0 0px 0;
    line-height: 16px;
  }

  body .jsplash-inner.shop-payment-dialog .text {
    margin: 20px 0 20px 0;
  }

  body .jsplash-inner.shop-payment-dialog .button {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    position: absolute;
    bottom: 0;
  }

  body .jsplash-inner.shop-payment-dialog .go-to-pay {
    bottom: 50px;
  }

  body .shop-filter-container .price-range-slider {
    height: 10px;
  }

  body .shop-filter-container .price-range-slider .noUi-base,
  body .shop-filter-container .price-range-slider .noUi-background {
    border-radius: 14px;
    background: #fbfbfb;
    -webkit-box-shadow: 0 1px 0 0px #fff, inset 0 1px 3px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0 1px 0 0px #fff, inset 0 1px 3px 0px rgba(0, 0, 0, 0.18);
  }

  body .shop-filter-container .price-inputs input {
    font-weight: 100;
    border: 1px solid #fdfdfd;
    border-bottom: 2px solid #f59900;
    background: #f7f7f7;
    text-align: center;
  }

  body .shop-filter-container .price-range-slider .noUi-connect {
    background: #ff9800;
    -webkit-box-shadow: inset 0 0px 1px 0px #bf8c7c;
    box-shadow: inset 0 0px 1px 0px #bf8c7c;
  }

  body .shop-filter-container .price-range-slider .noUi-handle {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    -webkit-box-shadow: 0 0 6px rgba(185, 66, 4, 0.2), 0px 4px 8px -2px rgba(160, 95, 7, 0.33);
    box-shadow: 0 0 6px rgba(185, 66, 4, 0.2), 0px 4px 8px -2px rgba(160, 95, 7, 0.33);
    top: -11px;
    border: 3px solid #525252;
    width: 30px;
    height: 30px;
    left: -15px;
  }

  body .shop-filter-container .apply-btn,
  body .shop-filter-container .reset-btn {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 20px;
    border-radius: 3px;
    text-decoration: none;
    background: #ffffff;
    color: #1d1d1d;
    border: 1px solid #d8d8d8;
    margin-top: 20px;
    width: 40%;
    margin: 0 1%;
    display: inline-block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    font-family: "Proxima Nova", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    text-align: center;
  }

  body .shop-filter-container .apply-btn {
    background: #2a4a29;
    color: #fff;
    width: 56%;
  }

  body .shop-filter-container .price-range-slider .noUi-handle:after,
  body .shop-filter-container .price-range-slider .noUi-handle:before {
    display: none;
  }

  .shop-filter-container [type="checkbox"]:not(:checked) + label:before,
  .shop-filter-container [type="checkbox"]:checked + label:before {
    font-size: 24px;
  }

  body .shop-filter-container .attr-name .corner {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    border: 1px solid #d4d4d4;
  }

  body .items-main-page-slider.shop .items-list[data-view-mode="tiles"] .item {
    width: 50%;
  }

  body .shop-payment-info-page table.order-items .item-cost,
  body .shop-payment-info-page table.order-items .item-price,
  body .shop-payment-info-page table.order-items .item-count {
    display: none;
  }

  body .shop-payment-info-page table.order-items .in-mobile {
    display: block;
    margin-top: 10px;
    font-size: 13px;
  }

  body .shop-payment-info-page .payment-button {
    display: block;
    padding: 10px 36px;
  }

  body .shop-pay-success .pay-image {
    background-position: top center;
    height: 300px;
  }

  body .jsplash-inner.shop-delivery-info-popup .shop-delivery-points .container,
  body .shop-delivery-points .container {
    display: block;
    width: auto;
    height: calc(100vh - 40px);
  }

  body .shop-delivery-points .gmap-container {
    display: block;
    width: auto;
    height: 100%;
  }

  body .shop-delivery-points .sidebar-container {
    display: block;
    width: auto;
    padding: 0;
    display: none;
  }

  body .jsplash-inner.shop-delivery-points-popup {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  body .shop-delivery-points {
    max-height: 100%;
    min-height: 300px;
  }

  body .shop-brands-page .brands-list {
    text-align: center;
  }

  body .shop-brands-page .brands-list .brand {
    width: 46%;
    margin: 2% 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    height: 137px;
  }

  body .shop-brands-page .brands-list .brand-name-middle {
    font-size: 14px;
    padding: 0px 13px;
  }

  body .shop-item-tabs-contents .instagram-post-list img {
    width: 100%;
  }

  body .jsplash-viewport.jsplash-visible .jsplash-wrapper {
    padding: 10px;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    -webkit-transform: none;
    transform: none;
  }

  body .jsplash-viewport .jsplash-wrapper.message-box-dialog,
  body .jsplash-viewport .jsplash-wrapper.confirm-box-dialog {
    bottom: auto;
    top: 50%;
  }

  body .jsplash-closebtn {
    padding: 10px 10px 20px 20px;
    top: 0px;
    right: 0;
  }

  body .jsplash-inner.shop-fast-order-dialog .form-note {
    margin: 160px 0 20px 0;
  }

  body .jsplash-inner {
    width: auto;
    font-size: 16px;
    line-height: 1.56;
  }

  body .jsplash-inner > .preloader {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
  }

  body .jsplash-wrapper.shop-fast-order-dialog:before {
    top: 60px;
    left: 0px;
    width: 100%;
    height: 130px;
  }

  body .jsplash-inner.shop-fast-order-dialog {
    min-width: auto;
    min-height: auto;
  }

  body .jsplash-wrapper.shop-fast-order-dialog .placeholder {
    color: #464646;
  }

  body .jsplash-wrapper.shop-fast-order-dialog .text-input {
    width: 100%;
    border-bottom: 2px solid #bf3133;
  }

  body .jsplash-wrapper.shop-fast-order-dialog input[type="submit"] {
    display: block;
    width: 100%;
  }

  body .jsplash-inner.add-to-cart-dialog .table-container {
    display: block;
    width: auto;
    min-width: 1px;
  }

  body .jsplash-inner.add-to-cart-dialog .table-row {
    display: block;
    width: auto;
  }

  body .jsplash-inner.add-to-cart-dialog .table-cell {
    display: block;
    width: auto;
  }

  body .jsplash-inner.add-to-cart-dialog .table-cell.cell-left {
    width: auto;
  }

  body .jsplash-inner.add-to-cart-dialog .last-item {
    margin: 0;
  }

  body .jsplash-inner.add-to-cart-dialog .table-row.buttons-row {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  body .jsplash-inner.add-to-cart-dialog .table-row.buttons-row .table-cell {
    display: table-cell;
    padding: 0 3px;
  }

  body .jsplash-inner.add-to-cart-dialog .table-row.buttons-row .table-cell:first-child {
    padding-left: 0;
  }

  body .jsplash-inner.add-to-cart-dialog .table-row.buttons-row .table-cell:last-child {
    padding-right: 0;
  }

  body .jsplash-inner.add-to-cart-dialog .button {
    display: block;
    margin: 10px 0;
    padding: 8px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body .jsplash-inner.add-to-cart-dialog .button.fast-order {
    padding: 8px 8px 8px 28px;
  }

  body .jsplash-inner.add-to-cart-dialog .button.fast-order:before {
    font-size: 16px;
  }

  body .jsplash-inner.add-to-cart-dialog .title {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 1092px) and (min-width: 640px) {
  body .shop .items-list[data-view-mode="list"] .item-name {
    margin: 10px 30px 6px 0;
  }

  body .shop .items-list[data-view-mode="list"] .item-favorites-btn {
    top: 3px;
  }

  body .shop .items-list[data-view-mode="list"] .item-price {
    margin: 35px 0 5px 0;
  }
}

@media all and (max-width: 1010px) {
  body .shop .shop-items-toolbar.-bottom-toolbar .paginator {
    top: 0;
    text-align: right;
    width: 100%;
  }
}

@media all and (max-width: 940px) {
  body .shop .items-list[data-view-mode="tiles"] .item {
    width: 50%;
  }
}

@media (max-width: 720px) {
  body .shop .items-list[data-view-mode="tiles"] .item {
    width: 100%;
  }
}
