.sun{
    color:#777;
    font-size:1.4rem;
    font-weight: 700;
}
/*icon字体*/
@font-face {
    font-family: 'iconfont';
    src: url('fonts/iconfont.eot');
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/iconfont.woff2') format('woff2'),
    url('fonts/iconfont.woff') format('woff'),
    url('fonts/iconfont.ttf') format('truetype'),
    url('fonts/iconfont.svg#iconfont') format('svg');
}

@font-face {
    font-family: LatoBold;
    src: url('./fonts/Lato2OFL/bold/Lato-Bold.ttf') format('truetype')
}

@font-face {
    font-family: LatoRegular;
    src: url('./fonts/Lato2OFL/regular/Lato-Regular.ttf') format('truetype')
}

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 1.4rem;
    font-family: LatoRegular;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    /*margin-left: 0;*/
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

html {
    overflow-x: hidden;
}

#totop {
    width: 36px;
    position: fixed;
    background: #001E8A;
    border: 1px solid #fff;
    z-index: 999;
    border-radius: 50%;
    text-align: center;
    right: 20px;
    line-height: 35px;
    bottom: 15%;
    display: none;
    text-decoration: none;
}

#totop .totop_back {
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    font-size: 24px;
    text-decoration: none;
}

#botop {
    width: 43px;
    height: 40px;
    position: fixed;
    background: #404040;
    z-index: 999;
    color: #ccc;
    text-align: center;
    right: 20px;
    line-height: 35px;
    bottom: 0;
    border-radius: 3px 3px 0 0;
    display: none;
    text-decoration: none;
}

#sub {
    width: 60%;
    position: fixed;
    left: -70%;
    top: 0;
    transition: all 0.3s ease 0s;
    height: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    width: calc(100% - 30%);
    background-color: #f6f6f6;
}

.sub_box_shadow {
    -webkit-box-shadow: 0 0 0px 0 #fff !important;
    -moz-box-shadow: 0 0 0px 0 #fff !important;
    -ms-box-shadow: 0 0 0px 0 #fff !important;
    box-shadow: 0 0 0px 0 #fff !important;
}

#sub_btn::before {
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-weight: 900;
    line-height: 16px;
    color: #777;
    content: '\e014';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px
}

/* .glyphicon::before {
    content: "\e014";
    position: absolute;
    right: 10px;
    top: 10px;
} */

#subCase,
.case,
#box,
#sub {
    transition: all 0.3s ease 0s;
}

#nav_btn {
    left: 9px !important;
    top: 10px !important;
}

.toggle_icon::before {
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    line-height: inherit;
    color: #001E8A;
    content: '\f827';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.case {
    width: 100%;
    margin: 0 auto;
    transition: left 0.3s ease 0s;
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: relative;
}

#box {
    flex: 2;
    position: relative;
    box-shadow: 0 0 3px 2px #ddd;
}

.main {
    width: 100%;
}

#mark {
    width: 100%;
    height: 100%;
    height: 100vh;
    position: fixed;
    top: -1.45rem;
    z-index: 9;
    display: none;
}

.profile_item_icon {
    color: #001E8A;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 侧边栏 */
.Menu {
    width: 33.33%;
    height: 71px;
    background: #001E8A;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 71px;
}

#small_swiper {
    width: 50%;
    margin: 0 auto;
}

#small_swiper li {
    margin-right: 30px;
    border: 1px solid #eee;
}

#small_swiper img {
    width: 100%;
}

.yidongnav ul li {
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.yidongnav ul li.cur_item {
    background-color: #eee;
    position: relative;
}

.yidongnav ul li.cur_item>a {
    font-weight: 700;
    color: #333;
}

#m_sunglasses_li.closed:after {
    content: '\f807' !important;
}

.yidongnav ul li.cur_item:after {
    -webkit-font-smoothing: antialiased;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\f804';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 2.2rem;
}

.yidongnav ul li.cur_item>ul {
    border-top: 1px solid #ddd;
}

.yidongnav ul li>ul li {
    border-bottom: 0px;
}

.yidongnav ul li a {
    color: #777;
    padding-left: 20px;
    font-size: 1.3rem;
}

.yidongnav {
    width: 100%;
}

.page-wrapper {
    width: 100%;
    background-color: #1e1e1e;
    display: inline-block;
}

.page-header {
    padding-bottom: 0px;
    margin: 0px 0 0px;
    border: none;
}

.type4 {
    float: left;
    position: relative;
}

/*
<!--    广告 advertising -->*/

.container_advertising {
    width: 100%;
}

.advertising_left {
    background: -webkit-linear-gradient(left, #001E8A, #001E8A);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #001E8A, #001E8A);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #001E8A, #001E8A);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #001E8A, #001E8A);
    /* 标准的语法（必须放在最后） */
}

.Lenses_close {
    float: right;
    color: white;
    font-weight: 500;
    cursor: pointer;
    margin-right: 40px;
    font-style: normal;
    position: absolute;
    right: -18px;
    top: 19px;
    font-size: 1.8rem;
}

.container_advertising .row .col-md-6 {
    text-align: center;
}

.pg-text-overflow {
    font-size: 1.6rem;
}

.container_advertising .row .Lenses {
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative;
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
}

.container_advertising .row .Lenses a {
    text-decoration: underline;
    color: white;
;
    width: 100%;
    font-style: italic;
    display: block;
}

/*
<!--    广告 advertising结束 -->*/
/* header_logo */
.logo-container {
    /*width: 25%;*/
    float: left;
    display: inline-block;
    margin: 0 0 0 15px;
}

.logo-container img {
    width: auto;
    height: 40px;
    margin: 0 auto;
    vertical-align: middle;
}

.logo-container img.show-m {
    position: relative;
    top: 23px;
}

.header-left {
    width: 50%;
    float: left;
    margin-top: -7px;
}

.nav-sections {
    padding-left: 20px;
    float: left;
    margin: 18px 0px;
    transition: all 0.3s ease 0s;
}

.nav-sections ul {
    display: inline-block;
    margin-top: 3px;
}

.nav-sections ul li {
    float: left;
    /*width: 6rem;*/
    /*margin-right: 5px;*/
    border-radius: 6px;
}

/*.nav-sections ul li:nth-child(2) {*/
/*width: 4rem;*/
/*}*/

/*.nav-sections ul li:nth-child(3) {*/
/*width: 4rem;*/
/*}*/

/*.nav-sections ul li:nth-child(4) {*/
/*width: 9rem;*/
/*}*/

.nav-sections #sections_ul li:hover {
    animation: navAnimate .5s ease 0s;
    -moz-animation: navAnimate .5s ease 0s;
    /* Firefox */
    -webkit-animation: navAnimate .5s ease 0s;
    /* Safari 和 Chrome */
    -o-animation: navAnimate .5s ease 0s;
    /* Opera */
    background: #001E8A;
    transition-delay: 0s !important;
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -ms-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
}

.nav-sections #SUNG_list li:hover {
    background-color: #fff;
}

@keyframes navAnimate {
    0% {
        border-radius: 2px;
        opacity: 0.7;
    }

    100% {
        border-radius: 6px;
        opacity: 1;
    }
}

@-moz-keyframes navAnimate {
    0% {
        border-radius: 2px;
        opacity: 0.7;
    }

    100% {
        border-radius: 6px;
        opacity: 1;
    }
}

@-webkit-keyframes navAnimate {
    0% {
        border-radius: 2px;
        opacity: 0.7;
    }

    100% {
        border-radius: 6px;
        opacity: 1;
    }
}

@-o-keyframes navAnimate {
    0% {
        border-radius: 4px;
        opacity: 0.7;
    }

    100% {
        border-radius: 10px;
        opacity: 1;
    }
}

.nav-sections ul li a {
    text-align: center;
    color: #fff;
    font-weight: 600;
    display: block;
    line-height: 32px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 8px;
}

