img {
    max-width: 100%;
}

/*!
 * Category
 */
.category {
    transition: opacity .25s ease;
}

.category.is-loading {
    opacity: .5;
}

.category .categories {
    margin-bottom: 24px;
    padding: 0;
    background-color: #fff !important;
}

.category .category__title {
    margin-top: 0;
    font-size: 32px;
    font-weight: 900;
}

.category .category-banner__image {
    margin-bottom: 24px;
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
}

.category .category-banner__image:not(.loaded) {
    max-height: 1px;
}

.category .category__description,
.category .category__empty {
    margin-bottom: 24px;
}

.category .category__empty {
    margin-bottom: 24px;
    padding: 16px;
    border: 1px solid rgba(40, 47, 55, 0.04);
    background-color: rgba(40, 47, 55, 0.04);
    border-radius: 3px;
    text-align: center;
}

.category .category__empty-title {
    font-size: 24px;
    font-weight: 700;
}

.category .category__empty-description .category-filters-reset {
    font-size: 16px;
    vertical-align: baseline;
}

.category .products {
    margin-bottom: 24px;
}

/*!
 * Category filter
 */
.category-filter {
    margin-bottom: 24px;
    padding: 16px;
    border: 1px solid rgba(40, 47, 55, 0.04);
    background-color: rgba(40, 47, 55, 0.04);
}

.category-filter .category-filter__collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-filter .category-filter__title {
    font-size: 15px;
    font-weight: 900;
}

.category-filter .category-filter__collapse-arrow {
    padding: 5px;
    border-radius: 100%;
    cursor: pointer;
    background-color: rgba(40, 47, 55, 0.15);
    opacity: .8;
    transition: .25s transform ease;
}

.category-filter .category-filter__collapse-arrow[aria-expanded="true"] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.category-filter .category-filter__group {
    margin-bottom: 24px;
}

.category-filter .category-filter__group:first-child {
    margin-top: 16px;
}

.category-filter .category-filter__group-title {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: bold;
    color: #282f37;
}

.category-filter .category-filter__group-item {
    display: flex;
    align-items: center;
}

.category-filter .category-filter__group-item.is-hidden {
    display: none;
}

.category-filter .category-filter__group-item .category-filter__toggle {
    margin-top: 8px;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.category-filter .category-filter__group-col {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
}

.category-filter .category-filter__group-col:first-child {
    padding-right: 10px;
}

.category-filter .category-filter__group-col:first-child::before {
    position: absolute;
    top: calc(50% - 1px);
    right: -5px;
    height: 1px;
    width: 10px;
    background-color: rgba(40, 47, 55, 0.75);
    content: "";
}

.category-filter .category-filter__group-col:last-child,
.category-filter .category-filter__group-col--to {
    padding-left: 10px;
}

.category-filter .category-filter__group-input {
    height: 32px;
    padding: 4px 8px;
    font-size: 13px;
    border-width: 2px;
    border-radius: 3px;
}

.category-filter .category-filter__group-input:hover,
.category-filter .category-filter__group-input:focus,
.category-filter .category-filter__group-input:active,
.category-filter .category-filter__group-input:visited {
    border-color: #007bff;
    box-shadow: none;
}

.category-filter .custom-checkbox,
.category-filter .custom-radio {
    cursor: pointer;
}

.category-filter .custom-control-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(40, 47, 55, 0.75);
}

.category-filter .custom-control-label:after,
.category-filter .custom-control-label:before {
    top: 2px;
}

.category-filter .category-filter__submit {
    cursor: pointer;
}

.category-filter .icon16.color {
    float: right;
}

.range-slider--theme {
    margin: 1em 0 0;
    width: 100%;
    height: 16px;
    padding: 0 8px;
    overflow: hidden;
}

.range-slider--theme .range-slider__wrapper {
    position: relative;
    height: 100%;
}

.range-slider--theme .range-slider__wrapper:before,
.range-slider--theme .range-slider__bar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    margin: -1.5px 0 0;
}

.range-slider--theme .range-slider__wrapper:before {
    content: "";
    display: block;
    background: rgba(40, 47, 55, 0.15);
}

.range-slider--theme .range-slider__point {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #007bff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.01);
    box-sizing: border-box;
    margin: 0 0 0 -8px;
    cursor: pointer;
}

.range-slider--theme .range-slider__point--left {
    left: 0;
}

.range-slider--theme .range-slider__point--right {
    left: 100%;
}

/*!
 * Sorting
 */
.products-sorting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 8px 16px;
    background-color: #f6f7f7;
    border-radius: 3px;
}

.products-sorting .products-sorting__sort {
    display: inline-flex;
    align-items: center;
}

.products-sorting .products-sorting__title {
    padding-right: 16px;
    font-size: 13px;
    font-weight: 600;
    color: #282f37;
}

.products-sorting .products-sorting__list {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.products-sorting .products-sorting__button {
    display: flex;
    align-items: center;
}

.products-sorting .products-sorting__text {
    padding-right: 4px;
}

.products-sorting .products-layouts {
    min-width: 60px;
}

.products-sorting .products-layouts__item {
    cursor: pointer;
    transition: opacity .25s ease;
}

.products-sorting .products-layouts__item:not(.is-active) {
    opacity: .5;
}

.products-sorting .products-layouts__item:hover,
.products-sorting .products-layouts__item.is-active {
    color: #007bff;
}

.products-sorting .products-layouts__item:not(.is-active):not(:hover) a {
    color: rgba(40, 47, 55, 0.75);
}

.products-sorting .products-layouts__item a:hover {
    color: #007bff;
    text-decoration: none;
}

.products-sorting .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f6f7f7;
    border-radius: 3px;
    border-color: transparent;
    box-shadow: 4px 6.9px 16px rgba(40, 47, 55, 0.06);
    overflow: hidden;
}

.products-sorting .dropdown-item {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(40, 47, 55, 0.75);
    transition: background-color 0.35s ease-in-out;
}

.products-sorting .dropdown-item:hover {
    color: #fff;
    background-color: #007bff;
}

/*!
 * Product page
 */
.product-page .product-page__header {
    margin-top: 0;
    font-size: 32px;
    font-weight: 600;
}

.product-page .product-photos {
    margin: 0;
}

.product-page .product-page__summary {
    font-size: 15px;
    color: rgba(40, 47, 55, 0.75);
}

.product-page .features__container {
    padding-left: 0;
    padding-right: 0;
}

.product-page .product-page__features {
    align-self: center;
    border-left: 1px solid rgba(40, 47, 55, 0.15);
}

.product-page .product-page__feature-title {
    margin-bottom: 0;
    font-weight: 700;
}

.product-page .product-page__feature-ul {
    padding-left: 20px;
}

.product-page .product-page__feature-li {
    font-size: 14px;
    color: rgba(40, 47, 55, 0.75);
}

.product-page .features__container {
    padding-left: 0;
    padding-right: 0;
}

/*!
 * Product subpages list
 */
.product-pages {
    padding-top: 32px;
}

.product-pages .block-header {
    margin-bottom: 8px;
}

.product-pages .product-pages__list {
    padding-left: 0;
    list-style: none;
    border-bottom: 0;
}

.product-pages .product-pages__item {
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: 8px;
    margin-bottom: 4px;
}

.product-pages .tab-content {
    padding-top: 8px;
}

/*!
 * Product photos
 */
.product-photos .product-photos__item {
    width: 64px;
    height: 64px;
}

.product-photos .product-photos__main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-photos .product-photos__main img {
    max-width: 100%;
}

