.border-gray-150 {
    border-color: rgb(239, 239, 239);
}

.variable-items li,
.variable-items img,
.variable-items span {
    border-radius: 100%;
}

.variable-items li {
    padding: 2px;
}

.variable-items .selected {
    box-shadow: 0 0 0 2px #1c953f !important;
}

.qb-variable-items li,
.qb-variable-items img,
.qb-variable-items span {
    border-radius: 100%;
}

.qb-variable-items li {
    padding: 2px;
}

.qb-variable-items .selected {
    box-shadow: 0 0 0 2px #1c953f !important;
}

.disabled:hover {
    pointer-events: none;
}

.disabled img,
.disabled span {
    opacity: .3;
}

.notices-wrapper .error-wrapper {
    border-top: 3px solid #b81c23;
    background-color: #b81c23;
    color: white;
    padding: .75rem 1rem .75rem 1rem;
}

.notices-wrapper .message-wrapper {
    background-color: #f7f6f7;
    padding: 1rem 2rem 1rem 1rem;
}

.notices-wrapper .message-wrapper-bell {
    background-color: #f7f6f7;
    padding: 1rem 2rem 1rem 1rem;
}

.notices-wrapper .warning-wrapper {
    border-top: 3px solid #b81c23;
    background-color: #f7f6f7;
    padding: 1rem 2rem 1rem 1rem;
}

.notices-wrapper .info-wrapper {
    border-top: 3px solid #1cbcfc;
    background-color: #f7f6f7;
    padding: 1rem 2rem 1rem 1rem;
}

.notices-wrapper .message-wrapper .button {
    background: 0 0;
    border: 1px solid #cbc9c9;
    color: #000;
    border-radius: 99rem;
    text-transform: uppercase;
    font-size: .85rem;
    float: right;
    padding: 0.1rem 1rem;
}

.notices-wrapper .message-wrapper .restore-cart-item {
    font-weight: bold;
}

.notices-wrapper .error-wrapper::before{
    content: "\f321";
    color: white;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    padding-right: 0.5rem;
}
.notices-wrapper .error-wrapper::after {
    content: " ";
    clear: both;
}
.notices-wrapper .warning-wrapper::before{
    content: "\f06a";
    color: red;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    padding-right: 0.5rem;
}
.notices-wrapper .warning-wrapper::after {
    content: " ";
    clear: both;
}
.notices-wrapper .message-wrapper::before {
    content: "\f058";
    color: #464646;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    padding-right: 0.5rem;
}

.notices-wrapper .message-wrapper-bell::before {
    content: "\f0f3";
    color: #464646;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    padding-right: 0.5rem;
}

.notices-wrapper .message-wrapper::after {
    content: " ";
    clear: both;
}

.notices-wrapper .info-wrapper::before {
    content: "\e028";
    color: #1cbcfc;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    padding-right: 0.5rem;
}

.notices-wrapper .info-wrapper::after {
    content: " ";
    clear: both;
}

.country-header {
    background-color: #424245;
}

.country-header-wrapper {
    color:white;
    width: 250px;
    min-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

@media screen and (max-width: 720px)  {
    .country-header-wrapper {
        color:white;
        width: 200px;
        min-height: 40px;
        box-sizing: border-box;
        overflow: hidden;
        cursor: pointer;
    }
}

.country-header-wrapper .options {
    width: 250px;
    background-color: #424245;
}

.country-header-wrapper .options div {
    transition: all 0.2s ease-out;
    padding: 10px;
}

.country-header-wrapper .options div:hover {
    background-color: #949494;
}

.country-selector-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 0.6rem;
}

