body, .bg-light {
overflow-x: hidden;
background-color: transparent !important;
}

a {
    color: #155770;
    text-decoration: none;
    border-bottom: 1px solid #7ba0c7;
    font-weight: 400;
    font-size: 15px;
    width: fit-content;
}

a:hover {
color: #5abde5;
    text-decoration: none;
    border-bottom: 1px solid #57d796;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    }
    
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #158ed5;
    }

b {
    font-weight: 500;
}

ol {
    line-height: 28px;
    margin-top: 15px;
}


h1 {
    color: #2e2e2e;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

h2 {
    font-size: 23px;
    margin: 0 0 20px 0;
    font-weight: 280;
    width: fit-content;
    /* text-transform: uppercase; */
}

h3 {
    font-weight: 380;
}


h4 {
    margin: 15px 0 20px 0;
    /* border-bottom: 2px solid; */
    border-color: #16708b;
    color: #16708b;
    /* padding-bottom: 5px; */
    width: fit-content;
    font-size: 26px;
}

pre {
    background-color: #f0f9fd;
    padding: 20px;
    margin: 25px 0;
    width: fit-content;
    border-radius: 6px;
}

.page-content {
    display: grid;
    grid-template-columns: 274px 5fr;
}



.page li b {
    color: black;
    font-weight: 380;
}

.page ul {
    margin: 15px;
}

.page img {
    border-radius: 8px;
    max-width: 100%;
    max-height: fit-content;
    margin: 25px 0;
    width: revert-layer;
}

.ul_sub_desc {
    font-size: 15px;
    margin: 0;
}

.sub_desc {
    margin: 20px 0 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #024e15;
}

h2.page {
    font-size: 26px;
    font-weight: 480;
    color: #012450;
    border-bottom: 2px double #dddddd;
    padding: 10px 0;
    margin: 28px 0;
    width: 100%;
}

h3.pageh {
    font-weight: 380;
    font-size: 20px;
    color: #17568d;
    background: #e5e5e5;
    margin: 0;
    padding: 10px 15px;
    color: #000000;
}


.page_selector{
    color: #d50000;
}

select.page {
    padding: 10px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    cursor: pointer;
}


#selected_page h1 {
    margin-bottom: 30px;
    color: #2a8154;
}

/***** Шапка *****/

#logo {
    float: right;
    margin: 0;
    width:285px;

}

#reasons5 {
    margin: 0 6px 0 -20px;
    font-size: 38px;
    font-weight: 380;
    margin-right: 6px !important;
    color: #108ce1;
    font-family: math;
}

.header {
    padding-bottom: 0 !important;
    z-index: 60;
    text-align: center;
    background-color: #f7f7f7;
}

#reasons {
    font-weight: 600;
}

#listOfreasons {
    clear: both;
    padding: 8px 0 10px 10px;
}

#header_submenu {
    padding-bottom: 0;
    display: inline-block;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 10px;
}

#header_submenu > div {
    display: inline-block;
    padding: 10px 25px;
}

#support {
    padding: 25px 0px 0 15px;
    line-height: 28px;
}

#support span{
    margin-left: 5px;
}

/***** Конец *****/






#topmenu {
    padding: 0;
    background-color: #2b688b;
    z-index: 30;
    top: 0;
    position: sticky;
    opacity: 0.9;
}

#topmenu a {
    color: #ffffff;
    transition: color .15s ease-in-out;
    text-decoration: none;
    border-right: 1px solid #567a8f;
    margin: 10px 0;
    padding: 5px 20px;
    border-bottom: 0;
}

#topmenu a:hover {
   text-decoration: underline;
}

.product .desc p,  .product .desc li{
    line-height: 26px;
    font-weight: 280;
    list-style-type: none;
    padding: 0;
    /*margin-left: -15px;*/
}

.product .desc p {
    margin-bottom: 15px;
}

.product .desc ul{
    margin: 10px 0 10px 0;
    padding-left: 0;
}

.product .desc img{
    border-radius: 10px;
}


.desc p {
    font-weight: 280;
}

.collection {
    font-size: 23px;
    /* text-align: center; */
    width: auto;
    background-color: #fff7f1;
    padding: 8 0 8 15;
    margin: 0 0px 40px 0px;
    font-weight: 580;
    text-transform: uppercase;
    color: #404040;
    border-radius: 4px;
    /* border-bottom: 2px solid #e5e5e5; */
    /* border-top: 2px solid #e5e5e5;*/
    height: 48px;

}


