.yith-wcwl-share li a {
    color: #fff
}

.yith-wcwl-share li a:hover {
    color: #fff
}

.yith-wcwl-share a.facebook {
    background: #39599e;
    background-color: #39599e
}

.yith-wcwl-share a.facebook:hover {
    background: #39599e;
    background-color: #39599e
}

.yith-wcwl-share a.twitter {
    background: #45afe2;
    background-color: #45afe2
}

.yith-wcwl-share a.twitter:hover {
    background: #39599e;
    background-color: #39599e
}

.yith-wcwl-share a.pinterest {
    background: #ab2e31;
    background-color: #ab2e31
}

.yith-wcwl-share a.pinterest:hover {
    background: #39599e;
    background-color: #39599e
}

.yith-wcwl-share a.email {
    background: #fbb102;
    background-color: #fbb102
}

.yith-wcwl-share a.email:hover {
    background: #39599e;
    background-color: #39599e
}

.yith-wcwl-share a.whatsapp {
    background: #00a901;
    background-color: #00a901
}

.yith-wcwl-share a.whatsapp:hover {
    background: #39599e;
    background-color: #39599e
}

.woocommerce form .form-row .required {
    visibility: visible
}

[data-font=FontAwesome]:before {
    font-family: 'FontAwesome' !important;
    content: attr(data-icon) !important;
    speak: none !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}

div#nt-preloader {
    background-color: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000
}

.loader01 {
    width: 56px;
    height: 56px;
    border: 8px solid #0d73fc;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    margin: -28px auto 0
}

.loader01:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #0d73fc;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 33px
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.layout404 {
    background-image: url(assets/uploads/2019/12/404-bg.jpg)
}

button:focus {
    outline: none;
    outline: none
}

.intro-header {
    width: 100%;
    padding: 20px 15px;
    min-height: 70px;
    position: fixed;
    top: 0;
    z-index: 4;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .04) 0 3px 5px 2px;
    box-shadow: rgba(0, 0, 0, .04) 0 3px 5px 2px
}

.intro-header .button {
    border: none;
    display: none
}

.intro-header .block-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intro-header .hamburger {
    margin-left: auto
}

@media only screen and (min-width:992px) {
    .intro-header .button {
        display: inline-block
    }
}

.intro-header .button span {
    background-color: #0d73fc;
    color: #fff
}

.intro-header .button:before {
    background-color: #25272a
}

@media only screen and (min-width:992px) {
    .intro-header {
        -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
        transition: all .3s cubic-bezier(.645, .045, .355, 1);
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media only screen and (min-width:1200px) {
    .intro-header {
        padding: 30px
    }
}

.intro-header.fixed-header {
    background: #fff;
    padding: 10px 20px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .04) 0 3px 5px 2px;
    box-shadow: rgba(0, 0, 0, .04) 0 3px 5px 2px
}

@media only screen and (min-width:1200px) {
    .intro-header.fixed-header {
        padding: 10px 30px 3px
    }
}

.intro-header.fixed-header .intro-menu li a {
    padding: 14px 0 10px
}

.intro-header.fixed-header .button span,
.intro-header.fixed-header .button:before {
    padding: 15px 56px
}

.intro-menu {
    display: none;
    padding: 0;
    margin: 0
}

.intro-menu li {
    padding-left: 0
}

.intro-menu li:not(:last-of-type) {
    margin-right: 40px
}

.intro-menu li a {
    display: inline-block;
    position: relative;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding: 22px 0;
    -webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: color .3s cubic-bezier(.645, .045, .355, 1);
    transition: color .3s cubic-bezier(.645, .045, .355, 1)
}

.intro-menu li a:hover {
    color: #8a8a8a
}

.intro-menu li:before {
    display: none
}

.intro-menu li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #0d73fc;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: width .3s cubic-bezier(.645, .045, .355, 1);
    transition: width .3s cubic-bezier(.645, .045, .355, 1)
}

.intro-menu li a:hover:before {
    width: 100%
}

@media only screen and (min-width:992px) {
    .intro-menu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.intro-promo {
    position: relative
}

.intro-promo .align-container {
    height: 400px;
    padding: 70px 0
}

@media only screen and (min-width:992px) {
    .intro-promo .align-container {
        height: 700px;
        padding: 200px 0
    }
}

@media only screen and (min-width:1200px) {
    .intro-promo .align-container {
        height: 900px
    }
}

.intro-promo .title {
    color: #0d73fc;
    font-size: 30px
}

@media only screen and (min-width:576px) {
    .intro-promo .title {
        font-size: 42px
    }
}

@media only screen and (min-width:992px) {
    .intro-promo .title {
        font-size: 50px
    }
}

@media only screen and (min-width:1200px) {
    .intro-promo .title {
        font-size: 60px
    }
}

.intro-promo .title span {
    font-weight: 100
}

.intro-promo .button {
    margin-top: 25px
}

.intro-demos .primary-heading {
    max-width: 100%;
    margin: 0;
    text-align: left
}

.intro-demos .icon-block {
    display: none;
    color: #fff;
    font-size: 27px;
    background: #424242;
    padding: 10px 15px;
    margin-bottom: 19px
}

@media only screen and (min-width:576px) {
    .intro-demos .icon-block {
        display: inline-block
    }
}

@media only screen and (min-width:992px) {
    .intro-demos .icon-block {
        padding: 23px;
        margin-bottom: 12px
    }
}

.intro-demos .demos-holder {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 15px
}

.intro-demos .demos-holder img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .1)
}