.selected {
    background: #001E8A;
}

.nav-toggle {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1000;
    display: none;
}

.profile-item {
    font-size: 12px;
}

/* header-right */
.headers {
    float: right;
}

.top-panel {
    height: 30px;
    margin: 20px 0px;
    float: right;
}

.top-panel .links li {
    float: left;
    position: relative;
    line-height: 36px;
    margin-right: 10px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.top-panel .links li a {
    text-decoration: none;
    padding: 0 3px;
    color: white;
    font-size: 11px;
    font-weight: 500;
}

#search_cate {
    margin-left: 10px;
}

.customer-welcome {
    padding: 0 5px;
    position: relative;
}

.customer-welcome a {
    font-size: 1.1rem;
}

.links .customer-welcome:hover {
    background: #001E8A;
}

.links .yourself {
    padding: 0 5px;
}

.top-panel .category-hover #yourself,
#profile_item {
    text-transform: uppercase;
}

.links .yourself:hover {
    background: #001E8A;
}

.links_list {
    width: 195%;
    box-shadow: 0px 1px 1px #ddd;
    background: #fff;
    top: 31px;
    z-index: 9999;
    left: 0px;
    display: none;
    position: absolute;
    border-top: #001E8A solid 4px;
    border-radius: 0px 2px 0 0;
}

.nav-sections #SUNG_list {
    width: 195%;
    padding: 6px 0;
    box-shadow: 0px 1px 1px #ddd;
    background: #fff;
    top: 24px;
    z-index: 9999;
    left: 0;
    display: none;
    position: absolute;
    border-top: #001E8A solid 4px;
    border-radius: 0px 4px 4px 4px;
}

#sung_li {
    position: relative;
}

#sung_li>a:after {
    content: '\f813';
    padding-left: 3px;
    color: #fff;
    display: inline-block;
    font-family: 'porto-icons';
    font-weight: 600;
}

#SUNG_list a {
    font-weight: 500 !important;
    line-height: 36px;
}

.nav-sections #SUNG_list li {
    width: 100%;
}

.nav-sections #SUNG_list li:hover a {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-decoration: underline;
    color: #001E8A;
}

.nav-sections #SUNG_list li a {
    color: #666;
    text-align: left;
    padding: 0 18px;
    font-size: 1.2rem;
}

.top-panel .sign_in .register {
    color: #101010;
    font-size: 14px;
}

.top-panel .sign_in .register a {
    color: #001E8A;
}

.top-panel .sign_in .register a:hover {
    text-decoration: underline;
}

.yourself_list,
.dropdown-menu {
    width: 135%;
    box-shadow: 0px 1px 1px #ddd;
    background: #fff;
    top: 31px;
    left: 0px;
    display: none;
    position: absolute;
    border-top: #001E8A solid 4px;
    border-radius: 0px 2px 0 0;
}

.dropdown-menu,
.dropdown-menu li {
    width: 100%;
}

.top-panel .links_list li {
    width: 100%;
}

.top-panel .links_list li a {
    color: #777 !important;
    text-align: center;
    padding-left: 13px;
    font-size: 13px;
}

.top-panel .links_list li a:hover,
.dropdown-menu li:hover a {
    color: #001E8A !important;
    text-decoration: underline;
    background: none;
    transition: all .6s ease 0s;
}

.dropdown-menu {
    width: 40%;
    height: auto;
    top: 30px;
}

.current-profile {
    font-size: 13px;
    padding-left: 10px;
}

.shopping-for-text {
    padding-left: 10px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin-bottom: 18px;
    margin-top: 18px;
}

.category-hover .dropdown-menu li a {
    color: #777;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 2;
    color: #333;
    font-size: 13px;
    white-space: nowrap;
    text-transform: none;
}

.shopping-for-text {
    color: #aaa;
}

.icon-jiantou1 {
    float: right;
    font-size: 3px;
    display: block;
    font-weight: 600;
    margin-left: 4px;
}

.icon-search {
    font-weight: 500;
    font-size: 20px;
}

.label_seach::before {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 28px;
    color: #001E8A;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0 9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.sub_Search {
    font-weight: 700;
    font-size: 20px;
    color: #001E8A;
    padding-left: 15px;
}

.yidongnav ul li.sub_search {
    border: none;
}

.sub_text {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 7px;
    border: 2px solid #ddd;
    font-size: 1rem;
    padding-left: 15px;
    width: 90%;
    margin-left: 10px;
    height: 38px;
    border: none;
    display: none;
    outline: 0;
    -webkit-box-shadow: 0 0 3px 1px #68a8e0;
    -moz-box-shadow: 0 0 3px 1px #68a8e0;
    box-shadow: 0 0 3px 1px #68a8e0;
}

.counter-number {
    color: #001E8A !important;
    position: absolute;
    top: -8px;
    font-weight: 600;
    width: 27px;
    text-align: center;
    font-size: 15px;
}

.hide-m {
    display: none;
    color: white
}

.shopping-cart {
    margin-top: -3px;
}

.shopping-cart-orange {
    display: none;
}

.control {
    position: relative;
    margin-top: 40px;
    right: 24.4%;
    width: 114.5%;
    display: none;
}

.mobile_mask_pop_show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

/* search */

.search {
    color: #ccc;
    width: 100%;
    height: 45px;
    border: 5px solid #ccc;
    border-radius: 22px;
    font-size: 7px;
    margin-top: 10px;
    outline: 0;
    padding-left: 20px;
}

.search::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ccc;
}

.search::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

.search::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}

.search::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

.nested {
    cursor: pointer;
    color: #001E8A;
    position: absolute;
    right: 16px;
    top: 15px;
    height: 34px;
    border-left: 1px solid #ddd;
    padding-left: 7px;
}

.search_orange {
    line-height: 33px;
}

.control .icon_search {
    position: absolute;
    right: 24px;
    top: -15px;
    transform: rotate(270deg);
    font-size: 30px;
    color: #ddd;
}

/* shopp_box */
.icon_shopp {
    color: #001E8A;
    position: absolute;
    top: -30px;
    right: 10px;
    font-size: 30px;
    transform: rotate(270deg)
}

.ui-dialog {
    z-index: 9999999;
    display: none;
    background: #fff;
    position: absolute;
    top: 70px;
    right: 0px;
    border-top: 6px solid #001E8A;
    color: #777;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.move_shop {
    /*display: none;*/
}

/* .glyphicon {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    font-size: 16px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

.js-order-w {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


.js-order-w::after {
    content: "\e143";
    color: #001E8A;
    margin-left: 4px;
    position: absolute;
    top: 2px;
    font-size: 15px;
    font-weight: lighter;
}


.glyphicon_Y {
    font-weight: 600;
    padding-right: 3px;
}

/* PC登录状态 */
.pc_loginafter {
    width: 60%;
}

.header_shop_car_message_hidden1 {
    width: 100%;
    min-width: 365px;
    max-height: 643px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -257px;

}

.header_shop_car_message_hidden_div_first {
    color: #000;
    padding: 10px;
    text-align: left;
    white-space: nowrap;
    padding-left: 25px;
}

.header_shop_car_message_hidden_div_first h1 {
    display: inline;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
    margin-top: 0;
    text-align: center;
}

