.bread-tail:after {
    margin: 0 5px;
    content: '>';
}
.logo-desktop {
    width: 40%;
    background: none;
}
.header-nav-desk {
  width: 690px !important;
    column-count: 3 !important;
}
.header-nav-desk li:nth-child(6n) {
  clear:both;
}
.text-container {
    display: flex;
    flex-direction: column;
}
.button.blue {
    border-radius: 0px !important;
    margin-right: 20px;
}
.flex-end {
    display: flex;
    justify-content: flex-end;
}
.cart-h5 {
    font-weight: 600;
    font-size: 18px;
}
.cart-icon {
    margin: 0px 15px;
    margin-right: 25px;
}
.cart_icon img {
    width: 25px;
    height: auto;
}
.cart-image {
    width: 100px !important;
}
.table-cart .title, .table-cart .count, .table-cart .size, .table-cart .price {
    font-size: 20px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    font-size: 20px;
}

.table-cart .title a {
    color: grey;
}
.table-cart .form-control {
    width: 50px !important;
    font-size: 14px !important;
}
.table-cart .form-group .input-group {
    display: flex;
}
.form-group .input-group-append {
    display: flex;
    align-items: flex-end;
    margin-left: 8px;
}
.table-cart .footer {
    font-weight: 600;
}
.flex-end-cart {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: 600;
    font-size: 20px;
}
.flex-end-cart h3 {
    margin: 10px 0px;
}
.flex-end-cart button {
     width: 150px;
 }
@media only screen and (max-width: 767px){
    .table-cart .header{
        display: none !important;
    }
    .table-cart tr {
        display: flex;
        flex-direction: column;
    }
}
/* select */
.select-s {
    appearance: none;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    border: 2px solid #000;
    font-weight: bold;
    color: #000;
    text-align-last: center;
    cursor: pointer;
    height: 40px;
    font-size: 16px;
}
.select-s option {
    font-weight: bold;
    color: #000;
    cursor: pointer;
}
/* slider */
.slick-prev {
    background: url(/local/templates/main/images/arrow-left-mobile-n.png) #EBEAEF center !important;
    left: 0px !important;
    border-radius: 80px;
    width: 30px !important;
    height: 30px !important;
    z-index: 1;
}
.slick-prev:before {
    font-size: 0px !important;
}
.slick-next {
    background: url(/local/templates/main/images/arrow-right-mobile-n.png) #EBEAEF center !important;
    right: 0px !important;
    border-radius: 80px;
    width: 30px !important;
    height: 30px !important;
    z-index: 1;
}
.slick-next:before {
    font-size: 0px !important;
}

.hover-related {
    position: relative!important;
    width: 295px!important;
    height: 450px!important;
    box-shadow: none !important;
    border: 1px solid #c4c4c4;
    left: 0!important;
    top: 0!important;
    background: white!important;
    z-index: 9999;
    padding: 5px 10px 5px!important;
    margin: 5px auto;
}
.hover-related .img-container {
    border: none;
}
.hover-related .img-container img {
    max-width: 100%;
}
.hover-related .text-container {
    margin: 10px 0px;
}
.hover-related .element:focus {
   border: none;
}
.hover-related .element:focus .img-container  {
   border: none;
}
.hover-related .element:focus .text-container  {
   border: none;
}
.hover-related .cart-catalog {
    color: #000;
    background: #f3cd90 !important;
    width: 120px;
    font-size: 16px;
    height: 40px;
    border-color: #f3cd90 !important;
    margin: 0px;
}
.hover-related .cart-catalog:hover, .hover-related .cart-catalog:focus, .hover-related .cart-catalog:active {
    color: #000;
    background: #f3cd90 !important;
    border-color: #f3cd90 !important;
}
a:hover, a:focus {
    text-decoration: none;
}
.middle-text {
    font-size: 20px;
    font-weight: 600;
}
.x-toolbar-right-row {
    display: flex;
    flex-wrap: wrap;
}
.mse2_number_inputs {
    display: flex;
    margin-top: 10px;
}
.mse2_number_inputs .form-group{
    text-align: center;
}
.sorting__cat {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 15px 0px;
}
.sorting__cat ul {
     position: absolute;
    top: -15px;
    width: 150px;
    z-index: 11;
    max-height: 188px;
    display: block;
    border: 1px solid rgb(196, 196, 196);
    background: white;
    pointer-events: none;
 }
.sorting__cat ul li {
     padding: 12px 10px 12px 20px;
    font-size: 14px;
    color: #232323;
    /* padding: 13px 0; */
    display: block;
    cursor: pointer;
    pointer-events: all;
 }
 .sorting__cat ul li:hover {
     background-color: #e5e5e5;
     cursor: pointer;
 }
   .sorting__cat ul li a {
      text-decoration: none;
      color: #000;
      font-size: 16px;
  }
  .sorting__cat ul li a:hover {
      text-decoration: none;
      color: #000;
  }
 .selectheader a {
     border: 1px solid rgb(196, 196, 196);
     padding: 12px 68px 12px 20px;
     cursor: pointer;
     color: #000;
     background-color: #fff;
 }
  .selectheader a:hover {
      text-decoration: none;
      color: #000;
 }
 .selectheader:before {
    content: url(/local/templates/main/images/arrow-disable.png);
    position: absolute;
    top: -1px;
    right: 15px;
    cursor: pointer;
    z-index: 12;
 }
  .banner-item-main {
     width: 100%;
 } 
 .banner-item-main:nth-child(1){
    height: 527px !important;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    position: relative;
    top: -2px;
 } 
  .banner-item-main:nth-child(2){
    -ms-grid-column: 2;
 } 
   .banner-item-main:nth-child(3){
    -ms-grid-column: 3;
 } 
    .banner-item-main:nth-child(4){
    -ms-grid-column: 2;
    -ms-grid-row: 2;
 } 
    .banner-item-main:nth-child(5){
    -ms-grid-column: 3;
    -ms-grid-row: 2;
 } 
