.top_product_right .product_color i.active, .top_product_right .product_color img.active {
  box-shadow: 0 0 0 3px #0088d0;
  -webkit-box-shadow: 0 0 0 3px #0088d0;
}

.color_marker {
  display: inline-block;
  vertical-align: top;
  margin: 1px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #fff;
}

.filter_catalog_color i, .top_product .top_product_right .product_color i {
  height: 22px;
  width: 22px;
  cursor: pointer;
}

.filter_catalog_color i {
  height: 26px;
  width: 26px;
}

.product_box .product_desc_hidden_attr .product_color i {
  height: 15px;
  width: 15px;
}

.cart_product_list .product_color i {
  height: 18px;
  width: 18px;
}

.filter_catalog .filter_catalog_color i.active {
  box-shadow: 0 0 0 3px #0088d0;
  -webkit-box-shadow: 0 0 0 3px #0088d0;
}

.filter_catalog .ui-widget-content {
  border: none;
}

/*.filter_catalog > div.filter_catalog_color .form div input[type="checkbox"]:checked + label img {*/
.filter_catalog .filter_catalog_color input[type="checkbox"]:checked + label i {
  box-shadow: 0 0 0 3px #0088d0;
  -webkit-box-shadow: 0 0 0 3px #0088d0;
}

.filter_catalog .muted-value {
  color: #999;
}

.top_cart .txt_label{
  display: none;
}

.category_block.projects_category_block div a.active {
   background: rgba(0,0,0,.7);
   box-shadow: 0 0 0 3px #f35c14 inset;
   -webkit-box-shadow: 0 0 0 3px #f35c14 inset;
   color: #f35c14;
  text-decoration: none;
}

.footer_top1>a, .footer_top2>a, .footer_top3>a {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

.top_product_right .product_delivery img {
  height:35px; width:auto;
  margin: 0 10px 0 0;
}

.product_delivery a span {
  text-decoration: underline;
}

.product_delivery a:hover {
  text-decoration: none!important;
}

  /* Стилизация стоимости доставки */
.product_delivery .delivery-cost {
  color: #666;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: -31px;
}

@media (min-width: 1150px) {
  /* Выравнивание стоимости на десктопе */
  .product_delivery > div.delivery-option:nth-child(1) .delivery-cost {
    margin-left: 48px;
  }

  .product_delivery > div.delivery-option:nth-child(2) .delivery-cost {
    margin-left: 80px;
  }

  .product_delivery > div.delivery-option:nth-child(3) .delivery-cost {
    margin-left: 111px;
    margin-top: -57px;
  }
}

@media (min-width: 1070px) and (max-width: 1150px) {
  .all_projects_page .pagination .read_more {
    margin: 0 10px 0 0 !important;
  }
}

@media (min-width: 1370px) {
  .all_projects_page .pagination .read_more {
    margin: 0 10px 0 0 !important;
  }
}


/* Мобильная версия - выравнивание по правой стороне */
@media (max-width: 1150px) {
  .product_delivery .delivery-cost {
    text-align: right;
    float: right;
    margin-top: -38px;
    display: inline-block;
    color: #2b2b2b;
  }
}

.top_product_right .product_color_list img {
  cursor: pointer;
}

nav.top_navigation {
  background: #0b1430;
  color: #fff;
}

h2.category_block_h {
  text-align: center;
}

.cart_map_address div.active a {
  background-color: lightgrey;
  color:black;
}

#form-order-userdata input.error, div[id*="hidden-form"] input.error {
  border: 1px solid red;
}

.cart_success h2 {
  font-size: 1.8em;
}

.main_navigation ul.sub_menu ul.sub_menu3>li:first-child a {
  font: inherit;
}

.site_header .mobile_menu .mobile_menu_block > ul > li ul.sub_menu li.cat-parent>a {
  font: inherit !important;
  color: inherit;
  text-decoration: inherit;
}

.main_navigation ul.sub_menu3 a>svg, .main_navigation ul.sub_menu3 a>img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  fill: #0088D0;
}

.main_navigation ul.sub_menu3 a>span {
  display: inline-block;
  vertical-align: middle;
}

.main_navigation ul.sub_menu3 a {
  position: relative;
  padding: 0 0 0 35px !important;
}