.intro-demos .demos-holder .top {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1)
}

.intro-demos .demos-holder .top:hover {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.intro-demos .description {
    text-align: center;
    margin-top: 40px
}

@media only screen and (min-width:576px) {
    .intro-demos .description {
        margin-top: 50px
    }
}

@media only screen and (min-width:992px) {
    .intro-demos .description {
        margin-top: 70px
    }
}

.intro-demos .description .title {
    color: #0d73fc;
    font-size: 20px;
    font-weight: 700
}

.intro-demos .description .title span {
    color: #333
}

.intro-demos .demo-item {
    margin-bottom: 50px
}

.intro-demos .demo-item .button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
    transition: opacity .3s cubic-bezier(.645, .045, .355, 1)
}

.intro-demos .demos-holder .top:hover .button {
    opacity: 1
}

.intro-counts .count-holder {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intro-counts .sub {
    color: #0d73fc;
    font-size: 80px;
    line-height: 70px;
    font-weight: 700
}

.intro-counts .description {
    letter-spacing: .2em
}

@media only screen and (min-width:992px) {
    .intro-counts .description {
        letter-spacing: .8em
    }
}

.intro-pages:before {
    content: "";
    display: block;
    height: 65%;
    width: 100%;
    background-color: #0d73fc;
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (min-width:768px) {
    .intro-pages:before {
        width: 55%
    }
}

@media only screen and (min-width:1367px) {
    .intro-pages:before {
        left: 60px
    }
}

.intro-pages .top-dots .pages-slider-dots {
    display: none
}

@media only screen and (min-width:768px) {
    .intro-pages .top-dots .pages-slider-dots {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.intro-pages .lower-dots {
    padding: 0 15px;
    text-align: center;
    margin-top: 20px
}

.intro-pages .primary-heading {
    max-width: 100%;
    margin: 0;
    text-align: left;
    color: #fff
}

.intro-pages .primary-heading .title {
    color: #72a5f8
}

.intro-pages .primary-heading .subtitle {
    color: #fff
}

.intro-pages .primary-heading .subtitle:before {
    display: none
}

@media only screen and (min-width:1367px) {
    .intro-pages .slider-holder {
        margin-left: calc((100% - 1170px)/2);
        overflow: hidden;
        padding: 15px 0 0 15px;
        margin-bottom: -15px
    }
}

.intro-pages .slider-wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto
}

@media only screen and (min-width:1367px) {
    .intro-pages .slider-wrapper {
        margin: 0
    }
}

@media only screen and (min-width:1367px) {
    .pages-slider .slick-list {
        overflow: visible;
        margin: -15px
    }
}

.pages-slider img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .1)
}

.pages-slider a {
    outline: 0
}

.pages-slider .slider-item {
    vertical-align: top
}

.pages-slider .slick-slide {
    -webkit-transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
    transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
    padding: 15px;
    outline: 0
}

.pages-slider .slick-slide:not(.slick-active) {
    opacity: .5
}

.pages-slider .description {
    text-align: center;
    -webkit-transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
    transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
    margin-top: 30px
}

.pages-slider .slick-slide:not(.slick-active) .description {
    opacity: 0
}

.pages-slider .description .title {
    color: #0d73fc;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0
}

.pages-slider .description .title span {
    color: #333
}

.intro-features:before {
    content: "";
    display: block;
    height: 72%;
    width: 100%;
    max-width: 950px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.intro-features-item:not(:last-of-type) {
    margin-bottom: 50px
}

.intro-features-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.intro-features-item:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:768px) {
    .intro-features-item {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
}

.intro-features-item img {
    width: 100%;
    height: auto;
    margin-bottom: 30px
}

@media only screen and (min-width:768px) {
    .intro-features-item img {
        margin-bottom: 0
    }
}

.intro-features-item .count {
    display: inline-block;
    margin-bottom: 5px;
    color: #0d73fc;
    font-size: 11px;
    font-weight: 700
}

.intro-features-item .with--line {
    margin-top: 0
}

@media only screen and (min-width:768px) {
    .intro-features-item .with--line {
        margin-top: 20px
    }
}

.intro-features-item .title {
    font-size: 24px;
    margin-bottom: 14px
}

@media only screen and (min-width:992px) {
    .intro-features-item .title {
        font-size: 30px
    }
}

.used .title {
    margin-bottom: 10px
}

.technologies-item {
    height: 80px;
    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: 2px solid #efefef;
    padding: 0 15px;
    margin-top: 30px
}

@media only screen and (min-width:992px) {
    .technologies-item {
        height: 125px
    }
}

.technologies-item img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter .3s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-filter .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: filter .3s cubic-bezier(.645, .045, .355, 1);
    transition: filter .3s cubic-bezier(.645, .045, .355, 1);
    transition: filter .3s cubic-bezier(.645, .045, .355, 1), -webkit-filter .3s cubic-bezier(.645, .045, .355, 1)
}

.technologies-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.intro-footer {
    background-color: #25272a
}

.intro-footer .primary-heading {
    margin-bottom: 40px
}

.intro-footer .primary-heading .subtitle {
    color: #fff;
    margin-top: 0;
    letter-spacing: -.05em
}

.intro-footer .primary-heading .subtitle span {
    color: #fff
}

.intro-footer .primary-heading .subtitle span:last-of-type {
    color: #0d73fc
}

.intro-footer .button {
    border: 2px solid #0d73fc;
    width: 100%;
    max-width: 370px
}

.intro-footer .button:before {
    background-color: transparent
}

.intro-footer .button span,
.intro-footer .button:before {
    padding: 11px 50px
}

.intro-footer .copyright {
    margin-top: 50px;
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .intro-footer .copyright {
        margin-top: 70px
    }
}

@media only screen and (min-width:992px) {
    .intro-footer .copyright {
        margin-top: 90px
    }
}

@media only screen and (min-width:1200px) {
    .intro-footer .copyright {
        margin-top: 110px
    }
}

.intro-mobile-menu {
    margin: 0
}

.intro-mobile-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    list-style-type: none
}

