.hidden {
    display: none;
}


.catalog__pages_new {
    width: 100%;
    margin-top: 29px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog__pages_new a:hover, .catalog__pages_new a.active {
    background: #5cacad;
    color: #fff;
}

.catalog__pages_new a {
    font-size: 14px;
    padding: 10px 15px;
    background: #f6f6f6;
    -webkit-transition: background .2s ease, color .2s ease;
    -o-transition: background .2s ease, color .2s ease;
    transition: background .2s ease, color .2s ease;
    display: block;
    margin-right: 13px;
}


.btn:not(.note-btn) {
    background: #5cacad;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: color .2s ease,background .2s ease;
    -o-transition: color .2s ease,background .2s ease;
    transition: color .2s ease,background .2s ease;
    font-size: .87rem;
    margin-top: 1rem;
    padding: 0 .688rem;
    height: 3rem;
    line-height: 3rem;
}

.btn:not(.note-btn):hover {
    background: #5cacad;
}

.form_success i, .form_success i:before {
    font-size: 7rem;
    color: #8dc2a6;
}

.header-bottom__user .modal-open span:after {
    display: none;
}

.header_cats_columns {
    column-count: 5;
    width: 100%;
}

.header_cats_column {
    margin: 0 !important;
}
a.heureka_link {
    display: inline-block;
    width: 4rem;
    vertical-align: middle;
    margin-right: .5rem;
}

a.heureka_link svg {
    display: block;
}

.footer__logo > * {
    display: inline-block;
    vertical-align: middle;
}

/*
.categories__item img {
    width: 3.5rem;
}

.categories__item.active, .categories__item:hover {
    text-decoration: none;
    background: #f6f6f6;
    box-shadow: 0px 5px 12px #5cacad;
}

.categories__item.active, .categories__item:hover span {
    text-decoration: none !important;
}

.categories__item.active span:last-child, .categories__item:hover span:last-child {
    color: #363636;
}

.categories__item {
    transition: .2s all ease-in-out;
}

.categories__item.active, .categories__item:hover {
    z-index: 9;
}
 */
.product__options-item select, .product__options-item a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product__options-item select {
    background-color: white;
    border-radius: 0;
}

button:disabled {
    opacity: .5;
}

.product-tabs__reviews-items .not_found {
    text-align: center;
    padding-top: 1rem;
    /* font-size: 1.1rem; */
    font-weight: 500;
}

.product-tabs__reviews {
    width: 100%;
}

.catalog__nav .level1-list.active a {
    font-weight: bold;
}


.spinner {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}
.spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.spinner_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff82;
    display: none;
    z-index: 999;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.catalog__content {
    position: relative;
}

.header-bottom__cart-dropdown-item .info .service {
    display: block;
    font-size: .87rem;
}

.mini_cart_services {
    padding-top: .5rem;
    display: block;
}

.header-bottom__cart-dropdown-items {
    max-height: 17rem;
    overflow: auto;
}

.load_cart {position: relative;}

.cart__body .not_found {
    padding-bottom: 6rem;
    font-size: 1.1rem;
}

.cart_tab {
    display: none;
    position: relative;
}

.deliveries_methods_input_wrap > input {
    display: none;
}

.deliveries_methods_input_wrap label {
    cursor: pointer;
}

input[name="delivery_method"]:checked ~ label,
input[name="payment_method"]:checked ~ label {
    font-weight: 700;
}

.no-registred__half.company_inputs_on {
    padding-top: .5rem;
}

.delivery_address_wrap_on {
    padding-top: 5rem;
}

.header-bottom__user:hover ul {
    z-index: 999;
}

.mb_user_info_block_line input:not([type="checkbox"]):not([type="radio"]) {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #ebebeb;
    padding-left: 20px;
}

.mb_user_info_block, #account_orders_wrap {
    position: relative;
}


.change_sort i {
    width: 8px;
    height: 12px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.change_sort i:before {
    content: " ";
    position: absolute;
    top: -4px;
    left: 0;
    border: 4px solid transparent;
    border-bottom: 4px solid #bfbfbf;
}
.change_sort i:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -3px;
    border: 4px solid transparent;
    border-top: 4px solid #bfbfbf;
}
.change_sort.active[data-sort="ASC"] i:after {
    border-top: 4px solid #5cacad;
}
.change_sort.active[data-sort="DESC"] i:before {
    border-bottom: 4px solid #5cacad;
}

.mb_orders_table table tr th a {
    background: none;
}

.account_orders_mb_status_1 {
    color: #81af04;
}

.account_orders_mb_status_0, .account_orders_mb_status_2 {
    color: #eac544;
}

.account_orders_mb_status_3 {
    color: #cd3e06;
}

.load_favorites_form_data .cart__item-options .title {
    display: block;
}

.remove_from_favorites svg {
    width: 12px;
    height: 12px;
    fill: #aaaaaa;
    -webkit-transition: fill .2s ease;
    -o-transition: fill .2s ease;
    transition: fill .2s ease;
}

.remove_from_favorites {
    position: absolute;
    top: -1rem;
    right: 0;
}

.load_favorites_form_data .cart__item-total {
    position: relative;
}

.load_favorites_form_data .add-to-cart {
    margin-right: 1rem;
}

.load_favorites_form_data .add-to-cart:hover {
    opacity: .8;
}

.cart__item-total p span {
    color: #5cacad;
}

body .product__rating {
    width: 200px;
    max-width: 200px;
}

.load_orders_form_data tr.not_found td {
    text-align: center;
}



#delivery_addresses_load input[name="default_address"] {
    display: none;
}

#delivery_addresses_load label.mb_address_block_in {
    display: block;
}

#delivery_addresses_load input[name="default_address"]:checked ~ label {
    color: #5cacad;
    font-weight: 500;
    background: url(../img/div/i_adress_act.png) no-repeat 100px center #f6f6f6;
    border-color: #f6f6f6;
}

#add_category_form {
    position: relative;
}

.categories_list > li > .item_wrapper > a:before {
    top: 2px;
}

.icon_plus:before {
    line-height: 1.1;
}

.tree_select {
    padding-bottom: 1rem;
}

#add_product_form .form_group .form_item {
    padding-bottom: .7rem;
}

.form_item.form_item_attrs_change:not(.active) .form_item_attrs_change_trigger {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #f6f6f6;
    z-index: 9;
    opacity: .7;
    font-size: 0;
}

.form_item_attrs_change .form_label {
    padding-right: 1.5rem;
}

.form_item_attrs_change.active .form_item_attrs_change_trigger {
    position: absolute;
    right: 0;
    font-size: 1.2rem;
    top: 0;
    line-height: 1rem;
}

.form_item.form_item_attrs_change:not(.active) .jq-selectbox {
    z-index: 2 !important;
}

.form_item_attr_custom {
    display: none;
}

.form_row_price .form_item {
    width: 24% !important;
}

.add_template .section_wrapper {
    padding-bottom: 1.5rem;
}

.categories_list .tools_drop {
    padding: .5rem 1rem 1rem 1rem;
}

.default_modal-form .row-lang {
    margin-bottom: 1rem;
    margin-top: 0;
}

#modal_add_attribute_option .default_modal-row > * {
    padding: .2rem;
    width: 50%;
}

#modal_add_attribute_option .default_modal-row {
    margin: 0 -.2rem;
}

.my_icon_close, .my_icon_plus {
    display: inline-block;
    margin: 0 0 10px 25px;
    height: 24px;
    line-height: 22px;
    width: 24px;
    border: 2px solid #b2b2b2;
    text-align: center;
    border-radius: 50%;
    font-size: 1.3rem;
    color: #b2b2b2;
}

.my_icon_close:hover, .my_icon_plus:hover {
    background: #b2b2b2;
    color: white;
}

.form_options .form_options_row:last-child .my_icon_close {
    display: none;
}

.form_options .form_options_row:not(:last-child) .my_icon_plus {
    display: none;
}

.add_product_search_group-results.not_bold .table_set_row:first-child,
.add_product_search_related-results.not_bold .table_set_row:first-child,
.add_product_search_alternative-results.not_bold .table_set_row:first-child {
    font-weight: normal;
}

.add_product_search_group-results  .action,
.add_product_search_related-results  .action,
.add_product_search_alternative-results  .action {
    position: absolute;
    top: -.3rem;
    margin: 0;
    right: 0;
}

