@font-face {
    font-family: 'cirka-bold';
    src: url(../fonts/Cirka-Bold.otf);
}



@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.eot');
    src: url('../fonts/poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Thin.eot');
    src: url('../fonts/poppins/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Thin.woff') format('woff'),
        url('../fonts/poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.eot');
    src: url('../fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Regular.woff') format('woff'),
        url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.eot');
    src: url('../fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Bold.woff') format('woff'),
        url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Black.eot');
    src: url('../fonts/poppins/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Black.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Black.woff') format('woff'),
        url('../fonts/poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBold.eot');
    src: url('../fonts/poppins/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.eot');
    src: url('../fonts/poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Light.woff') format('woff'),
        url('../fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraLight.eot');
    src: url('../fonts/poppins/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ExtraLight.woff') format('woff'),
        url('../fonts/poppins/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.eot');
    src: url('../fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Medium.woff') format('woff'),
        url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Poppins';
    color: #4A4A4A;
}

a {
    text-decoration: none !important;
    font-family: 'Poppins';
}

a:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
    font-family: 'Poppins';
}

.color {
    color: #2659FF !important;
}

li {
    list-style: none !important;
    font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins';
}


/**header**/
.head-middle-center img {
    height: 50px;
}

.header-middle {
    position: relative;
    padding: 20px 0;
    transition: 0.5s ease-in;
}

.header-middle .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.head-middle-left .form-control {
    height: 45px;
    border-radius: 0px;
    border: 1px solid #E4E4E4;
    box-shadow: none;
    position: relative;
}

.head-middle-left .search_icon {
    position: absolute;
    top: 10px;
    right: 30px;
}

.head-middle-left img {
    position: absolute;
    top: 10px;
    right: 30px;
}

.head-middle-left .form-group {
    margin-bottom: 0px;
}

.head-middle-right ul {
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    align-items:center;
}
.thunder img{
    width: 25px;
    height: 25px;
    position: relative;
    top: -3px;

}
.head-middle-right ul li {
    position: relative;
}

.head-middle-right ul li i {
    color: #000;
    font-size: 25px;
}

.head-middle-right ul li .cart-count {
    position: absolute;
    top: -10px;
    right: -8px;
    width: 20px;
    height: 20px;
    background-color: #000;
    color: #fff;
    line-height: 20px;
    font-size: 10px;
    border-radius: 100px;
    text-align: center;
}

.head-middle-right ul li .wishlist-count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #000;
    color: #fff;
    line-height: 20px;
    font-size: 10px;
    border-radius: 100px;
    text-align: center;
}

.head-menu-row {
    display: flex;
    justify-content: center;
}

.head-menu-row li a {
    color: #333 !important;font-weight: 600;
    text-transform:uppercase;
}

.header-bottom .navbar-default {
    border: none;
    background-color: transparent;
    border-top: none;
    margin-bottom: 0;
}

.mobile-menu {
    display: none;
}

