body{
    font-family: Arial, sans-serif;
    color: #333;
}
body a{
    color: inherit;
}
body h1,body h2,body h3,body h4,body h5,body h6 {
    font-family: inherit;
}    
body button{
    font-family: inherit;
}

/* Help form */
    .page-wrapper .form_right {
        background: #ebebeb none repeat scroll 0 0;
        box-sizing: border-box;
        float: right;
        padding: 5% 7% 4%;
        width: 100%;
    }
    .page-wrapper .form_right h2 {
        color: #2e2e2e;
        font-size: 38px;
        font-weight: 800;
        line-height: 33px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .page-wrapper .form_right span {
        color: #cb0000;
        font-size: 30px;
        padding-right: 5px;
    }
    .page-wrapper .form_right .form_one {
        padding-top: 15px;
    }
    .page-wrapper .form_right .form_one .fieldset {
        margin-bottom: 0;
    }
    .page-wrapper .form_right .form_one .field {
        margin-bottom: 12px !important;
        width: 100%;
        padding-right: 0px;
    }
    .page-wrapper .form_right .form_one select {
        border: medium none;
        color: #c3c3c3;
        font-size: 17px;
        height: 41px;
        width: 100%;
    }
    .page-wrapper .form_right .form_one select {
        border: 1px solid #e5e5e5 !important;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    
    .page-wrapper .form_right .search_buton {
        padding-top: 5px;
    }
    .page-wrapper .form_right .search_buton > button {
        background: #cb0000 none repeat scroll 0 0;
        border-radius: 4px;
        color: #fff;
        display: block;
        font-size: 17px;
        height: 41px;
        line-height: 1;
        text-transform: uppercase;
        width: 100%;
        padding: 7px 15px;
    }
    .page-wrapper .form_right .search_buton p {
        color: #cdcdcd;
        font-size: 15px;
        padding-top: 12px;
        position: relative;
        padding-bottom: 0;
    }
    .page-wrapper .form_right .search_buton p::before {
        content: "*";
        height: 4px;
        left: -8px;
        position: absolute;
        top: 11px;
        width: 12px;
    }


/* hover effect */
    .page-wrapper .banners-gallery {
        margin: 0 0 18px 0;
    }
    .page-wrapper .effect-banner .image-item .img-animation:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0px;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .page-wrapper .clearfix:before,.page-wrapper  .clearfix:after {
        content: " ";
        display: table;
    }

    .page-wrapper .effect-banner .image-item {
        position: relative;
        overflow: hidden;
    }
    .page-wrapper .effect-banner .image-item:hover .img-animation::before,.page-wrapper .effect-banner .image-item:focus .img-animation::before {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4) inset;
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4) inset;
    }


/*  Category list  */
    .page-wrapper .shop_cat h3 {
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 24px;
        margin-top: 20px;
    }
    .page-wrapper .shop_cont {
        text-align: center;
    }
    .page-wrapper .shop_cat .shop_cont h5 {
        height: 30px;
        margin: 10px 0;
        line-height: 1.1;
    }

    .page-wrapper .shop_cat h5 {
        font-size: 13px;
    }
    .page-wrapper .hover_content {
        display: none;
    }
    .page-wrapper #maincontent.page-main .column.main .page-wrapper .shop_cat ul li {
        list-style: none !important;
        position: relative;
        flex: 0 0 15.6%;
        padding: 24px;
    }
    .page-wrapper .shop_cat li {
        background: #f7f7f7 none repeat scroll 0 0;
        box-sizing: border-box;
        cursor: pointer;
        float: left;
        margin-right: 15px;
        padding: 10px;
        position: relative;
        width: 15.6%;
        margin-bottom: 15px;
    }
    .page-wrapper .shop_cat li:hover .hover_content {
        background: rgba(255, 0, 0, 0.8) none repeat scroll 0 0;
        box-sizing: border-box;
        display: block;
        left: 0;
        padding: 28px;
        position: absolute;
        top: 0;
        width: 100%;
        min-height: 245px;
    }
    .page-wrapper .shop_cat li:hover .hover_content p {
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.42857143;    
    }
    .page-wrapper .shop_cat li:hover .hover_content a {
        border: 1px solid #fff;
        color: #fff;
        display: block;
        font-size: 12px;
        margin-top: 30px;
        padding: 5px 15px;
        text-align: center;
        text-decoration: none;
    }

    .page-wrapper .hover_content a {
        text-transform: uppercase;
        font-weight: bold;
    }