.add_product_search_group-results .not_found, .add_product_search_related-results .not_found, .add_product_search_alternative-results .not_found {
    text-align: center;
    line-height: 2;
    font-size: .87rem;
}

.add_product_variation_attrs {
    padding-bottom: 1rem;
    position: relative;
    margin-top: 0;
}

.add_product_variation_attrs .jq-selectbox.jqselect {
    padding-bottom: 1rem;
}

.add_product_variation_attrs .my_icon_close, .add_product_variation_attrs  .my_icon_plus {
    top: .6rem;
    position: absolute;
    right: 1rem;
}

#add_product_variations .form_options_row-wrap:not(:last-child) .my_icon_plus, #add_product_variations .form_options_row-wrap:last-child .my_icon_close, #add_product_additionals .form_options_row-wrap:not(:last-child) .my_icon_plus, #add_product_additionals .form_options_row-wrap:last-child .my_icon_close {
    display: none;
}
#add_product_variations .form_options_row-wrap:last-child .my_icon_plus, #add_product_variations .form_options_row-wrap:not(:last-child) .my_icon_close, #add_product_additionals .form_options_row-wrap:last-child .my_icon_plus, #add_product_additionals .form_options_row-wrap:not(:last-child) .my_icon_close {
    display: inline-block;
}

.form_options_row-wrap {
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.form_options_row-wrap:last-child {
    border-bottom: 0;
}

#add_product_variations select {
    border: solid 1px #ebebeb;
    background: white;
}

#add_product_form {
    position: relative;
}

.jq-selectbox ul {
    overflow: auto !important;
    max-height: 14rem;
}

.filter_content .bt_brown {
    margin-top: 12px;
}

#load_all_products {
    position: relative;
}

section.cabinet {
    overflow: inherit;
}

.total-displayed .jq-selectbox__select {
    width: 100%;
}

.product_downloaded_images:after {content: '';display: table;clear: both;}

.product_downloaded_image-col {
    display: block;
    float: left;
    padding: .5rem;
    width: 20%;
    height: 6rem;
}

.product_downloaded_images {
    margin: 0 -.5rem;
}

.product_downloaded_image {
    display: block;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.product_downloaded_image a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    line-height: 5rem;
    font-size: 3rem;
    background: rgba(0,0,0,.5);
    opacity: 0;
}

.product_downloaded_image:hover a {
    opacity: 1;
}

.product_downloaded_image {
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    border: 0;
}

.product_downloaded_image:before {position: absolute;width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-size: 65%;}

.slider-products__item .image-hover img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-width: 95%;
    display: block;
    margin: 0 auto;
}

.product__image-item img {
    height: 27rem;
    object-fit: contain;
    object-position: center;
}
.cart__item-image img, .order-steps__content-item .image img {
    max-height: 8rem;
    object-fit: cover;
    object-position: center;
}
.product__question {
    padding-top: .7rem;
    display: inline-block;
}

table.table {
    position: relative;
}

input[type="text"], input[type="tel"], input[type="number"], input[type="date"], button, textarea {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

form#load_all_orders {
    position: relative;
}

.table_items_admin_order .cart__item-image {
    display: block;
}

#admin_order_edit .cart__total {
    margin-left: auto;
    margin-right: 0;
    margin-top: 1rem;
}

#admin_order_edit .cart__total .price p {
    font-size: 1rem;
}

#admin_order_edit .cart__total .dph {
    font-size: .7rem;
}

#admin_order_edit .table_items_admin_order td {
    font-size: .78rem;
}

#admin_order_edit .table_items_admin_order .checkbox-title {
    font-size: .78rem;
}

#admin_order_edit .table_items_admin_order th {
    font-size: .78rem;
}

.table_items_admin_order .cart__item-image {
    margin-right: 1rem;
}

.table_stock_admin .form_item {
    padding-right: 1rem;
}

#load_all_products_stock .count_availability_0 label {
    opacity: .2;
    cursor: pointer;
}
#load_all_products_stock .count_availability_0 input:checked ~ label {
    opacity: 1;
}

#load_all_products_stock {
    position: relative;
}

.pagination label {
    margin: 0 7px;
    background: #f6f6f6;
    width: 35px;
    height: 35px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
}

.pagination label.active {
    background: #5cacad;
    color: #fff;
}

.ajax_form, .ajax_form_load {
    position: relative;
}

.ajax_load_data .actions a {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-right: .5rem;
    border: 1px solid #36363685;
}

.ajax_load_data .actions svg {
    width: 1.1rem;
    height: 1.1rem;
    display: block;
    margin: 0 auto;
    margin-top: .4rem;
}

.ajax_load_data .actions a:hover {
    background: #36363685;
}

.ajax_load_data .actions a:hover svg {
    fill: white;
}

#load_all_users_price_groups td:last-child {
    width: 10rem;
}

.ajax_load_data tr > * {
    width: auto !important;
    padding-left: .5rem;
    padding-right: .5rem;
}

.ajax_load_data .table_customers_overview tr > *:nth-child(1) {
    padding-left: 1rem;
}

.admin_review_comment a.open {
    display: block;
}

#admin_auth_page {
    max-width: 20rem;
    margin: 4rem auto;
}

#admin_auth_page .default_modal-header {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

#admin_auth_page .form_success {
    position: relative;
}

.modal_add_attribute_option_image {
    padding-top: 1rem;
}

.modal_add_attribute_option_image input {height: auto !important;padding: .713rem !important;}

.product__options.product_additionals {
    padding-top: .4rem;
}

.product_additionals-items {
    display: block;
    position: relative;
    font-size: 0;
    margin: 0 -.4rem;
}

.product_additionals-items:after {content: '';display: table;clear: both;}

.product_additionals-item {
    /* width: 50%; */
    /* padding: .4rem; */
    /* display: inline-block; */
    /* font-size: .87rem; */
}

.product_additionals-item a {
    font-size: 14px;
    height: 45px;
    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;
    border: 1px solid #ebebeb;
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
}

.product_additionals-item a:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    background: url(../img/icons/dropdown-row.svg) center center/contain no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
}

.additionals_modal .color-block {
    background-position: center;
    background-size: cover;
}
.color-choice-modal_1.mfp-hide {
    display: none;
}
.additionals_modal .color-choice-modal__item.cancel {}

.additionals_modal .color-choice-modal__item.cancel label {
    border: 1px solid rgba(0,0,0,0);
    background-repeat: no-repeat;
    text-align: center;
}

.additionals_modal .color-choice-modal__item.cancel .checkbox-container {
    text-align: center;
}

.additionals_modal .color-choice-modal__item.cancel label:before {
    display: none;
}

.load_cart .checkbox-container p {
    font-size: 14px;
}

.cart__total {
    max-width: 400px;
}

.select_with_left_image-before {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.color.select_with_left_image .select_with_left_image-before {
    background-image: url(../img/product/icons/colors.svg);
}

.product__options-item::before {
    display: none;
}

.product_additionals-item {
    position: relative;
}

.product_additionals-item .select_with_left_image-before {
    left: 1.4rem;
}

.select_with_left_image a {
    padding-left: 3.2rem;
}

.product_additionals-item .select_with_left_image-before {
    background-size: cover;
    border-radius: 50%;
}

.select_with_left_image-before {
    border-radius: 50%;
}

.product__short-specifications {
    padding-top: 2rem;
    display: none;
}

.cart__item-goods .variation_option {
    font-size: .87rem;
}

.categories_list .tools_drop .item svg {
    position: absolute;
    left: 0;
    width: 1.2rem;
    top: -.2rem;
    fill: #adadad;
}

.categories_list .tools_drop .item {
    position: relative;
}

#modal_edit_attribute_option .default_modal-row > * {
    padding: .2rem;
    width: 50%;
}

#modal_edit_attribute_option .default_modal-row {
    margin: 0 -.2rem;
}

.modal_add_attribute_option_image label {
    height: 15rem;
    width: 100%;
    max-width: 15rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto;
}
.product__availability {
    padding-top: 1rem;
}

.form_row_act__price_sale_2_inputs input {width: 48%;}

.form_row_act__price_sale_2_inputs input:last-child {
    margin-left: 4%;
}

.default_modal-input textarea {
    font-size: .87rem;
    border: 2px solid #5cacad;
    width: 100%;
    height: 10rem;
    padding: 1rem;
}

