/*==================== General ====================*/

*,
*:before,
*:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}

body.open{
    height: auto;
    position: relative;
}

.section-inner{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

.section-inner:after{
    display: block;
    content: "";
    clear: both;
}

/*.w-w2 {
    overflow: hidden;
    min-width: 1000px;
}*/




/*==================== Header ====================*/

header{
    min-height: auto;
}

.sb-holder{
    color: #ffffff;
    background: #000000;
    padding: 5px;
    text-align: center;
    margin: 0;
}

.sb-holder a{
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: inline-block;
}

#mainnav{
    display: block;
    position: relative;
    transform: none;
    overflow: visible;
    opacity: 1;
}

#header-banner{
    display: flex;
    width: 100%;
    height: 80px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 50px;
}

#header-banner > #logo{
    display: inline-block;
    position: relative;
}

#header-banner > #logo > img{
    width: 110px;
}

#util{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#util > li{
    padding: 5px 10px;
}

#util > li:nth-child(3){
    padding: 5px 0 5px 10px;
}

#util > li:last-child{
    display: none;
}

#util > li.search{
    position: relative;
    padding: 0 10px;
}

#util > li.search > .searchform-wrapper > .searchform > .searchbar > #searchBox{
    display: inline-block;
    width: 25px;
    height: 30px;
    background: url(/images/bg/icon-search.png) no-repeat center;
    background-size: 100%;
    padding: 10px;
    cursor: pointer;
    outline: none;
    border: 0;
}

#util > li.search > .searchform-wrapper > .searchform > .searchbar.show-form > #searchBox{
    width: 120px;
    height: 35px;
    padding: 2px 0px;
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    border-bottom: 1px solid #333333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
    behavior: url(../css3pie/PIE.htc);
    -webkit-appearance: none;
    cursor: text;
}

#util > li.search > .searchform-wrapper > .searchform > .searchbar.show-form > #searchBox::-ms-clear {
    display: none;
}

#util > li.search > .searchform-wrapper{
    position: relative;
}


#util > li.search > .searchform-wrapper input[type='text']::-webkit-input-placeholder{
    -webkit-transition: color .2s ease-in-out;
       -moz-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
    color: #999;
}


#util > li.search > .searchform-wrapper input[type='text']:-moz-placeholder{
    -webkit-transition: color .2s ease-in-out;
       -moz-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
    /* Firefox 18- */
    color: #999;
}


#util > li.search > .searchform-wrapper input[type='text']::-moz-placeholder{
    -webkit-transition: color .2s ease-in-out;
       -moz-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
    /* Firefox 19+ */
    color: #999;
}


#util > li.search > .searchform-wrapper input[type='text']:-ms-input-placeholder{
    -webkit-transition: color .2s ease-in-out;
       -moz-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
    color: #999;
}


#util > li.search > .searchform-wrapper input[type='text']:focus::-webkit-input-placeholder{
    color: transparent;
}

#util > li.search > .searchform-wrapper input[type='text']:focus:-moz-placeholder{
    color: transparent;
}
 /* FF 4-18 */
#util > li.search > .searchform-wrapper input[type='text']:focus::-moz-placeholder{
    color: transparent;
}
 /* FF 19+ */
#util > li.search > .searchform-wrapper input[type='text']:focus:-ms-input-placeholder{
    color: transparent;
}
 /* IE 10+ */


#util > li.search > .close-search.show-form{
    position: absolute;
    right: 3px;
    top: 13px;
    z-index: 50;
    display: block;
    cursor: pointer;
    padding: 5px;
}

#util > li.search > .close-search.show-form span{
    width: 15px;
    height: 2px;
    position: relative;
    display: block;
    background: #cccccc;
    transform: rotate(45deg);
}

#util > li.search > .close-search.show-form span:after{
    content: '';
    width: 15px;
    height: 2px;
    background: #cccccc;
    position: absolute;
    transform: rotate(-90deg);
}

#util > .account-info > a{
    font-size: 16px;
    display: inline-block;
    padding: 0;
    color: #333;
    transition: 300ms ease;
}

#util > .account-info > a:hover{
    text-decoration: none;
    color: #979797;
}

#util li .cart-icon{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/images/bg/icon-cart-mobile.png) no-repeat center;
    background-size: 100%;
    padding: 7px 9px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
}

#mega-menu-wrap-primary{
    height: 100%;
    display: inline-block;
    position: absolute;
    width: auto;
    top: 0;
    right: 30%;
    left: 30%;
    text-align: center;
}

#mega-menu-wrap-primary>ul{
    padding: 10px 0;
    overflow-y: hidden;
    overflow-x: hidden;
    display: inline;
    top: 25px;
    position: relative;
    width: 100%;
}

#mega-menu-wrap-primary>ul>li{
    padding: 0 15px;
    position: relative;
    display: inline-block;
}

#mega-menu-wrap-primary>ul>li:last-child{
    padding: 0;
}

#mega-menu-wrap-primary>ul>li>.menu-heading{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 6px 12px;
    cursor: pointer;
    transition: 300ms ease;
}

#mega-menu-wrap-primary>ul>li>a>.arrow{
    display: inline-block;
    position: absolute;
    top: 30px;
    right: -5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: 500ms ease;
    top: 12px;
}

#mega-menu-wrap-primary>ul>li>a:hover,
#mega-menu-wrap-primary>ul>li>a.active{
    color: #6874E8;
    text-decoration: none;
}

#mega-menu-wrap-primary>ul>li>.mega-sub-menu{
    min-width: 160px;
    text-align: left;
    top: 35px;
    left: 0;
    padding: 20px 15px;
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
}

#mega-menu-wrap-primary>ul>li>.mega-sub-menu>li>a{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
    transition: 300ms ease;
}

#mega-menu-wrap-primary>ul>li>.mega-sub-menu>li>a:hover{
    color: #6874E8;
}

#breadcrumb{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    background: #EAF1FC;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
}

.tax-product_cat #breadcrumb{
    font-size: 24px;
}

#breadcrumb .section-inner:after{
    display: table;
    clear: both;
    content: '';
}

#breadcrumb .section-inner{
    display: table;
    height: 81px;
}

#breadcrumb a{
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #333;
}

#breadcrumb span{
    display: inline-block;
    padding: 0 8px;
}

.breadcrumb-wrapper{
    font-size: 18px;
    line-height: 1.3;
    display: table-cell;
    width: 75%;
    vertical-align: middle;
}

.breadcrumb-wrapper h1{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #333;
}

.brand-logo{
    display: table-cell;
    width: 25%;
    padding-right: 28px;
    text-align: right;
    vertical-align: middle;
}



.header-menu__cart-panel {
    display: block;
    width: calc(100vw - 50px);
    max-width: 450px;
    height: calc(100% - 120px);
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 9999;
    transform: translate(100%);
    transition: all .8s;
    overflow: hidden;
}

 .header-menu__cart-panel.open {
    transform: translateZ(0);
}

.overlay{
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 160px;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .8s;
}

.overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.menu-on{
    overflow: hidden;
    height: 100%;
}

/*==================== Header Trustpilot  ====================*/

.header-trustbox{
    background-color: #f5f5f5;
    height: 40px;
    display: flex;
    align-items: center;
}

/*==================== bodyheader slider  ====================*/
.header-holder--Slides{
    display:none;
}

/*==================== Content ====================*/

#main{
    position: relative;
    min-height: 320px;
    margin: 45px 0 105px 0;
}


#main .m-w2{
    /*overflow: hidden; */
}

#main .m-w2:after{
    display: table;
    clear: both;
    content: '';
}

#content{
    position: relative;
    width: 100%;
}

#page-banner{
    margin-bottom: 40px;
}

#content img{
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}

#content article ul,
#content article ol{
    margin: 0 0 16px 0;
}

#content article ul li,
#content article ol ul li{
    padding-left: 30px;
    list-style: none;
    background: url('../images/bg/list-bullet.png') no-repeat 10px 13px;
}

#content article ol{
    padding-left: 28px;
}

#content article ol li{
    font-weight: 400;
    padding-left: 2px;
    color: #333;
}

#content article ol li span,
#content article ol ul li{
    font-weight: 300;
    color: #747474;
}

#content article table{
    width: 100%;
    border-collapse: collapse;
    color: #454545;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: 1px solid #b7bcc0;
}

#content article table th,
#content article table td{
    width: 50%;
    border: 1px solid #b7bcc0;
    border-bottom: 0;
}


.woocommerce table.shop_table{
    border-bottom: 0!important;
}

#content article table th{
    font-size: 12px;
    font-weight: 700;
    padding: 13px 15px;
    text-transform: uppercase;
    background: #f5f5f5;
}

#content article table td{
    font-size: 14px;
    padding: 6px 15px;
}

.table-caption{
    font-size: 13px;
    font-weight: 400;
    margin-top: 8px;
    padding-left: 15px;
    color: #939ba1;
}