h5.f {color: rgb(255 255 255);background-color: #25a6cd}
h5.n {color: rgb(255 255 255);background-color: #1a8b2d}
h5.p {color: rgb(255 255 255);background-color: #68261f;}
h5.s {color: rgb(255 255 255);background-color: #0fa761}

div.collection_name {
    float: left;
    /* height: 50px; */
    font-weight: 600;
    font-size: 23px;
    margin: 2;
}

div.collection_label {
    font-size: 14px;
    font-weight: 380;
    margin-left: 10px;
    /* text-transform: none; */
    width: fit-content;
    float: left;
    margin: 10;
}

h6 {
    margin: 10px 0;
}

a.link-secondary {
    color: #5f6270;
    text-decoration: none;
    font-family: system-ui;
    line-height: 25px;
    font-size: 15px;
    font-weight: 480;
    border-bottom: 1px solid #2f2f2f;
}


a.link-secondary:hover {
    color: #e5e5e5;
    text-decoration: none;
}

li {
    line-height: 30px;
}


p, li {
    font-weight: 315;
    margin:0;
}


.page li {
    line-height: 26px;
}

.page b, .page strong {
    font-weight: 500;
    /*color: #0f522d;*/
}


hr {
    margin: 28px 0;
}

img.size-full{
    float: right;
    margin: 20px 5px 10px 10px;
    border-radius: 6px;
}

img.alignnone {
    float: none;
    margin: 15px 20px 15px 0px;
}

/* Left Menu */

.show {
    padding: 15px 10px 10px 10px;
}

.brand_ul img {
    width: -webkit-fill-available;
    padding: 15px 30px 0px 20px;
    margin: 0;
    width: 0;
    width: 215px;
   
}

ul.brand_ul {
    padding: 15px 5px 50px 10px !important;
}

.brand_ul li {
    text-align: center;
}


a.leftmenu{
display: block;
    background-color: #1a482f;
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    font-size: 17.5px;
    /* font-weight: 580; */
    width: 100%;
    text-align: center;
    border-radius: 0 10px 0 0;
}

.btn-toggle[aria-expanded="true"], a.parent {
    font-weight: 380;
    padding: 15px !important;
    color: #55a6ed;
    background-color: #0d2a38 !important;
    width: 100%;
    font-size: 18px;
    border-radius: 0 !important;
    text-align: left;
    padding-left: 15px !important;
    /* text-decoration: underline; */
    text-align: center;
    /* letter-spacing: 0.8px; */
    border: 0;
    /* font-weight: 500; */
    border-bottom: 0;
}

.btn-toggle:hover,
.btn-toggle:focus {
  text-decoration: underline;
  color: #fff !important;
  background-color: #158ed5;
  margin-bottom: 0;
  border-bottom: 0;
}

div.mldiv ul.manual {
    padding: 12px 4px 23px 10px;
}



/* End */


/* Checkout */

#order_complete {
    line-height: 34px;
    padding: 5px 20px;
    max-width: 800px;
}

.order_number {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5;
    color: #157421;
    margin: 0 6px;
    font-family: monospace;
}

#checkout_btn, #ocbtn {
    width: 250px;
    padding: 7px 10px 10px 10px;
    font-weight: 280;
}

#order_checkout {
    display: none;
    border-radius: 8px;
    background-color: #ffffff;
}

#order_checkout .star {
    float: left;
    font-weight: 400;
    margin-right: 4px;
}

#order_checkout .dop {
color: #2b678b;
    font-weight: 280;
    font-size: 14px;
}

img.misc {
    margin: 20px 0;
    border-radius: 6px;
    border: 1px solid #ddd;
    width: 400px;
}

/* End */


#content_div tbody, #content_div td,  #content_div tfoot, #content_div th, #content_div thead, #content_div tr {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1;
    padding: 20px;
    line-height: 24px;
    font-weight: 280;
    min-width: 150px;
}
/* Footer */

.footer-ul {
    /* border-left: 1px solid #383838;
    padding-left: 20px;*/
}

#row0 {
    padding: 100px 60px 60px 60px !important;
}

footer hr {
    margin: 15px 0;
    width: 185px;
    color: #000000;
    opacity: 1;
}

