@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.dfont {
  font-family: Arial, 微軟正黑體;
}

.dfontNew {
  font-family: Times New Roman, 微軟正黑體;
}

.black-font {
  color: #000;
}

.white-font {
  color: #fff;
}

.notxt {
  display: inline-block;
  overflow: hidden;
  height: 0;
  width: 0;
  text-indent: -99999px;
}

.animation, [class*="circle-arrow"]:before, [class*="circle-arrow"]:after, [class*="circle-arrow"] span, .feature-section .wrap-attr li .pic .hover-top {
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.clear:after {
  content: '.';
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
}

.swiper-button-disabled [class*="circle-arrow"] {
  cursor: auto;
}

[class*="circle-arrow"] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
[class*="circle-arrow"].more:before, [class*="circle-arrow"].more:after {
  color: #545454;
}
[class*="circle-arrow"].more span {
  border: 2px solid #545454;
}
[class*="circle-arrow"]:before, [class*="circle-arrow"]:after {
  content: '';
  display: block;
  color: #ccc;
  z-index: 11;
}
[class*="circle-arrow"]:before {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  border-style: solid;
  -moz-transform: rotate(45deg) skew(7deg, 7deg);
  -ms-transform: rotate(45deg) skew(7deg, 7deg);
  -webkit-transform: rotate(45deg) skew(7deg, 7deg);
  transform: rotate(45deg) skew(7deg, 7deg);
}
[class*="circle-arrow"]:after {
  width: 13px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  -moz-box-shadow: inset 0 0 0 32px;
  -webkit-box-shadow: inset 0 0 0 32px;
  box-shadow: inset 0 0 0 32px;
}
[class*="circle-arrow"] span {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  border: 2px solid #ccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.circle-arrow-right:before {
  margin-left: -1px;
  border-width: 2px 2px 0 0;
}
.circle-arrow-right:after {
  right: 11px;
}

.circle-arrow-left:before {
  margin-left: -7px;
  border-width: 0 0 2px 2px;
}
.circle-arrow-left:after {
  right: 8px;
}

.pc-block {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
}

.pc-inline-block {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .pc-inline-block {
    display: none;
  }
}

.mobile-block {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobile-block {
    display: block;
  }
}

.mobile-none {
  display: block;
}
@media only screen and (max-width: 999px) {
  .mobile-none {
    display: none;
  }
}

.mobile-inline-block {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobile-inline-block {
    display: inline-block;
  }
}

#fixed-line {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  margin: 0px;
  right: 24px;
  bottom: 90px;
  z-index: 999;
}
@media only screen and (max-width: 1024px) {
    #fixed-line {
        bottom: 150px;
    }
}
@media only screen and (max-width: 767px) {
  #fixed-line {
    bottom: 150px;
  }
  #fixed-line.vf {
    bottom: 150px;
  }
}

