@import url('https://fonts.googleapis.com/css?family=Khula:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,400,400i,700,700i,900,900i');

html, body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Khula', sans-serif;
    overflow-x: hidden;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    object-fit: cover; /* For controlling how the image fills the container */
    width: 100%;
    height: auto;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header.woocommerce-Address-title{
    position: relative;
}

header .close-menu-button {
    display: none;
}

#header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header-no-link a {
    cursor: default;
}

.logo-img {
    margin: 20px 0 0 20px;
}

.logo-img img {
    width: 175px;
    height: 130px;
}

.search-form {
    display: inline;
}

.search-form button {
    background: none;
    border: none;
    position: absolute;
    top: 15px;
    left: 350px;
}

.search-form {
    position: relative;
}

.search-form input {
    width: 400px;
    height: 50px;
    margin-right: 30px;
    border-radius: 50px;
    padding-left: 20px;
    border: none;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.search-form button i {
    color: #2f90db;
    font-size: 16px;
}

.header-first-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-first-bar ul li {
    margin-right: 50px;
}

.header-first-bar ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #959596;
    font-weight: 400;
}

.header-first-bar ul li a:hover {
    color: #ffffff;
    border-bottom: 1px solid #d8213b;
    text-decoration: none;
}

.nav-bar-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    background-color: #36383c;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-bar-top .envelope-icon, .nav-bar-top .phone-icon {
    border: 1px solid #2f90db;
    border-radius: 50px;
    margin-left: 15px;
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.nav-bar-top .envelope-icon a, .nav-bar-top .phone-icon a{
    display: block;
}

.nav-bar-top i {
    color: #2f90db;
    padding: 10px;
    font-size: 18px;
}

.user-shopping-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.user-icon, .shopping-cart-icon {
    height: 45px;
    width: 45px;
    background-color: #ffffff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shopping-cart-icon {
    position: relative;
    margin-left: 15px;
}

.user-icon i, .shopping-cart-icon i {
    font-size: 18px;
    color: #2f90db;
}

.shopping-cart-icon .count-sign {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #2f90db;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    right: -5px;
    top: -9px;
}

.social-icons {
    margin-right: 20px;
}

.social-icons i {
    margin-left: 15px;
    font-size: 18px;
    color: #ffffff;
}

.social-icons i:hover {
    color: #d8213b;
}

.home-sub {
    width: 100%;
    max-width: 1920px;
    height: 850px;
    z-index: -20;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.home-sub-left {
    /*width: 37.7%;*/
    width: 100%;
    background-color: #f6f8fd;
    height: 850px;
    padding: 0 120px 0 45px;
}

.home-sub-left.has_slider {
    width: 37.7%;
}

.home-sub .home-sub-right {
    /*width: 62.3%;*/
    width: 100%;
    z-index: -25;
    height: 850px;
}

.home-sub .home-sub-right.owl-carousel {
    width: 100%;
    z-index: 1;
}

.home-sub .home-sub-left + .home-sub-right {
    width: 62.3%;
}

.home-sub-left .button {
    margin-top: 40px;
}

.home-sub-right .item {
    background-size: cover !important;
    width: 100%;
    height: 850px;
    background-position: center center;
}

.left-part-header {
    width: 37.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.right-part-header {
    width: 62.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-main-title-area h1 {
    /*margin-top: 275px;*/
    padding-top: 275px;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 25px;
}

.home-main-title-area h1::after {
    width: 70px;
    height: 1px;
    display: block;
    background-color: #2f90db;
    margin-top: 30px;
    content: '';
}

.home-main-title-area h4 {
    font: bold 18px/1.42857143 'Montserrat', sans-serif;
    color: #000000;
    margin: 0 0 30px;
}

.home-main-title-area .blue-line {
    width: 70px;
    height: 1px;
    background-color: #2f90db;
    margin-top: 30px;
}

.home-main-title-area .sub-title {
    font-size: 18px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-top: 25px;
}

.home-sub-left .sub-title-describe {
    font-family: 'Lato', sans-serif;
    color: #4e4e4e;
    margin-top: 30px;
}

.home-sub-left .contact-button {
    width: 210px;
    height: 60px;
    background-color: #2f90db;
    color: #ffffff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-top: 50px;
}

.home-page-main .arrow-down-button {
    width: 50px;
    height: 50px;
    background-color: #c30b0b;
    cursor: pointer;
    position: absolute;
    left: 49%;
    top: 800px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}

.arrow-down-button i {
    font-size: 33px;
    color: #fff;
}

.home-product-area {
    margin-top: 40px;
    background-color: #f6f8fd;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.home-product-area h3 {
    margin-top: 75px;
}

.home-product-area .sub-title {
    font-family: 'Lato', sans-serif;
    color: #4e4e4e;
    text-align: center;
}

.home-product-area .blue-line {
    width: 70px;
    height: 1px;
    background-color: #2f90db;
    margin: 20px auto;

}

.home-product-area .product-image-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-product-area .product-image-area .img-area {
    width: 100%;
    padding: 100% 0 0 0;
    margin-top: 10px;
    background-size: cover;
    background-position: center center;
}

.home-product-area .product-area-row .row {
    margin-left: -10px;
    margin-right: -10px;
}

.home-product-area .product-area-row .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.product-image-area .img-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-image-area .img-area .img-describe-area {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.product-image-area .img-area:hover .img-describe-area, .product-image-area .active-img-area .img-describe-area {
    background: rgba(0, 0, 0, 0.4);
}

.product-image-area .img-area .img-describe-area .img-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

.product-image-area .img-area .img-describe-area .img-describe {
    font-family: 'Lato', sans-serif;
    width: 76%;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
    display: none;
}

.product-image-area .img-area:hover .img-describe-area .img-describe, .product-image-area .active-img-area .img-describe-area .img-describe {
    display: block;
}

.home-product-area .more-products-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    height: 60px;
    background-color: #c30b0b;
    border-radius: 50px;
    color: #ffffff;
    margin: 60px auto;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.button-link:hover, .button-link {
    text-decoration: none !important;
}

.supplier-title {
    margin: 75px 0 55px;
}

.home-page-main .supplier-img-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;

}

.home-page-main .supplier-img {
    margin-top: 20px;
    padding: 75% 0 0 0;
    background-size: cover;
    background-position: center center;
}

.supplier-img-area .supplier-items-area {
    position: absolute;
    z-index: 20;
    width: 32%;
    background: #ffffff;
    opacity: 0.9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 450px;
}

.supplier-items-area ul {
    padding: 45px 0 25px;
    list-style-type: none;
    width: 100%;
    height: 450px;
}

.supplier-items-area ul li {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.datasheets-area {
    margin-top: 65px;
}

.datasheets-area h3 {
    margin: 55px 0 45px 0;
}

.datasheets-area .background-area {
    position: absolute;
    background-color: #f6f8fd;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    height: 600px;
}

.img-area-slider {
    width: 99% !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.img-area-slider .item {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50% 0 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.owl-nav {
    display: block !important;
}

.owl-prev, .owl-next {
    position: absolute;
}

.home-sub .owl-prev, .home-sub .owl-next {
    top: 805px;
    width: 45px;
    height: 45px;
    background-color: #000000 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.home-sub .owl-prev {
    right: 100px;
}

.home-sub .owl-next {
    right: 50px;
}

.datasheets-area .owl-next, .datasheets-area .owl-prev {
    top: 45%;
    width: 45px;
    height: 45px;
    background-color: #000000 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.owl-next i, .owl-prev i {
    color: #ffffff;
}

.datasheets-area .owl-prev {
    left: 0;
}

.datasheets-area .owl-next {
    right: 0;
}

.images-carowsel-area .owl-stage-outer {
    height: auto !important;
}

.images-carowsel-area .owl-stage {
    padding: 20px 0 20px !important;
}

.images-carowsel-area .owl-stage .owl-item:hover {
    z-index: 500;
}

.images-carowsel-area .item .title {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.images-carowsel-area .item .item-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #5593c7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    opacity: 0.7;
    font-family: 'Khula', sans-serif;
    color: #ffffff;
}

.images-carowsel-area .item .item-content .describe {
    color: #ffffff;
    display: none;
    width: 90%;
    margin: 0 auto;
}

.images-carowsel-area .item {
    position: relative;
    z-index: 20;
}

.images-carowsel-area .item:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 20;
    -webkit-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
}

.images-carowsel-area .item:hover .item-content {
    background-color: #903b50;
    position: absolute;
    z-index: 20;
}

/*.images-carowsel-area .item:hover .item-content .describe {
    display: block;
}*/

.view-all-button, .more-datasheets-button {
    margin: auto;
    border-radius: 50px;
    background-color: #2f90db;
    color: #ffffff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.more-datasheets-button {
    width: 230px;
    height: 60px;
    margin-bottom: 100px;
}

.view-all-button {
    width: 200px;
    height: 50px;
    margin: 40px auto;
}

.news-events-area {
    background-color: #36383c;
}

.news-events-area .news-events-title {
    color: #ffffff;
    padding: 75px 0 55px;
}

.events-img {
    width: 100%;
    padding: 40% 0 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.events-area {
    padding-bottom: 20px;
}

.number-area {
    width: 65px;
    height: 65px;
    background-color: #a7231a;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 48px;
    font-family: 'Khula', sans-serif;
    font-weight: bold;
}

.events-area .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0;
    border-bottom: 1px solid #ffffff;
    max-height: 45px;
    height: 45px;
    overflow: hidden;
}

.events-area .title a {
    color: #2f90db;
    text-decoration: none;
}

.news-page-main .news-area {
    color: #000000;
    margin: 80px 0;
}

.datasheets-internal-table-area {
    width: 100%;
}

.news-page-main .news-area .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #97c7ed;
}

.news-page-main .news-area .title a {
    color: #000000;
    text-decoration: none;
}

.events-area .info, .news-page-main .news-area .info {
    color: #ffffff;
    font-family: 'Khula', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 1.1;
}

.main-news-page-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-page-main .news-area .info {
    margin-top: 20px;
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
}

.events-area .info .author {
    margin: 0 5px;
    padding: 0 5px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.news-page-main .news-area .info .author {
    margin: 0 10px;
    padding: 0 10px;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
}

.news-page-main .news-area .info .author span, .news-page-main .news-area .info .comments {
    color: #888888;
}

.events-area .info .date span, .news-page-main .news-area .info .date span {
    color: #2f90db;
    font-weight: bold;
}

.events-area .describe {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin-top: 25px;
}

.news-page-main .news-area .describe {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 16px;
}

.events-area .describe a, .news-area .describe a {
    color: #a7231a;
}

.request-title {
    margin: 60px 0 30px;
}

.request-area {
    border-bottom: 1px solid #b9d7ef;
    padding-bottom: 35px;
}

.request-sub-title {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #383838;
}

.credit-note-area {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 14px;
    padding-bottom: 35px;
    border-bottom: 1px solid #b9d7ef;
}

.credit-title, .note-title {
    color: #2f90db;
    font-weight: 900;
    font-size: 16px;
    margin: 30px 0 15px;
}

.credit-describe {
    color: #585858;
    font-weight: bold;
}

.note-describe {
    color: #000000;
}

.form-area .form-title {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin: 35px 0;
    text-align: center;
}

.home-page-main iframe {
    border-radius: 5px;
    font-family: 'Lato', sans-serif !important;
    height: auto;
}

.home-page-main {
    margin-bottom: 60px;
}

.footer-area {
    background-color: #36383c;
    padding: 50px 0 75px 0;
    font-size: 14px;
    position: relative;
}

.footer-area .column-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 16px;
}

.footer-area .column .describe {
    font-family: 'Lato', sans-serif;
    color: #b6b6b6;
}

.footer-area .address {
    margin-bottom: 20px;
}

.footer-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-columns .column h3 {
    font: normal 16px/1.42857143 'Montserrat', sans-serif;
    text-align: left;
    color: #fff;
    margin: 0 0 20px;
}

.footer-columns .column a:hover {
    text-decoration: underline;
}

.footer-columns i {
    font-size: 18px;
}

.footer-columns .column1 i, .footer-columns .column2 i {
    color: #3088cd;
    padding-right: 5px;
}

.contact-title-area {
    margin-bottom: 20px;
}

.footer-columns .contact-title {
    color: #3088cd;
}

.footer-columns .contact {
    color: #b6b6b6;
    font-family: 'Lato', sans-serif;
}

.footer-columns a {
    text-decoration: none;
    color: #3088cd;
}

.footer-columns .phones-mail {
    padding-left: 20px;
}

.footer-columns .phones-mail a.no-blue{
    color: #B6B6B6;
}


.foot-menu ul, .quick-menu {
    list-style-type: none;
    padding: 0;
}

.foot-menu ul li a, .quick-menu li a {
    color: #b6b6b6;
}

.foot-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.foot-social-icons.no_flex {
    display: block;
}

.foot-icon {
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.foot-social-icons i {
    color: #ffffff;

}

.foot-social-icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.foot-icon:hover i {
    color: #3088cd;
}

.foot-icon:hover {
    border: 1px solid #3088cd;
}

.footer-area .copy-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px 0 0 0;
    color: #3088cd;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.foot-button-up {
    position: fixed;
    color: #ffffff;
    width: 55px;
    height: 100px;
    border-radius: 50px;
    background-color: #a7231a;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 2%;
    right: 10%;
    z-index: 500;
    display: none;
}

.foot-button-up i {
    color: #ffffff;
    font-size: 27px;
}

.foot-button-up .name-up {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.header-first-bar a {
    text-decoration: none !important;
}

/*.header-first-bar .menu-item-has-children{
    position: relative;
}
*/

.nav-bar-top {
    position: relative;
}

.header-first-bar .menu-item-has-children > .sub-menu {
    display: none;
}

#menu-header-menu > .menu-item-has-children > .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    background-color: #36383c;
}

@media screen and (min-width: 915px) {
    .header-first-bar .menu-item-has-children > .sub-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sub-flex li {
        margin-bottom: 10px;
    }

    .sub-flex > .header-no-link > a {
        display: block !important;
        padding-bottom: 10px;
        border-bottom: 1px solid #2f90db;
        color: #2f90db !important;
        margin-bottom: 10px;
    }

}


.header-first-bar #menu-header-menu > .menu-item-has-children > a:after {
    content: '__';
    color: transparent;
    width: 10px;
    height: 10px;
    background: url('../img/down-head-arrow.svg') no-repeat center center;
    background-size: contain;
    z-index: 20;
    margin-left: 10px;
}

.home-sub {
    margin-bottom: 200px;
}

#subheader {
    width: 100%;
}

#subheader .sub-describe {
    height: 440px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#subheader .sub-describe .title {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 700;
    padding-top: 200px;
}

#subheader .sub-describe .title a {
    color: #FFFFFF;
    text-decoration: none;
}

