[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0; }

.slider-wrap {
  padding: 3% 5%; }

.slider-wrap-title {
  color: rgba(253, 214, 155, 1);
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center; }

.slider-wrap-list {
  margin: 3% -15px 0; }
  .slider-wrap-list:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap;
    margin: 3% -15px -30px; }
    .slider-wrap-list:not(.slick-slider) .slider-item {
      margin: 0 15px 30px;
      width: calc(25% - 30px); }
  .slider-wrap-list .slick-slide > div {
    width: 100%;
    padding: 0 15px;
    display: flex; }

.slider-item {
  background: #25252d;
  color: #fff;
  line-height: normal;
  flex-direction: column;
  display: flex !important; }

.slider-item-image {
  font-size: 0;
  position: relative;
  height: 0;
  padding-top: 55.465%; }

.slider-item-image-in {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .slider-item-image-in img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.slider-item-count {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fdd69b;
  padding: 10px 15px;
  font-size: 15px; }

.slider-item-in {
  padding: 20px;
  flex-direction: column;
  display: flex;
  flex: 1 0 0; }

.slider-item-title {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px; }

.slider-item-inner {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 15px; }

.slider-item-text {
  font-size: 14px; }
  .slider-item-text p {
    margin: 5px 0; }
    .slider-item-text p:first-child {
      margin-top: 0; }
    .slider-item-text p:last-child {
      margin-bottom: 0; }

.slider-item-price {
  flex: 1 0 0;
  padding: 0 10px 0 0;
  font-size: 15px; }
  .slider-item-price strong {
    color: #fdd69b;
    font-size: 21px; }

.slider-item-btn a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  color: #000;
  background: #fdd69b;
  font-size: 13px;
  font-weight: bold; }

