[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
.shop_mode.block-20 .layout_53_id_161, .shop_mode .header_blocks {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) and (min-width: 961px) {
  .shop_mode.block-20 .layout_53_id_161, .shop_mode .header_blocks {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.block-20:not(.shop_mode) {
  background: #fff;
}
.block-20:not(.shop_mode) .layout_53_id_161 {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.widget-109 {
  margin-left: 0;
  padding: 0 20px;
}
.widget-109 .body-outer {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
html body .left_part .title {
  font-family: "Montserrat";
}
.content_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.content_wrapper .left_part {
  width: 270px;
  min-width: 270px;
  margin-right: 20px;
  position: relative;
  z-index: 5;
  font-family: "Montserrat";
  pointer-events: none;
}
.content_wrapper .left_part * {
  pointer-events: auto;
}
@media (max-width: 960px) {
  .content_wrapper .left_part {
    display: none;
  }
}
.content_wrapper .left_part .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  background: #2f80be;
  border-radius: 5px 5px 0 0;
  text-align: left;
  margin-top: 20px;
  font-family: "Montserrat";
}
@media (max-width: 960px) {
  .content_wrapper .left_part .title {
    display: none;
  }
}
.content_wrapper .right_part {
  width: calc(100% - 290px);
  flex: auto;
}
@media (max-width: 960px) {
  .widget-32 {
    background: #f2f2f2;
    padding: 0 20px;
    text-align: left;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
  }
  .widget-32 > div {
    margin-bottom: -1px;
  }
  .widget-32 > div > ul > li:last-child > ul, .widget-32 > div > ul > li:last-child > ul > li:last-child > a {
    border: none;
  }
  .widget-32 ul {
    margin: 0;
    padding: 0;
  }
  .widget-32 ul.level-2 {
    border-top: 1px solid #bababa !important;
  }
  .widget-32 ul li {
    list-style-type: none;
    display: block;
    width: 100%;
    pointer-events: none;
  }
  .widget-32 ul li * {
    pointer-events: auto;
  }
  .widget-32 ul li.hasChild {
    border-bottom: 1px solid #bababa;
  }
  .widget-32 ul li.hasChild > a {
    width: calc(100% - 20px);
    border: none;
  }
  .widget-32 ul li.hasChild > a .arrow {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 20px;
    z-index: 1;
    transition: all 0.3s ease;
    transform: rotate(180deg);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='8px'%3E%3Cpath fill-rule='evenodd' fill='rgb(47, 128, 190)' d='M0.289,6.723 C-0.101,6.330 -0.101,5.695 0.289,5.302 L5.290,0.290 C5.681,-0.103 6.315,-0.103 6.705,0.290 L11.706,5.302 C12.097,5.695 12.097,6.330 11.706,6.723 C11.316,7.115 10.682,7.115 10.292,6.723 L5.998,2.420 L1.704,6.723 C1.313,7.115 0.680,7.115 0.289,6.723 Z'/%3E%3C/svg%3E") top 50% right 0px no-repeat;
    background-position-x: 0;
  }
  .widget-32 ul li.hasChild > a .arrow.active {
    transform: rotate(0deg);
  }
  .widget-32 ul li ul {
    display: none !important;
    border-bottom: 1px solid #bababa;
  }
  .widget-32 ul li ul a {
    padding-left: 20px;
  }
  .widget-32 ul li ul li .arrow {
    right: 0;
  }
  .widget-32 ul li ul ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .widget-32 ul li ul ul .arrow {
    transform: rotate(90deg) !important;
  }
  .widget-32 ul li ul ul li {
    position: relative;
  }
  .widget-32 ul li ul ul li:hover > ul, .widget-32 ul li ul ul li.hover > ul {
    display: block !important;
  }
  .widget-32 ul li ul ul li a.hover ~ ul {
    display: block !important;
  }
  .widget-32 ul li ul ul ul {
    position: absolute;
    top: 0;
    left: calc(100% + 21px);
    background: #fff;
    width: 200px;
  }
  .widget-32 ul li ul ul ul ul ul {
    display: none !important;
  }
  .widget-32 ul li ul ul a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    border: none;
  }
  .widget-32 ul li a {
    display: flex;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #2a2e33;
    text-decoration: none;
    border-bottom: 1px solid #bababa;
    padding-right: 20px;
    position: relative;
    font-family: "Montserrat";
  }
  .widget-32 ul li a.active ~ ul {
    display: block !important;
  }
  .widget-32 ul li a:hover, .widget-32 ul li a.active {
    color: #2f80be;
  }
  .widget-32 ul li li a {
    font-size: 15px;
    font-weight: normal;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .widget-32 ul li ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    background: none;
    border: none;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .widget-32 ul li a {
    font-size: 15px;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .widget-32 ul li li a {
    font-size: 13px;
  }
}
@media (min-width: 1366px) {
  .product-list.thumbs .product-item {
    width: calc(33.3% - 30px);
  }
}
@media (max-width: 1100px) and (min-width: 961px) {
  .product-list.thumbs .product-item {
    width: calc(50% - 30px);
  }
}
.header_blocks .gr-button-3 {
  margin-right: auto;
}
.header_blocks > div:not(:last-child) {
  margin-right: 20px;
}
.block-20 {
  background: none;
  box-shadow: none;
}
.block-20.shop_mode {
  padding: 0;
}
.block-20.shop_mode .layout_160 {
  background: #fff;
  padding: 50px 20px;
}
@media (min-width: 1024px) {
  .card-page .shop2-product__right {
    max-width: 100%;
  }
}
@media (min-width: 961px) {
  .card-page__bottom, .card-page ~ .gr-back-btn {
    margin-left: -290px;
  }
}
html body .wrapper .card-page ~ .gr-back-btn a {
  color: #fff;
}
.kinds-block .kind-image {
  padding-top: 0;
}
.kinds-block .kind-image a {
  background: none !important;
  position: relative;
}
.kinds-block .kind-image a img {
  opacity: 1;
}
.shop_mode .block-79 {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 1.6;
  color: #555;
}
.shop_mode .block-79 a {
  color: #02a2e3;
}
.widget-101 {
  margin-bottom: 20px;
}
@media (min-width: 961px) {
  .product-list.thumbs .product-item .gr-product-image {
    padding-top: 70%;
  }
}
.product-list.thumbs .product-item .gr-product-image a {
  background: none !important;
}
.product-list.thumbs .product-item .gr-product-image a img {
  opacity: 1;
  object-fit: scale-down;
}
.card-slider.horizontal .card-slider__image {
  background: none !important;
  padding: 0;
}
.card-slider.horizontal .card-slider__image a {
  position: relative;
}
.card-slider.horizontal .card-slider__image a img {
  opacity: 1;
  object-fit: scale-down;
}
@media (min-width: 961px) {
  .highslide-image {
    max-height: 50vh;
    width: auto !important;
  }
}
.layout_center_2_id_102_1 {
  display: flex;
  justify-content: center;
}
.products_wrap {
  display: flex;
  width: 100%;
}
.products_wrap .layout_161 {
  flex: 1;
  min-width: 280px;
  margin-right: 10px;
}
@media (min-width: 961px) {
  .block-20 .layout_161 {
    background: #fff;
  }
  .widget-32 {
    background: #bebebe;
    padding: 0 20px;
    text-align: left;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    padding-right: 0;
  }
  .widget-32 > div {
    margin-bottom: -1px;
  }
  .widget-32 > div > ul > li {
    padding-right: 20px;
    box-sizing: border-box;
  }
  .widget-32 > div > ul > li:last-child > ul, .widget-32 > div > ul > li:last-child > ul > li:last-child > a {
    border: none;
  }
  .widget-32 ul {
    margin: 0;
    padding: 0;
  }
  .widget-32 ul.level-2 {
    border-top: 1px solid #bababa !important;
  }
  .widget-32 ul li {
    list-style-type: none;
    display: block;
    width: 100%;
    position: relative;
  }
  .widget-32 ul li * {
    pointer-events: auto;
  }
  .widget-32 ul li.hasChild {
    border-bottom: 1px solid #bababa;
  }
  .widget-32 ul li.hasChild > a {
    width: calc(100% - 20px);
    border: none;
  }
  .widget-32 ul li.hasChild > a .arrow {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    width: 20px;
    z-index: 1;
    transform: rotate(90deg);
    transition: all 0.3s ease;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='8px'%3E%3Cpath fill-rule='evenodd' fill='rgb(47, 128, 190)' d='M0.289,6.723 C-0.101,6.330 -0.101,5.695 0.289,5.302 L5.290,0.290 C5.681,-0.103 6.315,-0.103 6.705,0.290 L11.706,5.302 C12.097,5.695 12.097,6.330 11.706,6.723 C11.316,7.115 10.682,7.115 10.292,6.723 L5.998,2.420 L1.704,6.723 C1.313,7.115 0.680,7.115 0.289,6.723 Z'/%3E%3C/svg%3E") 50% no-repeat;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
  .widget-32 ul li ul {
    display: none;
    border-bottom: 1px solid #bababa;
    position: absolute;
    top: 0;
    left: 100%;
    background: #dfdfdf;
    width: 200px;
    border-radius: 5px;
  }
  .widget-32 ul li ul a {
    padding-left: 20px;
  }
  .widget-32 ul li ul li.hasChild .arrow {
    right: 0;
  }
  .widget-32 ul li ul ul {
    padding-top: 10px;
    padding-bottom: 10px;
    /*li {
							position: relative;
							&:hover, &.hover {
								> ul {
									display: block !important;
								}
							}
							a.hover {
								& ~ ul {
									display: block !important;
								}
							}
						}*/
  }
  .widget-32 ul li ul ul .arrow {
    transform: rotate(90deg) !important;
  }
  .widget-32 ul li ul ul ul {
    position: absolute;
    top: 0;
    left: calc(100% + 21px);
    background: #fff;
    width: 200px;
  }
  .widget-32 ul li ul ul a {
    border: none;
    padding: 10px;
    font-size: 14px;
  }
  .widget-32 ul li a {
    display: flex;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 500;
    color: #2a2e33;
    text-decoration: none;
    border-bottom: 1px solid #bababa;
    padding-right: 20px;
    position: relative;
    font-family: "Montserrat";
  }
  .widget-32 ul li a.active ~ ul {
    display: block !important;
  }
  .widget-32 ul li a:hover, .widget-32 ul li a.active {
    color: #2f80be;
  }
  .widget-32 ul li li a {
    font-size: 15px;
    font-weight: normal;
  }
}
@media (min-width: 961px) and (max-width: 960px) {
  .widget-32 ul li ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    background: none;
    border: none;
  }
}
@media (min-width: 961px) and (max-width: 960px) {
  .widget-32 ul li a {
    font-size: 15px;
  }
}
@media (min-width: 961px) and (max-width: 960px) {
  .widget-32 ul li li a {
    font-size: 13px;
  }
}
body .left_part {
  min-width: 300px;
  padding-top: 35px;
}
.product-list.thumbs {
  flex: auto;
}
.wrapper {
  overflow: visible;
  z-index: 10;
}
.product-list.thumbs .gr-has-amount.pre_order span {
  padding-left: 23px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' version='1.1' baseProfile='full' xml:space='preserve' x='0px' y='0px' width='13px' height='10px' viewBox='0 0 13 10' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%2327a804' d='M12.993,1.504 L5.337,9.991 L4.999,9.611 L4.662,9.991 L0.006,4.504 L1.337,3.007 L5.030,7.359 L11.661,0.007 L12.993,1.504 Z' style='&%2310; fill: red;&%2310;'/%3E%3C/svg%3E") 0 50% no-repeat;
}
.product-list.thumbs .gr-has-amount.pre_order {
  color: #ff0000;
}
.card-page .shop2-product .gr-has-amount.pre_order span, .product-list.simple .gr-has-amount.pre_order span, .product-list.list .gr-has-amount.pre_order {
  color: #ff0000;
  padding-left: 23px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' version='1.1' baseProfile='full' xml:space='preserve' x='0px' y='0px' width='13px' height='10px' viewBox='0 0 13 10' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%2327a804' d='M12.993,1.504 L5.337,9.991 L4.999,9.611 L4.662,9.991 L0.006,4.504 L1.337,3.007 L5.030,7.359 L11.661,0.007 L12.993,1.504 Z' style='&%2310; fill: red;&%2310;'/%3E%3C/svg%3E") 0 50% no-repeat;
}
.title-page .wrapper .layout_center_2_id_102_1 {
  width: auto;
  background: #fff;
  max-width: 1200px;
}
body {
  background: #2f2142;
}
.wrapper {
  padding-bottom: 0;
}
.layout_center_2_id_102_1 {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
