.macroCatName {
    cursor: pointer;
}

.macroCatName:hover {
    font-weight: 600;
}

.catName {
    cursor: pointer;
    text-align: center;
}

/*.catName:hover {
    font-weight: 600;
}*/
.catSmallImage {
    width: 50px;
    height: 50px;
    margin: 0px auto 0px auto;
    cursor: pointer;
}

.storeTopBar {
    background-color: #F3F3F3;
    margin-top: -10px;
    padding-top: 10px;
    z-index: 1;
}

.categoriesWrapper {
    background-color: #F3F3F3;
    /*    padding-top: 10px;
        padding-bottom: 10px;*/
    margin-bottom: 10px;
}

.storeMenuBar {
    margin: 0px auto 0px auto;
    /*max-width: 600px;*/
}

.productSheetRightBlockWrapper {
    padding-left: 5px;
}

.selectedProductsContainer {

}

.productImgWrapper {
    text-align: center;
    overflow: hidden;
    margin: 0px auto 0px auto;
    max-width: 90%;

    position: relative;
}

.productInfoWrapper {
    text-align: center;
}

.storeCountryOption {

}

.countrySelect {
    padding: 0px;
    margin-left: 10px;
    margin-top: -8px;
    margin-bottom: 8px;
}

.countrySelect md-select-label {
    color: #000 !important;
    text-transform: uppercase;
}

.selectedMacroCat {
    font-weight: 600;
}

.singleProductWrapper {
    margin-top: 20px;
    margin-bottom: 20px;

    overflow: hidden;
}

.catsWrapper {
    /*margin: 0px auto 0px auto;*/
}

/*
Store Blocks START
*/
.storeRowsWrapper table {
    width: 100% !important;
}

.categoriesFilterWrapper {
    margin-bottom: 15px;
    min-width: 150px;
}

.categoriesFilterLabel {
    font-size: 14px;
    padding-left: 3px;
    margin-bottom: -10px;
    font-weight: 400;
}

.categoriesFilterOptions {

}