.bread {
    padding: 0 0 21px 0;
    margin-top: -10px;
    /*font-weight: 800;*/
    color: #021e28;
}

footer span.light-text {
    color: #bebebe;
}

.copy {
    background-color: #040c20;
    padding: 22px 0 20px 30px; 
}

.copy span {
color:  #175e7e;
}


.copy a {
    color: #858585;
    border-bottom: 0;
}
/* End */

/* Статьи */
h2.h2hp {
    /*border-bottom: 1px solid #f1f1f1; */
    font-weight: 500;
    padding: 0 0 10px 10px;
    color: #171e2e;
    /* margin-bottom: 20px; */
    /* padding-bottom: 15px; */
    /* width: fit-content; */
    /* text-align: center; */
    /* border-top: 1px solid #4d6095; */
    /* background-color: #f7f7f7;*/
    
}

.about, .homepage li, .prem {
line-height: 34px;
padding: 0;
font-weight: 280;
margin: 0;
font-size: 18px;
}

a.homepage_img {
    text-decoration: none;
    border: 0;
}

.homepage li{
    font-size: 18px;
}

.prem {
    color: #166440;
    font-weight: 580;
    font-size: 18px;
}


.caption {
    font-size: 12.5px;
    padding: 10px 2px;
    color: #f1f1f1;
    background: #262626;
    border-radius: 0 0 8px 8px;
    text-align: center;
    line-height: 18px;
    display: block;
}

#ppu strong {
    font-size: 24px;
    font-weight: 600;
}

#ppu {
        padding: 15px;
        font-weight: 380;
        font-size: 17px;
        line-height: 28px;
}

.special div {
    max-width: 385px;
    margin: 0 5px;
    text-align: center;
}

.special h2 {
    margin: 15px 0 15px 5px;
}

.special p {
    margin-left: 15px;
    /* margin-top: 5px; */
    padding-left: 15px;
    border-left: 2px solid #7cd2e7;
    text-align: left;
}

.wpb_wrapper {
    margin-top: 25px;
}


/* Конец */


.form-control {
    border: 1px solid #ddd;
    padding: 10px;
}


.mldiv {
    border-radius: 0 10px 10px 0;
    margin-bottom: 20px;
    /* box-shadow: 0px 0px 10px 2px #bbbbbb; */
    z-index: 8;
    position: relative;
    border: 0px solid #e5e5e5;
    background-color: #15222a;
    box-shadow: 0px 0px 8px 0px #686868;
}



footer {
    background-color: #0b182a !important;
}

.menu-left-link {
    margin-left: 25px;
}




.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid rgb(241 241 241);
}

#mobile_menu {
    display: none;
}



.link-dark .focus {
    background-color: #d2f4ea;
}



/*//////// CART ///////////////////*/


#cart a{
    border-bottom:none;
}


#cart_amount span {
    width: fit-content;
    padding: 0 2px;
}




#cart {
    background-color: #ffffff;
}



#cart h4, .hb0 {
    color: #282828;
    padding-bottom: 20px;
    border-bottom: 0;
}

.hb0 {
    margin: 15px 0 0 0;
    padding: 0;
}

.add_to_cart_message a{
    color: #ffffff;
    text-decoration: underline;
}

#cart small {
    margin: 0 8px;
    color: #225b8f;
}

#cart h6 {
font-weight: 280;
margin: 0;
}

#cart .text {
    font-weight: 280;
    }

#cart_href {
     border: 0;
    color: #094258;
    cursor: pointer;
    padding: 5px 0 0;
    text-decoration: none;
    margin-left: 10px;
    width: fit-content;
    margin: 0 0 8px 0;
    font-size: 17.5px;
    border-bottom: 1px solid #bdbdbd;
    line-height: 25px;
}

#cart_href:hover {
    /*border-bottom: 1px solid #2dcf7b;*/
    color: #267595;
    cursor: pointer;
}
#cart_amount, #cart_total {
    min-width: 60px;
}





#cart_module {
    border: 1px solid #bbb;
    min-width: fit-content;
    padding: 15px 40px 15px 10px;
    /* border: 2px solid #e5e5e5; */
    background-color: #ffffff;
    border-radius: 6px;
    /* margin: 10px; 
    box-shadow: 0px 0px 2px #686868;*/
}


/*//////// end ///////////////////*/
input.search, button.search {
    padding: 10px 15px;
}