.header_shop_car_message_hidden_div_first .itemnum {
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.div_checkout {
    display: block;
    width: 130px;
    height: 37px;
    float: left;
    margin-top: 0px;
    border: 0px;
    outline: 0px;
    margin-left: 20px;
}

/* .extra-actions-area {
    float: left;
    width: 32%;
    position: relative;
} */

/*修改亚马逊登陆按钮大小(sdd-2019,8,31)*/
/* #minicart-amazon-pay-button {
    width: 167px;
    float: left;
} */

/*end*/
.ui-dialog .YOUhave {
    text-align: center;
    font-size: 13px;
    display: block;
    font-weight: 400;
}

.Nogin_save {
    text-align: center;
    font-size: 11px;
    display: block;
    font-weight: 400;
    margin-top: -20px;
}

.pg-pull-right {
    float: right;
    color: #101010;
    text-decoration: underline;
}

.pg-pull-right:hover {
    color: #101010
}

.saved-for-later-minicart {
    padding: 15px;
    margin-top: -44px;
    color: #777;
    font-weight: 900;
    font-size: 12px;
}

#btn-minicart-close {
    right: 16px;
    top: 10px;
    outline: 0;
    position: absolute;
}

#btn-minicart-close::before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 16px;
    color: #777;
    content: '\f819';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

/* #PayWithAmazon-shortcutbuttons-0 img {
    width: 84%;
} */

/* #top-cart-btn-checkout {
    display: block;
    width: 35%;
    height: 37px;
    float: left;
    margin-top: 0px;
    border: 0px;
    outline: 0px;
    margin-left: 11px;
    border-radius: 5px;
    margin-right: 12px;
}

#top-cart-btn-checkout a {
    color: white;
    line-height: 35px;
} */

.header_shop_car_message_hidden_div {
    width: 90%;
    height: auto;
    margin: 0px auto;
    clear: both;
}

.header_shop_car_message_hidden_div_details {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding: 14px !important;
}

.header_shop_car_message_hidden_div_details_img {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.move_shop_login {
    margin-top: 35px;
}

.header_shop_car_message_hidden_div_details_img a {
    display: block;
    width: 100%;
    margin: 0px auto;
}

.header_shop_car_message_hidden_div_details_img img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

#pc_shop_message {
    display: block;
}

#move_shop_message {
    display: none;
}

.move_h2 {
    font-size: 16px;
    margin: 13px;
}

#Cart_box {
    width: 100%;
    background: rgba(255, 255, 255, .9);
    padding: 20px 2px;
    margin-top: 0px;
    border-top: 1px solid #eee;
}

.header_shop_car_message_hidden_div_btn {
    width: 95%;
    height: 48px;
    margin-left: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, .9);
}

.header_shop_car_message_hidden_div_btn a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #001E8A;
}

.header_shop_car_message_hidden {
    z-index: 9999;
}

/* 移动购物车 */
.move_Nologin {
    width: 100%;
}

.move_shop_Nologin {
    width: 90%;
    border: 1px solid #ddd;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
}

.header_div_m_left_show_shop_message_left {
    width: 45%;
    float: left;
    background: #F0F8FF;
}

.header_div_m_left_show_shop_message_left_h2 {
    width: 101%;
    display: block;
    height: 34px;
    color: #001E8A;
    line-height: 34px;
    font-size: 15px;
    font-weight: 600;
    text-indent: 9px;
    border-left: 3px solid #001E8A;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #F0F8FF;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header_div_m_left_show_shop_message_left_div {
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
    margin-top: 0px;
    border-radius: 2px;
}

.header_div_m_left_show_shop_message_right_ul_loginn {
    width: 100%;
    height: auto;
    display: block;
    margin: auto auto auto 0px;
    border-left: 1px solid #ddd;
}

.header_div_m_left_show_shop_message_left .shoppingforul li {
    border-top: 0px !important;
    border-bottom: 1px solid #ddd !important;
    border-right: 0px !important;
    display: block;
    width: 100%;
    height: 42px;
    background: #F0F8FF;
}

.shoppingforul header_div_m_left_show_shop_message_right_ul_loginn li {
    display: block;
}

.header_div_m_left_show_shop_message_left_div_div a.sign_in {
    width: 80%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    background-color: #001E8A;
    font-size: 16px;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
}

.header_div_m_left_show_shop_message_left_div_div .register {
    margin: 0rem auto;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 10px 0px 10px;
}

.header_div_m_left_show_shop_message_left_div_div .register span {
    color: #000;
    width: 100%;
    font-size: 15px;
}

#shopping li a {
    color: #001E8A;
    font-size: 13px;
    line-height: 42px;
}

#shopping li {
    display: block;
}

#mobile-your-profile #shopping .shopping_menu {
    line-height: 25px;
}

#mobile-your-profile #shopping .new_person_even a {
    padding-left: 7px;
}

.header_div_m_left_show_shop_message_left_div_div .register a {
    text-decoration: none;
    color: #001E8A;
    font-size: 15px;
    display: block;
}

.header_div_m_left_show_shop_message_left_div_div {
    width: 100%;
    display: inline-block;
    padding: 10px 5px 5px 5px;
}

.header_div_m_left_show_shop_message_right {
    width: 55%;
    float: right;
    background-color: #F0F8FF;
}

.header_div_m_left_show_shop_message_right_div {
    clear: both;
    width: 100%;
    height: 34px;
    margin: 0px auto;
}

.header_div_m_left_show_shop_message_right_div h2 {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0px auto;
}

.header_div_m_left_show_shop_message_right_div h2 span {
    float: left;
    display: block;
    width: auto;
    height: 34px;
    line-height: 34px;
    margin: 0px auto;
    margin-left: 3px;
    color: #555;
    text-decoration: none;
    font-size: 14px;
}

.header_div_m_left_show_shop_message_right_ul {
    width: 100%;
    height: auto;
    list-style-type: none;
    margin: auto auto auto 0px;
    border-left: 1px solid #ccc;
    /*min-height: 190px;*/
}

.header_div_m_left_show_shop_message_right_ul li:nth-child(1) {
    border-bottom: 0px solid #001E8A;
    border-top: 0px solid #001E8A;
}

.header_div_m_left_show_shop_message_right_ul li:nth-child(2) {
    border-bottom: 0px solid #001E8A;
    border-top: 0px solid #001E8A;
}

.header_div_m_left_show_shop_message_right_ul li a {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #001E8A;
    font-size: 16px;
    text-decoration: none;
    padding-left: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#header_shop_car_message_hidden_div_details_message_left a {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #001E8A;
}

/* 移动登录shopping for */
#top-cart-btn-checkout a span {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /*font-family:LatoRegular;*/
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
}

.mobile_account_info {
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    width: 89%;
    display: none;
    /* background: #F0F8FF; */

}

.checkoutSee {
    font-size: 2rem;
    font-weight: 700;
    padding: 0 13px;
}

/* help */
/* .action-help {
    float: left;
    position: absolute;
    right: 4px;
} */

/* .action_help_span {
    float: left;
} */

.field-tooltip-action::before {
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    line-height: inherit;
    color: #bbb;
    content: '\f853';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.help_alert {
    display: none;
    width: 70%;
    height: 40px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    position: absolute;
    top: 54px;
    right: 57px;
}

.help_alert .help_icon {
    position: absolute;
    right: 29px;
    bottom: -23px;
    color: #f4f4f4;
    transform: rotate(91deg);
    font-size: 28px;
}

#mobile-your-account .newpersonprofiles,
#mobile-your-account .newpersonprofiles li {
    width: 100%;
    display: block;
}

#mobile-your-account {
    width: 45%;
    float: left;
}

p {
    margin: 0 0 0 0px;
}

/*未登录*/
.pc_Nologin {
    width: 100%;
    padding: 40px 30px;
}

.move_Nologin {
    display: none;
}

/*未登录结束*/
.Nologin_p {
    text-align: center;
    font-size: 13px;
    margin-top: -18px;
    padding: 15px 0;
}

.mobile_p {
    color: #001E8A;
    font-size: 1rem;
    display: block;
    background-color: #F0F8FF;
    padding-top: 9px;
    border-left: 2px solid #001E8A;
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
}

#mobile-your-account .newpersonprofiles {
    display: inline-block;
}

