@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf");  
  font-weight: normal;
  font-style: normal;   
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.ttf"); 
  src: url("../fonts/Montserrat-Bold.ttf");
src: url("../fonts/Montserrat-Regular.ttf"); 
  
  font-weight: normal;
  font-style: normal;   
}

.content-page {
    max-width: 1440px;
    margin: 0 auto;   
}
label.finder {
    display: none;
}
.container-topbar {
    display: flex;
    gap: 80px;
    max-width: 1440px;
    margin: 0 auto;
   padding: 20px 0;  
}
.container-header .mod-menu {  
    align-content: center;
}
.container-header {
    background: inherit;
  box-shadow: none;
}
body {
    font-size: 14px;
    height: 100%;
    color: #3b3b3b; 
	font-family: 'Montserrat',sans-serif; 
}
#mod-custom111 p {
    margin-top: 0;
    margin-bottom: 0rem;
}
 .container-header .mod-menu>li>a {
    display: block;
    width: auto;
    padding: 10px 0px;
    font-size: 11px;
    font-weight: 500;
   color: #fff;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    text-transform: uppercase;  
    transition: all .3s ease;
}
 .u_phone {
   color: #000 !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px solid transparent;
   text-decoration: none;
   margin: 0 0 0 15px;
}
 .u_mail {
   color: #000 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    border-bottom: 1px solid #c7c7c7;
   text-decoration: none;
   margin: 0 0 0 15px;
}
.desk_menu {
    min-width: 230px;
    max-width: 287px;   
  display: flex;
    padding: 0px;
      margin-left: -20px;
}
#desktop-multilevel-menu {
    padding: 0;
    width: 100%;
    list-style: none;
    font-size: 11px;
    margin: 3px 0;
    position: relative;
    z-index: 960;
}
#desktop-multilevel-menu .rubric_name_all {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    background: linear-gradient(45deg,#5dc54f,#2ca836);
    color: #fff;
    border-radius: 6px;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 0 25px;
}
.login a {
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    color: #000 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 50px;
    background: url(/images/home/login.png) no-repeat center left;
}
.basket a {
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    color: #000 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 50px;
    background: url(/images/home/basket.png) no-repeat center left;
} 
.grid-child.container-below-top {   
    justify-content: space-between;
  align-items: flex-start;
}
.awesomplete {   
    width: 635px;
}
.quad-block-colors-inner {
    display: flex;
    margin: 0 -8px;
    align-items: center;
    padding-top: 60px;
    justify-content: space-between;
}
.quad-item {
    background-image: url(/images/home/produkt/produkt1.jpg);
    height: 190px;
    margin: 0 5px;
    width: 12%;
    padding: 20px 13px;
    margin: 0 8px;
    overflow: hidden;
    height: 190px;
    border-radius: 16px;
    background-size: cover;
    background-position: top left;
    position: relative;
}
.quad-subtitle {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
}
.quad-item span .text-small {
    font-size: 15px;
    line-height: 18px;
}