.about-us-area, .datasheets-main-area, .news-page-main, .news-internal-main, .datasheets-internal-main, .contact-us-area {
    margin-top: 30px;
    margin-bottom: 70px;
}

.contact-us-area {
    position: relative;
}

.contact-us-area .contact-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}



html {
    margin-top: 0 !important;
}

.red-line-sub {
    width: 75px;
    background-color: #a7231a;
    height: 1px;
}

.breadcrumbs {
    font-family: 'Khula', sans-serif;
    color: #000000;
}

.breadcrumbs a {
    color: #000000;
}

.breadcrumbs .active {
    font-weight: 600;
}

.title-about {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
}

.sub-title-about {
    font-size: 16px;
    margin: 30px 0 60px;
    color: #2f90db;
    text-align: center;
}

.main-about-img {
    width: 100%;
    padding: 80% 0 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-describe {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}

.about-describe p {
    margin-bottom: 25px;
}

.about-describe h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.about-describe ul {
    padding-left: 15px;
}

.datasheets-title {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 48px;
    font-weight: bold;
    margin-top: 30px;
}

.datasheets-info-area {
    background-color: #eaecef;
    height: auto;
}

.datasheets-info-main {
    padding: 60px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.datasheets-info-img-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.datasheets-info {
    width: 23.5%;
    margin-bottom: 40px;
    margin-right: 20px;
}

.datasheets-img {
    width: 100%;
    padding: 50% 0 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.datasheets-img .img-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5593c7;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.7;
    text-transform: uppercase;
    font-family: 'Khula', sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;

    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.datasheets-img .img-content:hover {
    background-color: #903b50;
}

.download-datasheet {
    margin-top: 10px;
}

.download-datasheet a {
    text-decoration: none;
    color: #000000;
}

.download-datasheet .title-download {
    font-family: 'Khula', sans-serif;
    font-weight: 600;
}

.download-datasheet a i {
    color: #a7231a;
    font-size: 18px;
    padding-right: 5px;
}

.main-news-page-area .news-img {
    width: 100%;
    padding: 55% 0 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.navigation-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}

.navigation-bar li {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    background-color: #acd3f1;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
}

.navigation-bar .active {
    background-color: #2f90db;
}

.navigation-bar span {
    line-height: 1.7;
}

.instagram-area .background-area {
    width: 100%;
    height: 500px;
    background-color: #f6f8fd;
    position: absolute;
    margin-bottom: 50px;
    top: 0;
    left: 0;
}

.instagram-title {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    margin: 50px 0;
}

.insta-img-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 110px;
}

.insta-img-area .insta-img {
    width: 13.8%;
    padding: 13.8% 0 0 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.home-sub .owl-carousel {
    width: 62.3%;
}

.news-internal-img {
    width: 100%;
    padding: 100% 0 0 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-bottom: 30px;
}

.news-internal-img2 {
    margin-top: 40px;
}

.describe-news-internal {
    margin-top: 70px;
}

.news-internal-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #8dc2eb;
}

.news-internal-info {
    margin: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Khula', sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 1.1;
}

.news-internal-info .author {
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    padding: 0 10px;
    margin: 0 10px;
}

.news-internal-info .author span, .news-internal-info .comments {
    color: #b6b6b6;
}

.news-internal-info .date span {
    color: #2f90db;
    font-weight: bold;
}

.news-internal-article {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

.news-internal-article-title {
    font-size: 18px;
    font-weight: bold;
    color: #c30b0b;
}

.news-internal-article-sub-title {
    font-weight: bold;
    margin: 30px 0;
}

.news-internal-article p {
    margin-bottom: 27px;
}

.datasheets-content-area {
    margin-top: 55px;
}

.menu-content-area {
    margin-top: 35px;
}

.datasheets-content-area .search-form input, .menu-content-area .search-form input {
    width: 100% !important;
}

.datasheets-content-area .search-form button, .menu-content-area .search-form button {
    top: 0;
    left: 240px;
}

.title-dataheets-content {
    /*font-family: 'Montserrat', sans-serif;*/
    /*color: #000000;*/
    /*font-size: 30px;*/
    /*font-weight: bold;*/
}

.title-dataheets-content h2 {
    font: bold 30px/1.42857143 'Montserrat', sans-serif;
    color: #000;
    margin: 0 10% 40px 0;
}

.title-dataheets-content img {
    width: 100%;
    height: auto;
    margin: 0;
}

.datasheets-content-area .categories-bar, .menu-content-area .categories-bar {
    margin-top: 30px;
    padding: 30px;
    background-color: #f6f8fd;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.datasheets-content-area .title-bar, .menu-content-area .title-bar {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 24px;
    font-weight: 800;
}

.datasheets-content-area .bar-by-type, .datasheets-content-area .bar-by-brand, .menu-content-area .bar-by-type, .menu-content-area .bar-by-brand {
    font-family: 'Khula', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #141414;
}

.datasheets-content-area .bar-by-type .name, .datasheets-content-area .bar-by-brand .name,
.menu-content-area .bar-by-type .name, .menu-content-area .bar-by-brand .name {
    color: #2f90db;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #2f90db;
    width: 60%;
    margin: 30px 0 10px 0;
}

.datasheets-content-area .categories-bar ul, .menu-content-area .categories-bar ul {
    list-style-type: none;
    padding-left: 0;
}

.datasheets-content-area .categories-bar ul li, .menu-content-area .categories-bar ul li {
    margin-bottom: 15px;
}

.datasheets-content-area .categories-bar ul li a, .menu-content-area .categories-bar ul li a {
    color: #808183;
    font-weight: 600;
}

.datasheet-internal-img {
    width: 100%;
    padding: 70% 0 0 0;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-top: 40px;
}

.datasheets-internal-main .motors-name-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.datasheets-internal-main .motors-name-area .motor-name {
    padding: 30px;
    background-color: #b6d8f2;
    border-right: 1px solid #a6baca;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.datasheets-internal-main .motors-name-area .motor-name a {
    font-family: 'Khula', sans-serif;
    color: #000000;
}

.datasheets-internal-main .motors-name-area .motor-name:hover, .datasheets-internal-main .motors-name-area .active {
    background-color: #3c97dd;
}

.datasheets-internal-main .motors-name-area .motor-name:hover a, .datasheets-internal-main .motors-name-area .active a {
    color: #ffffff;
}

.datasheets-internal-table-area {
    margin-top: 25px;
    padding-top: 30px;
    border: 1px solid #dfdfdf;
}

.datasheets-internal-table-area .table-area-title {
    text-align: center;
    font-family: 'Khula', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.datasheets-internal-table-area .table-area-title .title1 {
    color: #000000;
}

.datasheets-internal-table-area .table-area-title .title2 {
    color: #383838
}

.table-title {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #3c97dd;
    font-family: 'Khula', sans-serif;
    color: #ffffff;
}

.datasheets-internal-table-area .table {
    margin-bottom: 0;
}

.datasheets-internal-table-area table {
    width: 100%;
    text-align: center;
}

.datasheets-internal-table-area th {
    padding: 20px;
    font-weight: bold;
    color: #000000;
    border-right: 1px solid #dfdfdf;
    text-align: center;
}

.datasheets-internal-table-area thead th:last-child, .datasheets-internal-table-area table tbody td:last-child {
    border-right: none !important;
}

.datasheets-internal-table-area table tbody td {
    padding: 10px 0;
    text-align: center;
    border-right: 1px solid #dfdfdf;;
}

.datasheets-internal-table-area tbody tr:nth-child(odd) {
    background-color: #e7eef3;
}

.contact-us-area .map-area {
    margin: 40px 0;
    z-index: -2;
}

.contact-us-area #map {
    width: 100%;
    height: 590px;
}

/*.contact-us-area .map-area {
    position: relative;
}*/

.contact-us-area .map-data {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 435px;
    right: 155px;
    padding: 80px 70px 0;
    background-color: #FFFFFF;
    opacity: 0.8;
    z-index: 10;
}

.contact-us-area .map-data {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.contact-us-area .map-data .title-address, .contact-us-area .map-data .title-contact {
    color: #d90e2a;
}

.contact-us-area .mail-address a {
    color: #d90e2a;
    font-weight: 500;
}

.contact-us-area .map-data .title-address {
    margin-bottom: 10px;
}

.contact-us-area .map-data .title-map-data {
    font-family: 'Montserrat', sans-serif;
    color: #2874b0;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-us-area .adress-map-area {
    margin-bottom: 30px;
}

.home-sub-right .owl-dots {
    right: 10px;
    display: -ms-inline-grid;
    display: inline-grid;
    position: absolute;
    top: 30%;
}

.home-sub-right .owl-dots .owl-dot span {
    background: transparent !important;
    width: 6px !important;
    height: 50px !important;
}

.home-sub-right .owl-dots:before {
    position: absolute;
    content: '';
    background-color: #898b86;
    height: 280px;
    width: 2px;
    right: 9px;
    bottom: 0;
    margin: auto;
    z-index: 20;
    top: 0;
}

.home-sub-right .owl-dots .active {
    z-index: 80;
}

.home-sub-right .owl-dots .active span {
    width: 6px !important;
    height: 50px !important;
    background: #2f90db !important;
}

.wrap-owl {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 30%;
}

.wrap-owl .start, .wrap-owl .end {
    position: absolute;
    font-weight: bold;
}

.wrap-owl .start {
    top: -20px;
    right: 15px;
}

.wrap-owl .end {
    bottom: -330px;
    right: 15px;
}

.hide-menu-button {
    display: none;
}


/*no frontend dev styles*/

a.button, button.button {
    /*width: 210px;*/
    height: 60px;
    display: inline-block;
    background-color: #2f90db;
    border: solid 1px #2f90db;
    font: normal 16px/58px 'Lato', sans-serif;
    text-decoration: none;
    text-align: center;
    color: #fff;
    padding: 0 30px;
    border-radius: 50px;
    -webkit-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
}

a.button:hover, button.button:hover {
    background: #35A0F2;
    -webkit-box-shadow: 0 0 8px #35A0F2;
    box-shadow: 0 0 8px #35A0F2;
}

.breadcrumbs > span:last-child {
    font-weight: 600;
}

.footer_info p {
    margin-bottom: 0;
}

#header .social_networks_menu ul,
.foot-social-icons .social_networks_menu ul,
.foot-social-icons .menu-social-networks-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header .social_networks_menu ul li,
.foot-social-icons .social_networks_menu ul li {
    display: inline-block;
}

.foot-social-icons .social_networks_menu ul,
.foot-social-icons .menu-social-networks-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.foot-social-icons .social_networks_menu ul li,
.foot-social-icons .menu-social-networks-menu-container ul li {
    width: 35px;
    height: 35px;
    margin-right: 15px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.foot-social-icons .social_networks_menu ul li a,
.foot-social-icons .menu-social-networks-menu-container ul li a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
}

.foot-social-icons .social_networks_menu ul li a:hover,
.foot-social-icons .menu-social-networks-menu-container ul li a:hover {
    border: 1px solid #3088cd;
}

.foot-social-icons .social_networks_menu ul li a:hover .fa,
.foot-social-icons .menu-social-networks-menu-container ul li a:hover .fa {
    color: #3088cd;
}

.before_content {
    padding: 40px 15px 50px;
}

.before_content h2 {
    font: 600 36px/1.42857143 'Montserrat', sans-serif;
    color: #000;
    margin: 0 0 20px;
}

.before_content h4 {
    font: normal 16px/1.42857143 'Khula', sans-serif;
    color: #2f90db;
    margin: 0;
}

.before_content .row > br {
    display: none;
}

.contact-us-area .map-data h2 {
    font: bold 24px/1.42857143 'Montserrat', sans-serif;
    color: #2874b0;
    margin: 0 0 20px;
}

.contact-us-area .map-data h2 + h3 {
    margin-bottom: 10px;
}

.contact-us-area .map-data h3 {
    font: bold 16px/1.42857143 'Lato', sans-serif;
    color: #d90e2a;
    text-align: left;
    margin: 0;
}

.contact-us-area .map-data p {
    margin-bottom: 30px;
}

.contact-us-area .map-data p:last-child {
    margin-bottom: 0;
}

.contact-us-area .map-data a {
    font-weight: 500;
}

.datasheets-internal-table-area .tablepress-table-description {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #3c97dd;
    font-family: 'Khula', sans-serif;
    color: #ffffff;
}

.datasheets-internal-table-area .tablepress {
    margin-bottom: 0;
}

.datasheets-internal-table-area .tablepress tfoot th,
.datasheets-internal-table-area .tablepress thead th {
    width: auto !important;
    background: #fff;
    border: none;
    border-right: 1px solid #dfdfdf;
}

.datasheets-internal-table-area .tablepress tbody td {
    border: none;
    border-right: 1px solid #dfdfdf;
}

.datasheets-internal-table-area .tablepress .even td {
    background-color: #e7eef3;
}

.datasheets-internal-table-area .tablepress .odd td {
    background-color: #fff;
}

.datasheets-internal-table-area .tablepress .row-hover tr:hover td {
    background-color: #b6d8f2;
}

.dataTables_wrapper {
    margin-bottom: 0;
}

.motor-content-main {
    margin: 35px 0 90px;
    color: #000000;
}

.motor-content-main p {
    margin-bottom: 25px;
}

.motor-content-main .other-hvacr .title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    margin: 10px 0 32px;
}

.motor-content-main .other-hvacr .define {
    margin-bottom: 10px;
}

.motor-content-main .other-hvacr .define:last-child {
    margin-bottom: 30px;
}

.motor-content-main .main-describe span {
    font-family: 'Khula', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.menu-content-area .main-describe {
    margin: 55px 0 20px;
    font-size: 16px;
    font-family: 'Khula', sans-serif;
    font-weight: 500;
}

.motor-content-main .first-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.motor-content-main .main-describe ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.motor-content-main .second-title {
    font-family: 'Khula', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.menu-content-area .img-area {
    width: 100%;
    padding: 70% 0 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*header mobile menu*/

.header-mobile-menu .container-fluid, .header-mobile-menu .container-fluid .row,
.header-mobile-menu .container-fluid .row .col-md-12 {
    height: 100%;
}

.header-mobile-menu .header-first-bar ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-mobile-menu .header-first-bar ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.header-mobile-menu .header-first-bar ul li a {
    font-size: 20px;
}

.header-mobile-menu {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #36383c;
}

.header-mobile-menu .right-part-header {
    height: 100%;
    width: 100%;
    position: absolute;
}

.header-mobile-menu .right-part-header .nav-bar-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-mobile-menu .right-part-header .nav-bar-top .envelope-icon,
.header-mobile-menu .right-part-header .nav-bar-top .phone-icon {
    position: absolute;
    left: 0;
    top: 80px;
}

.header-mobile-menu .user-shopping-icons, .header-mobile-menu .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-mobile-menu .left-part-header {
    display: none;
}

.header-mobile-menu .user-icon, .header-mobile-menu .shopping-cart-icon, .header-mobile-menu .nav-bar-top .envelope-icon,
.header-mobile-menu .nav-bar-top .phone-icon {
    width: 35px;
    height: 35px;
}

.header-mobile-menu .shopping-cart-icon .count-sign {
    width: 20px;
    height: 20px;
}

.header-mobile-menu .user-shopping-icons {
    top: 60px;
}

.header-mobile-menu .social-icons {
    bottom: 50px;
    top: inherit;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-mobile-menu .social-icons i {
    font-size: 22px;
}

.header-mobile-menu .right-part-header .nav-bar-top .phone-icon {
    left: 50px;
}

.header-mobile-menu .nav-bar-top i, .header-mobile-menu .user-icon i, .header-mobile-menu .shopping-cart-icon i {
    font-size: 16px;
}

.header-mobile-menu .close-menu-button {
    z-index: 100;
    display: block;
    right: 20px;
    position: absolute;
    top: 25px;
}

.header-mobile-menu .close-menu-button .fa-times {
    font-size: 20px;
    color: #d90e2a;
}

/* After QA fixes*/

.home-sub-left .button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    width: 210px;
    height: 60px;
    padding: 0!important;
}

.home-main-title-area .button:hover, .more-datasheets-button:hover, .view-all-button:hover {
    background: transparent;
    color: #2f90db !important;
    border: solid 1px #2f90db;
    -webkit-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.foot-button-up, .arrow-down-button {
    cursor: pointer;
}

.foot-button-up:hover, .home-page-main .arrow-down-button:hover, .home-product-area .more-products-button:hover {
    color: #a7231a;
    border: 1px solid #a7231a;
    background-color: #fff;
}

.foot-button-up:hover i, .home-page-main .arrow-down-button:hover i {
    color: #a7231a;
}

.hide-menu-button {
    color: #fff;
}

.home .hide-menu-button {
    color: #333;
}

/* added styles for default template */

#main .entry-content {
    font-size: 16px;
}

#main .entry-content .row {
    margin-bottom: 55px;
}

#main .entry-content .alignnone {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

#main .entry-content h3 {
    font: 900 24px/1.42857143 'Khula', sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 32px;
}

#main .entry-content h5 {
    font: 600 16px/1.42857143 'Khula', sans-serif;
    margin: 0 0 10px;
}

#main .entry-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

#main .entry-content h5 + p {
    margin-top: 30px;
}

#main .entry-content h5 + ul {
    margin-top: 25px;
}

/* woocommerce styles*/

.post-type-archive-product .sub-head, .single-product .sub-head, .tax-product_cat .sub-head,
.new-shop-main .sub-head {
    /*background-image: url('../img/shop-sub.png') !important;*/
    background-image: url('../img/shop-sub.png');
}

.woocommerce_content .page-content-breadcrumbs {
    margin-top: 30px;
}

.woocommerce .menu-content-area .categories-bar {
    margin-top: 0;
    padding: 30px;
    background-color: #f6f8fd;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.woocommerce .menu-content-area .categories-bar h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
}

.woocommerce .menu-content-area .categories-bar .product-categories {
    list-style-type: none;
    padding: 0;
    font-family: 'Khula', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #141414;
}

.woocommerce .menu-content-area .categories-bar .product-categories li {
    margin-bottom: 10px;
}

.woocommerce .menu-content-area .categories-bar .product-categories li a {
    color: #8a8b8e;
    font-weight: 400;
}

.woocommerce .products-content .entry-content .page-title {
    display: none;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: flex;
    width: 100%;
}
.woocommerce form .form-row .input-checkbox {
    position: relative;
}

.woocommerce-checkout-review-order-table tfoot tr.fee.fee-residential + tr.fee.fee-liftgate {
    position: relative;
    bottom: 30px;
}

.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping {
    padding-bottom: 45px;
}

.woocommerce-checkout-review-order-table tr.fee.fee-residential:not(.fee-residential--alone) {
    position: relative;
    top: 40px;
}

.woocommerce-checkout-review-order-table ul#shipping_method {
    position: relative;
}