#mobile-your-account .newpersonprofiles li {
    border-bottom: 1px solid #ccc;
}

#mobile-your-account .newpersonprofiles li:nth-child(2) {
    padding-left: 5px;
}

#mobile-your-account .newpersonprofiles li a {
    color: #001E8A;
    text-decoration: none;
    font-size: 1rem;
    width: 100%;
    display: block;
}

#mobile-account-info #mobile-your-account .newpersonprofiles .newper_odd a,
#mobile-account-info #mobile-your-account .newpersonprofiles .newper_orders a,
#mobile-your-account .newpersonprofiles .authorization-link a {
    color: #101010;
}

#mobile-account-info #mobile-your-account .newpersonprofiles .newper_odd a {
    margin-left: -14px;
}

#mobile-account-info #mobile-your-account .newpersonprofiles .newper_orders a {
    margin-left: -20px;
}

#mobile-your-account .newpersonprofiles .authorization-link a {
    margin-left: -27px;
}

#mobile-your-account .Dashboard {
    width: 100%;
    margin-top: -3px;
    display: inline-block;
    border-right: 1px solid #ccc;
}

#mobile-your-account .Dashboard li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    line-height: 2.3;
}

#mobile-your-account .Dashboard li:nth-child(1) a {
    margin-left: -2px;
}

.authorization-link {
    height: 79px;
}

#mobile-your-account .Dashboard li:nth-child(2) a {
    margin-left: -25px;
}

#mobile-your-account .Dashboard li:nth-child(3) a {
    margin-left: -45px;
}

#mobile-your-account .Dashboard li a {
    color: #000;
    font-size: 1.1rem;
}

/* 移动登录shopping for right */
#mobile-your-profile {
    display: block;
    float: left;
    width: 55%;
}

#mobile-your-profile .dropdown_menu li {
    display: block;
    width: 100%;
    line-height: 38px;
    color: #001E8A;
}

#mobile-your-profile .dropdown_menu {
    background-color: #F0F8FF;
    display: inline-block;
}

#mobile-your-profile .dropdown_menu li a {
    color: #001E8A;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    display: block;
}

#mobile-your-profile .category-hover-title {
    display: inline-block;
    width: 100%;
    color: #000;
    background-color: #F0F8FF;
    padding-top: 5px;
    padding-bottom: 9px;
    text-align: left;
    padding-left: 30px;
    font-size: 1.3rem
}

.odd_hr {
    border-top: 1px solid #001E8A;
    border-bottom: 1px solid #001E8A;
}

.move_no_login {
    margin-top: 35px;
}

/* PC登录状态 */
.pc_loginafter {
    width: 60%;
}

.header_shop_car_message_hidden_div_first .itemnum {
    text-align: center;
    font-size: 15px;
    color: #000;
    margin-top: 10px;
}

.header_shop_car_message_hidden_div_first h2 {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 2rem;
    margin-top: 0px;
    text-align: left;
    font-weight: bold;
    /* text-indent: 10px; */
    margin-left: -6px;
    padding-right: 0px;
}

.header_shop_car_message_hidden_div_first a {
    color: #101010;
    text-decoration: underline;
    padding-left: 10px;
    font-size: 16px;
    font-weight: normal;
}

.div_checkout {
    display: block;
    width: 130px;
    height: 37px;
    float: left;
    margin-top: 0px;
    border: 0px;
    outline: 0px;
    margin-left: 20px;
}

/*修改亚马逊登陆按钮旁边问号(sdd-2019,8,31)*/
/* .extra-actions-area {
    float: left;
    width: 200px;
    margin-left: -20px;
    position: relative;
} */

@media screen and (max-width: 1026px) {
    .extra-actions-area {
        /* width: 189px !important; */
    }
}

@media screen and (max-width: 400px) {
    .extra-actions-area {
        /* width: 187px !important; */
    }
}

@media screen and (max-width: 325px) {
    .extra-actions-area {
        width: 173px !important;
    }
}

/*end*/
.header_shop_car_message_hidden_top,
.Nologin_car {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header_shop_car_message_hidden_div {
    width: 90%;
    height: auto;
    margin: 0px auto;
    clear: both;
}

.header_shop_car_message_hidden_div_details {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding: 18px 0px;
    border-bottom: 1px solid #eee;
}

.header_shop_car_message_hidden_div_details_message {
    width: 100%;
    height: 60px;
    margin: 10px auto;
    overflow: hidden;
    padding: 0 10px;
    margin: 20px auto;
}

.header_shop_car_message_hidden_div_details_message_left {
    float: left;
    width: 45%;
    height: 55px;
    margin: 0px auto;
    margin-left: 15px;
}

.header_shop_car_message_hidden_div_details_message_left a {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #001E8A;
}

.header_shop_car_message_hidden_div_details_message_left p {
    display: block;
    height: 30px;
    font-size: 2rem;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.header_shop_car_message_hidden_div_details_message_left span {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #777;
    margin-top: -7px;
    cursor: pointer;
}

.header_shop_car_message_hidden {
    z-index: 9999;
}

.ui-dialog .YOUhave {
    text-align: center;
    font-size: 13px;
    display: block;
    font-weight: 400;
}

.pg-pull-right {
    float: right;
    color: #101010;
    text-decoration: underline;
}

.pg-pull-right:hover {
    color: #101010
}

.saved-for-later-minicart {
    padding: 15px;
    margin-top: -44px;
    color: #777;
    font-weight: 900;
    font-size: 12px;
}

/* #PayWithAmazon-shortcutbuttons-0 img {
    width: 84%;
} */

/* #top-cart-btn-checkout {
    display: block;
    width: 38%;
    height: 37px;
    float: left;
    margin-top: 0px;
    border: 0px;
    outline: 0px;
    margin-left: 5px;
    border-radius: 5px;
} */

/* #top-cart-btn-checkout a {
    color: white;
    line-height: 35px;
} */

.header_shop_car_message_hidden_div {
    width: 90%;
    height: auto;
    margin: 0px auto;
    clear: both;
}

.header_shop_car_message_hidden_div_details {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    padding: 18px 0px;
}

.header_shop_car_message_hidden_div_details_message {
    width: 100%;
    height: 80px;
    margin: 0px auto;
    overflow: hidden;
}

.header_shop_car_message_hidden_div_details_message_left a {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #001E8A;
}

.header_shop_car_message_hidden_div_details_message_left span {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #777;
    margin-top: -7px;
    cursor: pointer;
}

.header_shop_car_message_hidden_div_details_message_rights {
    padding-top: 23px;
    float: left;
    width: 50%;
    height: 110px;
    margin: 0px auto;
    overflow: hidden;
}

.header_shop_car_message_hidden_div_details_message_rights h1 {
    display: block;
    width: 150px;
    height: 20px;
    line-height: 20px;
    margin: 0px auto;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    color: #777;
    text-align: center;
}

.header_shop_car_message_hidden_div_details_message_rights h2 {
    display: block;
    width: 150px;
    height: 20px;
    line-height: 20px;
    margin: 0px auto;
    padding-left: 14px;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    color: #777;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header_shop_car_message_hidden {
    z-index: 9999;
}

/* small-nav */
#page_header {
    height: 90px;
    position: static;
    top: 0px;
    left: 0;
    z-index: 9999999;
}

.breadcrumbs {
    width: 100%;
    height: 36px;
    display: inline-block;
    background: #171717;
    z-index: 999;
}

.breadcrumbs .items {
    width: 100%;
    display: inline-block;
    color: inherit;
    padding: 0px 15px;
    margin: 0 auto;
    max-width: 100%;
    line-height: 36px;

}

.breadcrumbs .items li {
    float: left;
    padding-right: 6px;
}

.breadcrumbs .items li a,
strong {
    color: white;
    font-weight: 500;
    display: block;
    float: left;
}

.item_home {
    padding-right: 2px;
}

.icon-arrow-right-copy {
    color: white;
    /*float: left;*/
    font-weight: 600;
    font-size: 12px;
    margin-left: 6px;
}

.header_icon {
    font-weight: 900;
    margin: -1px 9px;
}

#maincontent {
    width: 100%;
    margin: 0 auto;
}