.header-top__place .current a {
    background: #f7f3ef;
}

.cabinet_content .table td {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.js_bt_filter.mass_edit {
    width: auto;
    padding-right: 1.5rem;
}

.js_bt_filter.mass_edit:before {
    display: none;
}

.js_bt_filter.mass_edit svg {
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 14px;
    cursor: pointer;
    fill: #b5b5b5;
}

.filter_block.active .js_bt_filter.mass_edit svg {
    fill: #5cacad;
}

.filter_block.mass_edit_wrap .bt_brown svg {
    display: block;
    width: 1rem;
    height: 1rem;
    margin-right: 14px;
    cursor: pointer;
    fill: white;
}

.filter_block.mass_edit_wrap .bt_brown:before {
    display: none;
}

.mass_edit_wrap .columns-4 .form_item:nth-child(4n) {
    margin-right: 2%;
}

.mass_edit_wrap .columns-4 .form_item.mr-0 {
    margin-right: 0;
}
.mass_edit_action-field {
    display: none;
}

.admin_review_comment a.open, .admin_review_comment a.hide {
    color: #5cacad;
    text-decoration: underline;
    display: block;
}

.general_statistics .item {
    width: 31.3%;
}

.general_statistics .item:last-child {
    margin-right: 0;
}

.general_statistics .item .rate.down:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.general_statistics .custom_select {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    margin-left: 1rem;
    margin-top: -4px;
}

.product__other-services-left {
    /* max-width: 220px; */
}

.table td .image img {
    max-height: 2rem;
    width: auto;
    max-width: 2rem;
}
/*
.categories__item > span:last-child {
    background: #fff;
    padding: 10px;
    margin-top: 26px;
    display: block;
} */

.jq-select-multiple {
    width: 100%;
}

#settings_page .jq-select-multiple ul {
    height: 20rem !important;
}

.catalog__nav .level2, .catalog__nav .level3 {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.catalog__nav .level1-list a {
    display: block;
}

/* texty v boxech */
div.textBox					{ display: block; width: 200px; padding: 10px 12px; line-height: 1.5em; font-size: 1.25em; background: #f7f7f7; }
div.textBoxLeft			{ display: inline; float: left; margin: 0 1.5em 0.5em 0; }
div.textBoxRight			{ display: inline; float: right; margin: 0 0 0.5em 1.5em; }
div.textBoxWidth			{ width: 100%; padding: 0; margin-bottom: 1em; }
div.textBoxWidth .extra	{ padding: 10px 12px; }
div.textBox p				{ margin: 0; }
div.textBox ul				{ margin: 0; }


/* tabulky - tables */
table.fullWidth			{ width: 100%; margin: 0 0 1em; } /* tabulka siroka */
table.inlineImages		{ width: 100%; margin: 0 0 1em; } /* tabulka siroka na obrazky */
table.inlineImages td	{ text-align: center; }

table th.w25,
table td.w25				{ width: 25%; }
table .width_10			{ width: 10%; }
table .width_20			{ width: 20%; }
table .width_30			{ width: 30%; }
table .width_40			{ width: 40%; }
table .width_50			{ width: 50%; }
table .width_60			{ width: 60%; }
table .width_70			{ width: 70%; }
table .width_80			{ width: 80%; }
table .width_90			{ width: 90%; }

table.standard				{  } /* standardneÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ nastylovana tabulka */
table.standard th,
table.standard td			{ padding: 6px 10px; }
table.standard th			{ border-bottom: solid 1px #dddcdc; background: #f7f7f7; }
table.standard td			{ border-bottom: solid 1px #dddcdc; }

table.contactInfo			{  } /* kontaktnÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ tabulka */
table.contactInfo th,
table.contactInfo td		{ padding: 3px 5px 3px 0; }

table.floatLeft			{ float: left; margin: 0 1.5em 1em 0; } /* zarovnÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡nÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ doleva */
table.floatRight			{ float: right; margin: 0 0 1em 1.5em; } /* zarovnÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡nÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ doprava */


/* citace - citations */
blockquote					{ margin: 0 0 1em; padding: 10px 14px; border: solid 1px #dddcdc; background: #f7f7f7; overflow: auto; }
blockquote p				{ margin: 0; }
blockquote p.mt			{ margin-top: 1em; }



.product_variations-item a {
    font-size: 14px;
    height: 45px;
    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;
    border: 1px solid #ebebeb;
    width: 100%;
    padding-left: 3.2rem;
    padding-right: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
}

.product_variations-item {
    position: relative;
}

.product_variations-item .select_with_left_image-before {
    left: 1.1rem;
}

.product__options.product_variations {
    padding-top: .4rem;
}

.product_variations-items {
    display: block;
    position: relative;
    font-size: 0;
    margin: 0 -.4rem;
}

.product_variations-items:after {content: '';display: table;clear: both;}

.product_variations-item, .product_additionals_item-wrap {
    width: 50%;
    padding: .4rem;
    display: inline-block;
    font-size: .87rem;
    vertical-align: top;
}

.product_variations-item a:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    background: url(../img/icons/dropdown-row.svg) center center/contain no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
}

.variations_modal .color-block {
    background-position: center;
    background-size: cover;
}
.variations_modal .color-choice-modal__item.cancel {}

.variations_modal .color-choice-modal__item.cancel label {
    border: 1px solid rgba(0,0,0,0);
    background-repeat: no-repeat;
    text-align: center;
}

.variations_modal .color-choice-modal__item.cancel .checkbox-container {
    text-align: center;
}

.variations_modal .color-choice-modal__item.cancel label:before {
    display: none;
}

.color-choice-modal__container {
    max-height: 90vh;
    overflow: auto;
}
.color-choice-modal_2.mfp-hide, .color-choice-modal_1.mfp-hide {
    display: none;
}

.variation_select_wrap:not(.active) {
    display: none;
}

.product__price .variation_select_update_price {
    font-size: 30px;
    font-weight: 700;
    color: #5cacad;
    margin-bottom: 5px;
}

.form_item input, .form_item select, .form_item textarea {
    font-weight: 500;
    color: #333;
    font-size: .8rem;
}

.cabinet_nav li li a {
    font-weight: 500;
    color: #333;
}

.cabinet > .container {
    width: 98%;
    max-width: 2000px;
}

.table_bestsellers td:nth-child(2) {width: 8%;}

.categories_list .tools_drop .item a.edit:before {
    background: url(../img/writing.png);
    background-size: contain;
    width: 17px;
    height: 17px;
    top: 0;
    background-repeat: no-repeat;
    opacity: .3;
}

.tree_select_row .list_hide .item_checkbox.sub2Cat {
    margin-left: 22px;
}

.select_with_left_image {
    position: relative;
}

.product_variations-item > p, .product_additionals_item-wrap > p {
    padding-bottom: .3rem;
    font-size: .87rem;
    font-weight: 400;
}

.table_attributes  td, .table_attributes  th {
    text-align: left !important;
}

.table_attributes  .attrs_options {
    width: 44% !important;
}

.table_attributes .attrs_name {
    width: 21% !important;
}

.table_attributes tr.va-top {
    vertical-align: top;
}

table.table_attributes_options {
    margin-top: 1rem;
}

table.table_attributes_options th, table.table_attributes_options td {
    padding: .5rem !important;
}

table.table_attributes_options .image {
    width: auto;
    height: auto;
    border: 0;
}

.table_attributes .show_all {
    text-decoration: underline;
    color: #5cacad;
}

.ajax_load_images {
    display: block;
    margin: 0 -.5rem;
    font-size: 0;
}

.ajax_load_image {
    display: inline-block;
    font-size: 1rem;
    width: 25%;
    padding: .5rem;
    position: relative;
    height: 6rem;
}
.ajax_load_image input {
    display: none;
}

.ajax_load_image-close {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 5rem;
    font-size: 3rem;
    background-color: rgba(0,0,0,.3);
    color: white;
    opacity: 0;
}

.ajax_load_image-wrap {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.ajax_load_image-wrap:hover .ajax_load_image-close {
    opacity: 1;
}

.ajax_load_image.add_images
.ajax_load_image-wrap {
    background-size: 70%;
    border: 1px solid #ededed;
}

.ajax_load_images-loaded, .ajax_load_images-new {
    display: inline;
}

#edit_settings_filial,
#add_settings_filial {
    width: 60rem;
}

#edit_settings_filial .default_modal-col:first-child,
#add_settings_filial .default_modal-col:first-child {
    width: 40%;
}

#edit_settings_filial .default_modal-col:last-child,
#add_settings_filial .default_modal-col:last-child {
    width: 60%;
}

#edit_settings_filial .ajax_load_images,
#add_settings_filial .ajax_load_images {
    margin-top: -.5rem;
}

.ajax_modal-content {
    width: 50%;
    max-width: 90%;
    margin: 0 auto;
    display: block;
    background-color: white;
    position: relative;
    padding: 2rem;
}

.filial_modal_info h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.filial_modal_info p {
    padding-bottom: .5rem;
}

.filial_modal_info td {
    width: 50%;
}

.filial_modal_info-images {
    width: 100%;
    display: block;
    font-size: 0;
}

.filial_modal_info-image {
    padding: .5rem;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.filial_modal_info-bg {
    height: 6rem;
    background-position: center;
    background-size: cover;
}

.filial_modal_info-map  > * {
    display: block;
    width: 100% !important;
}

.filial_modal_info-image.hidden {display: none;}

.show_more_wrap {
    display: block;
    font-size: 1rem;
    text-align: center;
}

.show_more_wrap-btn {
    display: inline-block;
    padding: .5rem;
}

.filial_modal_info td {
    vertical-align: top;
}


.filial_modal_info-map > * {
    max-height: 20rem;
}

#default_page_content {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

#default_page_content h1 {
    margin-bottom: 1rem;
}

.section_wrapper .ajax_load_image {
    height: 9rem;
}

.product-tabs__description a {
    color: #c5a98d;
    text-decoration: underline;
}


.section_wrapper .ajax_load_image .ajax_load_image-close {
    line-height: 8.5rem;
}

#add_product_form .ajax_load_images {
    background: white;
    margin: 0;
    padding: 1rem;
    border-radius: 4px;
}