/*@media only screen and (max-width: 767px) {
  .fixed-item, #back_top, #go_bottom {
    left: auto !important;
    right: 20px !important;
    margin: 0 !important;
  }
}
*/
header {
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 1025px) {
  header .header_row__1 {
    position: absolute;
    top: 6px;
    right: 0;
    padding: 0;
    z-index: 101;
  }
  header .header_row__1 .header_user li a {
    position: relative;
    font-size: 22px;
  }
  header .header_row__1 .header_user li .fa-user.gray-color {
    color: #ababab;
  }
  header .header_row__1 .header_user li .cart .cart-count {
    min-width: 22px;
    height: 22px;
    position: absolute;
    top: 2px;
    right: -12px;
    line-height: 22px;
    text-align: center;
    background: #14489d;
    font-size: 12px;
    color: #ffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  header .header_row__1 .header_social {
    display: none;
  }
  header .header_row__2 {
    width: 100%;
    position: absolute;
    z-index: 101;
  }
  header .header_row__2 .header_left {
    width: auto;
    position: absolute;
    top: 12px;
  }
  header .header_row__2 .header_center {
    width: 120px;
    position: absolute;
    top: 5px;
    right: 110px;
    padding: 0;
  }
  header .header_row__2 .header_right {
    display: none;
  }
  header .header_row__2 .logo_main {
    width: 130px;
  }
  header .header_row__2 .header_search {
    padding: 0;
  }
  header .header_row__2 .header_search form {
    padding: 0;
  }
  header .header_row__2 .header_search #search-submit {
    width: 36px;
    margin: 0 -36px 0 0;
  }
  header .header_row__3 {
    padding: 0;
  }
  header .header_row__3 .full-w {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  header .header_row__3 #megamenu {
    height: 45px;
    background: transparent;
  }
  header .header_row__3 .megamenu_mobile {
    display: none !important;
  }
  header .header_row__3 .sf-menu {
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding-right: 14%;
  }
  header .header_row__3 .sf-menu > li > a {
    height: inherit;
    padding: 0 10px;
    line-height: 45px;
    color: #14489d;
  }
  header .header_row__3 .sf-menu > li > ul {
    top: 45px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: rgba(47, 47, 47, 0.95);
    border: 1px solid #f2f2f2;
  }
  header .header_row__3 .sf-menu > li > ul .blog_date {
    color: #f2f2f2;
  }
  header .header_row__3 .sf-menu > li > ul .blog_title a {
    color: #f2f2f2;
  }
  header .header_row__3 .sf-menu > li > ul .blog_title a:hover {
    color: #c0c0c0;
  }
}
@media only screen and (min-width: 1200px) {
  header .header_row__3 .sf-menu > li > a {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 1px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 1px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 1px 0;
  }
  header h2.hidden-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  header .header_left {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 1024px) {
  header .container:before, header .container:after, header .row:before, header .row:after {
    display: none;
  }
  header .container {
    width: 100%;
    height: 40px;
    padding: 0 15px;
  }
  header .container:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    background: #f2f2f2;
  }
  header .header_row__1 {
    position: absolute;
    top: 9px;
    right: 25px;
    padding: 0;
    z-index: 13;
  }
  header .header_row__1 .header_social {
    display: none;
    margin: 0 5px;
    padding: 0;
    vertical-align: middle;
    border-right: 0;
    float: none;
  }
  header .header_row__1 .header_social li a i {
    font-size: 22px;
  }
  header .header_row__1 .clearfix {
    display: none;
  }
  header .header_row__2 {
    position: relative;
    padding-top: 11px;
    z-index: 12;
  }
  header .header_row__2 .header_center {
    width: 100%;
    position: absolute;
    top: 8px;
    background: #f2f2f2;
  }
  header .header_row__2 .search-icon {
    display: block !important;
    position: absolute;
    top: 0;
    right: 95px;
    font-size: 22px;
    color: #14489d;
    z-index: 11;
  }
  header .header_row__2 .search-icon.active ~ .header_search {
    display: block;
  }
  header .header_row__2 .header_search {
    display: none;
    margin: 20px 0 0;
    padding: 18px 0 20px;
  }
  header .header_row__2 .header_search:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 1px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 1px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 1px 0;
  }
  header .header-icons a {
    position: relative;
    margin: 0 5px;
    vertical-align: middle;
  }
  header .header-icons a i {
    font-size: 22px;
  }
  header .header-icons a i.gray-color {
    color: #ababab;
  }
  header .header-icons a .cart-count {
    position: absolute;
    min-width: 20px;
    height: 20px;
    top: -2px;
    right: -15px;
    background: #14489d;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    line-height: 20px;
  }
  header .logo_main {
    position: relative;
    margin-left: 35px;
    z-index: 1;
  }
  header .logo_main a {
    display: inline-block;
    max-width: 100px;
    vertical-align: -1px;
  }
  header .header_row__3 {
    width: 100%;
    position: absolute;
    top: 13px;
    left: 0;
    margin: 0;
    padding: 0;
  }
  header .header_row__3 .col-sm-offset-3 {
    margin-left: 0;
  }
  header .header_row__3 > div {
    position: initial;
  }
  header .header_row__3 > div #megamenu {
    position: initial;
  }
  header .header_row__3 > div #megamenu > div {
    position: initial;
  }
  header .header_row__3 .sf-menu {
    display: none;
  }
  header #megamenu {
    height: auto;
    background: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  header #megamenu .mobile-menu {
    -webkit-user-select: none;
    user-select: none;
  }
  header #megamenu .mobile-menu .invisible-input {
    display: block !important;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -13px;
    left: 0;
    margin: 0;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 13;
    -webkit-touch-callout: none;
  }
  header #megamenu .mobile-menu .invisible-input:checked ~ .stripe {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: rotate(45deg) translate(0, 1px);
    -ms-transform: rotate(45deg) translate(0, 1px);
    -webkit-transform: rotate(45deg) translate(0, 1px);
    transform: rotate(45deg) translate(0, 1px);
    background: #14489d;
  }
  header #megamenu .mobile-menu .invisible-input:checked ~ .stripe:nth-last-child(3) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0.2, 0.2);
    -ms-transform: rotate(0deg) scale(0.2, 0.2);
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  header #megamenu .mobile-menu .invisible-input:checked ~ .stripe:nth-last-child(2) {
    -moz-transform: rotate(-45deg) translate(-1px, 1px);
    -ms-transform: rotate(-45deg) translate(-1px, 1px);
    -webkit-transform: rotate(-45deg) translate(-1px, 1px);
    transform: rotate(-45deg) translate(-1px, 1px);
  }
  header #megamenu .mobile-menu .invisible-input:checked ~ .level_1 {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header #megamenu .mobile-menu .stripe {
    display: block !important;
    width: 23px;
    height: 2px;
    margin-bottom: 4px;
    position: relative;
    background: #14489d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 12;
    -moz-transform-origin: 4px 0;
    -ms-transform-origin: 4px 0;
    -webkit-transform-origin: 4px 0;
    transform-origin: 4px 0;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.35s ease;
    -o-transition: -o-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.35s ease;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.35s ease;
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.35s ease;
  }
  header #megamenu .mobile-menu .stripe:first-child {
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  header #megamenu .mobile-menu .stripe:nth-last-child(2) {
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  header #megamenu .mobile-menu .level_1 {
    display: block !important;
    position: absolute;
    margin-top: 9px;
    left: 0;
    z-index: 11;
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}