.storeIntroductionText {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

.storeRowWrapper:nth-child(1) {
    margin-top: 0px;
}

.storeRowTitle {
    min-height: 1.25em;
    line-height: 1.25;
    color: #095bad;
    font-size: 20px;
    font-weight: 800;
    padding-left: 20px;
    margin-top: 20px;
}

.storeRowBlockWrapper {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}

.storeRowBlockDescription {
    /*margin-bottom: 40px;*/
    font-size: 15px;
}

.storeRowBlockContent {
    margin-top: 5px;
    border: solid 1.2px #4697e6;
    border: 1px solid #CCCCCC;
    border-radius: 25px;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
}

.storeRowBlockContentVLabel {
    text-align: right;

    margin-top: 40px;
    /*transform: translate(0, 100%) rotate(-90deg);*/
    /*transform-origin: 5px 30px;*/
    text-transform: uppercase;
    background-color: transparent !important;
    font-size: 25px;
    font-weight: 800;

    -webkit-transform: rotate(-90deg) translateX(-100%);
    -moz-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);

    -webkit-transform-origin: -35px 0;
    -moz-transform-origin: -35px 0;
    -ms-transform-origin: -35px 0;
    -o-transform-origin: -35px 0;
    transform-origin: -35px 0;

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.storeBlockBg_lightGrey {
    color: #707070;
    background-color: #d8cece;
}

.storeRowBlockContent_gradient_lightGrey {
    background-color: #d8cece;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d8cece), to(#fafcfe));
    background-image: -webkit-linear-gradient(top, #d8cece, #fafcfe);
    background-image: -moz-linear-gradient(top, #d8cece, #fafcfe);
    background-image: -ms-linear-gradient(top, #d8cece, #fafcfe);
    background-image: -o-linear-gradient(top, #d8cece, #fafcfe);
    background-image: linear-gradient(to bottom, #d8cece, #fafcfe);
}

.storeRowBlockContentItem {
    position: relative;
    margin-top: -70px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
}

.storeRowBlockContentItem .product-quantity {
    font-size: 2em;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 40px;
    position: absolute;
    top: -30px;
    right: -10px;
    background: #fff;
    transform: rotateZ(10deg);
    -webkit-backface-visibility: hidden;

    border: 1px solid #ec2266;
    display: none;
}

.storeRowBlockContentAddedToCart {
    border: 1px solid #ec2266;
}

.storeRowBlockContentItemInner {
    position: relative;
}

.storeRowBlockContentItemSave {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #ec2266;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
}

.storeRowBlockContentItemInnerImgWrapper {
    text-align: center;
}

.storeRowBlockContentItemInnerImg {
    min-width: 90%;
    max-width: 90%;
}

.storeRowBlockActions {
    margin-top: 5px;
}

.storeRowBlockActions round-button {
    margin-top: 0px;
    margin-bottom: 5px;
}

.storeRowBlockContentItemInnerText {
    font-size: 13px;
    line-height: 14px;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 38px;
}

.storeRowBlockContentItemInnerText p {
    margin: 0px;
}

.storeRowBlockContentItemInnerText ul {
    line-height: 13px;
    list-style-position: unset;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
}

.storeRowBlockContentItemSaveLabel {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    margin-bottom: -5px;
}

.storeRowBlockContentItemSaveAmountWrapper {
    font-weight: 800;
    font-size: 15px;
}

.storeRowBlockContentItemTitle {
    font-size: 17px;
    font-weight: 800;
    color: #ffffff;
    white-space: pre-line;
    margin-top: -10px;
    line-height: 14px;
    margin-bottom: 20px;
    min-height: 45px;
}

.borderShadow {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
}

.whiteBox {
    background-color: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.storeRowBlockPriceLabel {
    color: #333366;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 5px;
}

.storeRowBlockPointsLabel {
    color: #333366;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 5px;
}

.storeRowBlockPointsValue {
    color: #333366;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
}

.storeRowBlockPriceValueCurrency {
    margin-right: 5px;
}

.storeRowBlockContentItemSaveAmountCurrency {
    margin-right: 5px;
}

.storeRowBlockPriceValue {
    color: #333366;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 800;
}

.storeRowBlockContentItemInnerBottomBottom {
    border-top: 1px solid #e5e5e5;
}

.storeRowBlockPointsWrapper {
    padding: 10px;
    border-right: 1px solid #e5e5e5;
}

.storeRowBlockContentItemInnerTop {
    margin-bottom: 10px;
}

.storeRowBlockContentItemInnerBottomBottom .storeRowBlockPointsWrapper:nth-child(3) {
    border-right: 0px;
}

.storeRowBlockContentItemInnerBottomTop {
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.customRoundButton {
    min-width: 105px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}

/**
Hide the former classes from the old make your pack css
 */
.nutrapakRow .widgetCartBottomTitle,
.nutrapakRow .widgetCartBottomValue,
.discountRow .widgetCartBottomTitle,
.discountRow .widgetCartBottomValue,
.subscriptionRow,
.widgetCartHzDivider:first-of-type {
    display: none;
}

.widgetCartShippingInfo {
    font-size: 9px;
    margin: 5px;
    max-width: 200px;
}

.widgetCart {
    font-size: 10px;
    max-width: 400px;
    min-width: 213px;
    margin: 10px auto 10px auto;
}

.cartRowTitle {
    color: #1483c7;
    font-size: 12px;
    font-weight: 600;
}

.uppercaseText {
    text-transform: uppercase;
}

.widgetCartTopTitle {
    color: #1483c7;
    font-size: 14px;
    font-weight: 800;
}

.cartRowTitle {
    color: #1483c7;
    font-size: 12px;
    font-weight: 600;
}

.widgetCartBottomTitleBig {
    color: #000000;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.widgetCartBottomTitle {
    color: #1483c7;
    font-size: 14px;
    font-weight: 800;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 100px;
}

.widgetCartBottomValue {
    font-size: 14px;
    font-weight: 800;
    color: #666666;
    margin-left: 10px;
    margin-right: 20px;
}

.widgetCartHzDivider {
    margin-left: 10px;
    margin-right: 10px;
}

.widgetCartLargeWrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.basketHzSeparator {
    background-color: #e5e5e5;
    width: 4px;
    margin-right: 15px;
}

.angular-lightbox.hidden {
    display: none;
}

.angular-lightbox section {
    position: fixed;
    z-index: 100065;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.80);
}

.angular-lightbox-content {
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
    max-width: 80%;
    z-index: 100;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 15%;
    bottom: 10%;
    margin: auto;
    height: auto !important;
    max-height: 90%;
    overflow-y: scroll;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.buttonRemoveClass {
    width: 20px;
    cursor: pointer;
}

.angular-lightbox section > article {
    color: white;
}

.angular-lightbox section > article > header a.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 3em;
    cursor: pointer;
    color: #ddd;
    z-index: 9999;
}

.angular-lightbox section > article > header a.close-btn:hover, .angular-lightbox section > article > header a.close-btn:focus {
    color: white;
}

.angular-lightbox section > article > content {
    /*margin: 0 auto;*/
    /*height: 50%;*/
    /*position: absolute;*/
    /*top: 30%;*/
    /*text-align: center;*/
    /*width: 100%;*/
    /*  @media screen and (min-width: $maxWidthContent) {
     width: $maxWidthContent;
     } */
}

.angular-lightbox section > article > content > iframe {
    max-width: 900px;
    margin: 0 auto;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: yellow;
    padding: 50px;
    font-size: 20px;
}

.storeBasketWrapper {
    min-width: 255px;
}

.fixedCartLarge {
    position: fixed;
    top: -35px;
}

.storeBasket .storeRowBlock {
    min-width: 165px;
}

.fidelityMembershipDetailsWrapper {
    min-height: 25px;
}

/*
Store Blocks END
*/

.loyaltyMembershipWrapper {
    max-width: 70%;
}

@media (max-width: 599px) {
    /*
Fix for iOS
    */
    /* Safari 6.1+ (10.0 is the latest version of Safari at this time) */
    @media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
        .loyaltyMembershipWrapper [layout-sm=column] {
            display: block;
        }
    }
    .loyaltyMembershipWrapper {
        margin: 0px auto 0px auto;
    }
}

/*.catWrapper {
    text-align: center;
    width: 150px;
}
.catWrapper:hover .catName {
    font-weight: 600;
}
.selectedCat {
    font-weight: 600;   
}*/

.catWrapper {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 150px;
    cursor: pointer;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.catWrapper:hover:before, .catWrapper:focus:before, .catWrapper:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.catWrapper:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #D5983F;*/
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

    background: -moz-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(46, 184, 234, 1)), color-stop(1, rgba(67, 217, 169, 1)));
    background: -o-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EB8EA', endColorstr='#43D9A9' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EB8EA', endColorstr='#43D9A9', GradientType=1);
}

.selectedCat:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #D5983F;*/
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);

    background: -moz-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(46, 184, 234, 1)), color-stop(1, rgba(67, 217, 169, 1)));
    background: -o-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EB8EA', endColorstr='#43D9A9' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EB8EA', endColorstr='#43D9A9', GradientType=1);
}