table.stacktable.small-only{
    display: none;
}










/*==================== Footer ====================*/

#footer {
    font-weight: 400;
    background: #392759;
    color: #fff; /*for all text*/
}

#footer>.section-inner{
    padding: 0 30px;
}

#footer .row{
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5vw;
}
#footer .row:nth-child(1){
    margin: 0 0 30px 0;
    padding: 60px 0 0 0;
    border-bottom: 1px solid #4A356E;
}

#footer .row:nth-child(2){
    margin: 0;
    padding: 0 0 50px 0;
    text-align: left;
    font-size: 12px;
    flex-direction: row;
}

#footer .row>.social{
    flex: 1;
}

#footer .title{
    color: #fff;
    font-size: 18px;
}

.footer-logo-container img{
    height: auto;
    width: 200px;
    padding: 35px 0 30px;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

/* Newsletter */
#mc_embed_signup{
    text-align: left;
    padding: 0 30px 30px 0;
}

#mc_embed_signup_scroll h2{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

#mc_embed_signup_scroll p{
    line-height: 1.5;
    font-size: 13px;
}

#mc_embed_signup_scroll .subscribe_button{
    display: inline-block;
    width: 200px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    color: #fff;
    background: #6874e8;
    border: 2px solid #6874e8;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0 0 10px 0;
    transition: 400ms ease;
}

#mc_embed_signup_scroll .subscribe_button:hover{
    background: #4d57ab;
    border: 2px solid #4d57ab;
    color: #fff;
    text-decoration: none;
}

.mc-field-group,
.clear{
    display: block;
    width: 100%;
}

.mc-field-group > input.email-field{
    border-radius: 5px;
    outline: none;
    padding: 5px 20px;
    margin: 0 0 15px 0;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #d4d4d4;
    -moz-appearance: none;
    -webkit-appearance: none;
}


#mc_embed_signup .button{
    display: inline-block;
    font-family: Lato;
    background: #6874E8;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    line-height: 0;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border: none;
    transition: 300ms ease;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    #social-media{
        display: inline-block;
        width: 100%;
        padding: 0 0 30px 0;
    }
        #social-media ul{
            text-align: left;
        }
        #social-media ul li{
            display:inline-block;
            padding: 0 10px 0 0;
        }

        #social-media ul li a{
            display: block;
            width:25px;
            height:25px;

            -webkit-background-size: 100% auto;
            -moz-background-size: 100% auto;
            background-size: 100% auto;

            background-repeat: no-repeat;

            text-indent: 300%;
            white-space: nowrap;
            overflow: hidden;
        }
        #social-media ul li.facebook a{
            background-image: url('../images/bg/icon-facebook-mobile.png');
        }
        #social-media ul li.instagram a{
            background-image: url('../images/bg/icon-instagram-mobile.png');
        }
        #social-media ul li.wechat a{
            background-image: url('../images/bg/icon-wechat-mobile.png');
        }

        #social-media .title, #newsletter .title{
            margin-bottom:20px;
            text-align: center;
            line-height: 1.4;
        }


    #bottomlinks{
        flex: 2;
        padding: 0 0 0 60px;
    }
    #bottomlinks>ul{
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0;
    }
    #bottomlinks>ul>li{
        position: relative;
    }
    #bottomlinks>ul>li>a{
        display: block;
        color: #fff;
        font-size: 20px;
        box-sizing: border-box;
        text-decoration: none;
    }
    #bottomlinks .sub-menu{
        margin: 10px 0 25px 0;
        display: inline-block;
    }
    #bottomlinks .sub-menu li a{
        display: inline-block;
        color: #D4D4D4;
        font-size: 13px;
        padding: 5px 0;
    }
    #bottomlinks>ul>li.active>a{
        background: none;
    }
    #bottomlinks>ul>li>a>.arrow{
        display: none;
    }

    #language{
        display: inline-block;
        text-align: left;
        padding: 0 0 10px 0;
    }
    #company-info{
        text-align: right;
    }
    #company-info p{
        display: inline-block;
        line-height: 1.5;
        padding: 0 0 0 10px;
        margin: 0 0 8px 0;
    }
    #terms{
        text-align: right;
    }
    #terms a{
        font-size: 11px;
        display: inline-block;
        padding: 0 0 0 10px;
        color: #fff;
    }
    #terms a:visited{
        color: #d4d4d4;
    }










/*==================== Contact Us ====================*/

#content .gform_wrapper ul li.gfield{
    margin-bottom: 10px;
    padding-left: 0;
    background: none;
}

#content .gform_wrapper ul li input[type='text'],
#content .gform_wrapper ul li select{
    line-height: 30px;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #999;
}

#content .gform_wrapper .ginput_complex label{
    margin: 0;
}

#content #contact_us_track{
    display: inline;
    margin-right: 10px;
    vertical-align: middle;
}










/*==================== Brand Page ====================*/

#content article ul.brands-listing > li{
    padding: 25px 0 0 0;
    border-bottom: 1px solid #ddd;
    background: none;
}

#content article ul.brands-listing > li:first-child{
    padding-top: 0;
}

#content article ul.brands-listing > li:last-child{
    border-bottom: 0;
}

#content article ul.brands-listing > li:after{
    display: table;
    clear: both;
    content: '';
}

#content article ul.brands-listing > li > div{
    float: left;
}

#content article ul.brands-listing > li > div:nth-child(1){
    width: 25%;
}

#content article ul.brands-listing > li > div:nth-child(2){
    width: 75%;
}

.page-template-brands #content .woocommerce{
    margin-top: 20px;
}

.page-template-brands #content .woocommerce .products li{
    position: relative;
    display: inline-block;
    float: none;
    width: 21.8%;
    margin: 0 3.8% 20px 0;
    padding: 0;
    padding-left: 0;
    vertical-align: top;
    background: none;
}

.page-template-brands #content .woocommerce .products li.last{
    margin-right: 0;
}

.page-template-brands #content .woocommerce div[itemprop='description']{
    display: none;
}

.page-template-brands #content .woocommerce .products li .product-listing-info{
    line-height: 1;
}

.page-template-brands #content .woocommerce .products li .images img{
    margin: 0 0 5px 0;
}

.page-template-brands .woocommerce ul.products li.product h3{
    color: #58a7c6;
}

.page-template-brands .woocommerce span.price span.amount span{
    color: #666;
}

.page-template-brands .woocommerce span.price span.amount{
    font-weight: 900;

    color: #3d68b0;
}










/*==================== Woocommerce Pages ====================*/

.woocommerce form{
    display: block;
}

#content input[type='submit']{
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    min-width: 200px;
    height: 60px;
    padding: 20px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    color: #fff;
    border: 2px solid #392759;
    background: #392759;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: 400ms ease;
    line-height: 0;
}
#content input[type='submit']:hover{
    background: #6874E8;
    border: 2px solid #6874E8;
}

#content #inquiryForm button{
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    min-width: 200px;
    height: 60px;
    padding: 20px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    color: #fff;
    border: 2px solid #392759;
    background: #392759;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: 400ms ease;
    line-height: 0;
}
#content #inquiryForm button:hover{
    background: #6874E8;
    border: 2px solid #6874E8;
}

/* Hide Elements before JS load */
.summary form.variations_form,
.summary > .images{
    display: none;
}

/* Product Detail Page */
.woocommerce #breadcrumb span{
    padding: 0 8px 0 16px;
}

p.lens-note{
    position: absolute;
    top: 195px;
    color: #f00;
}

.woocommerce #content,
.woocommerce-cart #content{
    left: 0;
    float: none;
    width: 100%;
}

.woocommerce-cart #subnav{
    display: none;
}

.woocommerce #content span.onsale{
    width: 3.236em;
    height: 3.236em;
    padding: 0;
}

.woocommerce.single-product #content div.product div.summary,
.woocommerce.single-product div.product div.summary,
.woocommerce-page.single-product #content div.product div.summary,
.woocommerce-page.single-product div.product div.summary{
    float: left;
}

.woocommerce.single-product #content div.product div.images,
.woocommerce.single-product div.product div.images,
.woocommerce-page.single-product #content div.product div.images,
.woocommerce-page.single-product div.product div.images{
    float: right;
}

.woocommerce.single-product .product-summary{
    padding-bottom: 8px;
}

.woocommerce.single-product .product-summary:after{
    display: table;
    clear: both;
    content: '';
}

.woocommerce div.product .product_title{
    font-size: 40px;
    font-weight: 300;
    margin: 0;
    text-transform: capitalize;
    color: #666;
}

.woocommerce div.product .product_title span{
    font-size: 16px;
    display: block;
    padding: 5px 0 15px 0;
    color: #999;
}

.woocommerce #content div.outofstock .stock-msg{
    margin-bottom: 40px;
    color: red;
}

