@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');
.admin-bar .fixed-top {
    margin-top: 30px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

img {
    height: auto;
    max-width: 100%;
}

.hp-message {
    display: none !important;
}

#categoriesMenu li a {
    text-transform: uppercase;
}

#FILTER {
    border-radius: 30px;
}



.image-box img {
    max-height: 459px;
    object-fit: cover;
}

.image-box-big img {
    max-height: 839px;
    object-fit: cover;
}

.showroom img {
    border: 1px solid #333;
    height: 350px;
    width: 100%;
    margin: 40px 0;
    object-fit: cover;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1800;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e5007e;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e5007e;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e5007e;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0); /* IE 9 */
    transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.section-gray-dark{
    background:#000;
}
.color-white h3, .color-white h1{
    color: #fff;
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}


.customScroolBar th, .customScroolBar td {
    text-align: center;
}

#productInner tr.odd {
    display: none !important;
}

#productInner_wrapper {
    overflow-x: hidden;
}

.customScroolBar a {
    color: #e5007e;
    text-decoration: underline;
}
.customScroolBar a:hover {
    color: #000000;
}
body .contact-info  a:hover {
    color: #000000!important;
}
/*.customScroolBar a:visited {
    color: #e5007e;
}*/

/* width */
.dataTables_scrollBody::-webkit-scrollbar {
    width: 20px;
}

/* Track */
.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #7b7d7e;
}

/* Handle */
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #b5b7b8;
}

/* Handle on hover */
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.customScroolBar table {
    border-left: 2px solid #000000;
}

.dataTables_scrollBody {
    border-bottom: solid 2px;
}

.led-content-section .specifications-details .col:first-child {
    border-left: 1px solid #757778;
}

.led-content-section .specifications-details .col:last-child {
    border-right: 1px solid #757778;
}

.remarks {
    border: 1px solid #757778;
    margin: 0 0px;
}

.led-content-section .specifications-details h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

/*.image-box img {
	max-height: 350px;
	object-fit: cover;
}*/

.products-listing.grid-view .product-box .product-link.w-25 img, .products-listing.grid-view .shop-box .product-link.w-25 img {
    max-height: 400px;

    object-fit: cover;
}

@media only screen and (min-width: 1280px) {

    body .products-listing.grid-view .product-box .product-link.w-25 img, body .products-listing.grid-view .shop-box .product-link.w-25 img {
        max-height: 400px;

    }
}

.herosliderslide img {
    height: 600px;
    display: flex;
    margin: auto;
    object-fit: cover;
    width: 100%;
}
.herosliderslide{
    height: 600px;
}

header .navbar.navbar-expand-lg li .dropdown-menu .d-inline-block ul a {
    text-transform: uppercase;
}

.banner-text h1 {
    text-transform: uppercase;
}

.intro-text ul, .lunoo-book ul {
    max-width: 700px;
text-align: left;
    margin: auto;
}
.intro-text ul li, .lunoo-book ul li{
    margin-left: 40px;
}

.intro-text h3, .lunoo-book h3 {
    max-width: 700px;
    margin: auto;
    padding: 20px 0;
}
.small-slider .herosliderslide img {
    object-fit: contain;
    max-height: 80vh;
}

.breadcrumb-top a {
    color: #000;
    text-transform: capitalize;
}

.wpcf7-acceptance label {
    position: relative;
    padding-left: 25px;
    color: #454849;
    font-size: 18px;
}

label.radio-btnl:before {
    position: absolute;
    border: 1px solid #e5007e;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    left: 0;
    top: 4px;
}

.color-white {
    color: #fff
}
.color-white h3, .color-white p{
    color: #fff !important
}
.color-black, .subtitle {
    color: #000 !important
}

.wpcf7-acceptance label.checked {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 4px;
    display: inline-block;
    background-color: #e5007e;
    left: 2px;
    top: 6px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    font-weight: 600 !important;
}

span.wpcf7-not-valid-tip {
    color: #e5007e !important;
}

.products-listing.grid-view .product-box .product-link.w-25 img, .products-listing.grid-view .shop-box .product-link.w-25 img {
    height: 404px;
}

