.uk-close{
    text-decoration:none;
}

.iFrameSlide {
    height: 420px !important;
}

#loading, .loading {
    color: #99cc33;
    text-align: center;
    margin: 0;
    font-size: 32px;
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 8000;
    background: rgba(255,255,255,0);
}
#header {
	position: relative;
		width: 100%;
	min-width: 100%;
	height: 65px;
	background-image: url(/images/mobile/header_bg_h65.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	z-index: 999;
	-moz-box-shadow: 0px 4px 20px 0px rgba(0%,0%,0%,0.2);
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0%,0%,0%,0.2);
	box-shadow: 0px 4px 20px 0px rgba(0%,0%,0%,0.2);
     a {
	    width: 100%;
	    height: 100%;
	    display:block;
      margin: 0px;
    }
}
#moshi_main #loading {
    background: none;
    width: auto;
    height: auto;
}

#loadingDevice {
    height: 30px;
    width: 175px;
    padding: 20px 0 0 0;
}


.boxloading {
    height: 250px;
    text-align: center;
    line-height: 250px;
}

#mainbody {
    position: relative;
   
}

h1.ptitle {
    color: #58585a;
    display: block;
    font-size: 30px;
    margin: 55px 0 20px;
}
.pbanner{
    margin-bottom:50px;
   min-height:150px;
    
}

.top_bg {
    background-color: #fff;
    width: 100%;
    height: 65px;
    position: absolute;
    z-index: 99;
}

.top_opacity_bg {
    position: absolute;
    z-index: 98;
    background-color: #fff;
    width: 100%;
    height: 65px;
    top: 0px;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    /*padding: 20px 0px 10px 0px;*/
}

.logo {
    /*display: inline-block;*/
    float: left;
}

.small_menu {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.logo_small {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    margin-top: -5px;
}

    .logo_small img {
        width: 90px;
    height: 60px;
    }

.uk-navbar-toggle {
    color: #333;
    text-shadow: 0 0px 0 #fff;
}

.uk-nav {
    /*text-transform: uppercase;*/
}

.menu_div,
.menu_div div {
    /*display: inline-block;
	float:left;*/
}

.menu_div {
    /*hight: 64px;*/
    margin-top: 0px;
    margin-left: 10px;
}

.small_menu_icon {
    color: #58585A;
    position: absolute;
}


.menu_div div {
    /*color: #3E3A39;
	font-size: 14px;
	display: inline-block;*/
    float: left;
    /*padding: 0px 15px 0px 15px; */
    /*opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);*/
    vertical-align: middle;
    /*background-color:#d8d8d8;*/
}

    .menu_div div a {
        display: block;
        hight: 65px;
        /*width: 100%;*/
        padding: 26px 24px 24px 24px;
        /*padding: 26px 20px 38px 20px;*/
        color: #9e9d9c;
        text-decoration: none;
        font-weight: 500;
        /*border-bottom: 1px solid #B56061;*/
    }

    .menu_div div:hover a,
    .menu_div div.a_active a {
        cursor: pointer;
        color: #3E3A39;
        /*opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);*/
    }




div.a_my_account,
div.a_cart,
div.a_search {
    padding: 0px 0px 13px 0px;
    /*border-bottom: 1px solid #B56061;*/
    display: block;
    /*width: 42px;
	height: 60px;*/
    font-weight: bold;
    overflow: hidden;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    /*background-image: url(images/cart.svg);*/
    background-position: 6px 14px;
    vertical-align: middle;
    position: relative;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    transition: opacity 0.8s ease-out;
    -moz-transition: opacity 0.8s ease-out;
    -webkit-transition: opacity 0.8s ease-out;
    -o-transition: opacity 0.8s ease-out;
}

    div.a_my_account:hover,
    div.a_cart:hover,
    div.a_search:hover {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }



.a_my_account {
    background-image: url(../images/my_account.svg);
}

.a_cart {
    background-image: url(../images/cart.svg);
    background-position: 6px 12px;
}

.a_search {
    background-image: url(../images/search.svg);
}

.no-svg .a_my_account {
    background-image: url(../images/my_account.png);
}

.no-svg .a_cart {
    background-image: url(../images/cart.png);
}

.no-svg .a_search {
    background-image: url(../images/search.png);
}

#menu_Search div.icon_bt {
    width: 48px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 11px;
    background-color: #add481;
    z-index: 10;
    background-image: url(../images/search.svg);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: center center;
}