.woocommerce #content div.instock .stock-msg{
    margin-bottom: 40px;
    color: green;
}

.tm-stock{
    display: none;
}

.woocommerce #content div.product p.price{
    margin-bottom: 0;
    color: #333;
}

.woocommerce div.product p.price del span.amount{
    font-size: 24px;
    font-weight: 400;
    display: block;
    color: #333;
}

.woocommerce div.product p.price del span.amount span{
    font-size: 18px;
    margin-right: 3px;
}

.woocommerce ins{
    text-decoration: none;
}

.woocommerce div.product p.price ins span.amount{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    color: #3d68b0;
}

.woocommerce div.product p.price ins span.amount span{
    font-size: 24px;
    margin-right: 8px;
    color: #333;
}

.woocommerce.single-product .tm-extra-product-options-totals .amount.final span{
    font-size: 24px;
    margin-right: 8px;
}
.woocommerce ul.products li span.amount span{
    margin-right: 3px;
}

.woocommerce #content .woocommerce-product-rating .star-rating{
    font-size: 14px;
    margin: 9px 10px 0 0;
    color: #58a7c6;
}

.woocommerce #content p.stars a.star-1,
.woocommerce #content p.stars a.star-2,
.woocommerce #content p.stars a.star-3,
.woocommerce #content p.stars a.star-4,
.woocommerce #content p.stars a.star-5{
    font-size: 14px;
    color: #58a7c6;
}

.woocommerce #content div.product .woocommerce-product-rating{
    margin-bottom: 0;
}

.woocommerce #content div.product div[itemprop='description']{
    margin-top: 20px;
}

.woocommerce #content .woocommerce-review-link{
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #3d68b0;
}

.woocommerce #content div.product .woocommerce-tabs{
    margin-bottom: 75px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs{
    margin: 0 0 20px 0;
    padding: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before{
    border-bottom: 1px solid #ccc;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li{
    margin: 0 30px 0 0;
    padding: 0;
    border: 0;
    background: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after{
    display: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a{
    font-size: 24px;
    font-weight: 400;
    display: block;
    padding: 15px 0;
    color: #666;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a{
    color: #3d68b0;
}

.woocommerce #content #reviews #comments ol.commentlist li{
    list-style: none;
}

.woocommerce #content .product-details ul.products li.product{
    width: 23.5%;
    margin: 0 2% 4% 0;
    text-align: center;
}

.woocommerce #content .product-details ul.products li.product:nth-child(4n){
    margin-right: 0;
}

.woocommerce .product-details ul.products li.product a .product-image-wrapper{
    margin-bottom: 10px;
    padding: 30px 25px;
}

.woocommerce .product-details ul.products li.product a .product-image-wrapper img{
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.woocommerce #content .product-details ul.products li.product h3{
    font-size: 20px;
    font-weight: 400;
    color: #58a7c6;
}

.woocommerce #content .product-details ul.products li.product .price{
    font-size: 14px;
    color: #000;
}

.woocommerce #content .product-details .additional_info{
    margin: 0 0 50px 0;
}

.woocommerce #content .product-details .reviews{
    margin: 50px 0 0 0;
}

.woocommerce .related h2{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: capitalize;
    color: #3d68b0;
    border-bottom: 1px solid #ccc;
}

.hidden-field,
.woocommerce td.product-name dl.variation dt.variation-Prescription,
.woocommerce td.product-name dl.variation .variation-HiddenReset{
    display: none;
}

.woocommerce td.product-name dl.variation .section-title,
.woocommerce td.product-name dl.variation dd.variation-Prescription{
    clear: both;
}

.woocommerce-cart #content table.cart img{
    max-width: 200px;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.woocommerce td.product-name dl.variation .section-title{
    font-style: italic;
    color: #60bacc;
}

div.woocommerce-message,
.woocommerce>div>div>ul.woocommerce-error,
.single-product>div>div>ul.woocommerce-error{
    width: 940px;
    margin: 0 auto 2em auto !important;
    padding: 1em 2em 1em 3.5em!important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #b81c23;
    list-style: none!important;
    word-wrap: break-word;
    border-top-color: #b81c23;
}

.woocommerce>div>div>ul.woocommerce-error:before,
.single-product>div>div>ul.woocommerce-error:before{
    font-family:WooCommerce;
    content: "\e016";
    color: #b81c23;
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.woocommerce div.woocommerce-message{
    border-top-color: #b7bcc0;
}

.woocommerce div.woocommerce-message:before{
    color: #58a7c6;
}

.single-product .pp_gallery{
    margin-top: 10px;
}

div.pp_woocommerce div.ppt,
div.pp_woocommerce .pp_description{
    display: none !important;
}

/* Woocommerce Product Variation */
.woocommerce.single-product .product-variation{
    height: 280px;
    margin-bottom: 30px;
    padding: 35px 0;
    background: #f5f5f5;
}



.woocommerce.single-product .section-title{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #3d68b0;
    border-bottom: 1px solid #ccc;
}

.woocommerce #content .product-details .reviews .section-title{
    margin-bottom: 40px;
}

.woocommerce.single-product .tm-extra-product-options{
    position: relative;
}

.woocommerce.single-product .tm-extra-product-options .left-eye-config,
.woocommerce.single-product .tm-extra-product-options .right-eye-config{
    position: relative;
    padding: 0 0 0 710px;
}

.woocommerce.single-product .left-eye-config > div,
.woocommerce.single-product .right-eye-config > div{
    margin: 0;
}

.woocommerce.single-product #content .r-quantity-div,
.woocommerce.single-product #content .l-quantity-div{
    width: 100px;
}

.woocommerce .tm-extra-product-options select,
.woocommerce .tm-extra-product-options input[type='text']{
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    width: 100px !important;
    height: 30px !important;
    margin: 0 auto;
    padding: 0 5px;
    border: 0;
    background: #e6e6e6;
}

.woocommerce .tm-extra-product-options select{
    padding-right: 25px;
    background-image: url('../images/bg/arrow-down-select.png');
    background-repeat: no-repeat;
    background-position: right 8px center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.woocommerce .tm-extra-product-options input[type='checkbox']{
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    outline: none;
    background-color: #e6e6e6;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-appearance: none;
    /*-moz-appearance:none;*/
            appearance: none;
}

.woocommerce .tm-extra-product-options input[type='checkbox']:checked{
    background-image: url('../images/bg/checked.png');
}

.woocommerce .tm-extra-product-options input[type='text']:disabled{
    color: #000;
    background: transparent;
}

.woocommerce .tm-extra-product-options input.l-base-curve,
.woocommerce .tm-extra-product-options input.r-base-curve,
.woocommerce .tm-extra-product-options input.l-diameter,
.woocommerce .tm-extra-product-options input.r-diameter{
    text-align: center;
    background: transparent;
}

.woocommerce .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap{
    padding: 5px 0;
}

.woocommerce.single-product .right-eye-config .l-quantity-div{
    margin-right: 0;
}
.woocommerce.single-product .right-eye-config .tm-section-label{
    position: absolute;
    top: 42px;
    left: 10px;
    float: none;
    width: auto;
}

.woocommerce.single-product #content .prescription-div{
    position: absolute;
    top: -77px;
    right: 0;
    width: 235px;
    margin-right: 0;
}

