/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    background-color: #fff;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.null {
    margin: 0;
    padding: 0;
}

hr {
    height: 1px;
    background-color: #f8f9fa;
    width: 100%;
}

a {
    color: inherit;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

p.heading {
    font-size: 1.75rem;
    font-weight: 500;
}

.nav-top {
    padding: 10px 0;
    background-color: #4d758f;
}
.nav-top p {
    color: #fff;
    margin: 0;
}

/* Admin Menu  */

.admin-menu nav {
    background: #4d758f;
    color: white;
    font-weight: bold;
}

.admin-menu nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.admin-menu nav ul:after {
    content: "";
    display: table;
    clear: both;
}

.admin-menu nav a {
    margin: 7px 15px 0 0;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.submenu {
    display: block !important;
    margin-top: 10px !important;
    margin-left: -16px !important;
}

.topmenu > li {
    float: left;
    position: relative;
    border-left: 1px solid black;
}

.topmenu > li:first-child {border-left: 0;}
.topmenu > li > a {
    padding: 20px 30px;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
}

.topmenu > li > a.active,
.submenu a:hover {color: white;}
.topmenu .fa,
.submenu .fa {
    margin-left: 5px;
    color: inherit;
}

.submenu {
    position: absolute;
    z-index: 5;
    min-width: 200px;
    background: #4d758f;
    border-top: 1px solid #CBCBCC;
    border-left: 1px solid #CBCBCC;
    border-right: 1px solid #CBCBCC;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.submenu li {position: relative;}
.submenu li a {
    color: white;
    padding: 10px 20px;
    font-size: 13px;
    border-bottom: 1px solid #CBCBCC;
}

.submenu .submenu {
    position: absolute;
    left: 100%;
    top: -1px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

nav li:hover > .submenu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}

/* End Admin Menu  */

/* Distributor Menu  */

.distributor-menu nav {
    background: #4d758f;
    color: white;
    font-weight: bold;
}

.distributor-menu nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.distributor-menu nav ul:after {
    content: "";
    display: table;
    clear: both;
}

.distributor-menu nav a {
    margin: 7px 15px 0 0;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

/* End Distributor Menu  */

.navbar-brand {
    color: #4d758f;
    letter-spacing: 10px;
}

#navigation {
    background-color: #f8f9fa;
    padding: 10px 0;
    border-bottom: solid 1px #e2e6ea;
}

.content-table {
    max-width: 1320px;
    min-width: 960px;
    display: block;
    margin: 0px auto;
}

.content {
    width: 100%;
}

.table_text {
    font-size: 12px;
}

#main_column {
    margin: 0 30px 50px;
    border: 1px solid #d4d4d4;
    border-color: #e0e0e0 #d4d4d4 #bbb;
    background-color: #ffffff;
    padding: 7px 21px 3px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.mainbox-title-container {
    padding: 1px 0 0 0;
}

.logo_title {
    font-size: 22px;
}

.logo_title a {
    text-decoration: none;
    color: #000000;
}

.finders {
    text-align: center;
}

.menu-top {
    margin-top: 48px;
}

.menu-top > a {
    color: #000000;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

.table_block-background {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

.m-b-md {
    margin-bottom: 30px;
}

.nav-link {
    color: #000000;
    font-weight: bold;
}

.user_name {
    padding-right: 5px;
}

.blocker {
    margin: 15px 0;
}

#myUL {
    margin: 0;
    padding: 0;
}

.main_product_photo img {
    max-width: 330px;
    max-height: 500px;
}

.product-table .product_selector {
    margin-bottom: 0;
}

.price-table-photo img{
    max-height: 90px;
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}

.additional_product_photos img{
    max-width: 150px;
    max-height: 250px;
}

.caret {
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}

.nested {
    display: block;
}

.active {
    display: block;
}

.reg_blocks {
    padding-top: 30px;
    margin-bottom: 30px;
}

.reg_blocks .btn{
    width: 210px;
}

.reg_blocks h4{
    text-align: center;
}

.reg_blocks .label {
    font-size: 14px;
}

#login_form {
    text-align: left;
}

.finders {
    margin-top: 76px;
}

.find {
    padding: 30px 0px;
}

.find h4{
    font-size: 15px;
    margin-bottom: 2px;
}

.find p{
    font-size: 12px;
}

.f_text {
    text-align: left;
    padding: 24px 5px;
}

.content .title {
    text-align: center;
    margin-top: 25px;
}

.tovblock, .pacblock {
    border-radius: 5px;
    border: 1px solid #C0C0C0;
    margin: 10px 0px;
}

.block_content {
    padding: 25px 30px;
}

.catalog_menu_block {
    margin-bottom: 15px;
}

.table_825px {
    min-width: 825px;
    padding-left: -15px;
}

.tab-background {
    background-color: #fff;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.tab-background_top {
    border-top: 1px solid #dee2e6;
}

.view-mode p {
    margin: auto 0;
}

.table-head {
    font-size: 75%;
    font-weight: 400;
    color: #999;
}

.photo_badge {
    position: relative;
    z-index: 1;
}

.content .block {
    height: 100%;
    width: 200px;
    background-color: #ffffff;
    padding-top: 20px;
}

#distributor_export_container .btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .675rem;
    line-height: 1.3;
}

.checker {
    display: inline-block !important;
}

.collapsed, .catalog_name, .product_catalog, .filter_name, .sub_filter, input[type="checkbox"], .distributor_product_catalog, .distributor_sub_product_catalog, .verify-true-button, .verify-false-button {
    cursor: pointer;
}

.verify-true-button, .verify-false-button{
    font-size: 14px;
}

#edit_filter_item .modal-content {
    max-width: 100%;
}

.catalog_name, .filter_name, .product_catalog, .text-name, .distributor_product_catalog, .distributor_sub_product_catalog {
    text-transform: lowercase;
}

.catalog_name:first-letter, .filter_name:first-letter, .product_catalog:first-letter, .text-name:first-letter, .distributor_product_catalog:first-letter, .distributor_sub_product_catalog:first-letter {
    text-transform: uppercase;
}

.catalog_name label, .filter_name label {
    margin: 0!important;
    cursor: pointer;
}

.catalog_name label:first-letter, .filter_name label:first-letter {
    text-transform: uppercase;
}

#catalogs_config-btn{
    font-size: 1.35rem;
    line-height: 1.25rem;
}