.product-info-main .pdp-main ul div.select_li>li::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: table;
    border: 8px solid #001E8A;
    border-top-color: transparent;
    border-left-color: transparent;
}

.product-info-main .pdp-main ul div.select_li>li::after {
    content: '\f82b';
    position: absolute;
    right: 0px;
    bottom: -3px;
    display: table;
    color: #fff;
    font-size: 10px;
    font-family: 'porto-icons';
}

.product-info-main .pdp-main ul .select_li>li {
    display: block;
    position: relative;
    border: 1px solid #001E8A;
}

.product-info-main .pdp-main ul .select_li p {
    opacity: 1;
}

.product-info-main .pdp-main ul p {
    opacity: 1;
}

.product-info-main .pdp-main {
    margin-top: -30px;
    margin-left: 91px;
}

.product-info-main .pdp-main ul li {
    width: 100%;
    border: 1px solid #ddd;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}

.product-info-main .pdp-main ul li img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.swiper_main {
    margin: 20px auto;
}

.container_conter {
    display: inline-block;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
    margin-top: -4%;
    outline: 0;
}

.header_main {
    width: 100%;
    position: relative;
    padding-top: 6px;
    top: 0;
    left: 0;
}

.tranfrom {
    color: #001E8A;
    position: absolute;
    right: 0px;
    font-size: 30px;
    top: 20%;
    transform: rotate(180deg);
    display: block
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
}

.gallery-thumbs #small_swiper_box {
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
}

.gallery-thumbs #small_swiper_box li {
    width: 25%;
    height: 100%;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    float: none !important;
    display: inline-block !important;
}

.gallery-thumbs #small_swiper_box li img {
    width: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
}

.gallery-thumbs #small_swiper_box li.active-nav img {
    border: 1px solid #001E8A;
}

.gallery-thumbs .swiper-slide-thumb-active {
    filter: alpha(opacity=10);

    -moz-opacity: 0.1;

    -khtml-opacity: 0.1;

    opacity: 0.1;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    filter: alpha(opacity=40);

    -moz-opacity: 0.4;

    -khtml-opacity: 0.4;

    opacity: 0.4;
    float: left;
}

.active-nav {
    opacity: 1 !important;
    filter: alpha(opacity=10);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

#thumbs_slider li {
    width: 10%;
}

#thumbs_slider li img {
    width: 100%
}

.jiantou {
    color: #001E8A;
    position: absolute;
    left: 0px;
    font-size: 25px;
    top: 20%;
}

#ol {

    position: absolute;
    left: 40%;
}

#ol li {
    float: left;
}

.swiper-pagination-bullet-active {
    background: none;
}

#ol li img {
    width: 100%;
}

.frame-color-title h4 {
    font-weight: 600;
    font-size: 13px;
    padding-top: 18px;
}

.product-info-main {
    color: black;
}

.page-title span {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: #555;
}

.pdp-option-title {
    float: left;
    margin-bottom: 10px;
}

.pdp_div {
    float: left;
    width: 24%;
    margin-right: 5px;
}

.pdp_div p {
    padding-top: 2px;
    width: 96%;
    display: inline-block;
    text-align: center;
    color: #777;
    font-size: 13px;
}

.attributes,
.product-info-price {
    width: 100%;
    display: inline-block;
}

.after-share {
    font-style: italic;
    color: #666;
    font-size: 1.3rem;
    padding-bottom: 10px;
}

.pg_grid {
    width: 60%;
    float: left;
    /*font-size: 1.3rem;*/
    color: #777;
    line-height: 30px;
    padding-left: 10px;
}

.pg-grid-12 {
    width: 100%;
    float: left;
    color: #777;
    /*font-size: 1.3rem;*/
}

.pg_r {
    text-align: right;
    width: 40%;
    float: left;
}

.price {
    color: #001E8A;
    font-size: 36px;
    font-weight: 600;
    float: left;
}

.s_price {
    font-size: 2rem;
    font-weight: 400;
    color: #999;
    line-height: 60px;
    padding-left: 5px;
}

.product-info-stock-sku {
    text-align: right;
    font-size: 1.4rem;
    color: #777;
    padding-right: 5px;
}

.submit,
.Checkboxs {
    width: 100%;
}

.submit {
    margin-top: 28px;
    min-height: 48px;
}

.Checkboxs {
    margin-bottom: 20px;
    margin-top: 20px;
}

.Checkboxs input {
    margin-right: 10px;
}

#check_NORX,
#Prescription {
    width: 100%;
}

#addfrovitersBtn {
    width: 40%;
}

#addfrovitersBtn,
.addfrovitersBtn {
    font-size: 1.4rem;
    border: 1px solid #001E8A;
    color: #001E8A;
    line-height: 30px;
    height: 38px;
    background-color: #fff;
    border-radius: 4px;
    outline: 0;
    float: left;
}

.addfrovitersBtn {
    width: 50%;
    margin-right: 5px;
}

.order_btn {
    float: left;
    width: 100%;
}

.order_btn input {
    float: left;
    margin-right: 9px;
}

#order_btn.fix {
    position: fixed;
    bottom: 0px;
    left: 0;
    text-align: center;
    z-index: 99;
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 2px 9px #555;
}

.js-order {
    background: #001E8A;
    margin-right: 8px;
    width: 44%;
    color: white;
    font-size: 1.4rem;
    border: 1px solid #001E8A;
    line-height: 30px;
    height: 38px;
    border-radius: 4px;
    outline: 0;
}

.no_stock {
    background-color: #cccccc;
    border: 1px solid #cccccc;
}

.no_stock:hover {
    background-color: #d0d0d0 !important;
    border: 1px solid #d0d0d0 !important;
}

.js-order-w {
    /*width: 100%;*/
    font-size: 1.4rem;
    border: 1px solid #001E8A;
    color: #001E8A;
    line-height: 32px;
    height: 38px;
    background-color: #fff;
    border-radius: 4px;
    outline: 0;
    display: block;
}

.js-order:hover,
.js-order-w:hover,
.addfrovitersBtn:hover,
#addfrovitersBtn:hover {
    background: #001E8A;
    transition: all .3s ease 0s;
    color: white;
}

.js-order-w:hover::after {
    transition: all .3s ease 0s;
    /*color:#fff !important;*/
}

.type {
    float: left;
}

.stock {
    font-weight: 600
}

.value {
    display: inline-block;
    padding: 0 10px;
    margin-right: -10px;
}

.value_description {
    display: inline-block;
    margin-top: 20px;
    /*font-size: 1.3rem;*/
}

#price b {
    font-weight: 500;
}

.clearfix {
    margin-top: 20px;
}

.share-title {
    float: left;
    line-height: 40px;
    margin-right: 20px;
}

#PDP-share-social-list {
    float: left;
    position: relative;
}

#PDP-share-social-list span {
    border-radius: 16%;
    font-size: 19px;
    color: #fff;
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    min-width: 30px;
    text-align: center;
    line-height: 30px;
}

#PDP-share-social-list span:nth-child(1) {
    background-color: #4267b2;
}

#PDP-share-social-list span:nth-child(2) {
    background-color: #1ca8e3;
}

#PDP-share-social-list span:nth-child(3) {
    background-color: #e40404;
}

#PDP-share-social-list .porto-icon-facebook:before,
#PDP-share-social-list .porto-icon-twitter:before,
#PDP-share-social-list .porto-icon-instagram:before,
#PDP-share-social-list .porto-icon-pinterest:before {
    display: inline-block;
    /*padding-left: 7px;*/
    color: #fff;
    text-align: center;
    padding: 0px;
}

