:root {
    --main-blue: #079bd5;
    --dark-grey: #111111;
    --medium-grey: #444444;
    --pro-dark-blue:#19648a;
    --pro-light-blue:#248ab6;
    --nv-green:#76b900;
  }


/*======B0LD FOOTER TITLES======*/

.footerMain-heading{
    font-weight:bold !important;
}


/*======PAGE TITLES 200PX HEIGHT======*/

@media only screen and (min-width: 640px){
    .pageTitle[style*="background-image"] {
        min-height: 200px !important;
    }
    }

/*======BANNER LINE HEIGHT======*/

    .bannerCopy{
        line-height:1.8 !important;
    }

/*======BOLD TABS======*/

    .tabs>li>a{
        font-weight: bold !important;
    }

/*======LIGHT HOVER======*/

.light-hover{
    color:#248ab6 !important;
}

.light-hover:hover{
    color:#92c5db !important;
}

/*======FULL WIDTH GRID======*/

.tileGrid-inner{
    max-width:100% !important;
    padding: 0 2% !important;
}

.tileGrid-item .tileGrid-itemContent{
    z-index:2 !important;
}

/*======ACTIVE ACCORDION TAB======*/

.accordion>li.is-active span{
    background-color:#dedede !important;
}
.is-active .accordion-content{
    padding-top:13px;
}

/*====================*/
/*====================*/
/*======UNSLIDER======*/
/*====================*/
/*====================*/



  /*======PRODUCT SPECIFICATION TABLES======*/


  @media screen and (max-width:640px){
    .specification-table-container{
        overflow-x: scroll !important;
    }
    .product-content-table{
        width:800px !important;
    }
}
@media screen and (min-width:641px){
    .product-content-table{
        width:100% !important;
    }
    .specification-table-container{
        width:100% !important;
    }
    .product-content-table tbody{
        width:100% !important;
    }
}
.product-content-table tbody tr th{
        font-weight: bold  !important;
        font-family: 'Roboto', sans-serif !important;
        border-right: none !important;
        border-left: none !important;
        border-top: none !important;
        border-bottom:solid 0.5px #c8c8c8;
        padding: 10px 0;
    }
.product-content-table tbody tr td{
        border-right: none !important;
        border-left: none !important;
        border-top: none !important;
        border-bottom:solid 0.5px #c8c8c8;
        padding: 10px 0;
    }
.product-content-table tbody tr{
        border-right: none !important;
        border-left: none !important;
        border-top: none !important;
        border-bottom:solid 0.5px #c8c8c8;
        padding: 10px 0;
    }
.product-content-table tbody :first-child :first-child{
    border-top:solid 0.5px #c8c8c8 !important;
}
.product-content-table tbody :first-child :last-child{
    border-top:solid 0.5px #c8c8c8 !important;
}


  /*======CANCEL OUT P TAG MARGINS FOR STYLES IN CONTENT ITEMS======*/

  .css-inline{
    margin: 0 !important;
    }

  /*======PRODUCT CONTENT======*/

  .feature-container .row {
    margin: 0 auto;
    max-width: 1200px;
}

.feature-bar{
    text-align:center;
}

.feature-name{
    text-align:center;
}


.productTools-tabs > li > div > p{
 margin: 0 auto !important;
}



.tabs.tabs--accordion>li>a+div {
    padding:0 !important;
}

  /*======H5 FONT======*/

  h5 {
    font-family: 'Roboto', sans-serif !important;
}

  /*======COMPARE CHART CELL HEIGHT======*/

  @media only screen and (min-width: 1024px){
    .product-comparison .compare-feature {
        height: 150px !important;
        background: #fff;
    }
    }

/*======ELITE TEAM BIOS======*/