.woocommerce.single-product .prescription-div span.tm-label{
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

.woocommerce .tm-extra-product-options .tm-epo-field-label{
    font-size: 0;
}

.woocommerce .tm-extra-product-options .tm-epo-field-label:before{
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    content: 'Quantity';
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
}

.woocommerce .tm-extra-product-options .tm-epo-field-label .tm-epo-required{
    display: none;
}

.woocommerce.single-product .left-eye-config .tm-epo-field-label{
    display: none;
}

.woocommerce.single-product .left-eye-config .tm-section-label{
    position: absolute;
    top: 12px;
    left: 20px;
    display: block;
    float: none;
    width: auto;
}

.woocommerce.single-product .left-eye-config > div,
.woocommerce.single-product .right-eye-config > div{
    display: block !important;
}

.woocommerce div.product form.cart{
    position: absolute;
    top: 0;
    right: 90px;
    text-align: center;
}

.woocommerce.single-product .tm-final-totals{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
}

.woocommerce.single-product .tm-extra-product-options-totals .amount.final{
    font-size: 36px;
    color: #3b3b3b;
}

.woocommerce.single-product div.product form.cart .button{
    font-size: 16px;
    font-weight: 500;
    margin-top: 55px;
    padding: 20px;
    min-width: 200px;
    height: 60px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #ff8055;
    border: 2px solid #ff8055;
    behavior: url('../css3pie/PIE.htc');
    transition: 400ms ease;
}

.woocommerce.single-product div.product form.cart .button:hover{
    background: #ff6734;
}

.reset_variations{
    display: none !important;
}

.woocommerce .tm-epo-totals{
    padding-bottom: 0;
}










/*==================== Variations ====================*/

ul.variations{
    position: absolute;
    right: 200px;
    width: 550px;
    margin: 0;
}

ul.no_color{
    width: 210px;
}

ul.variations .label,
ul.variations:before{
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
}

ul.r-variations label,
ul.l-variations .label{
    display: none;
}

ul.l-variations{
    top: 91px;
}

ul.r-variations{
    top: 16px;
}

ul.variations li{
    float: left;
    width: 100px;
    margin: 0 10px 0 0;
    list-style: none;
}

ul.variations li:last-child{
    margin-right: 0;
}

.woocommerce p.wc-no-matching-variations,
.woocommerce p.stock{
    width: 194px;
    margin: 0 !important;
    padding: 10px !important;
}

.woocommerce p.wc-no-matching-variations:before{
    display: none;
}

ul.r-variations:before{
    position: absolute;
    top: 42px;
    left: -88px;
    content: 'Right Eye';
}

ul.l-variations:before{
    position: absolute;
    top: 7px;
    left: -78px;
    content: 'Left Eye';
}

.woocommerce .tm-extra-product-options select.disabled-select{
    float: none !important;
    width: auto !important;
    padding: 0;
    text-align: center;
    color: #000;
    background: none;
}

.woocommerce .tm-extra-product-options select.disabled-select::-ms-expand{
    display: none;
}


/*==================== Important msg-block on product Page ====================*/

.small-review iframe{
    max-height:initial ;
}

.msg-block{
    display: flex;
    margin-top: 80px;
    margin-bottom: 80px;
}

.msg-block .msg-block-icon{
    width: 70px !important;
    height: 70px !important;
    margin-left: auto;
    margin-right: auto;
}

.msg-block h3{
    text-align: center;
    color: #3d68b0;
    margin: 20px 0;
}

.msg-block p{
    font-size: 14px;
    padding: 0 1.5vw;
}


/*==================== Warranty/Return info ====================*/

.product-page-container{
    overflow: hidden;
}

.warranty-Return-info{
    background-color: #f5f5f5;
    margin-top: 4vw;
    padding: 1.5vw 0;
    text-align: center;
    font-weight: bold;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width:100vw;
}



/*==================== Woocommerce Cart Page ====================*/

.woocommerce-cart h1{
    margin-bottom: 15px;
}

.woocommerce-cart .cart_totals h2{
    margin: 10px 0 15px 0;
}

.cart-collaterals .cart_totals table{
    width: 100%;
}

#content .wc-proceed-to-checkout a.custom-checkout-button{
    display: inline-block;
    height: 60px;
    min-width: 200px;
    padding: 20px;
    text-align: center;
    text-transform: capitalize;
    background: #6874e8;
    transition: 400ms ease;
    font-weight: 500;
}

#content .wc-proceed-to-checkout a.checkout-button:hover{
    background: #8D96F5 ;
}

.woocommerce-cart #content article table th,
.woocommerce-cart #content article table td{
    width: inherit;
}

.woocommerce-cart #content table.cart td.actions .coupon #coupon_code{
    line-height: 35px;
    width: 120px;
    height: 35px;
}

.woocommerce-cart #content .coupon input[type='submit']{
    float: left;
}

.woocommerce-cart .woocommerce td.product-name dl.variation dt,
.woocommerce-cart .woocommerce td.product-name dl.variation dd{
    margin-bottom: 0;
}

.amount span{
    margin-right: 5px;
}

.woocommerce-cart .woocommerce td.product-name dl.variation:before{
    font-style: italic;
    color: #60bacc;
}

.woocommerce-cart .tm-cart-edit-options{
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    width: 115px;
    height: 20px;
    margin: 0;
    padding: 0 15px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    outline: none;
    background: #60bacc;
}

.woocommerce-cart .tm-cart-edit-options:hover{
    text-decoration: none;
    background: #35b3cc;
}

.woocommerce ul#shipping_method li{
    background: none;
}

.woocommerce-cart .paypal-express-checkout-button,
#checkout-popup{
    display: none;
}

#checkout-popup{
    padding: 5px;
}

#checkout-popup a{
    font-family: inherit;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    position: relative;
    left: auto;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: .618em 1em;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background-color: #60bacc;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
}

#checkout-popup a:hover{
    background-color: #35b3cc;
}

table.cart dd.variation-RightEyeQuantity small,
table.cart dd.variation-LeftEyeQuantity small{
    margin-left: 5px;
}

.payment-method-warning-text{
    float: left;
    margin-top: 5px;
    color: red;
}

/*  --- for reviewing ---  */

.order-items.no-padding{
    padding: 0 !important;
}

.shopping_cart{
    border-bottom: 1px solid #b7bcc0;
    padding: 0 0 20px 0;
    margin: 0 0 50px 0;
}

div.cart_item{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.cart_name{
    margin: 20px 0;
    padding: 12px;
    background: #f5f5f5;
}

div.cart_item div{
    font-size: 14px;
    box-sizing: border-box;
    width: 33%;
    padding: 0 50px;
}

div.cart_item div.delete{
    width: 1%;
}

div.cart_item div.delete a{
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
}

div.cart_item div.delete span{
    display: none;
}

div.cart_item div img{
    margin: auto;
}

div.cart_item ul li{
    padding: 0 !important;
    background-image: none !important;
}

.cart_recommended{
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    float: left;
}

.cart_recommended .cart_option{
    width: 100%;
    border-bottom: 1px solid #b7bcc0;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.cart_recommended .cart_option h2{
    width: 100%;
    background: #eaf1fc;
    padding: 10px 20px;
    font-size: 16px;
}
.cart_recommended .cart_option h3{
    margin-bottom: 10px;
}
.cart_recommended .cart_option .images{
    width: 40%;
}

.cart_recommended .cart_option .product-listing-info{
    width: 60%;
}

.cart_recommended .cart_option div > p{
    display: none;
}

.delay-notice-first {
    color: red;
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
    padding-left: 10px;
}

.delay-notice{
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
}


/*  --- for reviewing ---  */




/*==================== My Account Page, Order Detail Page ====================*/

#content article table.my_account_orders th,
#content article table.my_account_orders td{
    width: auto;
}

mark{
    font-weight: 700;
    background: none;
}

.woocommerce-view-order .woocommerce td.product-name dl.variation dt{
    clear: none;
    margin: 0 .5em .5em 0;
}

.woocommerce-view-order .woocommerce td.product-name dl.variation dd{
    margin: 0 1em .5em 0;
}

.woocommerce-view-order .woocommerce td.product-name .product-quantity{
    display: none;
}


.woocommerce-view-order #content .woocommerce{
    position: relative;
}

.woocommerce-view-order .woocommerce #back-to-orders{
    font-weight: 600;
    position: absolute;
    top: 65px;
    right: 0;
    margin-top: 0;
    padding: 10px 25px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    outline: none;
    background: #60bacc;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.woocommerce-view-order .woocommerce #back-to-orders:hover{
    text-decoration: none;
    background: #35b3cc;
}


.woocommerce-edit-account #content input[type='text'],
.woocommerce-edit-account #content input[type='password'],
.woocommerce-edit-account #content input[type='email']{
    line-height: 30px;
    height: 30px;
    padding: 0 5px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.woocommerce-edit-account .email-row input[type='email']{
    background: #efefef;
}

.woocommerce-edit-account .email-row > span{
    font-size: 14px;
    font-style: italic;
    display: block;
}

.hbanner{
    margin: 0 0 40px 0;
}

.hbanner-m{
    display: none;
}

/* Woocommerce Checkout Page, Edit Account Address Pages */
.woocommerce-checkout #customer_details input[type='text'],
.woocommerce-checkout #customer_details input[type='email'],
.woocommerce-checkout #customer_details input[type='tel'],
.woocommerce-checkout #customer_details input[type='password'],
.woocommerce-checkout #customer_details textarea,
.woocommerce-edit-address #content input.input-text,
.woocommerce-edit-address #content select{
    padding: 5px;
    border: 1px solid #999;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

#content article table.woocommerce-checkout-review-order-table th.product-name{
    width: 80%;
}

.woocommerce-checkout .woocommerce td.product-name dl.variation dt{
    clear: none;
    margin: 0 .5em .5em 0;
}

.woocommerce-checkout .woocommerce td.product-name dl.variation dd{
    margin: 0 1em .5em 0;
}

.woocommerce-checkout .woocommerce td.product-name .product-quantity{
    display: block;
    visibility: hidden;
    height: 20px;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.woocommerce-checkout .woocommerce td.product-name dl.variation dd.variation-Prescription{
    display: block;
    float: none;
}

.woocommerce #payment #place_order{
    background-color: #60bacc;
}

.woocommerce #payment #place_order:hover{
    background: #35b3cc;
}


#content article #payment li{
    padding: 0;
    background: none;
}