.woocommerce-checkout-review-order-table ul#shipping_method:after  {
    content: "Additional Truck Freight Options:";
    display: block;
    font-size: 16px;
    position: absolute;
    width: 100%;
    top: calc(100% + 30px);
}

@media (max-width: 470px){
    .woocommerce-checkout main .col-md-8 {
        padding: 0!important;
    }
}

.products-content .products-title {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.woof_container_select {
    margin-right: 15px;
}

.woocommerce img, .woocommerce-page img {
    max-height: 475px;
    object-fit: contain !important;
}

#main .entry-content ul {
    padding-left: 0;
}

div#relevanssi_related_grid {
    display: flex;
    gap: 20px;
}

.relevanssi_related_post {
    width: 33%;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image.lazy.loaded {
    height: 100px;
}

.woof_container_select h4 {
    margin-right: 4px;
    font-family: 'Lato', sans-serif;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
}

.woof_container_select .woof_select {
    width: 85px !important;
    height: 35px;
}

.products-content .woocommerce-loop-product__title {
    color: #000000;
    font-family: 'Lato', sans-serif;
    text-align: center;
    height: 60px;
    overflow: hidden;
    margin-bottom: 15px!important;
}

.products-content .woocommerce-Price-amount {
    display: block;
    text-align: center;
    font-family: 'Khula', sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #c30b0b;
}

.products-content .product_type_simple {
    background-color: #c30b0b !important;
}

.products-content .add_to_cart_button {
    background-color: #2f90db !important;
}

.products-content .button {
    width: 200px !important;
    height: 50px !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto !important;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2) !important;
    text-align: center;
}

