@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn[wght].woff2') format('woff2 supports variations'),
    url('Vazirmatn[wght].woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-family: 'Vazirmatn';
    --background-color : #eff2f1;
    --theme-color: #933168;
    --top-text-color: #9f3c7e;
    --primary-button-color: #ec7377;
    --product-hover-bg: #f9eaf4;
    --footer-bg-color: #f7fafc;
}

.theme-bg
{
    background-color: var(--background-color);
}

.theme-bg-fill
{
    fill: var(--background-color);
}

body {
    overflow-x: hidden;
    position: relative;
}

body {
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 28px;
    color: #6a6a6a;
    font-size: 14px;
    background-color: var(--background-color);
}

a {
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #2f2f2f;
    text-decoration: underline;
}

a:hover {
    color: #2f2f2f;
    text-decoration: none;
}

a.more {
    font-weight: 600;
}

.img-25 {
    max-width: 25%;
}
.img-50 {
    max-width: 50%;
}
.img-75 {
    max-width: 75%;
}
.img-100 {
    max-width: 100%;
}

.custom-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}
.custom-navbar.bg-dark, .navbar-collapse.show {
    background: var(--theme-color) !important;
}

.custom-navbar .navbar-brand {
    font-size: 16px;
    font-weight: 600;
}

.custom-navbar .navbar-brand > span {
    opacity: .4;
}

.custom-navbar .navbar-toggler {
    border-color: transparent;
}

.custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    padding: 0;
}

input.form-control[type="file"] {
    height: 100%;
}

@media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: .8;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
}

.gentle-wave{
    fill: var(--theme-color);
}
.gentle-wave.wave-1, .gentle-wave.wave-2
{
    fill-opacity: 0.2;
}
.gentle-wave.wave-3
{
    fill-opacity: 0.5;
}

.gentle-wave.wave-4
{
    fill: var(--background-color);
}

.bg-fade
{
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}

.opacity-fade
{
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.show-on-scroll
{
    opacity: 0;
}

.bg-dark .show-on-scroll
{
    opacity: 1;
}

@media (min-width: 768px) {
    .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f9bf29;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out;
    }
}

.custom-navbar .custom-navbar-nav li a:hover {
    opacity: 1;
}

.custom-navbar .custom-navbar-nav li a:hover:before {
    width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-nav li.active a {
    opacity: 1;
}

.custom-navbar .custom-navbar-nav li.active a:before {
    width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


.custom-navbar .custom-navbar-cta li {
    margin-left: 0px;
    margin-right: 0px;
}

.custom-navbar .custom-navbar-cta li:first-child {
    margin-right: 20px;
}

.hero {
    position: relative;
    padding: calc(4rem - 30px) 0 2rem 0;
    background-color: var(--theme-color) ;
}

.hero
{
    background: url("../images/hero-bg-02.jpg") no-repeat center center;
    background-size: cover;
}

.hero.index
{
    background: url("../images/hero-bg.webp") no-repeat center center;
    background-size: cover;
    min-height: 80vh;
}

.hero .container
{
    position: relative;
    z-index: 2;
}

.hero .waves {
    bottom:-1px;
    height:70px;
    left:0;
    position:absolute;
    right:0;
    width:100%;
    z-index: 2;
}

.hero .waves .fill {
    fill: var(--background-color);
}

.hero::after {
    content: " ";
    background: var(--theme-color);
    opacity: 0.7;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero {
        padding: calc(4rem - 30px) 0 4rem 0;
    }
}

@media (min-width: 992px) {
    .hero {
        padding: calc(8rem - 30px) 0 8rem 0;
    }
}

.hero .intro-excerpt {
    position: relative;
    z-index: 4;
}

@media (min-width: 992px) {
    .hero .intro-excerpt {
        max-width: 500px;
    }
}

.hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

@media (min-width: 1400px) {
    .hero h1 {
        font-size: 54px;
    }
}

.hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-botom: 30px;
}

.hero .hero-img-wrap {
    position: relative;
    overflow: hidden;
}

.hero .hero-img-wrap img {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 2;
    max-width: 780px;
    left: -20px;
}

@media (min-width: 768px) {
    .hero .hero-img-wrap img {
        right: 0px;
    }
}

@media (min-width: 992px) {
    .hero .hero-img-wrap img {
        left: 0px;
        position: relative;
        right: -50px;
    }
}

@media (min-width: 1200px) {
    .hero .hero-img-wrap img {
        left: 0px;
        right: -50px;
    }
}

.hero .hero-img-wrap:after {
    content: "";
    position: absolute;
    width: 255px;
    height: 217px;
    background-image: url("../images/dots-light.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: -100px;
    top: -0px;
}

@media (min-width: 1200px) {
    .hero .hero-img-wrap:after {
        top: -40px;
    }
}

.btn {
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    color: #ffffff;
    background: #2f2f2f;
    border-color: #2f2f2f;
}

.btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222;
}

.btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-primary {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.btn.btn-primary:hover {
    background: var(--primary-button-color);
    border-color: var(--primary-button-color);
}

.btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29;
}

.btn.btn-secondary:hover {
    background: #f8b810;
    border-color: #f8b810;
}

.btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3);
}