#content article .order_details li{
    padding: 0 2em 0 0;
    background: none;
}

@-moz-keyframes three-quarters-loader{
    0%
   {
        -moz-transform: rotate(0deg);
             transform: rotate(0deg);
    }

    100%
   {
        -moz-transform: rotate(360deg);
             transform: rotate(360deg);
    }

}

@-webkit-keyframes three-quarters-loader{
    0%
   {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100%
   {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }

}

@keyframes three-quarters-loader{
    0%
   {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100%
   {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);
    }

}

/* :not(:required) hides this rule from IE9 and below */
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before:not(:required){
    position: relative !important;
    display: inline-block !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    width: 32px !important;
    height: 32px !important;
    content: '' !important;
    -webkit-animation: three-quarters-loader 1250ms infinite linear;
       -moz-animation: three-quarters-loader 1250ms infinite linear;
            animation: three-quarters-loader 1250ms infinite linear;
    text-indent: -9999px !important;
    border: 8px solid #38e !important;
    border-right-color: transparent !important;
    border-radius: 16px !important;
    background: transparent !important;
}

.woocommerce .blockUI.blockOverlay,
.woocommerce .loader{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255,255,255,.8) !important;
}

.woocommerce-account .addresses .title a.edit{
    display: inline-block;
    float: left;
    margin: 42px 0 0 20px;
}










/*==================== Woocommerce Product Listing Page ====================*/

.tax-product_cat #main{
    margin: 0;
}

.woocommerce #header-filter{
    background: #f5f5f5;
}

.woocommerce.term-acuvue #header-filter,
.woocommerce.term-air-optix #header-filter,
.woocommerce.term-dailies #header-filter,
.woocommerce.term-bausch-lomb #header-filter,
.woocommerce.term-coopervision #header-filter,
.woocommerce.term-freshlook #header-filter{
    display: none;
}

.woocommerce #header-filter .sub-categories-wrapper > select{
    display: none;
}

.woocommerce #header-filter .sub-categories-wrapper{
    margin: 0 -30px;
    padding: 10px 5px;
}

.woocommerce #header-filter .sub-categories{
    margin: 0;
}

.woocommerce #header-filter .sub-categories:after{
    display: table;
    clear: both;
    content: '';
}

.woocommerce #header-filter .sub-categories li{
    float: left;
    width: 25%;
    list-style: none;
}

.woocommerce #header-filter .sub-categories li a{
    display: block;
    overflow: hidden;
    height: 70px;
    white-space: nowrap;
    text-indent: 300%;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
}

.woocommerce #header-filter .sub-categories li:nth-child(1) a{
    background: url('../images/megamenu/logo-acuvue-grey.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(1) a:hover{
    background: url('../images/megamenu/logo-acuvue.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(2) a{
    background: url('../images/megamenu/logo-air-optix-grey.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(2) a:hover{
    background: url('../images/megamenu/logo-air-optix.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(3) a{
    background: url('../images/megamenu/logo-dailies-grey.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(3) a:hover{
    background: url('../images/megamenu/logo-dailies.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(4) a{
    background: url('../images/megamenu/logo-bausch-lomb-grey.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(4) a:hover{
    background: url('../images/megamenu/logo-bausch-lomb.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(5) a{
    background: url('../images/megamenu/logo-coopervision-grey.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(5) a:hover{
    background: url('../images/megamenu/logo-coopervision.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(6) a{
    background: url('../images/megamenu/logo-freshlook-grey.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(6) a:hover{
    background: url('../images/megamenu/logo-freshlook.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(7) a{
    background: url('../images/megamenu/logo_feliamo-grey.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(7) a:hover{
    background: url('../images/megamenu/logo_feliamo.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(8) a{
    background: url('../images/megamenu/logo_nscollection-grey.png');
}

.woocommerce #header-filter .sub-categories li:nth-child(8) a:hover{
    background: url('../images/megamenu/logo_nscollection.png');
}

.woocommerce #header-filter .filter-group{
    padding: 20px 0;
}

.woocommerce #header-filter .filter-group > ul{
    margin: 0;
}

.woocommerce #header-filter .filter-group > ul:after{
    display: table;
    clear: both;
    content: '';
}

.woocommerce #header-filter .filter-group > ul > li{
    line-height: 30px;
    float: left;
    margin-right: 58px;
    list-style: none;
}

.woocommerce #header-filter .filter-group > ul > li:last-child{
    margin-right: 0;
}

.woocommerce #header-filter .filter-group .count{
    display: none;
}

.woocommerce #header-filter .filter-group ul li{
    padding: 0;
}

.woocommerce #header-filter .filter-group ul li a{
    font-size: 12px;
    font-weight: 700;
    display: block;
    padding: 0;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
}

.woocommerce #header-filter .widget_layered_nav ul li:before,
.woocommerce #header-filter .widget_layered_nav ul li:after{
    display: none;
}

.woocommerce #header-filter .widget_layered_nav ul li a{
    padding-right: 52px;
    background: url('../images/bg/cb-unchecked.png') no-repeat right center;
}

.woocommerce #header-filter .widget_layered_nav ul li.chosen a{
    background: url('../images/bg/cb-checked.png') no-repeat right center;
}

.woocommerce #header-filter .widget_layered_nav ul li.chosen a:before{
    display: none;
}


.woocommerce #header-filter .filter-group ul li h3.widget-title{
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: top;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
}

.woocommerce #header-filter .filter-group ul li select{
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    width: 100px;
    height: 30px;
    padding: 0 30px 0 10px;
    vertical-align: top;
    color: #999;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: #e6e6e6;
    background-image: url('../images/bg/arrow-down-select.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.woocommerce #content .woocommerce-info{
    margin-top: 30px !important;
}

.woocommerce #product-listing .product-listing-main{
    border-top: 1px solid #e2e2e2;
}

.woocommerce #product-listing .product-listing-head{
    padding: 21px 30px;
}

.woocommerce #product-listing .woocommerce-ordering,
.woocommerce #product-listing .woocommerce-result-count{
    margin: 0;
}

.woocommerce #product-listing .woocommerce-result-count a,
.woocommerce #product-listing .woocommerce-result-count{
    color: #666;
}

.woocommerce #product-listing .woocommerce-result-count a{
    text-decoration: none;
}

.woocommerce #product-listing .woocommerce-result-count a:hover{
    text-decoration: underline;
}

.woocommerce #product-listing .product-listing-head:after{
    display: table;
    clear: both;
    content: '';
}

.woocommerce #product-listing .woocommerce-ordering:before{
    line-height: 30px;
    margin-right: 22px;
    content: 'Sort by';
}

.woocommerce #product-listing .woocommerce-ordering select,
.woocommerce #product-listing .woocommerce-ordering input[type='text']{
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    color: #999;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: #e6e6e6;
}

.woocommerce #product-listing .woocommerce-ordering select{
    width: 150px;
    padding-right: 30px;
    background-image: url('../images/bg/arrow-down-select.png');
    background-repeat: no-repeat;
    background-position: right 10px center;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.woocommerce .gridlist-toggle{
    line-height: 1 !important;
    display: inline;
    float: right;
    clear: none;
    margin: 0 30px 0 0 !important;
    padding: 0 !important;
}

.woocommerce .gridlist-toggle:before{
    line-height: 30px;
    margin-right: 10px;
    content: 'View';
}

.woocommerce .gridlist-toggle a{
    padding: 7px;
    color: #666;
    background: transparent;
}

.woocommerce .gridlist-toggle a.active,
.woocommerce .gridlist-toggle a:hover{
    color: #58a7c6;
    background: transparent;
}










/*==================== List View and Grid View ====================*/

.woocommerce #product-listing span.price del{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
.woocommerce #product-listing ul.products li.product .price{
        color: #333;
    }
.woocommerce #product-listing .woocommerce-product-rating{
    line-height: 1;
}
.woocommerce #product-listing div[itemprop="description"]{
    display:none;
}