.product_desc_title span.product_desc_title2 {
  height: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.product_box:hover .product_desc_hidden_attr {
  height: 100%;
}

.all_projects_block .project_block .project_desc .project_text {
  min-height: 70px;
}

.all_projects_block .project_block .project_desc .project_title {
  min-height: 66px;
}

.all_projects_block .project_block .project_desc .project_category {
  min-height: 18px;
}

.all_projects_block .project_block .project_img img {
  max-height: 267px;
  object-fit: cover;
}

.all_projects_block .project_block {
  margin-bottom: 10px !important;
}

/* Исправление float-вёрстки: каждый 4-й элемент (начало нового ряда) должен сбрасывать float */
.all_projects_block .project_block:nth-child(3n+1) {
  clear: both;
}

/* Кнопка "Показать еще" для проектов - выравнивание по правому краю */
.all_projects_page .pagination {
  max-width: none !important;
}

.all_projects_page .pagination .read_more {
  float: right;
}

/* Для мобильной версии - кнопка по центру */
@media screen and (max-width: 899px) {
  .all_projects_page .pagination .read_more {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer_top2>span.h1 {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

.top_navigation > ul > li:hover ul.sub_menu {
  z-index: 90;
}

.filter_catalog > div.filter_catalog_brand .open_menu + .form.increased,
.filter_catalog > div.filter_catalog_designer .open_menu + .form.increased,
.filter_catalog > div.filter_catalog_country .open_menu + .form.increased {
  overflow: auto;
  max-height: 140px;
}


.top_email i, .top_cart>a span i {
  display: block;
  width: 30px;
  height: 30px;
}

.top_email i {
  background: no-repeat url("/svg/default_contacts.svg");
  margin: 0 auto;
}

.top_email:hover i {
  background: no-repeat url("/svg/default_contacts_red.svg");
}

.top_cart>a span i {
  background: no-repeat url("/svg/default_cart.svg");
  margin: 0 auto;
}

.top_cart:hover>a span i {
  background: no-repeat url("/svg/default_cart_red.svg");
}

.category_block div a img:first-child+img {
  display: none !important;
}

.category_block div a:hover img:first-child+img {
  display: block !important;
}

.category_block div a:hover img:first-child {
  display: none !important;
}

.assignment_menu a:hover img:first-child {
  display:none;
}

.assignment_menu a img:first-child+img, .assignment_menu div img:first-child+img {
  display:none;
}

.assignment_menu a:hover img:first-child+img {
  display:block;
}

.assignment_menu > li > div > span{
  color: #0088d0;
}

.empty-cart-text {
  text-align: center;
  color: #0088d0;
  font-weight: 400;
  margin: 50px;
  font-size: 1.4em;
}

.top_navigation .factory-ln {
  font-weight: 700;
}

.cart_map_address>div a {
  width: 80%;
}

.clients_works {
  margin: 40px auto 0;
}

.cart_map_address a.store-contacts {
  width: auto;
  font-size: inherit !important;
  font-weight: inherit !important;
  vertical-align: inherit;
  display: inline;
}

.product_order_top .p-available {
  color: #4ab171;
}

.catalog_product_list .hidden {
  display: none;
}

.contacts_map .map-route {
  display: none;
}

.bread_crumbs ul li:before {
  display: none;
}

.bread_crumbs ul li {
  display: inline-block;
  margin: 0;
}

.bread_crumbs ul{
  padding: 0;
  margin: 0;
}

.catalog_content .category_utp {
  margin-bottom: 35px;
}

.filter-reset>a {
  display: block;
  float: left;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  display: block;
  margin: 0px 10px;
  cursor: pointer;
  padding: 10px 25px;
  text-decoration: none;
}

.filter-reset .f-show {
  background: rgba(0,136,208,1);
  color: #fff;
}

.filter-reset .f-reset {
  color: inherit;
  border: 1px solid #e1e1e1;
}

.sidebar.fancybox-content .f-show {
  background: #f35c14;
}

.filter-reset {
  padding: 10px 0 !important;
}

.top_email span {
  text-transform: none;
  font-size: 22px;
  font-weight: 700;
}

a.top_email {
  text-decoration: none;
}

.top_email i {
  display:none
}

.top_product .top_product_left h1.page_title {
  display: none;
}

.top_product .top_product_left div.product_article {
  display: none;
  font-weight: 300;
}

.delivery-color-size {
  display: flex;
  flex-flow: column wrap;
}

/* Применяем hover эффекты ко ВСЕМ product_box, включая products_of_day_list */
.product_box:hover {
  padding: 11px !important;
  overflow: inherit;
}

.product_box:hover>div {
  height: 453px;
  z-index: 1000;
  width:100%;
  box-shadow: 0 0 0 3px inset #f35c14; 
  -webkit-box-shadow: 0 0 0 3px inset #f35c14;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.product_box:hover a.btn span {
  text-align: center;
  color: #fff;
  background: rgba(0,136,208,1);
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 300;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  margin: 0 auto;
  width: 70%;
  display: block;
}

.product_box:hover div.extended-bottom {
  display: block;
}

.product_box div.extended-bottom {
  position: absolute;
  bottom: 16px;
  display: none;
  width: 93%;
}

.product_box div.extended-bottom>div.article_number,
.products_of_day_list .product_box div.extended-bottom>div.article_number {
  position: relative;
  width: 100%;
  line-height: 40px;
  padding: 0 0 0 5px;
  color: #999;
  z-index: 1002;
  font-weight: 300;
  margin: 0 0 15px 0px;
}

.product_box:hover .product_color {
  top: 0;
}

.product_box:hover a {
  text-decoration: none;
}

.product_box .move-into-cart {
  display: none;
}

.product_box .product_desc_title3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px auto;
}

.catalog_product_list .product_price_box .product_desc_hidden_attr,
.products_of_day_list .product_price_box .product_desc_hidden_attr {
  bottom: 37px;
}

.content_text p.factory_content_top iframe,
.content_text .factory-videos iframe,
.content_text .factory-videos video {
  width: 40%;
  margin: 20px auto 0;
  display: block;
}

@media screen and (max-width: 899px) {
  .content_text .factory-videos iframe,
  .content_text .factory-videos video {
    width: 100%;
  }
}

.filter_sorting_category label span {
  float: right;
  margin: 0 0 0 5px !important;
  height: auto !important;
}

.pagination .next_page_ax_loader {
  display: none;
}
.go-top {
  display: none;
  position: fixed;
  z-index: 999999;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;

  width: 44px;
  right: 5px;
  bottom: 125px;
  padding: 11px;
  color: #999;
  background: #eeeef0;
  font-size: 18px;
  border: 1px solid #d3d3e1;
}

.go-top:hover,
.go-top:active,
.go-top:focus {
  color: #999;
  background: #eeeef0;
  border-color: #d3d3e1;
  outline: none;
  opacity: 0.8;
}



.pagination .next_page_ax_loader>div {
  background: url(/images/ajax-loader.gif) no-repeat 0 0;
  width: 33px;
  height: 100%;
  margin: 3px auto;
}


/*search form styles*/
form.searchform.focused+div>a:first-child {
  display: none;
}

/* autocomplete search's result styles */
li.ac-search-result>a>div{
  display: block;
  float: left;
}

li.ac-search-result .s-desc>span.articul {
  color: #999;
  font-size: 14px;
}

li.ac-search-result>a {
  display: block;
  width: 100%;
  overflow: auto;
}

li.ac-search-result>a:after {
  clear: both;
}

li.ac-search-result::before {
  display: none;
}

li.ac-search-result>a>.s-desc {
  padding: 0 10px;
  width: 59%;
}

li.ac-search-result .s-desc>span {
  display: block;
}

li.ac-search-result>a>.s-desc+div {
  width: 20%;
  float: right;
  text-align: center;
}

li.ac-search-result {
  font-family:"Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size:18px;
}

li.ac-search-result.ui-state-focus {
  background: #dadada;
  border: none;
  font-weight: 300;
}

li.ac-search-result>a>.s-desc+div>span {
  display: block;
  font-weight: 400;
}

li.ac-search-result>a>.s-desc+div>span.old {
  font-size: 15px;
  color: #f35c14;
  text-decoration: line-through;
}

.ui-autocomplete {
  z-index: 9999 !important;
  background-color: #fff;
  border: 1px solid #aaa;
}

.ui-autocomplete.ui-widget-content a {
  color: #222;
}

.ui-autocomplete.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

td.print-btn a {
  display: block;
  float: right;
  font-size: 18px;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

td.print-btn a:after {
  clear: both;
}

td.print-btn img {
  float: right;
  display: block;
  width: 20px;
  margin-left:15px;
}

td.print-btn {
  padding: 30px 0 !important;
}

.print-content .control {
  display: none;
}

.print-content table tr td.prod_about {
  width: 49% !important;
}

.print-content table tr td.prod_price {
  width: 27% !important;
}

.print-content table tr td.prod_price2 {
  width: 11% !important;
}

.print-content .print-logo1 {
  margin: 24px 5px 10px;
}

.print-content .print-logo2 {
  margin: 10px 5px;
}

.print-content {
  width: 900px;
}

.print-content table tr td.prod_price span {
  background: none;
  font-size: 20px;
  width: 2px;
  height: 25px;
}

.product_desc_title {
  margin: 0px 0px 13px;
}

span.catalog_category_count {
  bottom: 23px !important;
  display: block !important;
  position: absolute !important;
  margin: 0 !important;
  height: auto;
  text-align: right;
  width: 90% !important;
}

.footer_bottom .social_link .pin {
  background-image: url(../images/social_link5.png) !important;
  background-position: -178px 0px;
}

.footer_bottom .social_link .youtube {
  background-image: url(../images/social_link5.png) !important;
  background-position: -238px 0px;
}

.footer_bottom .social_link .houzz {
  background-image: url(../images/social_link5.png) !important;
  background-position: -298px 0px;
}

.product_box .label_right {
  position: absolute;
  right: -25px;
  top: -5px;
  background: #f36810;
  transform: rotate(45deg);
  padding: 12px 25px 4px;
  color: #fff;
  font-weight: 700 !important;
  font-size: 12px;
}

a.default-btn {
  display: block;
  width: 153px;
  color: gray;
  font-weight: 300;
  font-size: 15px;
  line-height: 33px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}

.container-3d {
  margin: 15px 0 0 0;
}

/*end of search form styles*/
form.searchform .ui-autocomplete-loading {
  background: #e1e1e1 url(/images/ajax-loader.gif) no-repeat right 55px center !important;
  /**/
}

.ac-container-list.ui-widget-content {
 position: fixed;
}

.color-muted {
  opacity:80%;
}

.modifications .product_color {
  margin: 0 auto 30px 0;
}

.product_price>div:first-child {
  float: left;
}

.product_price .catas {
  float: right;
  background: url(/images/catas.png) no-repeat;
  width: 175px;
  margin-top: -2px;
}

.sale-request p {
  font-size: 17px;
  font-weight: 300;
  color: #666;
  margin: 40px 0 60px;
}

.sale-request {
  width: 770px;
  padding: 50px 60px;
}

.sale-request .thx { display: none; }

.sale-request div.error {
  color: red;
  border: 2px solid red;
  display: none;
}

.top_product .catas {
  display: none;
}

.top_product .catas.active {
  display: block;
}

.top_product .product_price .right {
  float: right;
}

div[id*="hidden-form"] > div.form_top {
  height: 46px;
  width: 100%;
  background: inherit;
  margin: 50px 0 0;
}

.product_box .sale-flag {
  background: url(/images/sale.png) no-repeat 0 0;
  width: 30px;
  height: 104px;
  position: absolute;
  z-index: 101;
  left: 34px;
}

.sale-request-btn-blur-mobile {
  display: none;
}

.sidebar {
  padding: 38px 0 0;
}

.sidebar-factory {
  padding: 55px 0 0 !important;
}

.envelope>div>i {
  background: no-repeat url(/images/envelope_icon.png);
  height: 33px;
  width: 36px;
  display: table-cell;
}

.envelope {
  margin: 0 auto 16px;
}

.envelope>div {
  width:325px;
  height: 34px;
  margin: 10px auto;
  display: table;
}

.envelope>div>span {
  height: 36px;
  display: table-cell;
  vertical-align: middle;
  color: #f35c14;
}

.request-price-form form {
  margin: 28px auto 15px;
}

.request-price-form h3 {
  margin: 25px 0 15px !important;
}

.request-price-form div.agree {
  text-align: center;
}

.request-price-form .thx p {
  margin: 0 auto 30px;
}

.category-page .filter_sorting form>div:first-child {
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
}

.reviews_block .answer {
  background: #f6f6f6;
  color: #666666;
  margin: 20px 0;
  padding: 5px 0 10px 40px !important;
  font-size: 16px;
  border-left: 1px solid #e5e5e5;
}

.reviews_block .a-header {
  font-weight: bold;
  line-height: 25px;
}

.main_navigation ul>li.active {
  background: #fff;
}

.main_navigation ul>li.active>a {
  color:#2b2b2b;
}

.main_navigation ul.sub_menu>li:hover {
  background: #f35c14;
  color: #fff;
}

.main_navigation ul.sub_menu>li:hover a {
  color: #fff;
}

.main_navigation ul.sub_menu>li a:hover>span {
  text-decoration: underline;
}

.main_navigation ul.sub_menu > li > ul li a {
  display: block;
}

.main_navigation ul.sub_menu.wout-children:hover {
  background: #f35c14;
}

.main_navigation ul.sub_menu.wout-children:hover a>span {
  color: #fff;
}

.main_navigation ul.sub_menu li:hover a>svg.prev-default,
.main_navigation ul.sub_menu li:hover a>img.prev-default,
.main_navigation ul.sub_menu.wout-children:hover a>svg.prev-default,
.main_navigation ul.sub_menu.wout-children:hover a>img.prev-default
{
  display: none;
}

.main_navigation ul.sub_menu li:hover a>svg.prev-white,
.main_navigation ul.sub_menu li:hover a>img.prev-white,
.main_navigation ul.sub_menu.wout-children:hover a>svg.prev-white,
.main_navigation ul.sub_menu.wout-children:hover a>img.prev-white
{
  display: block;
}

.main_navigation ul.sub_menu li a>svg.prev-white,
.main_navigation ul.sub_menu li a>img.prev-white,
.main_navigation ul.sub_menu.wout-children a>svg.prev-white,
.main_navigation ul.sub_menu.wout-children a>img.prev-white
{
  display: none;
}

.main_navigation .sub_menu.w-children ul.sub_menu3 {
  padding: 0 0 0 10px;
}

.main_navigation .sub_menu.w-children {
  padding: 30px 20px;
}

.bread_crumbs span {
  border: none;
}

.main_navigation {
  margin-bottom: 0;
  z-index: 100 !important;
}

.main_navigation,
.main_navigation * {
  z-index: 100 !important;
}

.bread_crumbs {
  margin-top: -3px;
  position: relative;
  z-index: 500 !important;
}

.bread_crumbs * {
  z-index: 500 !important;
}

.top_navigation {
  z-index: 10000 !important;
}


.cart_success {
  font-size: 19px;
  max-width: 518px;
  margin: 56px auto;
}

.cart_success>* {
  display: block;
  padding: 0 0 17px;
  text-align: center;
  margin: 0;
}

.unsubscribe-form-success h3 {
  text-align: center;
  padding: 30px 0;
}

.unsubscribe-form {
  width: 770px;
  margin: 50px auto;
  border: 3px solid #f35c14;
  text-align: center;
  padding: 0;
}

.unsubscribe-form form {
  width: 670px;
  margin: 30px auto;
}

.unsubscribe-form textarea {
  height: 110px;
}

.unsubscribe-form .thx {
  display: none;
}

.unsubscribe-form input[type=submit] {
  margin-top: 20px;
}


.unsubscribe-form h3 {
  margin: 0 0 30px !important;
}

.characteristic_block h5 {
  line-height: 20px;
  margin: 37px 0 13px;
  display: block;
  text-transform: uppercase;
}

.btn-3d {
  background: #f35c14 !important;
  font-style: italic;
  font-weight: bolder !important;
  color: #FFFFFF !important;
}

.unisender-link {
  display: block;
  margin: 0 0 60px;
}

body {
  padding-top: 164px;
}

/*media styles*/

@media screen and (max-width: 699px) {
  li.ac-search-result .img {
    display: none;
  }

  li.ac-search-result {
    font-size:15px;
  }

  li.ac-search-result>a>.s-desc {
    width: 75%;
  }

  .delivery-color-size .top_product_tilte {
    order: 3;
  }

  .delivery-color-size .product_delivery {
    order: 4;
  }
  .delivery-color-size .product_color {
    order: 1;
  }

  .delivery-color-size .product_size {
    order: 2;
  }

  .site_header.fixed-open .header_container {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
  }

  .catalog_content .category_utp {
    margin-bottom: 20px;
  }
  .top_product {
    margin: 0;
  }

  .top_product .top_product_right h1.page_title {
    display: none;
  }

  .top_product .top_product_right div.product_article {
    display: none;
  }

  .top_product .top_product_left h1.page_title {
    display: block;
  }

  .top_product .top_product_left div.product_article {
    display: block;
  }
}

@media screen and (min-width: 699px) {
  form.searchform.focused {
    width: 672px;
  }

  .site_header.fixed .top_navigation {
    display: none;
  }

  .site_header.fixed .main_navigation {
    display: none;
  }

  .fixed-open .header_container {
    top: 40px !important;
    position: fixed;
    z-index: 9999;
    width: 100%;
  }

  .fixed-open .top_navigation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }

  /* Синяя навигация скрыта при скролле вверх, но не на самом верху */
  .site_header.fixed-open:not(.at-top) .main_navigation {
    display: none;
  }

  /* Синяя навигация видна только на самом верху страницы */
  .site_header.fixed-open.at-top .main_navigation {
    display: block;
  }
}

@media screen and (max-width: 1599px) {
  body {
    padding-top: 150px;
  }
}

@media screen and (max-width: 899px) {

  body {
    padding-top: 60px;
  }

  .sale-request-btn-blur-mobile {
    display: block;
  }

  .sale-request-btn-blur {
    display: none;
  }

  .fixed-open .header_container {
    top: 0px !important;
  }

  .product_price>div.catas {
    width: 54px;
  }
}

@media screen and (max-width: 599px) {

  body {
    padding-top: 120px;
  }

}

@media screen and (max-width: 1365px) {

  .main_navigation > ul > li:last-child>ul.sub_menu,.main_navigation > ul > li.pre-last>ul.sub_menu {
    right: 0;
    left: auto;
  }
}

@media screen and (max-width: 1023px) {
  .filter-reset > a {
    float: none;
    margin:10px 10px;
  }
}

@media screen and (max-width: 1170px) {
  .middle_header .call_me { width: 55px; line-height: 34px; padding: 0; font-size: 0; height: 34px; text-align: center; margin: 0 0 0 30px;}
  .middle_header .call_me i { margin: 0; font-size: 20px; line-height: 34px;}
  .top_email span {
    display: none;
  }
  .top_email i {
    display: block;
  }
}

@media screen and (max-width: 424px) {
  .top_product .product_order_top {
    font-size: 15px;
  }
}

@media screen and (min-width: 767px) and (max-width: 796px) {
  .middle_header .call_me {
    margin: 0 0 0 10px;
  }
}

/* Factory description mobile styles */
.factory-show-more {
  display: none;
}

.factory-description-wrapper {
  margin: 0;
}

.factory-videos {
  clear: both;
  margin: 20px 0;
}

/* Factory links collapse */
.factory-links-wrapper {
  margin: 15px 0 0;
}

.factory-links-show-more {
  display: none;
}

@media screen and (max-width: 899px) {
  /* Factory links collapse - mobile only */
  .factory-links-wrapper.collapsed .factory-link-hidden {
    display: none;
  }

  .factory-links-wrapper.collapsed .factory-links {
    position: relative;
    padding-bottom: 10px;
  }

  .factory-links-wrapper.collapsed .factory-links::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5em;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
  }

  .factory-links-wrapper.expanded .factory-links::after {
    display: none;
  }

  .factory-links-wrapper .factory-links-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: none;
    border: none;
    color: #0088d0;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 10px 0;
    margin: 5px 0 0;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .factory-links-show-more svg {
    transition: transform 0.3s ease;
  }

  .factory-links-wrapper.expanded .factory-links-show-more svg {
    transform: rotate(180deg);
  }

  .factory-links-wrapper.expanded .factory-link-hidden {
    display: inline;
  }

  /* Factory text description */
  .factory-description-wrapper.collapsed .factory-text-content {
    max-height: 7.5em !important;
    overflow: hidden !important;
    position: relative !important;
    line-height: 1.5em !important;
  }
  
  .factory-description-wrapper.collapsed .factory-text-content::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 1.5em !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%) !important;
    pointer-events: none !important;
  }
  
  .factory-description-wrapper .factory-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: none;
    border: none;
    color: #0088d0;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 10px 0;
    margin: 5px 0 0;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
  }
  
  .factory-show-more svg {
    transition: transform 0.3s ease;
  }
  
  .factory-description-wrapper.expanded .factory-show-more svg {
    transform: rotate(180deg);
  }
  
  .factory-description-wrapper.expanded .factory-text-content {
    max-height: none !important;
    overflow: visible !important;
  }
  
  .factory-description-wrapper.expanded .factory-text-content::after {
    display: none !important;
  }
  
  
  .factory-description-wrapper.too-short .factory-show-more {
    display: none !important;
  }
  
  .factory-description-wrapper.too-short.collapsed .factory-text-content {
    max-height: none !important;
  }
  
  .factory-description-wrapper.too-short.collapsed .factory-text-content::after {
    display: none !important;
  }
}