.post-type-archive-product .woocommerce_content {
    margin-bottom: 60px;
}

.single-product .products-title, .single-product .woof_redraw_zone {
    display: none;
}

.woocommerce .products-content {
    margin-left: 20px;
}

.single-product .product .woocommerce-product-gallery--with-images {
    width: 40% !important;
    height: auto !important;
}

.woocommerce-page div.product div.summary {
    width: 50%;
    float: left;
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.woocommerce-page div.product div.summary h1 {
    width: 100%;
    font-family: 'Montseratt', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    /* order: 1;*/
}

.woocommerce-page div.product div.summary .product_meta {
    width: 100%;
    /*order: 2;*/
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

.woocommerce-page div.product div.summary .shop_attributes {
    padding-bottom: 20px;
    border-bottom: 1px solid #bcdbf3;
    border-top: none;
}

.woocommerce-page div.product div.summary .shop_attributes tr,
.woocommerce-page div.product div.summary .shop_attributes th,
.woocommerce-page div.product div.summary .shop_attributes td {
    background-color: transparent;
    border: none;
    padding-left: 0;
}

.woocommerce-page div.product div.summary .product_meta .posted_in a, .woocommerce-page div.product div.summary .product_meta .posted_in {
    color: #000 !important;
}

.woocommerce-page div.product div.summary .price span {
    text-align: left;
}

/*
.woocommerce-page div.product div.summary .price:before{
    content: 'Item Pricing:';
    font-family: 'Lato', sans serif;
    color: #4e4e4e;
    font-size: 16px;
}
*/

.woocommerce-page div.product div.summary .woocommerce-Price-amount {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.woocommerce-page div.product div.summary form {
    /*order: 4;*/
    width: 100%;
}

.woocommerce-page div.product div.summary form .quantity {
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce-page div.product div.summary .sku_wrapper {
    display: block;
    color: #2f90db;
    margin-bottom: 20px;
}

.woocommerce-page div.product div.summary .button {
    width: 160px;
    height: 50px;
    background-color: #c30b0b;
    border-radius: 50px !important;
    color: #ffffff !important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    display: -webkit-flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-justify-content: center!important;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2) !important;
    text-align: center!important;
}

.woocommerce-page div.product div.summary a.button_more_info {
    background-color: #2f90db;
    margin-right: 20px !important;
}

.woocommerce-page div.product div.summary .quantity .qty-wrapper{
    width: 125px;
    height: 35px;
    border-radius: 50px;
    background-color: #deedf9;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.woocommerce-page div.product div.summary .quantity input {
    border: none;
    background-color: #deedf9;
    width: 50%;
}

.woocommerce-product-search {
    float: left;
    margin-right: 15px;
}

.shop_attributes th, .shop_attributes td, .shop_attributes td a {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    color: #111111 !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.woocommerce-page div.product div.summary p, .woocommerce-page div.product div.summary ul {
    width: 100%;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    color: #111111 !important;
}

.woocommerce-page div.product div.summary ul {
    padding-left: 20px !important;
}

.woocommerce-product-search label {
    margin-right: 15px;
    font-family: 'Lato', sans-serif;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
}

.woocommerce-product-search input {
    width: 85px !important;
    height: 35px !important;
    border: 1px solid #999999;
}

.products-content .form-wppp-select {
    float: left !important;
    margin-left: 0 !important;
}

.products-content select.wppp-select {
    height: 35px;
    width: 110px;
    margin: 0 10px;
}

.products-content .form-wppp-select span {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.products-content .products_filter {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products-content .woocommerce-pagination {
    float: right;
}

.woocommerce-pagination .page-numbers {
    border: none !important;
}

.woocommerce-pagination .page-numbers li {
    margin-right: 5px !important;
    border: none !important;
}

.woocommerce-pagination .page-numbers li span, .woocommerce-pagination .page-numbers li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2f90db !important;
    color: #fff !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
}

.products-content .products_filter #catalog_number_search_button {
    background-color: transparent !important;
    border: none !important;
}

.products-content .products_filter #catalog_number_search_button i {
    color: #2f90db;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    margin: 10px 10px 0 0;
}

.single-product .footer-area {
    margin-top: 60px;
}

.woocommerce-cart .sub-describe, .woocommerce-checkout .sub-describe {
    height: 160px !important;
    background-position: center center !important;
    background-size: cover !important;
}

.woocommerce-cart .sub-describe .title,
.woocommerce-cart .sub-describe .red-line-sub,
.woocommerce-cart .sub-describe .describe,
.woocommerce-checkout .sub-describe .title,
.woocommerce-checkout .sub-describe .red-line-sub,
.woocommerce-checkout .sub-describe .describe {
    display: none;
}

.woocommerce-cart .col-md-2, .woocommerce-checkout .col-md-2 {
    display: none;
}

.woocommerce-cart main .col-md-8, .woocommerce-checkout main .col-md-8 {
    width: 100%;
    padding: 0 45px;
}

.woocommerce-cart .woocommerce {
    background-color: #f6f8fd;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 80%;
    margin: 0 auto;
    padding-top: 70px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead {
    background-color: #2f90db;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table th,
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td {
    border-right: 1px solid #e3e3e3;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table th {
    font-family: 'Khula', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    min-width: 100px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody {
    background-color: #fff;
}

.woocommerce-cart table.cart img {
    width: 110px !important;
}

.woocommerce-cart table.cart .product-name,
.woocommerce-cart table.cart .product-name a {
    font-family: 'Khula', sans-serif;
    color: #000000;
}

.woocommerce-cart table.cart .quantity {
    text-align: center;
}

.woocommerce-cart table.cart .quantity .qty-wrapper {
    width: 125px;
    height: 40px;
    border-radius: 50px;
    background-color: #deedf9;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.woocommerce-cart table.cart .quantity input{
    border: none;
    color: #c30b0b !important;
    background-color: #deedf9;
    width: 50%;
}



.woocommerce-cart table.cart .product-price, .woocommerce-cart table.cart .product-subtotal {
    font-family: 'Khula', sans-serif;
    font-weight: 800;
    text-align: center;
}

.woocommerce-cart table.cart .product-subtotal {
    color: #c30b0b;
}

.woocommerce-cart table.cart .product-remove a {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 30px !important;
    height: 30px !important;
    background-color: #d1e7f7 !important;
    color: #b5c5d1 !important;
}


.wp-pagenavi{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wp-pagenavi .pages{
    width: 100%;
    text-align: center;
}


.wp-pagenavi .nextpostslink,
.wp-pagenavi .page,
.wp-pagenavi .current
{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #acd3f1!important;
    color: #fff !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 !important;
    margin-left: 10px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .current{
    background-color: #2f90db !important;
}

.woocommerce-cart table.cart .actions .coupon input {
    width: 110px !important;
    margin-right: 20px !important;
}

.woocommerce-cart table.cart .actions .button {
    height: 40px;
    border-radius: 50px;
    background-color: #d1e7f7 !important;
    color: #c30b0b;
    opacity: 1;
}

.woocommerce-cart .cart-subtotal .woocommerce-Price-amount {
    font-weight: bold;
}

.woocommerce-cart .order-total .woocommerce-Price-amount {
    color: #c30b0b;
}

.woocommerce-cart .wc-proceed-to-checkout {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce-cart .wc-proceed-to-checkout .button {
    background-color: #2f90db !important;
    width: 200px !important;
    height: 50px !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: inherit !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2) !important;
    font-weight: normal !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    background-color: #c30b0b !important;
    margin-left: 20px;
}

.woocommerce-cart .cart-collaterals .shop_table, .woocommerce-cart .cart-collaterals .shop_table td,
.woocommerce-cart .cart-collaterals .shop_table th {
    border: none !important;
}

.woocommerce-message .button {
    background-color: #d1e7f7 !important;
}

.woocommerce-checkout #place_order {
    font-weight: normal !important;
    width: 200px !important;
    height: 55px !important;
    background-color: #c30b0b !important;
    border-radius: 50px !important;
    float: left !important;
}

.woocommerce-checkout .col2-set {
    width: 48%;
    float: left;
}

.woocommerce-checkout .col2-set .col-1 {
    width: 100%;
}

.products-content .entry-content .mobile-open {
    display: none;
}

.woocommerce-checkout .col2-set .col-2 {
    width: 100%;
}

.title-dataheets-content .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title-dataheets-content .gallery figure, .title-dataheets-content img {
    width: 30%;
    margin: 0 30px 30px 0;
}

.title-dataheets-content .gallery figure img, .title-dataheets-content .wp-caption {
    width: 100% !important;
}

.title-dataheets-content .carousel {
    width: 30%;
    margin-bottom: 30px;
}

.title-dataheets-content .carousel img {
    width: 100%;
    margin: 0;
}

.woocommerce-cart .product-thumbnail > a {
    float: left !important;
    margin-top: 20px;
    margin-right: 20px;
}

.woocommerce-cart .product-thumbnail > ul {
    float: right !important;
    margin-right: 30px;
}

.woocommerce-cart .product-thumbnail > ul li a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.wc-proceed-to-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce-checkout .menu-content-area {
    padding: 75px 125px 60px;
    background-color: #f6f8fd;
}

form.woocommerce-checkout .col-xs-9, form.woocommerce-checkout .col-xs-3 {
    background-color: #fff;
}

form.woocommerce-checkout .col-xs-9 {
    margin-right: 30px;
    width: 65%;
}

form.woocommerce-checkout h3 {
    font-family: 'Lato', sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

form.woocommerce-checkout .woocommerce-Price-amount {
    float: right;
    color: #c30b0b;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    border: none !important;
}

.woocommerce-billing-fields label {
    color: #717171;
    font-weight: normal;
}

.datasheets-info-area .datasheets-info .title {
    text-align: center;
}

.woocommerce-account .menu-content-area {
    background-color: #f6f8fd;
    padding-bottom: 85px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
    background-color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 77%;
}

.woocommerce-account h3 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 90px;
}

.woocommerce-MyAccount-navigation img {
    width: 250px;
    height: auto;
    margin: 20px auto;
    display: block;
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 45px;
    list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #909090;
}

.woocommerce-account .left-col, .woocommerce-account .right-col {
    background-color: #fff;
    width: 48% !important;
    padding: 30px;
}

.woocommerce-account .left-col h3, .woocommerce-account .right-col h3 {
    margin-top: 0;
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: inherit !important;
}

.woocommerce-account .left-col h3, .woocommerce-account .right-col h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #a5cfef;
}

.woocommerce-account .btn, .woocommerce-account .button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff !important;
    background-color: #c30b0b !important;
    width: 165px;
    height: 50px;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.woocommerce-account .left-col .dash-block, .woocommerce-account .right-col .dash-block {
    margin-bottom: 40px;
}

.woocommerce-account .left-col table {
    margin-bottom: 25px;
}

.woocommerce-account .left-col table td {
    width: 50%;
}

.woocommerce-account .right-col .woocommerce-Price-amount {
    color: #c30b0b;
}

.woocommerce-account .right-col .order-number a {
    color: #909090;
}

.right-col .button {
    width: 100px !important;
    height: 30px !important;
}

.new-shop-main .request-a-quote-component {
    margin-bottom: 50px;

}

.products-content .products_filter .widget-woof {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.products-content .products_filter .woocommerce-product-search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.products-content .products_filter .search_button_wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.sub-cat-has-children .sub-menu {
    display: none !important;
}

.sub-cat-has-children .show-sub {
    display: block !important;
}

.sub-cat-has-children {
    margin-right: 0 !important;
}

.sub-cat-has-children > ul {
    margin-left: 20px;
}

.sub-cat-has-children > a {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}

.sub-cat-has-children > a:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 10px;
}

.sub-cat-has-children li a {
    padding-bottom: 0;
    border-bottom: 0;
    color: #959596 !important;
}

.sub-cat-open > a:after {
    content: "-";
}

.sub-cat-open > a {
    border-bottom: 1px solid #2f90db !important;
}

.products-content .products_filter, .products-content .products_filter .woof {
    width: 100%;
}

.products-content .products_filter {
    border-top: 1px solid #cbe3f6;
    border-bottom: 1px solid #cbe3f6;
    margin-bottom: 25px;
}

.products-content .products_filter .woof_container {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.products-content .products_filter .woof_redraw_zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 20px
}
.select2-container .select2-selection--single .select2-selection__rendered {
    height: 40px !important;
}
.products-content .products_filter .woof_submit_search_form_container {
    margin-top: 0;
    width: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.products-content .products_filter .woof_submit_search_form_container button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    height: 40px !important;
    width: 115px !important;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-left: 20px !important;
}

.products_filter .woof_submit_search_form_container .woof_reset_search_form {
    background-color: #36383c;
    margin-right: 20px !important;
}

.products_filter .woof_submit_search_form_container .woof_submit_search_form {
    background-color: #2f90db;
}

.header-no-link > a {
    border-bottom: 1px solid #2f90db !important;
}

.products-content .products_filter .woof_container option:disabled {
    display: none;
}

.entry-header {
    position: static;
}

.search-results .site-main {
    padding: 150px 0 80px;
}

.search-results h2 a {
    color: #959596;
    font-weight: 600;
    font-size: 25px;
}

.search-results .entry-title span {
    color: #C30B0B;
}

.search-no-results .site-main {
    padding: 250px 0;
}

.search-no-results .site-main .entry-title {
    color: #C30B0B;
    font-weight: 600;
}

.search-no-results .site-main .search-submit {
    width: 150px;
    background-color: #C30B0B;
    color: #fff;
}

.search-no-results .site-main .search-submit:hover {
    background-color: #fff;
    border: 1px solid #C30B0B;
    color: #C30B0B;
}

.search-no-results .site-main .entry-content {
    margin-top: 50px;
}

.error404 .site-main {
    background-color: #f6f8fd;
}

.error404 .social-icons i {
    color: #2f90db;
}

.error-404 {
    padding: 200px 0;
    text-align: center;
    font-size: 300px;
    font-weight: 600;
    color: #C30B0B;
}

.navigation-area {
    font-size: 18px;
    margin-top: 20px;
}

.navigation-area .pages {
    display: block;
}

.navigation-area a {
    color: #959596;
}

.search-results .hide-menu-button {
    color: #959596;
}

.navigation-area .current {
    color: #C30B0B;
    font-weight: 600;
}

.navigation-area .page,
.navigation-area .last,
.navigation-area .current {
    margin-left: 10px;
}

.sub-none {
    display: none !important;
}

.woocommerce-cart-form .product-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.woocommerce-cart-form .product-thumbnail > a {
    width: 30%;
}

.woocommerce-cart-form .product-thumbnail > ul {
    width: 70%;
}

.qty-wrapper{
    position: relative;
    width: 125px;
    height: 40px;
}

/*.qty-wrapper .qty-btn{
    position: absolute;
    top: 25%;
    font-size: 18px;
}


.qty-wrapper .decrease-qty{
    left: 10%;
}*/

.qty-wrapper .increase-qty{
    right: 10%;
}

.qty-wrapper input[type="number"]::-webkit-outer-spin-button,
.qty-wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-wrapper input[type="number"] {
    -moz-appearance: textfield;
}
.qty-wrapper input[type="number"]:hover,
.qty-wrapper input[type="number"]:focus {
    -moz-appearance: number-input;
}

.qty-wrapper input[type=number]::-webkit-inner-spin-button,
.qty-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.menu-item-20567 > .sub-menu{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-item-20567 > .sub-menu li{
    width: 100%;
}

.menu-item-20567 > .sub-menu li a{
    width: 15%;
    margin: 0 0 0 48%;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    position: static;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    display: block;
}

.modal-get .modal-header{
    border: none;
}

.modal-get h5 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #000;
    margin-bottom: 0;
}

.block-toggle{
    display: block;
}

main.thank-you{
    height: 895px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

main.thank-you h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 56px;
    color: #000;
    margin: 45px 0 0 0;
}

main.thank-you p{
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #909396;
    margin: 45px 0 40px;
}

main.thank-you a.button{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    width: 185px;
    height: 55px;
    background-color: #c30b0b;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Параметры тени */
    border: none;
}

main.thank-you a.button:hover{
    background-color: transparent;
    color: #c30b0b;
    border: 1px solid #c30b0b;
}

.woocommerce-cart-form__contents{
    width: 80%!important;
    margin: 0 auto!important;
}

.shipping-account-number{
    margin-top: 20px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.shipping-account-number,
.shipping-account-number tr,
.shipping-account-number td{
    display: block;
}
.shipping-account-number td input{
    width: 100%;
    font-weight: 400;
}
.shipping_address { display: block !important;}
/*.datasheets-content-area .col-md-9{
    padding-top: 80px;
}*/


/**/

@media screen and (max-width: 1800px) {
    .header-first-bar ul li {
        margin-right: 40px;
    }

    .search-form input {
        width: 300px;
    }

    .search-form button {
        left: 250px;
    }

    .datasheets-content-area .search-form button, .menu-content-area .search-form button {
        left: 210px;
    }

    .menu-item-20567 > .sub-menu li a {
        margin: 0 0 0 46%;
    }

}

@media screen and (max-width: 1700px) {
    .header-first-bar ul li {
        margin-right: 20px;
    }

    .nav-bar-top {
        padding: 30px 20px;
    }

    .header-first-bar ul li a {
        font-size: 15px;
    }

    .menu-item-20567 > .sub-menu li a {
        margin: 0 0 0 42%;
    }
}

@media screen and (max-width: 1600px) {
    .home-main-title-area h1 {
        font-size: 46px;
    }

    .datasheets-content-area .search-form button, .menu-content-area .search-form button {
        left: 190px;
    }
}

@media screen and (max-width: 1500px) {
    .datasheets-content-area .search-form button, .menu-content-area .search-form button {
        left: 80%;
    }

    .datasheets-content-area .col-md-2, .menu-content-area .col-md-2 {
        width: 30% !important;
    }

    .datasheets-content-area .col-md-offset-1, .menu-content-area .col-md-offset-1 {
        margin-left: 0 !important;
    }

    .datasheets-content-area .col-md-9, .menu-content-area .col-md-9 {
        width: 70% !important;
    }

    .shopping-cart-icon .count-sign {
        width: 20px;
        height: 20px;
    }

    .user-icon, .shopping-cart-icon, .nav-bar-top .envelope-icon, .nav-bar-top .phone-icon {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 1450px) {
    .main-news-page-area > .col-md-6 {
        width: 80%;
        margin: auto;
    }

    /*.datasheets-content-area .col-md-9 {
        padding-top: 70px;
    }*/

    .search-form input {
        width: 230px;
        height: 40px;
    }

    .search-form button {
        left: 200px;
        top: 10px;
    }

    form.woocommerce-checkout .col-xs-9 {
        width: 50%;
    }

    form.woocommerce-checkout .col-xs-3 {
        width: 45%;
    }

    form.woocommerce-checkout .form-row {
        width: 100%;
    }

    /*form.woocommerce-checkout .woocommerce-shipping-fields {
        margin-left: 30px;
    }*/
}

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

    .menu-item-20567 > .sub-menu li a {
        margin: 0 0 0 45%;
    }

    .nav-bar-top i, .user-icon i, .shopping-cart-icon i {
        font-size: 12px;
    }

    .user-icon, .shopping-cart-icon, .nav-bar-top .envelope-icon, .nav-bar-top .phone-icon {
        width: 25px;
        height: 25px;
    }

    .shopping-cart-icon .count-sign {
        width: 15px;
        height: 15px;
    }

    .header-first-bar ul li a {
        font-size: 14px;
    }

    .shopping-cart-icon .count-sign {
        width: 15px;
        height: 15px;
    }

    .logo-img img {
        width: 145px;
        height: 100px;
    }

    #CartCounter {
        font-size: 10px;
    }
}

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

    .woocommerce-cart-form__contents{
        width: 100%!important;
        margin: 0 auto!important;
    }

    .menu-item-20567 > .sub-menu li a {
        margin: 0 0 0 48%!important;
    }

    /*.datasheets-content-area .col-md-9 {
        padding-top: 0;
    }*/

    .title-dataheets-content .carousel {
        width: 50%;
        margin: 0 auto 30px;
    }

    .categories-bar h3:after{
        content: '__';
        color: transparent;
        width: 5px;
        height: 5px;
        background: url(../img/down-head-arrow.svg) no-repeat center center;
        background-size: contain;
        z-index: 20;
        margin-left: 10px;
    }

    .categories-bar h3{
        padding-bottom: 20px;
        border-bottom: 1px solid #bcdbf3;
    }

    .categories-bar .woocommerce-widget-layered-nav-list{
        display: none;
    }

    .woocommerce-cart-form .product-thumbnail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    }

    .woocommerce-cart-form .product-thumbnail > a {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .woocommerce-cart table.cart img{
        width: 50px!important;
    }

    .woocommerce-cart-form .product-thumbnail > ul {
        width: 100%;
        font-size: 12px;
        margin-right: 0;
    }

    .woocommerce-cart-form .product-thumbnail > ul > li{
        line-height: 1;
        margin-bottom: 5px;
    }

    .woocommerce-cart-form .product-thumbnail > ul > li > a{
        margin-bottom: 10px;
    }

    .datasheets-content-area .col-md-2, .menu-content-area .col-md-2 {
        width: 100% !important;
    }

    .datasheets-content-area .col-md-9 {
        width: 100% !important;
    }

    .datasheets-content-area .search-form input, .menu-content-area .search-form input {
        width: 350px !important;
    }

    .datasheets-content-area .title-bar, .menu-content-area .title-bar {
        text-align: center;
    }

    .datasheets-content-area .bar-by-type .name, .datasheets-content-area .bar-by-brand .name, .menu-content-area .bar-by-type .name, .menu-content-area .bar-by-brand .name {
        width: 100%;
        text-align: center;
    }

    .datasheets-content-area .bar-by-type, .datasheets-content-area .bar-by-brand, .menu-content-area .bar-by-brand, .menu-content-area .bar-by-type {
        text-align: center;
    }

    .datasheets-content-area .categories-bar, .menu-content-area .categories-bar {
        margin-bottom: 30px;
    }

    .footer-columns {
        font-size: 12px;
    }

    .footer-area .column-title {
        font-size: 14px;
    }

    .supplier-img-area .supplier-items-area{
        height: 370px;
    }

    .supplier-items-area ul {
        height: 350px;
    }

    .supplier-items-area ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .nav-bar-top {
        width: 99.5%;
        padding-top: 65px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .user-shopping-icons, .social-icons {
        margin-top: 20px;
        position: absolute;
        top: 0;
    }

    .home-sub-left {
        padding: 0 45px 0 45px;
    }

    header .col-md-12 {
        padding: 0;
    }

    .header-first-bar ul li {
        margin-right: 30px;
    }

    .user-shopping-icons {
        right: 20px;
    }

    .social-icons {
        left: 10px;
    }

    .right-part-header {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
    }

    .home-main-title-area h1 {
        font-size: 36px;
    }

}

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

    .news-events-area .events-area .col-md-3 {
        width: 50% !important;
        margin: auto;
        margin-bottom: 20px;
    }

    .news-events-area .events-area .col-md-12 {
        width: 100% !important;
    }

    .news-events-area .events-area .align-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

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

    .menu-item-20567 > .sub-menu li a {
        margin: 0 0 0 46%!important;
    }

    .left-part-header .search-form{
        margin: 20px;
    }

    .contact-us-area .map-data {
        position: static;
        width: 100%;
        padding: 80px 20px 0;
    }

    .main-news-page-area > .col-md-6 {
        width: 100%;
    }

    .news-page-main .news-area {
        margin: 20px 0;
    }

    .footer-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    header .search-form input {
        width: 200px;
    }

    .footer-columns .column {
        margin-bottom: 30px;
    }

    .footer-columns .column3 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 25%;
    }

    .footer-area .copy-area {
        margin-top: 0;
    }

    .foot-social-icons .menu-social-networks-menu-container ul {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .foot-social-icons h3 {
        display: none;
    }

    .footer-columns .column4 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 25%;
    }

    .footer-columns .column1 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 25%;
    }

    .footer-columns .column2 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 25%;
    }

    .footer-columns .column5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%;
    }

    header .search-form button {
        left: 150px;
        top: 10px;
    }

    .header-first-bar ul li {
        margin-right: 20px;
    }

    .home-main-title-area h1 {
        font-size: 28px;
    }

    .woocommerce-checkout .menu-content-area {
        padding: 20px;
    }

    form.woocommerce-checkout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    form.woocommerce-checkout .col-xs-9 {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-order: 2;
        margin: 30px 0;
    }

    .woocommerce-shipping-totals td {
        font-size: 12px;
    }

    form.woocommerce-checkout .col-xs-3 {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-order: 1;
    }
}

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

    .menu-item-20567 > .sub-menu li a {
        margin: 0 0 0 44%!important;
    }

    .products-content .products_filter .woof_submit_search_form_container {
        width: 100%;
        margin-top: 20px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    header .search-form input {
        width: 250px;
    }

    header .search-form button {
        left: 210px;
        top: 10px;
    }

    .header-first-bar ul li {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1005px) {
    .home-main-title-area h1 {
        font-size: 25px;
    }
}

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

    .title-dataheets-content .carousel {
        width: 80%;
    }

    .contact-us-area {
        margin-bottom: 0;
    }

    .datasheets-internal-main .motors-name-area .motor-name {
        padding: 20px 10px !important;
    }

    .title-dataheets-content .col-md-4 {
        width: 60% !important;
        margin: 20px auto;
    }

    .datasheets-info-main .col-md-10 {
        width: 100% !important;
    }

    .describe-news-internal .col-md-4 {
        width: 70%;
        margin: 50px auto;
    }

    .main-news-page-area .col-md-6 {
        width: 80%;
        margin: auto;
    }

    .main-news-page-area > .col-md-6 {
        width: 100%;
    }

    .product-area-row .col-md-3 {
        width: 50% !important;
    }

    .supplier-img-area .col-md-6 {
        width: 100% !important;
    }

    .supplier-img-area .supplier-items-area {
        width: 60%;
        border-radius: 10px;
    }

    .supplier-img-area .supplier-items-area{
        height: 600px;
    }

    .supplier-items-area ul {
        height: 600px;
        padding: 105px 0 25px;
    }

    .supplier-items-area ul li {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

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

    .menu-item-20567 > .sub-menu li a{
        margin-left: 0!important;
    }

    .header-first-bar .menu-item-has-children > .show-sub{
        display: block!important;
    }

    .home-sub .home-sub-right.owl-carousel {
        z-index: -3;
    }

    .menu-item-20567 > .sub-menu li{
        width: inherit;
    }

    .menu-item-20567 > .sub-menu li a{
        width: inherit;
        margin: 0;
    }


    .home-page-main .arrow-down-button {
        z-index: -2;
    }

    .nav-bar-top {
        position: static;
    }

    #menu-header-menu > .menu-item-has-children > .sub-menu {
        position: static !important;
        margin-top: 30px;
        background-color: transparent;
        top: 0;
    }

    .header-mobile-menu .right-part-header .nav-bar-top {
        /*max-height: 75%;*/
        max-height: 50%;
        display: block;
        overflow-y: scroll !important;
    }

    .header-first-bar {
        position: static;
        display: block;
        max-height: 100%;
        overflow-y: scroll;
    }

    .header-first-bar ul {
        max-height: 100%;
        overflow-y: scroll !important;
        display: block;
        position: static;
    }

    .sub-flex > .header-no-link > a {
        border: none;
    }

    .header-no-link > ul {
        margin-top: 20px;
    }

    /*.datasheets-content-area .search-form button, .menu-content-area .search-form button {
        top: 10px;
    }*/

    .home-sub-left .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        padding: 0!important;
        margin-top: 20px;
        width: 180px ;
    }

    .supplier-title {
        font-size: 35px;
        margin: 35px 0 35px;
    }

    .home-product-area .more-products-button, .more-datasheets-button {
        width: 200px;
        height: 50px;
    }

    .home-sub {
        margin-bottom: 100px;
    }

    .home-page-main .arrow-down-button {
        top: 1100px;
    }

    .home-sub .owl-prev, .home-sub .owl-next {
        top: 555px;
    }

    .home-sub {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        height: inherit;
    }

    .home-main-title-area h1 {
        padding-top: 175px;
    }

    .home-sub-left {
        width: 100%;
        height: 550px;
    }

    .home-sub-right, .home-sub .owl-carousel {
        width: 100%;
        height: 600px;
    }

    .nav-bar-top {
        display: none;
    }

    .home-sub-left.has_slider {
        width: 100%;
    }

    .home-sub-right .item {
        height: 600px;
    }

    .home-sub-right {
        width: 100% !important;
    }

    .user-shopping-icons, .social-icons {
        display: none;
    }

    /*

    social-icons i {
        color: #2f90db;
    }

    .user-icon, .shopping-cart-icon {
        background-color: #2f90db;
    }

    .user-icon i, .shopping-cart-icon i {
        color: #FFFFFF;
    }

    .shopping-cart-icon .count-sign {
        background-color: #FFFFFF;
        color: #2f90db;
    }

   */
    .left-part-header {
        width: 100%;
        position: absolute;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .right-part-header {
        position: static;
    }

    .logo-img img {
        width: 165px;
        height: 120px;
    }

    .hide-menu-button {
        display: block;
        margin-right: 20px;
        font-size: 20px;
    }

    /*.search-form {
        display: flex;
        align-items: baseline;
    }*/

}

@media screen and (max-width: 805px) {
    .datasheets-info {
        width: 45%;
    }

    .datasheets-internal-table-area .table-area-title, .datasheets-internal-table-area .tablepress-table-description, .datasheets-internal-table-area table {
        width: 100%;
        min-width: 800px;
    }

    .datasheets-internal-table-area {
        overflow-x: scroll;
    }

    .motors-name-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .motors-name-area .motor-name {
        width: 25%;
        border-top: 1px solid #a6baca;
    }

    #subheader .sub-describe .title {
        font-size: 45px;
    }

    .instagram-title {
        font-size: 30px;
    }

    .about-us-area h2 {
        font-size: 25px;
    }

    .supplier-img-area .supplier-items-area {
        width: 80%;
    }


    .supplier-img-area .supplier-items-area{
        height: 500px;
    }

    .supplier-items-area ul {
        height: 500px;
        padding: 45px 0 25px;
    }

    .news-events-area .events-area .col-md-3 {
        width: 80% !important;
    }

    .news-events-area .events-area .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .home-sub-right .item {
        height: 400px;
    }

    .home-sub-right, .home-sub .owl-carousel {
        height: 400px;
    }

    .home-sub-right, .home-sub .owl-carousel {
        height: 400px;
    }

    .home-page-main .arrow-down-button {
        top: 900px;
    }

    .home-sub .owl-prev, .home-sub .owl-next {
        top: 355px;
    }

    .home .wrap-owl {
        top: 10%;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-cart table.cart .quantity .qty-wrapper{
        height: 30px;
        width: 100px;
    }

    .woocommerce-cart-form .product-thumbnail {
        display: block!important;
    }
    .woocommerce-cart-form .product-thumbnail > a,
    .woocommerce-cart-form .product-thumbnail > ul
    {
        float: none!important;
        width: 100%;
        text-align: center!important;
    }

    .woocommerce-cart-form td.product-name{
        display: none!important;
    }
    .woocommerce-cart-form td:before{
        float: none!important;
    }
    .qty-wrapper{
        margin: 0 auto;
    }
}

@media screen and (max-width: 650px) {
    .insta-img-area {
        margin-bottom: 60px;
    }

    .footer-columns .column1, .footer-columns .column2,
    .footer-columns .column3, .footer-columns .column4 {
        width: 35%;
    }

    .woocommerce-checkout-review-order-table td.product-total,
    .woocommerce-checkout-review-order-table td.product-name{
        font-size: 12px;
    }
}

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

    .left-part-header .search-form{
        margin: 0;
    }

    .woocommerce-checkout .col-md-8 {
        padding: 0 10px;
    }

    .woocommerce-shipping-totals td {
        font-size: 10px;
    }

    .home-product-area h3 {
        font-size: 35px;
    }

    .woocommerce-checkout #place_order {
        height: 45px !important;
        width: 155px !important;
    }

    .woocommerce-checkout #payment div.form-row {
        padding: 0;
    }

    .woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
        display: none;
    }

    .woocommerce-checkout .woocommerce-shipping-totals td, .woocommerce-checkout .woocommerce-shipping-totals th {
        padding: 0;
    }

    .datasheets-info {
        width: 100%;
        margin-right: 0;
    }

    .motors-name-area .motor-name {
        width: 100%;
    }

    .title-dataheets-content .col-md-4 {
        width: 100% !important;
    }

    .describe-news-internal .col-md-4 {
        width: 100%;
    }

    .main-news-page-area .col-md-6 {
        width: 100%;
        margin: auto;
    }

    .about-us-area h2 {
        font-size: 18px;
    }

    .footer-columns .column1, .footer-columns .column2 {
        width: 100%;
    }

    .request-title {
        font-size: 35px;
    }

    .product-image-area .img-area .img-describe-area .img-title {
        font-size: 15px;
    }

    .supplier-items-area ul li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .supplier-img-area .supplier-items-area {
        height: 400px;
    }


    .supplier-items-area ul {
        height: 400px;
    }

    header .search-form input {
        width: 250px;
        margin-right: 0;
    }

    header .search-form button {
        left: 220px;
    }

    .logo-img img {
        width: 115px;
        height: 85px;
    }

    .home-main-title-area h1 {
        font-size: 20px;
    }

    .home-main-title-area h4 {
        font-size: 16px;
    }

    .home-sub-left {
        width: 100%;
        /*height: 450px;*/
    }

    .home-main-title-area h1 {
        padding-top: 125px;
    }

    .home-sub .owl-next {
        right: 0;
        top: 370px;
        width: 30px;
        height: 30px;
    }

    .home-sub .owl-prev {
        right: 35px;
        top: 370px;
        width: 30px;
        height: 30px;
    }

    .home-page-main .arrow-down-button {
        width: 40px;
        height: 40px;
        top: 910px;
    }

    .foot-button-up {
        width: 45px;
        height: 80px;
    }
}

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

    .home-sub-left .button{
        height: 40px;
    }

    #subheader .sub-describe .title {
        font-size: 35px;
        padding-top: 150px;
    }

    .product-image-area .img-area .img-describe-area .img-describe {
        font-size: 11px;
        margin-top: 10px;
        width: 100%;
    }

    .product-image-area .img-area .img-describe-area .img-title {
        font-size: 13px;
    }
}