.slider-product_related .slider-products__item {
    margin-left: 10px;
    margin-right: 10px;
}

.slider-product_related__buttons {
    margin-left: auto;
    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; }
.slider-product_related__buttons a {
    width: 45px;
    height: 45px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    -webkit-transition: background .2s ease, border-color .2s ease;
    -o-transition: background .2s ease, border-color .2s ease;
    transition: background .2s ease, border-color .2s ease; }
.slider-product_related__buttons a:first-child {
    margin-right: 5px; }
.slider-product_related__buttons a svg {
    width: 8px;
    height: 8px;
    -webkit-transition: fill .2s ease;
    -o-transition: fill .2s ease;
    transition: fill .2s ease; }
.slider-product_related__buttons a:hover {
    border-color: #5cacad;
    background: #5cacad; }
.slider-product_related__buttons a:hover svg {
    fill: #fff; }

.slider-products__title.product_related h2:after {
    display: none;
}

.slider-product_related-subheader {
    z-index: -1;
    font-size: 80px;
    font-weight: 700;
    color: #f6f6f6;
    position: absolute;
    left: -70px;
    top: -70px;
}

.slider-products__title.product_related {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
}

.file_box.not_before:before {
    display: none;
}

.file_box.not_before img {
    width: auto;
    height: 72px;
    margin: 0 auto;
}

.categories__item:hover svg *, .categories__item.active svg * {
    fill: white;
}

html body .categories__item svg {
    width: 3rem !important;
    height: 3rem !important;
}

.admin_edit_page_faq-add {
    display: block;
    width: 100%;
    text-align: center;
}

.admin_edit_page_faq-add a {
    display: inline-block;
    font-size: 3rem;
    line-height: 3rem;
    height: 3rem;
    width: 3rem;
    background: #5cacad;
    border-radius: 50%;
    color: white;
}

.mb_faq_block_title_1
{
    padding:20px 35px;
    background:#f6f6f6;
    color:#363636;
    font-size:14px;
    font-weight:500;
    padding-right:100px;
    cursor:pointer;
    position:relative;
}
.mb_faq_block_title_1:after
{
    content: '';
    position:absolute;
    right:0;
    top:0;
    width:75px;
    height:100%;
    background:url(../img/div/i_arrow_down.png) no-repeat center center #f6f6f6;

}
.mb_faq_block_title_1.active
{
    background:#dde7ea;
}
.mb_faq_block_title_1.active:after
{
    background:url(../img/div/i_arrow_up.png) no-repeat center center #f7e1c9;
}

.mb_faq_block {
    position: relative;
}

.mb_faq_block .close {
    position: absolute;
    left: 0;
    float: none;
    top: calc( 50% - 1rem );
    font-size: 2rem;
    z-index: 999;
    color: red;
    opacity: .5;
    display: inline-block;
    line-height: 2rem;
    height: 2rem;
    cursor: pointer;
}

.mb_faq_block .close:hover {
    opacity: 1;
}

.admin_edit_page_faq_wrap_to_default_btn .btn {
    height: 3rem;
    display: inline-block;
    padding: 0 3rem;
}

.admin_edit_page_faq_wrap_to_default_btn {
    text-align: center;
    padding-bottom: 2rem;
}


.catalog__content .admin_edit_page_faq-add {
    display: none;
}

.catalog__content .mb_faq_block .close {
    display: none;
}

.mb_faq_block_title p {
    font-size: 14px;
}

.mb_faq_block_ans p {
    font-size: 14px;
}
.text_url a {
    color: #5cacad;
    /*text-decoration: underline;*/
    font-weight: 500;
}

.slider-products__body.fl_left .slick-track {
    float: left;
}

.little_text {
    display: block;
    font-size: .78rem;
    font-weight: normal !important;
}

.order-steps__content-item .description .top .qty {
    color: #363636;
    font-weight: normal;
    padding-left: .5rem;
    text-transform: none;
}

.cart__alert img {width: 2rem;margin-right: 1rem;}

.load_mini_cart .cart__alert {
    padding: 8px 1rem;
}

.select2-container {
    width: 100% !important;
}
li.select2-selection__choice {
    line-height: 45px;
}

li.select2-selection__choice {
    padding: 0rem 1rem !important;
}

.add_product_variation_attrs_wrap {
    width: 75.5%;
    font-size: 0;
}

.add_product_variation_attrs_wrap > * {
    width: 32%;
    margin-right: 1.3333%;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: .5rem;
}

.add_product_variation_attrs {
    padding-bottom: 1.2rem;
}

.admin_save_action_buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.admin_save_action_buttons > * {
    width: 49%;
}

.admin_save_action_buttons label.bt_brown {
    background: #eb4d4b;
    cursor: pointer;
}

.admin_save_action_buttons label.bt_brown:hover {
    background: #eb4d4bcc;
}

#admin_edit_link {
    position: fixed;
    display: block;
    width: 2rem;
    height: 2rem;
    top: 1rem;
    right: 1rem;
    z-index: 999;
    padding: .5rem;
    background: #5cacad;
    box-shadow: 0 3px 9px rgba(0,0,0,.7);
}

#admin_edit_link svg {
    width: 100%;
    height: 100%;
    fill: white;
}

.product__options .title {font-weight: 600;}

.super_admin_edit_translate svg {
    width: 1rem;
    display: block;
    fill: white !important;
}

.super_admin_edit_translate > a {
    padding: .3rem;
    background: #5cacad;
    box-shadow: 0 3px 9px rgba(0,0,0,.7);
    border-radius: 2px;
    display: inline-block;
}

.super_admin_edit_translate > * {
    display: inline-block;
    vertical-align: middle;
}

.super_admin_edit_translate .content {
    padding-right: .5rem;
}

.super_admin_edit_translate {
    padding-right: .5rem;
}

.super_admin_edit_translate a.edit_on {
    opacity: .7;
}

.cabinet-row__tools.flex-row.align-center .bt_add.sort:before {content: '↓';}

#sort_category_form li.catsItem {padding-bottom: .5rem;}

#sort_category_form ul.catsArray {
    padding-left: 1rem;
}

.catsItem-name {
    padding-top: .5rem;
}

.catItem-change svg {
    width: 1rem;
    display: block;
}

.catItem-change {
    display: inline-block;
    vertical-align: middle;
}

#sort_category_form ul.catsArray {
    margin-top: .5rem;
}

.catsItem-dropdown svg {
    width: .7rem;
    display: block;
}