.shoppingCartWrapper {
    margin-left: 20px;
    position: relative;
}

.cartItemRow {
    line-height: 10px;
}

.cartItemTitle {
    display: inline-block;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.shoppingCartWrapper ng-md-icon {
    cursor: pointer;
}

.consultantTeaserWrapper {
    background: url('/public/images/store/store_consultant_teaser_bg.png');
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: -16px;
    margin-right: -16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    text-align: center;
}

.storeSupportLinks {
    text-align: center;
}

.certWrapper {

}

.certInfo {

}

/*
    Store landing page
*/
.storeProductImg {
    position: relative;
    /*    top: 100px;*/
    margin: 0px auto 0px auto;
    display: none;
    max-width: 100%;

    cursor: pointer;
}

.storeProductImgBestProductSticker {
    position: absolute;
    top: 1%;
    left: 1%;
    width: 85px;
    z-index: 1;
}

.storeProductImgBestProductStickerProductDetails {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 85px;
    z-index: 1;
}

.storeInfoItemTitle {
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;

    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}

.storeInfoItemTitleCustom {
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;

    position: relative;
    width: 100%;
    float: left;
    text-align: left;
}

.storeInfoItemSubtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #999999;

    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}

.storeInfoItemSubtitleCustom {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    width: 100%;
    float: left;
    text-align: initial;
}

.storeInfoItemPrice {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;

    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}

.storeInfoItemPriceCurrency {
    margin-right: 5px;
}

.storeInfoItemSectionTitle {
    color: #c7c7c7;
    text-transform: uppercase;
    border-bottom: 1px solid #c7c7c7;
    font-weight: 400;
    font-size: 17px;
    margin-top: 40px;
}

.itemDetailsWrapper {
    margin-bottom: 100px;
    position: relative;
}

.itemDetailsImgSliderWrapper {
    text-align: center;
}

.itemDetailsImgSlider {
    height: 500px;
    max-height: 50vh;
}

