/*
*
*	Authored by Rochie Yamit. If you have any questions please contact me at: www.rochieyamit.com, dev@rochieyamit.com
*
*/
html {
  font-family: Roboto, sans-serif;
}
#content {
  color: #121212;
  background-color: white;
}
/* .what-we-offer p {
  font-family: GillSans, Calibri, Trebuchet, sans-serif !important;
  color: black !important;
} */
a:link {
  text-decoration: none;
}
#wp-content-editor-container .wp-editor-area {
  visibility: visible !important;
}
a.custom-social-icons {
  font-size: 2em !important;
  margin-right: 10px;
}

/* Custom accordion styles */
.custom-accordion {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.accordion-title {
  background-color: #f1f1f1;
  padding: 10px;
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding: 10px;
}

.custom-accordion.active .accordion-content {
  display: block;
}

.videos-wrapper .card:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(211, 199, 199, 0.583), 0 4px 8px rgba(211, 199, 199, 0.583);
}
.cls-row {
	margin-top: 20px !important;
}
.contact-us-wrapper {
  color: #fff;
}
.woocommerce-page .site-content > .page-header {
  background-image: url('https://authenticexperts.com/wp-content/uploads/2023/07/tamara-bellis-IwVRO3TLjLc-unsplash-scaled.jpg');
	background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
  margin-bottom: 40px;
  z-index: 1;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slide-holder .slider.round {
  border-radius: 34px;
}

.slide-holder .slider.round:before {
  border-radius: 50%;
}
.slide-holder .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slide-holder .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
* {
    margin: 0;
    padding: 0
}


#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-family: arial;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    font-family: arial;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.purchase_div .card {
  z-index: 0;
  border: none !important;
  position: relative;
  text-align: center;
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: black;
    text-align: left
}

.form-card .form-group input::placeholder {
  font-family: roboto, arial;
}

