﻿@charset
utf-8;
/*
Theme Name: Halo Tops 2.0
Author: #
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/***** GLOBAL */
html, body {
    overflow-x: hidden;
}

.is-vishidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
}

.new-bug {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 22px;
    line-height: 20px;
    transform: skew(-20deg);
    background: #ffb71b;
    text-align: center;
    font-size: 15px;
    color: #401f20;
    font-family: 'Amaranth', sans-serif;
    margin-left: auto;
    margin-right: auto;
}
.new-category-bug {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1.5em;
    right: 1em;
    width: 46px;
    height: auto;
    line-height: 10px;
    transform: skew(-20deg);
    background: #ffb71b;
    text-align: center;
    font-size: 8px;
    color: #401f20;
    font-family: 'Amaranth', sans-serif;
    margin-left: auto;
    margin-right: auto;
}

.seasonal-bug {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 22px;
    line-height: 20px;
    transform: skew(-20deg);
    background: #ffb71b;
    text-align: center;
    font-size: 15px;
    color: #401f20;
    font-family: 'Amaranth', sans-serif;
    margin-left: auto;
    margin-right: auto;
}

.limited-edition-bug {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 22px;
    line-height: 20px;
    transform: skew(-20deg);
    background: #ffb71b;
    text-align: center;
    font-size: 15px;
    color: #401f20;
    font-family: 'Amaranth', sans-serif;
    margin-left: auto;
    margin-right: auto;
}

.coming-soon-bug {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    line-height: 15px;
    transform: skew(-20deg);
    background: #ffb71b;
    text-align: center;
    font-size: 15px;
    color: #401f20;
    font-family: 'Amaranth', sans-serif;
    margin-left: auto;
    margin-right: auto;
}

.favorite-bug {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98px;
    height: 22px;
    line-height: 20px;
    transform: skew(-20deg);
    background: #b1d9d1;
    text-align: center;
    font-size: 15px;
    color: #401f20;
    font-family: 'Amaranth', sans-serif;
    margin-left: auto;
    margin-right: auto;
}


    .new-bug span, .seasonal-bug span, .coming-soon-bug span, .limited-edition-bug span, .favorite-bug span {
        transform: skew(20deg);
    }

/***** Flags / Language / Country */
.flag-btn {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.webp .us-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flag.webp');
}

.no-webp .us-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flag.png');
}

.webp .au-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_AU.webp');
}

.no-webp .au-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_AU.jpg');
}

.webp .ca-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_CA.webp');
}

.no-webp .ca-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_CA.jpg');
}

.webp .ie-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_IE.webp');
}

.no-webp .ie-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_IE.jpg');
}

.webp .uk-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_UK.webp');
}

.no-webp .uk-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_UK.jpg');
}

.webp .nz-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/NZ-flag.webp');
}

.no-webp .nz-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/NZ-flag.png');
}

.webp .nl-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/flag-400.webp');
}

.no-webp .nl-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/flag-400.png');
}

.webp .de-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/germanyflag.webp');
}

.no-webp .de-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/germanyflag.png');
}

.webp .no-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_NO.webp');
}

.no-webp .no-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_NO.jpg');
}

.webp .at-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_AT.webp');
}

.no-webp .at-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_AT.jpg');
}

.webp .kr-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_SK.webp');
}

.no-webp .kr-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_SK.png');
}

.webp .fr-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_FR.webp');
}

.no-webp .fr-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_FR.png');
}

.webp .fi-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_FI.webp');
}

.no-webp .fi-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_FI.png');
}

.webp .ae-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_UAE.webp');
}

.no-webp .ae-flag-bg {
    background-image: url('/halotop/wp-content/themes/halo-tops/assets/images/flags/HT-flag_UAE.png');
}

/***** HEADER NAV */
#header-wrapper .header-navigation nav ul li a {
    color: #382e2a;
    letter-spacing: .85px;
}

/*#header-wrapper .header-navigation nav ul li:nth-child(5) a {
padding-right: 40px
}*/

#header-wrapper .header-navigation nav ul a em {
    text-transform: lowercase;
    font-family: "FreightMicro Pro Bold Italic";
    font-style: normal;
    letter-spacing: .5px;
    /*line-height: 1.2;*/
}

