﻿/*@charset "utf-8";*/

html {
    height: 100%;
}


@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: aviny;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/aviny.eot');
    src: url('../fonts/aviny.eot?#iefix') format('embedded-opentype'), url('../fonts/aviny.ttf') format('truetype');
}

body {
    font-family: 'IRANSans';
    direction: rtl;
    overflow-x: hidden;
    background: #f5f5f5;
    height: 100vh !important;
    position: relative;
}

img {
    max-width: 100%;
}


select {
    font-size: 18px !important;
    font-family: Tahoma;
}

.aviny {
    font-family: aviny;
    padding-top: 0px;
}

h1 span, h2 span {
    font-size: 1.2rem;
}

a {
    text-decoration: none !important;
}

.bg-tags {
    background: silver;
    font-size: 13px;
    margin-bottom: 4px;
}

    .bg-tags:hover {
        background: gray;
    }

.bg-blue {
    background-color: #2aa3da;
}

.bg-silver {
    background-color: silver;
    color: #555 !important;
}

.bg-red {
    background-color: #fa5a5e;
}

.bg-orange {
    background-color: #f8a01a;
}

.text-blue {
    color: #2aa3da;
}

.text-black {
    color: #000;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}


.cursor-pointer {
    cursor: pointer;
}

.box-shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}



.bar {
    width: 25px;
    height: 3px;
    background: #000;
    margin-bottom: 5px;
}




/* .dropdown:hover > .dropdown-menu {
    display: block;
} */



.slideshow {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: #fff;
}

.banner1 {
    width: 100%;
    height: 460px;
    background-image: url(../images/1000.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.b-banner {
    width: 100%;
    height: 160px;
}


#thumbs .item {
    background: #C9C9C9;
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

    #thumbs .item h1 {
        font-size: 18px;
    }

#thumbs .current .item {
    background: #FF5722;
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

#big.owl-theme {
    position: relative;
}

    #big.owl-theme .owl-next, #big.owl-theme .owl-prev {
        width: 22px;
        line-height: 40px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        text-align: center;
        top: 50%;
    }

        #big.owl-theme .owl-next:hover, #big.owl-theme .owl-prev:hover {
            background: transparent;
        }

    #big.owl-theme .owl-prev {
        right: 10px;
    }

    #big.owl-theme .owl-next {
        left: 10px;
    }

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
    background: #333;
}

.tags a {
    font-size: 15px;
    display: block !important;
    margin-bottom: 5px !important;
}

.modal-content .item {
    padding: 15px 0px 0px 15px;
}

.row-flatten {
    width: 75%;
    margin: 0 auto;
}

@media (max-width:767px) {
    .menuuu {
        padding-top: 15px !important;
    }

    .appp {
        padding: 0 30px;
    }

    .img-post-box {
        height: 250px !important;
    }

    .rtlrow {
        direction: ltr;
    }

    .text-in-slideshow {
        padding: 0;
    }

    .single-shop-gallery {
        padding: 0 2px !important;
    }

        .single-shop-gallery img {
            margin-bottom: 4px;
        }
}

.media img {
    margin: 7px 5px 0 6px;
}



.attributes h2 {
    margin-bottom: 20px;
}

.attributes p {
    font-size: 15px;
}

.attr {
    width: 150px;
    height: 150px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .attr img {
        margin: 25px 0 0 0;
    }


.min-h {
    min-height: 268px;
}

.rep {
    padding-bottom: 15px;
}

.rep-inner {
    background-position: center;
    background-image: url(../images/bg-4.jpg);
    background-size: cover;
    padding: 60px 0;
}

    .rep-inner p {
        text-align-last: center;
        font-size: 15px;
    }

.category-landing .btn-more {
    left: 0;
}

.col-dlapp {
    padding-top: 60px;
    padding-bottom: 60px;
}

.category-landing-box img {
    transition-duration: .3s;
}

.category-landing-box:hover img {
    transform: scale(1.2);
}

.services-section img {
    width: 75%;
    margin: 0 auto;
}

.app-download-section-end .container {
    max-width: 650px;
}

.header-login h2 {
    font-size: 24px;
    text-align: center;
}

::placeholder {
    opacity: .3 !important;
}

:-ms-input-placeholder {
    opacity: .3 !important;
}

::-ms-input-placeholder {
    opacity: .3 !important;
}

.services-index {
    background: #fff;
}

    .services-index a {
        color: #000;
    }

    .services-index .card {
        background: #fff;
        transition-duration: .2s;
        width: 200px;
        height: 200px;
        margin: 0 auto;
        border: 3px solid #000 !important;
    }

        .services-index .card:hover {
            border-color: #fc732b !important;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
        }


.services .owl-item h5 {
    font-size: 14px;
}

input:focus {
    box-shadow: none !important;
}

.single-banner .container {
    position: relative;
}

.title {
    position: absolute;
    bottom: 10px;
    right: 100px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 5px;
    padding: 10px;
    font-family: aviny;
    right: 0;
    bottom: 0;
}

.title-relate {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0,0,0,.6);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    transition-duration: .25s;
    text-align: center;
}