.catsItem-dropdown {
    display: inline-block;
    vertical-align: middle;
    padding-left: .5rem;
}

.catsItem-dropdown.active svg {
    transform: rotate(180deg);
}

.catItem-change svg, .catsItem-dropdown svg {
    fill: #5cacad;
}

li.level1-list > a {
    display: inline-block !important;
    vertical-align: middle;
}

li.level1-list > .level1_cat-dropdown {padding-left: .5rem;}

li.level1-list > .level1_cat-dropdown svg {
    width: .6rem;
    fill: #5cacad;
    display: block;
}

li.level1-list > .level1_cat-dropdown.active svg {
    transform: rotate(180deg);
}

.product-trust.cards, .product-trust.five, .product-trust.truck {min-height: 2.3rem;background: rgba(255,255,255,.75);}

.ajax_load_file.add_files .ajax_load_file-wrap {display: block;height: 10rem;margin-top: 1rem;background-size: 8rem;background-repeat: no-repeat;background-position: center;background-color: white;border-radius: 2px;}

.ajax_load_file.add_files .ajax_load_file-wrap input {
    display: none;
}

label.ajax_load_file {
    display: block;
    margin-top: .5rem;
}

.ajax_load_file-close {
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 1.5rem;
    color: red;
    line-height: 45px;
}

.ajax_load_file-wrap {
    position: relative;
    display: block;
}

/* * * * * *  soubory ke stazeni / download files  * * * * * */
.soubory									{ margin: 1.5rem 0 1em; border: 1px dotted #dddcdc; background: white; }
.soubory	.soubory_cont				{ padding: 15px 15px 10px; background: url(../images/icons/ico_download.png) 95% 15px no-repeat; margin-top: -5px; position: relative; min-height: 50px; }
.soubory h2,
.soubory h3								{ margin: 0 0 8px; font-size: 1em; color: black; font-weight: bold; }
.soubory h3								{ margin-bottom: 4px; }
.soubory ul								{ margin: 0; padding: 0; width: 85%; line-height: normal; }
.soubory ul li							{ margin: 0; padding: 3px 0 9px; background: none; }
.soubory ul li .polozka,
.soubory ul li .hodnota				{ font-size: 0.7857em; }
.soubory ul li.last					{ border-bottom: none; }
.soubory ul li .nazev				{ display: block; font-size: 1.0714em; }
.soubory ul li .nazev strong		{ font-weight: normal; }

#fotky {
    display: block;
    margin: 0 -.5rem;
    font-size: 0;
    margin-top: 1.5rem;
}

#fotky .foto {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    padding: .5rem;
}

#fotky .foto img {
    display: none;
}

#fotky .foto a {
    display: block;
    height: 10rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px
}

#fotky .foto a:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.5);
}

#fotky .foto a {
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.default_page_content-text:after {content: '';display: table;clear: both;}

#default_page_content .note-float-right {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

#default_page_content .note-float-left {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

#default_page_content img:not(.note-float-right):not(.note-float-left) {
    margin: .5rem;
}

/* Lists */
#default_page_content li ul, #default_page_content li ol	{ margin: 0; }
#default_page_content ul, #default_page_content ol      	{ margin-left: 0; padding: 0 0 0 20px; }
#default_page_content ol					{ margin-left: 1.5em; margin-bottom: 1em; }
#default_page_content ul					{list-style: none;list-style-image: none;margin-bottom: 1em;margin-top: .6em;}
#default_page_content #center ul		{ overflow: visible; }

#default_page_content li					{ margin-left: 0; margin-bottom: 0.2857em; /* margin pro odsazeniÃƒâ€šÃ‚Â­ li zespodu - dulezite u viceradkovych li*/  }
#default_page_content ul li				{padding-left: 1em;background: url(../img/li.png) 0.1em 0.1em no-repeat;}

.default_page_content-text p {
    line-height: 1.5rem;
}

footer .super_admin_edit_translate * {
    color: white;
}

.default_page_content-text a {
    color: #5cacad;
    text-decoration: underline;
    font-weight: 500;
}

.form_success.error i:before {
    color: red;
}

.ui.search.loading > .input { display: block; }
.ui.search > .input {
    width: 16px;
    height: 16px;
    background: white;
    position: absolute;
    right: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    display: none;
}

.ui.search>.results {
    width: 100%;
}

.ui.search .prompt {
    font-size: .87rem;
}

.ui.search>.results>.message .header, .ui.search>.results>.message .description {
    font-size: .87rem;
}

.ui.search>.results .result .title, .ui.search>.results .result .description {
    font-size: .87rem;
}

body {
    font-size: .87rem;
}

.filter__color label img {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

.filter__color label {
    display: block;
}

.filter__color {display: inline-block;}

li.level0-list .flex {
    font-size: 0;
}

.filter__block.catalog__nav ul.level1 {
    max-height: 20rem;
    overflow: auto;
}

.catalog__sorting select {
    font-size: .8rem;
}
.product__header h1 {
    max-width: 75%;
}

.mfp-content > div:not(.mfp-hide) {
    display: block !important;
}


.diff_price {
    display: block;
    font-weight: normal;
    color: inherit;
}


.color-choice-modal__item:hover,
.color-choice-modal__item.selected
{background: #5cacad;}

.color-choice-modal__item
{
    cursor:pointer;
    padding: .5rem;
    transition: .1s all ease-in-out;
}

.variations_modal .color-block {
    margin-bottom: .5rem;
    border: none;
}

.color-choice-modal__item:hover .checkbox-container label,
.color-choice-modal__item.selected .checkbox-container label
{
    color: white;
}

.color-choice-modal__item .checkbox-container label
{
    padding-bottom: .2rem;
    display: block;
    transition: .1s all ease-in-out;
}

.color-choice-modal__item .checkbox-container label:before {
    display: none;
}
.color-choice-modal__item * {
    cursor: pointer;
}

.product__header h1 {
    font-size: 2rem;
}

.product__delivery.cf1:before {
    width: 26px;
    height: 26px;
    background: url(../img/product/icons/measuring-tape.svg) center center/contain no-repeat;
}

.product__thumbs-wrap .arrows > * {
    display: block;
    position: absolute;
    width: calc( 100% - 20px );
    top: 0;
    left: 0;
    height: 1.5rem;
    z-index: 9;
    background: #ffffffe0;
    padding-top: .2rem;
}

.product__thumbs-wrap .arrows img {
    transform: rotate(90deg);
    width: .6rem;
    margin: auto;
    display: block;
}

.product__thumbs-wrap .arrows {
    max-width: 107px;
    margin-right: 20px;
}

.product__thumbs-wrap {position: relative;}

.product__thumbs-wrap .arrows > *.next {
    bottom: 0;
    left: 0;
    top: auto;
}

.product__thumbs-wrap {
    /* padding: 2rem 0; */
}

.form_options_row.add_product_variation_attrs > label {
    cursor: pointer;
    position: absolute;
    right: 0rem;
    top: 0;
    padding: .5rem;
    border-radius: 4px;
}

.form_options_row.add_product_variation_attrs > label svg {
    width: 1rem;
    height: 1rem;
    display: block;
    fill: white;
}

.form_options_row.add_product_variation_attrs > label input {
    display: none;
}

.form_options_row.add_product_variation_attrs > label.save {
    right: 2.5rem;
    background: #2ecc71;
}

.form_options_row.add_product_variation_attrs > label.remove svg {
    width: .8rem;
    height: .8rem;
    margin: .1rem;
}

.form_options_row.add_product_variation_attrs > label.remove {
    background: #e74c3c;
}

#load_all_products_variations .pull_right.flex-row.align-start label > input {
    display: none;
}

label {
    cursor: pointer;
}
.form_options_row.add_product_variation_attrs > label.active {
    right: 5rem;
    background: #95a5a6;
}

.form_options_row-wrap {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 1rem .5rem;
    border: 1px solid #ccc;
}

#load_all_products_variations .form_options {
    margin: 0 -.5rem;
    font-size: 0;
}

.form_options_row-wrap:nth-child(2n) {
    border-left: 0;
}

.add_product_variation_attrs .icons > .checked,
.add_product_variation_attrs .icons > .not_checked {
    display: none;
}

.add_product_variation_attrs  label.checked .icons > .checked {
    display: block;
}