.product-photos .product-photos__image,
.product-photos .product-photos__video {
    position: relative;
}

.product-photos .product-photos__video {
    width: 100%;
}

.product-photos .product-photos__video.is-hidden,
.product-photos .product-photos__image.is-hidden {
    display: none;
}

.product-photos .product-photos__enlarge {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.product-photos .product-photos__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 24px;
    padding-left: 0;
    list-style: none;
}

.product-photos .product-photos__item {
    margin-right: 8px;
    margin-bottom: 8px;
}

.product-photos .product-photos__link {
    display: block;
    padding: 4px;
    border: 2px solid rgba(40, 47, 55, 0.06);
    border-radius: 3px;
    transition: border-color .35s ease;
}

.product-photos .product-photos__link.is-selected {
    border-color: #007bff;
}

.product-photos .product-photos__link img {
    max-width: 100;
}

.product-photos .owl-carousel .owl-nav button.owl-next,
.product-photos .owl-carousel .owl-nav button.owl-prev {
    color: #fff;
    background-color: #007bff;
}

.product-photos .owl-carousel .owl-nav button.owl-next:hover,
.product-photos .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: rgba(0, 123, 255, 0.75);
}

.product-photos .owl-carousel .owl-dots {
    bottom: -15px;
}

.product-photos__image:hover .product-photos__enlarge {
    opacity: 1;
}

.product-overview,
.product-features,
.product-reviews {
    padding-top: 32px;
}

.product-overview .product-page__title,
.product-features .product-page__title,
.product-reviews .product-page__title {
    margin-bottom: 8px;
}

/*!
 * Product tabs
 */
.product-tabs {
    position: relative;
}

.product-tabs .product-tabs__list {
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 123, 255, 0.5);
}

.product-tabs .product-tabs__link:not(:hover):not(.active) {
    color: #282f37;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.product-tabs .product-tabs__item {
    margin-right: 8px;
}

.product-tabs .product-overview,
.product-tabs .features-list,
.product-tabs .product-reviews {
    padding-top: 16px;
}

.product-tabs .product-reviews__button {
    margin-bottom: 16px;
}

/*!
 * Product overview
 */
.product-overview .product-overview__text.is-hidden {
    display: none;
}

.product-overview .product-overview__text-full {
    display: none;
}

