.desktop-nav .nav-bar.li-dimension>ul>li {
    padding: 10px 0;
}

.desktop-nav .nav-bar>ul>li.menu-item-has-children>a:before {
    top: 50%;
    right: -20px;
}


.slideUp {
    top: -100px;
}

.header-style-one .desktop-nav {
    transition: all 0.7s ease, background-color 1ms;
}

.desktop {
    display: block;
}

.banner-style-one {
    padding-top: 300px;
}

.preloader img {
    width: 117px;
    object-fit: contain;
}

.featured-slider-one__links {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 3;
    display: flex;
    transform: translate(-50%, 0);
}

.featured-slider-one__links a {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
    transition: all 0.3s ease;
}

.featured-slider-one__links a:hover {
    transform: scale(1.05);
}

.featured-slider-one__links a i {
    display: flex;
    align-items: center;
}

.featured-slider-one__links i svg {
    width: 20px;
    height: 20px;
}

.featured-slider-one__links i svg path {
    fill: #fff;
}

.s-d-gallery img {
    object-position: bottom;
}

/*Products*/
.product__img a[data-fancybox] {
    height: 300px;
}

.product__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-styled {
    height: 10px;
}

.slider-styled .noUi-connect {
    background: #000;
}

.slider-styled .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    /* half the width */
    border-radius: 9px;
}

.product__item h6 {
    margin-bottom: 10px;
}

.slider__box-value {
    height: 37px;
    width: 100%;
    text-align: center;
}

.noUi-touch-area {
    cursor: pointer;
}

.product__item {
    margin-bottom: 20px;
}

.product__item .nice-select {
    height: 45px;
    margin-bottom: 20px;
}

.product__wrappper {
    display: flex;
    align-items: center;
}

.product__key a {
    color: #fff;
    background: #000;
    color: #fff;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #000;
    display: inline-block;
}

.product__key a:hover {
    background-color: #fff;
    color: #000;
}

.product__modal.active {
    display: flex !important;
}

.product__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px 100px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #000;
}

.product__content-install__item.product__btn {
    padding: 10px 0px;
    max-width: 225px;
    width: 100%;
}

.product__content-install:nth-child(2) {
    margin-left: 25px;
}

.product__btn:hover {
    color: #fff;
    background-color: #000;
}

.product__btn-offer {
    color: #000;
    max-width: 460px;
    width: 100%;
    font-weight: 500 !important;
}

.product__btn-offer:hover {
    background-color: #000;
    color: #fff;
}

.product__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000005f;
    z-index: 999;
}

.product__modal-window {
    width: 100%;
    height: 50vh;
    background-color: #fff;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
}

.product__modal-window:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgb(255, 238, 2);
    background: linear-gradient(146deg, rgba(255, 238, 2, 1) 25%, rgba(243, 231, 245, 0) 69%);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100%;
    height: 100%;
    transform: scale(1.01) translateY(-1px);
}

.product__modal-mobile::-webkit-outer-spin-button,
.product__modal-mobile::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product__modal-content {
    padding: 20px;
    height: 100%;
}

.product__modal-initial {
    padding-top: 20px;
    height: 100%;
    text-align: center;
}

.product__modal-initial a {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    width: 100%;
}

.product__modal-initial-btn {
    height: 100%;
    display: flex;
    align-items: center;
}

.product__modal-item {
    display: none;
    position: relative;
}

.product__modal-item.active {
    display: block;
}

.product__modal-item i {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 22px;
    cursor: pointer;
}

/*HOME PAGE CATEGORY LIST*/

.category-list {
    padding: 50px 0;
}

.category-item {
    width: 100%;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.category-item:hover {
    display: block;
    transform: scale(1.02);
}

.category-item a {
    width: 100%;
    transition: all 0.3s ease;
}

.category-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.category-list h3 {
    font-size: 28px;
    margin-bottom: 40px;
}

.category-item h4 {
    margin-top: 10px;
    color: #000;
    font-size: 22px;
}

.color-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: block !important;
    border-bottom: none !important;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    padding: 20px;
}

.color-item a[data-fancybox] {
    height: 150px;
}

.about-how-it-works img.how-work_img {
    height: 300px;
    object-fit: cover;
}

.product__content-install__wrappper,
.product__content-install {
    width: 100%;
}

.product__content-install__item.active {
    background-color: #000;
}

.product__content-install__item label {
    cursor: pointer;
    transition: all 0.3s ease;
}

.product__content-install__item.active label {
    color: #fff;
}

.product__content-install__item:last-child {
    margin-right: 0;
}

.footer-style-one .footer-p-2 .footer-col p{
    line-height: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width:1200px) {
    .desktop {
        display: none !important;
    }
}

@media screen and (max-width:992px) {
    .core-features .video:before {
        display: none;
    }

    .product__img a[data-fancybox] {
        margin-bottom: 50px;
    }
}
