    body {
        background-color: #ffffff;
    }
    
    .bac-img {
        background-image: url(/themes/defaultTheme/custom/pic1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    /* header modify --------------------------------------------------*/
    
    header.main-header .nav-item.account {
        border: none !important;
    }
    
    header.main-header {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: white;
        background-image: url(/themes/defaultTheme/custom/head.jpg);
    }
    
    .paralox {
        background-image: url(/themes/defaultTheme/custom/5.jpg);
        background-position-x: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    header.main-header .dropdown-menu .dropdown-item:hover,
    header.main-header .dropdown-menu .dropdown-item:focus,
    header.main-header .dropdown-menu .dropdown-item:active {
        color: #000 !important;
    }
    
    .btn-primary-cm {
        background-color: #a1a1a1 !important;
    }
    
    .about-content {
        font-size: 16px;
        line-height: 1.7;
        font-weight: 300;
        padding: 15px;
        background: #0000008c;
        border-radius: 5px;
    }
    
    .para-item * {
        transition: all .2s;
    }
    
    .para-item:hover .para-img {
        opacity: 1;
        transform: translateY(-5px);
    }
    
    .para-item:hover h5 {
        color: red;
    }
    
    .para-img {
        width: 40%;
        opacity: .95;
    }
    
    .para-back {
        background-color: rgb(0 0 0 / 65%);
        width: 100%;
        height: 100%;
    }
    
    .para-item h5 {
        color: white;
        padding: 10px;
        background: #0000008c;
        width: 10rem;
        margin-top: 20px;
        border-radius: 5px;
    }
    
    .top-header {
        height: 95px;
        background-color: #00000040;
    }
    
    header.main-header .dropdown-menu {
        top: 25px;
        border-radius: .25rem;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    header.main-header .main-menu .list>.list-item:hover>a {
        color: black !important;
    }
    
    header.main-header .main-menu .list>.list-item>a::before {
        background-color: white !important;
    }
    
    .search-amazing-tab .product-card {
        padding-top: 0;
        background: #d6d6d6;
    }
    
    .megadrop.row .h5 {
        font-size: 14px !important;
    }
    
    header.main-header .main-menu .list .list-item.mega-menu>.sub-menu>li>a {
        color: #000;
        font-weight: 800;
    }
    
    header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a:hover {
        color: red;
    }
    
    header.main-header .main-menu .list .list-item.mega-menu>.sub-menu>li>a:hover {
        color: #000000 !important;
        font-weight: bold;
    }
    
    header.main-header .dropdown-menu.cart {
        width: 240px;
    }
    
    header.main-header .nav-link,
    header.main-header .main-menu .list>.list-item>a {
        color: rgb(255, 255, 255);
    }
    
    .btn-danger {
        box-shadow: none;
    }
    
    #fix-nav {
        background-color: #00000000;
        margin-bottom: 0;
    }
    
    .affix {
        position: fixed;
        top: 0;
        z-index: 100000;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03) !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03) !important;
        background-image: url(/themes/defaultTheme/custom/head.jpg) !important;
        padding: 10px;
        transition: all .5s ease;
    }
    /* start slider section------------------------------------------------------ */
    
    .slider-background {
        width: 100%;
    }
    
    .slidersection {
        margin-top: 50px;
        display: flex;
    }
    
    .slider-text {
        text-align: justify;
        background-color: #53535385;
        padding: 15px;
        border-radius: 5px;
        color: white;
        line-height: 1.8;
        font-weight: 300;
    }
    
    .slidersection .carousel-inner {
        max-height: 300px;
        min-height: 300px;
    }
    /* ----------services----------------------- */
    
    .bk-icons-footer {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: darkgray;
    }
    /* ------------------searchbar------------------ */
    
    .search-bar {
        margin-top: 75px;
    }
    
    .search-area form.search {
        position: relative;
    }
    
    .search-area form.search input {
        width: 100%;
        height: 100%;
        padding: 7px 10px 7px;
        line-height: 1.833;
        font-family: iranyekan;
        font-weight: 500;
        font-size: 14px;
        border-radius: 7px;
        background-color: #ffffff;
        border: 1px solid #f3f3f3;
        color: #000000;
        outline: none;
    }
    
    .search-area form.search button {
        width: 40px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-radius: 7px 0 0 7px;
        background: #00000000;
        border: 0;
        cursor: pointer;
        outline: none;
    }
    
    .search-area form.search button img {
        width: 26px;
    }
    
    .search-area form.search .close-search-result {
        width: 25px;
        height: 25px;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        left: 60px;
        top: 50%;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none;
    }
    
    .search-area form.search .close-search-result.show {
        display: block;
    }
    
    .search-area form.search .search-result {
        position: absolute;
        right: 0;
        left: 0;
        background-color: #fff;
        z-index: 100001;
        border-radius: 0 0 10px 10px;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 15px;
        display: none;
    }
    
    .search-area form.search .search-result.open {
        display: block;
    }
    
    .search-area form.search .search-result ul {
        list-style: none;
        margin-bottom: 0;
    }
    
    .search-area form.search .search-result ul li {
        line-height: 30px;
    }
    
    .search-area form.search .search-result ul li a {
        color: #212121;
        display: block;
        padding: 2px 0px;
    }
    
    .search-bar {
        width: 40%;
    }
    
    .lang-flag .flag-img {
        width: 30px;
    }
    
    .lang-flag ul {
        display: flex;
        margin: 0 0 0 8.5rem;
        float: left;
        padding: .25rem;
    }
    
    .lang-flag .flag-item a {
        padding: 0 5px;
    }
    
    .lang-flag .flag-item img {
        margin: 0 5px;
    }
    
    .little-des {
        margin-top: 0px;
    }
    
    .service-box {
        border: 1px solid #ddd;
        padding: 10px 20px;
        margin-top: 20px;
        background-color: #f5f5f5;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    
    .service-box li {
        padding: 10px;
    }
    
    .servic-list {
        display: flex;
        align-items: center;
        user-select: none;
    }
    
    .series-lists :not(:last-of-type) {
        border-bottom: 1px solid #ddd;
    }
    
    .servic-list .svg-title {
        margin: 0 5px;
    }
    
    .svg-div {
        margin: 0 5px;
    }
    
    .svg-div .st0,
    .svg-div svg {
        fill: rgb(45 70 100);
    }
    
    .svg-div svg {
        width: 45px;
        height: 45px;
    }
    /* --------------------category---------------------------------- */
    
    .category {
        justify-content: center;
    }
    
    .cat-items .item:last-child {
        border-left: 0;
    }
    
    .cat-items .item:hover svg,
    .cat-items .item:hover h5 {
        fill: red;
        color: red;
    }
    
    .cat-items .item {
        margin-left: 1px;
        margin-right: 1px;
        text-align: center;
        background: #00000096;
        width: 136px;
        padding-top: 10px;
    }
    
    .cat-items svg {
        fill: white;
        height: 50px;
        width: 50px;
    }
    
    .cat-items h5 {
        color: white;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 8px;
        background: #363636c2;
    }
    
    .pro-carousel .owl-stage {
        margin: auto;
    }
    
    .pro-card {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }
    
    .pro-card:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .pro-title {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    
    .pro-list .pro-title a {
        color: white;
        font-size: 12px;
    }
    
    .pro-title a {
        color: rgb(68, 68, 68);
        font-size: 12px;
    }
    
    .pro-carousel .owl-item {
        padding-top: 10px;
    }
    
    .pro-carousel .pro-card a {
        display: flex;
        justify-content: center;
        font-size: 18px;
    }
    
    .pro-carousel2 {
        direction: ltr;
    }
    /*--------------------products------------------------ */
    
    .products-carousel .product-card {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: rgba(7, 7, 252, 0);
    }
    
    section.slider-section {
        border-radius: 0;
        background-color: #ffffff00;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .products-carousel .product-thumb {
        background-color: #3a3a3a;
        padding-top: 1px;
        padding-right: 1px;
        padding-left: 1px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    
    .products-carousel .product-thumb::before {
        content: none;
    }
    
    .products-carousel {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .products-carousel .product-thumb>img {
        max-width: 100%;
    }
    
    .product-card .pro-img>img:hover {
        transform: scale(1.1);
    }
    
    .pro-img {
        overflow: hidden;
    }
    
    .products-carousel .product-card-body {
        background-color: #3a3a3a;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .products-carousel .pro-title {
        padding-bottom: 10px;
        text-align: center;
        height: 57px;
        overflow: hidden;
    }
    
    .product-card .product-card-body {
        padding: 0px 0.25rem !important;
    }
    
    footer.main-footer {
        background: #1b1b1b;
        margin-top: 0;
    }
    
    .bg-footer {
        background-color: #1b1b1b;
    }
    
    footer.main-footer .back-to-top {
        border-top: 0;
    }
    
    footer.main-footer .back-to-top a {
        color: white !important;
    }
    
    footer.main-footer .widget-menu .card-title {
        color: white;
        padding-bottom: 5px;
        border-bottom: 1px solid #fff;
        width: max-content;
    }
    
    footer.main-footer .widget-menu .footer-menu li a {
        color: white;
    }
    /* -------------------------ovel nav----------------------------- */
    
    .products-carousel .owl-nav {
        margin-top: 0;
    }
    
    .products-carousel .owl-nav button {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        line-height: 37px !important;
        text-align: center;
        outline: none;
        -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    
    .products-carousel .owl-nav button.owl-next,
    .products-carousel .owl-nav button.owl-prev {
        background-color: #fff;
        border-radius: 50%;
        font-size: 40px;
        color: #6a6a6a;
    }
    
    .products-carousel .owl-nav button.owl-next {
        left: -15px;
        cursor: pointer;
    }
    
    .products-carousel .owl-nav button.owl-prev {
        right: -15px;
        cursor: pointer;
    }
    
    .products-carousel .owl-nav button.owl-next:hover,
    .products-carousel .owl-nav button.owl-prev:hover {
        background-color: #fff;
        color: #000;
    }
    
    .products-carousel .owl-nav button.disabled {
        opacity: 0 !important;
    }
    /* -----------------------article--------------------------- */
    
    .article {
        background-color: #3a3a3a;
    }
    
    .article-head {
        /* background-color: #3a3a3a; */
        color: white;
        text-align: center;
        padding: 5px;
    }
    
    .social {
        float: left;
    }
    
    .tap-back {
        background-color: black;
        color: white;
    }
    
    .tap {
        display: flex;
        justify-content: center;
    }
    
    .social {
        display: flex;
        justify-content: flex-end;
    }
    
    .social a {
        color: white;
    }
    
    .tellnumber span {
        margin-right: 10px;
    }
    
    .slider-section.brand {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    /* --------------------------------------------- */
    
    .article .card {
        display: flex;
        position: relative;
        /* box-shadow: 0 12px 12px -4px rgba(0, 0, 0, 0.24); */
        transition: all .4s cubic-bezier(0.4, 0.0, 0.2, 1);
        border: 1px solid #333;
        color: white;
        width: 100%;
        height: 300px;
        background: url(/themes/defaultTheme/custom/no-image.png);
        background-size: cover;
    }
    
    .article .card-title {
        padding: 10px 12px 5px 12px;
        font-weight: 400;
    }
    
    .article .card-block {
        border-radius: .25rem;
    }
    
    .article .card-bg {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        background-color: #000000a6;
        transition: .5s ease;
    }
    
    .article .card-text {
        font-size: 16px;
        font-weight: 300;
        color: #ffffff;
        text-align: justify;
        padding: 0px 10px 5px 10px;
    }
    
    .article .card:hover {
        box-shadow: 0 28px 40px -12px rgba(0, 0, 0, 0.24);
        transform: scale(1.02);
    }
    
    .article .card:hover .card-bg {
        opacity: 1;
    }
    
    .article .card:hover .f-title {
        display: none;
    }
    
    .f-title {
        text-align: right;
        padding: 10px 5px;
        background: #000000c4;
        text-align: center;
    }
    
    .bred {
        display: flex;
        justify-content: center;
    }
    
    .article a {
        color: white;
        border-radius: 10px;
    }
    
    .tap-txt-size {
        font-size: 12px;
    }
    
    header.main-header .main-menu .list>.list-item-has-children>a::after {
        top: -5px;
    }
    
    header.main-header .main-menu .list>.list-item>a {
        padding: 0 10px;
    }
    
    header.main-header .main-menu .list .list-item-has-children:hover>.sub-menu {
        top: 28px
    }
    
    header.main-header .nav-link {
        padding: 0;
    }
    
    footer .about .content p {
        color: white;
        text-align: justify;
        padding-top: 20px;
    }
    
    .product-card {
        border-radius: 5px !important;
        padding-top: 0;
    }
    
    products-carousel .product-card {
        height: 270px !important;
    }
    
    .dt-sn {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    
    .product-card .product-title>a {
        color: red !important;
    }
    
    .btn-primary-cm {
        background-color: lightslategray !important;
    }
    
    header.main-header .main-menu .list>.list-item-has-children.mega-menu>.sub-menu>.list-item-has-children .list-item-has-children::before {
        color: black;
    }
    
    header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a {
        color: #4c4c4c;
        font-weight: normal;
    }
    
    header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li {
        width: 75% !important;
    }
    
    .justify-content-center .product-card .product-thumb>img {
        max-width: 50%;
        opacity: .8;
    }
    
    #category-products-div .product-card .product-thumb>img {
        max-width: 90%;
        padding-top: 9px;
    }
    
    .product-card .product-title {
        padding: 5px;
    }
    
    .ah-tab>.ah-tab-item,
    .ah-tab>.ah-tab-item:hover {
        border-bottom: 0;
        background: #d6d6d6;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-right: 3px;
    }
    
    .ah-tab-content-wrapper {
        margin: 0;
        padding-top: 15px;
        background: #ededed;
    }
    
    .ah-tab>.ah-tab-item[data-ah-tab-active="true"] {
        background: #ededed;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    
    .side-menu .menu-item {
        padding: 5px;
        display: flex;
        border-top: 1px solid #778899;
        color: black;
        padding-right: 20px;
    }
    
    .side-menu .menu-item * {
        transition: all .5s;
        width: 100%;
        height: 100%;
    }
    
    .side-menu .menu-item:hover {
        background-color: aliceblue;
    }
    
    .side-menu .menu-item:hover * {
        transform: translateX(-3px);
        color: red;
    }
    
    .side-menu .menu-item:hover .menu-pic path {
        fill: red;
    }
    
    .side-menu .menu-pic path {
        fill: rgb(87, 87, 87);
    }
    
    .side-menu .menu-pic {
        width: 11%;
    }
    
    .side-menu .menu-name {
        padding: 10px;
    }
    
    .side-menu .menu-title {
        background: lightslategray;
        color: white;
        padding: 10px;
    }
    
    .side-menu .menu-title:hover {
        cursor: pointer;
    }
    
    .side-article .art-header {
        background: lightslategray;
        color: white;
        padding: 10px;
    }
    
    .side-article .art-header:hover {
        cursor: pointer;
    }
    
    .side-menu .menu-name p {
        font-size: 16px;
        margin-top: 3px;
        margin-bottom: 0;
        color: rgb(87, 87, 87);
    }
    
    .sticy .sidebar {
        border-radius: 5px;
        border: 1px solid #778899;
        background: #ededed;
    }
    
    .side-article .art-title {
        border-top: 1px solid #778899;
        padding: 8px;
    }
    
    .side-article .art-title a {
        display: flex;
    }
    
    .side-article .art-title p {
        margin: 0;
        display: flex;
        align-items: center;
    }
    
    .side-article .art-title a {
        color: black;
        font-size: 16px;
    }
    
    .side-article .art-img {
        width: 20%;
        margin: 0 10px;
        border-radius: 5px;
    }
    
    .bg-alic {
        background-color: aliceblue;
    }
    
    .bg-alic2 {
        background-color: #4e5f6f;
    }
    
    .product-carousel .owl-dot.active span,
    .product-carousel .owl-dot:hover span {
        background: red !important;
    }
    
    .title-breadcrumb-special .breadcrumb nav {
        padding-right: 15px;
    }
    
    .footer-color {
        background-image: url(/themes/defaultTheme/custom/map.png);
        background-size: contain;
        background-position-x: center;
        min-height: 280px;
    }
    
    footer.main-footer .copyright p {
        color: white;
    }
    
    footer.main-footer .copyright {
        padding: 10px 0px 25px;
        background: black;
    }
    
    .topbar-left {
        padding-left: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    @media (max-width: 768px) {
        header.main-header {
            padding-right: 0;
            padding-left: 0;
        }
        .product-card {
            border: none;
        }
        .search-bar {
            width: 60%;
        }
        .slidersection {
            display: block;
        }
        .affix {
            position: relative;
        }
        .para-img {
            width: 60%;
        }
        .para-item h5 {
            width: 6rem;
            font-size: 14px;
        }
        .about-content {
            font-size: 14px;
        }
        button.btn-menu .align span {
            background-color: white;
        }
        header.main-header .main-menu {
            margin-bottom: 5px;
        }
    }
    
    @media (max-width: 660px) {
        .see-all-posts::before {
            content: none;
            display: none;
        }
    }
    
    .product-info .product-title h1 {
        padding-bottom: 3px;
    }
    
    @media (max-width: 576px) {
        .search-bar {
            width: 80%;
        }
        .bk-icons-footer .footer-services .row {
            flex-direction: column;
        }
        .lang-flag ul {
            margin: 0 0 0 0;
        }
        .tap {
            display: block;
            text-align: center;
        }
        .social {
            justify-content: center;
        }
        .search-bar {
            margin-top: 30px;
        }
        .topbar-left {
            padding-left: 15px;
        }
        .mnav-left {
            padding-left: 12px;
            padding-top: 5px;
        }
        .fix-text {
            padding: 10px;
        }
        header.main-header .logo-area {
            margin: 8px 25px;
        }
        .para-img {
            width: 20%;
        }
        .about-content {
            padding: 30px;
        }
    }
    
    .row.tabs {
        justify-content: center;
        /* border-top: 2px solid; */
        padding-top: 20px;
    }
    
    .tab-name p {
        color: rgb(255, 255, 255);
        margin: .6rem !important;
    }
    
    .tabs .tab-name {
        display: flex;
        justify-content: center;
    }
    
    .tabs .tab-name svg path {
        fill: white;
    }
    
    .product-tabs .nav.nav-pills {
        justify-content: center;
        padding: 5px;
    }
    
    .product-tabs .nav-item {
        min-width: 130px;
        border-radius: 5px;
        background-color: #a1a1a1;
        margin: 2px;
    }
    
    .product-tabs .nav-item.col {
        display: flex;
        justify-content: center;
    }
    
    .tab-content>.active {
        display: flex !important;
    }
    
    .tab-name svg {
        width: 32px;
        height: 32px;
    }
    
    .nav-pills .nav-link {
        border-radius: 0;
    }
    
    .product-tabs .card {
        margin: 5px;
    }
    
    .product-tabs .tab-content {
        /* background-color: #37392E; */
        padding-top: 6px;
        padding-bottom: 6px;
        /* border-top-left-radius: 10px */
    }
    
    .tabs .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        border-radius: 5px;
        background-color: #cc0000;
    }
    
    .product-tabs .nav-link {
        padding: 0;
    }
    
    .product-tabs .card-body {
        padding: .5rem;
        border-top: 1px solid #dadada;
    }
    
    .product-tabs .card-text {
        color: black;
        text-align: center;
    }
    
    .inquiry #dropzone {
        margin-left: unset;
        margin-right: 15px;
        max-width: 530px;
        margin-bottom: 20px;
    }
    /* -----------feed back-------------------- */
    
    .feed-back .carousel {
        margin-top: 10px;
    }
    
    .feed-back .carousel-inner {
        height: 100px;
    }
    
    .feed-back .carousel-caption {
        color: rgb(255, 255, 255);
        flex-direction: column;
        top: 50%;
    }
    
    .feed-back .carousel-caption img {
        width: 70%;
        border-radius: 50%;
    }
    
    .feed-back .carousel-caption p {
        text-align: justify;
        padding-top: 20px;
    }
    
    .feed-text {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .feed-back .carousel-inner {
        max-height: 300px;
        min-height: 225px;
    }
    
    .row.feed-back {
        background-image: url(/themes/defaultTheme/custom/plater.jpg);
    }
    
    .feed-patern {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.486);
    }
    
    .dark-layer {
        background-color: #0000009c;
    }
    
    .owl-carousel .owl-item img {
        border-radius: 0;
        transition: all .7s;
    }
    
    .feed-text h3 {
        border-bottom: 2px solid;
        padding-bottom: 7px;
    }
    
    .feedback-section {
        width: 70%;
    }
    
    header.main-header .nav-link span.count {
        width: 18px;
        height: 18px;
        top: -4px;
        left: 10px;
    }
    
    header.main-header .nav-link span.count {
        background-color: #ff6c6c !important;
    }
    
    .dropdown-footer .btn-primary-cm {
        padding: 8px;
        font-size: 13px;
    }
    
    .btn-primary-cm {
        background-color: #8e8e8e !important;
    }
    
    header.main-header .dropdown-menu .dropdown-item {
        align-items: center;
    }
    
    header.main-header .side-menu ul>li.sub-menu {
        color: black;
    }
    
    .see-all-posts {
        background: #3a3a3a;
        padding: 8px 0;
    }
    
    .see-all-posts::before {
        content: '';
        width: 30%;
        height: 100%;
        position: absolute;
        top: -1px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    
    .see-all-posts:hover::before {
        width: 80%;
    }
    
    .see-all-posts h5 {
        margin: 0;
    }
    
    .trasparent-background {
        top: 2px !important;
    }
    
    .main-slider-pro {
        width: 50%;
    }
    
    .little-des {
        color: #2a2929 !important;
    }
    
    .btn-primary-cm.btn-with-icon::before {
        color: #ffffff38;
    }
    
    .btn-orange img {
        width: 13%;
    }
    
    .btn-orange {
        padding: 8px 10px;
        font-size: 14px;
        font-weight: normal;
        position: relative;
        border-radius: 10px;
        color: #fff;
        border: 0;
        outline: 0;
        background-color: orangered;
        overflow: hidden;
    }
    
    .btn-orange:before {
        content: '';
        width: 40px;
        height: 140%;
        position: absolute;
        right: 0;
        top: -10px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 60px 0 0 60px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    
    .btn-orange:hover::before {
        width: 110%;
    }
    
    .product-gallery .product-thumbnails>li>a {
        border: 1px solid #535353 !important;
    }
    
    .product-gallery .product-thumbnails>li.active>a {
        border: 1px solid #f7858d !important;
    }
    
    .pro-img img {
        border: none !important;
    }
    
    .carousel-lg .related .product-card {
        border: 1px solid #adadad;
        padding-bottom: 0;
        min-height: 260px;
    }
    
    .carousel-lg .owl-item img {
        border-radius: 5px;
    }
    
    .carousel-lg .pro-title {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        border-top: 1px solid #adadad;
    }
    
    .cat-product-title {
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #adadad;
        text-align: center;
        margin: 0;
    }
    
    .category-index a.more-cat {
        margin-top: 0;
    }
    
    .carousel-sm .owl-item img {
        border: none;
    }
    
    .footer-logo {
        margin-top: 30px;
        margin-left: 45px;
    }
    
    .subcat-product-title {
        margin: 0;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #adadad;
        text-align: center;
    }
    
    .form-btn {
        background-color: #557cfd;
        padding: 5px 5px;
        border-radius: 7px;
        margin: 0 0 5px 9rem;
        /* background-color: #f78e0d;
        padding: 10px 10px;
        border-radius: 5px;
        margin: 0 0 5px 0;
        position: fixed;
        bottom: 2rem;
        right: 2rem;
        z-index: 9999;
        transition: all .5s ease-in;
        -webkit-transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
        -o-transition: all .5s ease-in; */
    }
    /* .form-btn:hover {
        box-shadow: 0 0 7px #f78e0d;
    } */
    
    @media (max-width: 992px) {
        .form-btn {
            margin: 0 0 5px 0;
        }
    }
    
    .params .params-list li .params-list-value {
        margin-bottom: 10px;
    }
    
    .feed-back-name {
        text-align: right;
    }
    /* -------------------------logo slider----------------------------------- */
    
    .pro-carousel4 {
        direction: ltr;
    }
    
    .pro-carousel3 .product-card .pro-img>img:hover,
    .pro-carousel4 .product-card .pro-img>img:hover {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }