﻿@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Raleway:400,400i,500,500i,600,700,900|Rubik:300,400,500,700");        

        .topbar {
            background-color: #f6f6f6;
            
        }
        
        .blue-strong {
            background-color: #008fd5 !important;
        }
        
        .blue-solid {
            background-color: #4db1e2 !important;
        }
        
        .text-black {
            color: #000;
        }
        
        .text-blue-strong {
            color: #01579B;
        }
        
        .button-string {
            background-color: #01579B !important;
        }
        
        .button-solid {
            background-color: #03A9F4 !important;
        }
        
        .car-cart-header {
            color: #222222 !important;
        }
        
        .white-color {
            color: white !important;
        }
        
        .support-area-two {
            background: #81D4FA;
            color: #000 !important
        }
        
        .support-area-two .support-list .single-support .content-support h4 {
            margin: 0 0 5px;
            font-family: "Rubik", sans-serif;
            font-weight: 500;
            font-size: 14px;
            color: #000
        }
        
        .support-area-two .support-list .single-support .content-support p {
            margin: 0;
            color: #000;
            font-family: "Rubik", sans-serif;
            font-size: 13px;
        }
        /*CLIENTS AREA*/
        
        .margin-img-client {
            margin-right: 100px !important;
        }
        
        .client-area {
            background: #f6f6f6;
            padding: 50px 0px !important
        }
        
        .client-area .single-client a img {
            width: 100% !important;
            padding-left: 50px
        }
        
        .m-top-frame {
            margin-top: 30px !important;
            margin-bottom: 60px
        }
        
        .m-eye-button {
            padding-left: 10px !important;
            font-size: 20px;
            font-weight: bold;
            color: #000;
        }
        /*PRODUCTS*/
        
        .best-product .tab-nav li.active a {
            border-bottom: 4px solid #121094 !important;
            color: #121094 !important;
        }
        
        .best-product .product-single figure span.color1 {
            background: #121094 !important;
        }
        
        .image-product-square {
            border: 1px solid #e6e6e6;
            width: 112%;
            height: 290px;
        }
        
        .best-product .product-single figure ul li a:hover {
            background: #121094 !important;
            color: #fff;
        }
        
        .image-product {
            width: 80% !important;
            padding-top: 50px;
            padding-bottom: 30px;
            padding-left: 30px !important
        }
        
        .best-product .product-single figure ul {
            position: absolute;
            top: 13% !important;
            right: 20px;
            transform: scaleY(0.5);
            transition: all 0.5s;
            margin-right: -37px !important;
        }
        /*Footer*/
        
        .footer-one .footer-top {
            background: #213540;
        }
        
        .footer-one .footer-bottom {
            padding: 30px 0;
            background: #1c2d36;
        }
        
        .margin-logo-footer {
            margin-top: 30px;
        }
      
        /* SHOPPINT FRAMELIST*/
       
        
        .product-page-one .single-product figure ul li a {
            display: block;
            color: #333333;
            width: 40px;
            height: 40px;
            background: #fff;
            text-align: center;
            padding: 8px 0;
        }
        /* CAROUSEL   */
        /*  POLARIZED SUNGLASSES */
        
        .breadcumb-area .breadcumb-content {
            display: block;
            position: relative;
            z-index: 999;
            padding: 80px 0 !important;
        }

/*---------------------------------------------------------*/
/*Contact Modal*/
/*---------------------------------------------------------*/

.contact-modal {
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    color: #333333;
}

.contact-modal input {
    background-color: #f4f4f4;
    border: none;
    border-radius: 0;
    height:42px;
    box-shadow: none;
}

.contact-modal textarea {
    background-color: #f4f4f4;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #7a7a7a;
}

/*---------------------------------------------------------*/
/*Privacy Policy Modal*/
/*---------------------------------------------------------*/

.policy p {
    margin: 0 0 15px;
}
.policy button {
    font-size: 18px;
}

/*---------------------------------------------------------*/
/*Free Shipping Banner*/
/*---------------------------------------------------------*/

/*Default*/

.shipping-guy {
    display: none;
}

.free-shipping-banner {
    height: 450px;
    background-color: rgb(207, 228, 229);
    text-transform: uppercase;
}

.one-frame {
    background-color: white;
    color: black;
    width: 150px;
    margin-top: 30px;
    transform: rotate(-5deg);
    text-align: center;
    font-size: 20px;
    padding: 5px 0;
    z-index: 1;
}

.only-five {
    background-color: black;
    color: white;
    width: 180px;
    font-size: 20px;
    padding: 5px 0;
    text-align: center;
}
.shipping-promo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shipping-promo-headline {
    text-align: center;
    margin-top: 35px;
}

.second-day {
    color: black;
    font-size: 45px;
    font-weight: normal;
    text-shadow: none;
}