/*.PDP-share-social-list a .icon-tian7_facebook {*/
/*background-color: #4267b2;*/
/*}*/

/*.PDP-share-social-list a .icon-twitter {*/
/*background-color: #1ca8e3;*/
/*}*/

/*.PDP-share-social-list a .icon-pinterest {*/
/*background-color: #e40404;*/
/*}*/

/*.PDP-share-social-list a i {*/
/*width: 32px;*/
/*height: 32px;*/
/*text-align: center;*/
/*color: #fff;*/
/*line-height: 32px;*/
/*display: block;*/
/*font-size: 29px;*/
/*border-radius: 16%;*/
/*float: left;*/
/*margin-right: 20px;*/
/*}*/
/*This price includes:*/

.maincontent-main .columns h1 {
    margin-top: 3px;
    margin-bottom: -10px;
}

.price-included ul li {
    list-style: none;
    /*font-size: 1.3rem;*/
    padding-top: 10px;
    font-weight: 500;
}

.price-included ul li span {
    padding-left: 20px;
    color: #001E8A;
    font-weight: 900;
}

.swiper_btn {
    width: 20px;
    height: 20px;
    background-size: contain;
    color: #001E8A
}

/* 镜框颜色 */
.frame_Frame {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.product-info-main .frame_Lens ul li {
    width: 80%;
}

.color_idx_P {
    width: 40px;
    height: 40px;
    display: block;
    background: purple;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.color_idx_C {
    width: 40px;
    height: 40px;
    display: block;
    background: gray;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.data_title {
    color: #777;
    font-size: 10px;
    padding: 1px;
    text-align: center;
    display: block;
}

.pdp_title {
    width: 90%;
    margin-bottom: 10px;
}

.product-info-main .pdp_title_box {
    width: 100%;
}

.included {
    display: none;
    font-size: 1rem;
}

/* bottom */
.detailed {
    width: 60%;
    display: inline-block;
}

.detailed .items {
    width: 96%;
    margin: 0 auto;
}

.detailed .items .active {
    width: 76px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border-top: 4px solid #001E8A;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
}

.detailed .content {
    width: 100%;
    box-shadow: 0 0 1px 2px #eee;
}

#additional {
    padding: 43px 35px 35px 35px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px #eee;
}

#additional li {
    width: 100%;
    display: inline-block;
    height: 40px;
}

#additional h3 {
    font-size: 13px;
    padding-right: 20px;
    float: left;
    font-weight: 600;
    margin-top: 3px;
    margin-left: -10px;
}

#additional img {
    width: 70px;
    height: 30px;
    float: left;
    margin-top: -4px;
    margin-right: 20px;
}

#additional h4 {
    font-size: 14px;
    line-height: 20px;
    padding-right: 3px;
    float: left;
    margin-top: 0;
    margin-left: -22px;
}

/*bottom*/
#Detail {
    margin-left: -16px;
}

#warp {
    width: 95%
}

#sildWarp li img {
    width: 100%;
}

.detailed {
    width: 60%;
    display: inline-block;
}

.detailed .items {
    width: 96%;
    margin: 0 auto;
}

.active {
    width: 76px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-top:1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.h_g{
    width: 0%;
    height: 4px;
    background:#001E8A;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}
.active:nth-of-type(1) .h_g{
    width: 100%;
}

.active:hover .h_g{
    width: 100%;
}

s.content {
    width: 100%;
    box-shadow: 0 0 1px 2px #eee;
}

.container_conter {
    width: 100%;
}

#footer {
    margin-top: 60px;
}

#footer {
    margin-top: 50px;
    padding-top: 50px;
    width: 100%;
    background: #121214;
}

.container_footer {
    max-width: 100%;
}

.container_icon {
    margin-top: 30px;
}

.container_footer .col-sm-3 ul li a {
    color: white;
}

.container_footer li {
    padding: 5px 0;
    margin-left: -4px;
}

.container_footer strong {
    font-size: 16px;
}

.container_footer p {
    color: #777;
    margin-top: 10px;
}

.container_footer label {
    color: #777;
    margin-top: 30px;
}

.conter_top {
    float: right;
}

.footer {
    background: #121214;
    color: #777;
    padding: 40px 0;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.footer-middle {
    width: 25%;
    float: left;
}

.title-margin {
    margin-top: 30px;
}

.footer-middle ul {
    margin-top: 30px;
}

.footer-middle ul li a {
    color: white;
    line-height: 40px;
    font-size: 13px;
}

.icon-jiantouarrow486 {
    color: #001E8A;
}

.block-title {
    color: white;
    font-size: 20px;
    height: 31px;
}

.footer-middle p {
    margin-bottom: 15px;
    line-height: 1.5;
    margin-top: 25px;
}

label {
    margin-top: 50px;
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.5;
}

#footer_newsletter {
    padding: 0 5px;
    background-color: #dcdcdc;
    border-radius: 5px 0 0 5px;
    height: 30px;
    border: 0;
    width: 100%;
    float: left;
    outline: 0;
}

.actions {
    vertical-align: top;
    display: table-cell;
    margin-bottom: -9px;
}

.header_shop_car_message_hidden_div_sec {
    width: 100%;
    display: flex;
}

.action {
    float: left;
    border-radius: 0 5px 5px 0;
    border: none;
    padding: 0 10px;
    color: white;
    height: 30px;
    background: #001E8A;
}

.action:hover {
    background: #001E8A;
    transition: all 0.3s ease 0s;
}

.sign_in {
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.top-panel .links_list .sign_in a {
    width: 100%;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 20px;
    height: 38px;
    line-height: 38px;
}

.custom-block {
    width: 100%;
    padding-bottom: 60px;
    margin: 0 auto;
    background: #121214;
}

.porto-icon-mail:before,
.porto-icon-phone:before,
.porto-icon-mobile:before,
.porto-icon-chat:before {
    font-size: 2rem;
}

.porto-icon-facebook:before,
.porto-icon-twitter:before,
.porto-icon-instagram:before,
.porto-icon-pinterest:before {
    font-size: 18px;
    color: #ccc;
}

.social-icons {
    display: inline-block;
    width: 18%;
}

.social-icons li {
    width: 25%;
    float: left;
}

.social-icons li a {
    border: 2px solid #9e9e9e;
    text-decoration: none;
    border-radius: 50%;
    padding: 6px;
    height: 30px;
    width: 30px;
    display: block;
    position: relative;
}

.social-icons li a em {
    position: absolute;
    left: 0;
    top: 4px;
}

.social_icon_ul {
    width: 20%;
    margin-top: 8px;
    float: left;
}

.social_icon_ul li {
    width: 20%;
    float: left;
    margin-right: 10px;
    margin-top: -16px;
}

.social_icon_ul li a:hover {
    text-decoration: none;
}

.social-icons li:hover a {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.social-icons li:nth-child(1) a:hover {
    background-color: #3c599b;
    color: #fff;
}

.social-icons li:nth-child(2) a:hover {
    background-color: #1ca8e3;
    color: #fff;
}

.social-icons li:nth-child(3) a:hover {
    background-color: #c867e0;
    color: #fff;
}

.social-icons li:nth-child(4) a:hover {
    background-color: #e40404;
    color: #fff;
}

.social_icon_ul li a i:nth-child(2) {
    font-size: 30px;
}

.social_icon_ul li a i {
    color: #9e9e9e;
    border: 2px solid #9e9e9e;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
}

.ourPhone,
.ourPhone strong {
    padding-bottom: 20px;
    color: #999;
    font-size: 13px;
}

.sddCss>li:nth-of-type(1) {
    border-bottom: 0 !important;
}

.contact-us {
    display: inline-block;
    padding-left: 20px;
}

/*.contact-us li:nth-child(1) {*/
/*width: 26%;*/
/*}*/

/*.contact-us li:nth-child(2), .contact-us li:nth-child(3), .contact-us li:nth-child(4) {*/
/*width: 24%;*/
/*}*/

.contact-us li {
    float: left;
}

.contact-us li span,
.contact-us li a {
    color: #9e9e9e;
}

address div {
    color: #999;
    width: 50%;
    float: left;
}

.pg-pull-right-s {
    float: left;
    width: 50%;
    text-align: right;
}

.pg-pull-right-s a {
    color: #999;
}

.swiper_main {
    width: 100%;
}

#slider_img .slider,
#slider_img .slider img {
    width: 100%;
}

/*#footer .container_footer ul li a {*/
/*font-size: 13px;*/
/*}*/

.Email_footer {
    width: 100%;
}

#newsletter-validate-detail label.error {
    margin: 0;
    color: #e02b27;
    font-size: 1.2rem;
    display: inherit;
}