.no-svg #menu_Search div.icon_bt {
    width: 48px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 11px;
    background-color: #add481;
    z-index: 10;
    background-image: url(../images/search.png);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: center center;
}

#menu_Search form {
    position: absolute;
    top: 11px;
}

.cart_b_bg {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    background-color: #9DC814;
    position: absolute;
    padding: 4px;
    top: 12px;
    left: 24px;
    /*width: 24px;
	height:24px;
	line-height:0px;*/
    font-weight: 600;
    color: #fff;
    font-size: 10px;
    text-align: center;
    /*opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);*/
    vertical-align: middle;
    -webkit-animation: uk-slide-top-fixed .4s ease-in-out;
    animation: uk-fade .2s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    min-width: 20px;
    line-height: 1;
}

.a_search_w {
    width: 240px;
}

.search_input {
    /*position: absolute;*/
    width: 240px;
    height: 37px;
    font-size: 14px;
    font-weight: 400;
    right: 0px;
    top: 12px;
    padding-top: 14px;
    /*margin-left: 10px;
	padding-left:5%; */
    text-align: left;
    /*float: left;*/
    border: 1px solid #ddd;
}

    .search_input::-webkit-input-placeholder {
        color: #BBBBBB;
        font-size: 12px;
        padding-top: 0px;
    }

    .search_input:-moz-placeholder { /* Firefox 18- */
        color: #919191;
        font-size: 12px;
        padding-top: 0px;
    }

    .search_input::-moz-placeholder { /* Firefox 19+ */
        color: #BBBBBB;
        font-size: 12px;
        padding-top: 0px;
    }

    .search_input:-ms-input-placeholder {
        color: #BBBBBB;
        font-size: 12px;
        padding-top: 0px;
    }

.del_v {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    right: 1px;
    top: 14px;
    padding: 9px 10px 10px 10px;
    background-color: #fff;
}

.small_a_search_w {
    width: 240px;
}

.small_search_input {
    position: absolute;
    width: 80%;
    height: 37px;
    font-size: 14px;
    font-weight: 400;
    right: 0px;
    top: 12px;
    /*margin-top: 10px;
	margin-left: 10px;
	padding-left:5%; */
    text-align: left;
    /*float: left;*/
    border: 1px solid #ddd;
}

.small_del_v {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    right: 1px;
    top: 14px;
    padding: 10px 10px 13px 10px;
    background-color: #fff;
}


/*@media (max-width: 960px ) {
    .top_opacity_bg {
        height: 50px;
    }

    .small_menu_icon {
        margin-top: 5px;
        font-size: 22px;
    }

    .logo_small {
        margin-left: -42px;
        margin-top: 0px;
    }

        .logo_small img {
            width: 70px;
        }

    .menu_div {
        margin-top: 0px;
        margin-right: 10px;
    }
	a.menu_div_txt_1 {
		font-size:14px;
	}

    div.a_search {
        padding: 0;
        background-size: 32px 32px;
        background-position: 10px 10px;
    }

    div.a_cart {
        padding: 0;
        background-size: 32px 32px;
        background-position: 0px 10px;
        margin-right: 10px;
    }

    .cart_b_bg {
        top: 16px;
        left: 28px;
        font-size: 9px;
    }

    .small_a_search_w {
        width: 100%;
    }

    .small_search_input {
        opacity: 0.9;
        -moz-opacity: 0.9;
        filter: alpha(opacity=90);
        width: 100%;
        height: 37px;
        font-size: 14px;
        font-weight: 400;
        right: 0px;
        top: 50px;
        



        text-align: left;
         

        border: 1px solid #ddd;
    }

    .small_del_v {
        cursor: pointer;
        position: absolute;
        z-index: 10;
        right: 1px;
        top: 51px;
        padding: 10px 10px 13px 10px;
        background-color: transparent;
    }
}
*/