.btn.btn-white-outline:hover {
    border-color: white;
    color: #ffffff;
}

.section-title {
    color: #2f2f2f;
}

.product-section {
    padding: 4rem 0;
}

.product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer;
}

.product-section .product-item .product-thumbnail {
    margin-bottom: 30px;
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.product-section .product-item h3 {
    font-weight: 600;
    font-size: 16px;
}

.product-section .product-item strong {
    font-weight: 800 !important;
    font-size: 18px !important;
}

.product-section .product-item h3, .product-section .product-item strong {
    color: #2f2f2f;
    text-decoration: none;
}

.product-section .product-item .icon-cross {
    position: absolute;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #2f2f2f;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -17.5px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.product-section .product-item .icon-cross img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-section .product-item:before {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    background: var(--product-hover-bg);
    height: 0%;
    z-index: -1;
    border-radius: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.product-section .product-item:hover .product-thumbnail {
    top: -25px;
}

.product-section .product-item:hover .icon-cross {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.product-section .product-item:hover:before {
    height: 70%;
}

.why-choose-section {
    padding: 7rem 0;
    position: relative;
}

.why-choose-section .img-wrap {
    position: relative;
}

.why-choose-section .img-wrap:before {
    position: absolute;
    content: "";
    width: 255px;
    height: 217px;
    background-image: url("../images/dots-yellow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(-40%, -40%);
    -ms-transform: translate(-40%, -40%);
    transform: translate(-40%, -40%);
    z-index: -1;
}

.why-choose-section .img-wrap img {
    border-radius: 20px;
}

.feature {
    margin-bottom: 30px;
}

.feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.feature .icon:before {
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    background: rgba(59, 93, 80, 0.2);
    border-radius: 50%;
    right: -8px;
    bottom: 0;
}

.feature h3 {
    font-size: 14px;
    color: #2f2f2f;
}

.feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a;
}

.we-help-section {
    padding: 7rem 0;
}

.we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 27 ];
    grid-template-columns: repeat(27, 1fr);
    position: relative;
}

.we-help-section .imgs-grid:before {
    position: absolute;
    content: "";
    width: 255px;
    height: 217px;
    background-image: url("../images/dots-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-40%, -40%);
    -ms-transform: translate(-40%, -40%);
    transform: translate(-40%, -40%);
    z-index: -1;
}

.we-help-section .imgs-grid .grid {
    position: relative;
}

.we-help-section .imgs-grid .grid img {
    border-radius: 20px;
    max-width: 100%;
}

.we-help-section .imgs-grid .grid.grid-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 18;
    grid-column: 1 / span 18;
    -ms-grid-row: 1;
    -ms-grid-row-span: 27;
    grid-row: 1 / span 27;
}

.we-help-section .imgs-grid .grid.grid-2 {
    -ms-grid-column: 19;
    -ms-grid-column-span: 27;
    grid-column: 19 / span 27;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1 / span 5;
    padding-left: 20px;
}

.we-help-section .imgs-grid .grid.grid-3 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 16;
    grid-column: 14 / span 16;
    -ms-grid-row: 6;
    -ms-grid-row-span: 27;
    grid-row: 6 / span 27;
    padding-top: 20px;
}

