/*
===================================
 ██████╗ ██╗  ██╗██╗   ██╗ ██████╗ ███████╗███╗   ██╗
██╔═══██╗╚██╗██╔╝╚██╗ ██╔╝██╔════╝ ██╔════╝████╗  ██║
██║   ██║ ╚███╔╝  ╚████╔╝ ██║  ███╗█████╗  ██╔██╗ ██║
██║   ██║ ██╔██╗   ╚██╔╝  ██║   ██║██╔══╝  ██║╚██╗██║
╚██████╔╝██╔╝ ██╗   ██║   ╚██████╔╝███████╗██║ ╚████║
 ╚═════╝ ╚═╝  ╚═╝   ╚═╝    ╚═════╝ ╚══════╝╚═╝  ╚═══╝
===================================
*/

/*===================================
            CUSTOM FONTS
===================================*/

@font-face {
    font-family: "Roboto Condensed Light";
    src: url('//nbcu-oxygen-store.myshopify.com/cdn/shop/t/3/assets/RobotoCondensedLight.woff2?v=79524387950524171611264507') format("woff2");
}

@font-face {
    font-family: "Roboto Condensed";
    src: url('//nbcu-oxygen-store.myshopify.com/cdn/shop/t/3/assets/RobotoCondensed.woff2?v=90774423398985654301611264489') format("woff2");
}

@font-face {
    font-family: "Roboto Condensed Bold";
    src: url('//nbcu-oxygen-store.myshopify.com/cdn/shop/t/3/assets/RobotoCondensedBold.woff2?v=101147748904096519441611264498') format("woff2");
}

/*===================================
            COLORS
===================================*/

$primary-color: #e8dc00;
$secondary-color: #141414;
$grey: #f6f6f6;
$black: #141414;

/*===================================
            VARIABLES
===================================*/
$smooth: all 300ms ease-in-out;

$primary-font: "Roboto Condensed Bold", sans-serif;
$secondary-font: "Roboto Condensed", sans-serif;

/*================================
      GLOBAL STYLES
================================*/

a, p, span, li, .scr-open-size-chart{
    font-family: $primary-font;
    letter-spacing:normal;
}

.rte a, .rte-setting a{
    border-bottom:none;
    color:white;
}

.rte a:hover, .rte-setting a:hover{
    // border-bottom:1px solid $darkBlue;
    // color:$darkBlue;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{
    font-family: $primary-font;
    letter-spacing:normal;
}

button, .btn.btn--inverse, .btn.btn--full.add-to-cart span, .btn.btn--full.cart__checkout, .btn, .mobile-nav__item--secondary .mobile-nav__link, span.quick-product__label{
    font-family: $primary-font;
    letter-spacing:normal;
    font-size:1.0em;  
}

.btn[disabled]:hover{
    cursor: no-drop;
    background-color: #f6f6f6!important;
}

span.quick-product__label{
    text-transform:uppercase;
}

legend {
    margin-bottom: 20px;
    font-family: $primary-font;
    font-size: 0.67em;
    letter-spacing:0.23em;
    text-transform: uppercase;
    opacity: 0.67;
    visibility:hidden;
    height:0;
    padding:0;
    margin:0;
}

.variant__label[for], .product__quantity label, .ajaxcart__subtotal, .swym-wishlist-cta, .h4.cart__product-name, .cart .h4, .scr-open-size-chart, #CustomerLoginForm label{
    letter-spacing:0.1em;
    text-transform: capitalize;
    font-size:14px;
}

.h4.cart__product-name{
    font-size:16px;
}

.site-nav.site-navigation li a{
    font-family:Roboto Condensed Bold;
}

.site-nav__dropdown.megamenu .h5 a{
    font-family:Roboto Condensed Bold;
}

.site-nav__dropdown.megamenu .site-nav__dropdown-link{
    font-family:Roboto Condensed;
}

.site-nav__dropdown.megamenu .nav__sub__cta-title.h5, .site-nav__dropdown.megamenu .nav__sub__cta-link, .nav__sub__cta-text{
    text-align:center;
    color: #fff;
}

.site-nav__dropdown .grid__item h4{
    font-family:Roboto Condensed Bold;
    font-size:15px;
}