.menu-under {
    height: 100px;
}

.menu-under2 {
    height: 73px;
}


.menu-side img {
    filter: grayscale(100%);
    opacity: 1;
    transition-duration: .3;
    margin-left: 8px;
}

.menu-side a:hover img {
    filter: none;
    opacity: 1;
}

.menu-side .text-menu {
    padding: 7px 10px;
    font-size: 14px;
    transition-duration: .3s;
}

    .menu-side .text-menu:hover {
        padding-right: 15px;
    }

.menu-side li:hover .line-r {
    width: 0;
}

.menu-side li:hover .line-l {
    width: 100%;
}


.menu-side a {
    color: #a9a9a9;
    width: 100%;
    display: block;
    transition: all .5s;
    padding: 11px;
}

    .menu-side a:hover {
        padding-right: 15px !important;
        transition: all .5s;
    }

.blue:hover {
    color: #2aa3da;
}

.red:hover {
    color: red;
}

.orange:hover {
    color: orange;
}

.green:hover {
    color: green;
}

.violet:hover {
    color: violet;
}

.lightblue:hover {
    color: lightblue;
}

.pink:hover {
    color: pink;
}

.menu-side .line-l {
    background: #2aa3da;
}

.red .line-l {
    background: red;
}

.orange .line-l {
    background: orange;
}

.green .line-l {
    background: green;
}

.violet .line-l {
    background: violet;
}

.lightblue .line-l {
    background: lightblue;
}

.pink .line-l {
    background: pink;
}

#myCarousel .list-inline {
    white-space: nowrap;
    overflow-x: auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

    #myCarousel .carousel-indicators > li {
        width: initial;
        height: initial;
        text-indent: initial;
    }

        #myCarousel .carousel-indicators > li.active img {
            opacity: 0.7;
        }

.map a {
    padding: 3px 10px;
}

.map iframe {
    margin-bottom: 15px;
}

.tab-side ul li .nav-link {
    font-size: 15px;
}

.tab-side .card-text {
    font-size: 14px;
}

.tab-side .card h6 {
    font-size: 14px;
}

.search {
    width: 100%;
}

.search-serv {
    margin-top: 50px;
}

#ContentPlaceHolder1_btnSearch {
    height: 60px;
    width: 100%;
}

.search-icon {
    position: absolute;
    height: 36px;
    margin-top: 1px;
    right: 0;
}

    .search-icon select {
        height: 34px;
        width: 150px;
        margin: 1px 3px 0 0;
        padding: 0 5px 0 0;
        border-radius: 5px;
        border: 1px solid #eee;
    }

.search-btn {
    position: absolute;
    border: 2px solid #fff;
    left: 2px;
    height: 36px;
    margin-top: 1px;
}

.search .search-shop {
    direction: rtl;
    padding-right: 155px;
}

.text-top {
    position: absolute;
    left: 15px;
    top: 25px;
}

.shop-info .card-body img {
    width: 40px;
    border-radius: 50%;
    margin-left: 15px;
}

.shop-info .card-body h5 {
    font-size: 18px;
}

.shop-info .card-body p {
    font-size: 14px;
}

.thumbnail-shop {
    text-align: center;
}

.category-landing-box .thumbnail-shop .card-img-top {
    width: 50%;
    margin: 0 auto;
}

.card-shop {
    padding-bottom: 15px !important;
}

    .card-shop h6 a {
        font-size: 13px;
        color: #000;
    }

    .card-shop img {
        width: 45px;
        margin-left: 5px;
        border-radius: 50%;
    }

    .card-shop h6 {
        font-weight: normal !important;
        padding-top: 15px !important;
    }

    .card-shop p {
        font-size: 14px;
        margin: 15px 0 15px 0 !important;
        padding: 0px 0 10px 0 !important;
    }