/*@media (max-width: 480px) {
    .top_opacity_bg {
        height: 40px;
    }

    .small_menu_icon {
        margin-top: 1px;
        font-size: 18px;
    }

    .logo_small {
        margin-left: -27px;
        margin-top: 2px;
    }

        .logo_small img {
            width: 50px;
        }

    .menu_div {
        margin-top: 0px;
        margin-right: 10px;
    }

    div.a_search {
        padding: 0;
        background-size: 32px 32px;
        background-position: 18px 6px;
    }

    div.a_cart {
        padding: 0;
        background-size: 32px 32px;
        background-position: 0px 6px;
        margin-right: 0px;
    }

    .cart_b_bg {
        top: 13px;
        left: 28px;
        font-size: 9px;
    }

    .small_a_search_w {
        width: 100%;
    }

    .small_search_input {
        opacity: 0.9;
        -moz-opacity: 0.9;
        filter: alpha(opacity=90);
        width: 100%;
        height: 37px;
        font-size: 14px;
        font-weight: 400;
        right: 0px;
        top: 40px;
         



        text-align: left;
        

        border: 1px solid #ddd;
    }

    .small_del_v {
        cursor: pointer;
        position: absolute;
        z-index: 10;
        right: 1px;
        top: 41px;
        padding: 10px 10px 13px 10px;
        background-color: transparent;
    }
}*/