/* List View */
.woocommerce #product-listing ul.products.list li.product{
    width:100%;
    margin:0;
    text-align: left;

    padding: 45px 0;
    border-bottom:1px solid #e2e2e2;
}
    .woocommerce #product-listing ul.products.list li.product:last-child{
        border-bottom:0;
    }
    .woocommerce #product-listing ul.products.list li.product:after{
        content:'';
        display:table;
        clear:both;
    }
    .woocommerce #product-listing ul.products.list li.product > div{
        float:left;
    }
    .woocommerce #product-listing ul.products.list li.product .images{
        width:38%;
        padding: 0;
        margin-right:5%;
    }

        .woocommerce #product-listing ul.products.list li.product .images img{
            width:auto !important;
            float:none;
            margin-bottom:0;
            margin-right:0 !important;
        }

    .woocommerce #product-listing ul.products.list li.product .product-listing-info{
        width:57%;
    }
        .woocommerce #product-listing ul.products.list li.product .product-listing-info:after{
            content:'';
            display:table;
            clear:both;
        }
    .woocommerce #product-listing ul.products.list li.product h3{
        width:100%;
        float:none;
        font-size: 30px;
        font-weight: 300;
        color: #666;
        padding-bottom:15px;
    }
    .woocommerce #product-listing ul.products.list li.product .woocommerce-product-rating{
        margin-bottom:20px;
    }
    .woocommerce #product-listing ul.products.list li.product .woocommerce-product-rating > div{
        display:inline-block;
        vertical-align: middle;
    }
    .woocommerce #product-listing ul.products.list li.product .woocommerce-product-rating .star-rating{
        margin:0 10px 0 0;
    }
    .woocommerce #product-listing ul.products.list li.product .price, .woocommerce #product-listing ul.products.list li.product div[itemprop="description"]{

        float:left;

    }
    .woocommerce #product-listing ul.products.list li.product .price{
        width:33%;
        margin-right:2%;
    }
    .woocommerce #product-listing ul.products.list li.product div[itemprop="description"]{
        width:65%;
        display:inherit;
    }

    .woocommerce #product-listing .list span.price del span.amount{
        color: #333;
        font-size:18px;
        font-weight: 400;
    }
    .woocommerce #product-listing .list span.price del span.amount span{
        font-size:14px;
        font-weight: 900;
    }
    .woocommerce #product-listing .list span.price span.amount{
        color: #3d68b0;
        font-size:36px;
        font-weight: 900;
    }
    .woocommerce #product-listing .list span.price span.amount span{
        font-size:18px;
        color: #333;
    }





/* Grid View */
.woocommerce #product-listing ul.products.grid{
    padding-top:30px;
}
    .woocommerce #product-listing ul.products.grid li.product{
        width: 33.33%;
        padding: 30px 20px;
        text-align: center;
        margin:0 -5px 0 0;
        float:none;
        display:inline-block;
        vertical-align: top;
    }
    .woocommerce #product-listing ul.products.grid li.product .images{
            margin-bottom:15px;
        }

            .woocommerce #product-listing ul.products.grid li.product .images img{
                width:auto !important;
                float:none;
                margin-bottom:0;
                max-width:205px;
                max-height: 205px;
                margin:0 auto !important;
            }
    .woocommerce #product-listing ul.products.grid li.product h3{
            width:100%;
            float:none;
            font-size: 20px;
            font-weight: 400;
            color: #58a7c6;
            padding-bottom:8px;
        }
        .woocommerce #product-listing ul.products.grid li.product .woocommerce-product-rating{
            margin-bottom:10px;
        }
    .woocommerce #product-listing ul.products.grid li.product .woocommerce-product-rating .woocommerce-review-link{
        display:none;
    }
    .woocommerce #product-listing ul.products.grid li.product .woocommerce-product-rating .star-rating{
        display:inline-block;
    }
    .woocommerce #content .grid .woocommerce-product-rating .star-rating{
        margin:0;
    }

    .woocommerce #product-listing .grid span.price del span.amount{
        color: #333;
        font-size:18px;
        font-weight: 400;
    }
    .woocommerce #product-listing .grid span.price del span.amount span{
        font-size:14px;
        color:#333;
    }
    .woocommerce #product-listing .grid span.price span.amount{
        color: #3d68b0;
        font-size:24px;
        font-weight: 900;
    }
    .woocommerce #product-listing .grid span.price span.amount span{
        font-size:14px;
        color: #666;
    }












.wc-nav{
    padding:20px 0;
    border-top: 1px solid #e2e2e2;
}
    .woocommerce .wc-nav nav.woocommerce-pagination ul{
        border:0;
    }
    .woocommerce .wc-nav nav.woocommerce-pagination ul li{
        border:0;
    }
    .woocommerce .wc-nav nav.woocommerce-pagination ul li a, .woocommerce .wc-nav nav.woocommerce-pagination ul li span{
        color: #666;
    }
    .woocommerce .wc-nav nav.woocommerce-pagination ul li a:focus, .woocommerce .wc-nav nav.woocommerce-pagination ul li a:hover, .woocommerce .wc-nav nav.woocommerce-pagination ul li span.current{
        background: transparent;
        color: #3d68b0;
        font-weight: 700;

    }
    .woocommerce .wc-nav nav.woocommerce-pagination ul li a.next, .woocommerce .wc-nav nav.woocommerce-pagination ul li a.prev{
        display:none;
    }










/* Woocommerce Search Page */
.search #main{
    margin:0;
}
.search #header-filter .sub-categories-wrapper{
    display:none;
}
.search #product-listing .product-listing-head{
    border-bottom:0;
}





/* Woocommerce Login Page */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    min-height:300px;
}
.woocommerce-account .woocommerce .col2-set .col-1, .woocommerce-account .woocommerce .col2-set .col-2{
    float:left;
    width:48%;
}
.woocommerce-account .woocommerce .col2-set .col-1{
    margin-right:4%;
}
.woocommerce #customer_login label[for="rememberme"]{
    display:block;
    margin-top:10px;
}
.woocommerce #customer_login input[type="text"], .woocommerce #customer_login input[type="password"], .woocommerce #customer_login input[type="email"]{

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border:1px solid #999;
}
.woocommerce #customer_login input[type="submit"]{
    margin-top:10px;
    width: 100%;
}
.woocommerce #customer_login #rememberme{
    -webkit-appearance: none;
    /*-moz-appearance: none;*/
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    width: 20px;
    height: 20px;
    background-color: #e6e6e6;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    display: inline-block;
    vertical-align: middle;
}
.woocommerce #customer_login #rememberme:checked {
    background-image: url('../images/bg/checked.png');
}
#content article .woocommerce-error li{
    line-height: 1;
    background: none;
}

.either{
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    position: relative;
    text-align: center;
    padding: 25px 0;
}

.either::before {
    position: absolute;
    top: 50%;
    width: 44%;
    left: 0;
    content: "";
    border-top: 1px solid #e2e2e2;
}

.either::after {
    position: absolute;
    top: 50%;
    width: 44%;
    right: 0;
    content: "";
    border-top: 1px solid #e2e2e2;
}

.sns_login{
    text-align: center;
}

.sns_login img{
    display: inline-block !important;
}


/* Woocommerce Sale Page */
.page-template-salepage #main{
    margin-top:15px;
}
.gridlist-toggle a {
    display: inline-block;
    padding: .618em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
    font-weight: 400 !important;
    font-family: sans-serif !important;
    font-size: 1em !important;
    line-height: 1em !important;
    background-color: rgba(0, 0, 0, 0.1);
}
.gridlist-toggle .dashicons:before, .gridlist-toggle .dashicons {
    font-size: 1em;
    line-height: 1;
    height: 1em;
    width: 1em;
}
.gridlist-toggle .dashicons:before, .gridlist-toggle .dashicons {
    font-size: 1em;
    line-height: 1;
    height: 1em;
    width: 1em;
}
.gridlist-toggle a em {
    display: none;
}
.page-template-salepage h1{
    float:left;
    line-height: 19px;
    margin:0;
}
.page-template-salepage .entry-content{
    padding: 0 30px;
}
.page-template-salepage #content ul.products{
    display:none;
}
.page-template-salepage #content ul.products.grid, .page-template-salepage #content ul.products.list{
    display: block;
}
ul.products.grid div[itemprop="description"] {
    display: none;
}

.product-catalog__lensee--toric{
    background: url(../images/home_banner/navigate-lensee--toric.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 0.1rem;
    padding-left: 5vw;
    margin-top: 50px;
    margin-bottom: 50px;
}

.product-catalog__lensee--multifocal{
    background: url(../images/home_banner/navigate-lensee--multifocal.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 0.1rem;
    padding-left: 5vw;
    margin-top: 50px;
    margin-bottom: 50px;
}

/*--------------------------------------------




/*************************
Freshwidget
**************************/
a.freshwidget-theme{
    color:#fff !important;
}


/* SNS */
.getsocial.gs-native-bar iframe{
    max-width: none;
}
.getsocial.gs-native-bar {
    line-height: 0 !important;
    height: 20px !important;
}
.getsocial.gs-native-bar > *, .getsocial.gs-native-bar {
    vertical-align: top !important;
    /*display: inline-block;*/
    /*margin-right: 5px;*/
}
.getsocial.gs-native-bar > *:not([class*="fb-"]){
    position: relative !important;
}




/* IE9-11 Styling */
.ie9 select, .ie10 select, .ie11 select{

        padding:0 0 0 5px !important;
        background-image: none !important;
    }

.ie9 input[type="checkbox"], .ie10 input[type="checkbox"], .ie11 input[type="checkbox"]{
    background-image: none !important;
}





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


    /* Woocommerce My Account Page */
    #content article table.my_account_orders td{
        width:100%;
    }
    

}


/*************************
Articles
**************************/

/*Benefits of buying contact lenses online*/    

#hero-articles{
    background: url(../images/articles/benefits_of_buying_contact_lenses_online.jpg) center no-repeat;
    min-height: 405px;
}

#hero-articles .hero-articles-inner{
    width: 1000px;
    margin: 0 auto;
    padding: 70px 30px 0 30px;
}

#hero-articles .hero-articles-inner section{
    width: 55%;
}

#hero-articles .hero-articles-inner section h1{
    color: #010101 !important;
    font-size: 28px;
    font-weight: 400;
}

#about-us ul:after{
    display: block;
    content: "";
    clear: both;
}

#about-us ul{
    width: 100%;
    border: 1px solid #cbcbcb;
    padding: 7px;
    background: #f6f6f6;
    margin: 0;
}

#about-us ul li{
    list-style: none;
    float: left;
    width: 16.66%;
}

#about-us ul li a{
    text-align: center;
    width: 100%;
    min-height: 120px;
    display: block;
    padding: 25px;
    background: #ffffff;
    border-right: 1px solid #cbcbcb;
}

#about-us ul li:nth-child(2) a,#about-us ul li:nth-child(4) a,#about-us ul li:nth-child(5) a{
    padding: 35px 25px 25px 25px;
}

#about-us ul li:last-child a{
    border-right: none;
}

#benefits{
    background: url(../images/articles/benefits_of_ordering_contact_lenses_online.jpg) right bottom no-repeat;
    min-height: 200px;
}

#benefits ul{
    width: 58%;
    margin: 0;
}

#benefits ul li{
    list-style: none;
    background: url(../images/articles/check.gif) left 17px no-repeat;
    padding: 15px 0 15px 30px;
    border-bottom: 1px dotted #cccccc;
    line-height: 150%;
}

#order-steps span{
    width: 33%;
    display: block;
    float: left;
}

#order-steps ul{
    width: 67%;
    margin: 0;
    float: left;
    padding: 0 0 0 25px;
}

#order-steps ul li{
    list-style: none;
}

#order-steps ul li h3{
    display: block;
    border-bottom: 1px dotted #cccccc;
    margin: 0;
    padding: 0 0 15px 0;
}

#order-steps section{
    margin: 25px 0;
}

#order-steps section:after{
    display: block;
    content: "";
    clear: both;
}

#cta-area{
    overflow: hidden;
    position: relative;
    background: url(../images/articles/shop_contacts.jpg) center center no-repeat;
    color: #ffffff;
    padding: 80px 50px;
    margin: 30px 0 0 0;
}

#cta-area:hover{
}

#cta-area a.wrap-link{
    position: absolute;
    background: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#cta-area h2{
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: 0 0 10px 0;
}

#cta-area a.button{
    display: block;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    width: 230px;
    background: #fca534;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0 0 0;
    text-align: center;
}


    @media screen and (max-width:768px){
        #hero-articles{
            background: url(../images/articles/benefits_of_buying_contact_lenses_online.jpg) center no-repeat;
            min-height: 405px;
        }

        #hero-articles .hero-articles-inner{
            width: 1000px;
            margin: 0 auto;
            padding: 70px 30px 0 30px;
        }

        #hero-articles .hero-articles-inner section{
            width: 55%;
        }

        #hero-articles .hero-articles-inner section h1{
            color: #010101 !important;
            font-size: 28px;
            font-weight: 400;
        }
    }

/*Buying Contacts Without Prescription*/    

#hero-articles-prescription:after,
#prescription_required:after,
#prescription_colors:after,
#prescription_expired:after{
    clear: both;
    content: "";
    display: block;
}

#hero-articles-prescription{
    background: url(../images/articles/buying_contact_lenses_without_prescription.jpg) center no-repeat;
    min-height: 405px;
}

#hero-articles-prescription .hero-articles-inner{
    width: 1000px;
    margin: 0 auto;
    padding: 70px 30px 0 30px;
}

#hero-articles-prescription .hero-articles-inner section{
    width: 50%;
}

#hero-articles-prescription .hero-articles-inner section h1{
    color: #ffffff !important;
    font-size: 28px;
    font-weight: 400;
}

#hero-articles-prescription .hero-articles-inner section p{
    color: #ffffff;
}

#prescription_required h1,
#prescription_expired h3,
#prescription_online h4{
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    margin: 40px 0 20px 0;
    text-transform: none;
}

#prescription_required{
    margin: -40px 0 0 0;
}

#prescription_required p,
#prescription_required h1{
    width: 500px;
    float: right;
}

#prescription_required img{
    float: left;
    margin: -45px 0;
}

#prescription_expired p,
#prescription_expired h2{
    width: 500px;
    float: left;
}

#prescription_expired img{
    float: right;
    margin: -45px 0;
}

    @media screen and (max-width:768px){
        #hero-articles-prescription{
            background: url(../images/articles/buying_contact_lenses_without_prescription.jpg) center no-repeat;
            min-height: 405px;
        }

        #hero-articles-prescription .hero-articles-inner{
            width: 1000px;
            margin: 0 auto;
            padding: 70px 30px 0 30px;
        }

        #hero-articles-prescription .hero-articles-inner section{
            width: 55%;
        }

        #hero-articles-prescription .hero-articles-inner section h1{
            color: #010101 !important;
            font-size: 28px;
            font-weight: 400;
        }
    }


/*--------------------------------------------
　　　modal.css
---------------------------------------------*/


.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
line-height: 1.3;
display: none\9;
}
.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.modal-window {
display: block\9;
}
.modal-window:target {
display: block\9;
}
.modal-window .modal-inner {
line-height: 180%;
padding: 30px;
position: absolute;
top: 50px;
left: 50%;
z-index: 20;
margin-left: -325px;
width: 650px;
overflow-x: hidden;
border-radius: 2px;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
max-height: 75%;
text-align: center;
}

.modal-window .modal-inner p {
    margin: 0 0 20px 0;
    font-size: 17px;
}

.modal-window .modal-inner span {
    margin: 10px 0;
    display: none;
}


.modal-window .modal-inner a.close{
    text-align: center;
    text-decoration: underline;
    display: block;
    padding: 0 0 10px 0;
}

.modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
.modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: #000;
opacity: 0.7;
}
.modal-window .modal-close:after {
position: absolute;
top: 25px;
left: 50%;
z-index: 20;
margin-left: 285px;
background: #fff;
border-radius: 2px;
padding: 2px 8px;
font-size: 1.2em;
text-decoration: none;
text-indent: 0;
}

.modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}

/* Temp CSS */

/*------------------------------------
    Authentication Completed page
-----------------------------------*/

.coupon_blk{
    border: 1px solid #D4D4D4;
    width: 45%;
    padding: 30px 40px 15px 40px;
    margin: 0 0 15px 0;
    text-align: center;
    box-sizing: border-box;
}