.title-group {
    position: relative;
}

    .title-group h2 {
        color: #f8a01a;
        margin: 0 10px;
    }

.line-seperation {
    width: 100px;
    height: 4px;
    margin-top: 22px;
    background: #f8a01a;
    border-radius: 50%;
}

.title-group .btn {
    left: 0;
}

.pagination {
    margin: 20px 0;
}

.page-item:first-child .page-link {
    border-radius: 50%;
}

.page-item:last-child .page-link {
    border-radius: 50%;
}

.pagination a {
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 5px;
    padding: 10px 5px 5px 5px;
    background: #2aa3da;
    color: #fff;
    border: none;
    border-radius: 50%;
    text-align: center;
    transition-duration: .3s;
}

    .pagination a:hover {
        background: #263570;
        color: #fff;
    }

.pagination span {
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 5px;
    padding: 8px 5px 5px 5px;
    background: #263570;
    color: #fff;
    border: none;
    border-radius: 50%;
    text-align: center;
}

.services .owl-prev {
    margin-top: -26px;
    position: absolute;
    top: 40%;
    right: -50px;
    transition-duration: .3s;
}

.services .owl-item {
    background: #fff;
    box-shadow: 0 0 15px #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.services .owl-next {
    margin-top: -26px;
    position: absolute;
    top: 40%;
    left: -50px;
    transition-duration: .3s;
}

.services button:hover {
    background: transparent !important;
    color: #2aa3da !important;
}

.services .owl-carousel .owl-stage {
    padding-bottom: 10px;
}

.contact {
    overflow: hidden;
}

    .contact p {
        font-size: 15px;
    }

.ct-item i {
    font-size: 44px;
}

.content {
    margin-bottom: 50px;
}

.content-inner {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}




.servic-search .input-group {
    width: 50%;
    margin: 0 auto;
}

.faq {
    padding-top: 100px;
}

.submit-form {
    padding-top: 100px;
}

.footer {
    background-image: url(../images/bg-5555.jpg);
    padding: 50px 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -325px;
    margin-top: 60px;
}

.footer {
    font-size: 15px;
}

.social i {
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 45px;
    margin: auto 3px;
    width: 50px;
    font-size: 24px;
    text-align: center;
    border: 2px solid #fff;
    transition-duration: .3s;
}

    .social i:hover {
        background: #fff;
        color: #2aa3da;
    }

.copyright p {
    font-size: 12px;
}

@media (max-width:991px) {

    .apps {
        width: 85%;
    }

    #myTabContent img {
        width: 100%;
    }

    .why-us-container::after {
        right: 20px;
    }

    .why-roya-col::after {
        right: -9px;
    }

    .why-roya-col-2::after {
        right: 6px;
    }

    .min-h {
        margin-bottom: 20px;
    }

    .min-h-2 {
        min-height: inherit !important;
    }

    .tab-none .tab-side {
        display: none;
    }

    .slideshow {
        text-align: center;
    }

    .banner {
    }

    .slideshow img {
    }


    .menu-side ul li {
        display: inline-block;
        direction: ltr;
    }

    .menu-side ul {
        margin-top: 10px;
        white-space: nowrap;
        overflow: auto;
        direction: rtl;
        padding-bottom: 15px !important;
        padding-right: 0 !important;
    }

    .col-menu-side .h-100 {
        height: auto !important;
    }

    .footer {
        bottom: -380px;
    }
}

@media (max-width:768px) {

    .service-carousel {
        display: none !important;
    }

    .search-serv {
        margin: 0;
    }

    .landing-services-box p {
        text-align: center !important;
    }

    .title {
        font-size: 28px;
    }

    .content-inner img {
        width: 100%;
    }
}