#header-wrapper .header-navigation #search-wrapper {
    width: auto;
}

#header-wrapper .header-navigation #search-wrapper .search-fields.active {
    width:100%;
    top: -53px;
    left: 0px;
    background-color: #ffffff;
}

#header-wrapper .header-navigation #search-wrapper .search-fields input {
    border: none;
    margin-left: 40px;
    font-size: 125%;
}
#header-wrapper .header-navigation #search-wrapper .search-fields input::placeholder {
    color: #a7a9ac;
}

#btn-search {
    transition: transform .5s ease;
} #btn-search:hover {
        transform: scale(1.25);
    transition: transform .5s ease;
}
.search_input_width {
    width: 90% !important;
    max-width: 90% !important;
}

.search_close {
    position: absolute;
    right: 0;
    top: -46px;
    max-height: 25px;
    max-width: 25px;
    margin-right: 6px;
    transition: transform .5s ease;
    cursor: pointer;
} .search_close:hover {
    transform: scale(1.25);
    transition: transform .5s ease;
}

#header-wrapper .header-navigation #search-wrapper {
    transition: width 5s ease;
}

#header-wrapper .header-top .menu-panel .sub-menu li:nth-child(1) a:before {
    top: -10px;
}

#header-wrapper .header-top .menu-panel .sub-menu li:nth-child(2) a:before {
    top: -30px;
}

#header-wrapper .header-top .menu-panel .sub-menu li:nth-child(4) a:before {
    top: -10px;
}

#header-wrapper .header-top .menu-panel .sub-menu li:nth-child(3) a:before {
    top: -30px;
}

#header-wrapper .header-top .menu-panel .sub-menu li a {
    padding: 20px 20px 65px 20px;
}

#header-wrapper .header-navigation nav ul li:nth-child(8) a:after
{
    bottom: 0px;
}

#slider-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 1%;
    bottom: 4%;
    z-index: 26;
}

.slider-play-state {
    background: url('assets/images/pause-circle.svg') no-repeat;
    background-position: center;
}

.slider-pause-state {
    background: url('assets/images/play-circle.svg') no-repeat;
    background-position: center;
}

/****** FOOTER */
.find-store-section {
    padding: 20px 0 75px;
    /*margin-bottom: 35px;*/
}

.find-store-section .text-center .locator-links {
    bottom: 38px;
}

.locator-links, flavor-specific-search {
    position: absolute;
    margin: auto;
    bottom: -18px;
    left: 0;
    right: 0;
}

.locator-links .btn.round:hover {
    transform: scale(1.05);
    transition: scale .5s ease;
}
.btn.round.orange {
    background-color: #E69D4C !Important;
}

.footer-wrapper .widgettitle {
    letter-spacing: .6px;
    line-height: 1;
    font-size: 20px;
}


#breadcrumbs a, #breadcrumbs {
    letter-spacing: 2px;
}
.footer-wrapper .footer-search h2 {
    letter-spacing: .5px
}

.footer-wrapper .footer-search .footer-search-wrapper .btn, .footer-wrapper .footer-search .footer-search-wrapper .shop-section .section-panel .panel-inner .find-locator .searh-nearby, .shop-section .section-panel .panel-inner .find-locator .footer-wrapper .footer-search .footer-search-wrapper .searh-nearby {
    letter-spacing: .8px
}



/****** PRODUCT LISTING */
#section-halo-list {
    padding-top: 55px;
    padding-bottom: 55px;
}
.m-b-30 {
    margin-bottom: 15px;
}

#section-halo-list .sort-by-element span::after {
    position: absolute;
    content: '';
    top: 3px;
    right: -4px;
    transform: translate(150%, 70%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #AF8B18;
}
#section-halo-list .container {
    max-width: 92.3%;
}
#section-halo-list a .post-item .post-image {
    margin-left: auto;
    margin-right: auto;
}
#section-halo-list a .post-item .product-title {
    margin: 15px auto 15px;
}

.seasonal {
    color: #ac8b2f;
    font-size: 75%;
    font-family: "FreightMicro Pro Bold Italic"
}