.form-card .form-group input,
.form-card .form-group textarea {
  font-family: 'Roboto', Arial, sans-serif !important;
  color: black;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    margin-left: 0 !important;
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #item:before {
    font-family: FontAwesome;
    content: "\f07a"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.alert-primary {
  text-align: initial;
}
.txt_certificateinfo {
    color: white;
    background-color: #1A1615;
    padding: 30px;
    position: absolute;
    top: 51px;
    left: 162px;  
    display: none;  
}
.txt_authenticationinfo {
    color: white;
    background-color: #1A1615;
    padding: 30px;
    position: absolute;
    top: 156px;
    left: 194px;  
    display: none;  
}
/* code for the toggle above */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
/* TOGGLE STYLING */
 .toggle_authentication {
   margin: 0 0 1.5rem;
   box-sizing: border-box;
   font-size: 0;
   display: flex;
   flex-flow: row nowrap;
   justify-content: flex-start;
   align-items: stretch;
}
 .toggle_authentication input {
   width: 0;
   height: 0;
   position: absolute;
   left: -9999px;
}
 .toggle_authentication input + label {
   margin: 0;
   padding: 0.75rem 2rem;
   box-sizing: border-box;
   position: relative;
   display: inline-block;
   border: solid 1px #ddd;
   background-color: #fff;
   font-size: 1rem;
   line-height: 140%;
   font-weight: 600;
   text-align: center;
   box-shadow: 0 0 0 rgba(255, 255, 255, 0);
   transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%;
   display: flex;
   justify-content: center;
   align-items: center;
  */
  /* ----- */
}
 .toggle_authentication input + label:first-of-type {
   border-radius: 6px 0 0 6px;
   border-right: none;
}
 .toggle_authentication input + label:last-of-type {
   border-radius: 0 6px 6px 0;
   border-left: none;
}
 .toggle_authentication input:hover + label {
   border-color: #213140;
}
 .toggle_authentication input:checked + label {
   background-color: #4b9dea;
   color: #fff;
   box-shadow: 0 0 10px rgba(102, 179, 251, .5);
   border-color: #4b9dea;
   z-index: 1;
}
 .toggle_authentication input:focus + label {
   outline: dotted 1px #ccc;
   outline-offset: 0.45rem;
}
 @media (max-width: 800px) {
   .toggle_authentication input + label {
     padding: 0.75rem 0.25rem;
     flex: 0 0 50%;
     display: flex;
     justify-content: center;
     align-items: center;
  }
}
.dashboard_toggle_authentication {
   margin: 0 0 1.5rem;
   box-sizing: border-box;
   font-size: 0;
   display: flex;
   flex-flow: row nowrap;
   justify-content: flex-start;
   align-items: stretch;
}
 .dashboard_toggle_authentication input {
   width: 0;
   height: 0;
   position: absolute;
   left: -9999px;
}
 .dashboard_toggle_authentication input + label {
   margin: 0;
   padding: 0.75rem 2rem;
   box-sizing: border-box;
   position: relative;
   display: inline-block;
   border: solid 1px #ddd;
   background-color: #fff;
   font-size: 1rem;
   line-height: 140%;
   font-weight: 600;
   text-align: center;
   box-shadow: 0 0 0 rgba(255, 255, 255, 0);
   transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%;
   display: flex;
   justify-content: center;
   align-items: center;
  */
  /* ----- */
}
 .dashboard_toggle_authentication input + label:first-of-type {
   border-radius: 6px 0 0 6px;
   border-right: none;
}
 .dashboard_toggle_authentication input + label:last-of-type {
   border-radius: 0 6px 6px 0;
   border-left: none;
}
 .dashboard_toggle_authentication input:hover + label {
   border-color: #213140;
}
 .dashboard_toggle_authentication input:checked + label {
   background-color: #4b9dea;
   color: #fff;
   box-shadow: 0 0 10px rgba(102, 179, 251, .5);
   border-color: #4b9dea;
   z-index: 1;
}
 .dashboard_toggle_authentication input:focus + label {
   outline: dotted 1px #ccc;
   outline-offset: 0.45rem;
}
 @media (max-width: 800px) {
   .dashboard_toggle_authentication input + label {
     padding: 0.75rem 0.25rem;
     flex: 0 0 50%;
     display: flex;
     justify-content: center;
     align-items: center;
  }
}
/* STYLING FOR THE STATUS HELPER TEXT FOR THE DEMO */
 .status {
   margin: 0;
   font-size: 1rem;
   font-weight: 400;
}
 .status span {
   font-weight: 600;
   color: #b6985a;
}
 .status span:first-of-type {
   display: inline;
}
 .status span:last-of-type {
   display: none;
}
 @media (max-width: 800px) {
   .status span:first-of-type {
     display: none;
  }
   .status span:last-of-type {
     display: inline;
  }
}
/* login form */
@import url("https://fonts.googleapis.com/css?family=Fira+Sans");
.form-structor {
   background-color: #222;
   border-radius: 15px;
   height: 550px;
   width: 350px;
   position: relative;
   overflow: hidden;
   background-color: #e1e8ee;
   display: flex;
   align-items: center;
   justify-content: center;
   font-family: "Fira Sans", Helvetica, Arial, sans-serif;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
 .form-structor::after {
   content: '';
   opacity: 0.8;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-repeat: no-repeat;
   background-position: left bottom;
   background-size: 500px;
   background-image: url('https://images.unsplash.com/photo-1503602642458-232111445657?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=bf884ad570b50659c5fa2dc2cfb20ecf&auto=format&fit=crop&w=1000&q=100');
}
 .form-structor .signup {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   width: 65%;
   z-index: 5;
   -webkit-transition: all 0.3s ease;
}
 .form-structor .signup.slide-up {
   top: 5%;
   -webkit-transform: translate(-50%, 0%);
   -webkit-transition: all 0.3s ease;
}
 .form-structor .signup.slide-up .form-holder, .form-structor .signup.slide-up .submit-btn {
   opacity: 0;
   visibility: hidden;
}
 .form-structor .signup.slide-up .form-title {
   font-size: 1em;
   cursor: pointer;
}
 .form-structor .signup.slide-up .form-title span {
   margin-right: 5px;
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.3s ease;
}
 .form-structor .signup .form-title {
   color: #fff;
   font-size: 1.7em;
   text-align: center;
}
 .form-structor .signup .form-title span {
   color: rgba(0, 0, 0, 0.4);
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.3s ease;
}
 .form-structor .signup .form-holder {
   border-radius: 15px;
   background-color: #fff;
   overflow: hidden;
   margin-top: 50px;
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.3s ease;
}
 .form-structor .signup .form-holder .input {
   border: 0;
   outline: none;
   box-shadow: none;
   display: block;
   height: 30px;
   line-height: 30px;
   padding: 8px 15px;
   border-bottom: 1px solid #eee;
   width: 100%;
   font-size: 12px;
}
 .form-structor .signup .form-holder .input:last-child {
   border-bottom: 0;
}
 .form-structor .signup .form-holder .input::-webkit-input-placeholder {
   color: rgba(0, 0, 0, 0.4);
}
 .form-structor .signup .submit-btn {
   background-color: rgba(0, 0, 0, 0.4);
   color: rgba(256, 256, 256, 0.7);
   border: 0;
   border-radius: 15px;
   display: block;
   margin: 15px auto;
   padding: 15px 45px;
   width: 100%;
   font-size: 13px;
   font-weight: bold;
   cursor: pointer;
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.3s ease;
}
 .form-structor .signup .submit-btn:hover {
   transition: all 0.3s ease;
   background-color: rgba(0, 0, 0, 0.8);
}
 .form-structor .login {
   position: absolute;
   top: 20%;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #fff;
   z-index: 5;
   -webkit-transition: all 0.3s ease;
}
 .form-structor .login::before {
   content: '';
   position: absolute;
   left: 50%;
   top: -20px;
   -webkit-transform: translate(-50%, 0);
   background-color: #fff;
   width: 200%;
   height: 250px;
   border-radius: 50%;
   z-index: 4;
   -webkit-transition: all 0.3s ease;
}
 .form-structor .login .center {
   position: absolute;
   top: calc(50% - 10%);
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   width: 65%;
   z-index: 5;
   -webkit-transition: all 0.3s ease;
}
 .form-structor .login .center .form-title {
   color: #000;
   font-size: 1.7em;
   text-align: center;
}
 .form-structor .login .center .form-title span {
   color: rgba(0, 0, 0, 0.4);
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.3s ease;
}
 .form-structor .login .center .form-holder {
   border-radius: 15px;
   background-color: #fff;
   border: 1px solid #eee;
   overflow: hidden;
   margin-top: 50px;
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.3s ease;
}
 .form-structor .login .center .form-holder .input {
   border: 0;
   outline: none;
   box-shadow: none;
   display: block;
   height: 30px;
   line-height: 30px;
   padding: 8px 15px;
   border-bottom: 1px solid #eee;
   width: 100%;
   font-size: 12px;
}
 .form-structor .login .center .form-holder .input:last-child {
   border-bottom: 0;
}
 .form-structor .login .center .form-holder .input::-webkit-input-placeholder {
   color: rgba(0, 0, 0, 0.4);
}
 .form-structor .login .center .submit-btn {
   background-color: #6b92a4;
   color: rgba(256, 256, 256, 0.7);
   border: 0;
   border-radius: 15px;
   display: block;
   margin: 15px auto;
   padding: 15px 45px;
   width: 100%;
   font-size: 13px;
   font-weight: bold;
   cursor: pointer;
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.3s ease;
}
 .form-structor .login .center .submit-btn:hover {
   transition: all 0.3s ease;
   background-color: rgba(0, 0, 0, 0.8);
}
 .form-structor .login.slide-up {
   top: 90%;
   -webkit-transition: all 0.3s ease;
}
 .form-structor .login.slide-up .center {
   top: 10%;
   -webkit-transform: translate(-50%, 0%);
   -webkit-transition: all 0.3s ease;
}
 .form-structor .login.slide-up .form-holder, .form-structor .login.slide-up .submit-btn {
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.3s ease;
}
 .form-structor .login.slide-up .form-title {
   font-size: 1em;
   margin: 0;
   padding: 0;
   cursor: pointer;
   -webkit-transition: all 0.3s ease;
}
 .form-structor .login.slide-up .form-title span {
   margin-right: 5px;
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.3s ease;
}
.history_div {
  margin-top: 40px;
  text-align: -webkit-center;
}
.form-structor input {
  margin-bottom: auto;
} 
#validation_block {
  width: 100%;
  height: 167px;
  opacity: 0.5;
  background-color: black;
  position: absolute;
  bottom: 117px;
  z-index: 100 !important;
  padding-top: 66px;

}
#validation_block h4 {
  color: white;
}
.history_div .button, .history_div button{
  text-transform: none !important;
}
a.paginate_button {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
a.current {
  background-color: #4097EE;
  color: white;
  border-radius: 5px;
}
a.paginate_button:hover:not(.current) {
  background-color: #ddd;
  border-radius: 5px;
}
#back_modalEdit .modal-body .row {
  margin-bottom: 20px;
}
#authenticator_brand_modal .modal-body .row {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .hmp_img {
    height: 200px !important;
    width: 200px !important;
  }
}
@media only screen and (max-width: 832px) {
  .hmp_img {
    height: 150px !important;
    width: 150px !important;
  }

}
@media only screen and (max-width: 600px) {
  .hmp_img {
    height: 150px !important;
    width: 150px !important;
  }
  .containerm .small-6 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .product-info, .summary-info{
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

.hmp_img {
    overflow: hidden;
    height: 250px;
    width: 250px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, .3);
    transition: .5s;
    background-color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hmp_img:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-140%, -50%);
    background-color: blue;
    opacity: 0.8;
    border-radius: 50%;
    transition: .8s
}