@media screen and (max-width:999px){
    .elite-header{
    padding:70px 5%;
    display:flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.elite-name{
    width:100%;
    z-index:2;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top:25px;
    margin-bottom:75px;
}
.elite-name div h1{
    margin-bottom:10px;
}  
.elite-name div p{
    margin-bottom:0px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 5px;
}


.elite-profile{
    width:90%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
}
.elite-profile img{
    max-width:200px;
    border: solid 7px #0f0f0f;
    border-radius: 50%;
    position:relative;
    top:170px;
}

.elite-team-profile-logo{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    text-align: right;
    z-index:2;
}
.elite-team-profile-logo img{
    max-width:175px;
}
.profile-padding{
    min-height:130px;
}




    }
@media screen and (min-width:1000px){
    .elite-header{
    padding:70px 5%;
    display:flex;
    justify-content: space-between;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.elite-name{
    width:33%;
    z-index:2;
    display:flex;
    align-items: center;
}
.elite-name div h1{
    margin-bottom:10px;
}  
.elite-name div p{
    margin-bottom:0px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 5px;
}


.elite-profile{
    width:90%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;

}
.elite-profile img{
    max-width:320px;
    border: solid 10px #0f0f0f;
    border-radius: 50%;
    position:relative;
    top:25px;
}

.elite-team-profile-logo{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    width:33%;
    text-align: right;
    z-index:2;
}
.elite-team-profile-logo img{
    max-width:250px;
}
.profile-padding{
    min-height:160px;
}

    }



    .social-profile-links{
        max-width:50px; 
        margin:15px 1%;
        transition: all .15s ease-in-out;
        border-radius: 50%;
    }
    .social-profile-links:hover{
        filter: invert(1);
    }
    .padding-overwrite{
        padding-top:15px !important;
        padding-bottom:15px !important;
    }


/*======SOCIAL FOOTER======*/

.social-footer-line :first-child{
    margin-left:0px !important;
}
.social-footer-line :last-child{
    margin-right:0px !important;
}
.social-footer-line a img{
    width:100%;
}
.pny-social a:hover{
    border:solid 3px white;
}
.pny-pro-social a:hover{
    border:solid 3px #248ab6;
}
.xlr8-social a:hover{
    border:solid 3px #990000;
}
.padding-none{
    padding-top:0 !important;
    padding-bottom:0 !important;
}
@media screen and (max-width:999px){
.social-footer-line{
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.social-footer-section{
    display:flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top:10px !important;
    padding-bottom:10px !important;
}
.social-footer-section p{
    font-size:14px !important;
    margin-bottom:15px;
}
.social-footer-line a{
    max-width:30px;
    transition: all .15s ease-in-out;
    margin:5px;
    border-radius: 50%;
}
footer{
    text-align:center;
}
}
@media screen and (min-width:1000px){
.social-footer-line{
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
}
.social-footer-section{
    display:flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
    padding-top:10px !important;
    padding-bottom:10px !important;
}
.social-footer-section p{
    margin-bottom:0px !important;
    font-size:14px !important;
}
.social-footer-line a{
    max-width:35px;
    transition: all .15s ease-in-out;
    margin:5px;
    border-radius: 50%;
}
}

/*======= Commercial Sales Button=========*/

@media only screen and (min-width: 641px){
.sideToSideMed {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
}
.sideToSideMed > :first-child {
    margin-right:15px !important;
}
.sideToSideMed #ctl01_ProductDetail_phAddtoWishlist{
    margin-top:10px;
}
}

.pageMeta{
    background-color:white;
}

.tileGrid-item:before{background:linear-gradient(rgba(0,0,0,0.375), rgba(0,0,0,0.375)) !important;}




/*===================== PNY NAVIGATION ===================*/
.navMain>ul>li>ul{
    font-family: "Roboto",Helvetica,sans-serif;
}
.navMain>ul>li>ul>li>ul{
    font-size:14px;
    color:#656565;
}
.navMain>ul>li>ul a{
    text-decoration: none !important;
}
@media screen and (max-width:1023px){
    .navMain-mobile>ul>li>ul>li>a, .drawer-NavUser>ul>li>ul>li>a{
        font-family: 'Bebas Neue', 'Roboto', sans-serif;
        line-height: 1em;
        font-size: 25px;
        color:#111111;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .navMain-mobile>ul>li>ul>li>ul>li a, .drawer-NavUser>ul>li>ul>li>ul>li a{
        font-size: 14px;
        color:#444444;
        margin-bottom: 5px;
    }
    
    .navMain-mobile>ul>li>a, .drawer-NavUser>ul>li>a{
        font-weight: lighter;
        color:#999999;
        transition:all .3s ease;
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        -o-transition:all .3s ease;
        -ms-transition:all .3s ease;
        font-size:22.5px;
    }
    .navMain-mobile>ul>li>a:focus, .drawer-NavUser>ul>li>a:focus{
        color:#444444;
    }
    .navMain-mobile>ul>li, .drawer-NavUser>ul>li{
        border:none !important;
    }
    .navMain-mobile-subToggle{
        padding:5px 9px !important;
        border: solid 1px #999999;
        border-radius: 10px;
        margin-right: 20px;
        margin-top: 6.5px;
        color:#999999;
        transition:all .3s ease;
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        -o-transition:all .3s ease;
        -ms-transition:all .3s ease;
        background:transparent !important;
    }
    .navMain-mobile>ul li.is-active .navMain-mobile-subToggle{
        border: solid 1px #079bd5;
        color:#079bd5;
        background:transparent !important;
    }
    .drawer-close{
        color:#444444;
        background:#eaeaea;
        margin-bottom: 32px;
    }

    .drawer-close:after{
        line-height: 1em !important;
        font-size:25px !important;
        transform: translateY(7px);
    }
    .drawer--globals-mobile{
        background:#eaeaea;
        width: 80%;
        min-width: 300px;
    }
    .drawer--globals-mobile .drawer-content {
        padding-left: 4vw;
    }
}
@media screen and (min-width:1024px){
    .navMain>ul>li.is-mega>ul{
        box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
        padding: 50px 0;
    }
    .navMain>ul>li.is-mega>ul>li>a{
        font-family: 'Bebas Neue', 'Roboto', sans-serif;
        line-height: 1em;
        font-size: 30px;
    }
    .navMain>ul>li.is-mega>ul>li {
        border-right: solid 0.5px #dedede;
    }
    .navMain>ul>li.is-mega>ul>li:last-child {
        border:none !important;
    }
    .navMain>ul>li>a{ 
        font-weight: lighter !important;
        transition:all .3s ease;
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        -o-transition:all .3s ease;
        -ms-transition:all .3s ease;
        color:#eaeaea;
    }
    .navMain>ul>li>a:hover{ 
        color:#ffffff;
    }
    .navMain>ul>li>ul a{
        transition:all .3s ease;
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        -o-transition:all .3s ease;
        -ms-transition:all .3s ease;
    }
    .navMain>ul>li>ul a:hover{
        padding-left:15px;
    }
    .navSignin>ul>li>a{
        
        border-radius: 5px;
        width: 90px;
        padding: 2.5px 10px !important;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        text-transform: capitalize !important;
    }
    .navSignin>ul>li:first-child>a{
        color: #a7a9ac !important;
        border: solid 0.5px #a7a9ac;
        font-weight:bold;
    }
    .navSignin>ul>li:first-child{
        margin-right: 10px;
        margin-left: 10px;
    }
    .navSignin>ul>li:first-child>a:hover{
        color: #444444 !important;
        background-color: #eaeaea;
        border: solid 0.5px #eaeaea;
    }
    .navSignin>ul>li:nth-child(2)>a{
        color: #222222 !important;
        background-color: #dedede;
        border: solid 0.5px #dedede;
    }
    .navSignin>ul>li:nth-child(2)>a:hover{
        color: #ffffff !important;
        background-color: #079bd5;
        border: solid 0.5px #079bd5;
    }
    .navUtil>ul>li.first>a{
        color: #a7a9ac !important;
        border: solid 0.5px #a7a9ac;
        border-radius: 5px;
        width: 90px;
        padding: 2.5px 10px !important;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        text-align: center;
        font-weight:bold;
    }
    .navUtil>ul>li.first>a:hover{
        color: #444444 !important;
        background-color: #eaeaea;
        border: solid 0.5px #eaeaea;
    }
    .headerMain-utilInner{
        padding:10px 0;
    }
    .navUtil>ul>li>a:before{
        display:none !important;
    }
    .searchToggle:before{
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
    }
    .js-headerFixed--up .headerMain-main, .js-headerFixed--down .headerMain-main {
        background: rgba(17,17,17,0.8);
        backdrop-filter: blur(15px);
    }
}




/*===================== Product List Page/ Product Page Capacity buttons ===================*/
.productTools > div > ul > li {
    margin-bottom: 10px;
}
.filters-list > li > a{
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
.truncateList-toggle > a{
    border-radius: 5px;
}

/*===================== Product List Page ===================*/

@media screen and (min-width:1024px){
    .pny-product-list-gallery > .contained > .row > .column.med-7{
        padding: 15px;
        background-color: #ffffff;
        border-radius: 10px;
        height: min-content;
    }
    .pny-product-list-gallery > .contained > .row > .med-17 > .productGrid{
        padding-left:7.5px;
    }
}
@media screen and (min-width:1024px)and (max-width:1264px){
    .pny-product-list-gallery > .contained > .row > .med-17 > .productGrid > .pny-product{
        flex-basis: 33% !important;
        max-width: 33% !important;
    }
}
.tag.is-closeable, .is-closeable.h-tagStyle{
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
.pny-product-list-gallery > .contained > .row > .med-7 > .filters > .filters-heading {
    font-family: 'Bebas Neue', 'Roboto', sans-serif !important;
    font-size: 35px !important;
    line-height: 1em;
}
.pny-product-list-gallery > .contained > .row > .med-7 > .filters > .filters-subHeading{
    color:#444444;
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
}
.pny-product-list-gallery{
    background-color:#f4f4f4;
}
.pny-product-list-gallery > .contained{
    max-width:1400px !important;
}

.pny-product-list-gallery > .contained > .row > .med-7 > .filters > .filters-list > li > a {
    color:#999999;
}
.pny-product-list-gallery > .contained > .row > .med-7 > .filters > .filters-list > li > a:hover {
    color:#079bd5;
}
.pny-product > .productTile a {
    height: auto !important;
}
.formCheckBox.compare{
    border:none !important;
}

.pny-product > .productTile{
    padding:15px;
    background-color: #ffffff;
    border-radius: 10px;
    height: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.pny-product .productTile:hover{
    transform: scale(1.03);
}
.pny-product .productTile-name{
    line-height: 1.6em;
    font-weight: lighter !important;
}
.pny-product{
    padding: 0 7.5px !important;
    margin-bottom:15px !important;
}
.pny-product > .productTile > .productTile-wrapper{
    display: flex;
    height: 100%;
    flex-direction: column;
}
.pny-product > .productTile > .productTile-wrapper > .productTile-priceInfo > p{
    margin-bottom:0 !important;
} 
.pny-product > .productTile > .productTile-wrapper > .productTile-priceInfo{
    justify-self: flex-end !important;
} 
/*===================== Bebas Neue Font ===================*/

@font-face {
    font-family: 'Bebas Neue';
    font-weight: 800;
    font-style: normal;
    src: url('https://www.pny.com/File Library/Fonts/BebasNeue-Bold.ttf') format('opentype');
}
@font-face {
    font-family: 'Bebas Neue';
    font-weight: 300;
    font-style: lighter;
    src: url('https://www.pny.com/File Library/Fonts/BebasNeue-Book.ttf') format('opentype');
}
.bebas-thin{
    font-family: 'Bebas Neue', 'Roboto', sans-serif;
    font-weight: 300 !important;
}
@media screen and (max-width:1023px){
    .bebas-title, .pre-title{
        text-align: center;
    }
    .bebas-title{
        font-size:60px;
    }

}



@media screen and (min-width:1024px){
    .bebas-title{
        font-size:100px;
    }
}
    .bebas-title{
        line-height: 1em;
        color:#444444;
        font-family: 'Bebas Neue', 'Roboto', sans-serif;
    }
    .pre-title{
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .bebas-subtitle{
        font-size:45px;
        line-height: 1em;
        color:#444444;
        font-family: 'Bebas Neue', 'Roboto', sans-serif;
    }

/*===================== Filters ===================*/
.filters-subHeading{
font-family: 'Roboto', sans-serif;
font-weight: lighter;
}

/*===================== Product List Page  ===================*/
@media screen and (max-width:640px){
    .pageNumbers .prev, .pageNumbers .next {
        padding: 0.3em 13px 0.2em 13px !important;
        min-width: 100px;
        text-align: center;
    }
}
@media screen and (min-width:641px){
    .pageNumbers .prev, .pageNumbers .next {
        padding: 0.3em 13px 0.2em 13px !important;
        min-width: 115px;
        text-align: center;
    }
    .productTile .productTile-image:hover .quick-look {
        animation: quickLookFadeIn .2s ease;
        cursor: pointer;
    }
    @keyframes quickLookFadeIn {
        0%{
            opacity:0;
        }
        100%{
            opacity:1;
        }
    }
}
.pageNumbers .prev:before {
    margin-right: 2px !important;
}
.pageNumbers .next:after {
    margin-left: 2px !important;
}
.pageNumbers .next, .pageNumbers .prev {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.productTile-name > a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.productTile-image span:before{
    border-radius: 5px;
}

.sideToSideMed #ctl01_ProductDetail_phAddtoWishlist {
    margin-top: 32px !important;
    width: 100%;
}

.sideToSideMed #ctl01_ProductDetail_phAddtoWishlist > a{
    padding: 10px 13px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.sideToSideMed #ctl01_ProductDetail_phAddtoWishlist > a:hover{
    border: 1px solid #19648a;
}
#quicklook-popup{
    animation:popUpFadeIn .5s ease;
    border-radius: 5px;
}
@keyframes popUpFadeIn{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}

/*===================== Capacity Buttons ===================*/
.boxSelect ul li{
    min-width: 115px !important;
    text-align: center !important;
    border: 1px solid #a7a9ac !important;
    border-radius: 5px !important;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    background:transparent;
    color:#444444 ;
}
.boxSelect ul li a{
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    color:#444444 ;
}
.boxSelect ul li.selected, .boxSelect ul li:hover{
    background: rgba(7, 155, 213, 0.2);
    border:solid 1px rgba(7, 155, 213, 1) !important;
    
}
.boxSelect ul li.selected a, .boxSelect ul li:hover a{
    color: #222222;
    
}
.btn{
    border-radius: 5px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
.productTools-counter-control--add{

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}

.productTools-counter-control--subtract{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
.productTools-counter{
    border-radius: 5px;
}

.productDetail main > div:nth-child(2).section{
    background-color: #ffffff !important;
}
.productDetail main > div:nth-child(2).section > .contained > div:first-child > .row > div:nth-child(2).column > h1{
    font-family: 'Bebas Neue', 'Roboto', sans-serif;
    font-size:45px;
    font-weight: bolder;
    max-width: 100% !important;
}
.productDetail main > div:nth-child(2).section > .contained > div:first-child > .row > div:nth-child(2).column > h2{
    max-width: 100% !important;
}

.boxSelect-color > ul > .color {
    width:35px;
    height:35px;
    border-radius: 50% !important;
    min-width: 35px !important;
    max-width: 35px !important;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
.boxSelect-color > ul > .color.selected {
    transform: scale(1.02);
}
.boxSelect-color > ul > .color:hover {
    transform: scale(1.02);
}
.boxSelect ul li.selected.color{
    border:solid 1px transparent !important;
}
.boxSelect-color::before{
    content:'Color';
    font-size:15px;
    color:#656565;
    font-weight: normal;
    border-bottom: 1px solid #dedede;
    padding-bottom: 13px;
    width:100%;
    display: block;
}
.boxSelect-color > ul{
    margin-top:15px;
}

@media screen and (min-width:1024px){
    .productDetail main > div:nth-child(2).section{
        padding:50px 5vw;
    }
    .productDetail main > div:nth-child(2).section > .contained{
        width:100%;
        max-width: 100%;
    }
    .productDetail main > div:nth-child(2).section > .contained > div:first-child > .row > div:nth-child(2).column > h1{
        margin-top: 10px;
    }
}

/*======FOOTER======*/

@media screen and (max-width: 640px){
    .footerMain-heading{
        line-height: 1em;
        font-size:14px;
        margin-bottom: 20px;
        color:#dedede
    }
    .footerMain-topNav > ul > li > a{
        color:#999999;
        font-size:12px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        text-decoration: none !important;
    }
    .footerMain-topNav > ul > li > a:focus, .footerMain-topNav > ul > li > a:focus{
        color:var(--main-blue);
        text-decoration: none;
    }
    .footerMain-bottomInfo{
        
        font-size: 10px;
        color:#666666;
    }
    .footermain-bottomInner{
        border-top: solid 1px #666666;
        padding-top: 25px;
    }
}
@media screen and (min-width: 641px){
    .footerMain-heading{
        line-height: 1em;
        font-size:14px;
        color:#dedede;
        margin-bottom: 10px !important;
        display: block;
        width: 100%;
    }
    .footerMain-topNav > ul > li > a{
        text-decoration: none;
        color:#999999;
        font-size:12px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }
    .footerMain-topNav > ul > li > a:hover{
        color:var(--main-blue);
        padding-left:7.5px;
        text-decoration: none !important;
    }
    .footermain-top{
        padding:50px 10vw 20px 10vw;
    }
    .footermain-bottom{
        
        width:100%;
        padding:0px 10vw 50px 10vw;
    }
    .footermain-bottomInner{
        border-top: solid 1px #666666;
        padding-top: 25px;
    }
    .footerMain-bottomInfo{
        
        font-size: 10px;
        color:#666666;
    }
    .CLHierarchicalNav > li > a{
        transition:all .2s ease;
    }
    .CLHierarchicalNav > li > a:hover{
        text-decoration: none !important;
    }
}
/*======Accoridion======*/

.accordion>li {
    border-radius: 7.5px;
    background: none !important;
    border:solid 1.5px #dedede;
}
.accordion>li span {
    border: none !important;
    background:#ffffff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    border:solid 1px #eaeaea;
    border-radius: 7.5px;
}
.accordion>li:hover span {
    background:none;
    background:#079bd5;
    color:#ffffff;
}
.accordion>li span:after {
    padding: 5px 9px;
    border:solid 1px #eaeaea;
    background-color: #eaeaea;
    border-radius: 50em;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
.accordion>li:hover span:after {
    border:solid 1px #ffffff;
    color:#079bd5 !important;
    background-color: #ffffff;
}
.accordion>li.is-active span {
    background-color: #222222 !important;
    color:#ffffff;
    border-radius: 7.5px 7.5px 0 0;
}
.accordion>li.is-active span:after {
    color:#222222 !important;
}


/*--------STICKY NAV---------*/
@media only screen and (min-width: 640px){
.navHorizontal.navSection.is-sticky {
    margin: 0 auto !important;
}
}




/*======Product Page Tabs======*/

@media screen and (min-width:641px){
    .productTools-tabs ul>li>a{
        background:transparent;
    }
    .tabs.tabs--accordion>li {
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
    }
    .tabs.tabs--accordion>li:first-child>a {
        border-radius: 5px 0 0 0;
    }
    .tabs.tabs--accordion>li:last-child>a {
        border-radius: 0 5px  0 0;
    }
    .tabs.tabs--accordion>li:not(:first-child) {
        margin-left: -5px;
    }
    .tabs.tabs--accordion>li:last-child>a {
        border-right: solid 1px #dedede;
    }
    .tabs.tabs--accordion>li>a:hover {
        background-color: var(--main-blue);
        color:#ffffff;
        border: solid 1px var(--main-blue);
        border-bottom: solid 3px var(--main-blue);
    }
    .tabs.tabs--accordion>li>a {
        display: inline-block;
        margin-bottom: 0;
        padding: 13px;
        border-bottom-color: transparent;
        border-top: solid 1px #dedede;
        border-left: solid 1px #dedede;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        font-size:18px;
        font-weight: lighter !important;
    }
    .tabs.tabs--accordion>li>a.is-active {
        border-color: #222222 !important;
        border-bottom-color: #222222 !important;
        background-color: #222222 !important;
        color: #ffffff !important;
    }
}




/*--------ADDED TO CARD---------*/

.addedToCart-heading{
    font-family: 'bebas neue', 'roboto', sans-serif !important;
}
.addedToCart > .cartItem > .cartItem-firstSection > .cartItem-name{
    font-weight: lighter;
    font-family: 'Roboto', sans-serif !important;
    font-size:20px;
    font-weight: lighter;
}
.addedToCart > .addedToCart-content > .addedToCart-cartList > dt{
    font-family: 'Roboto', sans-serif !important;
    font-weight: bolder;
}
.addedToCart > .addedToCart-content > .addedToCart-cartList{
    padding-top:20px;
}
.mfp-content > #cart-popup{
    border-radius: 10px;
}
.addedToCart > .addedToCart-content > p:nth-child(2) > a:first-child{
    background:#26cc00 !important;
}
.addedToCart > .addedToCart-content > p:nth-child(2) > a:first-child:hover{
    background:#1b8f00 !important;
}
.addedToCart > .addedToCart-content > p:nth-child(2) > a:nth-child(2){
    background:#333333 !important;
}
.addedToCart > .addedToCart-content > p:nth-child(2) > a:nth-child(2):hover{
    background:#222222 !important;
}
@media only screen and (min-width: 641px){
    .addedToCart-heading{
        font-size:50px;
    } 
    .addedToCart > .cartItem > .cartItem-firstSection{
        font-weight: lighter;
        font-family: 'Roboto', sans-serif !important;
        align-items: center;
        display: flex;
        padding-left: 15px;
        border-left: solid 1px #dedede;
    }
}
@media only screen and (max-width: 640px){
    .addedToCart > .cartItem{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .addedToCart-heading{
        text-align: center;
    }
    .addedToCart > .cartItem > .cartItem-firstSection{
        padding-bottom: 20px;
    }
}

/*--------SHOPPING CART---------*/
.view-cart-section{
    background-color: #f4f4f4;
}
.view-cart-section > .contained > h1{
    font-family: 'bebas neue', 'roboto', sans-serif !important;
    line-height: 1em !important;
    color:#444444;
}
.view-cart-section > .contained > .row > .column:first-child > .cartAction{
    display:none;
}
.view-cart-section > .contained > .row > .column:nth-child(2){
    display: flex;
    align-items: center;
    border-radius: 5px 5px 0 0;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table{
    background-color: transparent !important;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr > th{
    font-family: 'Roboto', sans-serif !important;
    background-color: transparent !important;
    color: #ffffff;
    border:none;
    vertical-align: middle;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr > td{
    font-family: 'Roboto', sans-serif !important;
    background-color: transparent !important;
    color: #dedede;
    border:none;
    text-align: right;
    vertical-align: middle;
}


.view-cart-section #ctl01_txtZip{
    color:#444444 !important;
}

.view-cart-section #ctl01_lnkShippingZip{
    transition:all .2s ease;
}

.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:nth-child(3) > th > input{
    margin-bottom: 0;
    border-radius: 5px;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:nth-child(3) > td, .view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:nth-child(3) > td{
    padding-top: 40px;
    padding-bottom: 40px;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:last-child{
    border-top: solid 1px #999999;
    
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:last-child > th{
    font-family: 'bebas neue', 'roboto', sans-serif !important;
    line-height: 1em !important;
    font-size:25px;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:last-child > td{
    font-size:1.25rem;
}
.view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:last-child > th, .view-cart-section > .contained > .row > .column:nth-child(2) > .table > tbody > tr:last-child > td{
    padding-top:20px;
}
.view-cart-section > .contained > .row > .column:nth-child(2){
    background-color: #111111;
}

.view-cart-section > .contained > .row > .column:nth-child(3){
    background-color: #111111;
    border-radius:0 0 5px 5px;
}
.view-cart-section > .contained > .row > .column:nth-child(3) > .cartAction > .btn:first-child{
    background:#26cc00 !important;
    margin-bottom: 20px;
}
.view-cart-section > .contained > .row > .column:nth-child(3) > .cartAction > .btn:first-child:hover{
    background:#1b8f00 !important;
}
.view-cart-section > .contained > .row > .column:nth-child(3) > .cartAction > .btn:nth-child(2){
    background:#333333 !important;
}
.view-cart-section > .contained > .row > .column:nth-child(3) > .cartAction > .btn:nth-child(2):hover{
    background:#222222 !important;
}
.view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem{
    border-radius: 5px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 16px;
}
.view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection > .cartItem-name{
    font-weight: lighter;
    font-size:15px;
    margin-bottom: 5px;
}
.view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection > .cartItem-name > a{
    color:#444444 !important;
}
.view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection > .cartItem-infoList > li{
    color:#777777 !important;
}


.view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-cap > .cartItem-removeLink{
    color:#991b1e !important;
}
.view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-cap > .cartItem-removeLink:hover{
    color:#991b1e !important;
    filter: brightness(130%);
}

.view-cart-section .cartItem-actions-counter-control--add{
    border-radius: 0 5px 5px 0;
}
.view-cart-section .cartItem-actions-counter-control--subtract{
    border-radius: 5px 0 0 5px;
}


.view-cart-section > .contained > .row > .column:nth-child(2){
    padding-top:30px;
}
@media only screen and (max-width: 640px){
    .view-cart-section > .contained > .row > .column:nth-child(3) > .cartAction > .btn{
        width:100%;
        display:block!important;
    }
    .view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > figure{
        width:100%;
        padding:0;
        margin: 0;
        max-width:100% !important;
        text-align: center;
    }
    .view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > figure > img{
        display: block;
        max-width:150px;
        margin: 0 auto;
        width:100%;
    }
    .view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection{
        text-align: center;
    }
    .view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-secondSection > .cartItem-actions{
        justify-content: center;
    }
}
@media only screen and (max-width: 1023px){
    .view-cart-section > .contained > h1{
        font-size:45px;
    }
    .view-cart-section{
        padding:50px 5vw; 
    }
    .view-cart-section > .contained > .row > .column:first-child{
        padding:0 !important
    }
    .view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem{
        border:none !important;
        padding:15px;
        width:100%;
    }
    
    .view-cart-section > .contained > h1{
        text-align: center;
    }
}
@media only screen and (min-width: 1024px){
    .view-cart-section > .contained > h1{
        font-size:80px;
    }
    .view-cart-section > .contained > .row{
        justify-content: flex-end;
    }
    .view-cart-section > .contained > .row > .column:nth-child(3){
        flex-basis: 25% !important;
        max-width: 25% !important;
    }
    .view-cart-section > .contained > .row > .column:nth-child(3) > .cartAction > .btn{
        width:100%;
        display:block!important;
    }
    .view-cart-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem{
        border:none !important;
        padding:30px;
    }
    .view-cart-section{
        padding:100px 50px; 
    }
}



/*--------Account---------*/

.account-section {
    background-color: #f4f4f4;
}
.account-section > .contained {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
.account-section > .contained > .row > .column > div > h1{
    font-family: 'bebas neue', 'roboto', sans-serif !important;
    line-height: 1em !important;
    color:#444444;
    font-size:45px;
} 
.account-section > .contained > .row > .column:first-child > .alert.icon-attention{
    background-color: #f9b106;
    border-radius: 10px;
    color: #444444;
}

.account-section > .contained > .row > .column:first-child > div > div:nth-child(2) > .med-12{
    width:100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(2) > .med-12 > input{
    background-color: #f4f4f4;
    border-radius: 5px;
    border:none !important;
    height:50px;
    padding:12.5px
}
.account-section > .contained > .row > .column:nth-child(2) > div > div:nth-child(2) > input{
    background-color: #f4f4f4;
    border-radius: 5px;
    border:none !important;
    height:50px;
    padding:12.5px;
    margin-top: 15px;
}
.account-section > .contained > .row > .column:nth-child(2) > div > div:nth-child(2) > input:active{
    border:solid 0.5px var(--main-blue);
}
.account-section > .contained > .row > .column:nth-child(2) > div > div:nth-child(2) > input:focus{
    border:solid 0.5px var(--main-blue);
}
.account-section > .contained > .row > .column:nth-child(2) > div > div:nth-child(2) > span:first-child::before{
    font-family: 'fontello';
    content:'\e8d4';
    display: inline-block;
    margin-right:10px;
    transform: translateY(-3px);
    position: relative;
}
.account-section > .contained > .row > .column:nth-child(2) > div > .formFooter {
    border-top: none;
}
.account-section > .contained > .row > .column:nth-child(2) > div > .formFooter > a{
    width:100%;
    display: block;
    background:#26cc00 !important;;
}
.account-section > .contained > .row > .column:nth-child(2) > div > .formFooter > a:hover{
    background:#1b8f00 !important;
}
.account-section > .contained > .row > .column:nth-child(2) > div > p:last-child{
    color:#999999;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(3) > span > label{
    color:#999999;
    font-weight:bolder;
    font-size: 14px;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(3) > span > input{
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
}
.account-section > .contained > .row > .column:first-child > div > .formFooter{
    border-top:none !important;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(4) > a:last-child{
    background:#1877f2 !important;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(4) > a:last-child::before{
    font-family: 'fontello';
    content:'\e8f1';
    display: inline-block;
    margin-right:10px;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(4) > a:last-child:hover{
    background:#4267b2 !important;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(5) > a{
    background:transparent;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    border:none;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(5) > a:hover{
    background:transparent;
    color:#19648a;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(4) > a:nth-child(2){
    margin-bottom:16px;
}
.account-section > .contained > .row > .column:first-child > div > div:nth-child(4) > a{
    width:100%;
    display:block;
}
.account-section > .contained > .row:nth-child(2){
    margin-left:0;
    margin-right:0;
}
@media only screen and (max-width: 640px){
    .account-section > .contained > .row > .column > div > h1{
        text-align: center;
    } 
}
@media only screen and (max-width: 1023px){
    .account-section > .contained > .row > .column{
        padding:20px;
    } 
    .account-section > .contained > .row > .column:first-child > div > div:nth-child(5){
        display: flex !important;
        flex-direction: column;
        text-align: center;
        border:none;
    }
}
@media only screen and (min-width: 1024px){
    .account-section > .contained > .row > .column:first-child > div > .formFooter{
        display:flex;
        flex-direction: column;
    }
    
    .account-section > .contained > .row > .column{
        padding:30px 40px;
    } 
    .account-section > .contained > .row > .column:nth-child(2){
        background-color: #ffffff;
        border-radius: 0 10px 10px 0;
    }
    .account-section > .contained > .row > .column:first-child > div > div:nth-child(5){
        display: flex !important;
        justify-content: space-between;
        text-align: center;
        border:none;
    }
}



/*--------SHiPPING, PAYMENT, REVIEW---------*/


.shipping-section {
    background-color: #f4f4f4;
}
.shipping-section > .contained{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
.shipping-section > .contained > .status-bar{
    padding-top:15px;
}
.shipping-section > .contained > .row:nth-child(2) > .column:first-child > h2{
    font-family: 'bebas neue', 'roboto', sans-serif !important;
    line-height: 1em !important;
    color:#444444;
    font-size:45px;
}

.shipping-section > .contained > .row:nth-child(2) > .column:first-child > .matrix > .column > input{
    background-color: #f4f4f4;
    border-radius: 5px;
    border:none !important;
    height:50px;
    padding:12.5px;
    margin-top: 15px;
}
.shipping-section > .contained > .row:nth-child(2) > .column:first-child > .matrix > div > .column > select{
    background-color: #f4f4f4;
    border-radius: 5px;
    border:none !important;
    height:50px;
    padding:12.5px;
    margin-top: 15px;
}

.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter > a{
    width:100%;
    display: block;
    background:#26cc00 !important;;
}
.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter > a:hover{
    background:#1b8f00 !important;
}
.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter{
    border-top:none;
}
.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(2) {
    padding-right:25px;
    border-radius: 5px;
}

.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr {
    background: transparent !important;
}
.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr > th{
    font-family: 'Roboto', sans-serif !important;
    background: transparent !important;

    font-weight: bolder;
    border:none;
    border-bottom:1px #999999 !important;
    padding:15px 10px;
}
.shipping-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr > td{
    font-family: 'Roboto', sans-serif !important;
    background: transparent !important;
    text-align: right;
    border:none;
    border-bottom:1px #999999 !important;
    padding:15px 10px;
}

.shipping-section #ctl01_ddlShippingOptions {
    background-color: #f4f4f4;
    border-radius: 5px;
    border:none !important;
    height:50px;
    padding:12.5px;
    margin-top: 15px;
}

.shipping-section > .contained > .row:nth-child(2) > .column:first-child > h1 {
    font-family: 'bebas neue', 'roboto', sans-serif !important;
    line-height: 1em !important;
    color:#444444;
    font-size:45px;
}
.shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item {
    border:none !important;
}
.shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > a {
    border:none !important;
    background-color: #333333;
    color:#ffffff;
    border-radius:5px;
}
.shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > a:hover {
    background-color: #079bd5;
}
.shipping-section > .contained > .row:nth-child(2) #ctl01_dvOptIn > div:first-child > strong{
    color:#999999;
    font-size:14px;
}
.shipping-section > .contained > .row:nth-child(2) #ctl01_dvOptIn > div:first-child > div:nth-child(2){
    margin-top: 20px;
}
.shipping-section > .contained > .row:nth-child(2){
    margin-left:0;
    margin-right:0;
}

@media only screen and (max-width: 640px){
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child > h2, .shipping-section > .contained > .row:nth-child(2) > .column:first-child > h1 {
        text-align: center;
        padding-left:0 !important;
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:first-child{
        border-top: solid 1px #079bd5;
        border-right: solid 1px #079bd5;
        border-left: solid 1px #079bd5;
        border-radius: 5px 5px 0 0;
        background: rgba(7,155,213,0.1);
        font-family: 'bebas neue', 'roboto', sans-serif !important;
        line-height: 1em !important;
        color:#444444;
        font-size:25px;
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:nth-child(2){
        border-right: solid 1px #079bd5;
        border-left: solid 1px #079bd5;
        background: rgba(7,155,213,0.1);
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:nth-child(3){
        border-right: solid 1px #079bd5;
        border-left: solid 1px #079bd5;
        background: rgba(7,155,213,0.1);
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:nth-child(4){
        border-right: solid 1px #079bd5;
        border-radius: 0 0 5px 5px;
        border-left: solid 1px #079bd5;
        border-bottom: solid 1px #079bd5;
        background: rgba(7,155,213,0.1);
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 641px){

    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:first-child{
        border-top: solid 1px #079bd5;
        border-bottom: solid 1px #079bd5;
        border-left: solid 1px #079bd5;
        border-radius: 5px 0 0 5px;
        background: rgba(7,155,213,0.1);
        font-family: 'bebas neue', 'roboto', sans-serif !important;
        line-height: 1em !important;
        color:#444444;
        font-size:25px;
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:nth-child(2){
        border-top: solid 1px #079bd5;
        border-bottom: solid 1px #079bd5;
        background: rgba(7,155,213,0.1);
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:nth-child(3){
        border-top: solid 1px #079bd5;
        border-bottom: solid 1px #079bd5;
        background: rgba(7,155,213,0.1);
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:first-child .infoAction-item > div:nth-child(4){
        border-right: solid 1px #079bd5;
        border-radius: 0 5px 5px 0;
        border-top: solid 1px #079bd5;
        border-bottom: solid 1px #079bd5;
        background: rgba(7,155,213,0.1);
        margin-right: 10px;
    }
}


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

    .shipping-section #ctl01_ddlShippingOptions{
        width:calc(100% - 40px);
        margin:25px auto;
    }
}
@media only screen and (min-width: 1024px){

    .shipping-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter > a{
        max-width:300px;
    }
    .shipping-section > .contained > .row:nth-child(2) > .column:nth-child(2){
        border-left:solid 1px #eaeaea;
    }

}


/*--------PAYMENT---------*/


.payment-section {
    background-color: #f4f4f4;
}
.payment-section > .contained{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
.payment-section > .contained > .status-bar{
    padding-top:15px;
}
.payment-section > .contained > .row:nth-child(2)  .column h2, .payment-section > .contained > .row:nth-child(2) .column h1{
    font-family: 'bebas neue', 'roboto', sans-serif !important;
    line-height: 1em !important;
    color:#444444;
    font-size:45px;
}

.payment-section > .contained > .row:nth-child(2) input, .payment-section > .contained > .row:nth-child(2) select{
    background-color: #f4f4f4;
    border-radius: 5px;
    border:none !important;
    height:50px;
    padding:12.5px;
}

.payment-section #ctl01_ctl21_liVisaIcon, #ctl01_ctl21_liMasterCardIcon{
    margin-right:2.5px;
}
.payment-section #ctl01_ctl21_liVisaIcon::before{
    content: '' ;
    width:50px;
    height:30px;
    background-image: url('https://www.pny.com/Image%20Library/Icons/VISA.png');
    background-size:cover;
    margin-right:2.5px;
}
.payment-section #ctl01_ctl21_liMasterCardIcon::before{
    content: '' ;
    width:50px;
    height:30px;
    background-image: url('https://www.pny.com/Image%20Library/Icons/Mastercard.png');
    background-size:cover;
    margin-right:2.5px;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr {
    background: transparent !important;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr > th{
    font-family: 'Roboto', sans-serif !important;
    background: transparent !important;
    font-weight: bolder;
    border:none;
    border-bottom:1px #999999 !important;
    padding:15px 10px;
    vertical-align: middle;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr:last-child > th{
    font-family: 'Bebas Neue', 'Roboto', sans-serif !important;
    line-height: 1em;
    border-top:solid 1px #dedede !important;
    font-size:30px;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr:last-child > td{
    border-top:solid 1px #dedede !important;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr > td{
    font-family: 'Roboto', sans-serif !important;
    background: transparent !important;
    text-align: right;
    border:none;
    border-bottom:1px #999999 !important;
    padding:15px 10px;
    vertical-align: middle;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter{
    border-top:none;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter > a{
    width:100%;
    display: block;
    background:#26cc00 !important;
    color:#ffffff;
}
.payment-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter > a:hover{
    background:#1b8f00 !important;
    color:#ffffff;
}
.payment-section > .contained > .row:nth-child(2) > .column:first-child .swapBox{
    border:none;
    background-color: #f4f4f4;
    border-radius: 5px;
    height:50px;
}


.payment-section > .contained > .row:nth-child(2) > .column:first-child .swapBox #ctl01_lblHasCoupon{
    border-radius: 5px 0 0 5px;
}
.payment-section > .contained > .row:nth-child(2) > .column:first-child .swapBox #ctl01_txtCouponCode{
    background-color: #f4f4f4;
    border:none !important;
    height:50px;
    padding:12.5px;
}
.payment-section > .contained > .row:nth-child(2) > .column:first-child .swapBox #ctl01_txtCouponCode + a{
    background:#26cc00 !important;
    border-right: none;
    border-radius: 0 5px 5px 0;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -ms-transition:all .2s ease;
    -o-transition:all .2s ease;
    color:#ffffff !important;
}
.payment-section > .contained > .row:nth-child(2) > .column:first-child .swapBox #ctl01_txtCouponCode + a:hover{
    background:#1b8f00 !important;
    color:#ffffff !important;
}
.payment-section > .contained > .row:nth-child(2){
    margin-left:0;
    margin-right:0;
}
.payment-section #ctl01_rptAppliedCoupons_ctl01_lbtnAppliedCoupon{
    border-radius: 5px;
    padding: 5px;
}


@media only screen and (max-width: 640px){
    .payment-section > .contained > .row:nth-child(2)  .column h2, .payment-section > .contained > .row:nth-child(2) .column h1 {
        text-align: center;
        padding-left:0 !important;
    }
}

@media only screen and (min-width: 641px){


}

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

}
@media only screen and (min-width: 1024px){
    .payment-section > .contained > .row:nth-child(2) > .column:nth-child(2){
        border-left:solid 1px #eaeaea;
    }
    .payment-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter > a{
        max-width:300px;
    }
}





/*--------REVIEW---------*/


.review-section {
    background-color: #f4f4f4;
}
.review-section > .contained{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
.review-section > .contained > .status-bar{
    padding-top:15px;
}
.review-section > .contained > .row:nth-child(2){
    margin-left:0;
    margin-right:0;
}
.review-section > .contained > .row:nth-child(2) > .column:first-child > .sideToSideMed > h1:first-child{
    font-family: 'bebas neue', 'roboto', sans-serif !important;
    line-height: 1em !important;
    color:#444444;
    font-size:45px;
}
.review-section > .contained > .row:nth-child(2) > .column:first-child > .sideToSideMed > h1:first-child + .navOptions{
    display:none;
}
.review-section .navOptions{
    border:none;
}
.review-section .navOptions > span:first-child{
    border:none;
    background-color: #222222;
    border-radius: 5px 0 0 5px;
    color:#ffffff;
}
.review-section .navOptions > span + a{
    border:none;
    background-color: #333333;
    border-radius: 0 5px 5px 0;
    color:#ffffff;
    transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -ms-transition:all .2s ease;
    -o-transition:all .2s ease;
}
.review-section .navOptions > span + a:hover{
    background-color: #222222;
    color:#ffffff;
}


.review-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr {
    background: transparent !important;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr > th{
    font-family: 'Roboto', sans-serif !important;
    background: transparent !important;
    font-weight: bolder;
    border:none;
    border-bottom:1px #999999 !important;
    padding:15px 10px;
    vertical-align: middle;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr:last-child > th{
    font-family: 'Bebas Neue', 'Roboto', sans-serif !important;
    line-height: 1em;
    border-top:solid 1px #dedede !important;
    font-size:30px;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr:last-child > td{
    border-top:solid 1px #dedede !important;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(2) > .table > tbody > tr > td{
    font-family: 'Roboto', sans-serif !important;
    background: transparent !important;
    text-align: right;
    border:none;
    border-bottom:1px #999999 !important;
    padding:15px 10px;
    vertical-align: middle;
}

.review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem{
    margin-bottom: 16px;
}
.review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection > .cartItem-name{
    font-weight: lighter;
    font-size:15px;
    margin-bottom: 5px;
}
.review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection > .cartItem-name > a{
    color:#444444 !important;
}
.review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection > .cartItem-infoList > li{
    color:#777777 !important;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter{
    border-top:none;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter a{
    width:100%;
    display: block;
    background:#26cc00 !important;
    color:#ffffff;
}
.review-section > .contained > .row:nth-child(2) > .column:nth-child(3) > .formFooter a:hover{
    background:#1b8f00 !important;
    color:#ffffff;
}
@media only screen and (max-width: 640px){

    .review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > figure{
        width:100%;
        padding:0;
        margin: 0;
        max-width:100% !important;
        text-align: center;
    }
    .review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > figure > img{
        display: block;
        max-width:150px;
        margin: 0 auto;
        width:100%;
    }
    .review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-firstSection{
        text-align: center;
    }
    .review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-secondSection > .cartItem-actions{
        justify-content: center;
    }
    .review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem > .cartItem-secondSection > .cartItem-infoList > li{
        text-align: center;
    }
    .review-section .navOptions{
        flex-wrap: nowrap;
    }
    .review-section .navOptions > span:first-child{
        display:block;
        width:100%;
        max-width:40px;
    }
    .review-section .navOptions > span + a{
        display:block;
        width:100%;
        max-width:120px;
    }
    .review-section > .contained > .row:nth-child(2) > .column:first-child > .sideToSideMed > h1:first-child{
        text-align: center;
    }
    
}
@media only screen and (max-width: 1023px){
    .review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem{
        border:solid 1px #dedede !important;
        border-radius:5px;
        padding:15px;
    }
}
@media only screen and (min-width: 1024px){
    .review-section > .contained > .row > .column:first-child > .cartItemContainer > .cartItem{
        border:solid 1px #dedede !important;
        border-radius:5px;
        padding:30px;
    }
    .review-section > .contained > .row > .column:nth-child(2){
        display:flex;
        align-items: center;
    }
    .review-section > .contained > .row > .column:nth-child(3){
        flex-basis: 25% !important;
        max-width: 25% !important;
    }
    .review-section > .contained > .row{
        justify-content: flex-end;
    }
}

/*============FORM UI=============*/


.formRow input{
    background: #f4f4f4 !important;
    border: 0px solid #dedede !important;
    border-radius:5px !important;
}
.formRow textarea{
    background: #f4f4f4 !important;
    border: 0px solid #dedede !important;
    border-radius:5px !important;
}
.formRow select{
    background: #f4f4f4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAHCAYAAAA4R3wZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGlJREFUeNpinDp1ajgDA8NSIGZmIB6kMAGJlUCcCMR/idSUBcRzmaCcxSBTiNBUAMTTQQwmJMEFBDQXA/FEGIcJTXIu1CnooB6I+5AFmLAomg41HQaaoBgFsOBwFsh0NiDmh9qGAQACDAAqgA+akkvLkQAAAABJRU5ErkJggg==) no-repeat right 9px top 55% !important;
    border: 0px solid #dedede !important;
    border-radius:5px !important;
}
.CLFormContainer{
    border: solid 1px #eaeaea !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}
.formSubmit a{
    display:block !important;
    border-radius: 5px !important;
}