@media screen and (max-width: 1293px) {
    .social_icon_ul {
        margin-bottom: 20px;
    }

    .social_icon_ul li {
        width: 15%;
        float: left;
        margin-right: 19px;
    }

    .nav-sections ul {
        marin-left: -10px;
    }

    #footer .container_footer {
        width: 99%;
    }

    .container {
        width: 100%;
    }

    .contact-us li {
        width: 33%;
        float: left;
    }

    #footer .container_footer ul li a {
        font-size: 1.4rem;
        min-width: 100%;
    }

    .nav-sections ul {
        margin-left: 5px;
    }

    .swiper-container-free-mode {
        margin-top: -50px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        margin-top: -7%;
        outline: 0;
        z-index: 1;
    }

    .ui-dialog {
        width: 32%;
    }

    .nav-sections #SUNG_list {
        left: -5px;
    }
}

@media screen and (min-width: 992px) {
    #Detail #additional li {
        position: relative;
    }

    #Detail #additional li h4 {
        position: absolute;
        left: 32%;
        margin-left: 0px;
    }

    #footer .contact-us li.pg-grid-12 {
        display: inline-block;
        width: unset;
        padding-right: 20px;
    }

    address.ourPhone {
        padding-top: 30px !important;
    }

    .submit {
        border-bottom: 1px solid #eeeeee;
    }

    #additional h3 {
        font-size: 1.4rem !important;
    }

}

.js-order-w:hover {
    cursor: pointer;
}

/* 订阅反馈 */
.messages1 {
    display: none;
    line-height: 38px;
    padding: 0 20px;
    width: 100%;
    background-color: #80e265;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

#other_lens {
    text-decoration: underline;
    color: #777;
    cursor: pointer;
}


@media screen and (max-width:1485px) {
    .order_btn input {
        margin-right: 6px !important;
    }
}

@media screen and (max-width:1111px) {
    .js-order-w {
        font-size: 1.3rem !important;
    }
}

@media screen and (max-width:1035px) {
    .order_btn input {
        margin-right: 4px !important;
    }
}

@media screen and (max-width: 990px) {
    .frame_Frame {
        margin-top: -26px !important;
    }
}

.sddCss {
    text-align: left !important;
    /*padding-left: 22px !important;*/
}

/* .sddLis {
    padding-left: 47px !important;
} */

.addRight {
    margin-left: 23px;
}

.addLeft {
    padding-left: 29px !important;
}

.li2 {
    border-bottom: 1px solid #001E8A;
    height: 48px;
    line-height: 41px;
}

.li3 {
    border-bottom: 1px solid #001E8A;
    height: 42px;
    padding-left: 30px;
}

.li5 {
    padding-left: 30px;
}


/* add lee 2019.11.1 */
.button-favorite{
    padding-top:5px;
    font-size:13px
}
.button-favorite1{
    background-color: transparent !important;
    color:#001E8A !important;
}
.modal-clip-content{
    padding-top:15px;
    padding-bottom:15px;
}
.modal-clip-number{
    width:50px;
    height:30px;
}
.modal-clip{
    padding:5px;
    border-bottom:1px solid #d8d8d8;
    width:100%;
    margin:auto;
}
.modal-clip-sku{
    font-size: 1.5rem;
    color:#666;
}
.modal-clip-name{
    font-weight: bold;
    font-size: 1.5rem;
    color:#666;
}
.modal-clip-price{
    font-weight: bold;
    font-size: 2rem;
    color:#001E8A;;
}
.catalog-product-view .pdp-order{
    min-width:145px;
}
.modal-sold-out{
    font-weight: bold;
    font-size: 1.5rem;
    color:#666;
}
.modal-clip img{
    width:100%;
}
.modal-cart,.modal-clip-num,.modal-clip-sku,.modal-clip-price{
    padding:0px!important;
    padding-right:5px !important;
}
@media (min-width: 768px) {
    #modal-dialog1 {
        width: 870px !important;
        margin: 30px auto;
    }
}
@media screen and (min-width: 992px){
    .submit {
        padding-bottom: 77px;
    }
}
.btn-close{
    border:1px solid #001E8A;
    color:#001E8A;
    background:#fff;
}
.btn:hover{
    border:0px;
    background-color: #001E8A;
    color: #fff;
}
.btn:visited{
    border:0px;
}
.modal-header{
    color:#001E8A;
}
.order{
    padding:0px;
}
.Order_NO_RX{
    padding-left:5px;
    padding-right:5px;
}
.swiper_share{
    color: #001E8A;
    font-style: italic;
    font-size:1.4rem;
}
.swiper_share1{
    font-size:1.6rem;
}
.pdp-order-alter{
    position: absolute;
    top: 43px;
    left: 15px;
    border: 1px solid #0cc485;
    border-radius: 5px;
    padding: 5px;
    background: #e5efe5;
    color: #006400;
    display:none;
}
.reorder-sale-alter{
    position: absolute;
    top: 43px;
    left: 15px;
    border: 1px solid #0cc485;
    border-radius: 5px;
    padding: 5px;
    background: #e5efe5;
    color: #006400;
    display:none;
}
.order_btn1{
    position:relative;
    padding-bottom: 38px;
}

/*只支持NO RX(sdd-2019,8,22)*/
#norx_Tips{
    position: absolute;
    top: 52px;
    left: 3px;
    font-style: italic;
    color: #666;
    font-size: 1.3rem;
}
.OrderNoRxCOlor{
    background: #001E8A;
    color: #fff;
    border: none;
}
/*end*/