.hmp_img:hover:after {
    transform: translate(-50%, -50%)
}

.hmp_img:hover img {
    transform: translate(-50%, -50%) scale(1.3) rotate(20deg)
}

.hmp_img img {
    position: absolute;
    /*height: 110%;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .8s;
    opacity: .5;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: none;
    object-position: center; 
}

.hmp_img i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-2000px, -50%);
    color: #fff;
    transition: .8s;
    transition-timing-function: ease-in
}

.hmp_img:hover i {
    transform: translate(-50%, -50%);
    transition-timing-function: ease
}

.hmp_img h2 {
    position: relative;
    text-align: center;
    color: white;
}
.containerm a {
  text-decoration: none;
}
.left-sidebar-wrapper li {
  list-style-type: none;
  margin-left: 30px;
}
.left-sidebar-wrapper {
  position: fixed;
  left: 0px;
  top: 206px;
  z-index: 1;
}
.left-sidebar-wrapper a {
  text-decoration: none;
}
.right-sidebar-wrapper li {
  list-style-type: none;
  margin-left: 15px;
}
.right-sidebar-wrapper {
  position: fixed;
  right: 13px;
  top: 206px;
  z-index: 1;
}
.right-sidebar-wrapper a {
  text-decoration: none;
}
@media only screen and (max-width: 1513px) {
  .left-sidebar-wrapper, .right-sidebar-wrapper {
    display: none;
  }
}
.video-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.col-inner ul li {
  margin-left: 0 !important;
}
#overlay{ 
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
.author_description_wrapper, .content_wrapper{
  margin: 30px;
}
.author_description_wrapper h1, .author_description_wrapper h5 {
  display: flex;
  width: 100%;
}
.author_description_wrapper h5 {
  margin-bottom: 40px;
}
.option_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
hr {
  height: 4px;
  margin-bottom:-3px;
  width: 100%;
  opacity: 1 !important;
  border-top: 0 !important;
}
.hr-primary{
    background-image: -webkit-linear-gradient(left, rgba(66,133,244,.8), rgba(66, 133, 244,.6), rgba(0,0,0,0));
}
.product-content-wrapper span {
  width: 100%;
}
.banner-link {
  background-image: url('assets/images/IMG_3585-934x1024.jpg');
  opacity: .5;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-input-style {
    position: relative;
    margin: 10px 2.5px 20px 2.5px;
}

.contact-input-style input {
    display: inline-block;
    border: thin solid #fafafa;
    border-bottom: solid medium #999;
    color: #444;
    background-color: #fafafa;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.contact-input-style input:focus {
        border: thin solid #dc3545;
        border-bottom: solid medium #dc3545;
        background-color:#fff;
    }
.contact-input-style textarea:focus {
        border: thin solid #dc3545;
        border-bottom: solid medium #dc3545;
        background-color:#fff;
    }

.contact-input-style label {
    color: #999;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 10px;
    transition: 0.2s;
}

.contact-input-style input:focus ~ label, .contact-input-style input:valid ~ label {
    top: -10px;
    left: 15px;
    font-size: small;
    color: #dc3545;
    background-color:#fff;
    padding:0 5px 0 5px;
}
.contact-input-style textarea:focus ~ label,  .contact-input-style textarea:valid ~ label{
    top: -10px;
    left: 15px;
    font-size: small;
    color: #dc3545;
    background-color:#fff;
    padding:0 5px 0 5px;
}
#form-contact > .row {
margin-top: 40px;
}
.contact-title-wrapper h1 {
font-weight: bold;
}
.affiliates-card {
  margin-bottom: 30px;
}
.grecaptcha-badge {
  display: none !important;
}
.top-live-counter span#top_counter, .bottom-live-counter span#bottom_counter {
  color: red;
}

.timesalecarousel .floatme-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  vertical-align: middle;
  width: 100%;
}

.timesalecarousel .carousel-item {
  height: 50vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.timesalecarousel .carousel-caption {
  position: absolute !important;
  right: 15%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white !important;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
} 
.timesalecarousel h2, .timesalecarousel h4 {
  color: white;

}
.timesalecarousel h2 {
  font-size: 2rem;
  position: absolute;
  top: -25%;
}
.timesalecarousel h4 {
  position: absolute;
  bottom: -25%;
}
.shop_header .timesalecarousel h2 {
  font-size: 2rem;
  position: absolute;
  top: -50%;
}
.shop_header .timesalecarousel h4 {
  position: absolute;
  bottom: -50%;
}
.timesalecarousel .clock {
  width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  
}
.shop_header .carousel-item {
  height: 30vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 700px) {
  .timesalecarousel .clock {
    width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    zoom: 0.5;
    -moz-transform: scale(0.5);

  }
}
@media only screen and (max-width: 1368px) {
  .shop_header .carousel-item {
    height: 50vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .shop_header .timesalecarousel h2 {
    font-size: 2rem;
    position: absolute;
    top: -50%;
  }
  .shop_header .timesalecarousel h4 {
    position: absolute;
    bottom: -50%;
  }
  .timesalecarousel h2 {
    font-size: 2rem;
    position: absolute;
    top: -50%;
  }
  .timesalecarousel h4 {
    position: absolute;
    bottom: -50%;
  }
}
.top-live-counter .flip-clock-divider .flip-clock-label {

  color: black !important; 
}
@media only screen and (max-width: 700px) {
  .top-live-counter .clock {
    zoom: 0.75;
   -moz-transform: scale(0.75)

  }
}
@media only screen and (max-width: 400px) {
  .top-live-counter .clock {
    zoom: 0.5;
   -moz-transform: scale(0.5)

  }
}

.myaccount-login-form {
    width: 340px;
    margin: 50px auto;
    font-size: 15px;
}
.myaccount-login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.myaccount-login-form h2 {
    margin: 0 0 15px;
}
.myaccount-registration-form-wrapper, .forgot-password-wrapper {
    width: 340px;
    margin: 50px auto;
    font-size: 15px;
}
.myaccount-registration-form-wrapper form, .forgot-password-wrapper form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.myaccount-registration-form-wrapper h2, .forgot-password-wrapper form {
    margin: 0 0 15px;
}
h2.fc-toolbar-title {
  font-size:  1em !important;
}
.livesale_tags a {  
  display: inline-block;  
  height: 21px;  
  margin: 0 10px 0 0;  
  padding: 0 7px 0 14px;  
  white-space: nowrap;  
  position: relative;  
  
  background: -moz-linear-gradient(top, #fed970 0%, #febc4a 100%);  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed970), color-stop(100%,#febc4a));  
  background: -webkit-linear-gradient(top, #fed970 0%,#febc4a 100%);  
  background: -o-linear-gradient(top, #fed970 0%,#febc4a 100%);  
  background: linear-gradient(to bottom, #fed970 0%,#febc4a 100%);  
  background-color: #FEC95B;  
  
  color: #963;  
  font: bold 11px/21px Arial, Tahoma, sans-serif;  
  text-decoration: none;  
  text-shadow: 0 1px rgba(255,255,255,0.4);  
  
  border-top: 1px solid #EDB14A;  
  border-bottom: 1px solid #CE922E;  
  border-right: 1px solid #DCA03B;  
  border-radius: 1px 3px 3px 1px;  
  box-shadow: inset 0 1px #FEE395, 0 1px 2px rgba(0,0,0,0.21);  
}  
.livesale_tags a:before { 
  content: '';  
  position: absolute;  
  top: 5px;  
  left: -6px;  
  width: 10px;  
  height: 10px;  
  
  background: -moz-linear-gradient(45deg, #fed970 0%, #febc4a 100%);  
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#fed970), color-stop(100%,#febc4a));  
  background: -webkit-linear-gradient(-45deg, #fed970 0%,#febc4a 100%);  
  background: -o-linear-gradient(45deg, #fed970 0%,#febc4a 100%);  
  background: linear-gradient(135deg, #fed970 0%,#febc4a 100%);  
  background-color: #FEC95B;  
  
  border-left: 1px solid #EDB14A;  
  border-bottom: 1px solid #CE922E;  
  border-radius: 0 0 0 2px;  
  box-shadow: inset 1px 0 #FEDB7C, 0 2px 2px -2px rgba(0,0,0,0.33);  

  -webkit-transform: scale(1, 1.5) rotate(45deg);  
  -moz-transform: scale(1, 1.5) rotate(45deg);  
  -ms-transform: scale(1, 1.5) rotate(45deg);  
  transform: scale(1, 1.5) rotate(45deg); 
}
.livesale_tags a:after { 
  content: '';  
  position: absolute;  
  top: 7px;  
  left: 1px;  
  width: 5px;  
  height: 5px;  
  background: #FFF;  
  border-radius: 4px;  
  border: 1px solid #DCA03B;  
  box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.21);  
}
.ls-sms-input-wrapper input, .ls-email-input-wrapper input{
  margin-bottom: 0 !important;
}  
legend.ls-tag-content {
  width:inherit; /* Or auto */
  padding:0 10px; /* To give a bit of padding on the left and right */
  border-bottom:none;
}
input[name='sms_tags[]'], input[name='email_tags[]'] {
  margin-right: 0 !important;
}
.pulsing-tag {
  animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
  0% {
    transform: scale(0.195);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.9);
  }
  
  70% {
    transform: scale(2);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  
  100% {
    transform: scale(0.195);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
.landingpage-carousel .flickity-button-icon {
  background-color: white;
}
.landingpage-carousel button.flickity-prev-next-button {
  opacity: 1 !important;
}
.landingpage-carousel button.flickity-prev-next-button.previous {
  left: -65px !important;
}
.landingpage-carousel button.flickity-prev-next-button.next {
  right: -65px !important;
}
.landingpage-carousel {
  opacity: 1 !important;
  display: block !important;
}
.carousel-cell.is-selected {
  transform: scale(1.5) !important;
  z-index: 3;
}
.landingpage-carousel > .flickity-viewport > .flickity-slider {
  bottom: -87px !important;
}
.landingpage-carousel > .flickity-viewport {
  height: 595px;
}
.seller-blurb-wrapper {
  display: none;
  padding: 20px 20px;
  border-radius: 25px;
  border-style: solid;
  border-color: gray;
  text-align: center;
}
.seller-blurb-wrapper > .subscribe-btn > a {
  background-color: black !important;
}
@media only screen and (max-width: 400px) {
  .landingpage-carousel button.flickity-prev-next-button.previous {
    left: 0px !important;
  }
  .landingpage-carousel button.flickity-prev-next-button.next {
    right: 0px !important;
  }
  .landingpage-carousel > .flickity-viewport > .flickity-slider {
    bottom: -100px !important;
  }
  .carousel-cell > .flick-img-wrapper {
    text-align: center;
  }
  .carousel-cell > .flick-img-wrapper > img {
    max-width: 65% !important;
  }
  .landingpage-carousel > .flickity-viewport {
    height: 531px;
  }

  #livesale-loader {
    position: absolute;
    top: 25%;
    left: 30%;
  }
}
@media only screen and (max-width: 540px) {
  .landingpage-carousel button.flickity-prev-next-button.previous {
    left: 0px !important;
  }
  .landingpage-carousel button.flickity-prev-next-button.next {
    right: 0px !important;
  }
  .landingpage-carousel > .flickity-viewport > .flickity-slider {
    bottom: -70px !important;
  }
  .carousel-cell > .flick-img-wrapper {
    text-align: center;
  }
  .carousel-cell > .flick-img-wrapper > img {
    max-width: 65% !important;
  }
  #livesale-loader {
    position: absolute;
    top: 25%;
    left: 30%;
  }
}
@media only screen and (max-width: 769px) {
  .landingpage-carousel button.flickity-prev-next-button.previous {
    left: 0px !important;
  }
  .landingpage-carousel button.flickity-prev-next-button.next {
    right: 0px !important;
  }
  .landingpage-carousel > .flickity-viewport {
    height: 452px !important;
  }
  #livesale-loader {
    position: absolute;
    top: 25%;
    left: 36%;
  }
}
@media only screen and (min-width: 1024px) {
  .landingpage-carousel button.flickity-prev-next-button.previous {
    left: 0px !important;
  }
  .landingpage-carousel button.flickity-prev-next-button.next {
    right: 0px !important;
  }
  .landingpage-carousel > .flickity-viewport {
    height: 595px !important;
  }
  #livesale-loader {
    position: absolute;
    top: 25%;
    left: 40%;
  }
}
.header-flags{
  display: flex;
}
.header-flags a{
  margin-left: 5px;
  margin-right: 5px;
}
.header-flags h3 {
  font-weight: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 849px) {
  .header-flags{
    display: block;
  }
  .header-flags a{
    margin-left: 0;
    margin-right: 0;
  }
}

.swal-modal .swal-text {
	text-align: center !important;
}

.swal-modal .swal-footer {
  text-align: center !important;
}

button.btn {
  min-height: 38px;
}

#back_tbl_purchaseorder .button-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

/** 
* Authentication Dashboard Custom File Upload
**/
.font-14 {
  font-size: 14px;
}

.custom-file-upload {
  position: relative;
  background-color: #dddddd;
  border-radius: 5px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-file-upload input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.custom-file-upload input:hover {
  cursor: default;
}

.custom-file-upload .custom-file-upload-text {
  text-align: center;
  width: 100%;
}

.custom-file-upload .custom-file-upload-text img {
  width: 45px;
}

.custom-file-upload .custom-file-upload-text #filename {
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-file-upload .custom-file-upload-text #remove_uploaded_image {
  width: 19px;
  margin-left: 5px;
  filter: invert(43%) sepia(76%) saturate(5517%) hue-rotate(335deg) brightness(80%) contrast(96%);
}

.custom-file-upload .custom-file-upload-text #remove_uploaded_image:hover {
  cursor: pointer;
}
/** 
* END - Authentication Dashboard Custom File Upload
**/