.add_product_variation_attrs label:not(.checked) .icons > .not_checked {
    display: block;
}
.form_options_row.add_product_variation_attrs > label.active.checked {
    background: #5cacad;
}

.btn.admin_product_edit_variations_btn {
    display: inline-block;
    width: 10rem;
    text-align: center;
}

#add_product_variations {}

#add_product_variations .section_wrapper {
    text-align: center;
}

.message_popup_default {
    position: fixed;
    z-index: 999;
    width: 20rem;
    height: 20rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
    border-radius: 4px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    text-align: center;
    padding: 3.5rem 1.5rem;
}

.message_popup_default-wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: black;
    opacity: .8;
    z-index: 99;
    overflow: hidden;
}

.message_popup_default-header {
    font-size: 1.5rem;
    padding-bottom: .5rem;
    font-weight: bold;
}

.message_popup_default-desc {
    font-size: .87rem;
    padding-bottom: 1rem;
}

.message_popup_default-icon svg {
    fill: green;
    width: 8rem;
}

.message_popup_default-close_link {
    position: absolute;
    top: .5rem;
    right: .5rem;
    height: 2rem;
    width: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 2rem;
}

.message_popup_default-icon.error {}

.message_popup_default-icon.error svg {
    fill: red;
}


#add_product_additionals .form_options {
    font-size: 0;
}

#add_product_additionals .form_options .form_options_row-wrap {
    border: 1px solid #ccc;
}

#add_product_additionals .form_options .form_options_row-wrap:nth-child(2n) {
    border-left: 0;
}
.variation_select_update_price-main {
    margin-right: 0 !important;
}

#load_settings_export_xml a.copy {
    display: inline-block;
    vertical-align: middle;
    padding-left: .5rem;
}

#load_settings_export_xml a.copy svg {
    width: 1rem;
    height: 1rem;
}

#load_settings_export_xml .input_with_text {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

a.link_xml.copied {
    color: green;
}

#load_settings_export_xml .icon_rebuild.disabled svg {
    display: block;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


#load_settings_export_xml .icon_rebuild.disabled {
    background: #36363685;
    opacity: .5;
    cursor: not-allowed;
}

#load_settings_export_xml .icon_rebuild.disabled svg {
    fill: white;
}

#add_settings_export_xml .default_modal-input label {
    font-size: .87rem;
}

#email_template_fields_wrap .add_field {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 2;
    display: block;
    font-size: 1.5rem;
    border: 1px solid #5cacad;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.6rem;
    text-align: center;
    border-radius: 50%;
    color: #5cacad;
}

#email_template_fields_wrap {
    position: relative;
}

#email_template_fields_wrap .add_field:hover {
    background: #5cacad;
    color: white;
}


#email_template_fields_wrap a.icon {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 2;
    display: block;
    font-size: 1.5rem;
    border: 1px solid #e74c3c;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.6rem;
    text-align: center;
    border-radius: 50%;
    color: #e74c3c;
}

#email_template_fields_wrap a.icon:hover {
    background: #e74c3c;
    color: white;
}

.email_template_field {
    position: relative;
}

#email_template_fields_wrap .email_template_field a.icon {
    top: 10px;
}

#add_product_services .form_options_row {
    width: 50%;
    float: left;
}


#add_product_services:after, #add_product_services .form_options_row:after {content: '';display: table;clear: both;}

.admin_page_home_page_slider_edit .add_field {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: block;
    font-size: 1.5rem;
    border: 1px solid #5cacad;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.6rem;
    text-align: center;
    border-radius: 50%;
    color: #5cacad;
    background: #f6f6f6;
}

.admin_page_home_page_slider_edit {
    position: relative;
}

.admin_page_home_page_slider_edit .add_field:hover {
    background: #5cacad;
    color: white;
}

.admin_page_home_page_slider_edit a.icon {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 2;
    display: block;
    font-size: 1.5rem;
    border: 1px solid #e74c3c;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.6rem;
    text-align: center;
    border-radius: 50%;
    color: #e74c3c;
}

.admin_page_home_page_slider_edit a.icon:hover {
    background: #e74c3c;
    color: white;
}

.home_page_slide_edit {
    position: relative;
}

.home_page_slide_edit-table {
    display: table;
    width: 100%;
}

.home_page_slide_edit-table > * {
    display: table-cell;
    vertical-align: middle;
}

.home_page_slide_edit-img label.img_file_label {
    height: 200px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

.home_page_slide_edit-img label.img_file_label > * {
    opacity: 0;
}

.home_page_slide_edit-text {
    width: 40%;
}

.home_page_slide_edit {
    padding-bottom: 1.5rem;
}

.order-steps__content-item .image {
    border: 0;
}

.order-steps__content-item .image img {
    border: 1px solid #ebebeb;
}

.product-tabs__reviews-item .avatar .img {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 60px;
    background: #5cacad;
    display: block;
    text-transform: uppercase;
    color: white;
}

.catalog__sorting select {
    padding-right: 1.8rem;
    width: 150px;
    font-weight: 400;
}

.categories_list .tools_drop .item a.sort:before {
    background-image: url(../img/list.png);
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 17px;
    margin-top: -7px;
    background-repeat: no-repeat;
}

tr.pr_hidden:not(:hover) {
    background-color: #cccccc26;
    opacity: .6;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    filter: blur(1px);
}

.free_if_total_delivery_item {
    text-align: center;
    font-size: .8rem;
    background-color: #dde7ea;
    line-height: 1.5rem;
    display: block;
}

.deliveries_methods_input_wrap label {
    margin-bottom: 0;
    margin-top: 5px;
}

.free_if_total_delivery_item b {
    font-weight: bold;
}

.free_if_total_delivery_item b {
    font-weight: bold;
}

.order-steps__delivery-item .payment span {
    font-weight: normal;
}

input[name="delivery_method"]:checked ~ label .payment.free_if_total *, input[name="payment_method"]:checked ~ label .payment.free_if_total * {
    font-weight: 700;
}

.product__thumbs-wrap {
    max-height: 30rem;
}

.cart__item-goods img {
    width: 5rem;
}

.order-steps__content-item .description .top p:first-child {
    width: 67%;
}

#account_order_page {
    padding-top: 6rem;
}
.order_status_color_id_0 {
    color: #5cacad;
    font-weight: 500;
}

.order_status_color_id_1 {
    color: #A3CB38;
    font-weight: 500;
}

.order_status_color_id_3, .order_status_color_id_4 {
    color: #F79F1F;
    font-weight: 500;
}


.order_status_color_id_2 {
    color: #EE5A24;
    font-weight: 500;
}