#section-halo-list .sort-by-element {
    border-radius: 50px;
}

#section-halo-list a .post-item .product-title {
    font-size: 135%;
    line-height: 95%;
    letter-spacing: .35px;
    font-weight: bold;
    color: #382E2A;
}

.post-item.img-height img {
    transition: all 1.5s ease;
    transform:scale(1);
}
.post-item.img-height img:hover {
    margin-top: 5% !important;
    margin-bottom: 15%;
    transform:scale(1.05);
    transition: all .5s ease;
}

#section-o-banner-dairy .checkout-element .checkout-content h2 {
    line-height: 85%;
    padding: 10px 0px;
}

.pops #section-o-banner-dairy .checkout-element .checkout-content h2 {
    line-height: 100%;
}

/****** PRODUCT DETAIL */
#section-flavor-detail .banner-right-wrapper {
    padding-top: 45px;
    margin: 0 9% 0 auto;
    max-width: 500px;
}

#section-flavor-detail .banner-right-wrapper p {
    margin-top: 10px;
    padding-bottom: 5px;
}


#section-flavor-detail .seasonal {
    display: none
}

#section-flavor-detail .banner-right-wrapper .nutrition-label-detail, #section-flavor-detail .banner-right-wrapper .product-detail-title {
    font-family: "Founders Grotesk Bold";
    text-transform: lowercase;
}

#section-flavor-detail .banner-right-wrapper .flavor-detail .nutrition-label-detail {
    font-family: "Founders Grotesk Condensed Medium";
    text-align: center;
    letter-spacing: 1.5px;
}

#section-flavor-detail .banner-right-wrapper h1 .df {
    font-family: "FreightMicro Pro Bold Italic";
    font-size: 50%;
    letter-spacing: 0px;
    line-height: 32.5px;
}

#section-flavor-detail .banner-right-wrapper .flavor-detail table tr td {
    padding: 13px 20px 10px 20px;
}

#section-flavor-detail .banner-right-wrapper .flavor-detail table tr td.claims_wrapper {
    padding: 0 0 5px 0;
}

    #section-flavor-detail .banner-right-wrapper .flavor-detail table tr td .nutrition-label-description {
        margin-top: 5px;
        font-size: 85%;
    }
#section-flavor-detail .banner-right-wrapper .flavor-detail table tr td:nth-child(2) span{
    margin-left: -5px;
}

#section-flavor-detail .banner-right-wrapper .flavor-detail table tr td .view-item {
    text-decoration: underline;
    font-family: "FreightMicro Pro Bold Italic";
    text-align: center;
}

#section-flavor-detail .banner-right-wrapper .flavor-detail table tr td{
             transition: background-color 1s ease;
}
#section-flavor-detail .banner-right-wrapper .flavor-detail table tr td:hover  {
    background-color: #382E2A;
    cursor: default;
         transition: background-color .5s ease;
}

.flavor-detail .claims {
    display: table;
    margin: 0 auto;
}

ul.claim_icons {
    list-style-type: none;
    text-align: center;
    padding: 5px 9px 0px 9px;
    margin: 0;
}

#claim_glutenFree {
    padding-right: 3px;
}

ul.claim_icons li {
    display: inline;
    float: left;
    padding: 0px;
    max-width: 33.33%;
    max-width: 40px;
}

.claim_icon {
    width: 100%;
    height: 40px !important;;
}



#section-flavor-detail .banner-right-wrapper .flavor-detail table {
    width: 110%;
}

.text-right.m-b-50 {
width: 109.5%;
    font-size: 75%;
}

#section--banner-find .find-code .btn-submit {
    font-family: "FoundersGroteskX-CndWeb-Bld";
    letter-spacing: .8px;
    padding: 5px 10px 5px 15px;
}

#section--banner-find h4 span.seasonal { display: none;
}

.background-lite-orange-wrapper .inner-wrapper {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -62.5%);
}

.background-lite-orange-wrapper  .close-item-container {
    top: 55px;
}

#section--banner-find h4 {
    text-transform: uppercase;
}

#section-flavor-detail .banner-right-wrapper .nutrition-label-detail, #section-flavor-detail .banner-right-wrapper .product-detail-title {
    line-height: 80%;
}