.site-nav__dropdown .grid__item .nav__sub__cta-link a{
    font-family:Roboto Condensed;
    font-size:13px;
}

button.js-drawer-open-collection-filters.btn.btn--tertiary{
    font-family: $primary-font;
}



body.template-page-no-background{
    background:#FFF;
}

.animation-contents{
    line-height:1.4em;
}

.site-footer, .collection-content{
    position:relative;
}
.page-width {
    width: 80%;
    max-width: 80%;
}
.d-flex {
    display: flex;
}
.column {
    flex-direction: column;
}
/*================================
      CART SLIDEOUT
================================*/

.ajaxcart__subtotal{
    letter-spacing:normal;
}

#NavDrawer{

    .collapsible-trigger__icon--circle, .mobile-nav__toggle button{
        border:none;
    }

    .mobile-nav__grandchildlist:before{
        background:$primary-color;
    }

    .mobile-nav__item.mobile-nav__item--secondary .mobile-nav__link{
        font-size:15px;
        font-family: $primary-font;
        letter-spacing: normal;
        margin:0;
        padding:0 0 0 15px;
    }

    .mobile-nav__item.appear-animation{
        border-bottom:1px solid $grey;
    }

    .drawer__fixed-header{
        padding:0;
    }

}

/*================================
      CART PAGE
================================*/

.cart__product-meta.moved a{
    font-size:12px;
    font-family: $primary-font;
    letter-spacing: normal;
    border:none;
    text-transform: capitalize;
    background:none !important;
    color:#000 !important;
}

/*================================
      MEGA MENU
================================*/

.site-nav--has-dropdown:hover>a{
    background:none;
    color: white;
}

.site-nav--is-megamenu.site-nav__item {
    transition: $smooth;
    .h5 > a {
        color: white !important;
    }
    &:hover{
        color: $primary-color;
        background: none;
        transition: $smooth;
        a {
            color: inherit;
        }
    }
}

.site-nav__dropdown a {
    background:none;
}

.site-nav__dropdown-link {
    color: white !important;
}

.site-header{
    padding:0;
}

.header-item{
    padding:10px 0;
}

.darken{
    background:$black !important;
    opacity:1;
}

.site-nav__dropdown.megamenu.text-left{
    margin-top:10px;
}

.site-nav__dropdown .nav__sub__cta-title.h5{
    margin:10px 0 0 0;
    padding:0;
    line-height:1em;
}

.display-none {
    display: none !important; 
}

.centered {
    display: flex;
    justify-content: center;
}
/*================================
      HEADER STYLES
================================*/

.header-item.header-item--logo{
    position:relative;
}

.secondaryLogoLink{
    width:40%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:7;
}

/*================================
      LOGO CAROUSEL
================================*/

.logoCarousel {
    width:110%;
    margin-left:-5%;

    h2{
        width:100%;
        text-align:center;
        font-size: 1.6125em;
    }

    .logoCarouselSlide{
        max-width:100%;
        margin:0 auto;
        padding:0;
    }

    .logoCarouselSlide .slick-slide{
        display: inline-block;
        vertical-align: middle;
        float:none;
    }

    .logoCarouselSlide div img{
        // max-width:160px;
        margin:0 auto;
    }

    .logoCarouselSlide  .carouselLogoHover{ 
        display: none; 
    }

    .logoCarouselSlide .slick-arrow{
        z-index:2;
    }

    .logoCarouselSlide .slick-next:before, .logoCarouselSlide .slick-prev:before{
        opacity:1;
    }

    .logoCarouselSlide .slick-next{
        right:6%;
    }

    .logoCarouselSlide .slick-prev{
        left:5%;
    }

}

/*================================
      IMAGE HERO
================================*/

.hero__text-wrap .h1.hero__title .animation-contents{
    line-height:1em;
}

/*================================
      VIDEO HERO
================================*/

.pausePlay{
    width:auto;
    height:31px;
    padding-top:3px;
    overflow:hidden;
    position:absolute;
    z-index:999;
}

.pausePlay button.videoPause{
    width:35px;
    float:left;
}

.pausePlay button.videoPlay{
    width:35px;
    float:right;
}

/*================================
      LAYERED NAV
================================*/

.collapsible-trigger-btn {
  font-family: $primary-font;
}