/* header */

.page-wrapper .page-header .header-row .header-left{
    padding: 10px 0;
}
.page-wrapper .page-header .panel.wrapper .header-right{
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
}
.page-wrapper .page-header .panel.wrapper .header-right div[data-content-type='html']{
    width: 100%;
}
.page-wrapper .page-header .panel.wrapper .header-right .header-top-right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* homepage*/

.home-banner-slider.owl-carousel .owl-stage-outer{
    padding: 0;
    margin-left: 0;
}
.home-banner-slider.owl-carousel .owl-nav button[class*='owl-']{
    font-size: 22px;
    background: #ee3d43;
    border: 0;        
}
.cms-index-index .porto-ibanner .m-b-md {
    margin-bottom: 10px !important;
}
.cms-index-index .customer-review {
    margin: 0 0 30px;
}
.cms-index-index .sidebar-content .widget:last-child{
    margin: 0;
}

/* footer */

.page-footer .footer-middle .widget_media_image img {
    max-width: 164px;
}
.page-footer .widget.follow-us .widget-title {
    text-transform: none;
}

/* category */

.page-wrapper .shop_cat ul {
    padding: 0;
}
.page-products .page-wrapper .shop_cat .shop_img {
    height: 160px;
}
.page-products .brand_information {
    display: none;
}

.message.global.cookie{
    font-size: 12px;
    color: #333;
}
.message.global.cookie .actions .action.primary{
    line-height: 14px;    
    padding: 7px 15px;
    font-size: 14px;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: capitalize;
    line-height: 20px;
    height: auto;
    border-radius: 3px;
}
.page-main > .page-title-wrapper .page-title {
    color: inherit;
}
.cms-page-view .page-main-inner a{
    color: #666;
}
.contact-index-index .addsec_rt{
    margin: 0 0 40px;
}
.contact-index-index .page-main .contact-info p a {
    color: inherit;
}
.page-layout-1column .toolbar a.porto-product-filters-toggle {
    display: none !important;
}    
.lof-gallery .banner-link{
    color: #333 !important;
    text-transform: none;
    font-weight: normal;
    line-height: 20px;
}
.cms-installations .supply-wrap {
    margin: 10px 0 0;
}
.cms-installations .supply-wrap ul , .cms-installations .installation-services ul{
    list-style: none;
    padding: 0;
}
.cms-installations .supply-wrap li img {
    float: left;
    padding-right: 2%;
}
.cms-installations .installation-services {
    border-top: 1px solid #ccc;
    float: left;
    margin-top: 44px;
    padding-top: 20px;
    width: 100%;
}
.cms-installations .installation-services ul li .product_img {
    float: left;
    width: 18%;
}
.cms-installations .installation-services ul li {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}
.cms-installations .supply-wrap li {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}
.cms-installations .call-back-form h1 {
    margin-top: 20px;
}
.page-main .sidebar .form.reorder .product-items-names .product-item-name > a{
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}
.page-main .pager .next>a, .page-main .pager .next>span {
    float: none;
}
.fme_brands_extension .right_col .brandtitle{
    float: none;
}
.fme_brands_extension .products-grid .product-item {
    width: 33.3333%;
    float: none;
    display: inline-block;
}
.fme_brands_extension .product-image-photo{
    border: 1px solid #ccc;
}
.fme_brands_extension .products-grid .product-item .product-item-info .product-image-container{
    aspect-ratio: 270 / 290;
}

/* pub file */