.slider-wrap-arrows {
  margin: 30px 0 0;
  display: flex; }
  .slider-wrap-arrows:empty {
    display: none; }
  .slider-wrap-arrows .slick-arrow {
    width: 60px;
    height: 60px;
    border: 0;
    outline: none;
    padding: 0;
    background: #fdd69b;
    font-size: 0;
    line-height: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative; }
    .slider-wrap-arrows .slick-arrow div {
      width: 10px;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 10px;
      border-radius: 50%;
      transition-property: all;
      transition-duration: 300ms;
      transition-delay: 0ms;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      background-color: #fff;
      overflow: hidden;
      opacity: 0; }
      .slider-wrap-arrows .slick-arrow div:before {
        width: 100%;
        position: relative;
        background-color: rgba(16, 19, 25, 1);
        opacity: 0;
        transition-property: all;
        transition-duration: 300ms;
        transition-delay: 0ms;
        transition-timing-function: ease;
        display: block;
        content: ''; }
    .slider-wrap-arrows .slick-arrow i {
      width: 18px;
      height: 18px;
      position: relative;
      z-index: 1; }
      .slider-wrap-arrows .slick-arrow i svg {
        width: 100%;
        height: 100%; }
    .slider-wrap-arrows .slick-arrow.slick-prev {
      margin-right: 30px; }
    .slider-wrap-arrows .slick-arrow:hover {
      background: #fff; }
      .slider-wrap-arrows .slick-arrow:hover div {
        width: 150%;
        height: 150%;
        border-radius: 15px;
        opacity: 1; }
        .slider-wrap-arrows .slick-arrow:hover div:before {
          width: 100%;
          position: relative;
          background-color: rgba(16, 19, 25, 1);
          opacity: 0;
          transition-property: all;
          transition-duration: 300ms;
          transition-delay: 0ms;
          transition-timing-function: ease; }

.cart-block {
  display: none; }

.card-slider.horizontal .card-slider__thumb-img {
  height: 0;
  padding-top: 100%; }

.card-slider.horizontal .card-slider__thumb {
  width: calc(100% - 20px) !important; }

@media (min-width: 1024px) {
  .cart-page-product {
    display: block; }

  .card-page__left {
    width: auto;
    flex: 1 0 0;
    max-width: calc(100% - 390px); }

  .card-page .shop2-product__right {
    margin-left: 0;
    width: auto; }

  .card-page__right {
    width: 350px; }

  .card-page .shop2-product__left {
    width: auto; } }

.product-list.thumbs .product-item .product-additional {
  margin-top: 0; }

.product-list .buy-one-click {
  width: 100%;
  margin: 15px 0 0; }
/*.product-list.simple .product-item .product-price,
 .product-list.thumbs .product-item .product-price{
 width: 100%;
 }*/
.product-list-titles__item:nth-child(3) {
  font-size: 0; }

.ipoteka-wrap {
  background: #f1f2f4;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #666;
  line-height: 1.25;
  margin: 15px 0 0; }

.ipoteka-text {
  color: #000;
  font-weight: bold; }

@media (max-width: 1360px) and (min-width: 1024px) {
  .card-page .shop2-product__right {
    display: block; }

  .card-page .form-additional {
    display: block; }

  .card-page .form-additional .product-price {
    width: auto;
    margin: 0 0 20px; }

  .card-page .form-additional__btns {
    width: auto;
    display: block; }

  .card-page .form-additional .buy-one-click {
    width: 100%; }

  .card-page__top, .shop-product-data {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 1023px) {
  .card-page__top, .shop-product-data {
    padding-left: 0;
    padding-right: 0; }

  .card-page .shop2-product__right {
    width: 100%;
    margin-left: 0; } }

@media (max-width: 991px) {
  .slider-wrap-list {
    margin-top: 5%; } }

@media (max-width: 479px) {
  .slider-item-inner {
    display: block; }

  .slider-item-price {
    padding: 0 0 10px; }

  .slider-item-in {
    text-align: center; }

  .slider-wrap-arrows {
    justify-content: center; }

  .slider-wrap-title {
    font-size: 16px; } }

.card-slider .card-slider__thumb .card-slider__thumb-img {
  position: relative; }
  .card-slider .card-slider__thumb .card-slider__thumb-img a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    pointer-events: none;
    z-index: 1; }
  .card-slider .card-slider__thumb .card-slider__thumb-img.video_image a:after {
    position: absolute;
    width: 34px;
    height: 28px;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -9px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Crect xmlns='http://www.w3.org/2000/svg' x='7' y='7' width='10' height='10' fill='%23fff'/%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m23.469 5.929.03.196c-.29-1.029-1.073-1.823-2.068-2.112l-.021-.005c-1.871-.508-9.4-.508-9.4-.508s-7.51-.01-9.4.508c-1.014.294-1.798 1.088-2.083 2.096l-.005.021c-.699 3.651-.704 8.038.031 11.947l-.031-.198c.29 1.029 1.073 1.823 2.068 2.112l.021.005c1.869.509 9.4.509 9.4.509s7.509 0 9.4-.509c1.015-.294 1.799-1.088 2.084-2.096l.005-.021c.318-1.698.5-3.652.5-5.648 0-.073 0-.147-.001-.221.001-.068.001-.149.001-.23 0-1.997-.182-3.951-.531-5.846zm-13.861 9.722v-7.293l6.266 3.652z' fill='%23e92e2e' data-original='%23000000' style=''/%3E%3C/g%3E%3C/svg%3E") 0 -3px/cover no-repeat;
    display: block;
    content: ''; }

.card-slider.horizontal .card-slider__image.video_image a:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 64px;
  height: 46px;
  margin-left: -32px;
  margin-top: -23px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Crect xmlns='http://www.w3.org/2000/svg' x='7' y='7' width='10' height='10' fill='%23fff'/%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m23.469 5.929.03.196c-.29-1.029-1.073-1.823-2.068-2.112l-.021-.005c-1.871-.508-9.4-.508-9.4-.508s-7.51-.01-9.4.508c-1.014.294-1.798 1.088-2.083 2.096l-.005.021c-.699 3.651-.704 8.038.031 11.947l-.031-.198c.29 1.029 1.073 1.823 2.068 2.112l.021.005c1.869.509 9.4.509 9.4.509s7.509 0 9.4-.509c1.015-.294 1.799-1.088 2.084-2.096l.005-.021c.318-1.698.5-3.652.5-5.648 0-.073 0-.147-.001-.221.001-.068.001-.149.001-.23 0-1.997-.182-3.951-.531-5.846zm-13.861 9.722v-7.293l6.266 3.652z' fill='%23e92e2e' data-original='%23000000' style=''/%3E%3C/g%3E%3C/svg%3E") 0 -9px/cover no-repeat; }

.product-list.thumbs .product-item .product-price, .product-list.simple .product-item .product-price {
  padding: 6px;
  width: auto; }

.product-list.thumbs .product-item .product-additional__bottom, .product-list.simple .product-item .product-additional__bottom {
  justify-content: space-between;
  height: auto;
  padding: 5px 0; }

.product-list.simple .product-item .product-price .price-current strong {
  font-size: 15px; }

.product-list.simple .product-item .product-price .price-current {
  font-size: 14px; }

.more-link {
  display: inline-block; }
  .more-link a {
    color: #1c1c1c;
    text-decoration: none;
    padding: 10px 12px;
    margin: 6px;
    border-radius: 6px;
    box-shadow: inset 0 0 0 2px #fdd69b;
    transition: 300ms ease all;
    display: inline-block;
    font-size: 14px; }
  .more-link a:hover {
    background: #fdd69b; }

.main-products__title {
  display: flex;
  align-items: center; }

.cat-title-link {
  font-size: 20px;
  background: #fdd69b;
  text-decoration: none;
  margin-left: auto;
  display: inline-block;
  padding: 10px;
  border-radius: 6px;
  color: #000; }

.inner-folders__list {
  margin-top: 20px;
  padding-bottom: 0; }
  .inner-folders__list li a {
    font-weight: 500;
    background: #fdd69b; }
    .inner-folders__list li a:hover {
      color: #1c1c1c;
      background: #fddcaa; }

@media (max-width: 1023px) {
  .product-list.thumbs .product-item .product-price {
    text-align: left; }

  .product-list.thumbs .product-item {
    padding: 10px; } }

.product-price-note {
  font-size: 14px;
  margin-bottom: 3px; }
  @media (max-width: 1023px) {
  .product-price-note {
    font-size: 12px; } }