header.fixed-header {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #fff;
    box-shadow: 0px 2px 9px #33333357;
    transition: 0.5s ease-in;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.fixed-header .header-middle {
    padding: 10px 0;
    transition: 0.5s ease-in;
}

/**header**/


/**common**/
.home-title-block {
    margin-bottom: 30px;
}

.home-title-block h3 {
    position: relative;
    padding-left: 0px;
    margin: 0;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
}

.home-title-block h2 {
    position: relative;
    margin: 0;
    color: #000;
    font-weight: 500;
}

.home-title-block p {
    font-weight: 400;
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
}

.home-btn a {
    color: #fff;
    font-size: 14px;
    position: relative;
    transition: 0.5s ease-in-out;
    background-image: linear-gradient(
        to right bottom,
        #ffb347,  
        #ff7a00,  
        #ff5e00,  
        #e65100   
        ); 
    padding: 10px 35px 10px 20px;
    border-radius: 10px;
}

.home-btn a:after {
    position: absolute;
    right: 17px;
    top: 10px;
    font-size: 16px;
    color: #fff;
    content: "\f0da";
    font-family: "FontAwesome";
    transition: 0.5s ease-in-out;
}

.home-btn a:hover {
    transition: 0.5s ease-in-out;
}

/**common**/

/**home banner**/
.home-banner {
    position: relative;
}

.homeslider {
    position: relative;
}

.homeslider img {
    position: relative;
    width: 100%
}

.banner-mobile-imgs {
    display: none !important;
}

/** home banner**/

/**home-categories**/
.home-categories {
    position: relative;
    background-color: #FAF6F6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-categories .home-title-block h3:before {
    display: none;
}

.home-cat-inner {
    display: flex;
    justify-content: space-around;
    overflow-x: auto;
    overflow-y: hidden;
    column-gap: 22px;
    padding-bottom: 16px;
}

.home-cat-tile {
    text-align: center;
    position: relative;
    /*margin: 0 20px;*/
}

.home-cat-thumb {
    width: 150px;
    height: 150px;
    background-color: #000;
    border-radius: 12px;
    line-height: 100px;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-grid;
    align-items: center;
    /* margin-bottom: 20px; */
    position: relative;
    z-index: 2;
    transition: 0.5s ease-in;
    /*padding: 20px;*/
}

.home-cat-tile:hover .home-cat-thumb {
    background-image: linear-gradient(to right bottom, #b417eb, #a615eb, #9715eb, #8615eb, #7417eb);
    transition: 0.5s ease-in;
}

.home-cat-inner .slick-list {
    padding-top: 20px;
}

.home-cat-thumb img {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/*.home-cat-tile:nth-child(4) .home-cat-thumb img,*/
/*.home-cat-tile:nth-child(5) .home-cat-thumb img {*/
/*    margin: 0 auto;*/
/*    height: 70px;*/
/*}*/

.category-overlay{
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 42px;
}

.category-overlay::-webkit-scrollbar,.home-cat-inner::-webkit-scrollbar {
    height: 5px;
}
.category-overlay::-webkit-scrollbar-track,.home-cat-inner::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.category-overlay::-webkit-scrollbar-thumb,.home-cat-inner::-webkit-scrollbar-thumb {
    background: #e5e5e5; 
    border-radius:10px;
}
.category-overlay::-webkit-scrollbar-thumb:hover,.home-cat-inner::-webkit-scrollbar-thumb:hover {

    background: #555; 
} 
.out_of_stock{
    cursor: no-drop;
}
/*.out_of_stock img{*/
/*    opacity:0.3;    cursor: no-drop;*/
/*}*/

.home-cat-name{
    color: #000;
    margin-top: 10px;
}

.home-cat-name h3,
.home-cat-name h3 a {
    font-size: 14px;
    color: #000;
    margin: 0;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
/*.home-cat-name h3 span {*/
/*    color: #fff;*/
/*}*/

.home-cat-inner .home-cat-tile:first-child .home-cat-name h3 span {
    /*color: #000;*/
    /* background: -webkit-linear-gradient(#B417EB, #7417EB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.home-categories .slick-prev {
    position: absolute;
    background: none;
    left: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 100px;
}

.home-categories .slick-prev:before {
    content: "\f104 ";
    font-family: "FontAwesome";
    color: #000;
}

.home-categories .slick-next {
    position: absolute;
    background: none;
    right: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 100px;
}

.home-categories .slick-next:before {
    content: "\f105 ";
    font-family: "FontAwesome";
    color: #000;
}

/**home-categories**/

/**home-about**/
.home-about {
    position: relative;
    padding: 70px 0;
    padding-bottom: 0;
}

.home-about .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 30px;
}

.about-right-image img {
    width: 100%;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 3px 0px 15px #d1d1d1;
}

.abt-text p {
    color: #333;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify;
}

.abt-text .home-btn {
    margin-top: 35px;
}

/**home-about**/

/**home-products**/
.home-products {
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
}

.product-slider-inner {
    /*display: flex;
    justify-content: space-evenly;*/
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.product-slider-inner::-webkit-scrollbar {
    display: none;
}

.product-slider-inner .product-slider-tile {
    display: inline-block;
    width: 18.5%;
    padding-bottom: 40px;
}

.product-slider-inner .product-slider-tile {
    margin: 0 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.product-slider-inner .slick-track {
    padding-bottom: 20px;
    margin-left: 0;
}

.product-thumb {
    position: relative;
    overflow: hidden;
}
.offer{
    position: absolute;
    top: 9px;
    left: 10px;
    background: #FFEA00;
    padding: 4px 10px;
    border-radius: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    z-index: 9;
}
.pos p {
    line-height: 18px;
    position: absolute;
    color: #fff;
    text-align: center;
    /* top: 10px; */
    /* left: -15px; */
    z-index: 2;
    font-size: 18px;
    letter-spacing: 0.2px;
    padding: 4px 15px;
    /* background-color: #b417ebe0; */
    color: #d62d2d;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.5;
}
.stat-image1{
    position:relative;
    display:none;
}

.stat-image1::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    background-image: url(../images/temple_banner.png);
    background-repeat: repeat;
    background-size: contain;
    animation: infinite-shift-left 600s linear;
    z-index: 1;
}
@keyframes infinite-shift-left {
    0% {
        background-position: 20000px;
    }

    100% {
        background-position: 0;
    }
}
.wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wishlist i {
    background-color: #fff;
    color: #333;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.product-slider-inner .product-thumb img {
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 30px;
    width: auto;
}

.product-thumb img {
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100% !important;
    transition: 0.25s all;
}

.product-thumb:hover img{ 
    transform: scale(1.05);
}

.product-info h3 {
    margin: 0;
    color: #333;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.product-info h3 a {
    color: #333;
}

.price-cn {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.product-info h4 {
    margin: 0;
    color: #FF6600;
    font-size: 18px;
    font-weight: 600;
}

.product-info h4.strike-price {
    font-size: 14px;
    color: #333;
}

/*.product-info h4 s{
    text-decoration-color: #bd33ed;
}*/
.product-info h4 s {
    text-decoration: none;
    position: relative;
}

.product-info h4 s::before {
    top: 50%;
    background: #FF6600;
    content: '';
    width: 110%;
    position: absolute;
    height: 2px;
    left: -5%;
    white-space: nowrap;
    display: block;
}

.product-info .home-btn {
    margin-top: 30px;
}

/**home-products**/

/**home-stat-banner**/
.home-stat-banner {
    position: relative;
}

.home-stat-banner .np {
    padding: 0;
}

.video-button{
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index:9;
    display:none;
}

.video-button img{
    width: 20px !important;
    margin: 0 !important;
    height: 20px;
    object-fit: contain;
}

.video-button img:hover{
    transform:scale(1) !important;
}
.stat-image img {
    width: 100%;
}

.stat-mbl {
    display: none;
}

/**home-stat-banner**/

/**home counter**/
.home-care-values {
    position: relative;
    padding-top: 60px;
    padding-bottom: 0px;
}

.count-number h3 {
    border: 2px dashed #333;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    line-height: 140px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 40px;
    color: #FF6600;
    background: linear-gradient(
        to right bottom,
        #ffb347,  /* light orange */
        #ff9900,  /* bright orange */
        #ff7a00,  /* medium orange */
        #ff5e00,  /* deep orange */
        #e65100   /* burnt orange */
        );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.count-number h4 {
    color: #000;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}

/**home counter**/

/**home-testimonial**/
.home-testimonial {
    position: relative;
    padding: 70px 0;
    padding-bottom: 100px;
}

.testimonial-tile {
    background-color: #FAF6F6;
    position: relative;
    margin: 0 10px;
    padding: 20px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
}

.testimonial-tile:before {
    position: absolute;
    content: "";
    right: 40px;
    top: -25px;
    width: 50px;
    height: 50px;
    background-image: url(../images/quotes.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonial-cont {
    margin-bottom: 30px;
}

.testimonial-cont p {
    line-height: 26px;
    color: #333;
    font-size: 16px;
}

.testimonial-user-info h3 {
    color: #000;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
}

.testimonial-user-info h4 {
    color: #FF6600;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
}

.testimonial-user-image {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -25px;
}

.testimonial-user-image img {
    margin: 0 auto;
    height: 60px;
}

.home-testimonial .slick-list {
    padding-bottom: 50px;
    padding-top: 50px;
}

.home-testimonial .slick-prev {
    position: absolute;
    background: none;
    right: 0;
    top: auto;
    bottom: -80px;
    left: -60px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 100px;
}

.home-testimonial .slick-prev:before {
    content: "\f104 ";
    font-family: "FontAwesome";
    color: #000;
}

.home-testimonial .slick-next {
    position: absolute;
    bottom: -80px;
    background: none;
    top: auto;
    left: 0;
    right: -60px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 100px;
}


.home-testimonial .slick-next:before {
    content: "\f105 ";
    font-family: "FontAwesome";
    color: #000;
}

/**home-testimonial**/

/**footer-above**/
.footer-above {
    position: relative;
    padding: 50px 0;
    background-color: #FAF6F6;
    padding-bottom: 40px;
}

.ftr-ab-img i {
    font-size: 40px;
    color: #FF6600;
}

.ftr-ab-col {
    display: flex;
    gap: 20px;
}

.ftr-ab-cont h4 {
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    color: #000;
    font-size: 20px;
}

.ftr-ab-cont p {
    font-weight: 400;
    margin: 0;
    color: #333;
    font-size: 16px;
}

/**footer-above**/



/**footer**/
footer {
    position: relative;
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #143055;
}

/*footer:before{
        position:absolute;
        content:"";
        left:0;
        bottom:0;
        background-image:url("../images/ftr-crackers.png");
        background-repeat:no-repeat;
        background-size:contain;
        width:285px;
        height:335px;
}*/
.footer-block {
    position: relative;
    margin-bottom: 50px;
}

.ftr-logo {
    margin-bottom: 20px;
}

.ftr-logo img {
    height: 80px;
}

.ftr-text p {
    color: #fff;
    font-weight: 200;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: justify;
}

.ftr-follow h3 {
    color: #ffffff;
    font-size: 25px;
    margin: 0;
    margin-bottom: 25px;
}

.ftr-follow ul {
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    gap: 20px;
}

.ftr-follow ul li {
    font-size: 18px;
}

.ftr-follow ul li a {
    color: #fff;
}

.ftr-menu h3 {
    color: #ffffff;
    font-size: 25px;
    margin: 0;
    margin-bottom: 25px;
}

.ftr-menu ul {
    position: relative;
    margin-bottom: 0px;
    padding-left: 0px;
}

.ftr-menu ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 200;
}

.ftr-menu ul li:before {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 16px;
    color: #ff9c00;
    content: "\f0da";
    font-family: "FontAwesome";
}

.ftr-menu ul li a {
    color: #fff;
    font-weight: 200;
}

.ftr-info h3 {
    color: #ffffff;
    font-size: 25px;
    margin: 0;
    margin-bottom: 25px;
}

.ftr-info .cinfo-block {
    margin-bottom: 20px;
}

.ftr-info .cinfo-block:last-child {
    margin-bottom: 0px;
}

.ftr-info .cinfo-block h4 {
    color: #fff;
    margin: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 5px;
}

.ftr-info .cinfo-block p {
    color: #fff;
    font-weight: 200;
}

.ftr-info .cinfo-block p a {
    color: #fff;
    font-weight: 200;
}

.cpy-right-text p {
    color: #fff;
    margin: 0;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 200;
}

.cpy-right-text p span {
    color: #ff9c00;
}

.design-text p,
.design-text p a {
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
    opacity: 0.8;
    font-weight: 200;
}

.copyright-text {
    border-top: 1px solid #ff9c00;
    padding-top: 10px;
}

.cpr-ght {
    padding-bottom: 10px;
}

/**footer**/

.bottom-nav {
    display: none;
}

/**sub-page-banner-head**/
.sub-page-banner-head {
    position: relative;
    background-color: #faf6f6;
    padding: 15px 0;
}

.sub-page-banner-head .page-map ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    gap: 20px;
}

.sub-page-banner-head .page-map ul li {
    position: relative;
    font-size: 15px;
    padding-left: 20px;
}

.sub-page-banner-head .page-map ul li a {
    color: #000;
}

.sub-page-banner-head .page-map ul li:last-child {
    color: #FF6600;
}

.sub-page-banner-head .page-map ul li:before {
    position: absolute;
    content: "\f105 ";
    left: 0;
    font-family: "FontAwesome";
    font-size: 16px;
    color: #000;
    top: 0;
}

.sub-page-banner-head .page-map ul li:first-child:before {
    display: none;
}

.sub-page-banner-head .page-map ul li:first-child {
    padding-left: 0px;
}

/**sub-page-banner-head**/

/*product-listing-page**/
.product-listing-page {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-listing-page .row .col-lg-3 {
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 15%;
}

.product-list-left h3 {
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    color: #000;
    font-size: 22px;
}

.product-list-left ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.product-list-left ul li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
}

.product-list-left ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.product-list-left ul li a {
    color: #333;
}

.product-list-left ul li a span {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 100px;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.product-list-right .pl-title h3 {
    position: relative;
    padding-left: 0px;
    margin: 0;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
.header-middle .row:after,.header-middle .row:before{
    display:none;
}

.product-list-right .product-info h3 {
    font-size: 18px;
    min-height: 40px;
}

.product-list-right .product-slider-tile {
    margin-bottom: 30px;
}

.product-list-right .home-btn a {
    font-size: 14px;
}

.plflex {
    display: flex;
    flex-wrap: wrap;
}

/**product-listing-page**/

/**pagination start**/
.page-nu {
    width: 100%;
    position: relative;
    padding-top: 50px;
}

.pagination ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.page-nu li {
    display: inline-block;
}

.pagination .page-numbers>li:first-child>a,
.pagination .page-numbers>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination .page-numbers>li:last-child>a,
.pagination .page-numbers>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination .page-numbers>li>a,
.pagination .page-numbers>li>span {
    background-color: #eee;
    border: 1px solid #eee;
    padding: 10px 15px;
    font-weight: bold;
    color: #333;
}

.pagination .page-numbers>li>a:hover,
.pagination .page-numbers>li>span:hover,
.pagination .page-numbers>li>a:focus,
.pagination .page-numbers>li>span:focus {
    background-color: #33153e;
    border-color: #33153e;
    color: #fff;
}

.pagination .page-numbers .current {
    background-color: #33153e;
    border-color: #33153e;
    color: #fff;
}

/**pagination end**/


/**product-detail-page**/
.product-detail-page {
    position: relative;
    padding-top: 50px;
    padding-bottom: 70px;
}

.product-detail-right-cont h1 {
    font-weight: 600;
    margin: 0;
    margin-bottom: 30px;
    color: #000;
    font-size: 25px;
}

.product-detail-right-cont h4 {
    margin: 0;
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
}

.product-detail-right-cont h4 i {
    margin-right: 10px;
    color: #B417EB;
}

.product-detail-right-cont .product-detail-short-cont p {
    color: #333;
    line-height: 26px;
    margin-bottom: 20px;
}

.product-detail-right-cont .quantity-box {
    margin-top: 0;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    border: 1px solid #000;
    align-items: center;
    padding: 5px;
    float: left;
    margin-bottom: 20px;
}

.product-detail-right-cont .quantity-box button,
.product-detail-right-cont .quantity-box input {
    height: 30px;
    box-shadow: none;
    font-weight: 400;
    text-align: center;
    padding: 0;
    color: #333;
    float: left;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0px !important;
    width: 45px !important;
    font-size: 18px !important;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}

.product-detail-right-cont .quantity-box button {
    border: none;
}

.product-detail-right-cont .quantity-box input {
    font-weight: 300;
    font-size: 15px !important;
    outline: none;
}

.product-detail-right-cont .qb h5 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.oi h5 {
    color: #fff;
    line-height: 25px;
    padding: 0 12px;
    display: inline-block;
    margin-top: 0px;
    font-size: 11px;
    margin-bottom: 15px;
}

.oi h5.in {
    background-color: #b417eb;
}

.oi h5.out {
    background-color: #7417eb;
}

.prod-cat h5 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.prod-cat p,
.prod-cat p a {
    color: #B417EB;
    line-height: 26px;
    margin-bottom: 20px;
}

.product-detail-right-cont .home-btn {
    margin-bottom: 20px;
}

.prd-btn {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.notify-form .form-control {
    height: 45px;
    border-radius: 0px;
    box-shadow: none;
}

.notify-form textarea.form-control {
    height: 100px;
    border-radius: 0px;
    box-shadow: none;
    resize: none;
}

.notify-form label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.notify-form label span {
    color: #cc0000;
}

#notify .modal-md {
    width: 450px;
}

#notify .close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 100px;
    opacity: 1;
}

#notify .close span {
    color: #fff;
    font-weight: 300;
    box-shadow: none;
}

.product-detail-slider-tile img {
    width: 100%;
}

.product-detail-left-image .slick-prev {
    position: absolute;
    background: none;
    right: 0;
    top: auto;
    bottom: -80px;
    left: -60px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 100px;
}

.product-detail-left-image .slick-prev:before {
    content: "\f104 ";
    font-family: "FontAwesome";
    color: #000;
}

.product-detail-left-image .slick-next {
    position: absolute;
    bottom: -80px;
    background: none;
    top: auto;
    left: 0;
    right: -60px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 100px;
}

.product-detail-left-image .slick-next:before {
    content: "\f105 ";
    font-family: "FontAwesome";
    color: #000;
}

.product-detail-slider-tile {
    position: relative;
}

.product-detail-slider-tile img {
    position: relative;
}

.product-detail-slider-tile i {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #000;
    color: #fff;
    line-height: 60px;
    bottom: 0;
    top: 50%;
}

/**product-detail-page**/


/**login register**/
.log-reg-page {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.log-reg .form-control {
    height: 45px;
    position: relative;
    box-shadow: none;
    border-radius: 0px;
}

.log-reg form label {
    color: #000;
    font-weight: 500;
}

.log-reg form label span {
    color: #cc0000;
}

.pe {
    position: relative;
}

.pswd-eye .field-icon {
    position: absolute;
    right: 30px;
    top: 38%;
    z-index: 1;
}

.form-group .error {
    color: #dc3232;
    font-size: 14px;
    font-weight: 400;
}

.log-reg .nav-tabs {
    border-bottom: none;
}

.log-reg .nav-tabs li {
    color: #333;
    border: none;
}

.log-reg .nav-tabs li a {
    color: #333;
    border: none;
    margin: 0;
}

.log-reg .nav-tabs li.active a {
    border: none;
    text-decoration: underline !important;
    color: #333;
    margin: 0;
    background-color: transparent;
}

.log-reg .nav-tabs li a:hover {
    background-color: transparent;
}

.log-reg .tab-content {
    position: relative;
    margin-top: 10px;
}

.log-reg {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .25) !important;
    position: relative;
    padding: 30px;
    background-color: #faf6f6;
}

.new-log-btn button,.add_own_product {
    border: none;
    color: #fff;
    font-size: 14px;
    position: relative;
    transition: 0.5s ease-in-out;
    background-image: linear-gradient(
        to right bottom,
        #ff7e00,   
        #ff6600,  
        #ff5200,   
        #e64500,   
        #cc3700   
        );

    padding: 10px 35px 10px 20px;
    border-radius: 10px;
}

.new-log-btn button:hover {
    background-image: linear-gradient(to right bottom, #b417eb, #a615eb, #9715eb, #8615eb, #7417eb);
    color: #fff;
}

.new-log-btn button:focus {
    background-image: linear-gradient(to right bottom, #b417eb, #a615eb, #9715eb, #8615eb, #7417eb);
    color: #fff;
}

.new-log-btn button:active {
    background-image: linear-gradient(to right bottom, #b417eb, #a615eb, #9715eb, #8615eb, #7417eb);
    color: #fff;
}

.new-log-btn button:after {
    position: absolute;
    right: 17px;
    top: 10px;
    font-size: 16px;
    color: #fff;
    content: "\f0da";
    font-family: "FontAwesome";
    transition: 0.5s ease-in-out;
}

.new-log-btn {
    position: relative;
    margin-top: 20px;
}

.tab-head {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    margin-bottom: 15px;
}

.tab-head h3 {
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    color: #000;
    font-size: 22px;
}

.tab-head p {
    color: #333;
    line-height: 26px;
    margin-bottom: 15px;
}

.log-reg-page .row {
    display: flex;
    justify-content: center;
}

.tab-logo {
    margin-bottom: 20px;
}

.tab-logo img {
    height: 50px;
}

/**login register**/


/**cart**/
.cart-page {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.cart-table-cont .table-list {
    width: 100%;
}

.cart-table-cont thead tr {
    background: #33153E;
}

.cart-table-cont thead tr th {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 18px;
    color: #fff;
    border-right: 1px solid #e8e8e8;
}

.cart-table-cont .table-image img {
    width: auto;
    height: 70px;
}

.cart-table-cont tbody tr td {
    padding: 10px 20px;
    text-align: center;
    border-right: 1px solid #e8e8e8;
    white-space: nowrap;
    vertical-align: middle;
}

.cart-table-cont tbody tr td .quantity-box {
    margin-top: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    border: 1px solid #000;
    align-items: center;
    padding: 5px;
    float: left;
    margin-bottom: 0px;
}

.cart-table-cont tbody tr td .quantity-box button,
.cart-page tbody tr td .quantity-box input {
    height: 30px;
    box-shadow: none;
    font-weight: 400;
    text-align: center;
    padding: 0;
    color: #333;
    float: left;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0px !important;
    width: 45px !important;
    font-size: 18px !important;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}

.cart-table-cont tbody tr td .quantity-box button {
    border: none;
}

.cart-table-cont tbody tr td .quantity-box #input-quantity {
    font-weight: 300;
    font-size: 16px !important;
}

.cart-table-cont tbody tr td h6 {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.cart-table-cont tbody tr td.table-name h6 {
    font-weight: 500;
}

.cart-table-cont tbody tr td h6 a {
    color: #333;
}

.cart-table-cont tbody tr td.table-category h6 a {
    color: #B417EB;
    font-weight: 400;
}

.cart-table-cont tbody tr td h6 i {
    margin-right: 10px;
    color: #B417EB;
}
.express{
    background: #320051;
    border-radius: 14px;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content:space-between;
    column-gap:5px;
    position:relative;
    border:1px solid #320051;
}
.express h5{
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
}
.express h2{
    margin: 0;
    font-size: 19px;
    color: #fff;
    font-weight: 600
}
.plus-minus{
    background: #fff;
    border-radius: 4px;
    display:flex;
    width:80px;
}
.express-div{
    display:flex;
    column-gap:8px;
    align-items:center;
}
.plus-minus button{
    background: transparent;
    border: 0;
    padding: 2px 6px;
    font-size: 16px;
    font-weight: 500;
}
.subtotal{
    margin: 0;
    /*position: absolute;*/
    bottom: 0px;
    right: 0;
    background: #fff;
    padding: 6px 20px;
    border-radius: 22px 0 14px 0;
    font-weight:600;
}
.plus-minus input{
    border: 0;
    text-align: center;
    font-weight:500;
    width:100%;
    outline:0;
}
.cart-table-cont .table-action a i {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin: 3px;
    transition: all linear .3s;
}

.cart-table-cont .table-action .trash i {
    color: #ff3838;
    background: #f5f5f5;
}

.cart-table-cont .table-action .view i {
    color: #FF8C00;
    background: #f5f5f5;
}

.cart-table-cont .table-action .refresh i {
    color: #000;
    background: #f5f5f5;
}

.cart-table-cont tbody tr {
    border-bottom: 1px solid #e8e8e8;
}

.cart-table-cont tbody tr td:last-child {
    border-right: none;
}

.cart-table-cont {
    position: relative;
    margin-bottom: 40px;
}
.cart-table-cont .row{
    margin-bottom:   30px;
    row-gap:30px;
    display:flex;
    flex-wrap:wrap;

}
.name-cat{
    padding-bottom:15px;
}

.my-account-right .cart-table-cont {
    position: relative;
    margin-bottom: 0px;
}

.tpl {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.table-price-list {
    position: relative;
    background-color: #faf6f6;
    border-top: 2px solid #33153E;
    padding: 30px 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.table-price-list ul {
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
}

.table-price-list ul li {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

.table-price-list ul li span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.table-price-list ul li:last-child span {
    color: #FF8C00;
}

.table-price-list ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.check-form .form-control {
    height: 45px;
    border-radius: 0px;
    box-shadow: none;
}

.check-form textarea.form-control {
    height: 100px;
    border-radius: 0px;
    box-shadow: none;
    resize: none;
}

.check-form label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.check-form label span {
    color: #cc0000;
}

.cpl {
    display: flex;
    justify-content: flex-end;
}

.check-form {
    position: relative;
}

.check-form h3 {
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    color: #000;
    font-size: 22px;
}

.reg-check label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.cart-page #accordion a:not(.collapsed) i.fa-angle-down::before {
    content: "\f106" !important;
}

.cart-page #accordion .panel-default>.panel-heading {
    background-color: #FAF6F6;
    border: none;
    border-radius: 0px;
    padding: 0;
}

.cart-page #accordion .panel-default {
    border-radius: 0px;
}

.cart-page #accordion .panel-default>.panel-heading i {
    color: #FF8C00;
    padding-right: 0px;
    float: right;
    position: relative;
    top: 5px;
}

.cart-page #accordion .panel-default>.panel-heading a {
    width: 100%;
    display: block;
    padding: 15px 15px;
}

/**cart**/


/**my account page**/
.my-account-page {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.my_account_sidebar {
    background-color: #faf6f6;
    border-radius: 20px;
}

.my_account_sidebar .my_account_sidebar_list {
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
}

.my_account_sidebar .my_account_sidebar_list li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.my_account_sidebar .my_account_sidebar_list li:first-child.active {
    border-radius: 20px 20px 0 0;
}

.my_account_sidebar .my_account_sidebar_list li:first-child.active a {
    border-radius: 20px 20px 0 0;
}

.my_account_sidebar .my_account_sidebar_list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.my_account_sidebar .my_account_sidebar_list li a i {
    padding-right: 20px;
}

.my_account_form {
    background-color: #fff;
    border-radius: 20px;
}

.my_account_sidebar .my_account_sidebar_list li a {
    background-color: transparent;
    width: 100%;
    display: block;
    padding: 10px 20px;
    color: #666;
    font-weight: 300;
}

.my_account_sidebar .my_account_sidebar_list li.active a {
    background-color: #33153e;
    color: #ddd;
}

.my-account-right h3 {
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    color: #000;
    font-size: 22px;
}

.table-btn .home-btn a:after {
    display: none;
}

.table-btn .home-btn a {
    padding: 8px 15px;
    font-size: 12px;
}

.table-status .oi h5 {
    margin-bottom: 0px;
}

/**my account page**/

/**contact page**/
.contact-us-page {
    position: relative;
    padding-top: 110px;
    padding-bottom: 70px;
}

.contact-left-box-tile {
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0px 16px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 16px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 40px 35px 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height:250px;
}

.clbt-ico {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-image: linear-gradient(
        to right bottom,
        #ffb347, /* light orange */
        #ff9900, /* bright orange */
        #ff7a00, /* medium orange */
        #ff5e00, /* deep orange */
        #e65100  /* burnt orange */
        );

    color: #fff;
    border-radius: 100px;
    font-size: 20px;
    margin-bottom: 20px;
}

.clbt-text h4 {
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    color: #000;
    font-size: 20px;
}

.clbt-text p {
    font-weight: 400;
    margin: 0;
    color: #333;
    font-size: 16px;
    min-height: 48px;
}

.contact-us-left .home-title-block h2 {
    width: 60%;
}

.clbt-text p a {
    color: #333;
}

.con-ico i {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 110px;
    line-height: 1;
    color: rgba(44, 44, 44, 0.08);

    z-index: -1;
}

.contact-left-title-text {
    position: relative;
    margin-top: 30px;
}

.contact-left-title-text p {
    font-weight: 400;
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.contact-map .col-sm-12 {
    padding: 0;
}

.contact-page-form .row .col-sm-12.bx {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 16px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
    border-radius: 20px;
    margin-bottom: -180px;
    z-index: 1;
}

.contact-page-form .row.cpflx {
    display: flex;
    justify-content: center;
}

.contact-page-form {
    padding-bottom: 70px;
}

.cplright {
    position: absolute;
    bottom: 60px;
    right: 20%;
    z-index: -1;
}

.cplright img {
    height: 500px;
    border-radius: 0px 262.58px 262.58px 262.58px;
}

/**contact page**/

/**about page**/
.about-why-image {
    margin-bottom: 20px;
}

.about-why-image img {
    height: 60px;
}

.about-why-text h3 {
    color: #333;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    min-height: 85px;
}

.about-why {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-why-box {
    position: relative;
    border: 1px solid #ff6600;
    padding: 40px;
    border-radius: 20px;
    border-left: 5px solid #ff6600;
}

/**about page**/

/**testimonial-page**/
.testimonial-page {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.testimonial-page .testimonial-tile {
    margin-bottom: 50px;
}

/*.testimonial-page .col-lg-6:nth-child(odd){
    margin-top:50px;
}*/
.testimonial-page .col-lg-6:nth-child(even) {
    margin-top: 50px;
}

/**testimonial-page**/

/**safety tips**/
.safety-tips-page {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.do-tile {
    background: #faf6f6;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 30px;
    position: relative;
    display: flex;
    gap: 20px;
    padding-bottom: 15px;
}

.do-tile p {
    font-weight: 400;
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 28px;
    min-height: 95px;
}

.do-tile i {
    font-size: 20px;
    background-color: #0d369f17;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
}

.do-tile i.fa-check {
    color: #559926;
}

.do-tile i.fa-times {
    color: #b61818;
}

.smt {
    margin-top: 20px;
}

/**safety tips**/

/**gallery page**/
.gallery-page {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.gallery-page .gflx {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.gallery-page .gallery-image-block {
    margin-bottom: 5px;
    position: relative;
}

.gallery-page .vertical-outer {
    display: table;
    width: 100%;
    height: 100%;
}

.gallery-page .gallery-image-block .stories_thumb {
    position: relative;
    transition: all 0.5s;
}

.gallery-page .vertical-outer .stories_thumb {
    vertical-align: middle;
    display: table-cell;
}

.gallery-page .gallery-image-block .stories_thumb::before {
    position: absolute;
    content: "";
    background-image: linear-gradient(0deg, #b417eb, #7417eb);
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    transition: all 0.5s;
    top: 0;
    bottom: 0;
    right: 0;
}

.gallery-page .vertical-outer .stories_thumb img {
    margin: 0 auto;
    width: 100%;
}

.gallery-page .gallery-image-block .image-icon {
    position: absolute;
    top: 0;
    z-index: 2;
    display: flex;
    width: 100%;
    align-content: space-around;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
}

.gallery-page .gallery-image-block .image-icon i {
    background-color: #fff;
    padding: 10px;
    border-radius: 100%;
    font-size: 20px;
    color: #b417eb;
}

.gallery-page .gallery-image-block:hover .stories_thumb::before {
    opacity: 0.6;
}

.gallery-page .gallery-image-block:hover .image-icon {
    opacity: 1;
}

.gflx .col-sm-3 {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.gflx .col-sm-6 {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.gallery-page .gflx:nth-child(even) .col-lg-3 {
    order: 1;
}

.gallery-page .gflx:nth-child(even) .col-lg-3 {
    order: 2;
}

.gallery-page .gflx:nth-child(even) .col-lg-6 {
    order: 3;
}

/**gallery page**/

p#Successcart {
    margin: 0;
}

.scroll-text {
    background-color: #33153E;
    color: #fff;
    padding-top: 5px;
    font-size: 14px;
}

.scroll-text marquee {
    display: inline-block;
}

.scroll-text p {
    margin: 0;
    display: inline-block;
    width: 100%;
    margin: 0 10px;
}

.grad {
    background: -webkit-linear-gradient(#B417EB, #7417EB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.flflx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flflx p {
    margin: 0;
}

.flflx p a {
    color: #000;
}

#cninfo p {
    color: #333;
    line-height: 26px;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: justify;
}

#cninfo h3 {
    position: relative;
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    background: -webkit-linear-gradient(#B417EB, #7417EB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 20px;
}

#cninfo button {
    color: #fff;
    font-size: 14px;
    position: relative;
    transition: 0.5s ease-in-out;
    background-image: linear-gradient(to right bottom, #b417eb, #a615eb, #9715eb, #8615eb, #7417eb);
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    box-shadow: none;
    border: none;
}

/**whatsapp**/
.whatsapp-share {
    position: fixed;
    left: 30px;
    z-index: 5;
    bottom: 30px;
    transition: all 500ms ease-in-out;
}

.whatsapp-share a {
    color: #fff;
    text-align: center;
}

.whatsapp-share a i {
    font-weight: 500;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    border: 1px solid #25D366;
    background-color: #25D366;
    line-height: 55px;
    font-size: 30px;
}

/**whatsapp**/

/**progress**/
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(255 255 255 / 20%);
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 20%);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgb(151 151 151 / 20%);
    box-shadow: inset 0 0 0 1px rgb(151 151 151 / 20%);
}

.progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f106';
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    font-weight: 700;
    color: #9e7a30;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    right: 0;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    margin: 0 auto;
}

.progress-wrap::after {
    color: #ff9c00;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg.progress-circle path {
    stroke: #B417EB;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/**progress**/

/**preloader**/
.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reverse-spinner {
    position: relative;
    height: 80px;
    width: 80px;
    border: 4px solid transparent;
    border-top-color: #7417eb;
    border-left-color: #7417eb;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.reverse-spinner::before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border: 4px solid transparent;
    border-top-color: #b417eb;
    border-left-color: #b417eb;
    border-radius: 50%;
    -webkit-animation: spinBack 1s linear infinite;
    animation: spinBack 1s linear infinite;
}

@-webkit-keyframes spin {
    -webkit-from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    -webkit-to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

/**preloader**/
body #toast-container>div {
    width: 200px !important;
}

body #toast-container>.toast-success {
    background-image: none !important;
}

#toast-container>.toast-success:before {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #fff;
    content: "\f00c";
    font-family: "FontAwesome";
    width: 30px;
    height: 30px;
    background-color: #288d2c;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
}

body .toast-close-button {
    right: 0;
    top: 0px;
    font-size: 23px;
    font-weight: 600;
    color: #B417EB;
    text-shadow: none;
}

/**search**/
#search-overlay {
    display: none;
}

.block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    margin: 0;
    z-index: 1050;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    color: #FFF;
    border: none;
    background: transparent;
}

#search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

#close-btn {
    position: fixed;
    top: 30px;
    right: 20px;
    background-image: linear-gradient(to right bottom, #b417eb, #a615eb, #9715eb, #8615eb, #7417eb);
    width: 35px;
    height: 35px;
    border-radius: 100px;
    line-height: 35px;
    font-weight: 400;
    box-shadow: none;
    font-size: 15px;
}

#search-box .form-control {
    height: 45px;
    border-radius: 0px;
    border: 1px solid #E4E4E4;
    box-shadow: none;
    position: relative;
}

#search-box .search_icon {
    position: absolute;
    top: 10px;
    right: 30px;
}

#search-box img {
    position: absolute;
    top: 10px;
    right: 30px;
}

/**search**/

.slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
}

.productlistcat {
    background-color: #f5f5f5;
}

.quick-oder {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-image: linear-gradient(to right bottom, #b417eb, #a615eb, #9715eb, #8615eb, #7417eb);
    border-radius: 100px;
    text-align: center;
    z-index: 2;
    box-shadow: 0 3px 6px rgb(180 23 235 / 16%), 0 3px 6px rgb(116 23 235 / 23%);
}

.quick-oder a {
    display: block;
}

.quick-oder a img {
    height: 35px;
}


#quickorder .form-control {
    height: 45px;
    border-radius: 0px;
    box-shadow: none;
}

#quickorder textarea.form-control {
    height: 100px;
    border-radius: 0px;
    box-shadow: none;
    resize: none;
}

#quickorder label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

#quickorder label span {
    color: #cc0000;
}

#notify_product .modal-header {
    background-image: linear-gradient(to right bottom, #b417eb, #a615eb, #9715eb, #8615eb, #7417eb);
    color: #fff;
}

#notify_product .close {
    width: 30px;
    height: 30px;
    background-color: #000;
    opacity: 1;
    border-radius: 100px;
    position: absolute;
    right: -15px;
    top: -15px;
}

#notify_product .close span {
    font-weight: 200;
    color: #fff;
}

#notify_product .modal-content {
    border-radius: 0px;
}

#quickorder .modal-header {
    background-image: linear-gradient(to right bottom, #b417eb, #a615eb, #9715eb, #8615eb, #7417eb);
    color: #fff;
}

#quickorder .close {
    width: 30px;
    height: 30px;
    background-color: #000;
    opacity: 1;
    border-radius: 100px;
    position: absolute;
    right: -15px;
    top: -15px;
}

#quickorder .close span {
    font-weight: 200;
    color: #fff;
}

#quickorder .modal-content {
    border-radius: 0px;
}

.qomsg {
    position: relative;
    padding-top: 20px;
}

.qo-tile img {
    height: 70px;
    margin-bottom: 20px;
}

.qo-tile h4 {
    color: #000;
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 20px;
}

.qo-tile p {
    color: #333;
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 16px;
}

#quickorder .form-group p {
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
}