.sub_level_1 {
    padding-left: 1rem!important;
}

.sub_level_2 {
    padding-left: 2rem!important;
}

/* Toast */

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.5);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(-20px);
    backdrop-filter: blur(-20px);
    display: none;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast_show {
    display: block;
}

.toast__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 2rem 0.25rem 0.75rem;
    color: #212529;
    background-color: rgba(255, 255, 255, 0.5);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.toast__close {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.6;
    margin: 0;
    font-family: inherit;
    border-radius: 0;
}

.toast__body {
    padding: 0.75rem;
}

/* End Toast */

/* Checkbox Style */

.switcher input[type="checkbox"]:focus{
    outline:0;
}

.switcher input[type="checkbox"] {
    -moz-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 26px;
    cursor: pointer;
    height: 28px;
    position: relative;
    -webkit-transition: border .25s .15s, padding .25s, -webkit-box-shadow .25s .3s;
    transition: border .25s .15s, padding .25s, -webkit-box-shadow .25s .3s;
    -o-transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
    transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
    transition: border .25s .15s, box-shadow .25s .3s, padding .25s, -webkit-box-shadow .25s .3s;
    width: 44px;
    vertical-align: top;
    -webkit-appearance: none;
}
.switcher input[type="checkbox"]:after {
    background-color: white;
    border: 1px solid #d3d3d3;
    border-radius: 24px;
    -webkit-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
    content:"";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    right: 16px;
    top: 0;
    -webkit-transition: border .25s .15s, left .25s .1s, right .15s .175s;
    -o-transition: border .25s .15s, left .25s .1s, right .15s .175s;
    transition: border .25s .15s, left .25s .1s, right .15s .175s;
}
.switcher input[type="checkbox"]:checked {
    border-color: #53d76a;
    -webkit-box-shadow: inset 0 0 0 13px #53d76a;
    box-shadow: inset 0 0 0 13px #53d76a;
    padding-left: 18px;
    -webkit-transition: border .25s, padding .25s .15s, -webkit-box-shadow .25s;
    transition: border .25s, padding .25s .15s, -webkit-box-shadow .25s;
    -o-transition: border .25s, box-shadow .25s, padding .25s .15s;
    transition: border .25s, box-shadow .25s, padding .25s .15s;
    transition: border .25s, box-shadow .25s, padding .25s .15s, -webkit-box-shadow .25s;
}
.switcher input[type="checkbox"]:checked:after {
    border-color: #53d76a;
    left: 16px;
    right: 0;
    -webkit-transition: border .25s, left .15s .25s, right .25s .175s;
    -o-transition: border .25s, left .15s .25s, right .25s .175s;
    transition: border .25s, left .15s .25s, right .25s .175s;
}