.custom-list {
    width: 100%;
}

.custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}

.custom-list li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid var(--theme-color);
    position: absolute;
    left: 0;
    top: 8px;
}

.popular-product {
    padding: 0 0 7rem 0;
}

.popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
}

.popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.popular-product .product-item-sm a:hover {
    color: rgba(47, 47, 47, 0.5);
}

.popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px;
}

.popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative;
}

.popular-product .product-item-sm .thumbnail:before {
    content: "";
    position: absolute;
    border-radius: 20px;
    background: var(--product-hover-bg);
    width: 98px;
    height: 98px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-section {
    padding: 3rem 0 7rem 0;
}

.testimonial-slider-wrap {
    position: relative;
}

.testimonial-slider-wrap .tns-inner {
    padding-top: 30px;
}

.testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px;
}

@media (min-width: 768px) {
    .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px;
    }
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px;
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
    max-width: 80px;
    border-radius: 50%;
}

.testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0;
}

.testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none;
}

@media (min-width: 768px) {
    .testimonial-slider-wrap #testimonial-nav {
        display: block;
    }
}

.testimonial-slider-wrap #testimonial-nav > span {
    cursor: pointer;
    position: absolute;
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.1);
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.testimonial-slider-wrap #testimonial-nav > span:hover {
    background: var(--theme-color);
    color: #ffffff;
}

.testimonial-slider-wrap #testimonial-nav .prev {
    left: -10px;
}

.testimonial-slider-wrap #testimonial-nav .next {
    right: 0;
}

.testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-slider-wrap .tns-nav button {
    background: none;
    border: none;
    display: inline-block;
    position: relative;
    width: 0 !important;
    height: 7px !important;
    margin: 2px;
}

.testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.testimonial-slider-wrap .tns-nav button:before {
    display: block;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background-color: #d6d6d6;
}

.testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
    background-color: var(--theme-color);
}

.before-footer-section {
    padding: 7rem 0 12rem 0 !important;
}

.blog-section {
    padding: 7rem 0 12rem 0;
}

.blog-section .post-entry a {
    text-decoration: none;
}

.blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px;
}

.blog-section .post-entry .post-thumbnail img {
    border-radius: 20px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px;
}

.blog-section .post-entry .post-content-entry h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 7px;
}

.blog-section .post-entry .post-content-entry .meta {
    font-size: 14px;
}

.blog-section .post-entry .post-content-entry .meta a {
    font-weight: 600;
}

.blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7;
}

.footer-section {
    padding: 80px 0;
    background: var(--footer-bg-color);
}

.footer-section .relative {
    position: relative;
}

.footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.footer-section a:hover {
    color: rgba(47, 47, 47, 0.5);
}

.footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 150px;
}

@media (min-width: 992px) {
    .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px;
    }
}

.footer-section .subscription-form h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color);
}

.footer-section .subscription-form .form-control {
    height: 50px;
    border-radius: 10px;
    font-family: var(--font-family)
}

.footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--theme-color);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.footer-section .subscription-form .form-control::-webkit-input-placeholder {
    font-size: 14px;
}

.footer-section .subscription-form .form-control::-moz-placeholder {
    font-size: 14px;
}

.footer-section .subscription-form .form-control:-ms-input-placeholder {
    font-size: 14px;
}

.footer-section .subscription-form .form-control:-moz-placeholder {
    font-size: 14px;
}

.footer-section .subscription-form .btn {
    border-radius: 10px !important;
}

.footer-section .sofa-img {
    position: absolute;
    top: -80px;
    z-index: 1;
    left: 0;
    max-width: 100%;
}

.footer-section .sofa-img img {
    max-width: 380px;
}

.footer-section .links-wrap {
    margin-top: 0px;
}

@media (min-width: 992px) {
    .footer-section .links-wrap {
        margin-top: 54px;
    }
}

.footer-section .links-wrap ul li {
    margin-bottom: 10px;
}

.footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: var(--theme-color);
}

.footer-section .custom-social li {
    margin: 2px;
    display: inline-block;
}

.footer-section .custom-social li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: var(--product-hover-bg);
    color: var(--theme-color);
    border-radius: 50%;
}