.ui-dialog-title {
    font-family: system-ui;
    font-size: 18px;
    font-weight: 480;
}

#dialog-form::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    }
    
#dialog-form::-webkit-scrollbar-thumb {
    border-radius: 2px;
    /*background-color: #e5eeff;*/
    background-color: #d2eaf8;
    }

#new_cart{
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-template-rows: 2fr 0;
    padding: 0;
}

#message {
    width: 100%;
    padding: 10px 20px;
    background: #07c976;
    color: white;
    display: none;
    margin: 15px 0;
    border-radius: 4px;
    cursor: pointer;
}

#prodcart_name {
    font-size: 15px;
    font-weight: 380;
    padding: 10px 0;
    margin: 0;
    text-transform: none;
    font-family: system-ui;
}

#product_summary > div > span {
    margin-left: 6px;
    font-size: 15px;
    font-weight: 280;
    font-family: system-ui;
}

.descdop {
    min-height: 125px;
    font-size: 15px;
}

#fast_order table td textarea {
    width: 100%;
    height: 85px;
    padding: 10px;
}

#fast_order table td input {
    width: 100%;
    height: 30px;
    padding: 0 10px;
}

.star {
    color: red;
    font-weight: 800;
    float: right;
    margin-right: 8px;
}

#fast_order label {
    display: inline-block;
    font-size: 14px;
    float: right;
    margin-right: 10px;
    font-family: system-ui;
}

#checkout,  #checkout_fast{
    background: #fbfbfb;
    border: 0;
    padding: 8px 15px;
    font-weight: 280;
    margin-left: 1px;
    color: #ffffff;
    border: 1px solid #f5f5f5;
    min-width: 45px;
    background-color: #dddddd;
    border-radius: 4px;
}

.add_to_cart_button {
    background: #268d4a !important;
    /* border: 1px solid #168F66FF !important; */
    color: #fff !important;
    padding: 8px 20px !important;
}


.add_to_cart_button:hover {
    background: rgb(45, 203, 150) !important;
    border: 1px solid rgb(45, 203, 150) !important;
    color: #fff !important;
}

.product #checkout {
    background: #268d4a;
    border: 1px solid #268d4a;
    color: #ffffff;
    font-weight: 480;
    padding: 0 24px;
}





#attr_quantity {
    margin: 0 3px;
}

.product #checkout, .product #checkout_fast {
    width: fit-content;
}

.discount_label {
    background-color: #d12c2c;
    color: #fff;
    width: fit-content;
    padding: 5px 8px;
    border-radius: 30px;
    height: 54;
    /* padding: 10px; */
    font-weight: 380;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 15px;
    font-size: 15px;
    opacity: 0.9;
} 
.discount_label#product_dl {
    border-radius: 100px;
    height: 106px;
    font-size: 34px;
    padding-top: 24px;
    font-weight: 320;
    right: 20px;
    top: -25px;
}

#checkout:hover,  #checkout_fast:hover {
    background: rgb(45, 203, 150) !important;
    border: 1px solid rgb(45, 203, 150) !important;
    color: #fff !important;
}

#dialog-form form {
    margin:0;
}

/*/////////// Product ////////////////*/

#product_name {
    font-weight: 580;
}

.product .options {
        padding: 0px 5px 25px 20px;
}

.product ul.form-select {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 0;
    font-size: .875rem;
    border: 0;
    margin: 10px 0 15 0;
    background-image: none;
}

.ruble {
    font-weight: 500;
}

.product .ruble {
    font-size: 21px;
    font-weight: 380;
    color: #cf0f0f;
}

.ruble_gray {
    color: #888888;
    margin: 0 3px;
}

.product ul.form-select li a{
    text-decoration: none;
    color: #000000;
    border-bottom: 0;
    }

.product ul.form-select li.selected {
background-color: #268d4a;
color: #fff;
border-bottom: 0;
}

.product ul.form-select li.selected a{
    background-color: #268d4a;
    color: #fff;
    border-bottom: 0;
}

.product ul.form-select li.selected:hover{
    background-color: #268d4a;
    color: #fff;
    border-bottom: 0;
}

.product ul.form-select li a:hover {
    text-decoration: underline;
}

.product ul.form-select li:hover {
    color: #000000;
    background-color: #d2efe8;
}


.product ul.form-select li {
    padding: 6px 8px;
    line-height: 28px;
    border-radius: 3px;
    /* height: 30px; */
    min-width: 80px;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    color: #303030;
    font-weight: 400;
}

