/*navbar */
#main_nav .nav-item{
    background: #6a1c76;
}
.text-purple{
    color: #726768 !important;
}
.bg-purple{
    background: #6a1c76 !important;
}
.btn-purple {
    color: #FFFFFF;
    background: #6a1c76 none repeat scroll 0 0 !important;
}
@media all and (min-width: 992px) {
    .dropdown-menu {
        width: 13rem;
    }

    .mega-submenu {
        left: 100%;
        top: 0;
        min-width: 25rem;
    }

    .ktm-mega-menu {
        position: static;
    }

    .mega-menu {
        left: 0;
        right: 0;
        width: 100%;
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        left: 100%;
        top: 0;
    }

    .dropdown-menu > li:hover > .submenu,
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}
/*navbar end */
/*sticky social links*/
.social-links {
    z-index: 99;
    position: fixed; /* Make the container sticky */
    top: 60%; /* Align it vertically in the middle */
    left: 0; /* Stick it to the right side */
    transform: translateY(-50%); /* Center it vertically */
    background-color: #333; /* Background color for the container */
    /*padding: 10px; !* Add some padding for spacing *!*/
}
.social-icon {
    display: block; /* Make them block elements for spacing */
    color: #fff; /* Text color */
    text-decoration: none; /* Remove underlines */
    padding: 10px 15px;
}

/*@media (max-width: 768px) {
    .social-links {
        position: fixed; !* Make the container sticky *!
        bottom: 0 !important; !* Stick it to the bottom *!
        right: 0; !* Stick it to the right *!
        transform: translateY(0);
    }

    .social {
    display: inline-flex;
    }

    .social-icon {
        display: block; !* Make them block elements for spacing *!
        color: #fff; !* Text color *!
        text-decoration: none; !* Remove underlines *!
        margin: 5px; !* Add spacing between icons *!
    }
}*/