@media (max-width:767px) {
    .col-slider-shop {
        padding: 0 5px 0 3px !important;
    }

    .services-index .card {
        width: 175px;
        height: 175px;
    }

        .services-index .card h6 {
            font-size: 14px !important;
        }

    .apps {
        width: 100%;
    }

    .header-login h2 {
        font-size: 20px;
    }



    .title {
        font-size: 18px;
    }



    .services-section img {
        width: 80% !important;
    }

    .title-group .line-seperation {
        display: none;
    }

    .title-group-m .justify-content-center {
        justify-content: right !important;
    }

    .landing-services-box {
        margin-bottom: 15px;
    }

    .min-h {
        min-height: inherit !important;
    }

    .min-h-2 {
        min-height: inherit !important;
    }

    .menu-side .text-menu:hover {
        padding-right: 10px !important;
    }

    .search {
        width: 100%;
    }

    .input-group-append {
        float: right !important;
        width: 25%;
    }

    .search-icon {
        position: inherit !important;
        margin-bottom: 10px;
    }

        .search-icon select {
            width: 100%;
        }

    .search-shop {
        padding-right: 5px !important;
    }

    .slideshow {
        height: 500px;
    }

        .slideshow img {
            width: 50%;
        }


    .mobile-dl-btn {
        display: block !important;
    }

    .desktop-dl-btn {
        display: none !important;
    }

    .header a {
        color: #000;
    }

    .menu ul {
        width: 100%;
        background: #fff;
    }

        .menu ul li {
            display: block;
            width: 100%;
            visibility: visible !important;
            animation-name: inherit !important;
            border-bottom: 1px solid #ccc;
        }

            .menu ul li a {
                width: 100%;
                text-shadow: none;
                font-size: 13px;
            }

                .menu ul li a:hover {
                    background: #eaeaea;
                }

    .btn-nav {
        display: block;
    }

    .overlay {
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        visibility: hidden;
        z-index: 9;
        transition-duration: .3s;
    }

    .slideshow img {
        width: 100%;
    }

    .img-fluid {
        width: 100px;
    }

    .servic-search .input-group {
        width: 100%;
    }

    .overlay-block {
        visibility: visible;
        background: rgba(0,0,0,.5);
    }

    .ltr-responsive {
        direction: ltr !important;
    }

    .footer {
        bottom: -640px;
    }
}

@media (max-width:991px) {
    .img-post-box {
        height: 130px;
    }

    .searchbox {
        margin-top: -10px !important;
    }

    .modal-content2 {
        padding: 0 15px 0 0 !important;
    }

    .modal-content .item {
        padding: 15px 15px 0px 15px;
    }

    .modal .owl-prev {
        right: 15px;
    }

    .box-border {
        border-bottom: 1px solid #555 !important;
        border-left: none;
    }

    .min-h-3 {
        min-height: 300px !important;
    }
}

@media (max-width:767px) {
    .min-h-3 {
        min-height: inherit !important;
    }
}

@media (max-width:575px) {
    .slideshow {
        height: 300px !important;
    }

    .about-carousel img {
        display: none;
    }
}

.dropdown:hover > .dropdown-menu {
    display: block;
}


.main-header .dropdown-menu {
    top: 100% !important;
    right: -155%;
    left: auto;
    text-align: right;
    padding: 0 !important;
    min-width: 13rem !important;
}

.dropdown-menu li {
    font-size: 14px;
    border-bottom: 1px solid #e9e9e9;
    padding: 3px;
}

    .dropdown-menu li:last-child {
        border: none;
    }

    .dropdown-menu li a {
        padding: 7px;
        color: #858585;
    }


.title-single-shop img {
    display: flex;
    margin: 0 auto 10px;
    width: 100%;
}

.off {
    color: #555;
    background: silver;
}

@media only screen and (max-width:650px) {
    .aviny {
        text-align: center !important;
    }

    .title-single-shop img {
        margin: 20px auto;
        width: 50%;
    }

    .card-shop {
        padding: 15px 0;
    }

    .single-card {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width:767px) {
    .boxes::before {
        width: 0 !important;
    }

    .leave-comm {
        width: 100% !important;
        margin: 5px auto 20px !important;
        border: 0 !important;
    }

    .cell {
        float: none !important;
    }

    .profile-img {
        margin: 10px auto 0;
    }

    .main-com {
        border: 1px solid #ccc;
        border-radius: 25px;
        margin: 15px 0;
    }

    .single-card {
        display: flex;
        justify-content: center;
    }
}

.nav-link.active, .nav-link:hover {
    border: 0 !important;
}


.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-link {
    border: 0 !important;
    border-radius: 0 !important;
}



.nav-tabs .nav-item {
    margin-bottom: 0 !important;
}

.nav-link, .nav-link:hover {
    color: #808080;
}

.hdr1 {
    border-bottom: 1px solid #f60d9a;
    margin-bottom: 17px;
}

    .hdr1 h5 {
        display: inline-block;
        border-bottom: 2px solid #f60d9a;
    }

.boxes::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    right: -1px;
    top: 30px;
    background-color: #dcdcdc;
}