/* End Checkbox Style */

.block a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
}

.notif_buttons {
    padding: 10px 0px 10px 0px;
    margin-left: -5px;
}

.notif_buttons .btn {
    width: 225px;
}

.save_buttons .btn {
    width: 265px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 5px 15px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn-blue {
    background-color: #4d758f;
    color: #f8f9fa;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-blue:hover {
    background-color: #416176;
    color: #fff;
}

.btn-brown {
    background-color: #a86f44;
    color: #f8f9fa;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-brown:hover {
    background-color: #8a5c39;
    color: #fff;
}

.btn-link {
    color: #4d758f;
}

.alert {
    margin-bottom: 0px;
}

.checking_blr {
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-radius: 0px 0px 5px 5px;
}

.count_additional_photos {
    position: inherit;
    text-align: right;
    margin-bottom: -20px;
}

#products_table_container .form-group {
    margin-bottom: 0;
}

.modal-photo {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-photo-content{
    margin: auto;
    display: block;
    max-height: 500px;
    width: auto;
}

.modalContent {
    margin: auto;
}

.modalContent .additional_photos {
    text-align: center;
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    color: #ccc;
    padding: 25px 0;
    height: 150px;
}

.modal-additional_photo {
    max-height: 150px;
    max-width: 175px;
    margin: 0 15px;
}

.modal-content, .modal-content .additional_photos{
    -webkit-animation-name: zoom;
    animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0);transform:scale(0)}
    to {-webkit-transform:scale(1);transform:scale(1)}
}

@keyframes zoom {
    from {-webkit-transform:scale(0);transform:scale(0)}
    to {-webkit-transform:scale(1);transform:scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content{
        width: 100%;
    }
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 0;
}

.container-fluid {
    max-width: 1800px;
}

.content .about {
    margin-top: 34px;
}

.content .about{
    text-align: justify;
}

.content .tarifs {
    margin: 36px 0px;
}

.tarifs .box {
    border-radius: 5px;
    margin: 20px 0px;
}

.tarifs .box_title {
    padding: 10px 10px 5px 10px;
}

.tarifs .box-info {
    padding: 25px 10px;
}

.tarifs .order_btn {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 2px;
    background-color: #337ab7;
    padding: 10px 20px;
    margin: 40px 25px;
}

.icons_row_4 {
    padding-left: 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icons_row_3 {
    padding-rihgt: 5%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.count-1 {
    margin-top: 10px;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
}

.counter_field {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.tab-header {
    padding: 10px 15px;
}

.blocks_ratio {
    text-align: center;
    margin: 30px 0;
}

.blocks_back_paddings {
    padding: 15px 30px;
    height: 100%;
}

.blocks_back {
    padding: 15px 30px;
    background: -webkit-gradient(linear, right top, left bottom, from(#f8f9fa), to(#f1f2f3));
    background: -o-linear-gradient(top right, #f8f9fa, #f1f2f3);
    background: linear-gradient(to bottom left, #f8f9fa, #f1f2f3);
    height: 100%;
}

.table-btn {
    padding: 4px 8px;
    font-size: 13.5px;
    border-radius: .2rem !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.table {
    margin-bottom: 0px !important;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}

.window {
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: 5px;
    height: 310px;
    overflow: hidden;
    overflow-y: scroll;
}

#products_edit_product .window {
    height: 470px;
    background-color: #fff;
}

#products_edit_product .tab-background {
    background-color: aliceblue!important;
}

#products_edit_product .nav-tabs .nav-item.show .nav-link, #products_edit_product .nav-tabs .nav-link.active {
    background-color: aliceblue;
}

#products_edit_product label {
    margin-bottom: 0;
}

.optionGroup {
    font-weight: 800;
}

.optionChild {
    font-weight: 600;
    padding-left: 15px;
}

.optionChild2 {
    padding-left: 30px;
}

.btn-group a {
    background-color: rgb(239, 239, 239);
}

.shadow {
    background: #ffffff; /* Цвет фона */
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    box-shadow: 0 0 20px rgba(0,0,0,0.5); /* Параметры тени */
    padding: 10px;
}

.window .card-header {
    padding: 0px;
}

.window .card-header button{
    padding: 5px;
    font-size: 12px;
    line-height: 0;
}

.window .card-header .btn-link{
    color: black;
}

.window .card-body {
    line-height: 0;
    padding: 5px;
}

.window .collapse h6{
    font-size: 12px;
    margin-bottom: 0px;
}

.input-sm {
    margin-right: 5px;
}

#product_filters .checkbox, #catalog_filters  .checkbox {
    margin: 0 5px;
}

#product_preview_info .description_preview {
    border: 1px solid black;
    border-radius: 5px;
}

#product_preview_info label {
    font-weight: bold;
    font-size: 18px;
}

#tai_about figure, #tai_about figure img {
    max-width: inherit;
}

.page-link {
    color: #343a40;
}

.page-link:focus, .page-link:hover {
    color: #343a40;
}

.tovblock .table {
    min-height: 350px;
}

.modal-content {
    margin: 0 auto;
    max-width: 640px;

}

#add_prod .modal-content, #edit_prod .modal-content {
    max-width: 100%;
}