.product .img {
    margin:40px 0;
    position: relative;
}

.product #image img {
    width:800px;
}

textarea.desc {
    height: 1500px;
    width: 100%;
    border: 0;
    background-color: #fff;
}

textarea.desc:focus, textarea.desc:active {
    border: 0;
}

.desc {
margin: 0;
font-weight: 280;
}

desc.markdown ul{
    margin-left: 20px !important;
} 
desc.markdown ul li{
    list-style-type: disc !important;
    margin-left: 25px;
} 

.price_container {
margin: 8px 0 15px 0;
    padding: 0;
}
.price_container span {
    display: inline-block;
}

.price_container .ruble{
    margin: 0;
}

.product .new_price {
    margin: 0 3px 0 0px !important;
    font-size: 34px !important;
}

.product .skidka {
    font-size: 26px !important;
}

.pfc_btn {
    border: 1px solid #c5c5c5;
    padding: 6px 15px;
    font-weight: 315;
    float: left;
    margin: 0 3px;
}


/*/////////// End ///////////////////////*/

/*/////////// Category //////////////////*/

category{
    padding: 0;
    margin: 15px 0;
}

#products_from_category {
    /* border-top: 2px solid #ddd; */
    margin: 25px 0;
    padding: 20px 10px;
    padding: 38px 20px 38x 20px;
    background-color: #ffffff;
    margin-bottom: 40px;
    border-radius: 20px 0 0 20px;
    height: auto;
    /* box-shadow: 5px 5px 10px 5px #bbbbbb;*/
    font-weight: 315;

}

#products_from_category .price {
    font-size: 24px !important;
}

#products_from_category .ruble {
    font-size: 15px;
    color: #000;
}

#products_from_category h2{
    font-weight: 500;
    margin: 0 0 5px 0;
}

.razmer {
    font-size: 15px;
}

.product_options{
    margin: 0px 8px;
    font-size: 14px;
    -webkit-appearance: auto;
    -moz-appearance: initial;
    appearance: auto;
    padding: 8px 0 4px 6px;
    width: 100%;
    height: 40px;
}

#catalog {
    padding: 0;
    background: #f8f8f8;
    padding: 2px;
    border-radius: 8px;
}

.add_to_cart_message {
    display: none;
    background-color: #06c975;
    color: #fff;
    padding: 8px;
    position: absolute;
    width: 100%;
    opacity: 0.9;
    margin: 30% auto;
}

category a {
    text-decoration: none;
}

select.product_options {
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

category div.col {
    border: 1px solid #efefef;
    border-radius: 6px;
    max-width: fit-content;
    margin: 2px;
}

category div.products {
    max-width: fit-content;
    background: white;
    z-index: 95;
}

category div.products:hover {
    box-shadow: 0 0 65px 15px #cbcbcb;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    z-index: 101;
}

category div.col .row .col {
    border: 0;
    margin: 0;
    padding: 0;
}

category .image{
height: 244px;
text-align: center;
position: relative;
}

.out_of_stock {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.products .image img{
    max-height: 94%;
    cursor: pointer;
    border-radius: 6px;
    max-width: 361px;
}

.category_desc {
    margin: 0px 5px 10px 5px;
    font-weight: 280;
    font-size: 18px;
}

ul.subcats {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 3px 15px 20px 8px;
}

category div.col .row .desc{
    padding: 10px 5px;
    margin: 0;
    min-height: 165px;
    font-size: 16px;
    font-weight: 280;
}

select#option_id {
    width: fit-content;
    padding: 3px 15px 0 8px;
}

.quantity{
    width: 56px;
    text-align: center;
    border: 1px solid #ddd;
    height: 42px;
    margin: 0;
    border-radius: 4px;
    font-size: 18px;
    font-family: system-ui;
    float: right;
}

.options .row .row .col .quantity{
    float: none;
}

category div.col .row .product_name{
    margin: 5px 5px 25px 5px;
    font-size: 17px;
    color: #0d4f64;
    /*color: #0d642c;*/
    /*border-bottom: 2px solid #8fbddf;*/
    width: fit-content;
    cursor: pointer;
    height: 25; 
    font-weight: 500;
    line-height: 20px;
    border-bottom: 0;

}

category div.col .row .product_name:hover{
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

category div.col .row .col select {
    margin: 5px 5px 5px 0px;
}

/*/////////// End ////////////////////////*/
.link-dark:focus, .link-dark:hover {
    color: #114085;
}

#contacts {
    line-height: 30px;
}

#contacts span {
    margin-right: 10px;
    width: fit-content;
    float: left;
}