/*sticky*/
.sticky-social {
    position: fixed;
    top: 50%;
    right: 0px;
    padding: 0px;
    margin: 0px;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.social {
    list-style: none;
}

.social li a {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 10px;
}

.social li .fa {
    margin-right: 10px;
}

.social li {
    margin-bottom: 2px;
    transition: all 0.8s ease-in-out;
}

.social li:hover {
    /*margin-left: -2px;*/
    opacity: .9;
    /*transition: ease all 0.3ms;*/
}

.social li:hover .fa, .social li:hover span {
    /*margin-right: -5px;*/
}

.social .fa, .social span {
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.insta {
    background-color: #DC4F42;
}

.pin {
    background-color: #CB2128;
}

.vim {
    background-color: #59BFBE;
}

.social .facebook, .social .facebooku {
    background: #3b5998;
}

.social .twitter, .social .twitteru {
    background: #00aced;
}

.social .instagram {
    background: #e4405f;
}

.social .youtube {
    background: #cd201f;
}

.social .linkedin {
    background: #0077B5;
}

.social .whatsapp {
    background: #4dc247;
}
/*Product design*/
.section-padding {
    padding: 40px 0;
    background-color: #f9f9f9;
}
.shop-list, .shop-single , body {
    font-family: 'Maven Pro', sans-serif;
}
.product2 a {
    text-decoration: none !important;
    color: #888;
    transition-duration: 0.4s;
}
.product2-header .badge {
    background: #f2fef2 none repeat scroll 0 0;
    border: 1px solid #51aa1b;
    border-radius: 2px;
    color: #51aa1b;
    font-size: 12px;
    font-weight: 500;
    left: 20px;
    padding: 4px 10px;
    position: absolute;
    top: 20px;
    z-index: 9;
}
.product2 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    margin: 0 -1px 0 0;
    padding: 20px;
    position: relative;
}
.product2-header .fa-circle {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 19px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 22px;
}
.product2-body{
    min-height: 90px;
}
.product2-body h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color:#6a1c76;
}
.product2-body h6 {
    color: #9c9c9c;
    font-size: 12px;
    margin: 5px 0 14px;
}
.product2-header img {
    height: 250px;
    margin: 0 0 28px;
    object-fit: scale-down;
    transform: scale(1);
    transition-duration: 0.4s;
}
.product2:hover .product2-header img {
    transform: scale(1.09);
}
.product2-header {
    text-align: center;
}
.offer-price {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.regular-price {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: #666;
    /*text-decoration: line-through;*/
}
.product2-footer .btn {
    border-radius: 49px !important;
    font-size: 12px;
    padding: 6px 12px;
}
.shop-filters .card-body {
    padding: 4px;
}
.card-shop-filters {
    /*padding: 18px !important;*/
    border-radius: 0;
}
.card-shop-filters .custom-control {
    margin: 8px 0;
}
.card-shop-filters .custom-control .badge {
    float: right;
    margin: 6px 0 0;
}
.card-shop-filters .custom-control label {
    width: 100%;
}
.list-group-item.active {
    background: #6a1c76 none repeat scroll 0 0;
    border-color: #6a1c76;
}
.list-group-item{
    border: none !important;
}
.shop-filters .card {
    margin: -2px 0 0;
}
.shop-filters .card-header .btn {
    color: #6a1c76;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.shop-filters .card-header .btn .fa{
    position: absolute;
    right: 0;
}
/*single product*/
.shop-detail-right {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 32px;
}.shop-detail-right .badge {
     background: #f2fef2 none repeat scroll 0 0;
     border: 1px solid #51aa1b;
     border-radius: 2px;
     color: #51aa1b;
     font-size: 14px;
     font-weight: 500;
     padding: 6px 13px;
 }
.shop-detail-right h2 {
    font-size: 24px;
    font-weight: 100;
    margin: 10px 0 5px;
}
.shop-detail-right > h6 {
    color: #666;
    font-size: 14px;
    margin: 0 0 19px;
}
.shop-detail-right .btn {
    font-weight: 500;
    margin: 29px 0;
    padding: 15px 50px;
    text-transform: uppercase;
}
.short-description {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    padding: 22px;
}
.shop-detail-right .regular-price {
    font-size: 17px;
    font-weight: 100;
    margin: 0 0 8px;
    color: #17a2b8 !important;
}
.shop-detail-right .offer-price {
    font-size: 20px;
    font-weight: 300;
}
.shop-detail-right .offer-price .text-purple {
    font-size: 30px;
    font-weight: 500;
}
.shop-detail-right .feature-box .fa {
    background: #6a1c76 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
}
.shop-detail-right .feature-box h6 {
    font-weight: 400;
}
.shop-detail-right .feature-box {
    margin: 4px 0;
}

.feature-box h6 {
    font-size: 15px;
    font-weight: 200;
    margin: 0;
    padding: 10px 0 0;
}
/* Featured Box */
.feature-box p {
    margin: 0;
}
.feature-box h6 {
    font-size: 15px;
    font-weight: 200;
    margin: 0;
    padding: 10px 0 0;
}
.feature-box .fa {
    border: 1px solid #acacac;
    border-radius: 50px;
    color: #acacac;
    display: inline-block;
    float: left;
    font-size: 21px;
    height: 60px;
    line-height: 56px;
    margin: 0 15px 0 0;
    text-align: center;
    width: 60px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
    margin-top: 40px;
}

.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-item img {
    transition: 0.3s;
}

.gallery .gallery-links {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
}

.gallery .gallery-links .preview-link,
.gallery .gallery-links .details-link {
    /*font-size: 10px;*/
    color: rgba(255, 255, 255, 0.5);
    background: #6a1c76;
    padding: 5px 20px;
    transition: 0.3s;
    line-height: 1.2;
    /*margin: 30px 8px 0 8px;*/
}

.gallery .gallery-links .preview-link:hover,
.gallery .gallery-links .details-link:hover {
    color: #fff;
}

.gallery .gallery-links .details-link {
    font-size: 30px;
    line-height: 0;
}

.gallery .gallery-item:hover .gallery-links {
    opacity: 1;
}

.gallery .gallery-item:hover .preview-link,
.gallery .gallery-item:hover .details-link {
    margin-top: 0;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

.glightbox-clean .gslide-description {
    background: #222425;
}

.glightbox-clean .gslide-title {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}