.free {
    color: #266a77;
    font-weight: 900;
    font-size: 70px;
    text-shadow: 2px 2px black;
}

.shipping-regions {
    color: #266a77;
    font-size: 22px;
    text-transform: none;
    text-align: center;
    line-height: 40px;
    padding-bottom: 5px;
}

.fedex-icon {
    color: purple;
    text-shadow: none !important;
}

/*Small Devices*/

@media screen and (min-width: 576px) {
    .free-shipping-banner {
        height: 400px;
    }
}

/*Large Devices*/

@media screen and (min-width: 992px) {
    .shipping-guy {
        display: block;

    }

    .shipping-guy img {
        height: 400px;
    }
}

/*Extra Large Devices*/

@media screen and (min-width: 1200px) {
    .shipping-promo-headline {
        text-align: left;
    }
}


/*---------------------------------------------------------*/
    /*IMPORTANT This helps style the New Product Area*/
/*---------------------------------------------------------*/

.product-tiles {
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
}

.tile-overlay {
   background-color: black;
}


/*
    
    Program Info in Product Modal*/

/*.loyalty h4 {
    padding-top: 10px;
    -webkit-animation: bounceInUp 2500ms ease-in-out;
    -moz-animation: bounceInUp 2500ms ease-in-out;
    -ms-animation: bounceInUp 2500ms ease-in-out;
    animation: bounceInUp 2500ms ease-in-out;
}*/

.loyalty button {
    margin-bottom: 10px;
}



/*---------------------------------------------------------*/
/*Vanilla CSS MegaMenu*/
/*---------------------------------------------------------*/

.navBar {
    overflow: hidden;
    background-color: #fff;
    font-family: "Rubik", sans-serif;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    
}

.navBar a {
    font-size: 16px;
    color: #222222;
    text-align: center;
    display: inline-flex;
    /*flex-flow: row;*/
    float: left;
    align-items: center;
    padding: 14px 40px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}

    .navBar img {
        max-width: 100%;
        height: auto;
    }

.drop {
    float: left;
    overflow: hidden;
    
}
    .drop .dropbtn {
        font-size: 16px;
        text-transform:  uppercase;
        border: none;
        outline: none;
        padding: 14px 25px;
        background-color: inherit;
        font-weight: 500;
        margin: 0;
    }

    .navBar a:hover,
    .drop:hover .dropbtn {
        color: #c70000;
    }

.drop-con {
    display: none;
    position: absolute;
    background-color: white;
   /* margin-top: 1%;*/
    /*width: 100%;*/
    
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    height: 340px;
}

.drop-con .dropdown-collection {
    padding-left: 25px;
}

/*Responsiveness - Height adjustment for megamenu due to categories increasing*/
@media screen and (max-width: 1585px) {
    

    
    .drop-con {
        
        /*margin-top: 3.5%;*/
    }
}

    .drop-con .header {
        background: red;
        padding: 16px;
        color: black;
    }


/* Create three equal columns that floats next to each other */

.column {
    float: left;
    width: 33.33%;
    padding: 10px 30px;
    
}

    .column h3 {
        font-size: 18px;
        font-weight: 600;
        color: #c70000;
        padding: 5px 60px 5px 5px;
        line-height: 30px;
    }

    .navBar .column a {
        float: none;
        color: #222222;
        padding: 3px 5px !important;
        font-weight: 400 !important;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 16px;
        text-transform: capitalize;
    }

        .column a:hover {
            background-color: #ddd;
        }

.collection {
    padding-bottom: 20px;
}
/* Clear floats after the columns */

.rw:after {
    content: "";
    display: table;
    clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */



@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }
}

