.ctc-inline-copy-icon .copy-icon {
height: 16px;
width: 16px;
}
.ctc-inline-copy-icon .check-icon {
display: none;
}
.ctc-inline-copy-icon {
display: inline-flex;
}
.ctc-inline-hidden {
display: none !important;
}
.ctc-inline-copy-text {
line-height: normal;
}
.ctc-inline-copy {
display: inline-flex;
align-items: center;
gap: .5em;
position: relative;
cursor: pointer;
}
.ctc-inline-copy::before {
content: "";
top: 50%;
bottom: 50%;
left: -7px;
margin-top: -6px;
border: 6px solid transparent;
border-left-color: rgb(36, 41, 47);
position: absolute;
}
.ctc-inline-copy::after {
position: absolute;
content: attr(aria-label);
padding: 0.5em 0.75em;
right: 100%;
color: white;
background: rgb(36, 41, 47);
font-size: 11px;
border-radius: 6px;
line-height: 1;
right: 100%;
bottom: 50%;
margin-right: 6px;
transform: translateY(50%);
min-width: 60px;
}
.ctc-inline-copy::after,
.ctc-inline-copy::before {
opacity: 0;
visibility: hidden;
transition:
opacity 0.2s ease-in-out,
visibility 0.2s ease-in-out;
}
.copied.ctc-inline-copy .check-icon {
display: block;
}
.copied.ctc-inline-copy .copy-icon {
display: none !important;
}
.copied.ctc-inline-copy::after,
.copied.ctc-inline-copy::before {
opacity: 1;
visibility: visible;
transition:
opacity 0.2s ease-in-out,
visibility 0.2s ease-in-out;
} .ctc-inline-style-cover .ctc-inline-copy-icon {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}
.ctc-inline-style-cover .copy-icon {
display: none;
}
.ctc-inline-style-cover:hover .copy-icon {
display: block;
}
.copied.ctc-inline-style-cover .check-icon {
display: block;
}
.ctc-inline-style-cover svg {
fill: white;
}
.ctc-inline-style-cover:hover .ctc-inline-copy-icon {
background: rgb(0 0 0 / 50%);
}.fme_wfsb_bottom_position {
width:100%;
background: blue;
color: white;
position: fixed;
z-index: 999999;
text-align: center;
display: block;
padding: 10px 0 !important;
padding-bottom: 20px !important;
bottom: 0px !important; 
top: '' !important;
}
.fme_wfsb_top_position {
width:100%;
background: blue;
color: white;
position: fixed;
z-index: 999999;
top: 0px;
text-align: center;
display: block;
padding: 10px 0;
}
#fme_wfsb_shipping_progress_bar {
background-color: grey;
margin-bottom: -20px;
}
#fme_wfsb_shipping_progress_bar2 {
background-color: grey;
margin-bottom: -20px;
}
#fme_wfsb_current_progress {
text-align: center;
}
#fme_wfsb_current_progress2 {
text-align: center;
}
.fme_progress_border{
border-radius: 15px !important;
border-width: 2px;
border-color: #ffffff;
padding: 1px;
}
#fme_wfsb_message{
display: -webkit-inline-box;
padding-right: 35px;
padding-left: 35px;
}
#fme_wfsb_current_progress_percent{
color: #fff;
text-align: center;
}
#fme_wfsb_current_progress_percent2{
color: #fff;
text-align: center;
}
#fme_wfsb_close_message {
top: 0px;
right: 0px;
position: absolute;
margin-right: 10px;
margin-left: 10px;
font-size: 27px;
}
#fme_wfsb_free_shipping_icon {
bottom: 0px;
right: 0px;
position: fixed;
z-index: 999999;
margin-right: 5px;
margin-bottom: 5px;
display: none;
width: 150px;
}
@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}
@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}
.progress{
display:-ms-flexbox;
display:flex;
height:1rem;
overflow:hidden;
line-height:0;
font-size:.75rem;
background-color:#e9ecef;
border-radius:.25rem }
.progress-bar{
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column;
-ms-flex-pack:center;
justify-content:center;
overflow:hidden;
color:#fff;
text-align:center;
white-space:nowrap;
background-color:#007bff;
transition:width .6s ease}
@media (prefers-reduced-motion:reduce){
.progress-bar{transition:none}}
.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-size:1rem 1rem } 
.progress-bar-animated{ 
-webkit-animation:progress-bar-stripes 1s linear infinite;
animation:progress-bar-stripes 1s linear infinite }
@media ( prefers-reduced-motion: reduce ) {
.progress-bar-animated { 
-webkit-animation : none; animation : none } }
.media {
display: -ms-flexbox; display: flex;
-ms-flex-align: start; align-items: flex-start }
.media-body { -ms-flex:1; flex:1 }
.fme_wfsb_first_load {
display : none;
}
.fme_wfsb_first_load2 {
display : none;
}.fme_wfsb_progress_outer{
background: #fff;
padding: 5px 60px 5px 5px;
margin-bottom: 0px;
margin-top: 5px;
position: relative;
}
.progress{
margin: 0;
}
.progress .progress-bar{
box-shadow: none;
animation: animate-positive 2s;
}
.progress .progress-value{
font-weight: 700;
position: absolute;
top: 12px;
right: 10px;
}
@keyframes animate-positive{
0%{ width: 0; }
}
@media (prefers-reduced-motion:reduce){
.progress-bar{transition:none}}
.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
background-size:1rem 1rem !important; } 
.progress-bar-animated{ 
-webkit-animation:progress-bar-stripes 1s linear infinite !important;
animation:progress-bar-stripes 1s linear infinite !important; }
@media ( prefers-reduced-motion: reduce ) {
.progress-bar-animated { 
-webkit-animation : none; animation : none } }
.media {
display: -ms-flexbox; display: flex;
-ms-flex-align: start; align-items: flex-start }
.media-body { -ms-flex:1; flex:1 }