@media screen and (max-width: 455px) {
    header .search-form input {
        width: 200px;
    }

    header .search-form button {
        left: 160px;
    }

    .header-mobile-menu .right-part-header .nav-bar-top {
        max-height: 60%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 400px) {
    .datasheets-content-area .search-form button, .menu-content-area .search-form button {
        left: 230px;
    }

    .news-internal-info {
        font-size: 12px;
    }

    .insta-img-area {
        margin-bottom: 30px;
    }

    .news-page-main .news-area .title, .news-page-main .news-area .describe {
        font-size: 14px;
    }

    .instagram-title {
        margin: 20px 0;
        font-size: 20px;
    }

    .news-page-main .news-area .info {
        font-size: 11px;
    }

    .news-events-area .events-area .col-md-3 {
        width: 100% !important;
    }

    .home-sub-left {
        padding: 0 15px 0 15px;
    }

    header .search-form input {
        width: 150px;
        height: 30px;
    }

    header .search-form input::-webkit-input-placeholder {
        padding: 5px 0;
    }

    header .search-form button {
        left: 110px;
        top: 7px;
        height: 20px;
        bottom: 5px;

    }

    .logo-img img {
        width: 90px;
        height: 65px;
    }
}

@media screen and (max-width: 1540px) {
    #catalog_number_search_form {
        width: 100%;
        margin-bottom: 20px;
    }

    .products-content .products_filter {
        display: block;
        width: 100%;
    }


    .search_button_wrapper {
        float: left;
    }

    .widget-woof {
        float: left;
    }
}