.snowSlideBlocksSection {
  padding-top: 40px;
}

.snowSlideBlocks.slick-initialized.slick-slider {
    padding: 40px 0;
}

p.h4.footer__title.small--hide {
    font-family: $primary-font;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1vw;
}

/*================================
      PRODUCT PAGES
================================*/

.template-product .product__price{
    font-family: $primary-font;
    color: $secondary-color;
    background: $primary-color;
    padding: 5px 10px;

}

.template-product .product__price.product__price--compare{
    color:$grey;
}

.template-product .variant__label, .product__quantity label, .swym-wishlist-cta{
    letter-spacing:0.8px;
}

.template-product .scr-open-size-chart{
    letter-spacing:0.6px;
}

.template-product h3{
    margin-top:15px !important;
}

.template-product .variant-input-wrap label.disabled:after{
    border-color:#666;
}

.template-product .product-single__description.rte h3{
    margin-bottom:5px;
}

.template-product .fastship-titleTextContainer p span{
    display:block;
    width:120px;
    height:100%;
    margin-right:5px;
}
.page-content--product {
    padding-top: 0;
  }
  
  div.content-control {
     min-width: 100%;
     padding-left: 45px;
}
span.product__price {
    background: #e8dc00;
    color: #141414;

}
.main-product {
    margin: 0 0 40px 0;
}
/*================================
      COLLECTION PAGES
================================*/

.collection-hero__image{
    margin-top:70px;
}

/*================================
      ENHANCED BRAND DESCRIPTIONS
================================*/

.brandDescription{
    width:100%;
    padding:20px 0;
}

.brandDescriptionContainer{
    display:flex;
}

.brandDescriptionText{
    width:75%;
    float:left;
    display:flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.brandDescriptionText.full{
    width:100%;
    text-align:center;
    display:flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.brandDescriptionTextMobile{
    display:none;
}

.brandDescriptionImage{
    width:25%;
    float:right;
}

/*================================
      FILTER DRAWER
================================*/

#FilterDrawer .h2, #FilterDrawer button{
    font-family: $primary-font;
}

#FilterDrawer .drawer__scrollable button{
    border-bottom:1px solid $grey;
    font-size:1.4em;
    font-weight:normal;
}

#FilterDrawer .collapsible-content__inner{
    margin-top:20px;
}

/*================================
      PAGINATION
================================*/

.pagination-container{
    display:inline-block;
    position:relative;
}

.pagination-container:after{
    content:"";
    width:100%;
    height:1px;
    background:$grey;
    position:absolute;
    bottom:0;
    left:0;
    z-index:0;
}

.pagination-container > span{
    display: inline-block;
    vertical-align: middle;
    line-height:1.8;
    position:relative;
}

.pagination .next, .pagination .prev{
    background:none;
    color:#000;
    padding:0;
    margin:0;
}

.pagination .next .icon, .pagination .prev .icon{
    fill:#000;
    height:12px;
    opacity:0.5;
}

.pagination .next .icon:hover, 
.pagination .prev .icon:hover,
.pagination .next .icon:focus, 
.pagination .prev .icon:focus{
    opacity:1;
}

.pagination span.page.current{
    opacity:1;
}

.pagination span.page.current:after{
    content:"";
    width:100%;
    height:3px;
    position:absolute;
    background:$primary-color;
    z-index:1;
    left:0;
    bottom:0;
}
/*================================
    SNOW SLIDES
================================*/
.snowSlidesContent {
    button {
        display: flex;
        svg {
            margin-left: 3px;
        }
    }
}

/*===============================
    FOOTER
================================*/
ul.site-footer__icon-list {
    display: flex;
    list-style: none;
}
.site-footer__content {
    display: flex;
    justify-content: space-between;
    ul {
        list-style: none;
    }    
}
.footer__collapsible ul li a:after{
    background:$primary-color;
}


/*================================
      SUB-FOOTER
================================*/

.subFooter{
    width:100%;
    height:100px;
}

.subFooter .page-width{
    height:100%;
}

.subFooterBlock{
    width:25%;
    height:100%;
    float:left;
    position:relative;
}

.subFooterBlock:nth-child(2){
    width:50%;
}

.subFooterBlockContainer{
    width:215px;
    height:100%;
    position:relative;
    margin:0 auto;
}