.footer-section .custom-social li a:hover {
    background: var(--theme-color);
    color: #ffffff;
}

.footer-section .border-top {
    border-color: var(--product-hover-bg);
}

.footer-section .border-top.copyright {
    font-size: 14px !important;
}

.untree_co-section {
    padding: 7rem 0;
}

.form-control {
    height: 50px;
    border-radius: 10px;
    font-family: var(--font-family)
}

.form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--theme-color);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.form-control::-webkit-input-placeholder {
    font-size: 14px;
}

.form-control::-moz-placeholder {
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    font-size: 14px;
}

.form-control:-moz-placeholder {
    font-size: 14px;
}

.service {
    line-height: 1.5;
}

.service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--theme-color);
    margin-right: 20px;
    color: #ffffff;
}

textarea {
    height: auto !important;
}

.site-blocks-table {
    overflow: auto;
}

.site-blocks-table .product-thumbnail {
    width: 200px;
}

.site-blocks-table .btn {
    padding: 2px 10px;
}

.site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
}

.site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
}

.site-blocks-table tbody tr:first-child td {
    border-top: 1px solid var(--theme-color) !important;
}

.site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important;
}

.site-block-order-table th {
    border-top: none !important;
    border-bottom-width: 1px !important;
}

.site-block-order-table td, .site-block-order-table th {
    color: #000000;
}

.couponcode-wrap input {
    border-radius: 10px !important;
}

.text-primary {
    color: var(--theme-color) !important;
}

.thankyou-icon {
    position: relative;
    color: var(--theme-color);
}

.thankyou-icon:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(59, 93, 80, 0.2);
}


.feature .icon-50p {
    width: 50px;
}

.tns-carousel {
    display: flex;
    flex-direction: row-reverse;
}



#waves-box {
    background: #f7be27;
    color:#fff;
    position:relative;
}

#waves-box.product-section .product-item::before
{
    background: #fddd89;
}

#waves-box.product-section .product-item .product-title
{
    color: #1e4f39;
}

#waves-box .waves , .why-choose-section .waves{
    bottom:0;
    height:70px;
    left:0;
    margin-bottom:-7px;
    position:absolute;
    right:0;
    width:100%
}

#waves-box .section-title{
    color: #FFF;
    font-size: 3rem;
    font-weight: bold;
}

#waves-box .section-title:after {
    border-top: 3px solid #ffffff;
    content: "";
    display: block;
    margin: 22px auto 0;
    min-width: 50px;
    transition: .3s;
    width: 7%;
}

#waves-box .parallax>use {
    -webkit-animation:simpleWave 25s cubic-bezier(.55,.5,.45,.5) infinite;
    animation:simpleWave 25s cubic-bezier(.55,.5,.45,.5) infinite
}
#waves-box .parallax>use:first-child {
    -webkit-animation-delay:-2s;
    animation-delay:-2s;
    -webkit-animation-duration:7s;
    animation-duration:7s
}
#waves-box .parallax>use:nth-child(2) {
    -webkit-animation-delay:-5s;
    animation-delay:-5s;
    -webkit-animation-duration:10s;
    animation-duration:10s
}
#waves-box .parallax>use:nth-child(3) {
    -webkit-animation-delay:-4s;
    animation-delay:-4s;
    -webkit-animation-duration:15s;
    animation-duration:15s
}
#waves-box .parallax>use:nth-child(4) {
    -webkit-animation-delay:-5s;
    animation-delay:-5s;
    -webkit-animation-duration:20s;
    animation-duration:20s
}
@-webkit-keyframes simpleWave {
    0% {
        transform:translate3d(-90px,0,0)
    }
    to {
        transform:translate3d(85px,0,0)
    }
}
@keyframes simpleWave {
    0% {
        transform:translate3d(-90px,0,0)
    }
    to {
        transform:translate3d(85px,0,0)
    }
}
@media (max-width:768px) {
    .waves {
        height:40px;
        min-height:40px
    }
}


/* Start Counter design */
.counters-section
{
    padding: 3rem 0 6rem 0;
    position: relative;
}

.counters-section .waves {
    bottom: 0;
    height: 320px;
    left: 0;
    margin-bottom: -7px;
    position: absolute;
    right: 0;
    width: 100%;
}

