/* fonts
------------------------------------------------------------------- */
* {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.uk-offcanvas-content{
    min-width: 320px;
}

/* c-logo
------------------------------------------------------------------- */
.c-logo {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .c-logo {
        max-width: 180px;
        margin: 0 auto;
    }
}

.name-shop{color: var(--main-color);margin-right:20px;}

@media (max-width: 767px) {.name-shop{display:none;}}


/* c-title
------------------------------------------------------------------- */
.c-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 2px solid #f5f5ff;
    text-align: center;
}

.c-title__search {
	color: #f60;
    padding: 0 10px;
    /*background: #fdf2cc;*/
}

.c-title--no-border {
    padding-bottom: 0;
    border-bottom: 0;
}


/* c-form
------------------------------------------------------------------- */

.c-form {
    width: 100%;
}

.c-form__row {
    margin-top: 10px;
}

.c-form__row:first-of-type {
    margin-top: 0;
}

.c-form__row--line {
    /*margin-top: 20px;*/
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.c-form label {
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-form label:before {
    display: block;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    margin-right: 15px;
    content: '';
    border: 1px solid #f5f5ff;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}

.c-form label [type='radio'],
.c-form label [type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.c-form label:before {
    display: block;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    margin-right: 15px;
    content: '';
    border: 1px solid #ccc;
    background: #fff;
}

.c-form label:hover {
    text-decoration: underline;
}

.c-form label:not(.active):hover:before {
    border-color: #999;
}

.c-form label.active:before {
    background: var(--main-color);
}

.c-form select,
.c-form textarea,
.c-form [type='url'],
.c-form [type='text'],
.c-form [type='email'],
.c-form [type='password']{
    width: 100%;
    height: 30px;
    padding: 0 15px;
    color: #666;
    border: 1px solid #c5d0e6;
	border-radius:5px;
    background: #fff;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.c-form [type='search'] {
    width: 85%;
    /*height: 40px;*/
    padding: 5px 10px;
    color: #666;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 767px) {
    .c-form select,
    .c-form textarea,
    .c-form [type='url'],
    .c-form [type='text'],
    .c-form [type='email'],
    .c-form [type='search'],
    .c-form [type='password']{
        height: 30px;
        padding: 0 10px;
    }
}

.c-form select:focus,
.c-form textarea:focus,
.c-form [type='url']:focus,
.c-form [type='text']:focus,
.c-form [type='email']:focus,
.c-form [type='search']:focus,
.c-form [type='password']:focus {
    border-color: #999;
}

.c-form textarea {
    line-height: 1.4;
    min-height: 180px;
    padding: 10px;
}

.c-form ::-moz-placeholder,
.c-form ::-webkit-input-placeholder,
-ms-input-placeholder
{
    color: #999;
}

.c-form--width {
    max-width: 300px;
}

@media (max-width: 767px) {
    .c-form--width {
        max-width: none;
    }
}

/* c-button
------------------------------------------------------------------- */

.c-button,
.c-button--link,
.c-button--border,
a.addToCompare,
#for-button-all-load > #load-all-comments,
.addToCart,
.filter-btn,
.default-btn,
.product-info,
.refreshFiltere,
.c-buy__buttons > a,
.c-buy__buttons > a.addToCompare,
.pr-form-designer .default-btn,
.pr-send-booking-click-button.pr-booking-btn,
a.pr-buy-click-button.pr-plugin-btn,
.wrapper-modal-pr-buy-click .pr-action-buttons .pr-send-order-click-button,
.pr-recently-viewed .addToCart.default-btn,
.pr-recently-viewed .product-info.default-btn,
.pr-form-designer .default-btn,
.form-designer-submit
{
	background: transparent;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: var(--main-color);
	font-size: 14px;
    font-weight: normal;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 30px;
    width: auto;
    max-width: 270px;
    padding: 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
    -moz-transition: color .3s, background .3s, box-shadow .3s;
    -o-transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s;
    text-align: center;
	text-decoration: none;
	text-shadow: none;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	float: inherit;
}

.c-button:active,
.c-button--link:active,
.c-button--border:active,
a.addToCompare:active,
#for-button-all-load > #load-all-comments:active,
.addToCart:active,
.filter-btn:active,
.default-btn:active,
.product-info:active,
.refreshFiltere:active,
.c-buy__buttons > a:active,
.c-buy__buttons > a.addToCompare:active,
.pr-form-designer .default-btn:active,
.pr-send-booking-click-button.pr-booking-btn:active,
a.pr-buy-click-button.pr-plugin-btn:active,
.wrapper-modal-pr-buy-click .pr-action-buttons .pr-send-order-click-button:active,
.pr-recently-viewed .addToCart.default-btn:active,
.pr-recently-viewed .product-info.default-btn:active,
.pr-form-designer .default-btn:active,
.form-designer-submit:active
{
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.c-button:hover,
.c-button--link:hover,
.c-button--border:hover,
a.addToCompare:hover,
#for-button-all-load > #load-all-comments:hover,
.addToCart:hover,
.addToCart:hover,
.filter-btn:hover,
.default-btn:hover,
.product-info:hover,
.refreshFiltere:hover,
.c-buy__buttons > a:hover,
.c-buy__buttons > a.addToCompare:hover,
.pr-form-designer .default-btn:hover,
.pr-send-booking-click-button.pr-booking-btn:hover,
a.pr-buy-click-button.pr-plugin-btn:hover,
.wrapper-modal-pr-buy-click .pr-action-buttons .pr-send-order-click-button:hover,
.pr-recently-viewed .addToCart.default-btn:hover,
.pr-recently-viewed .product-info.default-btn:hover,
.pr-form-designer .default-btn:hover,
.form-designer-submit:hover
{
    opacity: .6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: -webkit-linear-gradient(315deg, var(--main-color), var(--secondary-color));
    background: -moz-linear-gradient(315deg, var(--main-color), var(--secondary-color));
    background: -o-linear-gradient(315deg, var(--main-color), var(--secondary-color));
    background: linear-gradient(135deg, var(--main-color), var(--secondary-color));
    border: 1px solid #333;
	box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
    color: #fff;
}


.c-button--border {
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    color: #000;
    border: 2px solid #f5f5ff;
    background: #fff;
}

.c-button--border:hover {
    border-color: var(--main-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-info{
   margin-bottom: 44px;
}

@media (min-width: 1025px) {
	.c-filter__button{
		display: none;
	}
}
@media (max-width: 1024px) {
	.c-filter__button{
		display: block;
	}
}

.c-form__row .c-button {
    margin-top: 10px;
}

.payment-form-block [type='submit'] {
    font-size: 16px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    margin-bottom: 16px;
    padding: 0 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .3s, background .3s, box-shadow .3s;
    -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
    -o-transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, -webkit-box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    text-align: center;
    white-space: nowrap;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 5px;
    background: none;
    /*background: -webkit-linear-gradient(315deg, var(--main-color), var(--secondary-color));*/
    /*background: -o-linear-gradient(315deg, var(--main-color), var(--secondary-color));*/
    /*background: linear-gradient(135deg, var(--main-color), var(--secondary-color));*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .payment-form-block [type='submit'] {
        font-size: 16px;
        width: 100%;
        height: 30px;
        padding: 0 16px;
    }
}

@media (min-width: 1025px) {
    .payment-form-block [type='submit']:active {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
    }

    .payment-form-block [type='submit']:hover {
        -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
        box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
    }
}


/* c-amount
------------------------------------------------------------------- */
.c-amount {
     display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .c-amount {
        margin: 10px 0;
    }
}

.c-amount__up,
.c-amount__down {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 30px;
    color: #999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .c-amount__up,
    .c-amount__down {
        height: 30px;
    }
}

.c-amount__up:hover,
.c-amount__down:hover {
    background: #cdcdcd;
}

.c-amount__up {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
}

a.c-amount__down.down {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.c-amount [type='text'] {
    width: 50px;
    text-align: center;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.c-table .c-amount,
.c-product .c-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-buy .c-amount {
    margin-right: 10px;
    border: 1px solid #ccc;
}

/* c-copyright
------------------------------------------------------------------- */
.c-widget{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-copyright {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-copyright__pulsar{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-copyright__pulsar.powered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-copyright__pulsar.powered a {
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .c-widget, .c-copyright {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/*-----*/
.color-block > * {
    vertical-align: middle;
}

.size-block > span,
.color-block > span {
    display: inline-block;
    min-width: 60px;
    margin-right: 5px;
}

.body {
    scroll-behavior: smooth;
}

.c-order__list--width {
    width: 100%;
    margin-bottom: 10px;
}

li.c-order__list--item.c-order__radiobutton label:not(:last-of-type),
.order-storage label {
    margin-bottom: 10px;
}

.order-storage.c-form {
    margin-top: 10px;
}

.st-error {
    color: #ef454b;
}

.order-storage label [disabled] + span {
    text-decoration: line-through;
    color: #525252;
}

.c-goods__item.product-wrapper .c-buy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-goods__item.product-wrapper .c-buy .cart_form {
    margin-bottom: 10px;
}

select[name='userCustomCurrency'] {
    color: #666;
    border: 1px solid #f5f5ff;
    background: #fff;
}


/* c-description
------------------------------------------------------------------- */
.c-description {
    line-height: 1.6;
}

.c-description h1 {
    line-height: 1.2;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.c-description .c-description__img {
    float: left;
    max-width: 200px;
    max-height: 150px;
    margin: 0 16px 10px 0;
}

.c-description__top {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .c-description__top {
        display: none;
    }
}

.c-description__bottom {
    margin-top: 26px;
    padding-top: 16px;
}

.c-description__bottom .c-title {
    margin-bottom: 1rem;
}

/* c-order
------------------------------------------------------------------- */
.c-order__title {
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 20px);
    height: 40px;
    margin-bottom: 16px;
    padding: 0 16px;
    background: #f5f5ff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .c-order__title {
        height: 34px;
    }
}

.c-order__title:before {
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f5f5ff;
}

@media (max-width: 767px) {
	.c-order__title:before {
		right: -17px;
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent;
		border-left: 17px solid #ededed;
	}
}

.c-order__title--last {
    font-size: 18px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .c-order__title--last {
        font-size: 15px;
    }
}

.c-order__title--last:before {
    display: none;
}

.c-order__title--small {
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 6px;
}

.c-order__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-order__list--item {
    width: 49%;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .c-order__list--item {
        width: 100%;
    }
}

.c-order__list--width {
    width: 100%;
}

@media (max-width: 767px) {
    .c-order__payment {
        margin-bottom: 10px;
    }
}

.c-order__payment li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-order__payment li:last-child {
    margin-bottom: 0;
}

.c-order__payment li [class*='icon-'] {
    display: none;
}

.c-order__payment label {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.c-order__payment label:hover {
    text-decoration: underline;
}

.c-order__payment .rate-payment {
    font-size: 12px;
    padding-left: 6px;
    text-transform: lowercase;
}

.c-order__total {
    text-align: center;
}

.c-order__total--row {
    margin-top: 16px;
}

.c-order__total--row:first-child {
    margin-top: 0;
}

.c-order__total--amount {
    font-size: 20px;
    font-weight: 600;
    color: #F4A460;
}

@media (max-width: 767px) {
    .c-order__total--amount {
        font-size: 16px;
    }
}

/* c-alert
------------------------------------------------------------------- */
.c-alert {
    display: block;
    padding: 10px 16px;
}

@media (max-width: 767px) {
    .c-alert {
        padding: 10px;
    }
}

.c-alert--red {
    color: #a94442;
    background: #f2dede;
}

.c-alert--blue {
    color: #31708f;
    background: #d9edf7;
}

.c-alert--green {
    color: #3c763d;
    background: #dff0d8;
}

.c-alert--orange {
    color: #8a6d3b;
    background: #fcf8e3;
}


/* c-product
------------------------------------------------------------------- */
.c-product__row {
    margin-top: 10px;
}

.c-product__row:first-child {
    margin-top: 0;
}

.c-product__content {
    padding-left: 16px;
}

@media (max-width: 767px) {
    .c-product__content {
        padding-top: 10px;
        padding-left: 0;
    }
}

.c-product__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .c-product__block {
        flex-direction: column;
        margin-bottom: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.c-product__block--left {
    text-align: right;
    color: #666;
}

@media (max-width: 767px) {
    .c-product__block--left {
        width: 100%;
        text-align: left;
    }
}

.c-product__block--right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

@media (max-width: 767px) {
    .c-product__block--right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.c-product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
	color: #F4A460;
    font-weight: bold;
}

.c-product__price--current .c-product__price--value {
    color: #F4A460;
    font-size: 16px;
}

/* @media (max-width: 989px) {
    .c-product__price--current .c-product__price--value {
        font-size: 16px;
    }
} */

.c-product__price--old {
    margin-top: 10px;
}

/* .c-product__price--old .c-product__price--value {
    font-size: 20px;
    color: #666;
} */

/* @media (max-width: 989px) {
    .c-product__price--old .c-product__price--value {
        font-size: 18px;
    }
} */

.c-product__price--title {
    font-size: 16px;
    margin-right: 6px;
    color: #666;
}

@media (max-width: 989px) {
    .c-product__price--title {
        display: none;
    }
}

@media (max-width: 767px) {
    .c-product__price--title {
        font-size: 16px;
        display: block;
    }
}

.c-product__price--value {
    font-weight: 600;
    line-height: 1;
}

.c-product__stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .c-product__stock {
        margin-top: 0;
    }
}

.c-product__stock .icon {
    margin-right: 6px;
}

.c-product__stock--out,
.c-product__stock--in {
    color: #6a6a7f;
}

.c-product__stock--span {
    margin: 0 4px;
}

.c-product__message {
    margin-bottom: 16px;
}


/* property-form
------------------------------------------------------------------- */
@media (max-width: 767px) {
    .property-form {
        font-size: 12px;
    }
}

.property-form br {
    display: none;
}

.property-form p {
    line-height: 1.2;
    margin-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .property-form p {
        margin-top: 6px;
        padding-bottom: 6px;
    }
}

.property-form label {
    margin-top: 10px;
}

.property-form select {
    margin-top: 10px;
}

.property-form .property-title {
    font-weight: 600;
}

/* c-buy
------------------------------------------------------------------- */
.c-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .c-buy {
        margin-top: 0;
        align-items: center;
    }

    .buy-container.product .c-buy {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    span.c-product__stock {
        margin: 10px auto 0;
        display: inline-block;
    }
}

.c-buy__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-buy__buttons > a {
    /* margin-bottom: 10px; */
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .c-buy__buttons > a {
        /* min-width: 100%; */
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .c-buy__buttons > a + * {
        margin-left: 0;
    }
}

.c-buy__buttons .product-info {
    margin-left: 0;
}

.c-product .c-buy {
    margin-top: 16px;
}

.c-goods--list .c-buy__buttons a {
    margin-bottom: 0;
}

/* .l-body__index .c-buy__buttons {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
} */

/* c-static
------------------------------------------------------------------- */

.l-body__static .l-main__right a {
    /*text-decoration: underline;*/
    color: #2196f3;
    border-bottom: 1px dashed #2196f3;
}

.l-body__static .l-main__right a:hover {
    /*text-decoration: none;*/
    border-bottom: none;
}

/* rating
------------------------------------------------------------------- */
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .rating {
        display: none;
    }

    .cart-table .c-table caption,
    .cart-table .c-table th,
    .c-table td {
        border: none;
    }
}

.rating .rateit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rating .info {
    line-height: 1;
    margin-left: 6px;
}

@media (max-width: 767px) {
    .c-goods .rating {
        display: none;
    }
}

@media (min-width: 768px) {
    .c-goods--list .rating {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/* buy-click
------------------------------------------------------------------- */
.wrapper-pr-buy-click {
    text-align: center;
	margin-top: 5px;
}

@media (max-width: 767px) {
    .wrapper-pr-buy-click {
        margin-top: 10px;
    }
}

.wrapper-pr-buy-click .pr-buy-click-button {
    font-size: 16px;
    padding: 0;
    text-decoration: underline;
    text-transform: none;
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

@media (max-width: 767px) {
    .wrapper-pr-buy-click .pr-buy-click-button {
        font-size: 12px;
    }
}

.wrapper-pr-buy-click .pr-buy-click-button:hover {
    text-decoration: none;
}

.wrapper-modal-pr-buy-click input {
    height: 30px;
}

.wrapper-modal-pr-buy-click textarea {
    height: 100px;
}

.wrapper-modal-pr-buy-click .pr-action-buttons {
    font-size: inherit;
    display: flex;
    justify-content: center;
}

.wrapper-modal-pr-buy-click .pr-action-buttons .pr-send-order-click-button {
    font-size: 16px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /*width: 120px;*/
    height: 30px;
    padding: 0;
    text-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrapper-modal-pr-buy-click .pr-action-buttons .pr-send-order-click-button:active {
    padding: 0;
    border: 0;
}

.wrapper-modal-pr-buy-click .pr-action-buttons .close-pr-buy-button {
    font-size: 16px;
}

@media (min-width: 768px) {
    .c-goods--list .wrapper-pr-buy-click {
        max-width: 48%;
        margin-top: 16px;
    }
}

/* promo-code
------------------------------------------------------------------- */
.c-promo-code {
    position: relative;
    float: left;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .c-promo-code {
        float: none;
        margin-bottom: 30px;
    }
}

.c-promo-code .promo-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-promo-code .promo-form [type='text'] {
    margin-right: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.c-promo-code .promo-form span {
    display: none;
}

.c-promo-code #msg-about-code {
    font-size: 12px;
    margin-top: 4px;
    color: #cd4449;
}

@media (max-width: 767px) {
    .c-promo-code #msg-about-code {
        width: 100%;
        text-align: center;
    }
}

/* brand
------------------------------------------------------------------- */
.pr-brand {
    margin-top: 20px;
}

.pr-brand .pr-brand-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pr-brand .pr-brand-block .pr-brand-logo {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.pr-brand .pr-brand-block .c-carousel .owl-item {
    margin-right: 50px;
}

.pr-brand .pr-brand-block .c-carousel__arrow {
    border: none;
    background: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    top: -11px;
}

@media (min-width: 768px) {
    .pr-brand .pr-brand-block .pr-brand-logo:nth-of-type(-n + 5) {
        margin-top: 0;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .pr-brand .pr-brand-block .pr-brand-logo {
        width: calc(33.333333333333336% - 6.666666666666667px);
        margin-top: 10px;
    }

    .pr-brand .pr-brand-block .pr-brand-logo:nth-of-type(3n + 1) {
        margin-right: 10px;
    }

    .pr-brand .pr-brand-block .pr-brand-logo:nth-of-type(3n + 2) {
        margin-right: 10px;
    }

    .pr-brand .pr-brand-block .pr-brand-logo:nth-of-type(-n + 3) {
        margin-top: 0;
    }
}

@media (max-width: 374px) {
    .pr-brand .pr-brand-block .pr-brand-logo {
        width: calc(50% - 5px);
        margin-top: 10px;
    }

    .pr-brand .pr-brand-block .pr-brand-logo:nth-of-type(2n + 1) {
        margin-right: 10px;
    }

    .pr-brand .pr-brand-block .pr-brand-logo:nth-of-type(-n + 2) {
        margin-top: 0;
    }
}

.pr-brand .pr-brand-block .pr-brand-logo a {
    margin: 2px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.brands .addToCompare {
    margin-left: 10px !important;
}


/* product-slider
------------------------------------------------------------------- */
.pr-advise {
    visibility: hidden;
    padding: 10px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    border: 1px solid #f5f5ff;
}

.pr-advise--active {
    visibility: visible;
    opacity: 1;
}

.pr-advise__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 4px;
    text-align: center;
    border-bottom: 1px solid #f5f5ff;
}

.pr-advise .pr-plugin-product-slider-container {
    padding: 0;
}

.pr-advise .caroufredsel_wrapper {
    margin: auto !important;
}

.pr-advise .title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    width: 100%;
    text-align: center;
}

.pr-advise .slider-product {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.pr-advise .price {
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #cd4449;
}

.pr-advise .product-buy {
    float: none !important;
    margin-top: 10px !important;
    color: #fff !important;
}

.pr-advise .product-buy:active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.pr-plugin-product-slider-container .pr-plugin-slider .slider-product .title a {
    min-height: 30px;
    display: block;
}

.pr-plugin-product-slider-container .prev {
    background-image: url(../images/left.png);
}

.pr-plugin-product-slider-container .next {
    background-image: url(../images/right.png);
}

.pr-advise .pr-plugin-product-slider-container > a {
    background-position: 0 0;
    background-size: 100%;
    width: 45px;
    height: 45px;
}


/* scrollbar-button
------------------------------------------------------------------- */
[itemprop='description'] ul,
[itemprop='description'] ol {
    padding-left: 40px;
}

::-webkit-scrollbar-button {
    width: 5px;
    height: 0;
}

::-webkit-scrollbar-track {
    background-color: #ecedee;
}

::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: var(--main-color);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--secondary-color);
}

::-webkit-resizer {
    width: 4px;
    height: 0;
}


::-webkit-scrollbar {
    width: 9px;
}

::-webkit-input-placeholder {
    color: #949494;
}

:-ms-input-placeholder {
    color: #949494;
}

::-webkit-input-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .8s ease;
    -o-transition: text-indent .8s ease;
    transition: text-indent .8s ease;
}

::-moz-placeholder {
	color: #949494;
    text-indent: 0;
    -webkit-transition: text-indent .8s ease;
    -o-transition: text-indent .8s ease;
    transition: text-indent .8s ease;
}

:-ms-input-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .8s ease;
    -o-transition: text-indent .8s ease;
    transition: text-indent .8s ease;
}

:focus::-webkit-input-placeholder {
    text-indent: 500px;
    color: transparent;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

:focus::-moz-placeholder {
    text-indent: 500px;
    color: transparent;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

:focus:-ms-input-placeholder {
    text-indent: 500px;
    color: transparent;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

/* site-blocks
------------------------------------------------------------------- */
.site-blocks img {
    width: 30%;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}

.site-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 20px;
}

.site-blocks img:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.site-blocks > a > img {
    width: 95%;
}

.site-blocks > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}


/*
------------------------------------------------------------------- */
.lcg {
    text-align: right;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.admin-top-menu {
    z-index: 999;
}

.c-nav__text.c-menu__text {
    text-align: left;
    line-height: 1.4;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prop-item:not(.nogroup) + .nogroup {
    margin-top: 35px;
}

.m-p-slider-wrapper {
    overflow: unset;
}

.color-filter + a.pr-viewfilter {
    white-space: nowrap;
}

.rating-action ~ .info {
    display: none;
}

/* sklad
------------------------------------------------------------------- */

tr.sklad td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
}

.c-product__stock--out,
.c-product__stock--in {
    padding: 2px 10px;
    margin: 10px 0;
}

.c-product__stock--out {
    float: right;
    background: #ffe0e0;
}

.c-product__stock--in {
    background-color: #dbf5ce;
}

label.pr__prop_label_radio:before {
    border-radius: 50%;
}

/* comments
------------------------------------------------------------------- */
.comments input {
    padding: 10px;
    color: #666;
    border: 1px solid #f5f5ff;
}

#comment-subscribe {
    vertical-align: middle;
}

#for-button-all-load > #load-all-comments {
    border-radius: 30px;
}

/* ticket
------------------------------------------------------------------- */
.ticket-container > .newQuest,
.ticket-container .conteinerText > .new-send-button,
#ticketModal .view-send-button {
    background: #fff;
    border: 1px solid var(--main-color);
    border-radius: 30px;
    padding: 5px 15px;
    width: 200px;
    text-align: center;
    font-size: 16px;
    color: var(--main-color);
}

.ticket-container > .newQuest:hover,
.ticket-container .conteinerText > .new-send-button:hover,
#ticketModal .view-send-button:hover {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

.ticket-table th {
    background: #fff;
}

#postcalcShow {
    border-radius: 30px;
    padding: 20px;
}

/* faq
------------------------------------------------------------------- */
.faq-item_open > a {
    border-radius: 30px 30px 0 0;
}

.content-faq .faq-item .answer {
    padding: 20px !important;
    border-radius: 0 0 30px 30px;
}

/* agreement
------------------------------------------------------------------- */
.agreement-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.agreement-container input[type='checkbox'].agreement-data-checkbox-checkout-btn {
    left: -28px;
    position: relative;
    height: 20px;
    width: 20px !important;
}

/* ie fixes
------------------------------------------------------------------- */
.l-main .l-container,
.c-alert--blue,
.checkout-form-wrapper.c-order {
    width: 100%
}

.checkout-form-wrapper.c-order {
    overflow: hidden;
}

.pr-brand .pr-brand-block {
    overflow: hidden;
}

.pr-brand .pr-brand-block .pr-brand-logo a {
    max-width: 100%;
}

.checkout-btn.default-btn {
    margin: 0 auto 10px auto;
}

.checkCapcha {
    display: inline-block;
}

.ie-header {
    display: none;
}

.title-modal-pr-buy-click {
    display: none;
}

.wrapper-modal-pr-buy-click {
    background-color: #fff;
}

.modal-pr-order-list li input[type='text'],
.modal-pr-order-list li textarea {
    width: 85%;
    color: #666;
    border: 1px solid #f5f5ff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

.pr-price-buy-click {
    background-color: #fff;
    color: #000;
}

.modal-pr-order-list li input[type='text']:focus,
.modal-pr-order-list li textarea:focus {
    -webkit-box-shadow: rgb(243, 156, 18) 0 0 0 1px inset;
    box-shadow: rgb(243, 156, 18) 0 0 0 1px inset;
    border-color: rgb(243, 156, 18);
}

.wrapper-modal-pr-buy-click .pr-product-img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-pr-order-list li h3 {
    color: #000;
}

.wrapper-modal-pr-buy-click .pr-action-buttons .pr-send-order-click-button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wrapper-modal-pr-buy-click {
    background-color: #fff;
    border-radius: 10px;
}

.modal-pr-order-list li input[type='text'],
.modal-pr-order-list li textarea {
    width: 85%;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    padding: 10px;
}

.pr-price-buy-click {
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.modal-pr-order-list li input[type='text']:focus,
.modal-pr-order-list li textarea:focus {
    -webkit-box-shadow: rgb(243, 156, 18) 0 0 0 1px inset;
    box-shadow: rgb(243, 156, 18) 0 0 0 1px inset;
    border-color: rgb(243, 156, 18);
}

.wrapper-modal-pr-buy-click .pr-product-img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-pr-order-list li h3 {
    color: #000;
}

.wrapper-modal-pr-buy-click .pr-action-buttons .pr-send-order-click-button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-modal-pr-buy-click,
.pr-action-buttons {
    border: none;
}

.modal-pr-order-list li:not(.pr-cap) > span {
    display: none;
}

.pr-buy-click-button.pr-plugin-btn {
    margin-bottom: 5px
}

.c-compare .c-goods__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-height: 65px;
}

.catalog .c-goods__item .c-goods__footer .c-amount,
.owl-item .c-goods__item .c-goods__footer .c-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pr-trigger-icon img.img {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: transparent !important;
}

.pr-trigger:hover .pr-trigger-icon img.img {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -o-transform: rotate(-360deg);
}

.pr-cat-img {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin: 0 10px 0 5px;
    float: left;
}

.c-product__message {
    margin: 5px;
}

.c-product__row {
    margin-top: 0;
}

.st-error {
    font-size: 11px;
    color: rgb(169, 68, 66);
}

.bc-times {
    padding: 0 5px;
    color: #333;
}

.pr-price-buy-click {
    background-color: #fff;
    color: #333;
}

span.bc-times,
span.bc-count {
    color: #333;
}

.c-goods--list .wrapper-pr-buy-click {
    max-width: 100%;
    width: 100%;
}

.c-filter {
    cursor: pointer;
}

.more-agreement-data-container {
    height: 90vh
}

.c-filter .ui-slider {
    width: calc(100% - 14px);
    margin: 0 auto;
    margin-top: 10px;
}

.agreement-container input,
.agreement-container span {
    height: 12px;
}

.cat-desc-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
}

.brand-product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}

.brand-product-wrapper .product-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 25%;
    min-width: 260px;
    margin-bottom: 20px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 218, 218);
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
}

.brand-product-wrapper .product-wrapper:last-child {
    margin-bottom: 0;
}

.brand-product-wrapper .product-wrapper .product-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin: 10px 0;
}

.brand-product-wrapper .product-wrapper .product-price {
    font-size: 20px;
    color: rgb(205, 68, 73);
    margin: 10px 0;
}

.brand-product-wrapper .color-block,
.brand-product-wrapper .size-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5px;
}

@media screen and (max-width: 850px) {
    .brand-product-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .brand-product-wrapper > .product-wrapper {
        border-right: none;
    }

    .brand-product-wrapper > .product-wrapper:nth-child(3n+3) {
        border-right: 1px solid rgb(218, 218, 218);
    }
}

@media screen and (max-width: 816px) {
    .brand-product-wrapper > .product-wrapper:nth-child(even) {
        border-right: 1px solid rgb(218, 218, 218);
    }

    .brand-product-wrapper > .product-wrapper:nth-child(3n+3) {
        border-right: none;
    }
}

@media screen and (max-width: 539px) {
    .brand-product-wrapper > .product-wrapper {
        border: 1px solid rgb(218, 218, 218);
    }

    .prop-string .prop-spec, .prop-string .prop-name {
        width: auto;
        max-width: 49%;
    }

}

.c-table__img img {
    height: 80px;
}

.c-nav__link--2.c-catalog__link--2 {
    pointer-events: all;
}

.maxCount {
    font-size: 11px;
    color: #c55959;
}


.prop-price {
    float: right;
}

.whole-info {
    margin-bottom: 25px;
    padding-top: 25px;
}

.whole-info .prop-item span {
    color: #000;
    background: #fff;
}

.hidden {
    display: none;
}

.pr-pager > ul,
.main-product-slide {
    list-style: none;
}

.c-nav {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;
}

.c-nav__level {
    position: relative;
    font-size: 13px;
    letter-spacing: .5px;
    margin-left: 20px;
    margin-bottom: 15px;
}

.c-goods--list .color-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

input.agreement-data-checkbox-send-ring-button {
    margin: 0;
    height: auto;
}

.content-modal-back-ring > label {
    margin-bottom: 15px;
    display: block;
}

.c-logo img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: scale-down;
}

ol li {
    list-style-type: decimal !important;
}

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

    .filter-preview {
        min-width: 300px;
    }

    .c-filter__content {
        overflow: auto;
    }
}

.products-wrapper.brands .cat-desc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

}

.color-filter.disabled span.cbox:after {
    left: -2px;
    top: 47%;
    content: '';
    width: 117%;
    height: 1px;
    position: absolute;
    background: #000;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.color-filter.disabled span.cbox {
    position: relative;
}

li.color-filter.disabled {
    opacity: 1;
}

.payment-form-block a {
    color: #3c763d;
}

footer {
	border-top: 1px dashed;
}

footer li,
.product-status-list li,
.create-user-account-form li,
.js_phoneDropdown li,
.js_mobileMenuDropdow,
.form-list li,
.sum-list li,
.total li,
.js_flyCart.js_flyCartShow li,
.pr-main-menu li,
.fast-result-list li,
.payment-details-list li,
.total-list li,
.sub-categories li,
.pr-filter-body li,
.product-status-list li,
.price-slider-list li,
.fast-result-list li,
.filter-values li,
.filter-tags li,
.small-cart-list li,
.total-sum li,
.cart-list li {
    list-style: none;
}

ul,
ol {
    margin: 0;
    padding-left: 40px;
}

.product-status-list,
.create-user-account-form ul,
.js_phoneDropdown ul,
.js_mobileMenuDropdow,
.form-list,
.sum-list,
.total,
.js_flyCart.js_flyCartShow ul,
footer ul,
.c-cart__small--list.cart-list,
.main-product-slide,
.prop-string,
.c-nav__dropdown,
.pr-filter-item ul,
.small-cart-list,
.c-order__payment,
.price-slider-list,
.fast-result-list,
.payment-details-list,
.total-list,
.sub-categories,
.pr-filter-body,
.product-status-list,
.price-slider-list,
.fast-result-list,
.filter-values,
.filter-tags,
.small-cart-list,
.total-sum,
.cart-list {
    padding-left: 0;
}

.powered a {
    font-weight: 700;
}

.powered a .red {
    color: #d90707;
}

.fixed__body {
    overflow: hidden;
}

@media (max-width: 450px) {
    a.pr-buy-click-button.pr-plugin-btn {
        font-size: 13px;
    }

    .rating-wrapper {
        margin: 10px 0;
    }

    .c-contact__number {
        font-size: 14px;
    }

    .c-product__row .default-price {
        margin-bottom: 10px;
    }

    .c-product__price {
        justify-content: center;
    }

    .c-product__block--left,
    .product-bar .c-title  {
        text-align: center;
    }

}

.addressPartsTitle {
    padding-left: 20px;
    padding-bottom: 10px;
    display: none;
}

.addressPartsContainer {
    display: none;
}

.product-details-block .rating-wrapper {
    margin-top: 10px;
}

@media (max-width: 340px) {
    .c-goods__trigger {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.product-details-block .default-btn.buy-product {
    margin-top: 10px;
}

.l-body__order .c-form .c-table {
    max-height: 300px;
    overflow-x: auto;
}


.products-wrapper.brands .c-goods__trigger {
    max-width: unset;
}

.pr-compare-products .pr-tooltip .pr-tooltip-content {
    position: absolute;
    z-index: 111;
    text-align: left;
    padding: 5px 8px;
    border-radius: 5px;
    background: #fff;
    top: 100%;
    left: 10px;

    color: #000;
    font-size: 12px;
    line-height: 19px;
    box-shadow: 0 1px 23px 1px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    white-space: normal;
    width: 200px;
}

.pr-compare-products .pr-tooltip:hover .pr-tooltip-content {
    display: block !important;
}

.pr-compare-products .pr-tooltip:hover {
    color: #9e9999;
    border: 1px solid #9e9999;
}

.pr-compare-products .pr-tooltip {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    color: #1391c7;
    font-size: 9px;
    line-height: 14px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #1391c7;
    cursor: pointer;
}

.pr-compare-fake-table-cell.with-tooltip .pr-tooltip {
    right: 5px;
    left: auto;
}

.pr-compare-fake-table-cell.with-tooltip .pr-tooltip {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.reviews__count {
    color: #999;
    font-weight: 400;
}

.flex100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.product-opfield__name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.c-order-field__title {
    font-weight: 700;
    margin: 10px 0 5px;
}

.user-field__title {
    margin-bottom: 5px;
    font-weight: 700;
}

form[action*="/order?creation=1"] .removeOrderFile {
    line-height: 0;
}

.prop-string .prop-unit {
    padding-left: 5px;
}

/* .c-tab__content:not(#c-tab__orders) a, */
.c-description a,
.static-page-content a {
    color: #2196f3 !important;
    border-bottom: 1px dashed #2196f3;
}

/* .c-tab__content:not(#c-tab__orders) a:hover, */
.c-description a:hover,
.static-page-content a:hover {
    border-bottom: none;
}

.c-filter .ui-slider .ui-slider-range {
    background: linear-gradient(to right, var(--main-color), var(--secondary-color));
}

.small-cart-remove {
    width: 50px;
}

.rating-wrapper {
    text-align: center;
    /* margin-top: 10px; */
}

.favourite,
.c-pagination ul a:hover,
.c-pagination ul a.active,
.pr-pager li > a:hover,
.pr-pager li > a.active {
    background: var(--main-color);
}

.c-product__block .rating-wrapper {
    text-align: left;
}

.succes-reg {
    padding: 10px 15px;
    display: block;
}

.l-header li,
.product-status-list li,
.c-order__list li,
.c-history__list li,
.pr-filter-item ul li,
.price-slider-list li {
    list-style: none;
}

.l-body__static .l-main__right ul,
.feedback-form-wrapper ul {
    padding-left: 15px;
}

/* форма входа login */
.form-style{
    border-radius: 10px;
    border: 1px solid #ccc;
}

.link {
    color: var(--main-color);
    border-bottom: 1px dashed var(--main-color);
}

.link:hover {
    border-bottom: none;
}

.mr-item {
    /*margin: 10px;*/
}

/*нижний блок header с меню*/
.header .bottom-bar {
    /*background: #3D7F50;*/
    /*-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);*/
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);*/
}

.header .bottom-bar .centered {
    position: relative;
}

.bottom-bar .top-menu-block, .bottom-bar .main-menu {
    float: left;
}

.bottom-bar .main-menu {
    display: none;
}

.logo {
    width: 100px;
}

@media (min-width: 470px) {
    .logo {
        width: 200px;
    }
}

@media (min-width: 600px) {
    .bottom-bar .main-menu {
		background: transparent;
	    border: 1px solid;
	    border-radius: 3px;
        display: block;
	    -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
	    -moz-transition: color .3s, background .3s, box-shadow .3s;
	    -o-transition: color .3s, background .3s, box-shadow .3s;
	    transition: color .3s, background .3s, box-shadow .3s;
    }
	.bottom-bar .main-menu:hover {
	    background: rgba(242,242,255,.2);
    }
}

.bottom-bar .main-menu .title {
    display: block;
    /*padding: 20px 10px 10px 50px;*/
    margin: 0 10px 3px 5px;
    color: #666;
    /*background: #37AB4B;*/
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    position: relative;
}

.top-menu-toggle {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    width: 125px;
    text-align: center;
    /*height: 47px;*/
    /*line-height: 47px;*/
    /*background: #3f97f6;*/
    color: #666;
    text-decoration: none;
    padding: 0 10px 0 0;
    display: none;
}

.top-menu-toggle .toggle-wrapper {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    top: 10px;
    right: 15px;
    position: absolute;
    width: 15px;
    height: 30px;
    border-radius: 100%;
}

.top-menu-toggle .toggle-wrapper .toggle {
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
}

.top-menu-block .toggle-wrapper .toggle:after, .top-menu-block .toggle-wrapper .toggle:before {
    content: "";
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 0;
    right: 0;
}

.top-menu-block.open .top-menu-toggle .toggle-wrapper .toggle {
    background: none;
}

.top-menu-block.open .top-menu-toggle .toggle-wrapper .toggle:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top-menu-block.open .top-menu-toggle .toggle-wrapper .toggle:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

.top-menu-toggle .toggle-wrapper .toggle:before {
    top: -6px;
}

.top-menu-toggle .toggle-wrapper .toggle:after {
    bottom: -6px;
}

.bottom-bar .main-menu .title-mobile {
    display: none;
}

/*.bottom-bar .top-menu-list li:hover a {*/
/*    background: #37AB4B;*/
/*}*/

/*.bottom-bar .main-menu .title:hover {*/
/*    background: #42CD59;*/
/*}*/

.bottom-bar .main-menu .title:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 23px;
    width: 20px;
    height: 14px;
    background: url("../images/menu-icon.png") no-repeat;
    background-size: 20px 14px;
}

.bottom-bar .main-menu .title:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    width: 16px;
    height: 10px;
    background: url("../images/arrow-down-icon.png") no-repeat;
    background-size: 16px 10px;
}

.bottom-bar .top-menu-list li .sub_menu {
    z-index: 4;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.10);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.10);
}

.bottom-bar .top-menu-list li .sub_menu li + li {
    border-top: 1px solid #F0F0F0;
}

.bottom-bar .top-menu-list li .sub_menu li {
    float: none;
}

.bottom-bar .top-menu-list li .sub_menu li:hover > a {
    background: #f6f6f6;
}

.bottom-bar .top-menu-list li .sub_menu li a {
    padding: 10px;
    color: #444;
    font-size: 13px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.bottom-bar .top-menu-list li .sub_menu li .sub_menu {
    margin: 0 0 0 10px;
    top: 0;
    left: 100%;
}

.bottom-bar .top-menu-list li .sub_menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
    opacity: 0;
    margin-top: 10px;
    visibility: hidden;
}

.bottom-bar .top-menu-list li:hover > .sub_menu {
    opacity: 1;
    margin: 0 !important;
    visibility: visible;
}

.bottom-bar .top-menu-list li {
    float: left;
    position: relative;
}

.bottom-bar .top-menu-list li a {
    border-bottom: transparent;
    color: #666;
    display: block;
    padding: 21px 15px;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.bottom-bar .top-menu-list li a:hover {
    color: #999;
    text-decoration: underline;
}

.bottom-bar .main-menu .pr-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 4;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.10);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.10);
    padding: 10px 0 15px 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
    opacity: 0;
    margin-top: 10px;
    visibility: hidden;
    width: 100%;
    height: 370px;
}

.bottom-bar .main-menu .pr-menu li a:hover {
    text-decoration: underline;
}

.bottom-bar .main-menu .pr-menu li .submenu li {
    margin: 0 0 10px 0;
}

.bottom-bar .main-menu .pr-menu li .submenu li a {
    padding: 0;
}

.submenu li ul {
    clear: both;
    margin: 5px 0 0 10px;
}

/*.bottom-bar .main-menu .pr-menu > li:hover {*/
/*    background: #F5F5DC;*/
/*}*/

.bottom-bar .main-menu .pr-menu > li {
    float: left;
    width: 25%;
    /*min-width: 200px;*/
    border-right: 1px solid #F5F5DC;
}

.bottom-bar .main-menu .pr-menu > li:last-of-type {
    border: none;
}

.bottom-bar .main-menu:hover .pr-menu {
    opacity: 1;
    visibility: visible;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom-bar .main-menu .pr-menu li .submenu {
    margin: 0 0 0 15px;
}

.bottom-bar .main-menu .pr-menu > li > a {
    font-weight: 700;
}

.bottom-bar .main-menu .pr-menu li a {
    padding: 10px 15px;
    color: #444;
    font-size: 13px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bottom-bar .main-menu .pr-menu li .pr-cat-img {
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 5px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-bar .main-menu .pr-menu li .pr-cat-img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 auto;
}

.big-slider {
    height: 400px;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    margin: 20px 0 0 0;
    background-color: #fff;
    position: relative;
}

.big-slider-inner {
    height: 400px;
    padding: 0 0 11px 0;
}

.big-slider a img {
    border-radius: 5px;
    width: 998px;
}

.top-bar {
    background: var(--main-color) !important;
}

cite { /* Слоган с эффектом отражения */
    color: #fff;
    display: block;
    float: top;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: ultra-expanded;
    letter-spacing: 1px; /*расстояние между символами*/
    text-align: center;
    text-transform: uppercase; /* Заглавные буквы */
    position: relative;
}

cite:after { /* получаем копию оригинального текста в перевернутом виде */
    content: attr(title); /* оказывается в CSS и так можно - извлечь значение атрибута */
    position: absolute; /* отражение позиционируется относительно родителя */
    left: 0;
    top: 100%; /*100% - отражение вплотную */
    width: 100%;
    height: 90%;
    -moz-transform: scaleY(-1); /* много правил для CSS переворота */
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    opacity: .3;
    transform: scaleY(-1);
    z-index: 1; /* чтобы отражение можно было перекрыть */
    -webkit-font-smoothing: subpixel-antialiased;
}

cite:before { /*создаем эффект затухания*/
    content: "";
    display: block;
    width: 100%;
    height: 90%; /* подбирается в зависимости о того какой процент отражения должен быть виден */
    position: absolute;
    left: 0;
    top: 150%; /* подбирается в зависимости от необходимого эффекта затухания */
    z-index: 2; /*чтобы перекрыть перевернутый текст */
}

.text-p {/*текст параграфа О НАС*/
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc;
}

#kd { /*заголовок календарь*/
    color: #fff; /*цвет шрифта*/
    text-shadow: 1px 1px #ccc, 1px 1px #000; /*тень текста*/
    left: 85px; /*расположение слева*/
}

#kdr { /*блок календарь*/
    border: 3px solid #ff3; /*толщина рамки цвет*/
    border-radius: 10px; /*кнопки круглые - радиус бордюра*/
    background: rgba(255, 255, 255, .7); /*картинка цвет*/
    padding: 5px;
    width: 230px; /*длина блока*/
    height: 170px; /*высота блока*/
}

#calendar4 { /*календарь*/
    width: 100%;
    line-height: 1.2em;
    font-size: 15px;
    text-align: center;
}

#calendar4 thead tr:last-child {
    font-size: small;
    font-weight: 700;
    color: #666;
}

