/*
--------------------------------------------------------* 
[Main Stylesheet ]
Name         : Shipping bar 
Version      :  1.1.0
Author       :  Xfinitysoft
--------------------------------------------------------*/
.xsfsb-frontend-progressbarcontent {
	position: fixed;
	background: red;
	width: 100%;
	padding: 12px;
	flex-grow: 1;
	text-align: center;
	z-index: 10000;
	top: 0px;
	display :none;
	z-index: 100000;
}
.xsfsb-frontend-progressbarpreview {
	position: fixed;
	background: #f3f3f3;
	width: 100%;
	flex-grow: 1;
	text-align: center;
	z-index: 10000;
	top: 42px;
	border-radius: 1px;
	display :none;
}
.xsfsb-frontend-progressbarpreview-fill {
	background: red;
	width : 45%;
	margin-bottom:0px !important;
}
.xsfsb-deliveryVechileIcon {
	bottom: 0;
	cursor: pointer;
	position: fixed;
	right:0px; 
	display:none;
}
/*progressbar style2*/
/*1-  progressbar style2 top postion*/
.xsfsb-progressbar-style2 .xsfsb-progressbarpreview-fill,
.xsfsb-progressbar-style2 .xsfsb-frontend-progressbarpreview-fill {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.xsfsb-progressbar-style2 {
	border-radius: 20px;
	margin: 0px auto;
	left: 0;
	right: 0;
	width: 90%;
}
.xsfsb-progressbar-style2:before,
.xsfsb-progressbar-style2:after {
	content: " ";
	position: absolute;
	top: -10px;
	font-size: 40px;
	z-index: -1;
	width: 0px;
	height: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #555555;
}
.xsfsb-progressbar-style2:before {
	left: 8%;
}
.xsfsb-progressbar-style2:after {
	right: 8%;
}
/*2-  progressbar style2 bottom postion*/
.xsfsb-progressbarcontent-bottom {
	top: unset;
	bottom: 2px;
}
.xsfsb-progressbar-bottom {
	bottom: 8%;
	top: unset;
}
.xsfsb-progressbar-bottom:before,
.xsfsb-progressbar-bottom:after  {
  top: unset;
  border-top: 10px solid #555555;
  bottom : -10px; 
  border-bottom: 0px;
}
/*progressbar style3*/
.xsfsb-progressbar-style3 {
	width: 90%;
	border-radius: 20px;
	margin: auto;
	top: 40px;
	left: 0;
	right: 0;
	z-index:100000;
}
.xsfsb-progressbar-style3 .xsfsb-frontend-progressbarpreview-fill {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.xsfsb-progressbarcontent-style3-bottom {
	top: unset;
	bottom: 0px;
}
.xsfsb-progressbar-style3-bottom {
	top: unset;
	bottom: 5px;
}
.xsfsb-frontend-progressbarcontent-text{
	visibility: hidden;
}
/* Style 1  bottom*/
.xsfsb-progressbarcontent-style1-bottom {
  top: unset;
  bottom: 0px;
}
.xsfsb-progressbar-style1-bottom {
  top: unset;
  bottom: 13%;
}