.intro-mobile-menu li {
    padding: 0
}

.intro-mobile-menu li:before {
    display: none
}

.intro-mobile-menu>li:not(:last-of-type) {
    margin-bottom: 5px
}

.intro-mobile-menu>li>a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0
}

.intro-mobile-menu>li>a:after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0d73fc;
    -webkit-transition: width .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: width .3s cubic-bezier(.645, .045, .355, 1);
    transition: width .3s cubic-bezier(.645, .045, .355, 1)
}

.footer-style-2 .intro-mobile-menu>li:hover>a:after {
    width: 100%
}

section.section.catalog {
    padding: 0 0 140px
}

.woocommerce .product-about .details th {
    color: #a5a5a5 !important
}

.product-item .description,
.product-item .price {
    color: #0c73fb
}

#home-gallery .main-gallery .gallery .gallery-item .overlay {
    background-color: rgba(13, 115, 252, 0)
}

#home-gallery .main-gallery .gallery .gallery-item img {
    padding: 7px
}

#home-gallery .main-gallery .gallery .gallery-item:hover img {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

.main-gallery .gallery .description span {
    position: relative;
    -webkit-transition: border-color .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: border-color .5s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .5s cubic-bezier(.645, .045, .355, 1)
}

.main-gallery .gallery .description span:after,
.arrow_box:before {
    bottom: -35px;
    right: -5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.main-gallery .gallery .description span:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -30px
}

.main-gallery .gallery .description span:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -30px;
    -webkit-transition: border-color .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: border-color .5s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .5s cubic-bezier(.645, .045, .355, 1)
}

.main-gallery .gallery .gallery-item:hover .description span:after {
    border-top-color: #0c73fb;
    -webkit-transition: border-color .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: border-color .5s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .5s cubic-bezier(.645, .045, .355, 1)
}

.elementor-widget-r-energy-contact-form-7 .section-contact.get-in-touch div.wpcf7-response-output {
    color: #c3c3c3
}

.map-section .wpcf7-response-output.wpcf7-display-none {
    display: none
}

.product-about .add-block .count-block {
    width: 100px
}

.shopping-cart .count-block {
    width: 80px
}

.shopping-cart .count-block .items-count,
.product-about .add-block .count-block .items-count {
    width: calc(100% - 55px)
}

.woocommerce-account .catalog-tabs .tabs-header__title a {
    text-decoration: none
}

.map-section .wpcf7-response-output {
    display: block;
    max-width: 600px;
    margin: 20px 80px;
    background: red
}

.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    display: inherit
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    max-width: 100%;
    display: inline-block
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 100%;
    display: inline-flex
}

.shopping-cart .coupon-block .r-button span,
.shopping-cart .coupon-block .r-button:before {
    padding: 14px 35px
}

#btn-to-top-wrap #btn-to-top {
    background: #045fa0
}

#nt-logo img.main-logo {
    height: 35px;
    width: 35px
}

header .button {
    border-top: 2px solid #0d73fc;
    border-bottom: 2px solid #0d73fc;
    border-left: 2px solid #0d73fc;
    border-right: 2px solid #0d73fc
}

#nt-404.nt-404 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('assets/uploads/2019/12/404-bg.jpg')
}

#nt-search .hero-container {
    background-image: url('assets/uploads/2019/12/elements.jpg')
}