.product-overview .product-overview__more {
    padding: 0 0 0 4px;
    font-weight: 400;
    color: #007bff;
    text-transform: lowercase;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.product-overview .badges {
    margin-bottom: 0;
}

/*!
 * Product features
 */
.features-list {
    margin-bottom: 12px;
}

.features-list .features-list__divider {
    font-size: 18px;
}

.features-list .features-list__item {
    display: flex;
    align-items: center;
}

.features-list .features-list__name {
    font-size: 14px;
    color: rgba(40, 47, 55, 0.75);
}

.features-list .features-list__value {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 14px;
    color: rgba(40, 47, 55, 0.75);
}

.features-list .features-list__value br {
    display: none;
}

.features-list .features-list__line {
    height: 1px;
    background: linear-gradient(90deg, rgba(40, 47, 55, 0.3) 33%, transparent 0) repeat-x bottom;
    background-size: 3px 1px;
    flex-grow: 1;
    margin-left: 12px;
    margin-right: 12px;
}

.features-list .features-list__link {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

/*!
 * Product reviews
 */
.product-reviews .product-reviews__header {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    color: rgba(40, 47, 55, 0.75);
}

.product-reviews .product-reviews__stars {
    padding-left: 4px;
    padding-right: 4px;
}

.product-reviews .product-reviews__button {
    margin-top: 16px;
}

.reviews-rating .reviews-rating__item {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.reviews-rating .reviews-rating__count {
    min-width: 20px;
    color: rgba(40, 47, 55, 0.75);
}

.reviews-rating .reviews-rating__stars {
    min-width: 140px;
    padding-left: 20px;
    text-align: left;
}

.reviews-rating .reviews-rating__bar-wrapper {
    width: 100%;
}

.reviews-rating .reviews-rating__bar {
    height: 15px;
    background-color: rgba(40, 47, 55, 0.06);
}

.reviews-rating .reviews-rating__bar-filling {
    height: 15px;
}

.reviews-form-wrapper {
    margin-bottom: 16px;
    padding: 16px;
    border: 6px solid rgba(40, 47, 55, 0.06);
}

.reviews-form-wrapper.is-hidden {
    display: none;
}

.reviews-form .reviews-form__field {
    margin-bottom: 15px;
}

.reviews-form .reviews-form__user-image {
    padding-right: 7px;
    border-radius: 100%;
}

.reviews-form .reviews-form__user-name {
    padding-right: 7px;
    font-weight: bold;
}

.reviews-form .reviews-form__rate-title {
    padding-bottom: 7px;
    font-weight: bold;
}

.reviews-form .reviews-form__rates-item:first-child {
    margin-left: 0;
}

.reviews-form .reviews-form__field--reply {
    display: none;
}

.reviews-form .reviews-form__field--errors {
    color: red;
}

.reviews-form .reviews-form__field--submit {
    margin-bottom: 0;
}

.reviews-list .review__item {
    margin-bottom: 16px;
    padding: 16px 20px;
    background-color: rgba(40, 47, 55, 0.04);
    border-radius: 8px;
}

.reviews-list .review__summary {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.reviews-list .review__author {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.reviews-list .review__avatar {
    margin-right: 12px;
    margin-bottom: 8px;
    width: 32px !important;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    font-size: 18px;
}

.reviews-list .review__name,
.reviews-list .review__rating,
.reviews-list .review__staff {
    margin-bottom: 8px;
    padding-right: 12px;
}

.reviews-list .review__rating {
    min-width: 92px;
}

.reviews-list .review__rating-item {
    margin-left: 0;
    margin-right: 0;
}

.reviews-list .review__title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.reviews-list .review__data {
    font-size: 13px;
    color: rgba(40, 47, 55, 0.75);
}

.inner-review-wrapper {
    padding-left: 60px;
}

/*!
 * Related products
 */
.related-products {
    padding-top: 32px;
}

.related-products .related-products__header {
    margin-bottom: 20px;
    font-size: 20px;
}

/*!
 * Product cart
 */
.product-cart .product-prices {
    padding-top: 8px;
    padding-bottom: 12px;
}

.product-cart .product-price {
    font-size: 48px;
}

.product-cart .product-profit {
    padding-top: 4px;
}

.product-cart .product-buttons {
    justify-content: flex-start;
    padding-bottom: 12px;
}

.product-cart .product-quantity,
.product-cart .product-favorite,
.product-cart .product-add {
    margin-right: 12px;
}

.product-cart .product-stocks {
    padding-bottom: 8px;
}

.product-cart .product-stocks__text {
    font-size: 13px;
    font-weight: 600;
}

.product-cart .product-stocks__high {
    color: #14cc7d;
}

.product-cart .product-stocks__critical,
.product-cart .product-stocks__none {
    color: red;
}

.product-cart .product-stocks__low {
    color: #cc9614;
}

.product-cart .product-stocks__icon {
    margin-left: 0;
}

.product-cart .product-adds {
    margin-top: 15px;
}

.product-cart .features {
    padding-top: 0;
}

.product__options .inline-select {
    margin-bottom: 8px;
}

.product__options .inline-select__title-wrapper {
    display: block;
    margin-bottom: 4px;
}

.product__options .inline-select__title {
    font-size: 15px;
    font-weight: 600;
    color: rgba(40, 47, 55, 0.75);
}

.product__options .inline-select__button {
    margin-bottom: 8px;
}

.product__options .inline-select__button.selected {
    color: #fff;
    background-color: #007bff;
}

.product__options .inline-select__button:not(:last-child) {
    margin-right: 8px;
}

.product__options .product-options__select {
    margin-bottom: 7px;
}

.product__options .skus-item__label {
    cursor: pointer;
}

.product__options .sku-price {
    margin-left: 7px;
    font-size: 18px;
    font-weight: bold;
}

.product__options .product-sku {
    margin-left: 7px;
}

.skus {
    padding-bottom: 16px;
}

.skus-item .sku-price {
    padding-left: 8px;
    font-size: 15px;
    font-weight: bold;
}

.skus-item .sku-name {
    font-size: 13px;
    color: rgba(40, 47, 55, 0.75);
}

.skus-item .product-sku {
    padding-left: 8px;
    font-size: 13px;
}

.inline-select--color .inline-select__button {
    width: 24px;
    height: 24px;
    padding: 0;
    border-width: 3px;
    border-radius: 100%;
}

.inline-select--color .inline-select__button:not(.selected) {
    border-color: #d6d6d6;
}

.product-added {
    display: none;
}

.product-added .product-added__text {
    margin-top: 8px;
    margin-bottom: 8px;
    color: rgba(40, 47, 55, 0.75);
}

.service .service__item:not(:last-child) {
    margin-bottom: 12px;
}

.service .service__variants {
    margin-top: 8px;
}

.service .custom-control-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(40, 47, 55, 0.75);
}

.service .custom-control-label:after,
.service .custom-control-label:before {
    top: 2px;
}

.service .custom-control {
    cursor: pointer;
}

/*!
 * Search
 */
/*!
 * Cart
 */
.cart-page .cart-page__title {
    margin-top: 0;
}

.cart-products {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
}

.cart-products .cart-products__header,
.cart-products .cart-product {
    display: flex;
    align-items: center;
}

.cart-products .cart-products__header {
    padding: 16px 20px;
    font-size: 13px;
    font-weight: bold;
    color: rgba(40, 47, 55, 0.75);
    border-bottom: 1px solid rgba(40, 47, 55, 0.06);
    background-color: #fff;
}

.cart-products .cart-product {
    padding: 16px 20px;
}

.cart-products .cart-product:not(:last-child) {
    border-bottom: 1px solid rgba(40, 47, 55, 0.06);
}

.cart-products .cart-products__header-item:first-child,
.cart-products .cart-product__column:first-child {
    padding: 0 15px;
    width: 17%;
}

.cart-products .cart-products__header-item:nth-child(2),
.cart-products .cart-product__column:nth-child(2) {
    padding: 0 15px;
    width: 33.5%;
}

.cart-products .cart-products__header-item:nth-child(3),
.cart-products .cart-product__column:nth-child(3) {
    width: 10%;
}

.cart-products .cart-products__header-item:nth-child(4),
.cart-products .cart-product__column:nth-child(4) {
    width: 19%;
}

.cart-products .cart-products__header-item:nth-child(5),
.cart-products .cart-product__column:nth-child(5) {
    width: 14%;
}

.cart-products .cart-product__column:nth-child(6) {
    width: 6.5%;
}

.cart-products .cart-product__image {
    max-width: 100%;
}

.cart-products .cart-product__name {
    margin-bottom: 0;
    font-size: 15px;
}

.cart-products .cart-product__name-link:hover {
    text-decoration: none;
}

.cart-products .cart-product__name-sku {
    margin-left: 8px;
    font-size: 13px;
    font-weight: normal;
    color: rgba(40, 47, 55, 0.75);
}

.cart-products .cart-product__price {
    font-size: 15px;
    color: rgba(40, 47, 55, 0.75);
}

.cart-products .cart-product__compare-price {
    font-size: 13px;
    color: rgba(40, 47, 55, 0.75);
    text-decoration: line-through;
}

.cart-products .cart-product__total {
    font-weight: bold;
}

.cart-products .cart-product__delete {
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: color 0.35s ease-in-out;
}

.cart-products .cart-product__delete:hover {
    color: #007bff;
}

.cart-products .service {
    margin-top: 16px;
}

.cart-info-wrapper {
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
}

.cart-info {
    padding: 16px 20px;
    background-color: #fff;
}

.cart-info .cart-info__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 900;
}

.cart-info .cart-info__item,
.cart-info .cart-info__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-info .cart-info__item {
    margin-bottom: 8px;
    color: rgba(40, 47, 55, 0.75);
}

.cart-info .cart-info__total {
    margin-bottom: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(40, 47, 55, 0.06);
}

.cart-info .cart-info__total-title,
.cart-info .cart-info__total-text {
    font-size: 24px;
    font-weight: 900;
}

.cart-info .cart-discounts,
.cart-info .affiliate-bonus,
.cart-info .affiliate-hint,
.cart-info .cart-checkout,
.cart-info .cart-step {
    margin-bottom: 15px;
}

.cart-info .cart-quickorder {
    margin-top: 15px;
}

.cart-info .cart-step {
    padding-top: 10px;
}

.cart-discounts .cart-discounts__coupon-button {
    padding: 0;
    color: rgba(40, 47, 55, 0.75);
    background-color: transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px dashed #efefef;
    cursor: pointer;
}

.cart-discounts .cart-discounts__form {
    display: inline-flex;
    align-self: center;
}

.cart-discounts .cart-discounts__title {
    display: block;
    padding-bottom: 7px;
    color: rgba(40, 47, 55, 0.75);
}

.cart-discounts .cart-discounts__input {
    margin-right: 10px;
}

.cart-discounts .cart-discounts__error-message {
    margin-top: 7px;
    color: red;
}

.affiliate-bonus .affiliate-bonus__text {
    color: rgba(40, 47, 55, 0.75);
}

.affiliate-bonus .affiliate-bonus__button {
    margin-top: 12px;
}

.affiliate-hint {
    color: rgba(40, 47, 55, 0.75);
}

.cart-featured {
    margin-top: 45px;
}

.cart-featured .cart-featured__image {
    margin-right: 10px;
}

.cart-phone {
    padding: 24px;
    font-size: 15px;
    text-align: center;
    color: rgba(40, 47, 55, 0.75);
    background-color: rgba(254, 217, 128, 0.15);
}

.cart-phone .cart-phone__tel {
    display: block;
    text-decoration: none;
}

.cart-help {
    margin-top: 32px;
    padding: 16px 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
}

.cart-help .cart-help__header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.cart-help .cart-help__title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 900;
}

.cart-help .cart-help__desc {
    padding-bottom: 4px;
    font-style: italic;
    font-size: 15px;
    color: rgba(40, 47, 55, 0.75);
}

.cart-help .cart-help__info-text {
    margin-right: 8px;
    font-size: 15px;
    color: rgba(40, 47, 55, 0.75);
}

.cart-help .cart-help__info-title {
    font-size: 15px;
    text-decoration: none;
}

/*!
 * Shop-Script 8 Order page
 */
.order-page .order-page__title {
    margin-top: 0;
}

.order-page .order-page__section {
    background-color: #fff;
    border-radius: 8px;
}

.order-page .order-page__section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 59px;
    padding: 16px 20px;
    font-size: 13px;
    font-weight: bold;
    color: rgba(40, 47, 55, 0.75);
    border-bottom: 1px solid rgba(40, 47, 55, 0.06);
    background-color: #fff;
}

.order-page .js-clear-cart {
    color: #007bff;
    font-weight: 700;
    border: none;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
}

.order-page .js-open-section {
    color: #007bff;
}

.order-page .order-page__quickorder {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.order-page .wa-toggle>* {
    color: #282f37;
    font-size: 15px;
    font-weight: 600;
    background: rgba(40, 47, 55, 0.04);
    box-shadow: none;
    border-width: 2px;
    border-color: rgba(40, 47, 55, 0.04);
    transition: background-color 0.35s ease;
}

.order-page .wa-toggle>*.selected {
    color: #fff;
    box-shadow: none;
    background: #007bff;
    border-color: #007bff;
}

.order-page .wa-toggle>*:hover {
    box-shadow: none;
    border-color: #007bff;
}

.order-page .wa-icon.minus,
.order-page .wa-icon.plus {
    color: rgba(40, 47, 55, 0.75);
}

.order-page .wa-icon.minus:hover,
.order-page .wa-icon.plus:hover {
    color: #007bff;
}

.order-page .wa-quantity-box .wa-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: rgba(40, 47, 55, 0.06);
    background-color: rgba(40, 47, 55, 0.06);
    padding: 8px;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 3px;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

.order-page .wa-quantity-box .wa-button:hover,
.order-page .wa-quantity-box .wa-button:focus,
.order-page .wa-quantity-box .wa-button:active {
    outline: none;
}

.order-page .wa-quantity-box .wa-button>* {
    padding: 0;
}

.order-page .wa-quantity-box .wa-button.js-decrease {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.order-page .wa-quantity-box .wa-button.js-increase {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.order-page .wa-quantity-box .wa-input {
    max-width: 40px;
    font-weight: bold;
    text-align: center;
    border: none;
    background-color: rgba(40, 47, 55, 0.06);
}

.order-page .wa-quantity-box .wa-input:hover,
.order-page .wa-quantity-box .wa-input:focus,
.order-page .wa-quantity-box .wa-input:active {
    outline: none;
}

/* dialog */
.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-header {
    font-size: 24px !important;
    font-weight: 900 !important;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper {
    padding: 0 30px !important;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper .wa-icon {
    width: 15px;
    height: 15px;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper:hover {
    color: #282f37;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-content {
    font-weight: 600;
    color: rgba(40, 47, 55, 0.75);
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    line-height: 15px;
    text-shadow: none;
    color: #fff;
    background-color: #007bff;
    border: 2px solid #007bff;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.35s ease, border-color 0.35 ease;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button:hover {
    background-color: rgba(0, 123, 255, 0.9);
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button:focus {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button:hover,
.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button:active,
.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button:focus {
    box-shadow: none;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button.gray {
    color: rgba(40, 47, 55, 0.75);
    background-color: rgba(40, 47, 55, 0.04);
    border-color: rgba(40, 47, 55, 0.04);
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button.gray:hover {
    background-color: rgba(40, 47, 55, 0.06);
}

/* checkbox */
.order-page .s-checkbox {
    display: inline-block;
    font-size: 16px;
    line-height: 0;
    cursor: pointer;
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
}

.order-page .s-checkbox input {
    display: none;
}

.order-page .s-checkbox input+span {
    position: relative;
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 3px;
    background-color: #dee2e6;
    cursor: pointer;
}

.order-page .s-checkbox input+span .s-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: top;
    visibility: hidden;
    color: #fff;
    line-height: 0;
}

.order-page .s-checkbox input+span .s-icon svg {
    width: 100%;
    height: 100%;
}

.order-page .s-checkbox input:checked+span {
    border: 0;
    background-color: #007bff;
}

.order-page .s-checkbox input:checked+span .s-icon {
    visibility: visible;
}

.order-page .s-checkbox input:disabled+span {
    background: #e0e0e0;
    cursor: default;
}

.order-page .s-checkbox input.wa-error+span {
    border-color: #f00;
    background: transparent;
}

/* select, text */
.order-page .s-styled-select select,
.order-page .wa-field-wrapper .wa-input,
.order-page .wa-field-wrapper .wa-textarea,
.order-page .wa-dropdown>.wa-dropdown-toggle,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input {
    padding: 3px 7px;
    font-size: 15px;
    line-height: 1.25;
    color: rgba(40, 47, 55, 0.75);
    background-color: rgba(40, 47, 55, 0.04);
    border: 2px solid rgba(40, 47, 55, 0.04);
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.order-page .s-styled-select select:hover:not(:disabled),
.order-page .s-styled-select select:focus:not(:disabled),
.order-page .s-styled-select select:active:not(:disabled),
.order-page .s-styled-select select:visited:not(:disabled),
.order-page .wa-field-wrapper .wa-input:hover:not(:disabled),
.order-page .wa-field-wrapper .wa-input:focus:not(:disabled),
.order-page .wa-field-wrapper .wa-input:active:not(:disabled),
.order-page .wa-field-wrapper .wa-input:visited:not(:disabled),
.order-page .wa-field-wrapper .wa-textarea:hover:not(:disabled),
.order-page .wa-field-wrapper .wa-textarea:focus:not(:disabled),
.order-page .wa-field-wrapper .wa-textarea:active:not(:disabled),
.order-page .wa-field-wrapper .wa-textarea:visited:not(:disabled),
.order-page .wa-dropdown>.wa-dropdown-toggle:hover:not(:disabled),
.order-page .wa-dropdown>.wa-dropdown-toggle:focus:not(:disabled),
.order-page .wa-dropdown>.wa-dropdown-toggle:active:not(:disabled),
.order-page .wa-dropdown>.wa-dropdown-toggle:visited:not(:disabled),
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:hover:not(:disabled),
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:focus:not(:disabled),
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:active:not(:disabled),
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:visited:not(:disabled) {
    outline: none !important;
    border-color: #007bff !important;
}

.order-page .s-styled-select select:disabled,
.order-page .wa-field-wrapper .wa-input:disabled,
.order-page .wa-field-wrapper .wa-textarea:disabled,
.order-page .wa-dropdown>.wa-dropdown-toggle:disabled,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:disabled {
    opacity: 0.6;
}

.order-page .s-styled-select select::-webkit-input-placeholder,
.order-page .wa-field-wrapper .wa-input::-webkit-input-placeholder,
.order-page .wa-field-wrapper .wa-textarea::-webkit-input-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle::-webkit-input-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input::-webkit-input-placeholder {
    transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease;
}

.order-page .s-styled-select select::-webkit-input-placeholder::-webkit-input-placeholder,
.order-page .wa-field-wrapper .wa-input::-webkit-input-placeholder::-webkit-input-placeholder,
.order-page .wa-field-wrapper .wa-textarea::-webkit-input-placeholder::-webkit-input-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle::-webkit-input-placeholder::-webkit-input-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input::-webkit-input-placeholder::-webkit-input-placeholder {
    opacity: 0 !important;
    -webkit-transform: translateX(10px) !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select::-webkit-input-placeholder:-moz-placeholder,
.order-page .wa-field-wrapper .wa-input::-webkit-input-placeholder:-moz-placeholder,
.order-page .wa-field-wrapper .wa-textarea::-webkit-input-placeholder:-moz-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle::-webkit-input-placeholder:-moz-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input::-webkit-input-placeholder:-moz-placeholder {
    opacity: 0 !important;
    -webkit-transform: translateX(10px) !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select::-webkit-input-placeholder::-moz-placeholder,
.order-page .wa-field-wrapper .wa-input::-webkit-input-placeholder::-moz-placeholder,
.order-page .wa-field-wrapper .wa-textarea::-webkit-input-placeholder::-moz-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle::-webkit-input-placeholder::-moz-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input::-webkit-input-placeholder::-moz-placeholder {
    opacity: 0 !important;
    -webkit-transform: translateX(10px) !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select::-webkit-input-placeholder:-ms-input-placeholder,
.order-page .wa-field-wrapper .wa-input::-webkit-input-placeholder:-ms-input-placeholder,
.order-page .wa-field-wrapper .wa-textarea::-webkit-input-placeholder:-ms-input-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle::-webkit-input-placeholder:-ms-input-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input::-webkit-input-placeholder:-ms-input-placeholder {
    opacity: 0 !important;
    -webkit-transform: translateX(10px) !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select:-moz-placeholder,
.order-page .wa-field-wrapper .wa-input:-moz-placeholder,
.order-page .wa-field-wrapper .wa-textarea:-moz-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle:-moz-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:-moz-placeholder {
    transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease;
}

.order-page .s-styled-select select:-moz-placeholder::-webkit-input-placeholder,
.order-page .wa-field-wrapper .wa-input:-moz-placeholder::-webkit-input-placeholder,
.order-page .wa-field-wrapper .wa-textarea:-moz-placeholder::-webkit-input-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle:-moz-placeholder::-webkit-input-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:-moz-placeholder::-webkit-input-placeholder {
    opacity: 0 !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select:-moz-placeholder:-moz-placeholder,
.order-page .wa-field-wrapper .wa-input:-moz-placeholder:-moz-placeholder,
.order-page .wa-field-wrapper .wa-textarea:-moz-placeholder:-moz-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle:-moz-placeholder:-moz-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:-moz-placeholder:-moz-placeholder {
    opacity: 0 !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select:-moz-placeholder::-moz-placeholder,
.order-page .wa-field-wrapper .wa-input:-moz-placeholder::-moz-placeholder,
.order-page .wa-field-wrapper .wa-textarea:-moz-placeholder::-moz-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle:-moz-placeholder::-moz-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:-moz-placeholder::-moz-placeholder {
    opacity: 0 !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select:-moz-placeholder:-ms-input-placeholder,
.order-page .wa-field-wrapper .wa-input:-moz-placeholder:-ms-input-placeholder,
.order-page .wa-field-wrapper .wa-textarea:-moz-placeholder:-ms-input-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle:-moz-placeholder:-ms-input-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:-moz-placeholder:-ms-input-placeholder {
    opacity: 0 !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select::-moz-placeholder,
.order-page .wa-field-wrapper .wa-input::-moz-placeholder,
.order-page .wa-field-wrapper .wa-textarea::-moz-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle::-moz-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input::-moz-placeholder {
    transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease;
}

.order-page .s-styled-select select::-moz-placeholder::-webkit-input-placeholder,
.order-page .wa-field-wrapper .wa-input::-moz-placeholder::-webkit-input-placeholder,
.order-page .wa-field-wrapper .wa-textarea::-moz-placeholder::-webkit-input-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle::-moz-placeholder::-webkit-input-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input::-moz-placeholder::-webkit-input-placeholder {
    opacity: 0 !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select::-moz-placeholder:-moz-placeholder,
.order-page .wa-field-wrapper .wa-input::-moz-placeholder:-moz-placeholder,
.order-page .wa-field-wrapper .wa-textarea::-moz-placeholder:-moz-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle::-moz-placeholder:-moz-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input::-moz-placeholder:-moz-placeholder {
    opacity: 0 !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select::-moz-placeholder::-moz-placeholder,
.order-page .wa-field-wrapper .wa-input::-moz-placeholder::-moz-placeholder,
.order-page .wa-field-wrapper .wa-textarea::-moz-placeholder::-moz-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle::-moz-placeholder::-moz-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input::-moz-placeholder::-moz-placeholder {
    opacity: 0 !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select::-moz-placeholder:-ms-input-placeholder,
.order-page .wa-field-wrapper .wa-input::-moz-placeholder:-ms-input-placeholder,
.order-page .wa-field-wrapper .wa-textarea::-moz-placeholder:-ms-input-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle::-moz-placeholder:-ms-input-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input::-moz-placeholder:-ms-input-placeholder {
    opacity: 0 !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select:-ms-input-placeholder,
.order-page .wa-field-wrapper .wa-input:-ms-input-placeholder,
.order-page .wa-field-wrapper .wa-textarea:-ms-input-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle:-ms-input-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:-ms-input-placeholder {
    transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease;
}

.order-page .s-styled-select select:-ms-input-placeholder::-webkit-input-placeholder,
.order-page .wa-field-wrapper .wa-input:-ms-input-placeholder::-webkit-input-placeholder,
.order-page .wa-field-wrapper .wa-textarea:-ms-input-placeholder::-webkit-input-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle:-ms-input-placeholder::-webkit-input-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:-ms-input-placeholder::-webkit-input-placeholder {
    opacity: 0 !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select:-ms-input-placeholder:-moz-placeholder,
.order-page .wa-field-wrapper .wa-input:-ms-input-placeholder:-moz-placeholder,
.order-page .wa-field-wrapper .wa-textarea:-ms-input-placeholder:-moz-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle:-ms-input-placeholder:-moz-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:-ms-input-placeholder:-moz-placeholder {
    opacity: 0 !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select:-ms-input-placeholder::-moz-placeholder,
.order-page .wa-field-wrapper .wa-input:-ms-input-placeholder::-moz-placeholder,
.order-page .wa-field-wrapper .wa-textarea:-ms-input-placeholder::-moz-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle:-ms-input-placeholder::-moz-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:-ms-input-placeholder::-moz-placeholder {
    opacity: 0 !important;
    transform: translateX(10px) !important;
}

.order-page .s-styled-select select:-ms-input-placeholder:-ms-input-placeholder,
.order-page .wa-field-wrapper .wa-input:-ms-input-placeholder:-ms-input-placeholder,
.order-page .wa-field-wrapper .wa-textarea:-ms-input-placeholder:-ms-input-placeholder,
.order-page .wa-dropdown>.wa-dropdown-toggle:-ms-input-placeholder:-ms-input-placeholder,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input:-ms-input-placeholder:-ms-input-placeholder {
    opacity: 0 !important;
    transform: translateX(10px) !important;
}

.order-page .wa-dropdown.is-opened>.wa-dropdown-toggle,
.order-page .wa-dropdown>.wa-dropdown-area:hover {
    border-color: #007bff;
}

.order-page .s-styled-select select,
.order-page .wa-dropdown>.wa-dropdown-toggle {
    padding-right: 2rem;
}

.order-page .s-styled-select {
    position: relative;
    display: inline-block;
}

.order-page .s-styled-select .s-icon {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.428571428571429rem;
    height: 0.428571428571429rem;
    -webkit-transform: translate(50%, -75%) rotate(45deg);
    transform: translate(50%, -75%) rotate(45deg);
    border: solid #aaa;
    border-width: 0 1px 1px 0;
    transition: border-color 200ms linear;
}

/* ... */
.order-page .wa-order-cart-wrapper .wa-cart-body {
    padding-top: 16px;
    padding-bottom: 16px;
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product,
.order-page .wa-order-cart-wrapper .wa-cart-details {
    padding-left: 20px;
    padding-right: 20px;
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-coupon-section .wa-inactive-state,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-inactive-state {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-coupon-section .wa-inactive-state .wa-input,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-inactive-state .wa-input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-coupon-section .wa-active-state,
.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-coupon-section .wa-active-state .wa-text,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-active-state,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-active-state .wa-text {
    display: flex;
    align-items: center;
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-coupon-section .wa-button,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button {
    cursor: pointer;
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-coupon-section .wa-button.gray,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button.gray {
    padding: 4px 7px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    color: rgba(40, 47, 55, 0.75);
    background-color: rgba(40, 47, 55, 0.04);
    border: 2px solid transparent;
    border-radius: 3px;
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-coupon-section .wa-button.gray:hover,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button.gray:hover {
    background-color: rgba(40, 47, 55, 0.06);
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-price-section .wa-price-total,
.order-page .wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-total {
    font-weight: 900;
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product {
    overflow: hidden;
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-name {
    font-size: 15px;
    text-decoration: none;
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-services .wa-service .wa-label {
    padding-left: 21px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(40, 47, 55, 0.75);
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-sku {
    font-size: 13px;
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-actions .wa-action .wa-icon {
    width: 20px;
    height: 20px;
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body>*.wa-column-image {
    margin-bottom: 8px;
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-price-section .wa-price-total {
    font-size: 16px;
    font-weight: 700;
    color: #282f37;
}

.order-page .wa-order-cart-wrapper .wa-cart-details .wa-affiliate-section .wa-bonus-details .wa-details {
    font-size: 13px;
}

.order-page .wa-order-cart-wrapper .wa-cart-details .wa-affiliate-section #wa-affiliate-order-discount {
    white-space: nowrap;
}

.order-page .wa-order-cart-wrapper .wa-cart-details .wa-affiliate-section .wa-button {
    padding: 4px 7px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    color: rgba(40, 47, 55, 0.75);
    background-color: rgba(40, 47, 55, 0.06);
    border: 2px solid transparent;
    border-radius: 3px;
    cursor: pointer;
}

.order-page .wa-order-cart-wrapper .wa-cart-details .wa-affiliate-section .wa-button:hover {
    background-color: rgba(40, 47, 55, 0.04);
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-form-body {
    padding: 16px 20px;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-section>.wa-section-header>.wa-header {
    font-size: 20px;
    font-weight: 900;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-field-wrapper .wa-label {
    font-size: 13px;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-types-section>.wa-header,
.order-page .wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-variants-section>.wa-header {
    font-size: 13px;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #282f37;
    background: rgba(40, 47, 55, 0.04);
    box-shadow: none;
    border-width: 2px;
    border-color: rgba(40, 47, 55, 0.04);
    transition: background-color 0.35s ease;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-name a {
    color: rgba(40, 47, 55, 0.75);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-price,
.order-page .wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-date {
    color: rgba(40, 47, 55, 0.75);
    font-size: 15px;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper.is-active {
    color: #fff;
    box-shadow: none;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper.is-active .wa-name a,
.order-page .wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper.is-active .wa-price,
.order-page .wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper.is-active .wa-date {
    color: #fff;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper.is-active {
    background: #007bff;
    border-color: #007bff;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper:hover {
    border-color: #007bff;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper {
    color: #282f37;
    background: rgba(40, 47, 55, 0.04);
    box-shadow: none;
    border-width: 2px;
    border-color: rgba(40, 47, 55, 0.04);
    transition: background-color 0.35s ease;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper .wa-method .wa-method-body .wa-payment-name a {
    color: #282f37;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper .wa-method .wa-method-body .wa-description {
    font-size: 13px;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper .wa-method .wa-method-body .wa-description a {
    color: #fff;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper.is-active {
    color: #fff;
    box-shadow: none;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper.is-active .wa-method-body .wa-payment-name a,
.order-page .wa-order-form-wrapper.with-adaptive .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper.is-active .wa-method-body .wa-description {
    color: #fff;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper.is-active {
    background: #007bff;
    border-color: #007bff;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper:hover {
    border-color: #007bff;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-details-section .wa-details-description {
    font-size: 13px;
    font-weight: 600;
    color: rgba(40, 47, 55, 0.75);
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    line-height: 15px;
    text-shadow: none;
    color: #fff;
    background-color: #007bff;
    border: 2px solid #007bff;
    border-radius: 3px;
    cursor: pointer;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button:hover {
    background-color: rgba(0, 123, 255, 0.9);
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button:focus {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button:hover,
.order-page .wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button:active,
.order-page .wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button:focus {
    box-shadow: none;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-flex-wrapper .wa-actions-section {
    margin-top: 16px;
    flex: 1 1 100%;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item.wa-item-total {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.order-page .wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item.wa-item-total .wa-name,
.order-page .wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item.wa-item-total .wa-value .wa-price {
    font-size: 24px;
    font-weight: 900;
}

.order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body>*.wa-column-quantity {
    box-sizing: content-box;
}

.order-empty {
    margin: 0 auto;
    text-align: center;
}

.order-empty .order-empty__icon {
    width: 200px;
    color: rgba(40, 47, 55, 0.15);
}

.order-empty .order-empty__description {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 700;
    color: rgba(40, 47, 55, 0.75);
}

.order-success {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 20px;
    background-color: #fff;
    border-radius: 8px;
}

.order-success .order-success__icon {
    width: 200px;
    color: #007bff;
}

.order-success .order-success__title {
    font-weight: 900;
    color: #282f37;
}

.order-success .order-success__description {
    font-weight: 700;
    color: rgba(40, 47, 55, 0.75);
}

.order-success .order-success__payment {
    font-size: 13px;
}

.order-success .order-success__plugins,
.order-success .order-success__payment,
.order-success .order-success__actions {
    margin-top: 12px;
}

.order-success .order-success__icon-box,
.order-success .order-success__title,
.order-success .order-success__description,
.order-success .order-success__actions {
    text-align: center;
}

@media screen and (max-width: 600px) {

    .order-page .wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item.wa-item-total .wa-name,
    .order-page .wa-order-form-wrapper.with-adaptive .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item.wa-item-total .wa-value .wa-price {
        font-size: 15px;
    }
}

/*!
 * Cart checkout
 */
.checkout-page .checkout-page__title {
    margin-bottom: 24px;
}

.checkout-page .checkout-page__row {
    align-items: flex-start;
}

.checkout-page .my-profile {
    padding: 0;
    border: none;
    box-shadow: none;
}

.checkout-nav {
    margin-bottom: 40px;
    align-items: stretch;
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
}

.checkout-nav .checkout-nav__item {
    display: flex;
    align-items: center;
    padding: 25px;
    color: rgba(40, 47, 55, 0.75);
    border-right: 1px solid rgba(40, 47, 55, 0.06);
    background-color: #fff;
}

.checkout-nav .checkout-nav__num {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin-right: 10px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    background-color: rgba(40, 47, 55, 0.04);
    border-radius: 100%;
}

.checkout-nav .checkout-nav__num.is-current {
    color: #007bff;
}

.checkout-nav .checkout-nav__icon {
    margin-right: 10px;
}

.checkout-nav .checkout-nav__link {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.checkout-nav .checkout-nav__link:not(.is-current) {
    color: rgba(40, 47, 55, 0.75);
}

.cart-steps-wrapper {
    padding: 25px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
}

.cart-auth-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 900;
}

/*!
 * Cart auth
 */
.cart-auth .cart-auth__login {
    padding-left: 0;
    list-style: none;
}

.cart-auth .cart-auth__authorized {
    margin-bottom: 30px;
}

.cart-auth .cart-auth__user {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
}

.cart-auth .cart-auth__user-image {
    margin-right: 10px;
    border-radius: 100%;
}

.cart-auth .cart-auth__user-text {
    color: #747474;
}

/*!
 * Cart contactinfo ( also see site/elements/element.forms.sass file )
 */
.checkout-page .service-agreement-wrapper {
    margin-bottom: 0;
}

.checkout-page .wa-auth-adapters ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.checkout-page .wa-auth-adapters li {
    margin-right: 10px;
}

.checkout-page .wa-auth-adapters a {
    display: flex;
    align-items: center;
}

.checkout-page .wa-auth-adapters img {
    margin-right: 5px;
}

/*!
 * Cart shipping
 */
.shipping-page .shipping-page__title {
    margin-bottom: 32px;
}

.shipping-options {
    padding-left: 0;
    list-style: none;
}

.shipping-options .shipping-options__item {
    margin-bottom: 16px;
    padding: 16px 20px;
    border: 2px solid #fed980;
    border-radius: 4px;
    background-color: rgba(254, 217, 128, 0.06);
}

.shipping-options .shipping-options__title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 900;
}

.shipping-options .shipping-options__label {
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}

.shipping-options .shipping-options__indicator {
    top: inherit;
}

.shipping-options .shipping-options__controls {
    margin-bottom: 7px;
}

.shipping-options .shipping-options__description {
    margin-bottom: 7px;
    font-size: 15px;
    color: rgba(40, 47, 55, 0.75);
}

.shipping-options .shipping-options__price-wrapper {
    margin-bottom: 7px;
    display: inline-flex;
    align-items: flex-end;
    font-size: 20px;
    font-weight: 900;
}

.shipping-options .shipping-options__price-text {
    padding-right: 10px;
}

.shipping-options .shipping-options__delivery-wrapper {
    font-size: 15px;
}

.shipping-options .shipping-options__delivery-text {
    padding-right: 7px;
}

.shipping-options .shipping-options__rate {
    margin-bottom: 15px;
}

/*!
 * Cart payment
 */
.payment-page .payment-page__title {
    margin-bottom: 32px;
}

.payment-options {
    padding-left: 0;
    list-style: none;
}

.payment-options .payment-options__item {
    margin-bottom: 16px;
    padding: 16px 20px;
    border: 2px solid #fed980;
    border-radius: 4px;
    background-color: rgba(254, 217, 128, 0.06);
}

.payment-options .payment-options__title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 900;
}

.payment-options .payment-options__label {
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}

.payment-options .payment-options__indicator {
    top: inherit;
}

.payment-options .payment-options__controls {
    margin-bottom: 7px;
}

.payment-options .payment-options__select {
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.payment-options .payment-options__select:focus {
    outline: 0;
}

.payment-options .payment-options__description {
    margin-bottom: 7px;
    color: #747474;
}

/*!
 * Cart confirmation
 */
.confirm-page .confirm-page__title {
    margin-bottom: 24px;
}

.confirm-contacts {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(40, 47, 55, 0.06);
}

.confirm-contacts .confirm-contacts__title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

.confirm-contacts .confirm-contacts__content {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
}

.confirm-contacts .confirm-contacts__image {
    margin-right: 12px;
    width: 48px !important;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
}

.confirm-contacts .confirm-contacts__address {
    color: rgba(40, 47, 55, 0.75);
}

.confirm-products .confirm-products__title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 900;
}

.confirm-products .confirm-products__list {
    padding-left: 0;
    list-style: none;
}

.confirm-products .confirm-products__item {
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(40, 47, 55, 0.06);
}

.confirm-products .confirm-products__image {
    margin-right: 16px;
}

.confirm-products .confirm-products__name {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: bold;
}

.confirm-products .confirm-products__quantity {
    font-size: 15px;
    color: rgba(40, 47, 55, 0.75);
}

.confirm-products .confirm-products__quantity-text {
    margin-right: 8px;
}

.confirm-products .products-services {
    margin-bottom: 12px;
    padding-left: 12px;
    list-style: none;
    font-size: 15px;
    color: rgba(40, 47, 55, 0.75);
}

.confirm-products .products-services__ornament,
.confirm-products .products-services__name,
.confirm-products .products-services__price {
    margin-right: 12px;
}

.confirm-products .confirm-products__total {
    font-size: 24px;
    font-weight: 900;
}

.confirm-products .confirm-products__total-text {
    margin-right: 12px;
}

.confirm-total {
    display: none;
}

.confirm-comment textarea {
    min-height: 200px;
}

.confirm-terms {
    margin-top: 15px;
}

/*!
 * Checkout success
 */
.checkout-success .checkout-success__title {
    margin-top: 0;
}

.checkout-success .plugin-wrapper input[type="submit"] {
    margin-bottom: 12px;
    padding: 12px 24px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    color: #fff;
    border: 2px solid #007bff;
    border-radius: 3px;
    background-color: #007bff;
    cursor: pointer;
}

.checkout-success .plugin-wrapper input[type="submit"]:hover,
.checkout-success .plugin-wrapper input[type="submit"]:active,
.checkout-success .plugin-wrapper input[type="submit"]:focus {
    box-shadow: none;
}

/*!
 * My orders
 */
.my-orders {
    padding: 16px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
}

.my-orders .my-orders__title {
    margin-top: 0;
}

.my-orders .my-orders__box {
    background-color: rgba(254, 217, 128, 0.15);
    border: 1px solid #fff;
    border-radius: 3px;
    overflow: hidden;
}

.my-orders .my-orders__box:not(:last-child) {
    margin-bottom: 20px;
}

.my-orders .my-orders__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    color: #fff;
}

.my-orders .my-orders__link:hover {
    color: #fff;
}

.my-orders .my-orders__details {
    padding: 12px 16px;
}

.my-orders .my-orders__date,
.my-orders .my-orders__shipping-title,
.my-orders .my-orders__payment-title {
    color: #747474;
    font-weight: bold;
}

.my-orders .my-orders__items {
    margin-top: 10px;
}

.my-orders .my-orders__shipping-name,
.my-orders .my-orders__payment-name {
    padding-left: 7px;
}

.my-orders .my-orders__more {
    margin-top: 15px;
}

/*!
 * My order
 */
.my-order {
    padding: 16px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
}

.my-order .my-order__pin-submit {
    margin-top: 10px;
}

.my-order .my-order__title {
    margin-top: 0;
}

.my-order .my-order__header {
    margin-top: 0;
}

.my-order .my-order__id {
    padding-right: 13px;
}

.my-order .my-order__date {
    margin-bottom: 4px;
    font-size: 15px;
    color: rgba(40, 47, 55, 0.75);
}

.my-order .my-order__contact-title {
    font-size: 15px;
    font-weight: bold;
}

.my-order .my-order__contact {
    margin-bottom: 16px;
}

.my-order .my-order__contact-box {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.my-order .my-order__contact-image {
    margin-right: 7px;
    width: 48px !important;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    border-radius: 100%;
}

.my-order .my-order__contact-address {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: rgba(40, 47, 55, 0.75);
}

.my-order .my-order__contact-address br {
    display: none;
}

.my-order .overhanging {
    margin-right: 4px;
}

.my-order .my-order__shipping,
.my-order .my-order__payment,
.my-order .my-order__comment {
    margin-bottom: 16px;
}

.my-order .my-order__shipping-title,
.my-order .my-order__payment-title {
    font-size: 20px;
    font-weight: 900;
}

.my-order .my-order__shipping-text {
    margin-top: 7px;
}

.my-order .my-order__plugin {
    margin-top: 10px;
}

.my-order__products .my-order__thead th {
    color: rgba(40, 47, 55, 0.75);
    border-bottom: 1px solid rgba(40, 47, 55, 0.06);
    background-color: rgba(40, 47, 55, 0.06);
}

.my-order__products .my-order__thead th:nth-child(2),
.my-order__products .my-order__thead th:nth-child(3) {
    min-width: 150px;
}

.my-order__products .total-sum {
    font-size: 24px;
    font-weight: 900;
}

/*!
 * My affiliate
 */
.my-affiliate {
    padding: 16px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
}

.my-affiliate .my-affiliate__title {
    margin-top: 0;
}

/*!
 * Compare
 */
.compare-page .compare-page__filter .btn:first-child {
    margin-right: 10px;
}

.compare-page .compare-page__table {
    margin-top: 30px;
}

.compare-page .compare-page__button {
    margin-top: 30px;
}

/*!
 * Product dialog
 */
.product-dialog .product-dialog__title {
    font-size: 24px;
    font-weight: 900;
}

.product-dialog .product-dialog__title:hover {
    text-decoration: none;
}

.product-dialog .product-dialog__content {
    padding-left: 45px;
}

.product-dialog .product-added__buttons {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product-dialog .product-dialog__close--cross {
    position: absolute;
    top: -35px;
    right: -35px;
    color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
    z-index: 1;
}

.product-dialog .product-dialog__close--cross:focus {
    outline: 0;
}

.product-dialog .product-dialog__close--back {
    margin-right: 15px;
    margin-bottom: 16px;
}

/*!
 * Badges
 */
.badges {
    list-style: none;
    padding-left: 0;
}

.badges .badges__item {
    display: inline-block;
    margin-right: .3rem;
    margin-bottom: .3rem;
}

.badges .badges__link {
    padding: .25em .4em;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #007bff;
    border-radius: .25rem;
}

.badges .badges__link:hover {
    text-decoration: none;
}

/*!
 * Plugins
 */
.clicklite {
    max-width: 500px;
    border-radius: 3px;
}

.clicklite .clicklite__h {
    text-align: center;
}

.clicklite .clicklite__close {
    right: 15px;
    top: 5px;
}

.clicklite .form-control {
    margin-bottom: 12px;
}

.clicklite .btn-default {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.clicklite .clicklite__row {
    text-align: center;
}

.clicklite .clicklite__row:first-child {
    margin-bottom: 16px;
}

.clicklite .clicklite__img {
    width: 64px;
}

.clicklite .clicklite__name {
    width: auto;
}

.clicklite .clicklite__n {
    font-size: 13px;
    font-weight: 600;
}

.clicklite .clicklite__price {
    font-weight: normal;
}

.clicklite .clicklite__price,
.clicklite .clicklite__counter,
.clicklite .clicklite__totalPrice {
    width: auto;
    font-size: 16px;
}

.clicklite .clicklite__counter {
    padding-left: 16px;
    padding-right: 16px;
}

.clicklite .clicklite__counterMinus,
.clicklite .clicklite__counterPlus,
.clicklite .clicklite__counterCount {
    display: inline-block;
    width: auto;
    height: auto;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: rgba(40, 47, 55, 0.06);
    background-color: rgba(40, 47, 55, 0.06);
    padding: 12px 8px;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 3px;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

.clicklite .clicklite__counterMinus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.clicklite .clicklite__counterPlus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.clicklite .clicklite__counterCount {
    max-width: 40px;
    font-weight: 700;
    text-align: center;
    border: none;
    border-radius: 0;
    background-color: rgba(40, 47, 55, 0.06);
}

.clicklite .clicklite__quantity {
    background-color: transparent;
}

.clicklite .clicklite__politika {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.clicklite .clicklite__thankText {
    text-align: center;
}

.clicklite .clicklite__thankText h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: rgba(40, 47, 55, 0.75);
}

.clicklite .clicklite__thankText p {
    font-size: 18px;
    font-weight: 600;
    color: rgba(40, 47, 55, 0.75);
}

.clicklite input[type="button"].clicklite__buttonClose,
.clicklite input[type="submit"].clicklite__button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    height: auto;
    padding: 12px 24px;
    font-size: 15px;
}

.clickliteW {
    background-color: rgba(40, 47, 55, 0.5) !important;
}

.clickliteW_active {
    opacity: 1 !important;
}

.btn-quickorder,
.storequickorder-button,
.quickorder-button,
.quickorder-button-cart,
.my-order__plugin input[type="submit"] {
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: 2px solid transparent !important;
    padding: 8px 24px !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 15px !important;
    border-radius: 2px !important;
    color: #000 !important;
    background-color: #fed980 !important;
    transition: all 0.35s ease-in-out !important;
    cursor: pointer !important;
}

.btn-quickorder:hover,
.storequickorder-button:hover,
.quickorder-button:hover,
.quickorder-button-cart:hover,
.my-order__plugin input[type="submit"]:hover {
    background-color: rgba(254, 217, 128, 0.9) !important;
}

.quickorder-button:hover,
.quickorder-button-cart:hover {
    text-decoration: none;
}

.quickorder-button i,
.quickorder-button-cart i {
    font-style: normal !important;
}

.storequickorder_cart_button,
.quickorder-button-cart,
.product-quickorder--products .quickorder-button {
    width: 100%;
}

#storequickorder .dialog-window {
    min-width: 320px;
    border-color: #fff !important;
}

#storequickorder .window-name {
    margin-top: 0;
}

#storequickorder .dialog-content-indent {
    padding-bottom: 0 !important;
}

#storequickorder .storequickorder-window-product_info {
    margin-bottom: 10px;
    text-align: center;
}

#storequickorder .storequickorder-window-product_info-image,
#storequickorder .storequickorder-window-product_info-name {
    display: block;
}

#storequickorder .storequickorder-window-product_info-image {
    margin: 0 auto;
}

#storequickorder .storequickorder-window-product_info-name {
    margin-top: 10px;
    color: #747474;
}

#storequickorder .wa-name {
    color: #747474;
}

#storequickorder .dialog-buttons-gradient {
    padding-top: 0 !important;
    text-align: center;
}

#storequickorder .submit-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 2px;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

@media (max-width: 575px) {
    .cart-products {
        margin-bottom: 16px;
    }

    .cart-products .cart-product__column:nth-child(1),
    .cart-products .cart-product__column:nth-child(2) {
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 1299px) {
    .cart-products .cart-products__header-item:not(:first-child) {
        display: none;
    }

    .cart-products .cart-product {
        position: relative;
        flex-wrap: wrap;
    }

    .cart-products .cart-product__column:nth-child(3),
    .cart-products .cart-product__column:nth-child(4),
    .cart-products .cart-product__column:nth-child(5) {
        width: auto;
        padding: 0 15px;
    }

    .cart-products .cart-product__column:last-child {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .cart-products .cart-product__delete {
        padding: 0;
    }

    .cart-products .cart-product__price,
    .cart-products .product-quantity,
    .cart-products .service {
        margin-bottom: 12px;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .cart-products .cart-product__column:nth-child(2) {
        margin-top: 10px;
        width: 83%;
    }
}
i.download{
    background-repeat: no-repeat;
    background-image: url(/wa-content/img/icon16.png?1504);
    height: 16px;
    width: 16px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none!important;
    background-position: -272px 0px;
    vertical-align: middle;
}
.brand.row a{
    display: block;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid rgba(40, 47, 55, 0.06);
}
.brand.row a img {
    margin: auto;
    max-height: 80px;
}

.brand.row span{
    display: block;
    padding: 10px 0 ;
    background-color: rgba(40, 47, 55, 0.06);
}
.brand.row a > div{
    height: 80px;
    display: flex;
    align-items: center;
}
.dop_link {
    padding: 20px 0;
}
.dop_link img{
    max-width: 60px;
    margin-right: 10px;
}
.dop_link a{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}