.product .breadcrumbs {
  margin-bottom: 20px;
}

.gallery_items.store_products .products-price {
  position: absolute;
  bottom: 20px;
  left: 23px;
  font-weight: 600;
  font-size: 16px;
  z-index: 3;
}
.gallery_items.store_products .products-item__price {
  color: var(--base);
  font-weight: 500;
}
.gallery_items.store_products .products-item__old-price {
  display: inline-block;
  height: 14px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
  text-decoration-color: #fff;
  opacity: .75;
}
.gallery_items.store_products .category-review {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0;
  z-index: 3;
}
.gallery_items.store_products .category-review .category-review__rating svg {
  margin-left: 0;
}

.product__add-to-cart .product__add-to-cart-form {
  display: flex;
  align-items: center;
}

.product__add-to-cart .product__add-to-cart-form .btn {
  margin-top: 0;
}

.product__add-to-cart .product__add-to-cart-form .form-control,
.product__add-to-cart .product__add-to-cart-form .form-control input {
  margin-bottom: 0;
}
.product__add-to-cart .product__add-to-cart-form .form-control input {
  width: 100%;
  max-width: 100px;
  margin-left: 20px;
}
.product__add-to-cart .product__add-to-cart-form .form-control.quantity {
  display: none;
}

.product__properties .technologies .item {
  display: inline-block;
  background: #aaa;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 20px;
  padding: 5px 10px;
  border: 2px solid #fff;
  border-radius: 6px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .35);
}
.product__properties .technologies .item.js{
  background: #ffab18;
}
.product__properties .technologies .item.css3{
  background: #1b9ff3;
}
.product__properties .technologies .item.html5{
  background: #ff4800;
}
.product__properties .technologies .item.laravel{
  background: #fe3a2c;
}
.product__properties .technologies .item.jqery{
  background: #0f8fc8;
}
.product__properties .technologies .item.php{
  background: #5b59cc;
}
.product__properties .technologies .item.mysql{
  background: #3fa6bd;
}
.product__properties .technologies .item.react-js{
  background: #65cadb;
}
.product__properties .technologies .item.ajax-jquery{
  background: #0f8fc8;
}
.product__properties .technologies .item.tweenmax-gsap{
  background: #ffab18;
}