#content_div{
    /*padding: 100px 60px 125px 60px; */
    padding: 38px;
    background-color: #ffffff;
    margin-bottom: 20px;
    height: auto;
    border-radius: 10px 0 0 10px;
    border-top: solid;
    border-left: solid;
    border-bottom: solid;
    border-color: #e5e5e5;
    border-width: 0px;
    /* box-shadow: 0px 0px 20px 0px #cfcfcf; */
    /* box-shadow: 0px 0px 2px #686868; */
    z-index: 8;
}

.btn-toggle-nav span:hover,
.btn-toggle-nav span:focus {
  background-color: #d2f4ea;
}

.ui-widget-overlay {
    opacity: .8;
    background: #282525;
}

ul.btn-toggle-nav ul {
    list-style: none;
    margin: 0;
    padding: 5px 0 10px 4px;
}

ul.btn-toggle-nav ul li{
    line-height: 25px;
    padding-left: 5px;
    margin-left: 0;
    margin-bottom: 2px;
}

ul.btn-toggle-nav li a{
    margin-left: 5px;
}

ul.btn-toggle-nav ul li a{
    margin-left: 0px;
}


ul.brand_ul li a, ul.brand_ul li a:hover{
    border: 0;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
   /* top: 10% !important; */
    z-index: 1500 !important;
    position: fixed !important;
}

.alert {
    border: 1px solid #c5c5c5;
    top: revert !important;
    z-index: 1500 !important;
    position: fixed !important;
    bottom: 0px;
    right: 0px;
    left: revert !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 10px;
    top: 42%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 0;
    height: 25px;
    border-radius: 4px;
    border: 2px solid #ffffff;
    color: #545454;
    width: 25px;
}

select {
    margin-left: 8px;
    line-height: 0;
    padding: 0;
    font-size: 15px;
    font-family: math;
}

option {
    line-height: 0;
    padding: 0;
    margin: 0;
    height: 10px;
}

#product_image img {
width: 100%;
}

.btn-toggle {
    padding: 3px 0px 3px 0px !important
}


#filter {
    float: left;
    height: 100%;
    position: relative;
    /*width: 285px;*/
    padding: 0px;
    margin-top: 0;
    z-index: 28;
    border-radius:0;
}

.a_leftmenu:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.a_leftmenu {
    color: #5abde5;
    border-bottom: 0;
}

.leftmenu_glav {
    color:#ffffff;
    border-bottom: 0px solid #878787;
}

.leftmenu_glav:hover {
    color:#ffffff;
}

.leftMenuIcons {
    width: 50px;
    /*padding: 5px 0px 5px 0;*/
    border-radius: 2px;
    border: 0px solid #ffffff;
    background: none;
    margin: 2px 5px;
    opacity: 0.9;
}

.list-unstyled {
    margin-bottom: 0;
}

footer {
    display: block;
    float: left;
    width: 100%;
    background-color: #2b4264;
    margin: 0;
    color: #2d6da7;
    margin-top: 25px !important;
}

#Carousel {
height: 285px;
}

#products_row {
margin: 25px 0;
}

#products_row .col {
border: 1px solid #ddd;

}

.price, #products_from_category .price{
    margin-left: 8px;
    font-weight: 380;
    font-size: 25px;
    font-family: system-ui;
    color: #151515;
}


.product .price {
    font-size: 30px;
}


li label {
font-weight: bold;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

#errors {
    /*text-align: center;
    max-width: 800px;
    margin: 6% auto;*/
    padding: 10px 20px;
    line-height: 28px;
  }

#errors b {

    font-weight: 580;
}

#errors img {
    width: 600px;
}

#content_div .skrutka td, #content_div .skrutka th {
    padding: 5px 10px;
}
#content_div .skrutka th {
    font-weight: 500;
}  

#content_div .skrutka td.yes, #content_div .skrutka td.no {
        text-align: center;

} 
#content_div .skrutka td.yes {
    background-color: #0c8145;
    color: #ffffff;
}

.ui-widget-content a {
    color: #117238;
}

.ui-widget-content a:focus-visible {
    border: 0 !important;
    outline: none !important;
}

