body{
	display:block!important;
}

.bullet-point p{
  position:relative;
}

.bullet-point p:after {
    width: 8px;
    height: 8px;
    background: #3B82F6;
    position: absolute;
    z-index: 99;
    top: 2px;
    left: -13px;
    content: "";
    border-radius: 50px;
}

.popular {
  position: relative;
}

.popular::after {
    content: "Popular";
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #EFF6FF;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 0px 14px 0px 14px;
    z-index: 2;
    font-family: Inter;
    color: #2563EB;
    border: 1px solid #DBEAFE;
}

.border-line,.border-left,.border-right {
    position: relative;
}

.border-line:after {
    width: 100%;
    content: "";
    border-bottom: 1px solid #BFDBFE;
    position: absolute;
    top: 50px;
    z-index: 2;
}

.relative {
    position: relative;
    z-index: 5;
}

.border-left:after {
    width: 50%;
    content: "";
    border-bottom: 1px solid #BFDBFE;
    position: absolute;
    top: 50px;
    z-index: 1;
    left: -20px;
}

.border-right:after {
    width: 50%;
    content: "";
    border-bottom: 1px solid #BFDBFE;
    position: absolute;
    top: 50px;
    z-index: 1;
    right: -20px;
}

.footer-nav nav ul {
    display: grid;
}

.footer-nav nav ul li {
    margin: 0 !important;
}

.anchor-full a {
    width: 100% !important;
    height: 100%;
}

.footer-security .elementor-icon-wrapper {
    display: flex;
    align-items: center;
}

.breadcrumb-bg{
position:relative;
}

/* .breadcrumb-bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-image: url("https://sunshinesupplement.com/wp-content/themes/suxnix/assets/img/bg/testimonial_bottom_shape.png");
    width: 100%;
    height: 36px;
    background-repeat: repeat;
    background-position: center;
    z-index: 1;
} */

.border-dot, .border-center, .border-left-dot {
    position: relative;
}

.border-dot:after {
    width: 50%;
    content: "";
    position: absolute;
    top: 70px;
    z-index: 1;
    height: 2px;
    border-bottom: 2px solid transparent;
    border-image: repeating-linear-gradient(
        to right,
        #CCDCFF 0,
        #CCDCFF 4px,   
        transparent 4px,
        transparent 10px 
    ) 1;
    right: 0;
}


.border-center:after {
    width: 100%;
    content: "";
    position: absolute;
    top: 70px;
    z-index: 1;
    height: 2px;
    border-bottom: 2px solid transparent;
    border-image: repeating-linear-gradient(
        to right,
        #CCDCFF 0,
        #CCDCFF 4px,   
        transparent 4px,
        transparent 10px 
    ) 1;
    right: 0;
}

.border-line-center:after {
    width: 120%;
    content: "";
    border-bottom: 1px solid #BFDBFE;
    position: absolute;
    top: 50px;
    z-index: 2;
}

.border-left-dot:after {
    width: 50%;
    content: "";
    position: absolute;
    top: 70px;
    z-index: 1;
    height: 2px;
    border-bottom: 2px solid transparent;
    border-image: repeating-linear-gradient(
        to right,
        #CCDCFF 0,
        #CCDCFF 4px,   
        transparent 4px,
        transparent 10px 
    ) 1;
    left: 0;
}

.zxdfdd {
    position: relative;
    z-index: 2;
}

.footer-bar{
	z-index: 9999999 !important;
}

@media(max-width:768px){
	.border-right:after {
			width: 100%;
			right: 0px;
	}
	
	.border-left:after {
    width: 100%;
    left: 0px;
}
	
	.border-line-center:after {
    width: 100%;
}
	
.cart-button {
    position: fixed;
    width: fit-content;
    right: 50px;
    top: 0px;
    display: flex;
    justify-content: center;
    z-index: 999999;
}
	
#cart-btn {
    font-size: 12px !important;
    padding: 5px 15px 5px 15px !important;
}
	
	.border-left-dot:after {
    width: 100%;
	}
	
	.border-dot:after {
    width: 100%;
	}
	
}