@media screen and (max-width: 1500px) {
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .menu-item-20567 > .sub-menu li a {
        margin: 0 0 0 44%;
    }

    .woocommerce-MyAccount-navigation img {
        margin: inherit;
    }

    .woocommerce-account .menu-content-area .col-md-10 {
        width: 100% !important;
    }

    .woocommerce-account .menu-content-area .col-md-10 .entry-content {
        width: 90%;
        margin: auto;
    }

    #menu-header-menu > .menu-item-has-children > .sub-menu {
        top: 70px;
    }
}

@media screen and (max-width: 1315px) {
    .products-content {
        width: 100% !important;
        margin: 0 auto !important;
    }

    #menu-header-menu > .menu-item-has-children > .sub-menu {
        top: 100px;
    }
}

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

    .tax-product_cat .entry-content .mobile-open, .post-type-archive-product .entry-content .mobile-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        color: #8a8b8e;
        position: absolute;
        top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        width: 150px;
        height: 40px;
        border-radius: 50px;
        background-color: #f6f8fd !important;;
    }

    .products-content .products-title {
        margin-bottom: 60px;
    }

    /* .woof_container{
         width: 100%;
         margin-bottom: 10px;
     }*/
    /* .woocommerce-product-search label, .woocommerce_content .products_filter .woof_container h4{
         display: block!important;
     }*/
}