.home_container{
    display: grid;
    grid-template-columns: 50% 50%;
}

.page {
    font-weight: 315;
}


/****** Search ********/

#search_container {
    width: -webkit-fill-available;
    position: relative;
    height: 54px;
}

#searchHistoryContainer {
    position: relative;
}



#search_btn {
    float: left;
    width: fit-content;
    margin: 0 2px;
    border: 0;
    /* background-color: #5fabb7; */
    border: 1px solid #dddddd;
    padding: 12px 18px;
    /* color: white; */

}


#searchHistory {
    position: absolute;
    background-color: #fbfbfb;
    width: 98%;
    padding: 5px 10px 10px 10px;
    display: none;
    border: 1px solid #efefef;
    /* border-top: 0; */
    /* border-radius: 0 0 6px 6px; */
    /* box-shadow: 0px 0px 2px 0px #b7b7b7; */
    top: 0;
    z-index: 815;
}
#searchHistory li{
    list-style-type:square;
    line-height: 22px;
    padding: 0 6px;
    margin: 6px 0;
}
#searchHistory li a{
    border: 0;
    padding: 0;
    /*border-bottom: 1px dashed #bbb;*/
}
#searchHistory li a:hover{
    border-bottom: 1px solid #0b8854;
    text-decoration: none;

}

#searchHistory li::marker{
    color: #088b4e;
    font-size: 15px;
}

#small-banner {
    margin: 2px 0 10px 0;
    border-radius: 6px;
}

/*****************/

.sort {
    display: inline-block;
    width: auto;
    margin: 20px 10px;
}

.sorting {
    width: 215px;
    display: inline;
    border: 1px solid #c5c5c5;
}

.catalog_show {
    width: 80px;
    display: inline;
    border: 1px solid #c5c5c5;
}


#search {
    width: 285px;
    float: left;
    border: 1px solid #bbb;
    padding: 12;
}

.skidka, #products_from_category .skidka{
    color: #888888;
    text-decoration: line-through;
    font-weight: 280;
    /* text-decoration-color: #951515; */
    text-decoration-color: #b8b8b8;
    text-decoration-thickness: 2px;
}


.new_price {
    color: #d51212;
    /* color: #414241; */
    font-weight: 600;
    font-size: 30px;
    margin-left: 10px;
}

.pages {
    font-weight: 400;
    padding: 8px 15px;
    border: 1px solid #f5f5f5;
    margin: 0 2;
    cursor: pointer;
    height: fit-content;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.pagination {
    float: left;
    width: fit-content;
    margin: 20px 10px;
}

.pagination.bottom {
    margin-top: 40px;
}

label {
    font-weight: 380 !important;
}

.pages.active {
    background-color: #2d7a91;
    color: white;
    cursor: default;
    pointer-events: none;
}

.pages.text {
    background-color: #ffffff;
    cursor: default;
    padding-left: 2px;
    min-width: 187px;
}

.sort label{
    font-weight: 420;
}

.sort form {
    margin: 0;
}

/*////////// Mike Brands ///////*/

#desc_container {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 5fr;
    margin-bottom: 15px;
    margin-top: 15px;
}

#mike_brands_logo{
    width: 250px;
    grid-column: 1;
    vertical-align: middle;
    height: fit-content;
}

#mike_brands_logo img{
    width: -webkit-fill-available;
}

#category_desc {
    grid-column: 2;
}

#cart_add th {
    background-color: #8bcfb0;
}

.category_desc ul {
    margin-top: 20px;
}


ul.manufactures img{
    margin: 0px 8px 6px 10px;
}

.mlogo img {
    width: 250px !important;
    padding-bottom: 25px;
}

.mlogo a {
    border-bottom: 0;
}

/*////// Product Tabs ///////*/

.product_tabs {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.product_tabs>input {
    display: none;
}


.product_tabs>div {
    /*display: none; */
    padding: 20px;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #000000;
    text-align: left;
    border-radius: 0 10px 10px 10px;
    font-weight: 280;
    min-height: 150px;
}

.product_tabs>label {
    display: inline-block;
    padding: 15px 15px;
    margin-right: 3.15px;
    text-align: center;
    color: #151515;
    border: 0px solid #c0c0c0;
    background: #efefef;
    cursor: pointer;
    width: 150px; 
}

.product_tabs>input:checked + label {
    border: 0px solid #c0c0c0;
    border-bottom: 0px solid #ffffff;
    background: #28a0c5;
    /* padding: 15px; */
    color: #ffffff;
    margin: 0;
}

#tab_1:checked ~ #txt_1,
#tab_2:checked ~ #txt_2,
#tab_3:checked ~ #txt_3,
#tab_4:checked ~ #txt_4 { display: block; }

.sku {
margin-left: 3px;
}

.brand {
    display: none;
}

/*////////////////////////////////////////*/

#products_from_category .products {
    max-width: 315px !important;
}