a.acceptcookies {
    color: #fff;
    background-image: linear-gradient(to right bottom, #b417eb, #a615eb, #9715eb, #8615eb, #7417eb);
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.cart-table-cont .table {
    border: 1px solid #eee;
}

/**faq**/
.faq {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}

.faq .head-title {
    margin-bottom: 20px;
}

.faq .head-title h2 {
    color: #000;
    font-weight: 500;
}

.faq-row .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
    padding: 0;
}

.faq .panel .panel-body {
    margin-bottom: 0;
    font-size: 16px;
}

.faq-row .panel-title a {
    width: 100%;
    display: block;
    padding: 20px 15px;
    position: relative;
    color: #221B14;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.faq-row  .panel-title a:after {
    position: absolute;
    right: 20px;
    top: 10px;
    content: "";
    background-image: url(../images/plus.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-row .panel-default {
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid #eee;
}

.faq-row .panel-body {
    color: #333;
    line-height: 26px;
    margin-bottom: 20px;
}

.faq-row .panel-title a:not(.collapsed):after {
    background-image: url('../images/minus.png');
}

/**faq**/

.product-listing-page thead,
.product-listing-page tfoot {
    position: sticky;
    background-color: #33153E;
    color: #fff;
}

.product-listing-page thead {
    top: 0;
}

.product-listing-page tfoot {
    bottom: 0;
}

.checkout-actions .btn-primary {
    background-color: #7417eb;
    border-color: #7417eb;
}

.product-listing-page .table-responsive {
    overflow-x: unset;
}

.policy-section {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.policy-section h1 {
    color: #54019d;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 29px;
}

.policy-section h2,
h3 {
    color: #54019d;
    margin-top: 20px;
    font-weight: 600;
    font-size: 23px;
}

.policy-section p,
li {
    font-size: 14px;
    line-height: 30px;
}

.policy-section .highlight {
    font-weight: bold;
    color: #e74c3c;
}

.policy-section .important-info {
    background: linear-gradient(to bottom, #b417eb, #7417eb);
    padding: 30px 20px;
    border-radius: 5px;
    margin-top: 20px;
    color: #fff;
    margin-bottom: 25px;
}

.important-info h3 {

    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 23px;
}

.policy-section .footer-note {
    font-size: 14px;
    color: #7f8c8d;
    margin-top: 30px;
    text-align: center;
}

.policy-section .fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    color: #a715eb;
    padding-right: 10px;
}

.policy-section .important-info i {
    color: #fff;
}

.policy-section .highlight {
    font-weight: bold;
    color: #e74c3c;
}



.policy-section .footer-line {
    border-top: 2px solid #ddd;
    margin-top: 40px;
    padding-top: 10px;
}

.policy-section.footer-note {
    font-size: 14px;
    color: #7f8c8d;
    text-align: center;
    margin-top: 10px;
}

.policy-section ul li {
    margin-bottom: 10px;
    display: block;
    align-items: center;
    line-height: 30px;
}

.policy-section ul li i {
    color: #3498db;
    margin-right: 10px;
    font-size: 18px;
}

.policy-section ol li i {
    font-size: 14px;
    color: #7417eb;
}

.policy-section .fa-check-circle {
    color: #2ecc71;
}



/**delivery section/*/

.delivery-section {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.delivery-sectio h1 {
    color: #54019d;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 27px;
}

.delivery-section .delivery-in-sec {
    text-align: center;
}

.delivery-section .delivery-in-sec h1 {
    color: #54019d;
    margin-top: 0px;
    font-weight: 500;
    font-size: 27px;
}

.delivery-section h2,
h3 {
    color: #54019d;
    margin-top: 20px;
    font-weight: 500;
    font-size: 23px;
}

.delivery-section p,
li {
    font-size: 14px;
    line-height: 1.8;
}

.delivery-section .highlight {
    font-weight: bold;
    color: #e74c3c;
    text-align: center;
    width: 70%;
    margin: auto;
    padding: 25px 0;
}

.delivery-section .footer-line {
    border-top: 2px solid #ddd;
    margin-top: 40px;
    padding-top: 10px;
}
.delivery-section b, strong {
    font-weight: 500;
}

.delivery-section ul li,
ol li {
    margin-bottom: 10px;
    display: block;
    align-items: center;
    line-height: 30px;
}

.delivery-section ul li i,
ol li i {
    color: #3498db;
    margin-right: 10px;
    font-size: 14px;
}

.delivery-section .fa-check-circle {
    color: #2ecc71;
}

.delivery-section .instructions-line {
    border-top: 2px solid #cfcfcf;
    margin-top: 30px;
    padding-top: 20px;
}
.cart-items .faq-row .panel-title a:not(.collapsed):after{
    display:none;
}
.cart-items.faq-row .panel-title a:after{
    display:none;
}
.about-left-cont .abt-high-text{
    width: 70%;
    margin: auto;
    padding-bottom: 25px;
    text-align: center;
    color: #FF6600;
    font-weight: 600;
    font-size: 15px;
}
.category_sec{
    margin-bottom: 50px;
    text-align: center;
}


.home-cat {
    padding: 70px 0;
    background-color: #FAF6F6;
}
.home-cat h3 {
    color:#143055;
    text-align: center;
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 5px;
}
.home-cat p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.home-cat .cat-set {
    padding: 20px 0;
}
.home-cat .product-layout .caption {
    background: #F6F3EE;
    padding: 15px 5px;
    box-shadow: 0px 6px 10px -5px rgb(0 0 0 / 17%);
}
.home-cat .btn-set {
    margin-top: 25px;
}
.home-cat .btn-set a {
    border: 2px solid #143055;
    color: #143055;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s ease;
}
.home-cat .product-layout .caption h4 {
    text-align: center;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin: 0;
}
.caption h4 a {
    color:black;
}
@media (max-width: 767px) {
    .home-cat h3 {
        font-size: 35px;
    }
}