.subFooterBlock .subFooterLogo{
    width:100px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
}

.subFooterBlock .subFooterLogoTwo{
    width:100px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:0;
}

.subFooterBlock ul{
    margin:0;
    padding:0;
    text-align:center;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

.subFooterBlock ul li{
    list-style-type:none;
    display:inline;
    font-size:12px;
    margin-right:10px;
}

.subFooterBlock ul li a{
    color:white;
}

/*================================
      CHECKOUT
================================*/

.field__input, .edit_checkout .step__footer button{
    border-radius:0 !important;
}

.edit_checkout .step__footer button span{
    color:white;
    font-family: $primary-font;
    text-transform:uppercase;
}

span.btn__content {
    color: $black;
    transition: $smooth;
    
    &:hover {
        transition: $smooth;
    }
}

/*================================
      Megamenu - Rollover
================================*/
.ff-carouselContainer {
    display: grid;
    min-height: 305px;
    max-height: 305px;
    img {
        position: absolute;;
        max-width: 207px;
        height: inherit;
        margin-left: 20px;
    }
    img.carouselLogoHover{
        z-index: -1;
    }
    img.carouselLogo, a {
        &:hover {
            opacity: 0;
        }   
    }
}

/*================================
        TABS AND SCCORDIONS
================================*/

.product-single__description-full{
    margin:0 0 50px 0; 
  }
  
  .product-single__description-full #descriptionTabs{
    width:100%;
  }
  
  #descriptionTabs .ui-tabs-panel ul,
  #descriptionAccordion .ui-accordion-content ul{
    margin:0;
    padding:0;
  }
  
  #descriptionTabs .ui-tabs-panel ul li,
  #descriptionAccordion .ui-accordion-content ul li{
    margin:0 0 0 20px;
    padding:0;
  }
  
  #descriptionTabs .ui-tabs-panel p,
  #descriptionAccordion .ui-accordion-content p{
    margin:0;
    padding:0;
  }
  
  #descriptionTabs .ui-tabs-panel,
  #descriptionAccordion .ui-accordion-content{
    padding:10px;
  }
  
  #descriptionAccordion .ui-accordion-content{
    background:#f8f8f8;
  }
  
  #descriptionTabs .delay-ship-wrapper,
  #descriptionAccordion .delay-ship-wrapper{
    margin-top:0;
  }
  
  #descriptionTabs .delay-ship-wrapper,
  #descriptionTabs p{
      margin:0 0 10px 0;
  }
  
  #descriptionTabs{
    border:none;
    width:98%;
    font-family: inherit;
  }
  
  #descriptionTabs .ui-tabs-nav{
    background:none;
    border:none;
    border-bottom:1px solid #BBB;
  }
  
  #descriptionTabs .ui-tabs-nav li{
    background:none;
    border:none;
  }
  
  #descriptionTabs .ui-tabs-nav li a{
    color:#BBB;
    border-bottom:none;
    text-transform:uppercase;
    font-size:13px;
  }
  
  #descriptionTabs .ui-tabs-nav li.ui-state-active a{
    border-bottom:2px solid #141414;
    color:#141414;
  }
  
  #descriptionTabs .ui-tabs-nav li a:after{
    display:none;
  }
  
  #descriptionAccordion h3.ui-accordion-header svg,
  #descriptionAccordion h3.ui-accordion-header.ui-state-active svg{
    width:18px;
    position:absolute;
    right:10px;
    top:17px;
    fill:#141414;
  }
  
  #descriptionAccordion h3.ui-accordion-header.ui-state-active svg{
    transform: rotate(180deg);
  }
  
  #descriptionTabs .ui-tabs-panel .shipping-title,
  #descriptionAccordion .ui-accordion-content .shipping-title{
    display:none;
  }
  
  .product-single__description-full #descriptionAccordion{
    width:100%;
    margin:0 auto;
    padding:0;
    font-family: inherit;
  }
  
  .product-single__description #descriptionAccordion{
    width:100%;
    font-family: inherit;
  }
  
  #descriptionAccordion h3{
    margin-top:0 !important;
    padding:15px 10px;
    margin:0;
    border-radius:0;
    border:none;
    border-bottom:1px solid #141414;
    text-transform:uppercase;
    text-align:left;
    background:none;
    color:#141414;
    font-size:13px;
  }
  
  #descriptionAccordion h3.ui-state-active{
    background:#f8f8f8;
  }
  
  #descriptionAccordion h3 span{
    display:none;
  }
  
  #descriptionAccordion .ui-accordion-content{
    border:none;
  }
    
 svg.accordion-down-arrow {
    height: 10px;
    margin-left: 5px;
 }