.coupon_blk h3{
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.cpn{
    margin: 15px 0;
    position: relative;
    display: inline-block;
}

.cpn p,
.cpn button,
.cpn div{
    float: left;
}

.cpn div{
    text-align: center;
    box-sizing: border-box;
    width: 150px;
    height: 50px;
    padding: 15px 0 0 0;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.cpn p{
    font-weight: 500;
    padding: 15px 10px 0 0;
    font-size: 14px;
}

.cpn button.cpn-btn{
    box-sizing: border-box;
    border:none;
    background: #d3d3d3;
    padding: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.cpn button.cpn-btn:focus{
    outline:none;
    border: none;
}

.cpn button.cpn-btn:hover{
    background: #d8d8d8;
}

.cpn button.cpn-btn:focus:after{
    content:'Copied!';
    position: absolute;
    top: 55px;
    left: 242px;
    width: 60px;
    height: 25px;
    background: #efefef;
    color: #333;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    line-height: 24px;
}




/*------------------------------
    Address Book
 -------------------------------*/

 .address_box,
 .address_add{
     box-sizing: border-box;
     width: 49%;
     float: left;
     padding: 20px;
     margin: 0 1% 15px 0;
     border: 2px solid #dedede;
     border-radius: 5px;
     -webkit-border-radius: 5px; 
     -moz-border-radius: 5px;
     min-height: 250px;
     position: relative;
     font-size: 14px;
  }
 
 .address_add{
     color: #555555;
     border-style: dotted;
     background: #f9f9f9;
 }
 
 .address_add:visited{
     color: #555555;
 }
 
 .address_box:nth-child(even){
     margin: 0 0 20px 1%;
  }
 
 .address_add span{
     font-size: 16px;
     position: absolute;
     top: 50%;
     left: 50%;
     margin: -20px 0 0 -75px;
 }
 
 .address_add span:before{
     content: "+";
     font-size: 34px;
     position: relative;
     top: 5px;
     left: -10px;
     color: #cccccc;
 }
 
 
 .address_box .default{
     color: #ffffff;
     border-radius: 5px;
     -webkit-border-radius: 5px; 
     -moz-border-radius: 5px;
     font-weight: 500;
     background: #3d68b0;
     padding: 5px 10px;
  }
 
  .address_box dl:after{
     display: block;
     content: '';
     clear: both;
  }
 
  .address_box dl{
     padding: 0 0 10px 0;
  }
 
  .address_box  dl dt{
     float: left;
     width: 30%;
  }
 
  .address_box  dl dd{
     float: right;
     width: 70%;
  }
 
 .address_box .address_menu{
     position: absolute;
     bottom: 20px;
 }
 
 /*------------------------------
     Address Book for Pop-up
  -------------------------------*/
 
 .popup_container{
     background: #f1f1f1;
     padding: 20px;
 }
 
 .popup_address_box{
     box-sizing: border-box;
     background: #ffffff;
     width: 48%;
     min-height: 280px;
     float: left;
     padding: 20px;
     margin: 0 1% 15px 1%;
     border: 2px solid #dedede;
     border-radius: 5px;
     -webkit-border-radius: 5px; 
     -moz-border-radius: 5px;
     position: relative;
     text-align: left;
     color: #555;
  }
 
 .address_title{
     font-size: 16px;
     font-weight: 600;
     padding: 20px 0;
     background: transparent;
 }
 
  .address_selection{
     padding: 20px 0;
  }
 
 .popup_address_box input{
     padding: 12px 25px;
     color: #ffffff;
     background: #3d68b0;
     -webkit-appearance:none;
     -moz-appearance:none;
     appearance:none;
     outline:0;
     border: none;
     border-radius: 5px;
         -webkit-border-radius: 5px; 
         -moz-border-radius: 5px;
     cursor: pointer;
     margin: 0 auto;
     display: block;
 }
 
  .popup_address_box dl:after{
     display: block;
     content: '';
     clear: both;
  }
 
  .popup_address_box dl{
     padding: 0 0 10px 0;
  }
 
  .popup_address_box  dl dt{
     float: left;
     width: 30%;
  }
 
  .popup_address_box  dl dd{
     float: right;
     width: 70%;
  }
 
 .popup_address_box .address_menu{
     position: absolute;
     bottom: 20px;
 }
 
 .page_change{
     text-align: center;
 }
 
 .close_button {
     color: #3d68b0;
     font-weight: 600;
     margin: 0 0 30px 0;
     text-align: center;
 }


/*Holiday notice for order process*/

.holiday-notice{
    padding: 15px;
    margin: 0 0 15px 0;
    border: 1px solid #333;
    text-align: center;
}

.holiday-notice span{
    color: #35afb8;
}

.holiday-notice p{
    font-weight: 600;
    margin: 0;
}

.delivery_method .shipping_label{
    display: flex;
    border: 1px solid #999;
    padding: 18px;
    cursor: pointer;
    margin-bottom: 15px;
}

.delivery_method .shipping_label > img{
    width: 50px !important;
    height: 50px !important;
    margin: auto 10px;
}

.delivery_method .shipping_label:hover{
    background: #edeffa;
    border: 1px solid #989eba;
}

.delivery_method .shipping_label input{
    margin: auto 10px;
}

.delivery_method .shipping_label span{
    margin-right: auto;
    line-height: 1.5;
}

.order-processing-notice {
    margin-left: 1vw;
    font-size:10px;
}

.delay-msg {
    font-size:10px;
    font-weight: 400;
    margin-bottom: 1vw;
}

/*--------------------------------------------
　　　for slick.css
---------------------------------------------*/



/* slide */

.slide {
  position: relative;
  margin: 0;
  padding: 0;
  display: none;
}

.slide.slick-initialized {
  display: block;
}

.slide .item {
  position: relative;
  height: 100%;
}
.slide .item a {
  display: block;
}

.slide .item .image {
  position: relative;
  overflow: hidden;
}


.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/* slide-navigation */

.slide-navigation {
  line-height: 0;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
  display: none;
}
.slide-navigation.slick-initialized {
  display: block;
}

.slide-navigation .item {
  position: relative;
  cursor: pointer;
  padding: 8px;
  opacity: 0.5;
}

.slide-navigation .item.slick-current{
    opacity: 1;
}

.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
}
.slide-navigation .item .image::before {
  display: block;
  padding-top: 35%;
  content: "";
}
.slide-navigation .item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}


.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
}
.slide-navigation .item .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .slide-navigation {
    width: 100%;
  }
  .slide-navigation .item .image::before {
    padding-top: 50%;
  }
}

/* slick */

.slick-vertical .slick-slide {
  border: 0 solid transparent;
}
.slick-arrow {
  z-index: 999;
}
.slick-prev {
  top: 25px;
  bottom: 0;
  left: 20px;
  right: auto;
  margin: auto;
}
.slick-next {
  top: 25px;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}

/*-----------------------------------------------
　　　mypage news
---------------------------------------------*/
.mypage_news{
    display:flex;
    padding-bottom:10px;
    width:100%;
}
.mypage_news_date{
    width:20%;
    font-weight:bold;
}
.mypage_news_text{
    width:80%;
}


/*--------------------------------------------
　　　for point system
---------------------------------------------*/
.points_idx{
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    background: url(/images/bg/question.png) no-repeat center;
    background-size: 20px;
    background-position: 20%;
}

.points_idx > span{
    color: #2f925b;
    font-weight: 400 !important;
}

.earned_point{
    color: #2f925b;
    font-size: 120%;
    font-weight: 600;
}

.point_tier{
    border: 3px solid #d4d4d4;
    padding: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.point_tier ul{
    margin: 0 !important;
}

.point_tier ul li.note{
    font-size: 90%;
    background-image: none !important;
    padding-left: 10px !important;
}


.point_tier strong{
    width: 10vw;
}

.howto_points_img{
    background: url(/images/howto_points.png) no-repeat center;
}

.howto_points_img::before{
    content: '';
    display: block;
    padding-top: 15%;
}

/*--------------------------------------------
　　　Color lens landing page
---------------------------------------------*/
.color-lens-landing-page{
    margin: 0  !important;
}
.color-lens-header{
    background: url(/images/landingpage/color-lens-page.jpg) no-repeat;
    background-size: cover;
    height: 32.5vw;
}

.color-lens-first-inner{
    background: #f4f6f9;
    margin-bottom: 5vw;
    padding: 3vw 0;
}

.color-lens-sectipn-inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

.color-lens-first-content{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.color-lens-first-content h1{
    font-size: 30px;
}

.brand-box{
    margin-bottom: 10vw;
}

.brand-box-main{
    display: flex;
}

.brand-box-brand-logo{
    display: flex;
    justify-content: center;
    margin: 0 auto 3vw;
    width: 200px;
}

.brand-box-brand-image{
    width: 50%;
}

.brand-box-brand-image img{
    width: 70%;
}

.brand-box-lens-lineup-box{
    width: 50%;
}

.brand-box-lens-lineup-box h2{
    text-align: center;
    margin: 0;
    font-size: 18px;
}

.daily-lenslineup-box, .monthly-lenslineup-box{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
}

.daily-lenslineup-box{
    margin-bottom: 3vw;
}

.color-lens-item{
    width: 25%;
    /* margin: 0.5vw; */
    padding: 0.5vw;
}

.color-lens-item img{
    padding: 0.5vw;
}

.color-lens-item-name{
    text-align: center;
    font-size: 15px;
}

.brand-box .button_cta, .color-lens-first-inner .button_cta{
    text-align: center;
    width: 250px;
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: .04em;
    background: #333333;
    border: 2px solid #333333;
    border-radius: 5px;
    padding: 20px;
    margin: 2vw auto;
    /* transition: .4s ease; */
}

.brand-box .button_cta a, .color-lens-first-inner .button_cta a{
    text-decoration: none;
    color: #ffffff;
}

.brand-bottom-box {
    display: flex;
    justify-content: center;
    margin-top: 5vw;
}

.colour-map-box{
    margin-top: 3vw;
}

.colour-map-box h2{
    text-align: center;
    margin: 2vw 0 1vw !important;
}

.colour-map-box-image img{
    width: 98% !important;
    max-width: 500px !important;
}

.feature-box{
    background: #EAF1FC;
    margin-top: 3vw;
    width: 70%;
}

.feature-box h2{
    text-align: center;
    margin:2vw 0 0 !important;
}

.feature-list h3{
    font-size: 16px;
    margin: 10px 0 !important;
}

.feature-list p{
    font-size: 14px;
    margin: 0 !important;
}

.feature-list{
    display: flex;
    align-items: center;
    margin: 1.5vw 2vw;
}

.feature-list img {
    height: 60px !important;
    width: auto !important;
    margin-right: 1vw;
}