/*         Tovars   */
.dorab-chemitex-price .cur {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
.dorab-chemitex-price .old {
    position: relative;
    font-size: 13px;
    margin-left: 10px;
}

.dorab-chemitex-product {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 70px;
}
.price .old:before {
    border-bottom: 1px solid #fe4c4c;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 1px;
    transform: rotate(-7deg);
}
 .round_sale_list {
    background: #fe4c4c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 45px;
    height: 24px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    text-align: center;
    line-height: 24px;
    z-index: 60;
}
.dorab-chemitex-img {
    position: relative;
}
.dorab-chemitex-title a {
    -webkit-line-clamp: 2;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-decoration: none;
}
 a:hover {   
    text-decoration: underline;
}
.dorab-chemitex-art {
    display: flex;
    justify-content: space-between;
}
.property-right span {
    font-weight: 400;
    text-align: center;
    font-size: 11px;
    white-space: nowrap;
    padding: 4px 8px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    display: inline-block;
}
.property-right span.avalble {
    color: #fff;
    background-color: #5fbb43;
}
.dorab-chemitex-basket {
    height: 30px;
    display: flex;
    align-items: center;
    width: 100%;
}
.dorab-chemitex-basket .button_asg {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #797979;
    background: #fff;
    padding: 8px 18px;
    color: #797979;
    text-align: center;
    text-decoration: none;
    transition: all .1s ease;
    border-radius: 20px;
	margin-top: 30px;
}
.dorab-chemitex-basket .button_asg:hover {
    background: #5fbb43;
    color: #fff;
    text-decoration: none;
    border: 1px solid #5fbb43;
}
.api-stars-full{
   margin: 10px 0;
    background: url(/images/home/tovars/sprite_stars_min.png) no-repeat 0 0;
	height: 15px;
}
.dorab-chemitex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dorab-chemitex-vygoda {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
.dorab-chemitex-vygoda-left a {
    color: #3b3b3b;
    font-size: 24px;
    line-height: 100%;
    text-decoration: none;
    font-weight: 800;
}
.dorab-chemitex-vygoda-left a:hover {
    text-decoration: underline;
}
.dorab-chemitex-vygoda-right {
    border-radius: 14px;
  padding: 10px 20px;
    background: #f5f6f8;
}
.dorab-chemitex-vygoda-right .populyarnye {
    border-radius: 14px;
    padding: 10px;
    background: #f5f6f8;
    font-size: 14px;
    font-weight: 800;
    text-overflow: ellipsis;
}
.mod-footer .footer2 {
    display: none;
}
.footer {
    padding: 0;
    background: #f5f6f8;
    position: relative;
}
.mod-footer .footer1 {
    color: #8e8e8e;
}

.mod-finder__search.input-group input {
    background: #f5f6f8 !important;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.dorab-porcious-icon-search .icon-white {
    color: #fff;
  margin-left: -60px;
    margin-top: 12px;
}
.mod-finder__search.input-group .btn.btn-primary  {
    background: #f5f6f8 !important;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;  
    border: var(--border-width)solid #ced4da;	
}
.form-control:focus {  
    box-shadow: none;
}
/*
.card-header.gorab-title {
    background-image: url(/images/home/katalog.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
*/
/*  joomshopping  */
#mxcpr { 
   display: none !important;
}
 .category_name .product_link{
    color: #000;
    font-weight: 400;
    font-size: 24px;
    text-decoration: none;
}
.category_name .product_link:hover {
    text-decoration: underline;
        color: #8a8a8a !important;
}
.card-header.gorab-title {
    font-size: 20px;
    font-weight: 400;
    background-image: linear-gradient(to right, #1a82a6, #095384);
    color: #fff;
	padding: 13px;
    border-radius: 8px;
}
.card-body a{
    color: #000;
    text-decoration: none;
}
.card-body a:hover, .block_product .name a:hover {
      text-decoration: underline;
       color: #8a8a8a !important;
}

.block_product .name a {
    color: #000;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.jshop_list_product .product .buttons a {
    margin-top: 5px;
       color: #fff !important;
}
.btn-check:checked+.btn, :not(.btn-check)+.btn:active, .btn:first-child:active, .btn.active, .btn.show, .btn:hover {
    color: var(--btn-active-color);
   background-image: linear-gradient(to right, #1a82a6, #095384);   
    border-color: var(--btn-active-border-color);
}
.btn-success {  
   background-image: linear-gradient(to right, #1a82a6, #095384) !important;   
}
#navbar126 .mod-menu.mod-list.nav  {
    display: flex;
    flex-direction: column;
}
.grid-child.container-below-top a {
    color: #000 !important;
}
.dorab-menu-katalog {
    max-width: 290px;
    width: 287px;
    border: none;
  background: #f5f6f8;
}
.productfull .text_zoom { 
    display: none;
}
.lk-enter {
    cursor: pointer;
}
div.jshop_prod_description {   
    width: 50%;
    margin: 0 auto;
}
.container-header .navbar-brand {  
    display: none;
}


.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* контейнер <div> - необходим для размещения выпадающего содержимого */
.dropdown, .dorab-menu-katalog {
    position: relative;
    display: inline-block;
}

/* Выпадающей контент (по умолчанию скрыт) */
.dropdown-content, .dorab-menu-katalog .card-body {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Ссылки внутри выпадающего списка */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Изменить цвет выпадающих ссылок при наведении */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Показать выпадающее меню при наведении */
.dropdown:hover .dropdown-content, .dorab-menu-katalog:hover .card-body {
    display: block;
}

/* Изменить цвет фона выпадающего кнопка при отображении выпадающего списка */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


/*  -----------------------------------------   PORCIOUS   ---------------------------------------      */
.container-topbar {  
    background-image: url(/images/porcious/header.png);
  background-size: cover;
}
#mod-custom111 {
    margin-left: 100px;
}

.wedaljoomlaslider .slick-slide .slide-info {
    position: absolute;
    bottom: 0;
    background: none !important;
    color: #FFF;
    padding: 10px 15px;
    left: 50px;
    right: 10px;
    top: 50px;
}
.wedaljoomlaslider .slick-slide .slide-info .slide-title {   
    font-size: 48px;
}
.wedaljoomlaslider .slick-slide .slide-info .slide-desc{
    font-size: 22px;
}
.wedaljoomlaslider .slick-slide .slide-info .slide-desc {
    width: 33%;
    margin-left: 50px;
}
.dorab-porcious-product-text {
    color: #000;
  font-size: 18px;
    margin-top: 30px;
  text-align: center;
}
.dorab-porcious-container {
    display: flex;
    flex-wrap: wrap;
  justify-content: space-between;
}
.dorab-porcious-product {
    width: 32%;
}
.dorab-porcious {
    margin-top: 65px;
    margin-bottom: 50px;
}
.dorab-porcious-title {
    font-size: 14px;
    text-align: center;
    color: #16526b;
    padding: 15px;
    border: 1px solid #16526b;
    border-radius: 8px;
  text-align: center;
}
.dorab-porcious-product-text-poryd {
    font-size: 14px;
    color: #082e3d;
    text-align: center;
  line-height: 20px;
}
.dorab-porcious-product-text-upak {
    font-size: 14px;
    color: #adadad;
    text-align: center;
    line-height: 20px;
  border-bottom: 1px dashed #000;
    padding-bottom: 15px;
}
.dorab-porcious-product-text-data {
    color: #adadad;
    font-size: 11px;
  text-align: center;
      border-top: 1px dotted #000;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
    padding-top: 10px;
  margin-bottom: 70px;
}

.dorab-porcious-section {
    max-width: 940px;
}
#mod-custom113 {
    display: flex;
    justify-content: center;
}
.container-header .container-nav {  
    display: none;
}
.footer {  
    background-image: url(/images/porcious/photo_54.jpg);
      background-size: cover;
      max-width: 1440px;
    margin: 0 auto;
    width: 1440px;
}
.footer .grid-child {
    justify-content: center;
    align-items: center;
    padding: 30px;
    display: flex;
  padding-bottom: 5px;
}
#mod-custom120 {  
    max-width: 800px;
}
.dorab-porcious-footer-img {
    text-align: center;
}
.dorab-porcious-footer-title {
    font-size: 14px;
    text-align: center;
  margin-bottom: 30px;
}
.dorab-porcious-footer-icon {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.dorab-porcious-footer-copirait {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.container-slidertop {
    max-width: 1550px;
    margin: 0;
   
}
.wedaljoomlaslider .slick-list {
    margin: 0 !important;
}
.wedaljoomlaslider .slick-slide .slide-wr {
    position: relative;
  padding: 0 !important;
}
.wedaljoomlaslider .slick-slide img {
    display: block;
    object-fit: cover;
    width: 1550px;
    max-width: 1550px;
}
.container-header .mod-menu>li.active:after, .container-header .mod-menu>li:hover:after {  
    top: 65px;
}
    .container-header .mod-menu>li:after {     
        opacity: 1 !important;       
    }
#mod-custom112 {
    display: flex;
    align-items: center;
}



/*       ===============================        */



.container-slidertop {
    max-width: 1440px;
   margin: 0 auto;
  
}
.wedaljoomlaslider .slick-slide img {
    display: block;
    object-fit: cover;
    width: 1440px;
    max-width: 1440px;
}

.dorab-porcious-footer-span a{
    text-decoration: none;
}
.dorab-porcious-footer-icon {
    display: flex;
    gap: 15px;
    justify-content: center;
    border: 1px solid #eee;
    box-sizing: border-box;
   
    width: auto;
    padding: 15px;
    border-radius: 8px;
}
.footer1 {
    margin-top: 80px;
}
.dorab-porcious-footer-icon {
    justify-content: center;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 8px;
    width: 28%;
    margin: 0 auto;
}
.site-grid {
    background: #e5e1cf;
      max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}
.container-header .grid-child {
    padding: 0;
}
.mod-list li.active>a {
    background: #000;   
}
.mod-list li.active>a:before {
    background: #000;   
}
.container-header .mod-menu>li>a {   
   padding: 26px 8px;
    margin-top: -10px;
  }
.container-topbar {    
    padding: 0px 0;
  align-items: center;
}


#wt_jshopping_cart_125 {
    margin-right: 15px;
}
.jshop.productview {
    margin: 0 150px;
}
 .row.jshop .col-lg-4 {
         width: 90%;
    }
.row.jshop    .col-lg-8 {    
        display: none;
    }
div.jshop_prod_description {
    width: 50%;
    margin: 0;
    float: left;
    display: block;
}
.row.jshop {
    display: block;
    width: 45%;
    float: left;
}
.review_header {  
    width: 100%;
    display: block;
    position: relative;
    float: left;
}
.review_text_not_login {
    width: 100%;
    float: left;
}
.productfull .image_middle, .productfull .jshop_oiproduct { 
    display: flex;
    justify-content: center;
}
.block_rating_hits {  
    display: none;
}
.jshop.productview h1 {
    margin-top: 0px;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 50px;
}
div.jshop_prod_description {  
    padding-left: 20px;
    border-left: 1px solid #ccc;
  margin-bottom: 50px;
}
.review_header, .review_text_not_login {  
    display: none;
}
img.jshop_img_thumb { 
    width: 120px;
    height: 90px;
}
.row-fluid, .row-fluid0 {  
    justify-content: space-between;
}
.jshop_list_product .product .review_mark, .jshop_list_product .product div.count_commentar, .jshop_list_product .oiproduct {   
    display: none;
}
.block_product > div {
    display: flex;
    flex-direction: column-reverse;
}
.jshop.list_product .row-fluid, .jshop.list_product .row-fluid0 { 
    width: 940px !important;
   margin: 0 auto !important;
}
.block_product .name a {
    line-height: 1.5;
    font-weight: 400;
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
  color: #000;
}
.row-fluid [class*="sblock"] {  
    padding-left: 7px !important;
    padding-right: 7px !important;
}
#comjshop h1 {
    font-size: 14px; 
    color: #16526b;
    padding: 15px;
    border: 1px solid #16526b;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    width: 924px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}



/*       ------------------------------ MOBIL   ------------------   */
 @media (max-width: 992px){
  .container-banner {
    margin: 0 !important; 
}
   .dorab-porcious {
    margin-top: 25px;
    margin-bottom: 0px;
}
   .dorab-porcious-product-text-data {   
    margin-bottom: 40px;
}
   .dorab-porcious-section {  
    margin: 0 15px;
}
   .footer {
    background-image: url(/images/porcious/photo_54-1.jpg);
  
}
   body {
    max-width: 100% !important;
    width: 100% !important;
}
   .container-slidertop {
    max-width: 100% !important;  
}
   .wedaljoomlaslider .slick-slide img { 
    width: 100% !important;
    max-width: 100% !important;
}
   .footer {  
    max-width: 100% !important; 
    width: 100% !important;
}
   .dorab-porcious-footer-icon { 
    width: 100% !important;   
}
#comjshop h1 {  
    width: 100%;  
    margin-top: 20px;
    margin-bottom: 20px;
}  
.jshop.list_product .row-fluid, .jshop.list_product .row-fluid0
 {
    width: 100% !important;
    margin: 0 auto !important;
}
.jshop.productview {
    margin: 0;
}
   .row.jshop {
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto;
}
   .row.jshop .col-lg-4 {
    width: 100%;
}
.content-page {
    max-width: 100%;  
}
.container-topbar {  
    max-width:100%; 
}   
 div.jshop_prod_description {
    width: 100%;  
} 
 div.jshop_prod_description li {
    word-break: break-all;
} 
   
   
   
   
   
}



 @media (max-width: 767px){
   .wedaljoomlaslider .slick-slide .slide-info .slide-title {
    font-size: 28px;
}
   .wedaljoomlaslider .slick-slide .slide-info .slide-desc {
    font-size: 16px;
}
   .wedaljoomlaslider .slick-slide .slide-info .slide-desc {
    width: 40%;
    margin-left: 30px;
}
   .wedaljoomlaslider .slick-slide .slide-info { 
    top: 30px;
}
   .container-topbar { 
    background-size: cover;
}
   .container-topbar {
    background-image: url(/images/porcious/header1.jpg);
}
}


 @media (max-width: 557px){
     .dorab-porcious-footer-copirait {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
   .dorab-porcious-product {
    width: 100%;
}
       .wedaljoomlaslider .slick-slide .slide-info .slide-title {
        font-size: 22px;
    }
    .wedaljoomlaslider .slick-slide .slide-info {
        top: 20px;
    }
   .wedaljoomlaslider .slick-slide .slide-info .slide-desc {
        font-size: 14px;
    }
    .wedaljoomlaslider .slick-slide .slide-info .slide-desc {
        width: 100%;
        margin-left: 15px;
    }
   #mod-custom111 {
    margin-left: 20px;
    width: 50%;
}
  .slide-wr img {
    height: 150px;  
    object-fit: cover;
}
    }