/*General Responsiveness - Based on Bootstrap 4 Breakpoints*/
@media screen and (max-width: 767px) {
    .navBar {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
   

    .navBar {
        flex-wrap: wrap;
    }

    .logo {
        width: 40%;
    }

    .navBar a {
        font-size: 14px;
    }

    .drop .dropbtn {
        font-size: 14px;
    }
}

/*Text size adjustment for Nav links*/
@media screen and (min-width: 993px) and (max-width:1347px) {
    
    .navBar a {
        font-size: 14px;
        

    }

    .drop .dropbtn {
        font-size: 14px;
    }
}

/*---------------------------------------------------------*/
/*Vanilla CSS Mobile Menu*/
/*---------------------------------------------------------*/
.mobile-nav-bar {
    background-color: #222222;
}
.mobile-links {
    background-color: #f6f6f6;
}
.mobile-links ul li {
    border-top: 1px solid #ddd;

}
.mobile-links ul li a {
    color: #666666;
    font-size: 12px;
    margin: 3% 5%;
    
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.mobile-links ul li button {
    color: #666666;
    font-size: 12px;
    padding: 1em 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

/*---------------------------------------------------------*/
/*Login Page Styling*/
/*---------------------------------------------------------*/

.user-input-panel {
    background-color: white;
    padding-top: 80px;
    padding-bottom: 80px;
}

.user-input-panel h1 {
    color: #121094;   
}

.user-input-panel .user-text-input {
        background-color: #f6f6f6;
        border: none;
        padding-left: 25px;
        border-radius: 0;
        height: 45px;
        /*width: 350px;*/
        margin: auto;
}

.user-text-input {
       background-color: #f0f0f0;
       border: none;
       border-radius: 0;
       height: 45px;
       padding-left: 25px;
       width: 100%;
}   


.account-options-panel {
    background-color: #121094;
    color: white;
}

.login-btn {
    border-radius: 27.5px;
    width: 200px ;
    height: 55px;
    background-color: #121094;
    color: white !important;
    text-transform: uppercase;
    letter-spacing: 1.15px;
    font-size: 14px;
    
    font-weight: 700;
}

.login-btn:hover {
    background-color: #343285;
    transform: scale(1.015);
    transition: .15s;
}

.login-btn:active {
    transform: scale(.9);
    transition: .15s;
}

/*Link version of the blue button */
.btn-link {
    border-radius: 27.5px;
    
    background-color: #121094;
    color: white !important;
    text-transform: uppercase;
    letter-spacing: 1.15px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 15px 40px;
}

    .btn-link:hover {
        background-color: #343285;
        transform: scale(1.015);
        transition: .15s;
        text-decoration: none;
    }

    .btn-link:active, .btn-link:focus {
        transform: scale(.9);
        transition: .15s;
        text-decoration: none;
    }
.disabled-btn-link:hover {
    transform: none;
    transition: none;
}

/*Link version of the white outline button*/

.outline-btn-link {
    border-radius: 27.5px;
    background-color: #121094;
    color: white !important;
    text-transform: uppercase;
    letter-spacing: 1.15px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid white;
}

    .outline-btn-link:hover {
        color: #121094 !important;
        background-color: #ffffff;
        transform: scale(1.015);
        transition: .30s;
        text-decoration: none;
    }

    .outline-btn-link:active, .btn-link:focus {
        transform: scale(.9);
        transition: .15s;
        text-decoration: none;
    }


.account-options-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .account-options-panel .signup-btn {
        border-radius: 27.5px;
        width: 200px;
        height: 55px;
        background-color: #121094;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 1.15px;
        font-size: 14px;
        font-weight: 700;
        border: 2px solid white;
    }

        .account-options-panel .signup-btn:hover {
            color: #121094;
            background-color: #ffffff;
            transform: scale(1.015);
            transition: .30s;
        }
        .account-options-panel .signup-btn:active {
            transform: scale(.9);
            transition: .15s;
        }

/*---------------------------------------------------------*/
/*Some Extra Styling for the Cart*/
/*---------------------------------------------------------*/
.cart-header {
    background-color: #121094;
    color: white;
    padding: 15px;
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    
}
/*---------------------------------------------------------*/
/*Cart Preview Dropdown*/
/*---------------------------------------------------------*/
.cart-drop {
    
    
}
.cart-drop-con {
    top: 40px;
    display: none;
    position: absolute;
    background-color: white;
    z-index: 1000;
    right: 40px;
    text-align: left;
    border: solid 1px lightgrey;
    
}

/*---------------------------------------------------------*/
/*Nav pills/tabs styling for account pages*/
/*---------------------------------------------------------*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #121094;
}

.list-group .list-group-item.active, .list-group .show > .list-group-item {
    color: white;
    background-color: #121094;
}

/*---------------------------------------------------------*/
/*Button to scroll to top*/
/*---------------------------------------------------------*/
#scroll-btn {
    display: block; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: solid 1px lightgrey; 
    outline: none;
    background-color: white; 
    color: black; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px; 
}

#scroll-btn:hover {
    background-color: #f6f6f6; 
}

/*---------------------------------------------------------*/
/*Frame Case Thumbnail responsiveness*/
/*---------------------------------------------------------*/

.case img {
   max-width: 120px;
   height: auto;

}

@media screen and (max-width:576px) {
    .case {
       display: none;
    }
}

/*---------------------------------------------------------*/
/*New thumbnails*/
/*---------------------------------------------------------*/

.color-thumbnails img {
    width: 100%;
    height: 100%;
}
.color-thumbnails:hover {
    border: 1px solid black;
    
}


/*---------------------------------------------------------*/
/*Store Locator*/
/*---------------------------------------------------------*/

.store-name {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
}

.errspan {
    float: right;
    margin-right: 10px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    
}