/* --- */
.btn--primary {
  background-color: #103d60;
  border-color: #144b76;
  color: #fff
}
.btn--primary:hover {
  background-color: #144b76
}
.btn--secondary {
  background-color: #ef7204;
  border-color: #ef5c12;
  color: #fff
}
.btn--secondary:hover {
  background-color: #ef5c12
}
.btn-promo_text {
  display: inline-block;
  vertical-align: baseline;
  font-size: .875rem;
  color: #9babb4;
  box-shadow: none;
  border-width: 0;
  padding: 0;
  margin: 0;
  font-size: .75rem
}
.btn-promo_text:hover {
  color: #103d60;
  background-color: transparent
}
.btn--full {
  width: 100%
}
.btn--disabled, .btn[disabled] {
  background-color: #9babb4;
  border-color: #70818a;
  cursor: no-drop
}
.btn--disabled:hover, .btn[disabled]:hover {
  background-color: #9babb4
}
.btn--sm {
  padding: .5rem 1rem;
  font-size: .75rem;
  min-height: 0
}
.selectbox {
  padding: .75rem 2rem .75rem .5rem
}
.selectbox, .selectbox-sm {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #232323;
  font-size: 10px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMyODI4MjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  background-position: right 1em top 50%;
  margin: 0 7px;
}
.selectbox-sm {
  padding: .25rem;
  padding-right: 2rem;
  background-size: 1.2em 1.2em;
  background-position: right .75em top 50%;
  min-width: 60px
}
.label {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .75rem;
  font-weight: 700;
  margin-bottom: .5rem
}
.input, .label {
  display: block;
  color: #596a73
}
.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #f3f7f9;
  border-width: 1px;
  border-color: #f3f7f9;
  border-radius: 3px;
  padding: .75rem 1rem;
  margin-bottom: .75rem;
  min-height: 42.6px
}
.input-sm {
  padding: .5rem .75rem;
  min-height: 0
}
.input--width-limited {
  max-width: 450px
}
.has-error .input {
  background-color: #fcebea
}
.has-error .label {
  color: #cc1f1a
}
[data-validate-for] {
  color: #cc1f1a;
  font-size: .75rem;
  margin-left: .25rem;
  margin-top: .5rem
}
.is-required label:after {
  content: "*";
  display: inline-block;
  margin-left: 3px;
  color: red
}
.dropdown-pointer {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMyODI4MjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  background-position: right 1em top 50%
}
.form-control {
  width: 100%
}
.form-control label {
  display: block;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #596a73;
  font-size: .75rem;
  font-weight: 700;
  margin-bottom: .5rem
}
.form-control input, .form-control textarea {
  display: block;
  padding: .75rem 1rem;
  margin-bottom: .75rem;
  min-height: 42.6px
}
.form-control input, .form-control select, .form-control textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #f3f7f9;
  color: #596a73;
  border-width: 1px;
  border-color: #f3f7f9;
  border-radius: .25rem
}
.form-control select {
  font-size: .875rem;
  padding: .75rem 2rem .75rem .5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMyODI4MjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  background-position: right 1em top 50%;
  cursor: pointer
}
.dark .form-control select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  background-position: right 1em top 50%;
}
.form-checkbox {
  margin-bottom: 1.5rem;
  width: 100%
}
.form-checkbox input[type=checkbox] {
  margin-right: 4px;
  position: relative;
  top: 1px
}
.form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.5rem
}
.form-actions .btn + .btn {
  margin-left: 1rem
}
.two-fields {
  display: flex;
  margin-bottom: 1.5rem
}
.two-fields .form-control, .two-fields input {
  margin-bottom: 0
}
.two-fields > :first-child {
  flex: 50% 0;
  margin-right: .5rem
}
.two-fields > :last-child {
  flex: 50% 0;
  margin-left: .5rem
}
.form-comment {
  color: #9babb4;
  font-size: .75rem;
  margin-bottom: 1rem
}
.text-muted {
  color: #70818a
}
.table {
  width: 100%;
  text-align: left;
  border-collapse: collapse
}
.table th {
  font-size: .875rem;
  font-weight: 600;
  color: #596a73;
  padding: .5rem;
  background-color: #fafcfc
}
.table td {
  padding: .5rem;
  border-top-width: 1px;
  font-size: .75rem;
  white-space: nowrap;
  line-height: 1.5
}
.callout {
  padding: 1.5rem 1rem;
  background-color: #fcfbeb;
  color: #453411;
  margin-bottom: 2rem;
  font-size: .875rem;
  text-align: center
}
.callout--neutral {
  background-color: #fafcfc;
  color: #364349
}
.switcher__outer {
  display: inline-block
}
.switcher, .switcher__item {
  display: flex
}
.switcher__item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: .5rem 2rem;
  font-weight: 400;
  white-space: nowrap;
  border: 1px solid #efefef;
  border-left-width: 0;
  text-decoration: none
}
.switcher__item--active, .switcher__item:hover {
  background: #eee
}
.switcher__item:first-child {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px
}
.switcher__item:last-child {
  border-radius: 0 4px 4px 0
}
.has-children:hover div {
  display: block
}
.three-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}
.three-columns .column {
  flex-shrink: 0;
  width: 33%;
  margin-bottom: 1rem
}
.cart__wrapper {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #dae4e9;
  overflow: hidden;
  position: relative
}
.cart__table {
  width: 100%;
  text-align: left;
  border-collapse: collapse
}
.cart__header th {
  font-size: .875rem;
  font-weight: 600;
  color: #596a73;
  padding: .5rem;
  background-color: #fafcfc
}
.cart__product td {
  padding: .5rem;
  border-top-width: 1px;
  font-size: .75rem;
  white-space: nowrap;
  line-height: 1.5;
  vertical-align: middle;
}
.cart__product td:first-child {
  border-color: #dae4e9;
  width: 1rem
}
.cart__product td:nth-child(2) {
  border-color: #dae4e9;
  width: 8rem
}
.cart__product td .js-remove-product {
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  fill: #282828;
  border-radius: 100%;
  padding: 5px;
}
.cart__product td .js-remove-product:hover {
  background: #e74c3c;
  fill: #fff;
}
.cart__product td .js-remove-product svg {
  display: block;
  width: 100%;
  height: auto;
}
.cart__discount td, .cart__payment td, .cart__shipping td {
  padding: .5rem;
  border-top-width: 1px;
  font-size: .75rem;
  white-space: nowrap
}
.cart__taxes td {
  padding: .5rem;
  border-top-width: 1px;
  font-size: .65rem;
  white-space: nowrap;
  color: #70818a;
  border-color: #f1f6f8
}
.cart__taxes--1 td {
  border-color: #dae4e9
}
.cart__taxes-total td {
  font-size: .65rem;
  white-space: nowrap;
  color: #70818a
}
.cart__taxes-total td, .cart__total td {
  padding: .5rem;
  border-top-width: 1px;
  border-color: #dae4e9
}
.cart__total td {
  font-size: .75rem
}
.cart__grand-total td, .cart__total td {
  background-color: #fafcfc;
  color: #596a73;
  font-weight: 600
}
.cart__grand-total td {
  padding: .5rem;
  border-top-width: 1px;
  border-color: #dae4e9;
  font-size: .875rem
}
.cart__empty {
  padding: 1.5rem;
  background-color: #f1f6f8;
  text-align: center;
  width: 50%;
  margin: auto
}
.cart__services td {
  padding: .25rem .5rem;
  background-color: #fafcfc;
  color: #596a73;
  font-size: .75rem
}
.cart__services--first td {
  border-top-width: 1px;
  border-color: #dae4e9;
  padding-top: .5rem
}
.cart__services--last td {
  padding-bottom: .5rem
}
.cart__price-additions {
  color: #70818a;
  font-style: italic
}
.cart-actions {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top-width: 1px;
  border-color: #f1f6f8;
  text-align: right
}
.cart-actions .btn {
  font-size: 1rem
}
.discount-applier {
  margin-top: 2rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.discount-applier form {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end
}
.discount-applier .form-control {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0
}
.discount-applier .form-control input {
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem
}
.discount-applier .btn {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-left: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem
}
.discount-applier [data-validate-for] {
  position: absolute
}
.cart-summary__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .75rem;
  line-height: 1.5;
  margin-bottom: 2rem
}
.cart-summary__info > * {
  width: 25%
}
.cart-summary__info > :not(:last-child) {
  padding-right: 2rem
}
.cart-summary__heading {
  border-bottom-width: 1px;
  border-color: #dae4e9;
  padding-bottom: .25rem;
  margin-bottom: .5rem
}
.cart-summary__method-logo {
  max-width: 100%;
  padding-top: 1rem;
  min-height: 140px
}
.cart-summary a {
  color: var(--text)
}
.cart-summary .address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 160px
}
.cart-summary .address__actions {
  margin-top: 2rem
}
.loader {
  background: hsla(0, 0%, 100%, .8);
  z-index: 10000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: wait;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  min-height: 400px
}
.loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}
.product__images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.product__image {
  border-width: 2px;
  border-color: #dae4e9;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: .5rem;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33333% - 1rem)
}
.product__image:nth-child(3n) {
  margin-right: 0
}
.product__image img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain
}
.product__variants {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem
}
.product__variants-heading {
  margin-bottom: 1rem
}
.product__properties {
  font-size: .875rem;
  margin-bottom: 2rem
}
.product__properties-heading {
  margin-top: 2rem;
  padding-bottom: .5rem;
  border-bottom-width: 1px;
  border-color: #dae4e9
}
.product__custom-fields {
  margin-bottom: 2rem
}
.product__custom-fields .option-selector {
  border-width: 2px;
  border-color: #dae4e9;
  display: inline-block;
  width: 24px;
  height: 24px
}
.product__custom-fields .option-selector.is-active {
  border-color: #70818a;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}
.product__custom-fields .option-selector img {
  display: block
}
.product__old-price {
  font-size: .875rem;
  font-weight: 700;
  color: #e3342f;
  text-decoration: line-through;
}
.product__current-price {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text)
}
.product__current-price .product__old-price {
  margin-left: 20px;
}
.product__tax-info {
  font-size: .75rem;
  color: #9babb4;
  margin-top: .5rem;
  margin-bottom: 1rem
}
.product__property-stock {
  text-align: right;
  font-size: .75rem;
  margin-top: .75rem;
  margin-bottom: 2rem;
  color: #9babb4
}
.product-service:not(:last-child) {
  margin-bottom: 4rem
}
.product-service__name {
  margin-bottom: 1rem
}
.product-service__description {
  color: #364349;
  font-size: .875rem;
  margin-bottom: 1rem
}
.product-service__required {
  color: #103d60;
  font-size: .875rem;
  margin-bottom: 1rem
}
.product-service__required[data-validate-for] {
  margin-left: 0
}
.product-service-options {
  border-bottom-width: 1px;
  border-color: #dae4e9
}
.product-service-option {
  border-top-width: 1px;
  border-color: #dae4e9;
  color: #364349;
  font-size: .875rem;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0
}
.product-service-option__radio {
  flex: 0 1 40px
}
.product-service-option__name {
  flex: 1 1 auto
}
.product-service-option__price {
  flex: 1 0 100px;
  text-align: right;
  font-weight: 700
}
.product-service-option__description {
  color: #596a73;
  font-size: .75rem;
  margin-top: .5rem;
  padding-left: 40px;
  padding-right: 100px;
  flex: 1 0 100%
}
.product-service-option__description p {
  margin-bottom: 0;
}
.product-service-error {
  font-size: .875rem;
  background-color: #fcebea;
  padding: 1rem;
  border-radius: 3px;
  text-align: center;
  margin-left: 0;
  margin-top: 2rem
}
.products {
  position: relative
}
.products__products {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}
.products_empty {
  padding: 1rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  text-align: center;
  margin-left: 1rem;
  border-radius: 3px;
  font-size: .875rem
}
.products_item {
  width: 33.33333%;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .875rem
}
.products_item a {
  color: inherit;
  text-decoration: none
}
.products_item .row.flex, .products_item__info-primary {
  padding-top: .25rem
}
.products_item__image, .products_item__info-primary, .products_item__info-secondary {
  display: flex
}
.products_item__image {
  border-bottom-width: 1px;
  border-color: #dae4e9;
  height: 240px;
  align-items: center;
  justify-content: center;
  color: transparent
}
.products_item__image img {
  object-fit: contain;
  width: 100%;
  height: 100%
}
.products_item__name {
  flex-grow: 1;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.products_item__price {
  flex-grow: 0;
  padding-left: .5rem;
  white-space: nowrap
}
.products_item__price--special {
  color: #cc1f1a;
  font-weight: 700
}
.products_item__short-description {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #70818a
}
.products_item__old-price {
  flex-grow: 0;
  padding-left: .5rem;
  color: #ef5753;
  font-style: italic;
  text-decoration: line-through;
  white-space: nowrap
}
.products_filter {
  padding-right: 2rem
}
.products_filter .property-group {
  margin-bottom: 2rem;
  min-height: 105px
}
.products_filter .property-group__name {
  border-bottom-width: 1px;
  border-color: #dae4e9;
  padding-bottom: .25rem;
  margin-bottom: 1rem
}
.products_filter .property-group__name--price {
  display: -ms-flexbox;
  display: flex
}
.products_filter .property-group__name--price > div {
  flex: 1 1 0%
}
.products_filter .property-group__description {
  font-size: .75rem;
  color: #70818a;
  margin-bottom: 1rem;
  margin-top: -.5rem
}
.products_filter .property {
  margin-bottom: .5rem
}
.products_filter .property:not(:last-child) .filter.filter--range {
  margin-bottom: 4rem
}
.products_filter .property__label {
  font-size: .875rem;
  margin-bottom: .5rem;
  display: -ms-flexbox;
  display: flex
}
.products_filter .property__label > div {
  flex: 1 1 0%
}
.products_filter .property__clear-filter {
  font-size: .75rem;
  font-weight: 400;
  justify-content: flex-end;
  text-align: right
}
.products_filter .property__clear-filter a {
  color: #9babb4;
  text-decoration: none
}
.products_filter .filter {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}
.products_filter .filter__option {
  padding: .5rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  background-color: #dae4e9;
  cursor: pointer;
  text-align: center;
  font-size: .875rem;
  min-width: 40px
}
.products_filter .filter__option--selected:not(.label--checkbox) {
  background-color: #103d60;
  color: #fff
}
.products_filter .noUi-connect {
  background-color: #103d60
}
.products_filter .noUi-horizontal {
  height: 10px
}
.products_filter .noUi-horizontal .noUi-handle {
  width: 25px;
  height: 20px;
  right: -13px !important
}
.products_filter .noUi-horizontal .noUi-handle:before {
  height: 10px;
  left: 10px;
  top: 4px
}
.products_filter .noUi-horizontal .noUi-handle:after {
  height: 10px;
  left: 12px;
  top: 4px
}
.products_filter .noUi-target {
  font-size: .7rem;
  margin-bottom: 0
}
.products_filter .noUi-marker-horizontal {
  width: 1px;
  height: 4px
}
.products_filter .noUi-marker-horizontal.noUi-marker-large {
  height: 8px
}
.products_filter .noUi-value {
  top: 15px
}
.products_filter .noUi-pips-horizontal {
  height: 20px;
  padding: 10px 0 0
}
.signup {
  display: flex;
  margin: auto
}
.signup__signin, .signup__signup {
  width: 50%;
  align-self: flex-start
}
.signup__signin {
  margin-right: 1rem
}
.signup__signup {
  margin-left: 1rem
}
.signup .form-actions .btn--primary {
  font-size: 1rem
}
.signup-terms {
  background-color: #f3f7f9;
  padding: 1.5rem;
  border-radius: 3px;
  border-width: 1px;
  border-color: #dae4e9
}
.payment-method {
  margin-top: 1rem
}
.payment-method__entry {
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  align-items: center;
  z-index: 0;
  border-width: 1px;
  border-color: #dae4e9
}
.payment-method__entry--active {
  background-color: #fff;
  align-items: flex-start;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  opacity: 1;
  z-index: 10;
  border-width: 1px;
  border-color: #9babb4
}
.payment-method__entry--active .payment-method__text {
  opacity: 1
}
.payment-method__logo {
  width: 180px;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center
}
.payment-method__logo img {
  width: auto;
  max-width: 100%;
  display: block
}
.payment-method__text {
  flex: 1 1 0%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  opacity: .5
}
.payment-method__text > div {
  width: 100%
}
.payment-method__name {
  font-weight: 700
}
.payment-method__description, .payment-method__instructions {
  font-size: .75rem;
  line-height: 1.25;
  margin-top: 1rem
}
.payment-method__meta {
  font-size: .875rem;
  line-height: 1.5;
  color: #9babb4;
  margin-top: .5rem
}
.payment-method__data {
  margin-top: 2rem;
  width: 100%
}
.payment-method__selector {
  width: 180px;
  position: relative;
  z-index: 20
}
.payment-method__select-button {
  float: right;
  font-size: .875rem;
  display: inline;
  background-color: #fff;
  color: #364349;
  padding: .75rem 1.5rem;
  border-width: 1px;
  border-color: #dae4e9;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  min-height: 42px;
  margin-right: 1rem;
  white-space: nowrap
}
.payment-method__submit {
  margin-top: 1rem
}
.payment-method .form-control {
  margin-bottom: .5rem
}
.payment-method [data-validate-for] {
  margin-bottom: 1rem;
  margin-top: 0
}
.payment-method__customer-methods {
  margin-top: 2rem
}
.payment-customer-methods {
  display: flex;
  justify-content: flex-start;
  font-size: .75rem
}
.payment-customer-method {
  display: flex;
  flex: none;
  padding: .75rem;
  position: relative;
  border-width: 1px;
  border-color: #ccd6db;
  border-radius: .125rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  margin-right: 1rem;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: .2s ease;
  transition-property: border-color, box-shadow
}
.payment-customer-method__name {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.payment-customer-method__meta {
  display: flex;
  justify-content: space-between;
  margin-top: .5rem;
  width: 8rem
}
.payment-customer-method:hover {
  border-color: #9babb4;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08)
}
.shipping-method {
  margin-top: 1rem
}
.shipping-method__entry {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  align-items: center;
  z-index: 0;
  border-width: 1px;
  border-color: #dae4e9
}
.shipping-method__entry--active {
  background-color: #fff;
  align-items: flex-start;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  opacity: 1;
  z-index: 10;
  border-width: 1px;
  border-color: #9babb4
}
.shipping-method__entry--active .shipping-method__text {
  opacity: 1
}
.shipping-method__logo {
  width: 180px;
  display: flex;
  align-items: flex-start;
  justify-content: center
}
.shipping-method__logo img {
  width: auto;
  max-width: 100%;
  display: block
}
.shipping-method__text {
  flex: 1 1 0%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  opacity: .5
}
.shipping-method__name {
  font-weight: 700
}
.shipping-method__description {
  font-size: .75rem;
  line-height: 1.25;
  margin-top: 1rem
}
.shipping-method__meta {
  font-size: .875rem;
  line-height: 1.5;
  color: #9babb4;
  margin-top: .5rem
}
.shipping-method__selector {
  width: 180px;
  position: relative;
  z-index: 20
}
.shipping-method__select-button {
  float: right;
  font-size: .875rem;
  display: inline;
  background-color: #fff;
  color: #364349;
  padding: .75rem 1.5rem;
  border-width: 1px;
  border-color: #dae4e9;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  min-height: 42px;
  margin-right: 1rem;
  white-space: nowrap
}
.shipping-method__submit {
  margin-top: 1rem
}
.shipping-method .form-control {
  margin-bottom: .5rem
}
.shipping-method [data-validate-for] {
  margin-bottom: 1rem;
  margin-top: 0
}
.shipping-method .two-fields--number-cvv {
  display: -ms-flexbox;
  display: flex
}
.shipping-method .two-fields--number-cvv .form-control:first-child {
  width: 75%
}
.shipping-method .two-fields--number-cvv .form-control:last-child {
  width: 25%
}
.address-selector label {
  font-size: .75rem
}
.address-selector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f3f7f9;
  border-width: 1px;
  border-color: #f3f7f9;
  font-size: .875rem;
  color: #596a73;
  border-radius: 3px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMyODI4MjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  background-position: right 1em top 50%;
  padding: .25rem 2rem .25rem .25rem;
  background-size: 1.2em 1.2em;
  background-position: right .75em top 50%;
  min-width: 60px;
  font-size: .75rem
}
.address-list__actions {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  float: right;
  margin-top: -3.4em
}
.address-list__table-actions {
  text-align: right
}
.address-list__table-actions a {
  margin-right: 1rem
}
.checkout-result {
  width: 50%;
  margin: auto;
  padding: 2rem;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  text-align: center
}
.checkout-result--failed {
  background-color: #fcebea;
  border-width: 1px;
  border-color: #ef5753;
  color: #420806
}
.checkout-result--cancelled {
  background-color: #fff5eb;
  border-width: 1px;
  border-color: #faad63;
  color: #542605
}
.checkout-result__heading {
  margin-bottom: 1rem
}
.checkout-result__actions {
  margin-top: 2rem
}
.checkout-result p {
  margin-bottom: 1rem
}
.overlay {
  background: hsla(0, 0%, 100%, .8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center
}
.my-account, .overlay {
  display: flex
}
.my-account__nav {
  width: 20%
}
.my-account__content {
  width: 80%;
  padding-left: 2rem
}
.my-account__content h2 {
  margin-bottom: 2rem
}
.my-account__nav-item {
  padding: .75rem .5rem;
  color: var(--text);
  cursor: pointer
}
.my-account__nav-item a {
  color: var(--text);
  text-decoration: none;
  display: block
}
.my-account__nav-item:hover:not(.my-account__nav-item--active) {
  background-color: rgba(0,0,0,.035);
}
.my-account__nav-item--active {
  background-color: rgba(0,0,0,.075);
}
.orders-list__order {
  cursor: pointer
}
.orders-list__order:hover td {
  background-color: #f6fbfd
}
.orders-list__order.is-open {
  background-color: #f1f6f8
}
.orders-list__order--unpaid td {
  background-color: #fff5eb;
  color: #542605
}
.orders-list__order--unpaid:hover td {
  background-color: #faad63
}
.orders-list__order--unpaid a {
  color: #420806
}
.orders-list__details {
  background-color: #f1f6f8
}
.order-details__row {
  display: flex;
  margin-bottom: 1rem
}
.order-details__detail {
  width: 50%
}
.order-details .table td {
  vertical-align: top
}
/*
.wishlists-manager {
  display: -ms-flexbox;
  display: flex
}
*/
.wishlists-manager__lists {
  width: 350px
}
.wishlists-manager__contents {
  flex: 1 1 auto;
  background-color: #fafcfc;
  padding: 2rem
}
.wishlists-manager__header {
  margin-bottom: 2rem
}
.wishlists-manager__well {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  border-radius: 3px;
  flex: 1 1 0%
}
.wishlists-manager__input {
  font-size: 1.125rem;
  border-bottom-width: 1px;
  border-color: #9babb4;
  padding: .5rem 0;
  width: 100%;
  background: transparent;
  flex: 1 1 auto
}
.wishlists-manager__form {
  display: flex
}
.wishlists-manager__action-button {
  flex: 1 1 60px;
  margin-left: 20px
}
.wishlists-manager__actions {
  text-align: right;
  margin-top: 2rem
}
.wishlists-manager__actions .btn {
  margin-left: 1rem
}
.wishlists-manager .trash-icon {
  width: 14px;
  color: #9babb4;
  fill: currentColor
}
.wishlists-manager .wishlist-empty {
  padding: 1rem;
  text-align: center
}
.wishlist-button {
  position: relative
}
.wishlist-button__popup {
  font-size: .75rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: .2s ease-out;
  transition-property: transform, opacity
}
.wishlist-button__popup--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0)
}
.wishlist-button__popup-inner {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  border-radius: 3px;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  background: #fff;
  overflow: hidden
}
.wishlist-button__new {
  border: 1px dashed;
  border-color: #9babb4;
  padding: .75rem 1rem;
  margin: 1rem;
  border-radius: 3px;
  display: block;
  position: relative
}
.wishlist-button__name-input {
  text-align: center;
  display: block;
  width: 100%
}
.wishlist-button__new-label {
  color: #9babb4;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  pointer-events: none;
  transform: translate(-50%, -50%)
}
.wishlists {
  width: 100%
}
.wishlists--height-limited {
  overflow-y: auto;
  max-height: 400px
}
.wishlist-item {
  padding: 1rem;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  color: inherit
}
.wishlist-item--active, .wishlist-item:hover {
  background-color: #fafcfc
}
.wishlist-item__data {
  flex: 1 0 auto
}
.wishlist-item__description {
  color: #9babb4;
  margin-top: .25rem
}
.wishlist-item__meta {
  margin-left: 20px;
  text-align: right;
  flex: 0 0 auto
}
.add-to-wishlist-button {
  margin-top: .25rem
}
.product-reviews {
  margin-top: 2rem;
  padding-top: 2rem
}
.product-reviews__heading {
  margin-bottom: 1.5rem
}
.product-reviews__info {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.product-reviews__summary {
  font-size: .75rem;
  color: #70818a
}
.product-reviews__summary [data-validate-for] {
  margin-left: 0;
  margin-top: .5rem;
  margin-bottom: 2rem
}
.product-reviews__info-name {
  font-size: .875rem;
  color: #596a73;
  font-weight: 700;
  -ms-flex-preferred-size: 200px;
  flex-portal: 200px
}
.product-reviews__info-content {
  flex: 1 1 auto
}
.product-reviews__form-details {
  overflow: hidden;
  max-height: 0;
  transition: max-height .2s ease-out
}
.product-reviews__form-details--visible {
  padding-top: 1rem;
  max-height: 750px
}
.product-reviews__overall-ratings {
  display: flex;
  justify-content: space-between
}
.product-reviews__overall-ratings .star {
  width: 24px;
  height: 24px
}
.product-reviews__overall-ratings > div {
  flex: 1 1 50%
}
.product-reviews__login-required {
  font-size: 14px;
  color: var(--base);
}
.product-reviews .callout {
  width: 100%
}
.pagination--reviews {
  margin-top: 2rem
}
.review__rating {
  white-space: nowrap
}
.review__rating .star {
  width: 16px;
  height: 16px
}
.review__category-reviews {
  margin-bottom: .5rem
}
.review__author {
  color: #70818a;
  font-size: .75rem
}
.review__details {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between
}
.review__pro-con-list {
  font-size: .75rem;
  color: #70818a;
  list-style: none
}
.review__pro-con-list li {
  margin-bottom: .25rem
}
.review__category-reviews {
  width: 50%
}
.category-review {
  font-size: .75rem;
  color: #596a73;
  margin-bottom: .5rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.category-review__name {
  margin-left: auto;
  margin-right: 0;
}
.category-review__rating {
  -ms-flex-preferred-size: 90px;
  flex-portal: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap
}
.category-review__rating--clickable .star {
  cursor: pointer
}
.category-review__rating .star {
  width: 12px;
  height: 12px
}
.category-review--big .category-review__rating {
  -ms-flex-preferred-size: 120px;
  flex-portal: 120px
}
.category-review--big .category-review__rating .star {
  width: 18px;
  height: 18px
}
.star__bg {
  fill: transparent
}
.star--hover .star__bg, .star--hover .star__border, .star__border {
  fill: silver
}
.star--active .star__bg, .star--active .star__border {
  fill: #fac917
}
.review__details .star.star--active {
  color: #9babb4
}
.review__details .star.star--active .star__bg, .review__details .star.star--active .star__border {
  fill: currentColor
}
.modal {
  position: fixed;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
}
.modal:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
.modal--visible.modal:after {
  visibility: visible;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.modal--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}
.modal__inner {
  opacity: 0;
  width: 600px;
  max-width: 95%;
  margin: 0 auto;
  box-shadow: 0 4px 50px rgba(0, 0, 0, .35);
  padding: 0 30px 30px;
  background: #fff;
  border-radius: 4px;
}
.modal__inner.show {
  visibility: visible;
  opacity: 1;
}
.modal__inner > h4 {
  margin: 0 -30px 20px;
  padding: 15px 30px 13px;
  font-size: 18px;
  line-height: 1.4;
  background: rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.modal__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem
}
.modal__inner.show,
.modal__inner.modal_close {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.modal__inner.show {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
  -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1);
  animation-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.modal__inner.modal_close {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}
.modal__inner.show .product-service,
.modal__inner.show .modal__actions {
  -webkit-animation: anim-elem 0.4s both;
  animation: anim-elem 0.4s both;
}
.modal__inner.show .product-service {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.modal__inner.show .modal__actions {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
@-webkit-keyframes anim-open {
  0% { opacity: 0; -webkit-transform: translate3d(0, -400px, 0); }
  100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
}
@keyframes anim-open {
  0% { opacity: 0; -webkit-transform: translate3d(0, -400px, 0); transform: translate3d(0, -400px, 0); }
  100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes anim-close {
  0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
  100% { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); }
}
@keyframes anim-close {
  0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  100% { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); }
}
@-webkit-keyframes anim-elem {
  0% { opacity: 0; -webkit-transform: translate3d(0, -100px, 0); }
  100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
}
@keyframes anim-elem {
  0% { opacity: 0; -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); }
  100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}


.list-reset {
  list-style: none;
  padding: 0
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}