#section-flavor-detail .banner-right-wrapper .flavor-detail .orange-cart {
     transition: transform 1s ease;
}
#section-flavor-detail .banner-right-wrapper .flavor-detail .orange-cart:hover {
transform: scale(1.1);
     transition: transform 0.5s ease;
}

#section-flavor-detail .banner-right-wrapper .flavor-detail .orange-cart span {
    font-size: 105%;
}

#section-flavor-detail .banner-right-wrapper .flavor-detail .orange-cart img {
    margin-top: -3px;
}

#section-flavor-detail {

}

#view-on-element .background-orange .recipes-wrapper .post-item-cat h4 {
display: none;
    font-family: "FreightMicro Pro Bold Italic";
    text-transform: lowercase;
        transition: transform .5s ease;
}

#view-on-element .background-orange .recipes-wrapper ul li:nth-child(4) h4 {
    display: block;
}

#view-on-element .background-orange .recipes-wrapper ul li:not(:last-child) div:before {
    background-color: rgba(255, 255, 255, .5 );
}



#view-on-element .background-orange .recipes-wrapper .post-item-cat:hover h4 {
    display: block;
        transform: scale(1.1);
    transition: transform .5s ease;
}

.pops .pops_not {
    display: none;
}

#nutrition-modal-close-btn {
    border: none;
    background-color: transparent;
    padding: 0px;
}

/* HERO SECTION RESPONSIVE FIXES*/
@media screen and (min-width: 1000px) and (max-width: 1279px) {
    #section-flavor-detail {
        background-position: 75% -50%;
        transition: all 2s ease;
        transform: scale(1.25);
        margin-bottom: 6%;
    }
    #section-flavor-detail .banner-right-wrapper {
        transition: all 2s ease;
                transform: scale(.85);
    }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    #section-flavor-detail .banner-right-wrapper {
        margin: 0 9% 0 auto;
        transition: all 2s ease;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1279px) {
        #section-flavor-detail .banner-right-wrapper {
        margin: 0 12% 0 auto;
        transition: all 2s ease;
    }
}

#section-flavor-detail, #section-flavor-detail .banner-right-wrapper {
        background-position: 65% bottom;
        transition: all 2s ease;
}

/****** BUY NOW DROPDOWN */
body.has-overlay .overlay-bg {
    background-color: rgba(255, 255, 255, 0.6);
}


/****** PRESS PAGE */
.press-detail {
    padding-top: 85px;
}

#press-list .press-inner-wrapper .sticky-content .press-detail .press-content_details.act:nth-child(1) {
    padding-top: 65px;
}
#press-list .press-inner-wrapper .sticky-content.detail_fixed .press-detail .press-content_details.act {
    /*padding-top: 50px; */
    padding-top: 0;
}

#press-list .press-inner-wrapper .sticky-content.detail_fixed {
    top: 117px;
    position: fixed;
    left: 50%;
}


/****** GLOBAL BUTTONS */
.btn-arrow {
    letter-spacing: 1px;
    font-size: 36px;
    padding: 5px 0px 10px 17.5%;
}

.btn-arrow:hover {
    background-color: #00ADBB !important;
}



/***************************/
/***************************/
/***************************/

/* fix nav line breaks */

@media screen and (min-width: 992px) and (max-width: 1133px) {

    #header-wrapper .header-navigation nav ul li:nth-child(5) a {
    padding-right: 25px
    }
}

@media screen and (min-width: 1134px) and (max-width: 1274px) {

    #header-wrapper .header-navigation nav ul li:nth-child(5) a {
    padding-right: 25px
    }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
#header-wrapper .header-navigation {
        margin-top: 0px;
    }
}

/***************************/
/***************************/
/***************************/


@media screen and (max-width: 992px) {
    #header-wrapper  .wrap-nav {
        height: 6ex !important;
    }

    .checkout-wrapper .row .col-lg-6 {
        text-align: center;
    } /* center non-dairy button */

    #section-o-banner-dairy {
        background-position: 15%;
    }

    .pops #section-o-banner-dairy {
        background-position: initial;
    }
}
/***************************/
/***************************/
/***************************/