@media screen and (max-width: 1000px) {
    .woocommerce-account h3 {
        text-align: center;
    }

    .woocommerce-account .left-col, .woocommerce-account .right-col {
        width: 100% !important;
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 800px) {
    .woocommerce-checkout .col2-set {
        width: 100% !important;
    }

    .woof_container {
        margin-bottom: 10px;
    }

    .woocommerce-product-search label, .woocommerce_content .products_filter .woof_container h4 {
        display: block !important;
    }

    .search_button_wrapper {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .woocommerce-page div.product div.summary {
        width: 100%;
        margin: 0 auto !important;
    }

    main.thank-you {
        height: 500px;
    }

    main.thank-you h2{
        font-size: 36px;
    }

    main.thank-you p{
        font-size: 14px;
    }

    main.thank-you p{
        margin: 20px 0 25px;
    }

    main.thank-you a.button{
        width: 150px;
        height: 45px;
        display: flex;
        align-items: center;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
    }

}

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

    div.woof_info_popup{
        left: 35%;
    }

    #subheader .sub-describe{
        height: 340px;
    }

    .woocommerce-account .left-col table td {
        font-size: 10px;
    }

    .woof_container {
        width: 50%;
        text-align: center;
    }

    .products-content .products_filter .woof_submit_search_form_container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .button {
        margin: 10px 0 !important;
    }

    .woocommerce-product-gallery {
        width: 100% !important;
    }

    .woocommerce table.cart td.actions .coupon .button {
        float: inherit !important;
        display: block !important;
        width: 100% !important;
    }

    .products-content .products li {
        width: 100% !important;
    }

    .products-content .page-numbers li {
        margin-bottom: 10px !important;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        width: 100% !important;
    }

    .products-content .button{
        width: 150px!important;
    }

    .dataTables_filter {
        width: 100%;
        margin: 20px 0;
    }
}