.sp-field-input{
         width: 360px;
         flex: none;
 }
 .sp-button-container {
     margin: 0px 25px;
 }
 @media (max-width: 575px){
     .sp-field-input{
         width: 330px;
     }
     .sp-button-container {
         margin: 0;
    width: 100% !important;
    text-align: center !important;
     }
 }
 .search-results .search-form-2 {
     margin: 15px 0px;
 }
 .search-results .search-button {
     border-radius: 0px;
    width: 200px;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: #f44336;
    background: transparent;
    position: relative;
    top: -1px;
    border-width: 2px;
    border-color: #f44336;
    margin-left: 10px;
 }
 .search-results .search-input {
    border: 1px solid #f44336;
    height: 40px;
    width: 340px;
    padding-left: 10px;
 }

 .search-results .mse2-row {
     margin: 15px 0px;
     font-weight: 600;
     color: #2F3F6E;
 }
  .search-results .mse2-row a {
       color: #2F3F6E;
  }
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 11111111;
}
 @media (max-width: 575px){
     .search-results .search-button {
         margin: 0px;
         margin: 10px 0px;
     }
 }
 .form_order input {
     margin: 5px 0px;
 }
  .form_order h4 {
     margin: 10px 0px;
    font-weight: 600;
    font-size: 20px;
 }
 .btn-primary, .btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #f44336 !important;
    border-color: #f44336 !important;
 }
  .catalog-nav-item a span {
    font-size: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-weight: 600;
    background-color: rgba(82, 82, 82, 0.48);
    color: #fff;
    text-align: left;
 }
 .catalog-nav-item-img {
    height: 258px; 
    max-width: 292px; 
    position: relative; 
    background-size: cover;
 }
 .wrapp_tel {
     margin: 0px 15px;
    display: flex;
    align-items: center;
 }
  .wrapp_tel a{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 10px;
 }
 .banner-main {
     height: 620px; 
     width: 100vw;
     background-size: cover; 
     background-repeat: no-repeat; 
     background-position: top;
 }
@media (min-width: 1200px){
    .header-wrapp {
        width: 68% !important; 
    }
    .logo-desktop {
        width: 32% !important; 
    }
 }
     @media (max-width: 1200px){
     .banner-main {
         height: 490px; 
     }
 }
    @media (max-width: 991px){
     .banner-main {
         height: 380px; 
     }
     .header-wrapp {
         justify-content: flex-end !important;
     }
 }
  @media (max-width: 575px){
     .banner-main {
         height: 160px; 
     }
 }
.element:focus {
    outline: none;
}
.mse2_number_slider div, .mse2_number_slider span {
    background-color: #fff !important;
}

.social-container {
    display: flex;
    justify-content: center;
}
@media (min-width: 1400px){
    #yandexmap{
        width: 620px;
    }
    #yandexmap2{
        width: 620px;
    }
}
@media (max-width: 1399px){
    #yandexmap{
        width: 100%;
    }
    #yandexmap2{
        width: 100%;
    }
}
.footer-top .desktop ul li:first-child a {
    background-color: #EF5350;
    padding: 2px 5px;
    color: white !important;
}
.contacts-desc {
    display: none;
    margin-left: 29px;
}
.contacts-desc ul {
    padding: 8px 17px;
    list-style: disc;
}
.active {
    display: block !important;
}
.cities-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Hrodno, .Minsk {
    margin-bottom: 20px;
}
.contacts-item {
    margin-bottom: 10px;
}
.contacts-item h3 {
    margin-bottom: 5px;
    font-weight: 900;
}
.contacts-item h3:hover {
   cursor: pointer;
}
.contacts-item h3 img {
    margin-left: 5px;
}
@media (max-width: 540px){
.Hrodno, .Minsk {
    margin-left: 10px;
}
}
.delivery_btn {
    margin: 20px 0px;
}
.delivery_btn:hover a {
     background-color: #f3f3f3;
}
.delivery_btn a {
    padding: 6px;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    font-size: 18px;
}
.delivery_btn a:hover {
    color: #000;
    text-decoration: none;
}
.delivery-img {
    text-align: center;
}
.delivery-img img{
    max-width: 600px;
    height: auto;
}
.delivery-description {
    text-align: justify;
    font-size: 16px;
}
.delivery-description div{
    margin-bottom: 8px;
    font-size: 20px;
}
.delivery-description ul{
    margin: 10px 0px 10px 30px;
    list-style: disc !important;
    font-weight: 600;
}
@media (max-width: 1200px) {
    .delivery-description {
        font-size: 16px;
    }
    .delivery-img img{
        max-width: 400px;
    }
}
@media (max-width: 767px) {
    .delivery-description {
        font-size: 14px;
    }
    .delivery-img img{
        max-width: 300px;
    }
}