.table p {
    margin-bottom: 0;
}

.main_pattern_select {
    height: 30px !important;
}

.tree-view li {
    background: url(../images/treeview-default-line.gif) 0 0 no-repeat;
    margin: 0;
    padding: 0px 0px 3px 20px;
}

.tree-view ul {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.tree-view .expandable-hitarea {
    background-position: -80px -3px;
}

.tree-view .hitarea {
    background: url(../images/treeview-default.gif) -80px -1px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -20px;
    float: left;
    cursor: pointer;
}

.tree-view li a {
    cursor: pointer;
}

.table thead th.th-sort {
    cursor: pointer;
    padding: 0 20px 4px 0;
}

.table thead th.th-sort:hover {
    cursor: pointer;
}

.arrow-desc {
    background: url(../images/sort_asc.gif) no-repeat scroll right center transparent;
}

.arrow-asc {
    background: url(../images/sort_desc.gif) no-repeat scroll right center transparent;
}

.shows_title {
    padding: 10px 15px;
    background-color: #4d758f;
    color: #f8f9fa;
    font-weight: 500;
    font-weight: bold;
}

.shows_title a {
    font-size: 13px;
    text-align: right;
}

.form-control {
    display: block;
    width: 100%;
    padding: 5px 7px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.return-form {
    border: 1px solid #000000;
    padding: 25px 40px;
}

.return-form h2{
    text-align: center;
    font-size: 21px;
}

.registration #adress_ot {
    border: 1px solid #FFCCCC;
}

.return-form #message::-webkit-input-placeholder{
    text-align: center;
    vertical-align: center;
}

.return-form #message::-moz-placeholder{
    text-align: center;
    vertical-align: center;
}

.return-form #message:-ms-input-placeholder{
    text-align: center;
    vertical-align: center;
}

.return-form #message::-ms-input-placeholder{
    text-align: center;
    vertical-align: center;
}

.return-form #message::placeholder{
    text-align: center;
    vertical-align: center;
}

#message {
    max-height: 141px;
}

.menu-bottom a{
    color: #000000;
    padding: 0px 10px;
}

.footer {
    text-align: center;
    background-color: #e7e7e7;
    width: 100%;
    left: 0;
}

.footer p {
    font-size: 12px;
    margin-top: 5px;
}

