
            @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=Rajdhani:wght@300;400;600;700&display=swap');


        body {
            color: #555555;
            font-family: 'Montserrat', sans-serif;
        }

        html {
            scroll-behavior: smooth;
        }

        a {
            text-decoration: none;
            color: #232323;
        }

        h4 {
            font-size: 18px;
        }

        a:hover {
            text-decoration: none;
            color: #232323;
        }

        /* slider style */
        .ath_title_outer h3.ath_title_inn {
            font-size: 22px;
            text-transform: capitalize;
            position: relative;
            color: #232323;
            font-weight: 700;
            line-height: 1.2em;
        }

        .ath_title_outer h3.ath_title_inn:before {
            content: "";
            height: 2px;
            width: 20%;
            position: absolute;
            left: 0px;
            z-index: 1;
            top: 40px;
            background-color: #7d4bc5;
        }

        .ath_title_outer h3.ath_title_inn:after {
            content: "";
            height: 2px;
            width: 100%;
            position: absolute;
            left: 0px;
            top: 40px;
            background-color: #d0afff;
        }

        .ath_common_slider_outer .owl-nav .owl-prev,
        .ath_common_slider_outer .owl-nav .owl-next {
            background-color: #7d4bc5 !important;
            display: block;
            height: 30px;
            width: 30px;
            text-align: center;
            border-radius: 0px !important;
        }

        .ath_slider_img_outer {
            position: relative;
        }

        .ath_common_slider_outer .owl-nav .owl-next {
            right: -10px;
        }

        .ath_common_slider_outer .owl-nav .owl-prev,
        .ath_common_slider_outer .owl-nav .owl-next {
            top: 50%;
            position: absolute;
        }

        .ath_common_slider_outer .owl-nav .owl-prev i,
        .ath_common_slider_outer .owl-nav .owl-next i {
            color: #fff;
            font-size: 14px !important;
            position: relative;
            top: -1px;
        }

        .ath_common_slider_outer .owl-nav {
            position: absolute;
            top: -8%;
            right: 10px;
            width: 65px;
        }

        .owl-nav .owl-prev i,
        .owl-nav .owl-next i {
            left: 0px;
        }



        /*box design*/
        .ath_common_slider_outer .item {
            padding: 10px;

        }

        .ath_item_box {
            padding-bottom: 5px;
            border-bottom: solid 2px #7d4bc5;
            background-color: #fff;
            text-align: center;
            padding: 0px 0 10px 0px;
            margin-bottom: 10px;
            border-radius: 4px;
            box-shadow: 0 0 5px rgba(0, 0, 0, .2);
            transition: all .3s;
        }

        .ath_item_box:hover {
            transform: translateY(-5px);
        }

        .item .ath_item_box span.ath_wishlist_btn {
            right: 5px !important;
        }

        .ath_item_box span.ath_wishlist_btn {
            position: absolute;
            top: 10px;
            right: 20px;
        }

        .ath_item_box span {
            font-size: 14px;
            font-weight: 600;
            margin: 0px 10px;
        }

        .ath_item_box span.ath_wishlist_btn i {
            color: #ffffff;
            font-size: 20px;
            text-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
        }

        .ath_item_box h4 {
            font-size: 18px;
            text-align: center;
            font-weight: 500;
            color: #343a40;
            margin-top: 10px;
            margin-bottom: 10px !important;
        }

        .ath_item_box .price-box {
            margin-bottom: 15px !important;
        }

        .ath_item_box .btn {
            border-radius: 50px;
            padding: 5px 13px;
            font-size: 15px;
            color: #fff;
            background-color: #7d4bc5;
            font-weight: 600;
        }

        .ath_item_box .price-box span.price {
            text-decoration: line-through;
            color: #6c757d;
        }

        .ath_item_box span {
            font-size: 14px;
            font-weight: 600;
            margin: 0px 10px;
        }

        .ath_item_box .price-box span.offer-price {
            color: #28a745;
        }

        .ath_item_box img {
            object-fit: cover;
            height: 150px !important;
            margin-top: 20px;
        }

        .ath_item_box span.ath_wishlist_btn i:hover {
            color: #7d4bc5;
        }