.itemDetailsImgSlide {

}

.itemDetailsImg {
    max-width: 80%;
    max-height: 90%;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.imgSlide {

}

.storeProductActionsWrapper {
    /*    max-width: 90%;
        width: 500px;*/
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.storeAddContent {

}

.storeAddTitle {
    font-weight: 500;
    font-size: 17px;
    overflow: hidden;
}

.storeAdditem {
    overflow: hidden;
}

.storeShippingCountry {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    margin: 0px;
}

.storeDeliveryTimesWrapper {
    margin-top: 30px;
}

.storeDeliveryTimesTitle {
    font-weight: 400;
    font-size: 15px;
    margin: 0px;
    margin-bottom: -10px;
}

.storeDeliveryTimesValue {
    color: #fa7d3b;
    font-weight: 400;
    font-size: 14px;
}

.certImg {
    position: relative;
    float: left;
}

.emptyStoreCategoryMsg {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    margin: 100px;
}

/*
    Landing page
*/
.landingPageWrapper {

}

.landingPageSliderWrapper {
    min-height: 300px;
}

.landingPageActionsWrapper {

}

.landingPageAction {
    text-align: center;
}

/*medium*/
@media (max-width: 960px) {
    .landingPageTitle {
        font-size: 40px !important;
    }

    .landingPageSubTitle {
        font-size: 28px;
        margin-top: -20px;
        margin-bottom: -80px;
    }

    .landingPageProfileActionTitle {
        font-size: 30px;
    }

    .landingPageProfileActionSubtitle {
        font-size: 21px;
        font-weight: 400;
        text-align: center;
        margin-top: -25px;
    }
}

@media (min-width: 961px) {
    .landingPageTitle {
        font-size: 60px !important;
    }

    .landingPageSubTitle {
        font-size: 43px;
    }

    .landingPageProfileActionTitle {
        font-size: 43px;
    }

    .landingPageProfileActionSubtitle {
        font-size: 25px;
        font-weight: 400;
        text-align: center;
        margin-top: -25px;
    }
}

@media (max-width: 600px) {
    .landingPageProfileActionWrapper:first-of-type {
        border-bottom: 1px solid #ffffff;
    }
}

@media (min-width: 601px) {
    .landingPageProfileActionWrapper:first-of-type {
        border-right: 1px solid #ffffff;
    }
}

.landingPageTitle {
    color: #4f4f4f;
    font-weight: 400;
    text-align: center;
}

.landingPageSubTitle {
    color: #a5a5a5;
    margin-top: -30px;
    margin-bottom: -20px;
    font-weight: 400;
    text-align: center;
}

.landingPageSliderWrapper {
    margin-bottom: 50px;
}

.landingPageProfileActionWrapper {
    background-repeat: no-repeat;
    background-size: cover !important;
    min-height: 200px;
    padding-bottom: 50px;
}

.landingPageBottomDescriptionText {
    font-size: 13px;
    font-weight: 400;
    color: #4f4f4f;
    margin-top: 50px;
    margin-bottom: 50px;
}

.landingPageProfileActionTitle {
    color: #ffffff;
    margin-top: 100px;
    margin-bottom: 20px;
}

.landingPageProfileActionSubtitle {
    color: #ffffff;
}

.smallDevicesSliderPlaceholder {
    margin-top: 50px;
}

.macrocatWrapper .macroCatName {
    font-size: 13px;
}

.macrocatWrapper {
    background-color: #F3F3F3;
    position: relative;
}

.customIndianStoreWrapper {
    z-index: 10;
}

.customIndianStoreImg {
    position: absolute;
    top: 0px;
    z-index: 1;
    margin-left: -30px;
}

.shippingInfoText {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px;
}

.shippingInfoIcon {
    width: 50px;
    height: 50px;
}

.shippingInfoIconSmall {
    width: 25px;
    margin-top: 3px;
}

.dividerWrapperPriceShipping {
    margin-top: 30px;
    margin-bottom: 5px;
    border-bottom: 1px solid #c7c7c7;
}

.pricePlaceholder {
    width: 50px;
    height: 50px;
}

.shippingInfoIconWrapper {
    width: 50px;
    height: 50px;
    text-align: right;
}

.shippingInfoIconWrapperNegativeMargin {
    margin-left: -25px;
}

.storeProductButtonsWrapper {
    max-width: 500px;
    margin: 0px auto 0px auto;
}

.storeProductBonusTexts {

}

.storeProductPriceBonusWrapper {

}

.storeProductBonusWrapper {

}

.storeProductBonusWrapperMargin {
    margin-right: 50px;
}

.storeProductBonusRow {
    max-height: 35px;
}

.storeProductBonusValue {
    font-size: 25px;
    font-weight: 400;
}

.storeProductBonusSymbol {
    margin-left: 5px;
}

.storeProductLabelAutorenew {
    background-color: #6E6E6E;
    font-size: 20px;
    color: #FBFAFF;
}

.cards {
    max-width: 80%;
}

.gray {
    background-color: #6E6E6E;
    font-weight: bold;
    font-size: 16px;
    color: #FBFAFF;
}

.labelGray {
    font-size: 16px;
    color: #6E6E6E;
    font-weight: bold;
}

.labelPromo {
    color: #6E6E6E;
    font-weight: bold;
    font-size: 12px;
}

.green {
    background-color: #6EA501;
    font-size: 18px;
    /*color: rgb(79,79,79);*/
    color: #FBFAFF;
    font-weight: bold;
}

.orange {
    background-color: #E29602;
    color: #FBFAFF;
    font-size: 30px;
    font-weight: bold;
    line-height: 16px;
}

.labelOrange {
    color: #E29602;
    font-size: 17px;
}

.storeProductLabelSave {
    padding-bottom: 25px;
    color: grey;
}

.priceItemOptional {
    /*    background-image: url('/public/images/store/cross.png');
        background-repeat: no-repeat;
        background-size: 64px;
        background-position-x: 50%;
        font-size: 16px;*/
}

.arrowImage {
    height: 20px;
    width: 20px;
    margin-top: -22px;
}

@media only screen and (max-width: 500px) {
    .cardMini {
        max-width: 100%;
    }
}

.preOrderItem {
    color: #ffffff;
    background-color: #f51d82;
    border-radius: 4px;
    width: 25%;
    font-weight: bold;
    margin-bottom: 8%;
    padding: 1%;
}

.preOrderItemLabel {
    color: #f51d82;
}

.descriptionWrapper {
    margin-top: 2%;
}

@media screen {
    .wrapperFixOverwriteClass [layout-sm=column] {
        display: flex !important;
    }
}

.adminOnlyWarning {
    color: red;
}

.availableSlotInfoWrapper {

}

.availableSlotInfoImgWrapper {

}

.actualSlotsInfoDescriptions {
    font-family: 'NeoSansStd-Regular';
    text-transform: uppercase;
    color: #999999;
    font-weight: 600;
}

.actualSlotsInfoDescriptionsHighlights {
    font-family: 'NeoSansStd-Regular';
    text-transform: uppercase;
    color: #666666;
    font-weight: 600;
}

.actualSlotsInfoDescriptionsHighlightsText {
    padding: 4px;
}

.availableSlotInfoImg {
    min-width: 65px;
    margin: 20px;
}

.slotDetailsWrapper {

}

.slotDetailsTable {
    border-collapse: collapse;
    color: #999999;
    width: 100%;
}

.slotDetailsTable td, .slotDetailsTable th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}

.slotDetailsTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #666666;
    text-transform: uppercase;
}

.actualSlotsInfoVrtSpacer {
    width: 1px;
    background-color: #666666;
    height: 55%;
    margin-top: 10%;
    margin-right: 20px;
    margin-left: 10px;
}

.slotDetailsTableActualSlotTr {
    font-weight: 600;
}

.slotsInfoWrapper .storeInfoItemSectionTitle {
    margin-top: 10px;
}

.outer-circle {
    border: 1px solid #999999;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: relative;
}

.inner-circle {
    position: absolute;
    background: #a9aaab;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    top: 50%;
    left: 50%;
    margin: -18px 0px 0px -18px;
}

.inner-circle-wide {
    background-color: #8CC63F;
}

.inner-circle-medium {
    background-color: #FCEE21;
}

.inner-circle-low {
    background-color: #FBB03B;
}

.slotsAvailabilityInfoWrapper {

}

.slotsAvailabilityInfoIcon {
    min-width: 65px;
    margin: 20px;
}

.slotsAvailabilityInfoDescription {
    font-family: 'NeoSansStd-Regular';
    text-transform: uppercase;
    color: #999999;
    font-weight: 600;
}