.country-selector-button {
    font-size: 16px;
    cursor: pointer;
    /* width: 60px; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
}
@media screen and (max-width: 1024px)  {
    .country-selector-button {
        width: auto;
    }
}

.country-selector-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 60px;
    box-shadow: 0px 1px 2px 0px #d6d5d5;
    z-index: 1;
    margin-top: 2px;
}

.country-selector-content-mobile{
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 1px 2px 0px #d6d5d5;
    z-index: 1;
    width: 100%;
}

.country-flag {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.country-selector-content a {
    text-decoration: none;
    width: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: medium;
  }

.country-selector-content a:hover {
    background-color: #ddd;
    color: unset !important;
}

.show-country-selector {
    display: block;
}

.country-selector-wrapper-mobile {
    margin-bottom: 1.5rem;
}

.country-selector-mobile-outer {
    padding:0 1.5rem;
    border-bottom: 2px solid #e0e0e0;
}

.fitcoin-switch-bar {
    text-align: right;
    padding-bottom: 1rem;
}

.fitcoin-switch-bar .toggle-switch-wrapper {
    display: flex;
    align-items: center;
    width: 215px;
    margin-left: auto;
}

.fitcoin-switch-bar .toggle-switch-wrapper .fit__text {
    padding-right: 10px;
    font-size: 15px;
    color: #6f6f6f;
    text-transform: capitalize;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
    vertical-align: middle;
}

@media screen and (max-width: 766px) {
    .toggle-switch {
        width: 48px;
        height: 26px;
    }
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    transition: 0.4s;
    background-image: url('https://d16ov7pfc1umf3.cloudfront.net/d2302ae8-0b7d-4ab6-a4f9-2d1e26fff1b9/highwhey/image/fitcoin_250_light.png');
    background-size: cover;
}

@media screen and (max-width: 766px) {
    .slider:before {
        height: 24px;
        width: 24px;
    }
}

input:checked+.slider {
    background-color: #03953f;
}

input:checked+.slider:before {
    transform: translateX(28px);
}

@media screen and (max-width: 766px) {
    input:checked+.slider:before {
        transform: translateX(22px);
    }
}

.slider.round {
    border-radius: 30px;
}

@media screen and (max-width: 766px) {
    .slider.round {
        border-radius: 26px;
    }
}

.slider.round:before {
    border-radius: 50%;
}

.fitcoin-earn {
    font-family: "Lato", sans-serif;
    font-size: 0.9rem;
    color: #6f6f6f;
    order: -2;
    line-height: 24px;
    margin: 0 0 0.3rem -18px;
    width: 100%;
}

.fitcoin-earn:after {
    content: "";
    height: 22px;
    width: 22px;
    margin-left: 0.7rem;
    background-image: url('https://d16ov7pfc1umf3.cloudfront.net/d2302ae8-0b7d-4ab6-a4f9-2d1e26fff1b9/highwhey/image/fitcoin_250_light.png');
    background-size: cover;
    display: inline-block;
    position: absolute;
}

.fitcoin-earn .number {
    font-weight: 900;
}

.fitcoin-earn-product-page {
    order: -2;
    width: 100%;
}

.fitcoin-earn-product-page:after {
    content: "";
    height: 28px;
    width: 28px;
    margin-left: 0.7rem;
    background-image: url('https://d16ov7pfc1umf3.cloudfront.net/d2302ae8-0b7d-4ab6-a4f9-2d1e26fff1b9/highwhey/image/fitcoin_250_light.png');
    background-size: cover;
    display: inline-block;
    position: absolute;
}

.logo_footer {
    border-radius: 5px;
    margin-right: 10px;
    display: inline-flex;
}

.logo_fill {
    fill: gray;
    border-radius: 100%;
    display: inline-flex;
}

.container-fluid {
    width: 100% !important;
    max-width: 1920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 480px){
    .container-fluid .carousel-item{
      width: 50%;
      padding: 0;
    }
}

.pfm-section {
    transition: left 0.5s, transform 0.5s;
}

.pfm-section.show {
    left: 0px;
}

.pfm-section.close {
    transform: translateX(-110%);
}

.pfm-backdrop {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.pfm-backdrop.show {
    opacity: 0.5;
}

.dock-shadow {
    box-shadow: 0 -4px 4px #0000001a;
}