.page_image_load .ajax_load_image {
    width: 100%;
    height: 14rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.blog_pages {
    display: block;
    margin: 0 -.5rem;
    font-size: 0;
}

.blog_page {
    width: 25%;
    display: inline-block;
    text-align: center;
    padding: .5rem;
    padding-bottom: 0;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 1rem;
    vertical-align: top;
}

.blog_page-img {
    display: block;
    height: 12rem;
    background-position: center;
    background-size: cover;
}

.blog_page-title {
    display: block;
    padding: .5rem 0;
}

.blog_page:hover {
    box-shadow: 0 0 7px rgba(0,0,0,.35);
}

.footer__bottom {
    width: 80%;
    float: left;
}

.footer__soc {
    width: 20%;
    float: right;
    text-align: right;
}

.container:after {content: '';display: table;clear: both;}

.footer__logo {
    text-align: right;
}


.load_orders_table .actions a {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-right: .5rem;
    border: 1px solid #36363685;
}

.load_orders_table .actions svg {
    width: 1.1rem;
    height: 1.1rem;
    display: block;
    margin: 0 auto;
    margin-top: .4rem;
}

.load_orders_table .actions a:hover {
    background: #36363685;
}

.load_orders_table .actions a:hover svg {
    fill: white;
}

.settings_icon_select {
    position: relative;
    margin-top: .5rem;
}

.settings_icon_select input {
    padding-left: 2rem;
    height: 2.5rem;
}

.settings_icon_select i {
    position: absolute;
    line-height: 2.45rem;
    width: 2rem;
    text-align: center;
    font-size: 1.4rem;
    color: #5cacad;
}

.settings_icon_select i:before {
    color: #5cacad;
}

.footer__soc a {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    color: white;
    text-align: center;
    line-height: 1.9rem;
    border: 1px solid white;
    margin-left: .5rem;
    font-size: 1.1rem;
    border-radius: 50%;
}

.footer__soc i.fa:before {color: white;}

.payment_method_instruction {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.payment_method_instruction .content {
    position: absolute;
    left: 120%;
    padding: .5rem;
    background: white;
    z-index: 2;
    border: 1px solid #5cacad;
    border-radius: 4px;
    font-size: .87rem;
    display: none;
}

.payment_method_instruction .fa:before {
    color: #5cacad;
    font-size: 1.1rem;
}

.payment_method_instruction .icon {
    display: inline-block;
    vertical-align: middle;
}

.payment_method_instruction .content * {
    font-size: .87rem;
}

.payment_method_instruction:hover .content {
    display: block;
}

.payment_method_instruction .content {
    top: 0;
    width: 20rem;
    font-weight: normal !important;
    font-size: .8rem;
    line-height: 1.2;
}

.payment_method_instruction .content * {
    font-size: .7rem;
}

.payment_method_instruction .content {
    left: 100%;
}

.payment_method_instruction .icon {
    padding-right: .5rem;
}

.payment_method_instruction .content * {
    line-height: 1rem !important;
    font-weight: 400;
}

.payment_method_instruction .content p {
    padding-bottom: .2rem !important;
}

.payment_method_instruction .content {
    max-height: 15rem;
    overflow: auto;
}

.bt_add.save:before {
    display: none;
}

.bt_add.save:hover {
    background: #2ecc71;
}

.bt_add.save:hover span {
    color: white;
}

.add_product_variations_select_attrs_generate_btn {
    position: absolute;
    right: .5rem;
    top: 2.2rem;
    height: 2rem;
    line-height: 2rem;
    display: block;
    padding: 0 1rem;
    padding-left: 3rem;
    background-color: #f6f6f6;
}

.add_product_variations_select_attrs {
    position: relative;
}

.add_product_variations_select_attrs_generate_btn input {
    display: none;
}

.add_product_variations_select_attrs_generate_btn:before {
    content: '+';
    font-size: 20px;
    color: #fff;
    display: inline-block;
    background: #5cacad;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 2rem;
    width: 2rem;
    text-align: center;
    border-right: 1px solid #f6f6f6;
}

.add_product_variations_select_attrs_generate_btn:hover {
    background-color: #5cacad;
    color: white;
}

.add_product_variations_select_attrs_generate_btn:hover span {
    color: white;
}

.bt_add.save {
    background: #2ecc71;
}

.bt_add.save span {
    color: white;
}

.bt_add.remove:before {
    display: none;
}

.bt_add.remove span {
    color: white;
}

.bt_add.remove {
    background: #e74c3c;
}

.order-steps__input.input-text textarea {
    width: 100%;
    resize: none;
    border: 1px solid #ebebeb;
    padding: 10px;
    height: 125px;
    font-size: 14px;
}

.tree_select_row .list_hide .item_checkbox.sub3Cat {
    margin-left: 44px;
}

.slider-main__item .price {
    font-family:"Avenir", sans-serif;
}

/*.message.empty {*/
    /*display: none !important;*/
/*}*/

/*.results.transition {*/
    /*border: 0 !important;*/
    /*box-shadow: none !important;*/
/*}*/

/*.results.transition .message {*/
    /*-webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);*/
    /*box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);*/
    /*border: 1px solid #d4d4d5;*/
    /*border-radius: .28571429rem;*/
/*}*/
/*.message.empty {*/
    /*display: none !important;*/
/*}*/

/*.results.transition {*/
    /*border: 0 !important;*/
    /*box-shadow: none !important;*/
/*}*/

/*.results.transition .message {*/
    /*-webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);*/
    /*box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);*/
    /*border: 1px solid #d4d4d5;*/
    /*border-radius: .28571429rem;*/
/*}*/

/*.results.transition > * {*/
    /*border-left: 1px solid #d4d4d5;*/
    /*border-right: 1px solid #d4d4d5;*/
/*}*/

/*.results.transition > *:first-child {*/
    /*border-top: 1px solid #d4d4d5;*/
    /*border-top-left-radius: 6px;*/
    /*border-top-right-radius: 6px;*/
/*}*/

/*.results.transition {}*/

/*html body .ui.search>.results .result:last-child {*/
    /*border-bottom: 1px solid #d4d4d5 !important;*/
    /*border-bottom-left-radius: 6px !important;*/
    /*border-bottom-right-radius: 6px !important;*/
/*}*/

.c-orange {
    color: orange;
}

.slider-main__item .title {
    font-family:"Avenir", sans-serif;
    font-weight: 500;
}

.header-top__phone .otdoba {
    font-size: 12px;
    text-align: right;
    display: block;
    font-weight: 300;
    text-transform: lowercase;
}

.table_filter-desc {}

.table_filter {
    display: inline-block;
    width: .3rem;
    vertical-align: middle;
    margin-left: .5rem;
}

.table_filter input {
    display: none;
}

.table_filter label, .table_filter svg {
    display: block;
    fill: #ccc;
}

.table_filter-desc {
    padding-bottom: .1rem;
}

.table_filter input:checked ~ svg {
    fill: #5cacad;
}

.cat_description_row {
    display: block;
    margin: 0 -.5rem;
    font-size: 0;
    padding-top: 1rem;
}

.cat_description_col {
    display: inline-block;
    padding: .5rem;
    vertical-align: top;
}

.cat_description_col.cat_description_col-image {
    width: 25%;
}

.cat_description_col.cat_description_col-desc {
    width: 75%;
    font-size: .87rem;
    padding-left: 1rem;
}

.cat_description_col.cat_description_col-image img {
    max-width: 100%;
}

.cat_subscribe_form.mobile {
    display: none;
}
.form_item.mass_edit_action-field.mass_edit_action_cats .jq-selectbox__dropdown {
    width: 35rem;
}

.color-choice-modal__items {
    position: relative;
}

.additional_cancel {
    position: absolute;
    top: -4rem;
    right: 0;
}

.additional_cancel input {
    display: none;
}

.additional_cancel .checkbox-container label:before {
    display: none;
}

.additional_cancel .checkbox-container label {
    display: block;
    padding: .5rem 1rem;
    margin-right: .5rem;
    border: 1px solid;
    color: black;
    font-weight: 500;
}

.additional_cancel .checkbox-container label:hover {
    background: black;
    color: white;
}

.color-choice-modal__item.additional_cancel .color-block {
    display: none;
}

.color-choice-modal__item.additional_cancel {
    width: auto !important;
    padding: 0 !important;
    margin: 0 .5rem 0 0 !important;
    max-width: 100% !important;
}

.additional_cancel .checkbox-container label {
    margin-right: 0;
}

.add_product_variations_type {
    text-align: left;
}

.add_product_variations_type-header {
    font-weight: 500;
    display: block;
    margin-bottom: .5rem;
}

.add_product_variations_type-item {
    display: inline-block;
    vertical-align: middle;
    font-size: .87rem;
}

.add_product_variations_type-item input {
    display: none;
}

.add_product_variations_type_item-header {
    padding: .5rem 1rem;
    display: block;
    margin-right: .5rem;
    background: white;
    -webkit-transition: color .2s ease,background .2s ease;
    -o-transition: color .2s ease,background .2s ease;
    transition: color .2s ease,background .2s ease;
}

.add_product_variations_type-items {
    display: block;
    font-size: 0;
}

.add_product_variations_type-item > input:checked ~ span, .add_product_variations_type_item-header:hover {
    background: #90c1c2;
    color: white;
}

.add_product_variations_type_tab {
    display: none;
}

.add_product_variations_type_tab_1_item {
    text-align: left;
    display: table;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.add_product_variations_type_tab_1_item > * {
    display: table-cell;
    vertical-align: top;
}

.add_product_variations_type_tab_1_item-left {
    width: 27%;
    padding-right: 1rem;
}

.add_product_variations_type_tab_1_item-actions {
    width: 8%;
    text-align: right;
    vertical-align: middle;
}

.add_product_variations_type_tab_1_item-left label:not(:first-child) {margin-top: .5rem;}

.add_product_variations_type_tab_1_item-left label {
    display: block;
    line-height: 1.2rem;
    font-size: .87rem;
}

.add_product_variations_type_tab_1_item-wrap input {
    height: 2rem;
    border: solid 1px #ebebeb;
}

.add_product_variations_type_tab_1_item-wrap .select2-container--default .select2-selection--single {
    height: 2rem;
    line-height: 2rem;
    border: solid 1px #ebebeb;
    border-radius: 0;
}

.add_product_variations_type_tab_1_item-wrap label {
    display: block;
    line-height: 1.2rem;
    font-size: .87rem;
}

.add_product_variations_type_tab_1_item-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: solid 1px #ebebeb;
    border-radius: 0;
    line-height: 1.8rem;
}


.add_product_variations_type_tab_1_item-wrap .select2-container--default .select2-selection--multiple {
    border: solid 1px #ebebeb;
    border-radius: 0;
}

.add_product_variations_type_tab_1_item-wrap:not(:last-child) {
    /*padding-bottom: 1rem;*/
    /*border-bottom: 1px solid #b2b2b2;*/
}

.add_product_variations_type_tab_1_item-wrap:not(:last-child) .add_product_variations_type_tab_1_item .my_icon_plus,
.add_product_variations_type_tab_1_item-wrap:last-child .add_product_variations_type_tab_1_item .my_icon_close {
    display: none;
}

.add_product_variations_type_tab_1_item-price {
    display: table;
    width: 100%;
}

.add_product_variations_type_tab_1_item-price:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 1rem;
}

.add_product_variations_type_tab_1_item-price > * {
    display: table-cell;
    vertical-align: top;
}

.add_product_variations_type_tab_1_item-price .left {
    width: 27%;
    padding-right: 1rem;
}

.add_product_variations_type_tab_1_item-price .actions {
    width: 8%;
    text-align: right;
    vertical-align: middle;
}

.add_product_variations_type_tab_1_item-price:not(:last-child) .my_icon_plus,
.add_product_variations_type_tab_1_item-price:last-child .my_icon_close {
    display: none;
}

.add_product_variations_type_tab_1_item-wrap .my_icon_close, .add_product_variations_type_tab_1_item-wrap .my_icon_plus {
    margin-bottom: 0;
}

.add_product_variations_type_tab_1_item-prices {
    text-align: left;
    padding: 1rem;
    border: 1px solid #b2b2b2;
    display: table;
    width: 100%;
    border-top: 0;
}

.add_product_variations_type_tab_1_item {
    margin: 0;
    padding: 1rem;
    background: #b2b2b2;
}

.add_product_variations_type_tab_1_item-wrap:not(:last-child) {
    margin-bottom: 1rem;
}

.add_product_variations_type_tab_1_items {
    padding-top: 1rem;
}

.add_product_variations_type_tab_1_item label {
    color: white;
    font-weight: 500;
}

.add_product_variations_type_tab_1_item-actions a {
    color: white;
    border: 2px solid white;
}

.mass_create_attr_options-images {
    font-size: 0;
    margin-left: -1rem;
    margin-right: -1rem;
}

.mass_create_attr_options-image {
    width: 25%;
    display: inline-block;
    padding: 1rem;
}

.mass_create_attr_options-images:after {content: '';display: table;clear: both;}

.mass_create_attr_options_image-right {
    font-size: 1rem;
}

.mass_create_attr_options_image-left img {
    height: 13rem;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.mass_create_attr_options_image-right input {
    display: block;
    background: white;
    padding: 1rem;
}

.product__delivery.cf3::before {
    width: 26px;
    height: 26px;
    background: url(../img/products/icons/five.svg) center center/contain no-repeat;
}

.product-tabs__description table {
    margin-bottom: 1rem;
}

.tab button img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 9px;
    display: inline-block;
}

.header__btm {
    padding-left: 0px;
}

.advantage {
}

.header__advantage.advantage {
    max-width: 450px;
}

.advantage__item {
    width: 33.3333%;
    margin: 0;
    padding: 0 .5rem;
}

.form_row_act__price._price_salee {}

.form_row_act__price._price_salee .form_item {
    width: 25%;
}

.form_row_act__price._price_salee .form_row_act__price_sale_2_inputs {
    width: 50%;
}

.form_row_act__price._price_salee .form_row_act__price_sale_2_inputs .row {
    width: 100%;
    display: block;
    margin-left: -1rem;
    margin-right: -1rem;
}

.form_row_act__price._price_salee .form_row_act__price_sale_2_inputs .col {
    width: 50%;
    float: left;
    padding: 0 1rem;
}

.form_row_act__price._price_salee .content {
    width: 100%;
}

.form_row_act__price._price_salee .form_item input {
    width: 78%;
}

.form_row_act__price._price_salee .form_row_act__price_sale_2_inputs input {width: 100%;}

.form_row_act__price_sale_2_inputs input:last-child {
    margin-left: 0;
}

.form_row_act__price_sale_2_inputs label {
    margin-bottom: .5rem;
    display: block;
}

@media screen and (min-width: 1170px) {

    .color-choice-modal__item {
        width: 20% !important;
        max-width: 20% !important;
        margin-right: 0 !important;
    }

    .catalog__items .slider-products__item {
        display: inline-block !important;
        vertical-align: top;
        width: 32.3333% !important;
        margin-left: .75% !important;
        margin-right: .75% !important;
    }

    .catalog__sorting select {
        padding-right: 1.8rem;
        width: 100%;
        font-weight: 400;
        min-width: 160px;
    }

}

@media screen and (max-width: 1170px) {



}

@media screen and (max-width: 992px) {

    .header-top__phone .otdoba {
        display: none;
    }

    .blog_page {
        width: 50%;
    }
    html body .categories__item svg {
        height: 100% !important;
    }

    .cart__item {
        font-size: 0;
    }

    .cart__item-availability, .cart__item-price, .cart__item-amount, .cart__item-total {
        display: inline-block;
        width: 50%;
        margin: 5px 0;
        vertical-align: middle;
    }

    .cart__item-price, .cart__item-total {
        text-align: right;
    }

    /*.order-steps__delivery-item .title, .order-steps__delivery-item .payment, .order-steps__delivery-item .time {*/
        /*display: inline-block;*/
        /*margin-bottom: 0;*/
    /*}*/

    /*.deliveries_methods_input_wrap label {*/
        /*display: block;*/
        /*text-align: center;*/
        /*z-index: 2;*/
        /*position: relative;*/
    /*}*/

    /*.order-steps__delivery-item .image {*/
        /*margin: 5px auto;*/
    /*}*/

    /*.free_if_total_delivery_item {*/
        /*line-height: 1rem;*/
        /*padding: .5rem;*/
    /*}*/

    /*.order-steps__payment-item .image {*/
        /*margin: 5px auto;*/
    /*}*/
    .cart__item-goods {
        display: table;
        width: 100%;
        padding-bottom: 1rem;
    }

    .cart__item-goods > * {
        display: table-cell;
        vertical-align: middle;
    }

    .cart__item-options {
        padding-left: 1rem;
    }

    .free_if_total_delivery_item {
        padding: .5rem;
        line-height: 1rem;
    }

    .deliveries_methods_input_wrap label {
        position: relative;
        z-index: 2;
    }

    .order-steps__payment {
        display: block;
        font-size: 0;
    }

    .order-steps__payment > * {
        display: inline-block;
        width: 49%;
        margin: .5%;
    }

    .order-steps__first-step-buttons, .order-steps__second-step-buttons {
        display: block;
        width: 100%;
        font-size: 0;
    }

    .order-steps__first-step-buttons > *,
    .order-steps__second-step-buttons > * {
        display: inline-block !important;
        width: 50% !important;
        text-align: center;
        height: 40px !important;
        line-height: 40px !important;
    }

    .ajax_modal-content {
        width: 700px;
    }



}

@media screen and (max-width: 768px) {

    table.contactInfo tr, table.contactInfo td {
        display: block;
        width: 100%;
    }

    .ajax_modal-content {
        padding: 2rem 1rem;
    }

    .cat_subscribe_form:not(.mobile) {
        display: none;
    }
    .cat_subscribe_form.mobile {
        display: block;
    }

    .slider-main__item .title {
        font-size: 24px;
    }
    .slider-main__item img {
        position: absolute;
        top: 0;
        left: auto;
        height: 100%;
        width: auto;
        right: -110%;
    }

    .catalog__subscription h2 {
        font-size: 18px;
    }

}

@media screen and (max-width: 480px) {

    .blog_page {
        width: 100%;
    }

}