#Lens_Option,#Lens_Option2,#Lens_Option3{
    border:1px solid #ccc;
    border-radius: 2px;
    padding: 8px 10px;
    color:black;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: center;
}
/*.Lens_Option3{*/
    /*width: 340px;*/
    /*margin-left: 80px;*/
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
/*}*/
.Lens_OptionBorder{
    border-color: #001E8A !important;
}
.Lens_OptionClass:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: table;
    border: 10px solid #001E8A;
    border-top-color: transparent;
    border-left-color: transparent;
}
#Lens_Option:after,#Lens_Option2:after,#Lens_Option3:after{
    content: '\f82b';
    position: absolute;
    right: 0px;
    bottom: -3px;
    display: table;
    color: #fff;
    font-size: 10px;
    font-family: 'porto-icons';
}
@media screen and (max-width:992px){
    .Lens_Option3_eye{
        display: block;
    }
}
@media screen and (min-width:992px) and (max-width:1380px){
    .pg_r{
        width: auto;
    }
    #Lens_Option,#Lens_Option2,#Lens_Option3{
        margin-right: 3px;
        display: block;
        text-align: center;
        margin:10px 0px;
    }
    .Lens_Option,#Lens_Option2,#Lens_Option3{
        margin-bottom: 10px;
    }
    .pdp-option-title{
        margin-bottom: 0;
    }
    #Lens_Option3{
        width: 100%;
    }
}
@media screen and (max-width:1247px){
    #meadMa{
        width: 80% !important;
    }
}
@media screen and (max-width:450px){
    .pg_r{
        width: auto;
    }
    .aK{
        display: block;
        margin-bottom: 5px;
        margin-right: 12px !important;
    }
    #Lens_Option3{
        margin-left:0px !important;
    }

    .pg_grid{
        clear: both !important;
    }
}
@media screen and (max-width:400px){
    #Lens_Option,#Lens_Option2{
        margin-right: 3px;
        display: block;
        text-align: center;
        margin:10px 0px;
    }
    .Lens_Option,#Lens_Option2{
        margin-bottom: 10px;
    }
    .pdp-option-title{
        margin-bottom: 0;
    }
    /*#Lens_Option3{*/
        /*width: 100% !important;*/
    /*}*/
}
#lenAdd{
    display: none;
}
.loading-jz{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: rgba(0,0,0,.3);
    z-index: 1000000;
    display: none;
}
.loader-img img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.klgErr{
    margin: 0 0 9px;
    padding: 12px 18px 12px 22.5px;
    display: block;
    font-size: 13px;
    padding-left: 45px;
    position: relative;
    background: #fae5e5;
    color: #e02b27;
    display: none;
}
.klgErr:before{
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #b30000;
    content: '\f847';
    font-family: 'porto-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}
@media screen and (max-width: 450px){
    .attributes .pg_r{
        width: auto !important;
    }
}

@media screen and (max-width:768px){
    .frame-color-title h4{
        display: block !important;
    }
}

#lens_Text1{
    display: none;
}
.product-out-of-stock-sales-notify-button{width:100%;height:38px;border-radius:5px;color:#fff;border:1px solid #001E8A;background:#001E8A;}

.button-favorite{
    padding-top:5px;
    font-size:13px
}
.button-favorite1{
    background-color: transparent !important;
    color:#001E8A !important;
}
.modal-clip-content{
    padding-top:15px;
    padding-bottom:15px;
}
.modal-clip-number{
    width:50px;
    height:30px;
}
.modal-clip{
    padding:5px;
    border-bottom:1px solid #d8d8d8;
    width:100%;
    margin:auto;
}
.modal-clip-sku{
    font-size: 1.5rem;
    color:#666;
}
.modal-clip-name{
    font-weight: bold;
    font-size: 1.5rem;
    color:#666;
}
.modal-clip-price{
    font-weight: bold;
    font-size: 2rem;
    color:#001E8A;;
}
.catalog-product-view .pdp-order{
    min-width:145px;
}
.modal-sold-out{
    font-weight: bold;
    font-size: 1.5rem;
    color:#666;
}
.modal-clip img{
    width:100%;
}
.modal-cart,.modal-clip-num,.modal-clip-sku,.modal-clip-price{
    padding:0px!important;
    padding-right:5px !important;
}
@media (min-width: 768px) {
    #modal-dialog1 {
        width: 870px !important;
        margin: 30px auto;
    }
}
@media screen and (min-width: 992px){
    .submit {
        padding-bottom: 77px;
    }
}
.btn-close{
    border:1px solid #001E8A;
    color:#001E8A;
    background:#fff;
}
.btn:hover{
    border:0px;
    background-color: #001E8A;
    color: #fff;
}
.btn:visited{
    border:0px;
}
.modal-header{
    color:#001E8A;
}
.order{
    padding:0px;
}
.Order_NO_RX{
    padding-left:5px;
    padding-right:5px;
}
.swiper_share{
    color: #001E8A;
    font-style: italic;
    font-size:1.4rem;
}
.swiper_share1{
    font-size:1.6rem;
}
.pdp-order-alter{
    position: absolute;
    top: 43px;
    left: 15px;
    border: 1px solid #0cc485;
    border-radius: 5px;
    padding: 5px;
    background: #e5efe5;
    color: #006400;
    display:none;
}
.order_btn1{
    position:relative;
    padding-bottom: 38px;
}

/*只支持NO RX(sdd-2019,8,22)*/
#norx_Tips{
    position: absolute;
    top: 52px;
    left: 3px;
    font-style: italic;
    color: #666;
    font-size: 1.3rem;
}
.OrderNoRxCOlor{
    background: #001E8A;
    color: #fff;
    border: none;
}
:root {
    --star-size: 20px;
    --star-color: #ccc;
    --star-background: #001E8A;
}
.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}
.Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: #001E8A;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*end*/
/*sign up  弹出样式*/
.popup-Curtain {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    background: rgba(0,0,0,0.6);
    visibility: hidden
}

.popup,.popup-email {
    width: 75%;
    position: absolute;
    left: 0;
    background: #fff;
    right: 0;
    top: 0;
    margin: 80px auto;
    box-sizing: border-box;
    z-index: 999;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0 0 1px #000;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform,visibility;
    transition-property: transform,visibility;
    transition-timing-function: ease
}

.popup-title,.popup-email-title {
    width: 100%;
    padding: 30px 30px 20px 30px;
    box-sizing: border-box;
    font-size: 26px;
    color: #000
}

.popup-title span:first-child,.popup-email-title span:first-child {
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 1px solid #c1c1c2;
    padding-bottom: 10px
}
.popup-footer{
    padding: 30px 30px 20px 30px;
}

.popup textarea,.popup-email textarea {
    height: 150px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    border: 0;
    padding: 8px;
    display: block;
    font-size: 16px;
    color: #333;
    padding: 0 30px
}

.popup textarea:focus,.popup-email textarea:focus {
    outline: none
}

.popup-footer,.popup-email-footer {
    width: 96%;
    height: 70px;
    border-top: 1px solid #e5e5e5;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px auto;
}

.popup-footer input[type=button],.popup-email-footer input[type=button] {
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    margin-right: 50px;
    border: 1px solid #001E8A;
    color: #001E8A;
    line-height: 30px;
    padding: 0 12px;
    width: 70px;
    height: 38px;
    background-color: #fff
}

.popup-footer input[type=button]:hover,.popup-email-footer input[type=button]:hover {
    background: #001E8A;
    border: 1px solid #001E8A;
    color: #fff
}

.popup-footer input[type=button]:focus,.popup-email-footer input[type=button]:focus {
    outline: none
}

.popup-email {
    text-align: center
}

.popup-email .email {
    height: 45px;
    box-sizing: border-box;
    width: 93%;
    border: none;
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px solid #E5E5E5;
    color: #333;
    margin-bottom: 30px
}

.popup-email .email:focus {
    outline: none
}

@media screen and (max-width:998px) {
    .popup,.popup-email {
        width: 90%
    }

    .popup-footer,.popup-email-footer {
        justify-content: space-evenly
    }

    .popup-footer input[type=button],.popup-email-footer input[type=button] {
        margin-right: 0
    }
}

.popup-show {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#php_val{
    display: inline-block;
    width: 100%;
    padding:2px 30px;
    color: #000;
}
/*end*/

#noticeinfo{
    display: none;
}

.assigned .error {
    margin: 0 0 9px;
    padding: 12px 18px 12px 22.5px;
    display: block;
    font-size: 13px;
    padding-left: 45px;
    position: relative;
    background: #fae5e5;
    color: #e02b27;
}
.assigned .error>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #b30000;
    content: '\f847';
    font-family: 'porto-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}
.assigned .success>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #006400;
    content: '\f846';
    font-family: 'porto-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}
.assigned .success {
    margin: 0 0 9px;
    padding: 12px 18px 12px 22.5px;
    display: block;
    font-size: 13px;
    background: #e5efe5;
    color: #006400;
    padding-left: 45px;
    position: relative;
}
.Lens_Font{
    font-weight: bold;
}
.select_Color{
    color: #001E8A !important;
}