.cms-index-index .columns .column.main {
  padding-bottom: 0;
}
.h-100.owl-carousel .owl-stage-outer, .h-100.owl-carousel .owl-stage, .h-100.owl-carousel .owl-item, .h-100>.porto-ultimate-content-box {
  height: 100%;
}
.porto-ibanner-layer {
  position: absolute;
  z-index: 10;
}
.cms-index-index .owl-carousel.nav-inside-left .owl-dots {
  left: 5%;
  bottom: 2rem;
}
.cms-index-index .product.data.items > .item.content {
  border-width: 2px;
  position: relative;
  top: 0;
  z-index: -1;
  margin-top: 44px;
}
.cms-index-index .product.data.items > .item.content > .products {
    margin-top:-9px;
}
.cms-index-index .product.data.items .item.title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -.025em;
  color: #282d3b;
  padding: 10px 0;
}
.cms-index-index .product.data.items > .item.title:hover {
  border-color: #ee3d43;
  color: #ee3d43;
}
.cms-index-index .product.data.items > .item.title.active {
  color: #ee3d43;
  border-color: #ee3d43;
}
.cms-index-index .product.data.items > .item.title > .switch {font-size: inherit;}
.cms-index-index .bg-size-auto100>div {
  background-size: auto 100%!important;
}
.cms-index-index .header-top-ads {
  padding-top: 25px;
  padding-bottom: 5px;
}
.shop_cat ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.shop_cat .shop_img img {
    max-width: 100%;
    height: auto;
}
.cms-index-index .widget_product_categories {
  border: 1px solid #e7e7e7;
}
.cms-index-index .widget_product_categories .widget-title {
  background: #f6f7f9;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: -.025em;
  padding: 1rem 1.25rem;
  margin: 0;
}
.cms-index-index .widget_product_categories .category-sidebar {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.cms-index-index .widget_product_categories .category-sidebar li > .expand-icon {
  color: #222529;
}
.cms-index-index .widget_product_categories .category-sidebar li:hover {
  color: #282d3b;
}

.catalog-category-view .shop_cat ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.catalog-category-view .shop_cat ul li {
    flex: 0 0 15.6%;
    max-width: 15.6%;
    box-sizing: border-box;
    padding: 10px;
}
.catalog-category-view .shop_img img {
    max-width: 100%;
    height: auto;
}


.form_right.sidebar-form h2 {
    font-size: 33px;
    margin-bottom: 20px;
}
.form_right.sidebar-form select {
    color: #c3c3c3;
    font-size: 17px;
    height: 41px;
    width: 100%;
}
.form_right.sidebar-form .field.color.mes-search-home {
    margin-bottom: 12px;
    width: 100%;
    padding-right: 0px;
}

.machinesearch-index-categories .shop_cat ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.machinesearch-index-categories .shop_cat ul li {
    flex: 0 0 15.6%;
    max-width: 15.6%;
    box-sizing: border-box;
    padding: 10px;
}
.machinesearch-index-categories .shop_img img {
    max-width: 100%;
    height: auto;
}

.sidebar.sidebar-additional .form_right.sidebar-form {
    margin-bottom: 10px;
}
.sidebar.sidebar-additional .form_right.sidebar-form h2 {
    font-size: 28px;
}
.machinesearch-index-products .shop_cat li{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 0;
    position: relative;
    width: 15.4%;
}
.machinesearch-index-products .shop_cat li .prouct_img {
    border: 1px solid #cccccc;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
}
.machinesearch-index-products .shop_cat li .product-item-photo img{
    position: relative;
}
.machinesearch-index-products .shop_cat li .btn {
    padding: 0;
    width: 100%;
}
.machinesearch-index-products .shop_cat li .action.tocart {
    padding: 10px;
    width: 100%;
    text-transform: none;
    line-height: 20px;
    height: auto;
    font-weight: normal;
}
.machinesearch-index-products .shop_cat li .product-item-photo:hover:not(.porto-tb-featured-image) {
    box-shadow: none;
}
.sidebar-additional .block.block-reorder{
    clear: both;
}
.page-wrapper .page-header {
    z-index: 300;
}
.page-layout-1column .page-main .toolbar a.porto-product-filters-toggle{
    display: none !important;
}
.instagram-feed {
    margin: 0 0 40px;
}
.instagram-feed .mpinstagramfeed-container .mpinstagramfeed-photo {
    margin: 10px;
}
.instagram-feed .mpinstagramfeed-container .mpinstagramfeed-photo img{
    height: 280px;
}
.catalog-product-view .product-info-main .product.overview {
    font-size: 20px;
    font-weight: 700;
}    
.catalog-product-view .product-info-main .product-options-wrapper .fieldset>.field>.label {
    font-size: 16px;
    font-weight: 600;
}
.product-item .product-item-info.type3 .product.name{
    padding-right: 0;
}
.product-item .product-item-info .product-item-name {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    height: 70px;
}
.product-item .product-item-info .product-item-name a{
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
} 

@media (min-width: 768px) {
  .cms-index-index .product.data.items > .item.title {
    margin-right: 31px;
  }
  .cms-index-index .pc-width-44 {
    flex: 0 0 44.4444%;
    max-width: 44.4444%;
  }
  .cms-index-index .pc-width-55 {
    flex: 0 0 55.5555%;
    max-width: 55.5555%;
  }
  .cms-index-index .header-top-ads {
    text-align: center;
  }
  .cms-index-index .header-top-ads .porto-sicon-box {
    display: inline-flex;
    text-align: left;
  }
}
@media (min-width: 992px) {
    .page-wrapper .page-header .navigation li.level0 {
        color: #ffffff;
    }
    .page-wrapper .page-header.type1 .navigation:not(.side-megamenu) .level0 .level-top {
        padding: 12px 10px;
    }
    .page-wrapper .page-header .sw-megamenu.navigation li.level0.fullwidth > .submenu, .page-wrapper .page-header .sw-megamenu.navigation li.level0.staticwidth > .submenu{
        max-height: 450px;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }
    .page-wrapper .page-header.type1 .navigation:not(.side-megamenu) > ul{
        justify-content: space-between;        
    }
    .page-wrapper .page-header.type1 .sw-megamenu.navigation > ul:after{
        content: none;
    }
    .page-wrapper .page-header .header.panel{
        display: none;
    }
    .page-wrapper .page-header.type1.sticky-header .navigation:not(.side-megamenu) .level0 .level-top {
        padding: 12px 5px;
    }
}
@media (min-width: 1025px) {
    .page-wrapper .shop_cat li:nth-child(6n) {
        margin-right: 0;
    }
    .instagram-feed .mpinstagramfeed-container .mpinstagramfeed-photo {
        width: 23% !important;
    }    
}
@media (min-width: 1200px){
    .layout-1220 .block.category.event, .layout-1220 .footer.content, .layout-1220 .header.content, .layout-1220 .navigation, .layout-1220 .page-main, .layout-1220 .page-wrapper>.breadcrumbs >ul, .layout-1220 .page-wrapper>.page-bottom, .layout-1220 .page-wrapper>.widget, .layout-1220 .top-container {
        max-width: 1300px;
    }   
}
@media (max-width:1024px) and (min-width:768px){
    .page-wrapper .page-header.type1 .navigation:not(.side-megamenu) .level0 .level-top {
        padding: 12px 5px;
        font-size: 11px;
    }   
    .page-wrapper #maincontent.page-main .column.main .page-wrapper .shop_cat ul li{
        flex: 0 0 18%;
    }
    .page-wrapper .shop_cat li:nth-child(4n) {
        margin-right: 0;
    }
    .page-wrapper .shop_cat ul li {
        flex: 0 0 23%;
        max-width: 23%;
    }
    .page-products .page-wrapper .shop_cat .shop_img {
        height: auto;
    }
    .instagram-feed .mpinstagramfeed-container .mpinstagramfeed-photo {
        width: 31.2% !important;
    }
}
@media (max-width:991px) and (min-width:768px){
    .page-wrapper .page-header .header-row .header-left .logo img {
        max-height: inherit;
    }       
    .instagram-feed .mpinstagramfeed-container .mpinstagramfeed-photo {
        width: 30.6% !important;
    }
}
@media(max-width:991px){
    .page-wrapper .page-header .panel.wrapper .header-right {
        justify-content: space-between;
    }
    .page-wrapper .page-header .panel.wrapper .header-right .header-top-right{
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 0 15px;    
    }
    .panel.header.show-icon-tablet .top-links-icon{
        padding-left: 0;
    }
    .page-wrapper .page-header .panel.wrapper .header-right div[data-content-type='html'] {
        width: 85%;
    }
    .panel.header.show-icon-tablet .header.links{
        left: 0;
        right: inherit;
    }
    .panel.header.show-icon-tablet .header.links::after{
        left: 19px;
        right: inherit;
    }
    .panel.header.show-icon-tablet .header.links::before{
        left: 20px;
        right: inherit;
    }
    .home-banner-slider {
        margin: 0 0 20px;
    }
    .cms-index-index .header-top-ads .row{
        justify-content: center;
    }
    .cms-index-index .header-top-ads .row .col-lg {
        width: 33%;
    }
    .page-wrapper #maincontent.page-main .column.main .page-wrapper .shop_cat ul li{
        flex: 0 0 22.9%;
        max-width: 23%;    
    }
    .page-header .nav-sections .header.links li.link.authorization-link {
        display: none;
    }
    .page-header .nav-sections .header.links:last-child li.link.authorization-link {
        display: block;
    }
}
@media(max-width: 767px) {
  .cms-index-index .header-top-ads .row .col-lg {
      width: 100%;
  }
  .page-wrapper #maincontent.page-main .column.main .page-wrapper .shop_cat li:nth-child(2n){
      margin-right: 0;
  }
  .page-wrapper #maincontent.page-main .column.main .page-wrapper .shop_cat ul li {
      flex: 0 0 46.9%;
      max-width: 50%;
  }
  .cms-index-index .tabs-simple .product.data.items {
      margin: 0 0 40px;
  }  
  .page-wrapper .shop_cat li:hover .hover_content{
      padding: 20px;
  }
  .page-wrapper .shop_cat li:hover .hover_content a{
      margin-top: 0;    
  }
  .page-wrapper .page-header .panel.wrapper .header-right {
      justify-content: center;
  }
  .page-wrapper .page-header .panel.wrapper .header-right div[data-content-type='html'] {
      width: 100%;
  }
  .page-wrapper .page-header .panel.wrapper .header-right .header-top-right{
      justify-content: center;    
  }
  .cms-installations .installation-services ul li .product_img{
      width: 100%;
  }
  .cms-installations .supply-wrap li img {
      padding-right: 0;
      width: 100%;
      margin-bottom: 15px;
  }
  .post-list-wrapper .post-list.grid li .post-list-item h2 {
      font-size: 18px;
      line-height: 25px;
  }    
  .fme_brands_extension .products-grid .product-item {
      width: 100%;
  }  
  .cms-index-index .product.data.items > .item.content {
    margin-top: 35px;
    padding-top: 0;
  }
  .page-wrapper .shop_cat ul li {
    flex: 0 0 46.9%;
    max-width: 46.9%;
  }
    .page-wrapper .shop_cat li:nth-child(2n) {
        margin-right: 0;
    }  
    .page-wrapper .form_right h2{
        font-size: 28px;
    }
    .page-wrapper .form_right{
        padding: 5% 12% 4%;    
    }
    .machinesearch-index-categories h2 , .machinesearch-index-products h2{
        font-size: 17px;
        line-height: 1.1;
    }  
    .machinesearch-index-products .shop_cat ul li{
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }  
    .instagram-feed .mpinstagramfeed-container .mpinstagramfeed-photo {
        width: 44% !important;
    }    
    .instagram-feed .mpinstagramfeed-container .mpinstagramfeed-photo img {
        height: 100%;
    }
}

.product-item-photo .product-item-inner .product-item-actions>.actions-primary {
    background-color:#ee3d43;
    font-weight: bolder;
    font-size: 14px;
    padding: 0px 6px;
    border-radius: 4px;
    text-transform: capitalize;
    color: white;
    display: inline-block;
    position: relative;
    top:109px;
    right:1px;

}

.contact-index-index .page-main .contact-info [class^="fab fa-"] {
    float: left;
    width: 43px;
    height: 43px;
    background-color: #ee3d43;
    color: #fff;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 15px;
}