.products-listing .product-box .product-name, .products-listing .shop-box .product-name {
    text-align: center;
}

.clearfix {
    clear: both !important;
}


.products-listing .product-box .product-name, .products-listing .shop-box .product-name {
    color: #fff !important;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.25em;
}

.products-listing.grid-view .product-box .product-link.w-100, .products-listing.grid-view .shop-box .product-link.w-100 {
    background-color: rgba(229, 0, 126, 0.80) !important;
}

#productFilter label, #innerFilter label {
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 12px;
}

.products-listing.grid-view .product-box .product-link.w-25 img, .products-listing.grid-view .shop-box .product-link.w-25 img {

}

@media only screen and (min-width: 1280px) {
    .products-listing.grid-view .product-box .product-link.w-25 img, .products-listing.grid-view .shop-box .product-link.w-25 img {

    }
}

@media screen and (max-width: 768px) {
    .hidden_mobile {
        visibility: hidden;
        display: none;
    }
    .smallSliderProductDetail{
        width: auto;
        float: none;
    }

    .products-listing.grid-view .product-box .product-link.w-25 img, .products-listing.grid-view .shop-box .product-link.w-25 img {
        height: 200px !important;
    }

    .products-listing.grid-view {

        padding-top: 1.5rem !important;
    }

    .small-slider .productDetailsSlider .fadeImage {
        height: 350px !important;
    }
}
.fadeImage{
    object-fit: contain;
}

.search-form {
    position: relative;
    max-width: 600px;
    margin: auto;
    margin-top: 10px;
}

.search-form input[type=search] {
    width: 100%;
    border-radius: 30px;
    padding: 10px 120px 10px 20px;
}

.search-form .btn-primary {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px 25px;
    font-size: 14px;
    border-radius: 0 25px 25px 0;
}

.smallSliderProductDetail {
    width: 400px;
    float: right;
}