.sidebar_widget__collections {
  margin: 0;
}

.sidebar_widget .widget_header {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar_widget .widget_content {
    margin-top: 30px;
  }
}

.breadcrumb_wrap, .page_heading {
  margin-top: 30px;
}

.container {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .main_content {
    left: 0;
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .main_content.full-wrap {
    float: none;
  }
}

@media only screen and (min-width: 768px) {
  .sidebar {
    left: 0;
    right: auto;
  }
}
.sidebar .list_links li a {
  position: relative;
  padding: 12px 30px 12px 20px;
}
.sidebar .list_links li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -8px 0 0 0;
}

.showcase {
  position: relative;
  margin: 30px 0 60px;
}
@media only screen and (min-width: 768px) {
  .showcase {
    width: 75%;
    padding: 0 60px;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .showcase {
    margin: 30px 50px;
  }
}
.showcase .swiper-container .swiper-slide {
  display: inline-block;
  width: 420px;
  vertical-align: top;
}
.showcase [class*="index-video-btn-"] {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 11;
}
.showcase .index-video-btn-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .showcase .index-video-btn-prev {
    left: -41px;
  }
}
.showcase .index-video-btn-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .showcase .index-video-btn-next {
    right: -41px;
  }
}
.showcase .index-video-swiper-pagination {
  width: 100%;
  bottom: -30px;
  left: 0;
  z-index: 11;
}
.showcase .index-video-swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
}

.click-btn {
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 55px;
  border-top: 2px solid #14489d;
  border-right: 2px solid #14489d;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.click-btn:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -10px;
  left: -5px;
  background: transparent;
  z-index: 11;
}
.click-btn.more {
  top: 39px;
}
.click-btn.more ~ .footer_links li {
  display: none;
}
.click-btn.more ~ .footer_links li:nth-child(-n+7) {
  display: block;
}
.click-btn.more ~ .footer_links li:nth-child(7) {
  position: relative;
}
.click-btn.more ~ .footer_links li:nth-child(7):after {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(242, 242, 242, 0)), color-stop(100%, #f2f2f2));
  background: -moz-linear-gradient(rgba(242, 242, 242, 0), #f2f2f2);
  background: -webkit-linear-gradient(rgba(242, 242, 242, 0), #f2f2f2);
  background: linear-gradient(rgba(242, 242, 242, 0), #f2f2f2);
  z-index: 11;
}
.click-btn.less {
  top: 34px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.click-btn.less ~ .footer_links li {
  display: block;
}
.click-btn.less ~ .footer_links li:nth-child(7):after {
  display: none;
}

@media only screen and (max-width: 767px) {
  #fixed-fb {
    bottom: 160px;
  }
  #fixed-fb.vf {
    bottom: 190px;
  }
}

@media only screen and (max-width: 767px) {
  #back_top {
    bottom: 110px;
  }
  #back_top.vf {
    bottom: 140px;
  }
}

@media only screen and (max-width: 767px) {
  #go_bottom {
    bottom: 60px;
  }
  #go_bottom.vf {
    bottom: 90px;
  }
}