/*================================
    BUTTONS
================================*/
button.disabled {
    cursor: not-allowed;
    background: $grey !important;
    &:hover {
        background: $grey !important;
    }
}

svg.right-carat-desktop {
    display: block;
}

svg.right-carat-mobile {
    display: none;
}
.right-carat {
    position: relative;
    top: 3px;
    left: 2px;
}

/* SWYM */
.swym-button-bar {
    margin: 10px 0px 10px !important;
}
.drawer button.js-qty__adjust {
	background: white;
  	fill: #0d0d0d;
  	color: #0d0d0d;
}
/*================================
      MEDIA STYLES
================================*/

@media screen and (max-width:1500px){

    .logoCarouselSlide .slick-next{
        right:5%;
    }

    .logoCarouselSlide .slick-prev{
        left:5%;
    }

}

@media screen and (max-width:1100px){

    .brandDescriptionText{
        width:60%;   
    }
    
    .brandDescriptionImage{
        width:40%;   
    }
    
    .subFooterBlockContainer{
        width:70%;
    }
    
    .subFooterBlock .subFooterLogo, .subFooterBlock .subFooterLogoTwo{
        width:47%;
    }
    
}


@media screen and (max-width:960px){

    .logoCarousel{
        width:140%; 
        margin-left:-20%;

        .logoCarouselSlide .slick-arrow{
            opacity:0;
            width:0;
            height:0;
        }

    }

    .product__photo-dots{
        padding-top:40px;
    }

    .brandDescriptionContainer{
        flex-wrap:wrap;
    }
    
    .brandDescription .brandDescriptionImage{
        order:1;
        width:100%;
        text-align:center;
    }

    .brandDescription .brandDescriptionText{
        display:none;
    }
    
    .brandDescription .brandDescriptionTextMobile{
        order:2;
        width:100%;
        display:block;
    }

    .brandDescription .brandDescriptionTextMobile h2{
        width:100%;
        margin:10px 0;
    }

    .subFooter{
        height:auto;
        padding:20px 0 30px 0;
    }
    
    .subFooterBlock{
        width:95%;
        height:auto;
        display:block;
        float:none;
        margin:10px auto;
        position:inherit;
    }

    .subFooterBlockContainer{
        width:60%;
    }
    
    .subFooterBlock ul, .subFooterBlock .subFooterLogo, .subFooterBlock .subFooterLogoTwo{
        position:inherit;
        transform:none;
    }

    .subFooterBlockContainer .subFooterLogo{
        width:47%;
        float:left;
    }
    
    .subFooterBlockContainer .subFooterLogoTwo{
        width:47%;
        float:right;
    }

    .subFooterBlock ul li{
        display:inline-block;
        width:100%;
        margin-bottom:15px;
    }

}

@media screen and (max-width:768px){
    
    .secondaryLogoLink{
        width:37%;
    }
    svg.right-carat-desktop {
        display: none;
    }
    svg.right-carat-mobile {
        display: block;
    }
}

@media screen and (max-width:720px){

    .logoCarousel{
        width:200%; 
        margin-left:-50%;
        
        .slick-arrow{
            display:none !important;
        }

    }

}

.swym-wishlist svg.icon-heart g:last-child path {fill: white; stroke: white; stroke-width: 3px;}

/*================================
      EDD CUSTOM
================================*/
#EDD-Container .disclosure {position: relative;}
span.ajaxcart__product-meta[data-property="EDD NULL OR VARIANT UNAVAILABLE"], .delay-ship-wrapper, span.ajaxcart__product-meta[data-key="Estimated Ship Date End"], span.ajaxcart__product-meta[data-key="Estimated Delivery Date End"], span.ajaxcart__product-meta[data-key="Estimated Delivery Date Begin"] {
  display: none;
}