/**********************************************************/

h3 {
    font-size: 15px !important;
    line-height: 32px;
    margin: 0 !important;
}

/********************************swiper slider********************************/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%; /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hover-effect {
    position: relative;
    width: 100%;
}

.swiperimage {
    display: block;
    width: 100%;
}

.ioverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    width: 100%;
    height: 40px;
    transition: .5s ease;
}

    .ioverlay p {
        display: none;
        text-align: justify;
        font-size: 14px !important;
    }

.hover-effect:hover .ioverlay p {
    display: block;
    text-align: justify;
}

.hover-effect:hover .ioverlay {
    height: 40%;
    width: 100%;
    overflow: hidden;
}

.swipertext h4 {
    font-size: 18px !important;
}

.swiper-button-prev {
    color: white;
    background-color: rgba(29,29,29,.3);
    border-radius: 50%;
    right: 20px !important;
    left: auto;
    padding: 2%;
}

    .swiper-button-prev:hover {
        background-color: #00D0FF !important;
        transition: 0.6s;
    }

.swiper-button-disabled {
    pointer-events: auto !important;
}

.swiper-button-next {
    color: white;
    background-color: rgba(29,29,29,.3);
    border-radius: 50%;
    left: 20px !important;
    right: auto;
    padding: 2%;
}

    .swiper-button-next:hover {
        background-color: #00D0FF !important;
        transition: 0.6s;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 18px !important;
        font-weight: 600;
    }
/********************************Shops-main********************************/

.all-view .card {
    background-image: url("../images/foods bgjpg.jpg");
    height: 430px;
}

    .all-view .card .icon {
        font-size: 55px;
    }