.m-ui-wrapper {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  -moz-box-shadow: -2px 1px 2px 1px #585858;
  -webkit-box-shadow: -2px 1px 2px 1px #585858;
  box-shadow: -2px 1px 2px 1px #585858;
}
@media only screen and (max-width: 767px) {
  .m-ui-wrapper {
    display: block;
  }
  .m-ui-wrapper.vf {
    padding-bottom: 30px;
  }
}
.m-ui-wrapper .inner-wrap li {
  display: inline-block;
  width: 20%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.m-ui-wrapper .inner-wrap li a {
  display: inline-block;
  padding: 7px 20% 3px;
}
.m-ui-wrapper .inner-wrap li a.selected img {
  display: none;
}
.m-ui-wrapper .inner-wrap li a.selected img:last-child {
  display: block;
}
.m-ui-wrapper .inner-wrap li a img {
  display: block;
  max-width: 40px;
  margin: 0 auto;
}
.m-ui-wrapper .inner-wrap li a img:last-child {
  display: none;
}

@media only screen and (min-width: 768px) {
  .blog_listing {
    margin-left: -11px;
  }
}
.blog_listing .blog_listing__article {
  width: 380px;
  margin: 30px 0 0;
}
@media only screen and (min-width: 768px) {
  .blog_listing .blog_listing__article {
    display: inline-block;
    margin: 30px 0 0 11px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1024px) {
  .blog_listing .blog_listing__article {
    width: -moz-calc(((100% - 41px) / 3));
    width: -webkit-calc(((100% - 41px) / 3));
    width: calc(((100% - 41px) / 3));
  }
}
@media only screen and (max-width: 767px) {
  .blog_listing .blog_listing__article {
    width: 100%;
  }
}
.blog_listing .article_date {
  float: none;
}
.blog_listing .article_body {
  margin: 0;
}
.blog_listing .article_header {
  margin: 0;
}
.blog_listing .article_header .date {
  padding: 0 0 5px;
  color: #525252;
  letter-spacing: .5px;
  font-size: 12px;
}
.blog_listing .article_content {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .blog_listing .article_content {
    padding: 0;
  }
}
.blog_listing .article_content a {
  display: block;
}
.blog_listing .article_content p {
  margin: 0 0 5px;
}
.blog_listing .article_footer {
  display: none;
}

@media only screen and (max-width: 767px) {
  .blog_article .article_date {
    display: none;
  }
}
.blog_article .date {
  display: none;
  padding: 0 0 5px;
  color: #525252;
  letter-spacing: .5px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .blog_article .date {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .blog_article .article_body {
    margin: 0;
  }
}

.page-loading {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
.page-loading .icon-loading {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -80px;
  left: 50%;
  margin-left: -30px;
  font-size: 60px;
  color: #fff;
}

[class^="lds-"] {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes lds-ring {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes lds-ring {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes lds-ring {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-ring div {
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  margin: 4px;
  border: 4px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -moz-animation-delay: -0.45s;
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -moz-animation-delay: -0.3s;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -moz-animation-delay: -0.15s;
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

.feature-section.limited-attr .page_heading {
  background: #ff5722;
  color: #fff;
}
.feature-section.new-arrival-attr .page_heading {
  margin: 30px 0 -10px;
  padding: 0;
  background: transparent;
  color: #ba7020;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 18px;
  text-align: center;
}

.feature-section.limited-attr .wrap-attr li .limdiv {
    border: 1px solid #e7e7e7;
    margin: 15px 0 0 26px;
    padding: 20px;
    width: 270px;
    position: relative
}

@media only screen and (max-width: 767px) {
  .feature-section.new-arrival-attr .wrap-attr li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .feature-section.limited-attr .wrap-attr li .limdiv {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: column;
      flex-direction: column;
      margin: 0;
     width: 100%;
padding: 15px 15px 45px 150px;}
}
@media only screen and (max-width: 767px) {
  .feature-section.new-arrival-attr .wrap-attr li .price,.feature-section.limited-attr .wrap-attr li .limdiv .price {
    padding: 15px 0 0;
    -webkit-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .feature-section.new-arrival-attr .wrap-attr li .name, .feature-section.limited-attr .wrap-attr li .limdiv .name {
    -webkit-order: 1;
    order: 1;
  }
}
.feature-section .page_heading {
  margin: 30px 0 0;
}
.feature-section .wrap-attr {
  margin-left: -26px;
}
@media only screen and (max-width: 767px) {
  .feature-section .wrap-attr {
    margin-left: 0;
  }
}
.feature-section .wrap-attr li {
  display: inline-block;
  width: 270px;
  position: relative;
  margin: 30px 0 0 26px;
  padding: 20px;
  border: 1px solid #e7e7e7;
  vertical-align: top;
}
@media only screen and (max-width: 1199px) {
  .feature-section .wrap-attr li {
    width: 220px;
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-section .wrap-attr li {
    width: 262px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-section .wrap-attr li {
    display: block;
    width: 100%;
    min-height: 152px;
    margin: 30px 0 0 0;
    padding: 15px 15px 45px 150px;
  }
}
.feature-section .wrap-attr li a {
  display: block;
}
.feature-section .wrap-attr li .pic {
  min-height: 228px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .feature-section .wrap-attr li .pic {
    min-height: 188px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-section .wrap-attr li .pic {
    width: 120px;
    min-height: 120px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .feature-section .wrap-attr li .pic:hover .hover-top {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.feature-section .wrap-attr li .pic img {
  display: block;
}
.feature-section .wrap-attr li .pic .img__2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 10;
}
.feature-section .wrap-attr li .pic .hover-top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.feature-section .wrap-attr li .price {
  padding: 15px 0 0 0;
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  .feature-section .wrap-attr li .price {
    padding: 0;
  }
}
.feature-section .wrap-attr li .price .ori {
  margin: 0 3px 0 0;
  color: #888888;
  text-decoration: line-through;
}
.feature-section .wrap-attr li .price .sale {
  color: #14489d;
}
.feature-section .wrap-attr li .name {
  color: #2f2f2f;
}
@media only screen and (min-width: 1025px) {
  .feature-section .wrap-attr li .name:hover {
    color: #14489d;
  }
}
.feature-section .wrap-attr li .desc {
  padding: 3px 0 35px 0;
  color: #aaa;
}
@media only screen and (max-width: 767px) {
  .feature-section .wrap-attr li .desc {
    display: none;
  }
}
.feature-section .wrap-attr li .tag {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 2px 4px 3px 6px;
  font-size: 14px;
  background: #ba7020;
  color: #fff;
  z-index: 11;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.feature-section .wrap-attr li .tag:before {
  content: '';
  display: inline-block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  background: #f1e0cf;
  z-index: 9;
  -moz-border-radius: 0px 5px 5px 0;
  -webkit-border-radius: 0px;
  border-radius: 0px 5px 5px 0;
}
.feature-section .wrap-attr li .tag span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  z-index: 11;
}
.feature-section .wrap-attr li .tag span:first-child {
  padding-right: 7px;
  color: #f1e0cf;
}
.feature-section .wrap-attr li .tag span:last-child {
  color: #ba7020;
}

.page--logo-main .main .logo {
  display: inline-block;
}

.account_section .radio-shape .input-checkbox {
  margin: 0;
  border-color: #14489d;
}

.radio-shape {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.radio-shape .input-checkbox {
  height: 100%;
  position: absolute;
  top: 0;
  left: 9px;
  border: 0;
  z-index: 11;
}
.radio-shape .input-checkbox:checked {
  box-shadow: none;
  transition: none;
}
.radio-shape .input-checkbox:checked:after {
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.radio-shape .input-checkbox + span {
  display: block;
  padding: 5px 0 5px 45px;
  line-height: 150%;
  background: #fff;
  border: 1px solid #14489d;
  vertical-align: middle;
  border-radius: 5px;
}
.radio-shape .input-checkbox + span:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #14489d;
  border-radius: 5px 0 0 5px;
  transition: all 0.2s ease-in-out;
}
.radio-shape .input-checkbox + span em, .radio-shape .input-checkbox + span a {
  padding: 0 20px 0 0;
  font-style: normal;
}
.radio-shape .input-checkbox + span em.sale, .radio-shape .input-checkbox + span a.sale {
  padding-left: 10px;
  color: #14489d;
}
.radio-shape .input-checkbox + span em.note, .radio-shape .input-checkbox + span a.note {
  color: #ff0000;
}
@media only screen and (max-width: 767px) {
  .radio-shape .input-checkbox + span em.note, .radio-shape .input-checkbox + span a.note {
    display: block;
  }
}

#pager a {
  padding: 0 3px;
}

.order ul li span {
  display: inline-block;
  margin-top: 5px;
}

.with-square > li {
  position: relative;
  list-style-type: none;
}
.with-square > li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: -14px;
  background: #000;
}

.field .field__input {
  width: 100%;
}

.account_section .form-group .control-label {
  text-align: right;
}

.footer_social .line-cs {
  width: 18px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: -3px;
}

.shopping-items {
  margin-top: 4em;
  padding-right: 4%;
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .shopping-items {
    margin-top: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .shopping-items:after {
    background: transparent;
  }
}
@media only screen and (max-width: 999px) {
  .shopping-items:after {
    box-shadow: 0 1px 0 #e1e1e1;
  }
}