#products_from_category .products .image img {
   height: 158px;
}

#products_from_category .btn-light:hover {
    color: #ffffff;
    background-color: #00915f;
    border-color: #00915f;
}

#products_from_category .product button {
    padding: 8px;
    width: 142px;
    margin-left: 5px;
}

#products_from_category .products .quantity {
    height: 38px;
}

#products_from_category .image{
    height: auto;
    text-align: center;
    position: relative;
}

#products_from_category .product_name{
    font-size: 15px;
}

/*////// Homepage start ///////*/

div.mike_container {
    width: 100%;
    display: block;
    float: left;
    /* min-height: 500px;  */
    margin: 25px 0 0 0;
}

.cart-module-container {
    width:295px; 
}

div.mike {
    display: grid;
    grid-template-rows: 265px 20px;
    padding: 15px 15px;
    width: 25%;
    float: left;
    min-height: 450px;
}

div.m1 {
    width: 50%;
}

div.mike img {
    clear: both;
    border-radius: 20px;
    color: #ddd;
    border: 1px solid #ddd;
}

div.mike ul {
   margin-top: 10px;
   margin-bottom: 0;
}

div.mike p {
    padding: 10px 10px 0 0;
    font-size: 15px;
    line-height: 23px;
}

div.mike p.hpp {
    padding: 2px 0 6px 0;
}

h2.homepage {
    font-size: 25px;
    margin: 0;
    font-weight: 580;
    width: fit-content;
}

/*/////// Homepage end ////////*/

.ritz table th, .ritz table td {
    min-width: unset !important;
    padding: 10px !important;
}

.s36, .s35 {
    background-color: #eff8ff;
   font-weight: 500 !important;
}

.row-headers-background {
    display: none;
}

.s0, .s24 {
    font-size: 25px;
    font-weight: 500 !important;
    padding: 20px !important;
}

ul.manufactures a{
    border-bottom:0;
}
 

div.specification {
    line-height: 26px;
    font-weight: 480;
    padding: 2.3px;
    color: #02601f;
}

.specification b {
    font-size: 15px;
    font-weight: 285;
    letter-spacing: 0.3;
    color: #878787;
}

.news_block {
    display: block;
    width: 315px;
    border: 1px solid #ddd;
    margin: 10px;
    padding: 18.5px;
    font-weight: 280;
}

.news_image {
    width: fit-content;
    float: left;
    margin: 0 35px 0 0;
}

ul.newsul {
    float: left;
    list-style: square;
    padding: 0 0 0 21px;
}

ul.newsul li::marker {
    color:#10a86b;
}

.news_image img{
    max-width: 450px;
    border-radius: 10px;
    /*box-shadow: 0 3px 15px #8f8f8f;*/
}

.news_image_s img{
    width: 60px;
    float: left;
    margin: 0 15px 5px 0;
}

h1.news {
    margin: 20px 0 48px 0;
    font-size: 30px;
    font-weight: 480;
}

div#back {
    width: 315px;
    height: 38px;
    background-image: url(https://matrasy.pro/images/other/back.png);
    margin-top: 25px;
    opacity: 0.8;
    /* margin: auto; */
    margin-top: 38px;
}

.news_date {
    background: #48c157;
    color: #fff;
    padding: 6px 10px;
    width: fit-content;
    border-radius: 4px;
    font-size: 15px;
    float: left;
    margin-right: 15px;
    margin-top: 22px;
}

hr.hr_news {
    margin: 60px 0 28px 0;
    color: #48c157;
    height: 5px;
    opacity: 1;
    width: 50%;
}

.news_block .news_date {
    margin: 5px 8px 0 0;
    font-size: 12.5px;
    border-radius: 2px;
    background: #68b2cf;
}

.other_news h2 {
    font-weight: 480;
    color: #404040;
}










