.al-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px;
    font-family: "Gilroy";
    color: var(--main-color-accent);
    line-height: 1.688;
    font-weight: normal;
    margin-bottom: 0;

}
.al-search-input::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;
    font-family: "Gilroy";
    color: var(--main-color-accent);
    line-height: 1.688;
    font-weight: normal;
    margin-bottom: 0;

}
.al-search-input:-ms-input-placeholder { /* IE 10+ */
    font-size: 16px;
    font-family: "Gilroy";
    color: var(--main-color-accent);
    line-height: 1.688;
    font-weight: normal;
    margin-bottom: 0;

}
.al-search-input:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
    font-family: "Gilroy";
    color: var(--main-color-accent);
    line-height: 1.688;
    font-weight: normal;
    margin-bottom: 0;

}

.al-search-input i{
    font-size: 14px !important;
}

.loading-div{
    text-align: center;
}

.loading-div-list{
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top:220px;
}

.search-input button {
  	position: absolute;
    display: inline;
    cursor: pointer;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    font-size: 20px;
    padding-right:10px;
    padding-top:2px;
    right:0px;
    top: 6px;
    color: var(--main-color-accent);
}

.search-input-mobile button{
	padding-top:0px;
}

.modal-header {
    background-color: #DDD;
}
.cart span.badge{
    font-size: 0.8em;
    margin-top: -0.5em;
}
.readmore-content{
    display: none;
}
.readmore-container .readmore{
    cursor: pointer;
}
.sub-menu h4 {
    color: #9abcff;
}
.bottom-border span{
    display: block;
    border-bottom: 1px solid #e5e5e5;
}
.loginScreen label{
    margin-bottom: 0;
    margin-top: 5px;
}


meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em;

  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}
/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

.meter{
    font-size: 0.6em;
    position: absolute;
    margin-top: 7px;
    padding-left: 4px;
}
span[data-strength="0"] {
    color: red;
}
span[data-strength="1"] {
    color: red;
}
span[data-strength="2"] {
    color: yellow;
}
span[data-strength="3"] {
    color: orange;
}
span[data-strength="4"] {
    color: green;
}

.dynamicLoadContainer {
    position: relative;
}

#dynamicLoadOverlay {
    width: 100%;
    position: absolute;
    height: 100%;
    text-align: center;
    z-index: 99999999;
}

#dynamicLoadOverlay .loadingCircle {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input + .errors {
    color: red;
    font-size: 0.8em;
}
.row.loginProcess, .row.registrationBox{
    /*max-width: 100%;*/
    min-width: 100%;
}

.loginProcess label input[type="checkbox"].filter + span{
    margin-top:6px;
}

.margin-top-15{
    margin-top: 15px;
}

input[type="checkbox"] + span {
  cursor: pointer;
  display: block;
}

input[type="checkbox"] +  span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -2px 8px 0 0;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

input[type="checkbox"]:checked  + span {
  background: #3b99fc;
  animation: zoomIn 0.15s ease-in;
}

input[type="checkbox"]:checked + span::before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 10px;
  color: white;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

input[type="checkbox"]:checked + span::before {
    font-size: 15px;
}

#registrationCheckboxes .appendRight{
    display: block;
    height: 1em;
    min-height: 15px;
}
#registrationCheckboxes input[type="checkbox"] + span{
    margin-top: 4px;
}

.checkboxes input[type="checkbox"] + span{
    margin-top: 3px;
}

.cart-sidebar h3{
    font-size: 1.4em;
    font-weight: bold;
}
.subtotal-margin dt{
    display: block;
    float: left;
    min-width: 180px;
    margin-right: 10px;
}
.subtotal-margin dd {
    display: block;
    min-width: 50px;
}
.subtotal-margin dt { clear: both; }
span.help-block{
    font-size: 0.8em;
}
.border-area{
    padding: 10px 20px;
    background: #FAFAFA;
    border: 1px solid #EEE;
    border-radius: 4px;
}

.border-area-small {
    padding: 10px 15px;
    background: #FAFAFA;
    border: 1px solid #EEE;
    border-radius: 4px;
}


@media screen and (min-width: 768px) {
    #registrationCheckboxes .appendRight{
        float: left;
    }
    #registrationCheckboxes .headEmails{
        /*float: right;*/
        font-weight: bold;
    }
    .sm-ml-30{
        margin-left: 30px;
    }
    .sm-mr-30{
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    #registrationCheckboxes .appendRight{

    }
    #registrationCheckboxes .headEmails{

        font-weight: bold;
    }
    .border-area{
        margin-bottom: 30px;
    }

    .orders-list .fa-credit-card,
    .orders-list .fa-file-text-o {
        margin-top: 5px;
    }
    .bootboxModal {
        width: 100% !important;
    }
}

.mobile-menu-comma-item {
    color: #fff;
    margin-right: 15px;
}

.sm-sub-menu .has-children {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.sm-sub-menu .has-children a.menu-item {
    padding-bottom: 10px;
    padding-top: 10px;
}

.modal {
    overflow-y:auto;
}

p.hint {
    font-size: 11px;
}

ul.errors li {
    color: #a94442;
    font-size: 0.8em;
}

.yall-image img.lazy-bg {
    height: auto !important;
}

.yall-image img.lazy-bg-loaded {
    width: 100%;
    height: 100%;
    display: block;
}

.thumbnail .yall-image {
    text-align: center;
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    background-color: var(--main-color-accent);
    border-top: 1px #fff solid;
}

.cookie-consent-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px;
}

.cookie-consent-banner__text {
    margin-bottom: 16px;
}

.cookie-consent-banner__header {
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__description {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 140px;
    padding: 9px 13px;
    border-radius: 2px;
    background-color: #fff;
    color: var(--main-color-accent);
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    border: 1px #fff solid;
}

.cookie-consent-banner__cta--decline {
    padding: 9px 6px;
    color: #fff;
    background-color: var(--main-color-accent);
    border: 1px #fff solid;
    margin-left: 16px;
}

.cookie-consent-banner__cta--decline:hover {
    border-color: #fff;
    color: #fff;
}

.cookie-consent-banner__cta:hover {
    opacity: .8;
}