div.a_line {
    padding: 0px;
    margin-top: 30px;
    display: block;
    height: 60px;
    width: 1px;
    /*border-right: 1px solid #ddd;*/
    background-color: #e7e6e6;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.desktopMenu .a_case,
.desktopMenu .a_film,
.desktopMenu .a_cables,
.desktopMenu .a_bags,
.desktopMenu .a_power,
.desktopMenu .a_audio,
.desktopMenu .a_computing,
.desktopMenu .a_filter {
    padding: 0px 5px 0px 5px;
    margin: 12px 0px 0px 0px;
    /*border-right: 1px solid #e7e6e6;*/
    display: block;
    height: 105px;
    width: 10%;
    font-weight: 400;
    overflow: hidden;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    /*background-image: url(../images/cart.svg);*/
    background-position: 50% 0px;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    /*vertical-align: middle;*/
    position: relative;
    display: inline-block;
    transition: opacity 0.8s ease-out;
    -moz-transition: opacity 0.8s ease-out;
    -webkit-transition: opacity 0.8s ease-out;
    -o-transition: opacity 0.8s ease-out;
}

/*Any Firefox*/
@-moz-document url-prefix() {
    .a_case,
    .a_film,
    .a_cables,
    .a_bags,
    .a_power,
    .a_audio,
    .a_computing,
    .a_filter {
        background-size: 100%;
    }
}


.a_case {
    background-image: url(../images/a_case.svg);
}

.no-svg .a_case {
    background-image: url(../images/a_case.png);
}

.a_film {
    background-image: url(../images/a_film.svg);
}

.no-svg .a_film {
    background-image: url(../images/a_film.png);
}

.a_cables {
    background-image: url(../images/a_cables.svg);
}

.no-svg .a_cables {
    background-image: url(../images/a_cables.png);
}

.a_bags {
    background-image: url(../images/a_bags.svg);
}

.no-svg .a_bags {
    background-image: url(../images/a_bags.png);
}

.a_power {
    background-image: url(../images/a_power.svg);
}

.no-svg .a_power {
    background-image: url(../images/a_power.png);
}

.a_audio {
    background-image: url(../images/a_audio.svg);
}

.no-svg .a_audio {
    background-image: url(../images/a_audio.png);
}

.a_computing {
    background-image: url(../images/a_computing.svg);
}

.no-svg .a_computing {
    background-image: url(../images/a_computing.png);
}

.a_filter {
    /*border-right: 0px solid #e7e6e6;*/
    background-image: url(../images/a_filter.svg);
}

.no-svg .a_filter {
    /*border-right: 0px solid #e7e6e6;*/
    background-image: url(../images/a_filter.png);
}

.sub2_text {
    display: block;
    /*padding: 50px 0px 0px 0px;*/
    position: absolute;
    /*z-index:10;*/
    color: #000;
    background-color: transparent;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    top: 60px;
    left: 0px;
}

.desktopMenu .a_case:hover,
.desktopMenu .a_film:hover,
.desktopMenu .a_cables:hover,
.desktopMenu .a_bags:hover,
.desktopMenu .a_power:hover,
.desktopMenu .a_audio:hover,
.desktopMenu .a_computing:hover,
.desktopMenu .a_filter:hover,
.desktopMenu .a_sub_active {
    cursor: pointer;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.small_li_txt {
    font-size: 10px;
    line-height: 20px;
}

.small_nav_divider {
    border-bottom: 1px solid #3d3d3d;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}




#g_over_bg,
#g_over_bg_2,
#g_over_bg_active,
#g_over_bg_2_active {
    width: 0px;
    height: 0px;
    /*background-color:#96ca53;*/
    background-color: #afd081;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}




#m_menu {
    /*float: right;*/
}

.product_menu {
    /* position: relative;
  text-align: left;
  float: left;*/
    /*border: 1px dotted #F90;*/
}

.product_item {
    /*overflow:hidden;*/
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 120px;
    top: 65px;
    left: 0px;
    background-color: transparent;
    /*background-image: url(http://www.moshistore.com/Images/product_item_bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;*/
    /*box-shadow: -webkit- 0px 3px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -moz- 0px 3px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -ms- 0px 3px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -o- 0px 3px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.1);*/
}

.product_item_bg {
    /*margin: 0px auto;
  overflow: hidden;*/
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 10px;
    background-color: #FFFFFF;
    opacity: 0.95;
    -moz-opacity: 0.95;
    filter: alpha(opacity=95);
    /*-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);*/
    /*border-top: 1px solid #d7d7d7;*/
    -moz-box-shadow: inset 0px 4px 10px rgba(0,0,0,0.07);
    -webkit-box-shadow: inset 0px 4px 10px rgba(0,0,0,0.07);
    box-shadow: inset 0px 4px 10px rgba(0,0,0,0.07);
    border-top: 1px solid #e6e6e6;
}

.product_item_ul {
    width: 100%;
    text-align: center;
}

.product_item_div {
}

/*.p_item_li_selected_8 */

.sub_case,
.sub_film,
.sub_cables,
.sub_bags,
.sub_power,
.sub_audio,
.sub_computing,
.sub_filter {
    /*overflow: hidden;*/
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 120px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    padding: 10px 0px 60px 0px;
    opacity: 0.95;
    -moz-opacity: 0.95;
    filter: alpha(opacity=95);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

.menu_item {
    /*height: 270px;*/
    overflow: hidden;
    margin: 0px 0px 30px 0px;
    padding: 15px 20px 5px 16px;
    display: inline-block;
    /*border: 1px dotted #C96;*/
}


.sub3_text {
    color: #58585a;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}

.sub3_li {
    color: #58585a;
    padding: 20px 40px 20px 40px;
    display: inline-block;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
}

.sub3_span {
    text-indent: 1em;
}

.sub3_li b a {
    font-weight: bold;
}

.sub3_li em {
    font-style: italic;
}

.sub3_li p {
    margin: 0;
    padding: 0;
}

.sub3_li a {
    color: #58585a;
    font-weight: 400;
    text-decoration: none;
}


.sub3_li a:hover {
    color: #9bc713;
    text-shadow: -1px -1px 0 #fff;
    text-decoration: none;
    cursor: pointer;
}



.txt_green {
    color:#a5c65d;
}

.txt_smaller {
    font-size:smaller;
}

.txt_pink {
    color: rgb(233, 69, 162);
}










































.tm-middle {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: 0px;
    background-color: #fff;
}

    .tm-middle:after {
        content: "";
        display: block;
    }

    .tm-footer, .tm-middle:after {
        /*height: 70px;*/
        padding-top: 15px;
    }

.tm-footer {
    padding-bottom: 10px;
}



.tm-footer {
    background-color: #525252;
}

.footer_ul,
.footer_email,
.footer_share,
.footer_language {
    display: inline-block;
    line-height: 20px;
}

.footer_ul,
.footer_email,
.footer_language {
    padding-bottom: 15px;
}

.footer_ul {
    margin-top: 8px;
    /*margin-right:10px;
	margin-left:10px;*/
}

.footer_email {
    margin-top: 8px;
    margin-right: 20px;
    margin-left: 20px;
}


.footer_share {
}

.footer_language {
}

    .footer_ul li,
    .footer_email li,
    .footer_share li,
    .footer_language li {
        display: inline-block;
        vertical-align: middle;
    }

        .footer_ul li a,
        .footer_email li a,
        .footer_language li a {
            color: #fff;
            padding: 0px 0px 0px 15px;
            font-size: 12px;
            font-weight: 400;
            opacity: 0.7;
            -moz-opacity: 0.7;
            filter: alpha(opacity=70);
            text-decoration:none;
        }

        .footer_share li a {
            color: #fff;
            font-size: 12px;
            padding: 0px 0px 0px 15px;
            font-weight: 400;
            opacity: 0.7;
            -moz-opacity: 0.7;
            filter: alpha(opacity=70);
        }

        .footer_ul li a:hover {
            opacity: 1;
            -moz-opacity: 1;
            filter: alpha(opacity=100);
        }


@media (max-width: 480px) {
    .tm-footer {
        padding-bottom: 30px;
    }

    .footer_ul li a {
        font-size: 10px;
        padding: 0px 0px 0px 5px;
    }

    .footer_email {
        margin-right: 0px;
        margin-left: 0px;
    }
}

div.a_mail {
    padding: 0px 5px 0px 5px;
    display: block;
    font-weight: bold;
    overflow: hidden;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle;
    position: relative;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

.a_mail {
    background-image: url(../images/a_mail.svg);
}

.no-svg .a_mail {
    background-image: url(../images/a_mail.png);
}

.uk-form-email {
    border-bottom: 1px solid #9f9f9f;
}

.email_input::-webkit-input-placeholder {
    color: #919191;
    font-size: 12px;
}

.email_input:-moz-placeholder { /* Firefox 18- */
    color: #919191;
    font-size: 12px;
}

.email_input::-moz-placeholder { /* Firefox 19+ */
    color: #919191;
    font-size: 12px;
}

.email_input:-ms-input-placeholder {
    color: #919191;
    font-size: 12px;
}

#mailinginput,
.email_input {
    width: 260px;
    font-size: 12px;
    color: #919191;
    padding: 0px 5px 3px 2px;
    border: 0px none #525252;
    background-color: #525252;
    font-style: italic;
}




div.a_language {
    padding: 15px 5px 10px 5px;
    display: block;
    font-weight: bold;
    overflow: hidden;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: 10px 9px;
    vertical-align: middle;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    text-indent: 30px;
}



.a_language {
    background-image: url(../images/a_language.svg);
}

.no-svg .a_language {
    background-image: url(../images/a_language.png);
}

.a_language_li {
}

    .a_language_li li,
    .a_language_li li a {
        font-size: 12px;
        font-weight: 400;
        color: #58585a;
    }

        .a_language_li li a:hovar {
            background-color: #D6D6D6;
            cursor: pointer;
        }

div.a_language:hover {
    cursor: pointer;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.a_icon_up {
    display: inline;
    text-align: left;
    margin-left: 5px;
}



div.a_fb,
div.a_twitter,
div.a_pinterest,
div.a_instagram,
div.a_youtube,
div.a_google,
div.a_weibo,
div.a_douban {
    padding: 15px 7px 10px 7px;
    display: block;
    font-weight: bold;
    overflow: hidden;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle;
    position: relative;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    transition: opacity 0.8s ease-out;
    -moz-transition: opacity 0.8s ease-out;
    -webkit-transition: opacity 0.8s ease-out;
    -o-transition: opacity 0.8s ease-out;
}

    div.a_fb:hover,
    div.a_twitter:hover,
    div.a_pinterest:hover,
    div.a_instagram:hover,
    div.a_youtube:hover,
    div.a_google:hover,
    div.a_weibo:hover,
    div.a_douban:hover {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }

.a_fb {
    background-image: url(../images/a_fb.svg);
}

.no-svg .a_fb {
    background-image: url(../images/a_fb.png);
}

.a_twitter {
    background-image: url(../images/a_twitter.svg);
}

.no-svg .a_twitter {
    background-image: url(../images/a_twitter.png);
}

.a_pinterest {
    background-image: url(../images/a_pinterest.svg);
}

.no-svg .a_pinterest {
    background-image: url(../images/a_pinterest.png);
}

.a_instagram {
    background-image: url(../images/a_instagram.svg);
}

.no-svg .a_instagram {
    background-image: url(../images/a_instagram.png);
}

.a_youtube {
    background-image: url(../images/a_youtube.svg);
}

.no-svg .a_youtube {
    background-image: url(../images/a_youtube.png);
}

.a_google {
    background-image: url(../images/a_google.svg);
}

.no-svg .a_google {
    background-image: url(../images/a_google.png);
}

.a_weibo {
    background-image: url(../images/a_weibo.svg);
}

.no-svg .a_weibo {
    background-image: url(../images/a_weibo.png);
}

.a_douban {
    background-image: url(../images/a_douban.svg);
}

.no-svg .a_douban {
    background-image: url(../images/a_douban.png);
}




































.banner {
    height: 420px;
    background-color: #f1f1f1;
    -moz-box-shadow: inset 0px -5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px -5px 10px rgba(0,0,0,0.1);
    box-shadow: inset 0px -5px 10px rgba(0,0,0,0.1);
    /*background-image: url(../images/banner_bg.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;*/
}

.small_banner {
    height: 320px;
    background-color: #f1f1f1;
    -moz-box-shadow: inset 0px -5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px -5px 10px rgba(0,0,0,0.1);
    box-shadow: inset 0px -5px 10px rgba(0,0,0,0.1);
}

.small_banner_txt {
    font-size: 14px;
    line-height: 20px;
    margin: 30px 20px 30px 20px;
    text-align: center;
}






.icon_page {
    display: inline-block;
}

.viewer_icon {
    margin-top: 10px;
}

.icon_font_1 {
    margin-left: 5px;
}

.comments {
    margin-top: 40px;
}

.comments_list {
    margin-top: 10px;
}

    .comments_list a {
        text-decoration: underline;
    }

        .comments_list a:hover {
            text-decoration: underline;
        }

.comment_meta {
    margin: 2px 0 0 0;
    padding-left: 6px;
    font-size: 11px;
    line-height: 16px;
    color: #999;
}

.comment_body {
    padding-left: 65px;
    padding-top: 5px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 26px;
}

.comment_input {
    width: 100%;
}

.per_body {
    padding-top: 6px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
}

.h-p {
    padding-bottom: 10px;
}

.radio_li {
    display: inline-block;
}







.uk-pagination > .uk-active > span {
    background-color: #A4C65D;
    color: #fff;
    border: 1px solid #A4C65D;
    /*border-bottom-color: rgba(0,0,0,.4);*/
    background-origin: border-box;
    background-image: -webkit-linear-gradient(270deg,rgba(164,198,93,1.00) 0%,rgba(164,198,93,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(164,198,93,1.00) 0%,rgba(164,198,93,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(164,198,93,1.00) 0%,rgba(164,198,93,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(164,198,93,1.00) 0%,rgba(164,198,93,1.00) 100%);
    text-shadow: 0 0px 0 rgba(0,0,0,.2);
}

.uk-pagination > li > a, .uk-pagination > li > span {
    font-size: 14px;
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-radius: 34px;
}

.uk-pagination > li > a {
    background-color: #ebebeb;
    color: #666;
    border: 1px solid #ebebeb;
    /*border-bottom-color: rgba(0,0,0,.3);*/
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#ebebeb,#ebebeb);
    background-image: linear-gradient(to bottom,#ebebeb,#ebebeb);
    text-shadow: 0 0px 0 #fff;
}

    .uk-pagination > li > a:focus, .uk-pagination > li > a:hover {
        background-color: #cccccc;
        color: #fff;
        outline: 0;
        background-image: none;
    }

    .uk-pagination > li > a:active {
        background-color: #f5f5f5;
        color: #666;
        /*border-color: rgba(0,0,0,.3) rgba(0,0,0,.2) rgba(0,0,0,.2);*/
        background-image: none;
        /*box-shadow: inset 0 2px 4px rgba(0,0,0,.1)*/
    }

.uk-pagination > .uk-disabled > span {
    background-color: #ebebeb;
    color: #666;
    border: 1px solid #ebebeb;
    text-shadow: 0 0px 0 #fff;
}








.uk-plus {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background: 0 0;
    display: inline-block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    opacity: .3;
}

    .uk-plus:after {
        display: block;
        content: "\f067";
        font-family: FontAwesome;
    }

    .uk-plus:focus, .uk-plus:hover {
        opacity: .5;
        outline: 0;
        color: inherit;
        text-decoration: none;
        cursor: pointer;
    }


.uk-minus {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background: 0 0;
    display: inline-block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    opacity: .3;
}

    .uk-minus:after {
        display: block;
        content: "\f068";
        font-family: FontAwesome;
    }

    .uk-minus:focus, .uk-minus:hover {
        opacity: .5;
        outline: 0;
        color: inherit;
        text-decoration: none;
        cursor: pointer;
    }








.des_moshi,
.best_sellers {
    padding: 40px 0px 40px 20px;
}

.des_moshi_h2 {
    padding: 20px 20px 0px 20px;
}

.best_sellers_h2 {
    padding: 20px 20px 0px 0px;
}


.des_moshi_li,
.best_sellers_li {
    padding: 20px 40px 20px 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

    .des_moshi_li a,
    .best_sellers_li a {
        color: #58585a;
        font-weight: 400;
        text-decoration: underline;
    }

        .des_moshi_li a:hover,
        .best_sellers_li a:hover {
            color: #9bc713;
            cursor: pointer;
            text-decoration: underline;
        }

.des_moshi_img,
.best_sellers_img {
    padding: 0px 0px 10px 0px;
}

.best_sellers_h3 {
    padding: 0px 0px 5px 0px;
    font-size: 14px;
    font-weight: bold;
}




.icon_em {
    font-style: italic;
    display: inline-block;
    text-decoration: underline;
}


.icon_link_1 {
    display: inline-block;
    width: 21px;
    height: 16px;
    margin: 0px 5px 0px 0px;
    background-image: url(../images/icon_link_1.png);
    background-position: 5px 5px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}


.photolist {
}

    .photolist h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .photolist p {
        font-size: 14px;
        line-height: 22px;
    }

    .photolist a,
    .photolist a:hover {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        color: #fff;
        text-decoration: underline;
    }

        .photolist a:hover {
            font-weight: 400;
        }



@media (max-width: 960px) {
}

@media (max-width: 480px) {
    .photolist h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .photolist p {
        font-size: 10px;
        line-height: 16px;
    }
}
.page_title{
    padding-top: 70px;
}
.page_min {
    padding-top: 70px;
}

.uk-breadcrumb > li:nth-child(n+2):before {
    content: ">";
}

.page_min ul,
.page_min li {
    font-size: 10px;
    line-height: 16px;
}

.page_min a {
}

.detail_menu_ul,
.detail_menu_ul li {
    font-size: 12px;
    line-height: 18px;
    float: right;
}

detail_menu_ul li a {
    font-size: 12px;
    line-height: 18px;
}

detail_menu_ul li:hover detail_menu_ul li a:hover {
    color: #000;
}

@media (max-width: 960px ) {
    .page_min {
        padding-top: 80px;
    }
}

@media (max-width: 480px ) {
    .page_min {
        padding-top: 70px;
    }
}



.uk-slideshow {
    overflow: visible !important;
}

.uk-dotnav {
    margin-bottom: -25px !important;
}

.uk-dotnav-contrast > * > * span {
    background: rgba(82, 82, 82, .4);
}

.uk-dotnav-contrast > * > :active span, .uk-dotnav-contrast > .uk-active > * span {
    background: rgba(82, 82, 82, .9);
}

.uk-dotnav-contrast > * > :focus span,
.uk-dotnav-contrast > * > :hover span {
    background: rgba(82, 82, 82, .7);
}

.uk-dotnav li a span {
    margin-top: 7px;
    margin-left: 7px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

























.uk-button-2 {
    width: 190px;
    border: 1px solid #E4E4E4;
    color: #444;
    background-color: #fff;
    border-radius: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

    .uk-button-2:hover {
        color: #fff;
        /*background-color: #444; */
    }

.des_f {
    width: 190px;
}

.des_f_li a {
    color: #444;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

.cart_icon_btn {
    /*position:absolute;*/
    cursor: pointer;
    width: 50px;
    height: 55px;
    /*background-color:#000;
	opacity:0.3;*/
    display: block;
    top: 0px;
    /*right:160px;*/
    /*left:-47px;*/
}

.cart_left {
    margin-left: -210px;
}

.cart_f {
    width: 260px;
    padding-bottom: 30px;
}

    .cart_f .cart_f_li {
        color: #444;
        font-size: 12px;
        line-height: 18px;
        font-weight: normal;
        text-align: left;
        overflow: hidden;
        padding: 5px 5px 5px 5px;
        border-bottom: 1px solid #EFEFEF;
        min-height: 75px;
    }


        .cart_f .cart_f_li:hover {
            background-color: #f9f9f9;
        }

            .cart_f .cart_f_li:hover .cart_icon_div {
                display: block;
            }

.cart_f_li_grid {
    width: 95%;
}

.cart_icon_div {
    display: none;
    width: 5%;
    text-align: right;
}

    .cart_icon_div .cart_icon_a {
        margin: 0;
        padding-top: 5px;
        display: inline-block;
        opacity: 0.5;
    }

        .cart_icon_div .cart_icon_a:hover {
            cursor: pointer;
            opacity: 1;
        }


.cart_subtotal {
    top: 240px;
    padding-top: 15px;
    background-color: #9ac512;
    width: 260px;
    /*height: 110px;*/
    background-image: url(../Images/cart_menu_bg_3_3.png);
    background-repeat: no-repeat;
    background-position: 50% 0px;
}

.cart_f_li2 {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    padding: 5px 5px 15px 5px;
    border-bottom: 1px solid #85aa0f;
}

.cart_f_li3 {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    padding: 15px 5px 15px 5px;
    cursor: pointer;
}

.cart_subtotal ul li.cart_f_li3 a {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    text-align: center;
    cursor: pointer;
}

    .cart_subtotal ul li.cart_f_li3 a:hover {
        color: #444;
        cursor: pointer;
    }

.cart_f_li3_line {
    border-right: 1px solid #85aa0f;
}


.search_list_bg {
    margin-left: 0px;
    width: 200px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    border: 1px solid #d3d3d3;
}

.icon_sort_up {
    color: #fff;
    position: absolute;
    top: 40px;
    left: 4px;
    text-align: center;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url(../Images/icon_sort_up.png);
    background-position: 50% 0px;
}

.interest_div label input {
    width: 10px;
}

.interest_div label,
#subscribeErrMsg {
    color: #fff;
    line-height: 20px;
}



.slide_img_horizontal {
    /*width: 630px;
	height: 420px;*/
}

.slide_img_straight {
    /*width: 280px;
	height: 420px;*/
}


#mainbody .indexSlider-previous {
    left: 0px;
    font-size: 80px;
    line-height: 280px;
    top: 30px;
    width: 70px;
    color: #fff;
    height: 320px;
    background-color: rgba(0, 0, 0, 0.1);
}


#mainbody .indexSlider-next {
    right: 0px;
    font-size: 80px;
    line-height: 280px;
    top: 30px;
    width: 70px;
    color: #fff;
    height: 320px;
    background-color: rgba(0, 0, 0, 0.1);
}



.copyright_div {
    margin-bottom: 20px;
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

    .copyright_div a {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        opacity: 0.7;
        -moz-opacity: 0.7;
        filter: alpha(opacity=70);
    }

        .copyright_div a:hover {
            opacity: 1;
            -moz-opacity: 1;
            filter: alpha(opacity=100);
        }


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
    height: 350px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