.service-carousel .item img {
    width: 50%;
    margin: 0 auto;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

element {
}

.swipertext {
    white-space: nowrap;
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.text-in-slideshow {
    padding-top: 100px;
}

.slideshow img {
    width: 100%;
}

.attributes {
    overflow: hidden;
    background: #fff;
}

.why-us {
    padding: 100px 0;
    background-image: url(../images/bg-3.png),url(../images/bg-4.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top,bottom;
    background-size: contain,contain;
    overflow-x: hidden;
    position: relative;
    text-align: justify;
    text-align-last: right;
    font-size: 15px;
}

.blog {
    padding: 40px 0;
    overflow-x: hidden;
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.carousel-item img {
    margin: auto;
}

.slides .lazy {
    max-height: 355px;
}

.slides img {
    border-radius: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
    height: auto;
}

.small-banner img {
    height: 450px !important;
    max-height: 450px !important;
    width: 100%;
}

.btn-sec {
    background-color: #efe5e2;
}

.icategories {
    margin-top: 2%;
}

.flickity-enabled {
    outline: none !important;
}

.icategories .flickity-viewport {
    height: 140px !important;
}

.icategories .flickity-slider .carousel-cell {
    width: 150px;
}

.img1 {
    width: 133px;
    height: 133px;
    border-radius: 100%;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
}

.filter-grid-item {
    height: auto;
    margin: 1%;
    width: 230px;
}

.filter-grid-item {
    text-align: center;
}

    .item-title, .filter-grid-item .small {
        white-space: normal !important;
        height: 45px !important;
        overflow: hidden !important;
        text-overflow: unset !important;
        text-align: justify !important;
        line-height: normal !important;
        margin-top: 20px;
        padding: 2%;
    }

.right-box .image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 180px !important;
    margin-top: 5px !important;
}

.related-product .filter-grid-item .item-title, .filter-grid-item .small {
    white-space: normal !important;
    max-width: none !important;
    overflow: auto !important;
    text-overflow: unset !important;
    text-align: justify !important;
    line-height: normal !important;
    margin-top: 0 !important;
    height: auto !important;
}

.right-box {
    background: none !important;
}

.right-box {
    height: 170px;
}

.right-box {
    background: none !important;
}

.right-box {
    position: relative;
    width: 100%;
}

.filter-grid-item .item-title, .filter-grid-item .small {
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    height: 30px;
}

.filter-grid-item .item-title {
    font-size: 13px;
}

.right-box .image {
    width: auto;
    max-width: 100%;
    max-height: 180px !important;
    margin-top: 5px !important;
}

.image1 {
    max-width: 150px;
    max-height: 150px;
    padding: 10px;
}

.carousel-cell {
    width: 220px;
    height: auto;
    margin-left: 20px;
    border-radius: 8px;
    border-radius: 13px;
}

.carousel-cell1 {
    width: 220px;
    height: 100px;
    margin-left: 20px;
    border-radius: 8px;
    border-radius: 13px;
}

.topright-container {
    position: relative;
}

    .topright-container .topright {
        position: absolute;
        top: 8px;
        right: -10px;
        font-size: 13px;
        padding: 2%;
        color: white;
        background-color: rgba(0,0,0,0.2);
        font-weight: normal;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

@media screen and (max-width: 789px) {
    .color-section-mobile {
        display: none !important;
    }

    .small-banner img {
        height: auto;
        width: 100%;
    }

    .slides img {
        width: 100%;
        text-align: center;
        justify-content: center;
        height: auto !important;
    }
}

.iPrice {
    font-size: 14px !important;
}

.flickity-page-dots {
    display: none;
}



.related-product .filter-grid-item .item-title, .filter-grid-item .small {
    white-space: normal !important;
    max-width: none !important;
    overflow: auto !important;
    text-overflow: unset !important;
    text-align: justify !important;
    line-height: normal !important;
    margin-top: 0 !important;
    height: auto !important;
}

.right-box {
    height: 170px;
}

.right-box {
    background: none !important;
}

.right-box {
    position: relative;
    width: 100%;
}

    .right-box .image {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 180px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.filter-grid .image {
    margin: auto;
    margin-top: auto;
}

.nn {
    color: black;
}

.rounded-20 {
    border-radius: 20px !important;
}

.slides .carousel-item {
    max-height: 100%;
    border-radius: 20px;
}

.slides .carousel-inner {
    border-radius: 20px;
}

.slides .left-banner {
    height: 100%;
    width: auto;
    overflow: hidden;
    border-radius: 20px;
    max-height: 450px;
}



/*----------------------------------------Product-section------------------------------------------*/
.text-green-blue {
    color: #19bfd3 !important;
}

    .text-green-blue .bi-chevron-left {
        line-height: 1 !important;
    }

.lazyload_parent {
    background-image: url('../images/lazyloadimage.webp') !important;
    background-size: cover !important;
}

/*---------------------------------------------------------------------------------*/
.bg-pink {
    background-color: #e56921 !important;
}

.amasing_box {
    width: 160px !important;
    padding-top: 10px;
}

    .amasing_box .amazing_title {
        font-size: 26px;
        font-weight: 600;
    }

        .amasing_box .amazing_title a {
            font-size: 14px;
        }

    .amasing_box .bi-chevron-left {
        color: white !important;
    }

.parent-flickity {
    border-radius: 12px !important;
}

.flickity-title {
    border-radius: 12px !important;
    font-size: 18px !important;
}

.amasing_box_all {
    padding: 48px;
    width: 200px;
}

/* ---- previous/next buttons ---- */


.flickity-prev-next-button.previous {
    right: 20px;
    position: absolute;
}

.flickity-prev-next-button.next {
    left: 20px;
}

.flickity-prev-next-button {
    /*top: 48%;*/
    bottom: 30%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 1px solid #ddd;
    cursor: pointer;
    background-color: rgb(255,255,255);
}

.amasing_flickity .flickity-prev-next-button {
    /*top: 48%;*/
    bottom: 40%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 1px solid #ddd;
    cursor: pointer;
    background-color: rgb(255,255,255);
}
/* right to left */

.flickity-rtl .flickity-prev-next-button.next {
    position: absolute;
}

.flickity-prev-next-button .flickity-button-icon {
    left: 20%;
    top: 200px;
    width: 60%;
    height: 60%;
}

.flickity-page-dots {
    display: none;
}

.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.6;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
}

.flickity-button-icon {
    fill: currentColor;
}

.carousel-cell,.filter-grid-item,.amasing_flickity {
  /* Add whatever CSS props you want */
  visibility: hidden;
}

.carousel-cell.pageloaded,.filter-grid-item.pageloaded ,.amasing_flickity.pageloaded{
   visibility: visible;
}