@media screen and (max-width: 400px){
    .datasheets-content-area .search-form input, .menu-content-area .search-form input {
        width: 100% !important;
    }
    .datasheets-content-area .search-form button, .menu-content-area .search-form button {
        left: 80%;
    }
}


.payment_method_stripe{
    display: flex;
    flex-wrap: wrap;
}

.payment_method_stripe img{
    width: 50px;
    margin: 10px!important;
}

.additional-area-slider .owl-nav button{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    opacity: .5;
    border-radius: 0!important;
    margin: 0!important;
}

.additional-area-slider .owl-nav button span{
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #fff;
}

.additional-area-slider .owl-nav button:hover{
    color: #fff;
    text-decoration: none;
    opacity: .9;
    background-color: transparent!important;
}

.additional-area-slider .owl-nav .owl-prev {
    left: 0;
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%)!important;
}

.additional-area-slider .owl-nav .owl-next{
    right: 0;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%)!important;
}

.additional-area-slider .img-caption{
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-weight: bold;
}

.woocommerce_content.loaded .products_filter select{
    font-size: 11px;
}

.privacy-policy .sub-head{
    background-color: #D6D6D6;
}

.woocommerce-cart .cart-collaterals .cart_totals{
    margin-right: 10%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last,
.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 100%;
}

/* 12.12.20 */
.woocommerce-checkout-review-order{
    display: block;
    width: calc(100% + 20px);
    margin: 0px -10px;
}
.shop_table.woocommerce-checkout-review-order-table,
.shop_table.woocommerce-checkout-review-order-table tfoot,
.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping,
.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping th,
.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td{
    display: block;
}
.shop_table.woocommerce-checkout-review-order-table thead,
.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal,
.shop_table.woocommerce-checkout-review-order-table tfoot .order-total{
    display: table;
    width: 100%;
}
.shop_table.woocommerce-checkout-review-order-table thead .product-total{
    text-align: right;
}
.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal{
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.shop_table.woocommerce-checkout-review-order-table tfoot .order-total{
    border-top: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_table td.product-thumbnail{
    min-width: 40px;
    padding-right: 0;
}

.woocommerce-shipping-fields .checkbox,
#ship-to-different-address{
    padding-left: 25px;
}
.woocommerce-shipping-fields .checkbox input#ship-to-different-address-checkbox{
    margin-top: 7px;
}

/*//added */
.woocommerce-account-fields p label {
    display: flex !important;
    align-content: center;
    align-items: center;
}
.woocommerce-account-fields p label span {
    padding-left: 25px;
}

#order_review_heading {
    display: flex;
    align-content: center;
    align-items: center
}

#order_review_heading .shop_table.woocommerce-checkout-review-order-table {
    border: none;
    width: 120px;
    margin: 0;
}
#order_review_heading .shop_table.woocommerce-checkout-review-order-table thead, 
#order_review_heading .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal,
#order_review_heading .woocommerce-shipping-totals.shipping,
#order_review_heading .cart_item,
#order_review_heading .order-total th,
#order_review_heading .tax-total{
    display: none
}

#order_review_heading table.shop_table tbody th, 
#order_review_heading table.shop_table tfoot td, 
#order_review_heading table.shop_table tfoot th,
#order_review_heading .shop_table.woocommerce-checkout-review-order-table tfoot .order-total{
    border-top: none !important;
    padding: 0;
}

.woocommerce table.shop_table .tax-total {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.select2-container--open .select2-dropdown {
    left: 0;
    width: 210px !important;
    top: 3px;
    border-radius: 0 5px 5px 5px;
    border: 1px solid #aaa;
}

.select2-container .selection .select2-selection--single[aria-expanded="true"] {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow[aria-expanded="true"] {
    height: 33px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 5px;
}

.select2-container .selection .select2-selection--single[aria-expanded="true"]:after {
    content: "";
    background-color: #fff;
    width: 100%;
    display: block;
    height: 10px;
    position: absolute;
    bottom: -4px;
    z-index: 999999;
    left: 0;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

/* width */
.select2-container--open .select2-dropdown ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.select2-container--open .select2-dropdown ::-webkit-scrollbar-track {
  background: #D9D9D9; 
}

/* Handle */
.select2-container--open .select2-dropdown ::-webkit-scrollbar-thumb {
  background: #32353A; 
  border-radius: 10px;
}

/* Handle on hover */
.select2-container--open .select2-dropdown ::-webkit-scrollbar-thumb:hover {
  background: #32353A; 
  border-radius: 10px;
}


.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none !important;
}

h3#ship-to-different-address {
    pointer-events: none;
    display: none;
}

.woocommerce-billing-fields .hidden-front,
.woocommerce-shipping-fields .hidden-front {
    display: none !important;
}

.pi-condition-fees strong:after {
    content: ":";
}