@charset "UTF-8";
:root {
  --ose-edit-buttons-background: #0091EA;
  --ose-edit-buttons-color: #fffff
}
.cms_ecommerce .cms_list, .cms_style_holder .cms_list, .system_form .cms_list, .system_galleries, .system_pagination ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.cms_ecommerce .cms_col_10:after, .cms_ecommerce .cms_col_11:after, .cms_ecommerce .cms_col_12:after, .cms_ecommerce .cms_col_1:after, .cms_ecommerce .cms_col_2:after, .cms_ecommerce .cms_col_3:after, .cms_ecommerce .cms_col_4:after, .cms_ecommerce .cms_col_5:after, .cms_ecommerce .cms_col_6:after, .cms_ecommerce .cms_col_7:after, .cms_ecommerce .cms_col_8:after, .cms_ecommerce .cms_col_9:after {
  content: "";
  display: block;
  clear: both
}
.system_pagination, .system_pagination * {
  box-sizing: border-box
}
.system_pagination ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 1
}
.system_pagination li {
  min-width: 35px
}
.system_pagination li:last-child a {
  border-right-width: 1px
}
.system_pagination li.active a {
  pointer-events: none;
  background: #c2c2c2;
  color: #fff
}
.system_pagination li .dots, .system_pagination li a {
  border: solid #ccc;
  border-width: 1px 0 1px 1px;
  display: block;
  padding: 9px 10px
}
.system_pagination li a {
  color: inherit;
  text-decoration: none;
  text-align: center
}
.system_pagination li a:focus, .system_pagination li a:hover {
  color: #c2c2c2
}
.system_pagination .next, .system_pagination .prev {
  font-size: 0;
  line-height: 0
}
.cms_add_favorites {
  vertical-align: middle;
  color: #666;
  margin-bottom: 10px
}
.cms_add_favorites.added_to_favorites svg {
  fill: #0091ea
}
.cms_add_favorites svg {
  display: inline-block;
  fill: #cbcbcb;
  cursor: pointer
}
.cms_favorites {
  margin-bottom: 0 0 20px
}
.cms_favorites__title {
  display: flex;
  margin: 0 0 10px
}
.cms_favorites .cms_favorites__link {
  text-decoration: none;
  color: inherit
}
.cms_favorites .cms_add_favorites {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 18px
}
.cms_favorites__description {
  margin: 0 0 20px
}
.cms_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
  z-index: 1000
}
.cms_modal--active, .cms_modal:target {
  pointer-events: all;
  opacity: 1
}
.cms_modal__content {
  position: absolute;
  display: block;
  padding: 48px;
  line-height: 1.8;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .2);
  background: #fff;
  min-width: 250px;
  max-width: 400px
}
@media (max-width:1023px) {
  .cms_modal__content {
    padding: 30px
  }
}
.cms_modal__close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #34495e;
  opacity: .5;
  transition: opacity .2s
}
.cms_modal__close--inner {
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
  background: 0 0;
  text-decoration: none;
  font-size: 30px;
  line-height: 1
}
.cms_modal__close--inner:after {
  content: "×";
  color: #666
}
.cms_ecommerce .system_button, .cms_modal .cms_system_button, .cms_style_holder .system_button, .system_default_button, .system_page .system_button {
  display: inline-block;
  background-color: #0091ea;
  min-width: 65px;
  line-height: 1.5;
  padding: 8px 16px;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  border: none;
  min-width: 110px;
  cursor: pointer;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
  text-align: center;
  margin-bottom: 5px
}
.cms_ecommerce .system_button + .system_button, .cms_modal .cms_system_button + .system_button, .cms_style_holder .system_button + .system_button, .system_default_button + .system_button, .system_page .system_button + .system_button {
  margin-left: 10px
}
.cms_ecommerce .disableButton.system_button, .cms_ecommerce .disabled.system_button, .cms_ecommerce [data-form_submitted=true].system_button, .cms_ecommerce [data-form_submitted].system_button, .cms_ecommerce form[data-form_submitted=true] [type=submit].system_button, .cms_modal .disableButton.cms_system_button, .cms_modal .disabled.cms_system_button, .cms_modal [data-form_submitted=true].cms_system_button, .cms_modal [data-form_submitted].cms_system_button, .cms_modal form[data-form_submitted=true] [type=submit].cms_system_button, .cms_style_holder .disableButton.system_button, .cms_style_holder .disabled.system_button, .cms_style_holder [data-form_submitted=true].system_button, .cms_style_holder [data-form_submitted].system_button, .cms_style_holder form[data-form_submitted=true] [type=submit].system_button, .system_default_button.disableButton, .system_default_button.disabled, .system_default_button[data-form_submitted=true], .system_default_button[data-form_submitted], .system_page .disableButton.system_button, .system_page .disabled.system_button, .system_page [data-form_submitted=true].system_button, .system_page [data-form_submitted].system_button, .system_page form[data-form_submitted=true] [type=submit].system_button, form[data-form_submitted=true] .cms_ecommerce [type=submit].system_button, form[data-form_submitted=true] .cms_modal [type=submit].cms_system_button, form[data-form_submitted=true] .cms_style_holder [type=submit].system_button, form[data-form_submitted=true] .system_default_button[type=submit], form[data-form_submitted=true] .system_page [type=submit].system_button {
  background: #ccc;
  pointer-events: none;
  cursor: default
}
.cms_star__rating {
  width: 77px;
  display: flex;
  flex-direction: row-reverse
}
@-webkit-keyframes pulse {
  50% {
    color: #e5e5e5
  }
}
@keyframes pulse {
  50% {
    color: #e5e5e5
  }
}
.cms_star__rating label {
  height: 30px;
  width: 20%;
  display: block;
  position: relative;
  cursor: pointer
}
.cms_star__rating label:nth-of-type(5):after {
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}
.cms_star__rating label:nth-of-type(4):after {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.cms_star__rating label:nth-of-type(3):after {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}
.cms_star__rating label:nth-of-type(2):after {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.cms_star__rating label:nth-of-type(1):after {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms
}
.cms_star__rating label:after {
  transition: all .4s ease-out;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  content: "☆";
  color: #cbcbcb;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  -webkit-animation: 1s pulse ease;
  animation: 1s pulse ease
}
.cms_star__rating label:hover:after {
  color: #e5e5e5
}
.cms_star__rating input:checked ~ label:after, .cms_star__rating:hover input + label:hover:after, .cms_star__rating:hover input + label:hover ~ label:after {
  content: "★";
  color: #0091ea
}
.cms_star__rating input {
  all: initial;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0
}
.cms_star__rating input:checked + label:after, .cms_star__rating input:checked ~ label:after {
  content: "★";
  color: #0091ea
}
.cms_star {
  display: flex;
  align-items: center;
  margin: 0 0 10px
}
.cms_star__holder {
  display: flex
}
.cms_star__holder--left {
  justify-content: flex-start
}
.cms_star__holder--center {
  justify-content: center
}
.cms_star__holder--right {
  justify-content: flex-end
}
.cms_star__title {
  margin-right: 10px;
  font-weight: 600
}
.cms_star__rating--onlyread * {
  pointer-events: none !important
}
.cms_ecommerce .catalogs_list, .cms_ecommerce .cms_row {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  margin-left: -15px;
  margin-right: -15px
}
.cms_ecommerce .cms_col_1 {
  width: 8.3333333333%;
  padding-left: 15px;
  padding-right: 15px
}
@media (max-width:767px) {
  .cms_ecommerce .cms_col_1 {
    margin-bottom: 20px;
    width: 100%
  }
}
.cms_ecommerce .cms_col_2 {
  width: 16.6666666667%;
  padding-left: 15px;
  padding-right: 15px
}
@media (max-width:767px) {
  .cms_ecommerce .cms_col_2 {
    margin-bottom: 20px;
    width: 100%
  }
}
.cms_ecommerce .cms_col_3 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px
}
@media (max-width:767px) {
  .cms_ecommerce .cms_col_3 {
    margin-bottom: 20px;
    width: 100%
  }
}
.cms_ecommerce .cms_col_4 {
  width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px
}
@media (max-width:767px) {
  .cms_ecommerce .cms_col_4 {
    margin-bottom: 20px;
    width: 100%
  }
}
.cms_ecommerce .cms_col_5 {
  width: 41.6666666667%;
  padding-left: 15px;
  padding-right: 15px
}
@media (max-width:767px) {
  .cms_ecommerce .cms_col_5 {
    margin-bottom: 20px;
    width: 100%
  }
}
.cms_ecommerce .cms_col_6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px
}
@media (max-width:767px) {
  .cms_ecommerce .cms_col_6 {
    margin-bottom: 20px;
    width: 100%
  }
}
.cms_ecommerce .cms_col_7 {
  width: 58.3333333333%;
  padding-left: 15px;
  padding-right: 15px
}
@media (max-width:767px) {
  .cms_ecommerce .cms_col_7 {
    margin-bottom: 20px;
    width: 100%
  }
}
.cms_ecommerce .cms_col_8 {
  width: 66.6666666667%;
  padding-left: 15px;
  padding-right: 15px
}
@media (max-width:767px) {
  .cms_ecommerce .cms_col_8 {
    margin-bottom: 20px;
    width: 100%
  }
}
.cms_ecommerce .cms_col_9 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px
}
@media (max-width:767px) {
  .cms_ecommerce .cms_col_9 {
    margin-bottom: 20px;
    width: 100%
  }
}
.cms_ecommerce .cms_col_10 {
  width: 83.3333333333%;
  padding-left: 15px;
  padding-right: 15px
}
@media (max-width:767px) {
  .cms_ecommerce .cms_col_10 {
    margin-bottom: 20px;
    width: 100%
  }
}
.cms_ecommerce .cms_col_11 {
  width: 91.6666666667%;
  padding-left: 15px;
  padding-right: 15px
}
@media (max-width:767px) {
  .cms_ecommerce .cms_col_11 {
    margin-bottom: 20px;
    width: 100%
  }
}
.cms_ecommerce .cms_col_12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px
}
@media (max-width:767px) {
  .cms_ecommerce .cms_col_12 {
    margin-bottom: 20px;
    width: 100%
  }
}
.cms_ecommerce, .cms_style_holder, .system_page {
  padding: 60px 10px;
  max-width: 780px;
  margin: 0 auto;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
}
.cms_ecommerce *, .cms_style_holder *, .system_page * {
  box-sizing: border-box
}
.cms_ecommerce .system_message, .cms_style_holder .system_message, .system_page .system_message {
  text-align: center;
  max-width: 490px;
  margin: 0 auto
}
.cms_ecommerce .big_letter, .cms_style_holder .big_letter, .system_page .big_letter {
  font-size: 150px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 52px;
  display: block
}
.cms_ecommerce .system_title, .cms_style_holder .system_title, .system_page .system_title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  display: block;
  margin: 0 0 7px;
  text-align: center
}
.cms_ecommerce .system_text, .cms_style_holder .system_text, .system_page .system_text {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  margin: 0;
  display: block;
  margin-bottom: 45px;
  text-align: center
}
.cms_ecommerce .system_subtitle, .cms_style_holder .system_subtitle, .system_page .system_subtitle {
  font-size: 20px;
  display: block;
  text-align: left;
  font-weight: 400;
  margin: 0 0 15px
}
.cms_ecommerce .system_table, .cms_style_holder .system_table, .system_page .system_table {
  width: 100%
}
.cms_ecommerce .system_table td, .cms_style_holder .system_table td, .system_page .system_table td {
  width: 50%;
  padding: 10px 5px;
  text-align: left;
  vertical-align: top
}
.cms_ecommerce .system_table td:last-child, .cms_style_holder .system_table td:last-child, .system_page .system_table td:last-child {
  text-align: right
}
.cms_ecommerce .system_svg, .cms_style_holder .system_svg, .system_page .system_svg {
  width: 45px;
  height: 45px;
  margin: 0 auto 35px;
  display: block
}
.cms_ecommerce .align_left, .cms_style_holder .align_left, .system_page .align_left {
  text-align: left
}
.cms_ecommerce .align_center, .cms_style_holder .align_center, .system_page .align_center {
  text-align: center
}
.cms_ecommerce .align_right, .cms_style_holder .align_right, .system_page .align_right {
  text-align: right
}
.cms_ecommerce img, .cms_style_holder img, .system_page img {
  max-width: 100%;
  height: auto
}
.cms_ecommerce hr, .cms_style_holder hr, .system_page hr {
  border-color: #d9d9d9;
  border-width: 0 0 1px;
  margin: 52px 0
}
.cms_ecommerce a, .cms_style_holder a, .system_page a {
  color: #0091ea
}
.system_galleries {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px
}
.system_galleries * {
  box-sizing: border-box
}
.system_galleries li {
  padding: 0 5px 10px;
  width: 33.33%;
  text-align: center
}
.system_galleries img {
  max-width: 100%
}
.cms_ecommerce, .cms_style_holder, .system_form {
  margin-top: 40px
}
.cms_ecommerce .system_holder, .cms_style_holder .system_holder, .system_form .system_holder {
  display: flex;
  align-items: center;
  justify-content: space-between
}
@media (max-width:767px) {
  .cms_ecommerce .system_holder, .cms_style_holder .system_holder, .system_form .system_holder {
    display: block
  }
}
.cms_ecommerce .system_button, .cms_style_holder .system_button, .system_form .system_button {
  border: none
}
@media (max-width:767px) {
  .cms_ecommerce .g-recaptcha, .cms_style_holder .g-recaptcha, .system_form .g-recaptcha {
    margin-bottom: 20px
  }
}
.cms_ecommerce input[type=email], .cms_ecommerce input[type=number], .cms_ecommerce input[type=password], .cms_ecommerce input[type=search], .cms_ecommerce input[type=tel], .cms_ecommerce input[type=text], .cms_ecommerce select, .cms_ecommerce textarea, .cms_style_holder input[type=email], .cms_style_holder input[type=number], .cms_style_holder input[type=password], .cms_style_holder input[type=search], .cms_style_holder input[type=tel], .cms_style_holder input[type=text], .cms_style_holder select, .cms_style_holder textarea, .system_form input[type=email], .system_form input[type=number], .system_form input[type=password], .system_form input[type=search], .system_form input[type=tel], .system_form input[type=text], .system_form select, .system_form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  padding: 15px 22px 12px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 21px
}
.cms_ecommerce input[type=email]:focus, .cms_ecommerce input[type=number]:focus, .cms_ecommerce input[type=password]:focus, .cms_ecommerce input[type=search]:focus, .cms_ecommerce input[type=tel]:focus, .cms_ecommerce input[type=text]:focus, .cms_ecommerce select:focus, .cms_ecommerce textarea:focus, .cms_style_holder input[type=email]:focus, .cms_style_holder input[type=number]:focus, .cms_style_holder input[type=password]:focus, .cms_style_holder input[type=search]:focus, .cms_style_holder input[type=tel]:focus, .cms_style_holder input[type=text]:focus, .cms_style_holder select:focus, .cms_style_holder textarea:focus, .system_form input[type=email]:focus, .system_form input[type=number]:focus, .system_form input[type=password]:focus, .system_form input[type=search]:focus, .system_form input[type=tel]:focus, .system_form input[type=text]:focus, .system_form select:focus, .system_form textarea:focus {
  border-color: #202020
}
.cms_ecommerce input[type=email]::-webkit-input-placeholder, .cms_ecommerce input[type=number]::-webkit-input-placeholder, .cms_ecommerce input[type=password]::-webkit-input-placeholder, .cms_ecommerce input[type=search]::-webkit-input-placeholder, .cms_ecommerce input[type=tel]::-webkit-input-placeholder, .cms_ecommerce input[type=text]::-webkit-input-placeholder, .cms_ecommerce select::-webkit-input-placeholder, .cms_ecommerce textarea::-webkit-input-placeholder, .cms_style_holder input[type=email]::-webkit-input-placeholder, .cms_style_holder input[type=number]::-webkit-input-placeholder, .cms_style_holder input[type=password]::-webkit-input-placeholder, .cms_style_holder input[type=search]::-webkit-input-placeholder, .cms_style_holder input[type=tel]::-webkit-input-placeholder, .cms_style_holder input[type=text]::-webkit-input-placeholder, .cms_style_holder select::-webkit-input-placeholder, .cms_style_holder textarea::-webkit-input-placeholder, .system_form input[type=email]::-webkit-input-placeholder, .system_form input[type=number]::-webkit-input-placeholder, .system_form input[type=password]::-webkit-input-placeholder, .system_form input[type=search]::-webkit-input-placeholder, .system_form input[type=tel]::-webkit-input-placeholder, .system_form input[type=text]::-webkit-input-placeholder, .system_form select::-webkit-input-placeholder, .system_form textarea::-webkit-input-placeholder {
  color: #666
}
.cms_ecommerce input[type=email]::-moz-placeholder, .cms_ecommerce input[type=number]::-moz-placeholder, .cms_ecommerce input[type=password]::-moz-placeholder, .cms_ecommerce input[type=search]::-moz-placeholder, .cms_ecommerce input[type=tel]::-moz-placeholder, .cms_ecommerce input[type=text]::-moz-placeholder, .cms_ecommerce select::-moz-placeholder, .cms_ecommerce textarea::-moz-placeholder, .cms_style_holder input[type=email]::-moz-placeholder, .cms_style_holder input[type=number]::-moz-placeholder, .cms_style_holder input[type=password]::-moz-placeholder, .cms_style_holder input[type=search]::-moz-placeholder, .cms_style_holder input[type=tel]::-moz-placeholder, .cms_style_holder input[type=text]::-moz-placeholder, .cms_style_holder select::-moz-placeholder, .cms_style_holder textarea::-moz-placeholder, .system_form input[type=email]::-moz-placeholder, .system_form input[type=number]::-moz-placeholder, .system_form input[type=password]::-moz-placeholder, .system_form input[type=search]::-moz-placeholder, .system_form input[type=tel]::-moz-placeholder, .system_form input[type=text]::-moz-placeholder, .system_form select::-moz-placeholder, .system_form textarea::-moz-placeholder {
  opacity: 1;
  color: #666
}
.cms_ecommerce input[type=email]:-moz-placeholder, .cms_ecommerce input[type=number]:-moz-placeholder, .cms_ecommerce input[type=password]:-moz-placeholder, .cms_ecommerce input[type=search]:-moz-placeholder, .cms_ecommerce input[type=tel]:-moz-placeholder, .cms_ecommerce input[type=text]:-moz-placeholder, .cms_ecommerce select:-moz-placeholder, .cms_ecommerce textarea:-moz-placeholder, .cms_style_holder input[type=email]:-moz-placeholder, .cms_style_holder input[type=number]:-moz-placeholder, .cms_style_holder input[type=password]:-moz-placeholder, .cms_style_holder input[type=search]:-moz-placeholder, .cms_style_holder input[type=tel]:-moz-placeholder, .cms_style_holder input[type=text]:-moz-placeholder, .cms_style_holder select:-moz-placeholder, .cms_style_holder textarea:-moz-placeholder, .system_form input[type=email]:-moz-placeholder, .system_form input[type=number]:-moz-placeholder, .system_form input[type=password]:-moz-placeholder, .system_form input[type=search]:-moz-placeholder, .system_form input[type=tel]:-moz-placeholder, .system_form input[type=text]:-moz-placeholder, .system_form select:-moz-placeholder, .system_form textarea:-moz-placeholder {
  color: #666
}
.cms_ecommerce input[type=email]:-ms-input-placeholder, .cms_ecommerce input[type=number]:-ms-input-placeholder, .cms_ecommerce input[type=password]:-ms-input-placeholder, .cms_ecommerce input[type=search]:-ms-input-placeholder, .cms_ecommerce input[type=tel]:-ms-input-placeholder, .cms_ecommerce input[type=text]:-ms-input-placeholder, .cms_ecommerce select:-ms-input-placeholder, .cms_ecommerce textarea:-ms-input-placeholder, .cms_style_holder input[type=email]:-ms-input-placeholder, .cms_style_holder input[type=number]:-ms-input-placeholder, .cms_style_holder input[type=password]:-ms-input-placeholder, .cms_style_holder input[type=search]:-ms-input-placeholder, .cms_style_holder input[type=tel]:-ms-input-placeholder, .cms_style_holder input[type=text]:-ms-input-placeholder, .cms_style_holder select:-ms-input-placeholder, .cms_style_holder textarea:-ms-input-placeholder, .system_form input[type=email]:-ms-input-placeholder, .system_form input[type=number]:-ms-input-placeholder, .system_form input[type=password]:-ms-input-placeholder, .system_form input[type=search]:-ms-input-placeholder, .system_form input[type=tel]:-ms-input-placeholder, .system_form input[type=text]:-ms-input-placeholder, .system_form select:-ms-input-placeholder, .system_form textarea:-ms-input-placeholder {
  color: #666
}
.cms_ecommerce input[type=email].placeholder, .cms_ecommerce input[type=number].placeholder, .cms_ecommerce input[type=password].placeholder, .cms_ecommerce input[type=search].placeholder, .cms_ecommerce input[type=tel].placeholder, .cms_ecommerce input[type=text].placeholder, .cms_ecommerce select.placeholder, .cms_ecommerce textarea.placeholder, .cms_style_holder input[type=email].placeholder, .cms_style_holder input[type=number].placeholder, .cms_style_holder input[type=password].placeholder, .cms_style_holder input[type=search].placeholder, .cms_style_holder input[type=tel].placeholder, .cms_style_holder input[type=text].placeholder, .cms_style_holder select.placeholder, .cms_style_holder textarea.placeholder, .system_form input[type=email].placeholder, .system_form input[type=number].placeholder, .system_form input[type=password].placeholder, .system_form input[type=search].placeholder, .system_form input[type=tel].placeholder, .system_form input[type=text].placeholder, .system_form select.placeholder, .system_form textarea.placeholder {
  color: #666
}
.cms_ecommerce .cms_fake_select, .cms_style_holder .cms_fake_select, .system_form .cms_fake_select {
  position: relative;
  margin-bottom: 21px
}
.cms_ecommerce .cms_fake_select select, .cms_style_holder .cms_fake_select select, .system_form .cms_fake_select select {
  height: auto;
  margin-bottom: 0;
  padding-right: 35px;
  background: 0 0
}
.cms_ecommerce .cms_fake_select:after, .cms_style_holder .cms_fake_select:after, .system_form .cms_fake_select:after {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border: solid #666;
  border-width: 0 0 2px 2px;
  transform: translateY(-50%) rotate(-45deg)
}
.cms_ecommerce .cms_fake_select:after:only-child, .cms_style_holder .cms_fake_select:after:only-child, .system_form .cms_fake_select:after:only-child {
  display: none
}
.cms_ecommerce .cms_list, .cms_style_holder .cms_list, .system_form .cms_list {
  margin-bottom: 30px
}
.cms_ecommerce .cms_list li, .cms_style_holder .cms_list li, .system_form .cms_list li {
  margin-bottom: 20px
}
.cms_ecommerce .cms_list .cms_custom_input, .cms_style_holder .cms_list .cms_custom_input, .system_form .cms_list .cms_custom_input {
  margin: 0
}
.cms_ecommerce .cms_userinput, .cms_style_holder .cms_userinput, .system_form .cms_userinput {
  width: 100%;
  min-height: 80px;
  height: 80px
}
.cms_style_holder {
  max-width: initial;
  margin: initial;
  padding: initial
}
.cms_container {
  max-width: 1150px;
  margin: 0 auto
}
.cms_info_text {
  color: #9c9c9c
}
.text_right {
  text-align: right
}
.cms_hidden_element {
  display: none !important
}
[data-form_submitted=true] button[type=submit], [data-form_submitted=true] input[type=submit] {
  background-color: #a3a3a3;
  border-color: #a3a3a3;
  pointer-events: none;
  opacity: .65
}
.cms_ecommerce {
  padding: 60px 10px;
  max-width: 1150px
}
@media (max-width:767px) {
  .cms_ecommerce .cms_ecommerce [class^=cms_col_], .cms_ecommerce .cms_style_holder [class^=cms_col_], .cms_ecommerce .system_form [class^=cms_col_] {
    margin: 0
  }
}
.cms_ecommerce .cms_ecommerce_image {
  margin-bottom: 23px;
  display: inline-block;
  vertical-align: top
}
.cms_ecommerce .cms_ecommerce_image img {
  display: inline-block;
  vertical-align: top
}
.cms_ecommerce h1:not([class]), .cms_ecommerce h2:not([class]), .cms_ecommerce h3:not([class]), .cms_ecommerce h4:not([class]) {
  margin: 0 0 20px
}
.cms_ecommerce h1 a, .cms_ecommerce h2 a, .cms_ecommerce h3 a, .cms_ecommerce h4 a {
  color: inherit;
  text-decoration: none
}
.cms_ecommerce p {
  margin: 0 0 20px
}
.cms_ecommerce .cms_error {
  color: red
}
@media (max-width:767px) {
  .cms_ecommerce .paypal_payment_wrapper [class^=col-] {
    margin-bottom: 0
  }
}
.cms_ecommerce .cms_input_holder {
  height: 47px;
  border: 1px solid #cbcbcb;
  padding: 15px 22px 12px;
  margin-bottom: 21px
}
@media (max-width:767px) {
  .cms_ecommerce .cms_input_holder {
    margin-bottom: 0
  }
}
.catalogs_list {
  margin-bottom: 26px
}
.cms_ecommerce_catalog {
  margin-bottom: 26px
}
.cms_cart_widget {
  box-shadow: 0 0 8px rgba(0, 0, 0, .24);
  padding: 21px 26px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  text-align: left;
  width: 320px;
  margin-left: auto
}
@media (max-width:767px) {
  .cms_cart_widget {
    width: auto
  }
}
.cms_cart_widget h5 {
  margin: 0 0 20px
}
#Payment_Amount {
  border: none;
  background: no-repeat;
  padding: 0;
  font-weight: inherit;
  display: inline;
  width: auto;
  vertical-align: inherit;
  height: auto;
  color: inherit;
  margin: 0
}
.cms_summary_table {
  width: 100%;
  border-top: 3px solid #d1d1d1;
  border-collapse: collapse;
  table-layout: fixed
}
@media (max-width:767px) {
  .cms_summary_table {
    table-layout: auto
  }
}
.cms_summary_table td, .cms_summary_table th {
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 10px
}
.cms_summary_table td:first-child, .cms_summary_table th:first-child {
  padding-left: 0
}
.cms_summary_table td:last-child, .cms_summary_table th:last-child {
  padding-right: 0;
  text-align: right
}
.cms_summary_table td svg, .cms_summary_table th svg {
  margin-right: 3px;
  vertical-align: baseline
}
@media (max-width:767px) {
  .cms_summary_table thead {
    display: none
  }
}
@media (max-width:767px) {
  .cms_summary_table tbody td {
    display: block;
    vertical-align: top;
    white-space: nowrap
  }
  .cms_summary_table tbody td, .cms_summary_table tbody td:first-child {
    padding: 10px 10px 10px 100px
  }
  .cms_summary_table tbody td:last-child {
    text-align: left
  }
  .cms_summary_table tbody td:before {
    content: attr(data-th) ": ";
    display: inline-block;
    vertical-align: top;
    width: 90px;
    margin-left: -90px;
    margin-top: 3px;
    text-transform: uppercase
  }
}
.cms_summary_table tfoot tr:first-child td {
  padding-top: 15px
}
.cms_summary_table tfoot td {
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right
}
@media (max-width:767px) {
  .cms_summary_table tfoot td {
    display: inline-block;
    vertical-align: top
  }
  .cms_summary_table tfoot td:empty {
    display: none
  }
}
.cms_summary_table td {
  padding-top: 15px;
  vertical-align: top
}
.cms_summary_table .cms_product_attr_list {
  overflow: hidden;
  color: #9c9c9c;
  margin: 5px 0 0
}
.cms_summary_table .cms_product_attr_list dt {
  float: left;
  margin-right: 10px
}
.cms_summary_table .cms_product_attr_list dd {
  overflow: hidden;
  margin: 0 0 5px
}
.cms_ecommerce .cms_ecommerce_products {
  margin-bottom: 45px
}
.cms_ecommerce .cms_ecommerce_products table {
  width: 100%;
  border: 1px solid #cbcbcb;
  border-collapse: collapse;
  margin-bottom: 20px
}
.cms_ecommerce .cms_ecommerce_products thead {
  text-transform: uppercase
}
@media (max-width:767px) {
  .cms_ecommerce .cms_ecommerce_products thead {
    display: none
  }
}
.cms_ecommerce .cms_ecommerce_products th {
  border-bottom: 1px solid #cbcbcb;
  padding: 11px 20px;
  text-align: left;
  font-weight: 400
}
@media (max-width:767px) {
  .cms_ecommerce .cms_ecommerce_products tbody, .cms_ecommerce .cms_ecommerce_products td, .cms_ecommerce .cms_ecommerce_products tr {
    display: block;
    width: 100%
  }
}
.cms_ecommerce .cms_ecommerce_products tr:not(:last-child) td {
  border-bottom: 1px solid #cbcbcb
}
@media (max-width:767px) {
  .cms_ecommerce .cms_ecommerce_products tr:not(:last-child) td {
    border-bottom: none
  }
}
.cms_ecommerce .cms_ecommerce_products td {
  padding: 20px
}
@media (max-width:1023px) {
  .cms_ecommerce .cms_ecommerce_products td {
    padding: 20px 10px
  }
}
@media (max-width:767px) {
  .cms_ecommerce .cms_ecommerce_products td {
    display: block;
    padding: 10px 10px 10px 100px;
    vertical-align: top;
    white-space: nowrap
  }
  .cms_ecommerce .cms_ecommerce_products td:before {
    content: attr(data-th) ": ";
    display: inline-block;
    vertical-align: top;
    width: 90px;
    margin-left: -90px;
    margin-top: 3px;
    text-transform: uppercase
  }
}
.cms_ecommerce .cms_ecommerce_products dl {
  overflow: hidden;
  color: #9c9c9c;
  margin: 0;
  white-space: normal
}
.cms_ecommerce .cms_ecommerce_products dl dt {
  float: left
}
.cms_ecommerce .cms_ecommerce_products dl dd {
  overflow: hidden;
  clear: right;
  margin-bottom: 5px
}
.cms_ecommerce .cms_ecommerce_products .product_name {
  padding-bottom: 5px;
  display: inline-block;
  color: inherit;
  text-decoration: none
}
.cms_ecommerce .cms_ecommerce_products a:hover {
  text-decoration: underline
}
.cms_ecommerce .cms_ecommerce_products .delete_item {
  width: 50px
}
.cms_ecommerce .cms_ecommerce_products input[type=number] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  padding: 6px 10px;
  width: 100%;
  min-width: 50px;
  margin: 0
}
@media (max-width:767px) {
  .cms_ecommerce .cms_ecommerce_products span {
    white-space: normal
  }
}
.cms_ecommerce .cms_ecommerce_summary {
  width: 100%;
  margin-bottom: 30px
}
.cms_ecommerce .cms_ecommerce_summary tbody tr:first-child td {
  padding-top: 0
}
.cms_ecommerce .cms_ecommerce_summary td {
  padding: 15px 10px;
  text-align: right
}
.cms_ecommerce .cms_ecommerce_summary td:first-child {
  text-align: left;
  padding-left: 0
}
.cms_ecommerce .cms_ecommerce_summary td:last-child {
  padding-right: 0
}
.cms_ecommerce .cms_ecommerce_summary td .system_button, .cms_ecommerce .cms_ecommerce_summary td input[type=text] {
  margin: -10px 0
}
.cms_ecommerce .cms_ecommerce_summary input[type=text] {
  border: 1px solid #cbcbcb;
  height: 32px;
  padding: 10px;
  width: 80px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 5px 10px
}
.cms_ecommerce .cms_ecommerce_summary .system_button {
  min-width: 80px
}
.cms_ecommerce .cms_ecommerce_summary tfoot {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase
}
.cms_ecommerce .cms_ecommerce_summary tfoot td {
  padding-top: 12px
}
.cms_ecommerce_product + .cms_ecommerce_product {
  margin-bottom: 30px
}
.cms_ecommerce_product .product_price {
  margin-bottom: 18px
}
.cms_ecommerce_product .product_price span {
  display: inline-block;
  vertical-align: top
}
.cms_ecommerce_product .product_current_value {
  margin-right: 22px
}
.cms_ecommerce_product .product_value {
  text-decoration: line-through;
  color: #c2c2c2
}
.cms_ecommerce_product .product_description {
  margin-bottom: 25px
}
.cms_ecommerce_product .cms_add_favorites {
  margin-bottom: 35px
}
.cms_ecommerce_product p {
  margin-bottom: 1.5em
}
.cms_ecommerce_product h1, .cms_ecommerce_product h2, .cms_ecommerce_product h3, .cms_ecommerce_product h4 {
  margin-bottom: 14px
}
.cms_ecommerce_product h1 a, .cms_ecommerce_product h2 a, .cms_ecommerce_product h3 a, .cms_ecommerce_product h4 a {
  color: inherit;
  text-decoration: none
}
.cms_ecommerce fieldset, .cms_ecommerce form, .cms_style_holder fieldset, .cms_style_holder form, .system_page fieldset, .system_page form {
  margin: 0;
  padding: 0;
  border-style: none
}
.cms_ecommerce fieldset, .cms_style_holder fieldset, .system_page fieldset {
  margin-bottom: 25px
}
.cms_ecommerce .StripeElement, .cms_ecommerce input[type=email], .cms_ecommerce input[type=password], .cms_ecommerce input[type=search], .cms_ecommerce input[type=tel], .cms_ecommerce input[type=text], .cms_ecommerce textarea, .cms_style_holder .StripeElement, .cms_style_holder input[type=email], .cms_style_holder input[type=password], .cms_style_holder input[type=search], .cms_style_holder input[type=tel], .cms_style_holder input[type=text], .cms_style_holder textarea, .system_page .StripeElement, .system_page input[type=email], .system_page input[type=password], .system_page input[type=search], .system_page input[type=tel], .system_page input[type=text], .system_page textarea {
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  padding: 15px 22px 12px
}
.cms_ecommerce .StripeElement:focus, .cms_ecommerce input[type=email]:focus, .cms_ecommerce input[type=password]:focus, .cms_ecommerce input[type=search]:focus, .cms_ecommerce input[type=tel]:focus, .cms_ecommerce input[type=text]:focus, .cms_ecommerce textarea:focus, .cms_style_holder .StripeElement:focus, .cms_style_holder input[type=email]:focus, .cms_style_holder input[type=password]:focus, .cms_style_holder input[type=search]:focus, .cms_style_holder input[type=tel]:focus, .cms_style_holder input[type=text]:focus, .cms_style_holder textarea:focus, .system_page .StripeElement:focus, .system_page input[type=email]:focus, .system_page input[type=password]:focus, .system_page input[type=search]:focus, .system_page input[type=tel]:focus, .system_page input[type=text]:focus, .system_page textarea:focus {
  border-color: #202020
}
.cms_ecommerce .StripeElement::-webkit-input-placeholder, .cms_ecommerce input[type=email]::-webkit-input-placeholder, .cms_ecommerce input[type=password]::-webkit-input-placeholder, .cms_ecommerce input[type=search]::-webkit-input-placeholder, .cms_ecommerce input[type=tel]::-webkit-input-placeholder, .cms_ecommerce input[type=text]::-webkit-input-placeholder, .cms_ecommerce textarea::-webkit-input-placeholder, .cms_style_holder .StripeElement::-webkit-input-placeholder, .cms_style_holder input[type=email]::-webkit-input-placeholder, .cms_style_holder input[type=password]::-webkit-input-placeholder, .cms_style_holder input[type=search]::-webkit-input-placeholder, .cms_style_holder input[type=tel]::-webkit-input-placeholder, .cms_style_holder input[type=text]::-webkit-input-placeholder, .cms_style_holder textarea::-webkit-input-placeholder, .system_page .StripeElement::-webkit-input-placeholder, .system_page input[type=email]::-webkit-input-placeholder, .system_page input[type=password]::-webkit-input-placeholder, .system_page input[type=search]::-webkit-input-placeholder, .system_page input[type=tel]::-webkit-input-placeholder, .system_page input[type=text]::-webkit-input-placeholder, .system_page textarea::-webkit-input-placeholder {
  color: #666
}
.cms_ecommerce .StripeElement::-moz-placeholder, .cms_ecommerce input[type=email]::-moz-placeholder, .cms_ecommerce input[type=password]::-moz-placeholder, .cms_ecommerce input[type=search]::-moz-placeholder, .cms_ecommerce input[type=tel]::-moz-placeholder, .cms_ecommerce input[type=text]::-moz-placeholder, .cms_ecommerce textarea::-moz-placeholder, .cms_style_holder .StripeElement::-moz-placeholder, .cms_style_holder input[type=email]::-moz-placeholder, .cms_style_holder input[type=password]::-moz-placeholder, .cms_style_holder input[type=search]::-moz-placeholder, .cms_style_holder input[type=tel]::-moz-placeholder, .cms_style_holder input[type=text]::-moz-placeholder, .cms_style_holder textarea::-moz-placeholder, .system_page .StripeElement::-moz-placeholder, .system_page input[type=email]::-moz-placeholder, .system_page input[type=password]::-moz-placeholder, .system_page input[type=search]::-moz-placeholder, .system_page input[type=tel]::-moz-placeholder, .system_page input[type=text]::-moz-placeholder, .system_page textarea::-moz-placeholder {
  opacity: 1;
  color: #666
}
.cms_ecommerce .StripeElement:-moz-placeholder, .cms_ecommerce input[type=email]:-moz-placeholder, .cms_ecommerce input[type=password]:-moz-placeholder, .cms_ecommerce input[type=search]:-moz-placeholder, .cms_ecommerce input[type=tel]:-moz-placeholder, .cms_ecommerce input[type=text]:-moz-placeholder, .cms_ecommerce textarea:-moz-placeholder, .cms_style_holder .StripeElement:-moz-placeholder, .cms_style_holder input[type=email]:-moz-placeholder, .cms_style_holder input[type=password]:-moz-placeholder, .cms_style_holder input[type=search]:-moz-placeholder, .cms_style_holder input[type=tel]:-moz-placeholder, .cms_style_holder input[type=text]:-moz-placeholder, .cms_style_holder textarea:-moz-placeholder, .system_page .StripeElement:-moz-placeholder, .system_page input[type=email]:-moz-placeholder, .system_page input[type=password]:-moz-placeholder, .system_page input[type=search]:-moz-placeholder, .system_page input[type=tel]:-moz-placeholder, .system_page input[type=text]:-moz-placeholder, .system_page textarea:-moz-placeholder {
  color: #666
}
.cms_ecommerce .StripeElement:-ms-input-placeholder, .cms_ecommerce input[type=email]:-ms-input-placeholder, .cms_ecommerce input[type=password]:-ms-input-placeholder, .cms_ecommerce input[type=search]:-ms-input-placeholder, .cms_ecommerce input[type=tel]:-ms-input-placeholder, .cms_ecommerce input[type=text]:-ms-input-placeholder, .cms_ecommerce textarea:-ms-input-placeholder, .cms_style_holder .StripeElement:-ms-input-placeholder, .cms_style_holder input[type=email]:-ms-input-placeholder, .cms_style_holder input[type=password]:-ms-input-placeholder, .cms_style_holder input[type=search]:-ms-input-placeholder, .cms_style_holder input[type=tel]:-ms-input-placeholder, .cms_style_holder input[type=text]:-ms-input-placeholder, .cms_style_holder textarea:-ms-input-placeholder, .system_page .StripeElement:-ms-input-placeholder, .system_page input[type=email]:-ms-input-placeholder, .system_page input[type=password]:-ms-input-placeholder, .system_page input[type=search]:-ms-input-placeholder, .system_page input[type=tel]:-ms-input-placeholder, .system_page input[type=text]:-ms-input-placeholder, .system_page textarea:-ms-input-placeholder {
  color: #666
}
.cms_ecommerce .StripeElement.placeholder, .cms_ecommerce input[type=email].placeholder, .cms_ecommerce input[type=password].placeholder, .cms_ecommerce input[type=search].placeholder, .cms_ecommerce input[type=tel].placeholder, .cms_ecommerce input[type=text].placeholder, .cms_ecommerce textarea.placeholder, .cms_style_holder .StripeElement.placeholder, .cms_style_holder input[type=email].placeholder, .cms_style_holder input[type=password].placeholder, .cms_style_holder input[type=search].placeholder, .cms_style_holder input[type=tel].placeholder, .cms_style_holder input[type=text].placeholder, .cms_style_holder textarea.placeholder, .system_page .StripeElement.placeholder, .system_page input[type=email].placeholder, .system_page input[type=password].placeholder, .system_page input[type=search].placeholder, .system_page input[type=tel].placeholder, .system_page input[type=text].placeholder, .system_page textarea.placeholder {
  color: #666
}
.cms_ecommerce .StripeElement:disabled, .cms_ecommerce input[type=email]:disabled, .cms_ecommerce input[type=password]:disabled, .cms_ecommerce input[type=search]:disabled, .cms_ecommerce input[type=tel]:disabled, .cms_ecommerce input[type=text]:disabled, .cms_ecommerce textarea:disabled, .cms_style_holder .StripeElement:disabled, .cms_style_holder input[type=email]:disabled, .cms_style_holder input[type=password]:disabled, .cms_style_holder input[type=search]:disabled, .cms_style_holder input[type=tel]:disabled, .cms_style_holder input[type=text]:disabled, .cms_style_holder textarea:disabled, .system_page .StripeElement:disabled, .system_page input[type=email]:disabled, .system_page input[type=password]:disabled, .system_page input[type=search]:disabled, .system_page input[type=tel]:disabled, .system_page input[type=text]:disabled, .system_page textarea:disabled {
  background: rgba(204, 204, 204, .1)
}
.cms_ecommerce select, .cms_style_holder select, .system_page select {
  -webkit-border-radius: 0
}
.cms_ecommerce textarea, .cms_style_holder textarea, .system_page textarea {
  resize: vertical;
  vertical-align: top
}
.cms_ecommerce button, .cms_ecommerce input[type=button], .cms_ecommerce input[type=file], .cms_ecommerce input[type=reset], .cms_ecommerce input[type=submit], .cms_style_holder button, .cms_style_holder input[type=button], .cms_style_holder input[type=file], .cms_style_holder input[type=reset], .cms_style_holder input[type=submit], .system_page button, .system_page input[type=button], .system_page input[type=file], .system_page input[type=reset], .system_page input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer
}
.cms_ecommerce label.cms_custom_input, .cms_style_holder label.cms_custom_input, .system_page label.cms_custom_input {
  display: inline-block;
  vertical-align: top;
  margin-right: 56px
}
.cms_ecommerce label.cms_custom_input:last-child, .cms_style_holder label.cms_custom_input:last-child, .system_page label.cms_custom_input:last-child {
  margin-right: 0
}
.cms_ecommerce .cms_custom_input, .cms_style_holder .cms_custom_input, .system_page .cms_custom_input {
  margin-bottom: 20px
}
.cms_ecommerce .cms_custom_input label, .cms_style_holder .cms_custom_input label, .system_page .cms_custom_input label {
  display: inline-block;
  vertical-align: top
}
.cms_ecommerce .cms_custom_input [type=checkbox], .cms_ecommerce .cms_custom_input [type=radio], .cms_style_holder .cms_custom_input [type=checkbox], .cms_style_holder .cms_custom_input [type=radio], .system_page .cms_custom_input [type=checkbox], .system_page .cms_custom_input [type=radio] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1
}
.cms_ecommerce .cms_custom_input img, .cms_style_holder .cms_custom_input img, .system_page .cms_custom_input img {
  vertical-align: middle;
  border: 1px solid transparent;
  margin-right: 12px
}
.cms_ecommerce .cms_custom_input [type=checkbox]:checked ~ img, .cms_ecommerce .cms_custom_input [type=radio]:checked ~ img, .cms_style_holder .cms_custom_input [type=checkbox]:checked ~ img, .cms_style_holder .cms_custom_input [type=radio]:checked ~ img, .system_page .cms_custom_input [type=checkbox]:checked ~ img, .system_page .cms_custom_input [type=radio]:checked ~ img {
  border-color: #0091ea
}
.cms_ecommerce .cms_fake_input, .cms_style_holder .cms_fake_input, .system_page .cms_fake_input {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #cbcbcb;
  margin-right: 12px;
  position: relative;
  transition: background .3s ease-in-out, border .3s ease-in-out
}
.cms_ecommerce .cms_fake_input [type=checkbox]:disabled ~ .cms_fake_label, .cms_ecommerce .cms_fake_input [type=radio]:disabled ~ .cms_fake_label, .cms_style_holder .cms_fake_input [type=checkbox]:disabled ~ .cms_fake_label, .cms_style_holder .cms_fake_input [type=radio]:disabled ~ .cms_fake_label, .system_page .cms_fake_input [type=checkbox]:disabled ~ .cms_fake_label, .system_page .cms_fake_input [type=radio]:disabled ~ .cms_fake_label {
  color: #a9a9a9
}
.cms_ecommerce [type=checkbox] + .cms_fake_input:before, .cms_style_holder [type=checkbox] + .cms_fake_input:before, .system_page [type=checkbox] + .cms_fake_input:before {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #666;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
  margin: -6px 0 0 -7px;
  opacity: 0;
  transition: opacity .3s ease-in-out
}
.cms_ecommerce [type=radio] + .cms_fake_input:before, .cms_style_holder [type=radio] + .cms_fake_input:before, .system_page [type=radio] + .cms_fake_input:before {
  content: "";
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  position: absolute;
  background: #666;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 50%
}
.cms_ecommerce [type=checkbox]:checked + .cms_fake_input:before, .cms_ecommerce [type=radio]:checked + .cms_fake_input:before, .cms_style_holder [type=checkbox]:checked + .cms_fake_input:before, .cms_style_holder [type=radio]:checked + .cms_fake_input:before, .system_page [type=checkbox]:checked + .cms_fake_input:before, .system_page [type=radio]:checked + .cms_fake_input:before {
  opacity: 1
}
.cms_ecommerce [type=radio] + .cms_fake_input, .cms_style_holder [type=radio] + .cms_fake_input, .system_page [type=radio] + .cms_fake_input {
  border-radius: 100%;
  overflow: hidden
}
.cms_ecommerce [type=checkbox]:disabled ~ .cms_fake_label, .cms_ecommerce [type=radio]:disabled ~ .cms_fake_label, .cms_style_holder [type=checkbox]:disabled ~ .cms_fake_label, .cms_style_holder [type=radio]:disabled ~ .cms_fake_label, .system_page [type=checkbox]:disabled ~ .cms_fake_label, .system_page [type=radio]:disabled ~ .cms_fake_label {
  opacity: .5
}
.cms_ecommerce [type=checkbox]:disabled + .cms_fake_input, .cms_ecommerce [type=radio]:disabled + .cms_fake_input, .cms_style_holder [type=checkbox]:disabled + .cms_fake_input, .cms_style_holder [type=radio]:disabled + .cms_fake_input, .system_page [type=checkbox]:disabled + .cms_fake_input, .system_page [type=radio]:disabled + .cms_fake_input {
  opacity: .5
}
.credit_card_inputs:empty {
  display: none
}
#eway-secure-group-field {
  width: 100%
}
.bambora-inline-holder {
  height: 410px
}
.cms_add_comment_form__top {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
  justify-content: space-between;
  align-items: center
}
@media (max-width:767px) {
  .cms_add_comment_form__top {
    flex-wrap: wrap;
    justify-content: flex-start
  }
}
.cms_add_comment_form__heading {
  font-size: 14px;
  margin: 0 0 10px
}
.cms_add_comment_form .cms_comments-form__textarea {
  font-size: inherit
}
.cms_comment {
  margin-bottom: 50px
}
.cms_comment.cmsCommentHolder:last-child {
  margin-bottom: 20px
}
.cms_comment__top {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
  align-items: center
}
@media (max-width:767px) {
  .cms_comment__top {
    flex-wrap: wrap;
    justify-content: flex-start
  }
}
.cms_comment__title {
  margin-bottom: 10px
}
.cms_comment h3.cms_comment__user {
  margin: 0 0 10px;
  font-size: 14px
}
.cms_comment__date {
  color: #666
}
.cms_comment__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px
}
.cms_comment__button {
  text-decoration: none;
  vertical-align: middle
}
.cmsThreadHolder > .cms_comment__button {
  margin-left: 20px
}
.cms_comment__button svg {
  display: inline-block;
  vertical-align: baseline
}
.cms_comment__button--indent + .cms_comment__button--indent {
  margin-left: 30px
}
@media (max-width:767px) {
  .cms_comment__button--indent + .cms_comment__button--indent {
    margin: 0 5px 10px
  }
}
.cms_comment__button--light + .cms_comment__button--light::before {
  content: "|";
  padding-right: 4px
}
.cms_comment__form {
  align-items: center;
  grid-gap: 30px;
  padding: 20px 0
}
.cms_comment__form .cms_comment__textarea {
  height: 47px;
  min-height: 47px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: inherit
}
.cms_comment__form .cms_comment__input {
  margin: 0
}
.cms_comment p {
  margin: 0 0 20px
}
.cms_ecommerce_product + .cms_comments {
  padding-top: 40px
}
.cms_comments {
  margin-bottom: 30px
}
.cms_subcomments {
  padding-left: 20px;
  border-left: 1px solid #cbcbcb
}
.cms_ose_editing_button {
  width: 5%;
  min-width: 30px;
  max-width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-150%);
  background: 0 0 !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 9999
}
.cms_ose_editing_button + .cms_ose_editing_button {
  margin-right: -50px
}
.cms_ose_editing_button__style-1 {
  fill: var(--ose-edit-buttons-background)
}
.cms_ose_editing_button + .cms_ose_editing_button {
  transform: translateY(-50%) translateX(0)
}
body:not(.cms_ose_activated) [data-cms_ose_delete_item_button], body:not(.cms_ose_activated) [data-cms_ose_edit_item_button] {
  display: none !important
}