.footer a{
    font-size: 12px;
    color: #8c8c8c;
    text-decoration: none;
}

@media only screen and (max-width: 768px)
{

    .additional_product_photos img {
        max-width: 125px;
        max-height: 125px;
    }

    .main_product_photo img {
        max-width: 200px;
        max-height: 200px;
    }

    .registration:hover {
        border: 4px solid #ffffff;
        background-color: #ffffff;
    }

    .join:hover {
        border: 4px solid #ffffff;
        background-color: #ffffff;
    }

    .burger-line {
        position: absolute;
        top: 70px;
        right: 40%;
        width: 35px;
        height: 2px;
        background-color: #000000;
    }

    .second, .third {
        top: 60px;
    }

    .fourth {
        top: 50px;
    }

    .menu-top {
        visibility: hidden;
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
    }

    .menu-top a {
        display: block;
        width: 100%;
        padding: 10px;
        color: #000000;
        text-decoration: none;
        border-top: 1px solid rgba(255,255,255,.3);
    }

}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 900px;
    }
}

.table-wrap {
    text-align: center;
    background-color: #fff;
    color: #000;
}

input[type=checkbox]:checked {
    background-color: white;
}

@media screen and (max-width: 600px) {
    .table-wrap {
       display: inline-block;
    }
    .table-wrap table {
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .table-wrap table thead {
        display: none;
    }
    .table-wrap table tr {
        margin-bottom: 50px;
        display: block;
        border-spacing: 0;
        background-color: #eee;
        padding: 1px 5px;
    }
    .table-wrap table td {
        display: block;
        font-size: 13px;
        border-right: 1px solid transparent;
        padding: 1px .3rem !important;
    }
    .table-wrap table th, table td {
        padding: 10px;
        text-align: center;
        border-right: 1px solid #ddd;
        border: 0 !important;
    }
    .table-wrap table td:last-child {
        border-bottom: 0;
    }
    .table-wrap table td:before {
        content: attr(data-label);
        float: left;
    }
    .table-wrap .price-table-photo img {
        max-height: 100px;
        width: auto;
    }

    .table-wrap .product_selector{
        width: 65%;
        margin-top: 5px !important;
    }

    .p0 {
        padding: 0;
    }
    .table-wrap input, .table-wrap select, .table-wrap textarea {
        font-size: 13px !important;
    }
    .table-wrap input {
        padding: 0px 7px !important;
    }
    .table-wrap select {
        padding: 0px 7px !important;
        height: 25px !important;
    }
    .table-wrap textarea {
        height: 40px;
    }
    .table-wrap .verify-button {
        font-size: 12px;
    }

    .table-wrap .w50-float-left-sm {
        width: 50% !important;
        float: left !important;
    }

    .table-wrap .ptb-sm-0 {
        padding: 0px .3rem !important;
    }

    .table-wrap .clearfix {
        overflow: auto;
    }

    .table-wrap .product_selector {
        max-width: 50%;
    }

    .table-wrap .w100-d-flex-sm {
        display: flex;
        width: 100%;
    }

    .table-wrap .w100-ml-sm {
        margin-left: 10px;
        width: 100%;
    }

    .out-of-stock-block {
        margin-left: 5px;
    }

    #top-buttons-request-availability {
        display: none;
    }
}

@media screen and (max-width: 800px) and (min-width: 600px) {
    .table-wrap tr > th:nth-of-type(2),
    .table-wrap tr > td:nth-of-type(2) {
        display: none;
    }
    .table-wrap tr > td:nth-of-type(6) input {
        width: 25px;
    }
    .table-wrap {
        font-size: 14px;
    }
}

select:required:invalid {
    color: gray;
}

.product-custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.product-custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.product-custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid grey;
    border-radius: 0.15em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: white;
}
.product-custom-checkbox:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    content: '\2713';
    color: white;
    font-size: 14px;
    line-height: 14px;
}
.product-custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #414141;
    cursor: pointer;
}
.product-custom-checkbox:not(:disabled):active+label::before {
    opacity : 0.7;
}
.product-custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}
.old-value-arch {
    color: rgb(162 162 162);
    font-size: 0.75rem;
}

.toasts {
    z-index: 1051;
}