.counter{
    color: #fff;
    text-align: center;
    width: 200px;
    padding: 0 0 45px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: '';
    background-color: #05BCC0;
    height: calc(100% - 120px);
    width: 100%;
    border-radius: 0 0 20px 20px;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: -1;
}
/*.counter:after{
    width: 30px;
    height: 30px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    bottom: 6px;
    left: 50%;
}*/
.counter .counter-value{
    color: #05BCC0;
    background: linear-gradient(#f9f9f9 50%,#f2f2f2 50%);
    font-size: 2rem;
    font-weight: 600;
    line-height: 200px;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 20%;
    box-shadow: 0 -5px 0 rgba(255,255,255,0.8),0 10px 10px rgba(0, 0, 0, 0.3);
    display: block;
}
.counter h3{
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 10px;
}
.counter.red:before,
.counter.red:after{
    background-color: #F9605A;
}
.counter.red .counter-value{ color: #F9605A; }

.counter.green:before,
.counter.green:after{
    background-color: var(--theme-color);
}
.counter.red .counter-value{ color: var(--theme-color); }

.counter.green-light:before,
.counter.green-light:after{
    background-color: #A3CD39;
}
.counter.green-light .counter-value{ color: #A3CD39; }

.counter.purple:before,
.counter.purple:after{
    background-color: #924780;
}
.counter.purple .counter-value{ color: #924780; }

.counter.orange:before,
.counter.orange:after{
    background-color: #F9BE28;
}
.counter.orange .counter-value{ color: #F9BE28; }

.counter.green-blue:before,
.counter.green-blue:after{
    background-color: #4BA198;
}
.counter.green-blue .counter-value{ color: #4BA198; }

@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}
/* End Counter design */


.page-item.active .page-link, .page-item.active .page-numbers {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.page-link.disabled, .page-numbers.disabled {
    background-color: var(--bs-gray-200);
    color: var(--bs-gray-600); 
    border-radius: 5px;
    margin: 0 2px;
}
.page-link, .page-numbers {
    background-color: var(--background-color);
    color: var(--theme-color); 
    border-radius: 5px;
    margin: 0 2px;
}
.page-link:hover, .page-numbers:hover, .page-link:focus, .page-numbers:focus {
    background-color: var(--product-hover-bg);
    border-radius: var(--product-hover-bg);
    color: var(--theme-color);
    text-decoration: none;
    border-radius: 5px;
}

.product-section .product-item {
    padding: 10px 10px 30px 10px;
}
.product-section .product-item .icon-cross
{
    background-color: #2eca6a;
}
.product-section .product-item.title-on-hover .product-thumbnail
{
    margin-bottom: 0;
}

.product-section .product-item.title-on-hover:hover::before {
    height: 100%;
    box-shadow: inset 0 0 5px #d9d9d9;
}
.product-section .product-item.title-on-hover:hover::before
{
    box-shadow: 0 1px 10px #d9d9d9;
}
.product-section .product-item.title-on-hover:hover
{
    box-shadow: 0 1px 10px #9e9d9d;
    border-radius: 10px;
}
.title-on-hover .product-title
{
    display: none;
    color: var(--top-text-color);
    font-weight: normal;
    
}
.title-on-hover:hover .product-title
{
    display: block;
    color: var(--top-text-color);
    font-weight: normal;
}



.search-box .search-input {
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.7;
    border-radius: 50rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-box .search-box-icon {
    position: absolute;
    color: var(--theme-color);
    top: 50%;
    left: 0.9rem;
    -webkit-transform: translateY(-48%);
    -ms-transform: translateY(-48%);
    transform: translateY(-48%);
}

a
{
    text-decoration: none;
}

a.tag-link{
    background-color: var(--product-hover-bg);
    color: var(--top-text-color);
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 0.6rem;
}

a.tag-link:hover{
    background-color: var(--top-text-color);
    color: var(--product-hover-bg);
}

.btn-back {
    color: black;
    background-color: transparent;
    margin: 0;
    padding: 1px 10px 0 10px;
    border: 0;
}

.excerpt
{
    border: 1px solid #b7b7b7;
    background-color: #e3e3e3;
}


@keyframes swinging {
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(10deg);
    }
}