.small-slider .productDetailsSlider .fadeImage {
    height: 400px;
    width: 400px;
}
.image_3d .fadeImage {
    height: 400px;
    width: 400px;
}
.image-box .news-caption2 {
    color: #fff;
    position: absolute;
    right: 20px;
    top: auto;
    bottom: 0;
    left: 20px;
    background-color: rgba(229,0,126,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s linear;
    padding: 10px 60px;
    height: 50px;
}
body a {

}
body a:hover{
color: rgba(229,0,126,.8);
}
.pink_bg .btn-primary-border{
    color: #fff;
    border: 2px solid #fff;
}
.pink_bg .btn-primary-border:hover{
    background: #fff;
    color: #e5007e;
    border: 2px solid #fff;
}
body .color-white h2 span{
    color: #fff!important;
}
body .color-white p span{
    color: #fff;
}
.image-text-box .row .text-content {
    padding: 0 30px;
    max-width: 700px;
    margin: auto;
}

.wpcf7-acceptance label {
    padding-left: 0px!important;
    font-size: 14px!important;
}
.wpcf7-acceptance label h5, .wpcf7-form h5 {
    font-size: 14px!important;
}
.realisations-template-default .herosliderslide{
    background: #fff;
}
.realisations-template-default .slick-dots {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.showroom .col-sm-6 img {
    border: none;
    height: 350px;
    width: 100%;
    margin: 40px 0;
    object-fit: cover;
}
span.wpcf7-list-item{
    margin-left: 0px!important;
}
@media screen and (max-width: 767px) {
    .smallSliderProductDetail {
        width: auto;
        float: none;
    }

}
body .products-listing.grid-view .product-box .product-link.w-25 img, body .products-listing.grid-view .shop-box .product-link.w-25 img {
    height: 400px;
}
.sub_items{
    position: absolute;
    background: #fff0f0;
    z-index: 1;
    text-align: center;
    padding: 20px 15px;
    right: 235px;
    top: 30px;
    width: 140px;
}
.sub_items a{
    display: block;
    margin-left: 0!important;
    text-transform: uppercase!important;
    color: #40403f;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
}
.relatedLink{
    font-size: 14px;
}
.articles-list .news-caption {
    opacity: 1!important;
}
h4 span{
    display: block;
    padding-top: 10px;
}
.image-box h3{
    color: #fff;
}
body{
    text-rendering: optimizeLegibility;

}
h3{
    font-size: 28px;
    color: #000;
    font-family: Open Sans,sans-serif;
    font-weight: 400;
}

.listing-form .form-group .relative:after {
    z-index: 0;
}
.listing-form .form-group .relative {
    position: relative;
    background: #fff;
    border-radius: 20px;
    z-index: 0;
}
.listing-form .form-group .relative select {
    background: transparent;
    border: 0;
    border-radius: 20px;
    appearance: none;
    -webkit-appearance: none;
    color: #000;
    width: 100%;
    position: relative;
    z-index: 1;
}
#st-1 .st-btn[data-network='sharethis'] {
    background-color: #000!important;
}
.news-caption ul{
    max-width: 700px;
    text-align: left;
    margin: auto;
}
.news-caption p {
    max-width: 700px;
    margin: auto;
    text-align: left;
}
#st-1 .st-btn:hover {
    opacity: 1!important;
    top: 0!important;
    background: #e4007e!important;
}
.color-white span{
    color: #fff;
}
.color-white .btn-white-border{
    color: #fff;
}
a {
    color: #e4007e;
}
.color-white a{
    color: #000;
}
.color-white a:hover{
    color: #fff;
}
.image_3d .fadeImage {
    object-fit: cover;
    height: auto;
}
.news .news-caption {
    opacity: 1!important;
}
p {
    margin-top: 0;
    margin-bottom: 1rem!important;
}
body .section {
    padding: 60px 0;
}
h3{
    font-family: 'Open Sans', sans-serif;

    font-size: 20px;
}
h4{
    font-family: 'Open Sans', sans-serif;

    font-size: 18px;
}
h5{
    font-family: 'Open Sans', sans-serif;

    font-size: 16px;
}
h6{
    font-family: 'Open Sans', sans-serif;

    font-size: 14px;
    font-weight: 700;
}
.image-box img {
    max-height: 425px;
    object-fit: cover;
}
.herosliderslide__headings h2, .herosliderslide__headings h3, .herosliderslide__headings h4 {
    font-family: Open Sans,sans-serif;
    font-size: 1.875em;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
}
.herosliderslide__headings p span{

    color: #fff!important;

}
.black_bg h3{
    color: #fff!important;
}
.pink_bg h3{
    color: #fff!important;
}
.black_bg .btn-primary-border{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.black_bg .btn-primary-border:hover{
    background-color: #fff;
    border: 2px solid #fff;
    color: #e4007e;
}
.news .image-box img {
    max-height: 425px;
    object-fit: cover;
    min-height: 425px;
}
@media only screen and (max-width: 480px){
    .heroslider {
        height: auto;
    }
    .herosliderslide img {

        object-fit: contain;
    }
    .image-box .news-caption2{
        padding: 10px 20px;
        height: auto;
    }
    .image-box .news-caption h3{
        font-size: 16px;
    }
}
#fader {
    opacity: 0.5;
    background: black;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}
#fader p{
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 15;
    text-align: center;
}
body .white_bg a {
    color: #e6007e!important;
}
body .white_bg a:hover {
    color: #47002a!important;
}

body .black_bg a {
    color: #e6007e!important;
}

body .black_bg a:hover {
    color: #f29fc5!important;
}
body .pink_bg a {
    color: #f29fc5!important;
}

body .pink_bg a:hover {
    color: #47002a!important;
}


body .image-box-big img {
    max-height: 100%;
    object-fit: cover;
}
h3 {
    font-size: 1.625em!important;
}
.showroom .col-sm-3, .showroom .col-sm-4  {
    margin: 10px 0 40px!important;
}
.image-box .news-caption {
    transition: all .1s linear;

}
.image-box .news-caption2{
    height:auto!important;
}
.intro-text h2, .lunoo-book h2 {
    max-width: 700px;
    margin: auto;
    padding: 20px 0;
}
p.modClick:hover{
    cursor: pointer;
}
.modal-dialog {
    height: 100vh;
    display: flex;
    align-items: center;
}
.white_bg h2{
    color: #000;
}