#calendar4 tbody td {
    color: #357;
}

#calendar4 tbody td:nth-child(1) {
    font-size: small;
    color: rgba(102, 102, 102, .7);
}

#calendar4 tbody td:nth-child(n+7),
#calendar4 .holiday {
    color: #e85;
}

#calendar4 tbody td.today {
    outline: 3px solid red;
}

.clock
{
    width:150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/clock15.png);
    background-size: cover;
    /*border: 16px solid #91921;*/
    border-radius: 50%;
    box-shadow: 0 -15px 15px rgba(255,255,255,0.05),
    inset 0 -15px 15px rgba(255,255,255,0.05),
    0 15px 15px rgba(0,0,0,0.3),
    inset 0 15px 15px rgba(0,0,0,0.3);
}
.clock:before
{
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #333;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    z-index: 10000;
}
.clock .hour,
.clock .min,
.clock .sec
{
    position: absolute;
}
.clock .hour, .hr
{
    width: 90px;
    height: 90px;
}
.clock .min, .mn
{
    width: 120px;
    height: 120px;
}
.clock .sec, .sc
{
    width: 125px;
    height: 125px;
}
.clock .hr, .clock .mn, .clock .sc
{
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    position: absolute;
    border-radius: 50%;
}
.clock .hr:before
{
    content: '';
    position: absolute;
    width: 2px;
    height: 40px;
    background: #999;
    border: 3px solid #fff;
    z-index: 10;
    border-radius: 6px 6px 0 0;
}
.clock .mn:before
{
    content: '';
    position: absolute;
    width: 1px;
    height: 60px;
    background: #999;
    border: 2px solid #fff;
    z-index: 11;
    border-radius: 6px 6px 0 0;
}
.clock .sc:before
{
    content: '';
    position: absolute;
    width: 2px;
    height: 80px;
    background: #ff105e;
    z-index: 12;
    border-radius: 6px 6px 0 0;
}

.uk-table thead {
	background: var(--main-color);
}

.uk-table thead tr th {
	color: #fff;
}

.uk-table th, .uk-table td {
	padding: 5px !important;
}

