.clearFloat {
  display: table;
  clear  : both;
}

body.opened-drawer {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 0;
}

.master-wrapper-page {
  /* background: url(../../images/atmosphere.jpg) no-repeat top center; */
  /* background-size: contain; */
  background: #fff; 
}

/*为了配合气氛图加的样式，取消气氛时记得删除*/
/*
.overview{
  background: #fff;
  padding:10px;
}

.header{
  margin-bottom:20px!important;
}


.master-wrapper-page .master-wrapper-content .side-2,
.master-wrapper-page .master-wrapper-content .center-2 {
  background: #fff;
}

.master-wrapper-page .header-menu,
.master-wrapper-page .header-upper {
  border: 0;
}


.page-jp .home-product-title>.title-content{
    top:-3px;
}

#also-like-div .home-product-title >.title-content,
#flash-deals-div .home-product-title >.title-content{
  background: linear-gradient(0deg, transparent, transparent 40%,#F9F6D7 40%,#F9F6D7 60%, transparent 60% ,transparent)!important;
  background: linear-gradient(to bottom, #CFF0FF, #D4F2FF);
  background: #cff0ff;
}

.page-body .home-product-panel:nth-child(9) .home-product-title >.title-content{
  background: linear-gradient(to bottom, #CFF0FF, #D4F2FF);
}

.header-lower .search-box{
    vertical-align: top!important;
}

.header .header-lower{
    padding-bottom: 0;
}

.header .header-logo{
    position: relative;
    top:-30px;
}

.header-menu,.master-wrapper-content{
    position: relative;
    top:-20px;
}

.top-menu-fixed-panel .header-menu{
    top:0;
}

.chris_icon{
  position: absolute;
  left:0;
  right:0;
  bottom: 20px;
  margin:0 auto;
}

.chris_icon_short{
  display: none;
}

@media (min-width: 1001px) and (max-width:1366px) {
    .master-wrapper-page{
      background: url(../../images/atmosphere_small.jpg) no-repeat top center;
    }

    .fixed_icon{
      width:95px;
      height:85px;
      left: -87px;
    }

    .header .header-logo{
        top: -18px;
    }

    .chris_icon_long{
      display: none;
    }

    .chris_icon_short{
      display: block;
    }

    .header-logo>p{
      margin-top:0;
      margin-bottom:10px;
    }

}

.fixed_icon{
    position: absolute;
    left: -210px;
    top: 30px;
}

.top-menu-fixed-panel{
    position: relative;
}

.fixed_icon_menu{
    position: absolute;
    left: -210px;
    top: 90px;
}

.order-completed-panel,.order-details-area,.product-details-page{
    background: #fff;
}

*/

/* 到这结束  */


.master-wrapper-page .block-account-navigation .listbox {
  border: 0;
}

.master-wrapper-page .category-page .sub-category-grid .item-grid .item-box {
  margin: 0 0 20px 93px;
}

/* .master-wrapper-page .product-filter {
  padding: 10px;
} */


.scrollTop {
  display      : block;
  bottom       : 5px;
  cursor       : pointer;
  height       : 28px;
  line-height  : 16px;
  position     : fixed;
  width        : 28px;
  z-index      : 100;
  right        : 45px;
  /* background: url(../../images/footerbg.gif) -228px -192px; */
  border       : 2px solid #f77e22;
  border-radius: 50%;
  color        : #f77e22;
  text-align   : center;
  font-weight  : bold;
  font-size    : 18px;
}





.db-tooltip {
  position: relative;
}

.x-tooltip {
  display      : none;
  color        : #777;
  background   : #fff;
  width        : 400px;
  padding      : 5px;
  border       : 1px solid #f77e22;
  border-radius: 4px;
  position     : absolute;
}

.x-tooltip:after {
  content          : "";
  width            : 10px;
  height           : 10px;
  background       : #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg);
  position         : absolute;
  top              : -6px;
  left             : 20px;
  border-top       : 1px solid #f77e22;
  border-left      : 1px solid #f77e22;
}


.db-tooltip:hover>.x-tooltip {
  display: block;
}


.db-tooltip:hover+.x-tooltip {
  display: block;
}

.header-menu {
  text-align   : left;
  border-top   : none;
  border-bottom: 1px solid #ddd;
}

.mask {
  background    : #000;
  position      : fixed;
  top           : 0;
  width         : 100%;
  z-index       : 999;
  filter        : alpha(opacity=70);
  -moz-opacity  : 0.7;
  -kHTML-opacity: 0.7;
  opacity       : 0.7;
  left          : 0;
  height        : 100%;
  right         : 0;
  bottom        : 0;
  display       : none;
  text-align    : center;
}

.mask img {
  margin-top: 30%;
}

.mask.small_mask{
    background-color: #ddd;
    width: 400px;
    height: 160px;
    left: calc( 50% - 200px );
    top: calc( 50% - 80px );
    z-index:100;
}

.mask img {
  margin-top: 30%;
}

.mask.small_mask img{
  margin-top: 16%;
}


.mask.hideimg img{
  display: none;
}

.TestumonialButton {
  display      : inline-block;
  min-width    : 140px;
  background   : #7EB834;
  border       : none;
  padding      : 10px 25px;
  text-align   : center;
  line-height  : 20px;
  font-size    : 15px;
  color        : #fff;
  border-radius: 4px;
  margin-left  : 114px;
  margin-top   : 10px;
}

.tab-section.allow {
  position: relative;
}


.noAddress {
  position: relative;
}

.noAddress:after {
  content       : "";
  background    : rgba(0, 0, 0, 0.5);
  position      : absolute;
  top           : 0;
  width         : 100%;
  z-index       : 9;
  filter        : alpha(opacity=70);
  -moz-opacity  : 0.7;
  -kHTML-opacity: 0.7;
  opacity       : 0.7;
  left          : 0;
  height        : 102%;
  right         : 0;
  bottom        : 0;
  display       : block;
  text-align    : center;
}

.noAddress #shipping-address-section {
  background: #fff;
  z-index   : 10;
}

.limit-width {
  width : 1140px;
  margin: 0 auto;
}

/*注册*/
.register-title {
  font-size: 36px;
  color    : #EC808D;
}

.span1 {
  font-weight: 400;
}

.span2 {
  font-weight: 700;
}

.register-box-left {
  width       : 15%;
  float       : left;
  margin-right: 20px;
  text-align  : right;
}

.register-box-right {
  float: right;
  width: 80%;
}

.register-box-right a {
  text-decoration: underline;
}

.social-vkontakte-btn {
  background-image : url(../../images/vkontakte-account-logo.png);
  background-repeat: no-repeat;
}



.register-panel .ui-dialog-content{
  padding:0!important;
}

.register-panel .ui-dialog-titlebar{
  background: #fff;
  border-bottom: 0;
}

.register-modal{
  display: flex;
  padding: 10px 15px;
  justify-content: space-around;
  overflow: hidden;
}

.register-modal .turn-table-panel{
  align-self: center;
}

.register-modal>img {
  width: 100%;
}

.register-modal > form{
  width:400px;
}

.register-modal .form-fields {
  border-top      : none;
  background-color: transparent;
  padding         : 10px 0 0;
}

.register-modal .form-fields .inputs {
  font-size: inherit;
}

.register-modal .form-fields .inputs input {
  border: 1px solid #ccc;
}

.register-modal .form-fields .inputs input.input-validation-error {
  border: 1px solid #E60044;
}

.register-modal .form-fields .inputs input:not([type="checkbox"]) {
  width : 100%;
  height: 35px;
}

.register-content{
  text-align: left;
}

.register-content > h3{
  font-size: 20px;
}

.register-content > p{
  font-size: 14px;
  color:#666;
  margin-top:10px;
  word-break: break-word;
}

.register-modal .buttons input.db-button {
  width        : 100%;
  margin-bottom: 15px;
  background: #111;
}

.register-modal .buttons input.face-book {
  background-color: #4865b4;
}

.register-modal .field-validation-valid {
  color: #E60044;
}

.register-modal .buttons {
  margin: 0;
}

.register-modal .external-panel{
  margin-top:10px;
}


.external-panel .line{
  width: 100%;
  height: 1px;
  background: #111;
}

.external-panel .e-content{
  position: relative;
  top:-8px;
  padding: 0 15px;
  background: #fff;
  display: inline-block;
}

.external-panel .ExtendedAuthentication .social ul{
  margin-top:0!important;
  border-bottom: 0;
}

/* .external-panel .ExtendedAuthentication .social ul li:nth-child(2){
  display: none;
} */

/* .external-panel .title,.external-panel .social a.twitter-btn,.external-panel .social a.vkontakte-btn{ */
.external-panel .title,.external-panel .social a.twitter-btn{
  display: none;
}

.external-panel .ExtendedAuthentication .social a{
  width:35px;
  height:35px;
}

.external-panel .facebook-btn{
  background-image: url(../../images/facebook_s.png);
}

.external-panel .google-btn{
  background-image: url(../../images/google_s.png);
}

.external-panel .paypal-btn{
  background-image: url(../../images/paypal_s.png);
}



.register-modal .form-fields .inputs .relabel {
  text-align    : left;
  font-weight   : normal;
  white-space   : pre-wrap;
  vertical-align: top;
  width         : auto;
}

.register-modal .form-fields .email i {
  background     : url(../../images/popup_sign_up.png) no-repeat 1px -15px;
  background-size: 50px;
  display        : block;
  width          : 30px;
  height         : 38px;
  position       : absolute;
  right          : 0;
  top            : 0;
}

.register-modal .form-fields .password i {
  background     : url(../../images/popup_sign_up.png) no-repeat -23px -15px;
  background-size: 50px;
  display        : block;
  width          : 30px;
  height         : 38px;
  position       : absolute;
  right          : 0;
  top            : 0;
}

.register-modal .return_login {
  font-weight: normal;
}

.register-modal .return_login {
  font-weight  : normal;
  margin-bottom: 10px;
}

.register-modal .return_login a {
  color: #1e90ff;
}


.profile-form>input,
.profile-form>select {
  width        : 230px;
  margin-bottom: 10px;
}

.profile-form>label {
  width       : 270px;
  display     : inline-block;
  text-align  : right;
  margin-right: 20px;
}

/* 注册成功页面复选样式 */

.PreferenceInput {
  padding-left : 280px;
  margin-bottom: 10px;
}

.profile-form .Preference {
  margin-left  : 150px;
  margin-bottom: 10px;
}

.profile-form .Preference .checkBox {
  margin-left: 135px;
}



/*新注册样式*/
.login-panel{
  width:480px;
  margin:0 auto;
  text-align: center;
}

.canvas-panel .turnplate {
  display: block;
  position: relative;
}

.canvas-panel .turnplate img.pointer {
  position: absolute;
  width: 35px;
  height: 49px;
  left: calc(50% - 17.5px);
  top: calc(50% - 32px);
}

/*第一个模态框*/
.register-first-modal{
  padding: 0 40px 40px;
}

.register-first-modal > h1{
  font-size:18px;
}

.register-first-modal .offer-list,
.register-modal .offer-list {
  display: flex;
  justify-content: space-around;
  background: #fff5ef;
  padding: 10px;
  margin: 20px 0;
  align-items: center;
}

.register-first-modal .offer-list > div,
.register-modal .offer-list > div{
  width:33%;
  padding: 0 20px;
}

.offer-list > div > p{
  font-size:12px;
}

.offer-list > span{
  display: block;
  height: 50px;
  border-left: 1px solid #f2ddd0;
}

.reg-form-1 {
  margin: 30px 0 0;
}

.reg-form-1 > div > label{
  color:#666;
}

.reg-form-1 > div > input:not(input[type="checkbox"]) {
  width: 100%;
  margin: 5px 0 20px;
}

.reg-form-1 > button{
  width:100%;
  text-transform: uppercase;
}

.reg-form-1 .email,
.reg-form-1 .password{
  text-align: left;
  position:relative;
}

.register-first-modal .bs-button{
  width:100%;
  margin: 0 0 20px 0;
}


.reg-form-1 .email i {
  background: url(/Themes/Starter/Content/images/reg_icon_edit.png) no-repeat;
  display: block;
  width: 12px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 36px;
}


.password #login_password[type="text"] + i,
.password #RegisterPassword[type="text"] + i{
  background: url(/Themes/Starter/Content/images/reg_icon_pwd_s.png) no-repeat;
  display: block;
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 12px;
  right: 10px;
  top: 38px;
}

.password #login_password[type="password"] + i,
.password #RegisterPassword[type="password"] + i{
  background: url(/Themes/Starter/Content/images/reg_icon_pwd_h.png) no-repeat;
  display: block;
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 8px;
  right: 10px;
  top: 40px;
}

.register-extra{
  display: flex;
  flex-direction: column;
  margin: 30px 20px 0;
}

.register-extra .bs-button{
  margin: 20px 0;
}

.register-extra .bs-button:hover,
.register-first-modal .bs-button:hover,
.reg-form-1 .bs-button:hover
{
  background: #adadad;
}

.register-extra a{
  color:#2d68a8;
}

.reg-form-1 a{
  color:#2d68a8;
}

.gut-line{
  margin: 30px 0;
  color:#666666;
}

.register-first-modal .mt10 a{
  color:#2373df;
}

.go_back {
  position: absolute;
  left: 20px;
  top: -25px;
  z-index: 100;
}

.register-panel #login-modal.ui-dialog-content,
.register-panel #register-modal.ui-dialog-content{
  overflow: visible;
}

.register-first-modal .login_remember{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.login_remember .forgot-password a{
  color:#2373df;
}

.register-first-modal .bs-button.btn-gray{
  width:100%;
  background: #adadad;
  text-transform: uppercase;
}

.register-modal .register-content > h3{
  text-align: center;
}

.register-modal .offer-desc{
  font-size: 14px;
  color: #ff6a00;
}

.reg-form-1 .error_alert{
  border: 1px solid red;
}

.retention-panel .ui-dialog-titlebar{
  background:url("/Themes/Starter/Content/images/retention_bg.jpg") no-repeat;
  background-size: cover;
  border-bottom: 0;
      
}

.retention-panel .ui-dialog-content{
  background:url("/Themes/Starter/Content/images/retention_bg.jpg") no-repeat;
  background-size: cover;
  background-position-y: -34px;
}

.modal_main_panel .modal_footer{
  text-align:left;
}

.retention_main .modal_body{
  text-align: center;
}

.retention_main .modal_body > h1{
  font-size: 32px;
  color: #FA5B32;
}

.retention_main .modal_body > div{
  margin: 40px;
}

.retention_main .modal_body > div > p{
  color: #111;
}

.register-later-panel{
  display: none;
  z-index: 1010;
  position: fixed;
  right: 0;
  top: unset;
  bottom: 580px;
  cursor: pointer;
  transform: rotate(270deg);
  transform-origin: 100% 100%;
}


.register-later-small{
  display: flex;
  align-items: center;
  border:1px solid #f9ae53;
  border-bottom: 2px solid #f9ae53;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fff;
}

.register-later-small > p{
  padding:5px;
}

.register-later-small .icon_left{
  color: #fff;
  background: #f9ae53;
  padding: 5px;
  font-size: 18px;
  border-top-right-radius: 10px;
  transform: rotateY(180deg);
}

.register-later-small .icon_right{
  padding: 5px;
  transform: rotate(90deg);
  font-size: 18px;
}

.register-later-small > p{
  text-transform: uppercase;
}

.register-main {
  width: 480px;
  margin: 0 auto;
  text-align: center;
  color: #000;
}

.login-page .page-title {
  padding-top: 30px;
  border-bottom: none;
  text-align: center;
  font-size: 15px;
}

.error_message {
  color: red;
  text-align: left;
  margin-top: -15px;
  margin-bottom: 10px;
}














/*倒计时插件*/
.header .flip-clock-wrapper {
  margin: 0;
  top   : 8px;
  right : 5px;
}

.header .flip-clock-divider {
  left : -2px;
  top  : -3px;
  width: 16px;
}

.header .flip-clock-wrapper ul {
  margin: 2px;
}

/*免邮活动*/
.freeShipping {
  padding  : 10px 5px 5px;
  color    : #777;
  font-size: 14px;
}

.freeshipping_icon {
  margin-left: 40px;
}

.overview .product-name>img {
  vertical-align: middle;
  margin-right  : 5px;
}

.overview .product-name h1 {
  display: inline;
}

/*通知*/
.notice-panel-box {
  position  : fixed;
  right     : 0;
  top       : 10%;
  min-height: 200px;
  height:inherit!important;
  z-index:999;
}

.notice-panel-box .content-left {
  float     : left;
  background: #333333;
  cursor    : pointer;
  height    : 240px;
  width     : 30px;
  word-break: keep-all;
  position  : relative;
}


.notice-panel-box .content-left::after {
  display : block;
  content : "X";
  color   : #fff;
  position: absolute;
  top     : 10px;
  left    : 10px;
}

.notice-panel-box .content-left>p {
  transform   : rotate(90deg);
  color       : #fff;
  padding-left: 30px;
  background  : url('/Themes/Starter/Content/images/vote-right.png') no-repeat center;
  width       : 11px;
  height      : 8px;
  position    : absolute;
  top         : 80px;
}

.notice-panel-box .content-left>p>span {
  position: absolute;
  top     : -5px;
}

.notice-panel-box.active .content-left>p {
  background: url('/Themes/Starter/Content/images/vote-left.png') no-repeat center;
}

.notice-panel-box.active .content-right {
  float     : right;
  width     : 400px;
  background: #f6f6f6;
  color     : #111;
  height    : 240px;
  padding   : 15px 25px;
  display   : block;
}


.notice-panel-box .content-right {
  float     : right;
  width     : 0;
  background: #f6f6f6;
  color     : #111;
  height    : 240px;
  transition: width .5s;
  padding   : 0px;
  display   : none;
}

.notice-panel-box .content-right>h1 {
  margin: 15px;
  font-size:24px;
}


.notice-panel-box .content-right>p {
  font-size : 14px;
  text-align: left;
  height    : 70%;
  display   : block;
  overflow-y: auto;
}



.notice-panel-box i {
  width     : 12px;
  height    : 18px;
  background: url('/Themes/Starter/Content/images/toggle-gray.png') no-repeat;
}

.notice-mobile {
  display: none;
}

.notice-panel {
  display   : none;
  text-align: left;
  position  : relative;
  padding   : 10px;
  margin-top: 5px;
  border    : 1px solid #dcdcdc;
  background: #F9F7BA;
}

.notice-panel h3 {
  margin-bottom: 5px;
}

.notice-panel ins {
  position: absolute;
  cursor  : pointer;
  top     : 5px;
  right   : 5px;
  color   : red;
}

.notice-content-hidden {
  display: none;
}

.notice-content-hidden.active {
  display: block;
}

.notice-view {
  margin-top: 5px;
  color     : #FF0000;
  display   : none;
  cursor    : pointer;
}

.notice-view.active {
  display: block;
}

.wish-list-icon{
  display: none;
}

.img-hover-panel:hover .wish-list-icon{
  display: block;
}

/* 
.noAddress.opc .step{
  margin:0;
} */


/*顶部固定导航栏*/
@keyframes colorChange-yellow-white {
  0% { color: yellow;}
  100% {  color: #fff; }
}

@keyframes colorChange-blue-white {
  0% { color: #2373df; }
  100% { color: #fff; }
}

@keyframes colorChange-orange-yellow {
  0% { color: orange; }
  100% { color: yellow; }
}

.colorful-font.yellow-white > a{
  animation: colorChange-yellow-white 2s infinite alternate;
}

.colorful-font.blue-white > a{
  animation: colorChange-blue-white 2s infinite alternate;
}

.colorful-font.orange-yellow > a{
  animation: colorChange-orange-yellow 2s infinite alternate;
}


/* 顶部活动样式 */
.activity-page {
  width     : 100%;
  height    : 60px;
  text-align: center;
}

.mobile-code.uk-open{
  width:260px;
}

.mobile-code img{
  display: none;
}

.mobile-code.uk-open img{
  display: block;
}

.currency-selector,
.currency-selector select,
.language-selector,
.language-selector select {
  width:100%;
}

/* 搜索框样式 */
.header-lower .search-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  max-height: calc(-200px + 100vh);
  padding: 0px 8px;
  margin: auto;
  position: relative;
  overflow-y: auto;
}

.search-box .uk-search{
  width: 70%;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 3px 15px
}

.search-box .uk-search .uk-search-input{
  border: 0;
}

.search-box .uk-search .uk-search-icon-flip{
  color:#111;
  right:6px;
}

.search-box .uk-search .uk-search-icon-flip svg{
  width:25px;
}



.header-lower .extra-content {
  margin-bottom: 3px;
  font-size    : 15px;
  color        : #292626;
}

.header-lower .extra-content>p>span {
  color : #E60044;
  margin: 0 5px;
}



/* 顶部三个操作按钮样式 */

.header-lower .header-links-wrapper{
  display: flex;
  justify-content: flex-end;
  padding:0;
}

.header-lower .header-links-wrapper .uk-search{
  width:100%;
}

.header-lower .header-links-wrapper .uk-search .uk-search-icon{
  color:#fff;
  background-color: #7db531;
}

.header-lower .header-links-wrapper .uk-flex > li:first-child{
  margin:0 10px;
}

.selector-controller.active{
  background: #fff;
  color: #111;
  border: 2px solid #7db531;
  border-bottom: 2px solid #fff;
  padding: 0 8px;
}

.header-lower #topcartlink {
  background-color: inherit;
}

.header-lower .header-links a {
  position: relative;
}

.header-lower .header-links a > p {
  min-width: 20px;
}

.header-lower .header-links a .uk-badge{
  position: absolute;
  top: -5px;
  right: -10px;
  background: #7db531;
}

.header-links-wrapper .uk-icon circle,
.header-links-wrapper .uk-icon path,
.header-links-wrapper .uk-icon polyline{
  stroke-width: 1.5px;
}

/* .header-lower .header-links a{
  display: flex;
  align-items: center;
} */

.header-lower .header-links span{
  margin-left:3px;
}


.flyout-cart .mini-shopping-cart .delete-btn {
  display   : block;
  cursor    : pointer;
  width     : 15px;
  height    : 15px;
  background: url(../../images/remove.png) center no-repeat;
  position  : absolute;
  top       : 10px;
  right     : 0;
  z-index   : 10;
}


.accountList,.loginList {
  background        : #fff;
  text-align        : left;
  padding           : 10px;
  position          : absolute;
  left:0;
  right:0;
  -webkit-box-shadow: 0 0 4px #dcdcdc;
  box-shadow        : 0 0 4px #dcdcdc;
  display           : none;
}

.accountList.active,.loginList.active {
  display: block;
}

.accountList ul li {
  padding: 10px;
  white-space: nowrap;
}

.accountList ul li:first-child {
  color        : #f77e22;
  font-weight  : bold;
  border-bottom: 1px solid #dcdcdc;
}


/* 顶部横向导航栏样式 */

.header-menu {
  text-align: left;
}

.header-menu>ul>li {
  border-left: none;
}

.category-list {
  display : none;
  position: absolute;
  left: 0;
}

.category-toggle {
  border-right: 2px solid #fff;
}

.category-btn>img {
  vertical-align: sub;
  margin-right  : 10px;
}

.emailhasbeensent {
  color:red;
  text-align: center;
}

/* 购物车样式 */

.button-panel {
  margin: 20px 0px 20px 20px;
}

.button-panel .shop-btn {
  font-weight  : bold;
  color        : #333;
  padding      : 10px 20px;
  border       : 1px solid #dcdcdc;
  border-radius: 4px;
  background   : #fff url('../../images/prev.png') 8px no-repeat;

}

.button-panel .checkout-button {
  float           : right;
  min-width       : 160px;
  border          : none;
  background-color: #7db531;
  padding         : 10px 20px;
  font-size       : 16px;
  color           : #fff;
}

.button-panel .checkout-button.active {
  color     : #7db531;
  background: #7db531 url('../../images/loading.gif') no-repeat center;

}

.cart-handle-bar {
  padding-bottom: 10px;
  border-bottom : 1px solid #dcdcdc;
  align-items: center;
}

.cart-handle-bar h3 {
  margin-bottom:0;
}

.cart-handle-bar:after {
  content: "";
  display: block;
  clear  : both;
}

.cart-handle-bar ol {
  float: right;
}

.cart-handle-bar ol li {
  float : right;
  margin: 0 10px;
}

.cart-handle-bar ol li a {
  color: #599DD2;
}

.oftenbuy-page .sorting-list{
  display: flex;
  align-items: center;
}

.oftenbuy-page .sorting-list .selectedBox{
  width:300px;
  margin-left:30px;
}

.top-title-wrap{
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}

.top-title-wrap>h1{
  font-size: 26px;
}

.keyword-search input[type="text"]{
  width:300px;
  height:40px;
}

.move-selected-to-cart{
  display: inline-block;
  margin-left:20px;
}

.move-selected-to-cart > a{
  color:#1e90ff;
}

.move-selected-to-cart.blue-white,.move-selected-to-cart.blue-white > a{
  cursor: not-allowed;
}

.cart-sorting {
  float      : left;
  width      : 100%;
  margin     : 20px 0;
  line-height: 18px;
  text-align : left;
}

.cart-sorting .sorting-list {
  float: left;
}

.cart-sorting .sorting-list>label {
  height      : 18px;
  display     : inline-block;
  margin-right: 10px;
}


.cart-sorting .datesort,
.cart-sorting .partsort {
  cursor      : pointer;
  margin-right: 10px;
}

.cart-sorting .datesort .date-btn,
.cart-sorting .partsort .part-btn {
  display: inline-block;
  width  : 12px;
  height : 12px;
}

.cart-sorting .datesort .date-btn {
  background: url('../../images/icon_price_not.png') right no-repeat;
}

.cart-sorting .partsort .part-btn {
  background: url('../../images/icon_price_not.png') right no-repeat;
}

.cart-sorting .datesort.active .date-btn {
  background: url('../../images/icon_price_down.png') right no-repeat;
}

.cart-sorting .partsort.active .part-btn {
  background: url('../../images/icon_price_down.png') right no-repeat;
}

.cart-sorting .datesort.sort-desc.active .date-btn,
.cart-sorting .partsort.sort-desc.active .part-btn {
  background: url('../../images/icon_price_up.png') right no-repeat;
}

.cart-sorting .db-delete {
  color      : #599DD2;
  margin-left: 30px;
}

.cart-sorting .db-delete:hover {
  color: #f77e22;
}


.cart-summary ol {
  float: right;
}

.cart-summary ol>li {
  float      : right;
  margin-left: 20px;
}

.cart-summary ol>li>strong {
  color  : #E60044;
  padding: 0 3px;
}

.cart-coupon {
  margin: 20px 0;
}

/* .cart-coupon h3 {
  padding-bottom: 20px;
  border-bottom : 1px solid #dcdcdc;
} */

.cart-coupon .coupon-box {
  margin       : 20px 0;
  padding      : 20px;
  background   : #FFF9E3;
  border       : 1px solid #FF9900;
  display      : inline-block;
  border-radius: 4px;
  min-width    : 450px;
}

.cart-coupon .coupon-box>p,.coupon-input > p {
  padding-bottom: 10px;
  font-weight   : bold;
}

.cart-coupon .coupon-box .coupon-select select {
  min-width: 350px;
}

.cart-coupon .coupon-box .coupon-input {
  margin-top: 10px;
}

.cart-coupon .coupon-box .coupon-input > div{
  display: flex;
}

.cart-coupon .coupon-box .coupon-input input {
  min-width: 350px;
  height   : 32px;
  border   : 1px solid #dcdcdc;
  padding  : 0 10px;
  margin-bottom:10px;
}

.cart-coupon .coupon-box .coupon-input .add-coupon-btn {
  margin-left   : 10px;
  width         : auto;
  min-width     : 50px;
  height        : 30px;
  background    : #7db531;
  display       : inline-block;
  vertical-align: middle;
  text-align    : center;
  line-height   : 30px;
  font-size     : 16px;
  color         : #fff;
  padding       : 0 5px;
}


.cart-handle-bar .my-coupons {
  position: relative;
}

.cart-handle-bar .my-coupons:hover .coupon-list {
  display: block;
}

.cart-handle-bar .my-coupons .coupon-list {
  display   : none;
  width     : 440px;
  padding   : 20px;
  background: #fff;
  position  : absolute;
  background: #EEEEEE;
  border    : 1px solid #DCDCDC;
  top       : 25px;
  right     : 0;
  z-index   : 11;
}

.cart-handle-bar .my-coupons .coupon-list::after {
  content          : "";
  width            : 10px;
  height           : 10px;
  background       : #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg);
  position         : absolute;
  top              : -6px;
  right            : 20px;
  border-top       : 1px solid #DCDCDC;
  border-left      : 1px solid #DCDCDC;
}

.coupon-table.db-table {
  margin-top: 20px;
  border    : 1px solid #dcdcdc;
}

.coupon-list .coupon-table thead,
.coupon-list .coupon-table.db-table tbody,
.coupon-list .coupon-table tr {
  background: #eee !important;
}


.gift-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top:10px;
  margin-bottom:10px;
}

.gift-list.alert{
    border:1px solid red;
}

.gift-list .message-error{
    width:100%;
    margin-bottom:10px;
}

.gift-list > div.gift-item{
  width: 20%;
  padding: 0 10px;
  margin-bottom: 10px;
  position:relative;
}

.gift-list>div.gift-item:nth-child(n+6) {
    display: none;
}

.gift-list>div.gift-item.no-gift {
    display: block;
}

.gift-list > div.gift-item label>img{
  width:100%;
}

.gift-list > div.gift-item.no-gift label>img{
  width: initial;
  padding: 26px;
}

.gift-list > div.gift-item.active label>img{
  border:4px solid #7db531;
}


.gift-list > div.gift-item >p{
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  margin: 5px 0;
  font-weight: normal;
}

.gift-list > div.gift-item >b{
  display: block;
  min-height:20px;
}

.gift-title{
  text-align: left;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.ui-widget input.gift-check {
  vertical-align: text-bottom;
  margin-right: 5px;
}

input[type="checkbox"].gift-check::before{
  border: 2px solid #d9d9d9;
}

#gift-modal.ui-dialog-content .modal-footer{
  text-align: right;
  border-top:1px solid;
  padding-top:15px;
}

#gift-modal.ui-dialog-content .modal-footer .db-button{
  text-transform: uppercase;
  border-radius: 25px;
  background: linear-gradient(#7db531, #b1e667);
}

.gift-success{
  position: fixed;
  top: 20%;
  left: 30%;
  background: #fff;
  z-index: 999;
  border: 2px solid #ccc;
  padding: 50px;
  border-radius: 5px;
  display: flex;
}

.gift-success > img{
  vertical-align: middle;
  margin-right:10px;
}

.gift-success > div{
  align-self: center;
}

.gift-success > div > span{
  font-size: 18px;
  line-height: 28px;
}

.view-all-gifts{
    background: #ECF5F0;
    margin: 10px auto;
    text-decoration: underline;
    padding: 5px 10px;
    font-size: 24px;
    cursor: pointer;
}

.item-box .picture{
  position:relative;
}

.item-box:hover .quick-look,.gift-item:hover .quick-look{
  display:block;
}

.quick-look{
  display:none;
  position: absolute;
  z-index: 3;
  cursor:pointer;
  background: #F8F3EF;
  border:1px solid #314367;
  border-radius:25px;
  padding: 2px 15px;
  line-height: 18px;
  font-size: 12px;
}

.product-list .quick-look {
  display: none!important;
}

.gift-list > div.gift-item .quick-look{
  bottom: 53px;
  left: 20px;
}

.quick-look > i{
  display: inline-block;
  width:20px;
  height:12px;
  background: url(../../images/quick_eye.png) no-repeat;
  margin-right:3px;
  vertical-align: middle;
}

.quick-panel .summber-best{
  width:380px;
}

.quick-panel{
  display: flex;
  flex-wrap: nowrap;
  padding: 20px;
}

.quick-loading{
  z-index: 12;
}

.detail-picture{
  width:400px;
}

.detail-picture .thumbsSwiper{
  width:88%;
}

.detail-picture .product-image-wrapper{
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}

.detail-picture .product-image-wrapper .product-image{
  width:100%;
}

.quick-panel .tier-prices{
  margin:20px 0;
}

.quick-panel .img-box img{
  width:100%;
}

.quick-panel .summer-swiper-panel .swiper-button-prev{
  left: -30px;
  padding: 180px 0;
}

.quick-panel .summer-swiper-panel .swiper-button-next{
  right:-30px;
  padding: 180px 0;
}

.quick-panel .swiper-pagination-fraction, .swiper-pagination-custom, .quick-panel .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:-20px;
}

.quick-panel .swiper-pagination-bullet{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 7px;
  border: 1px solid #3f3f3f;
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 20%);
  background-color: #fff;
  font-size: 0;
  border-radius: 25px;
}

.quick-panel .swiper-pagination-bullet-active{
  background: #3f3f3f;
}

.quick-panel .product-details{
  margin-left:90px;
  text-align: left;
  flex-grow:2;
}

.quick-panel .product-details > p{
  font-size:18px;
  line-height: 30px;
}

.quick-panel .product-details .details-box{
  display: flex;
  width:fit-content;
  padding: 5px 20px;
  border:1px solid #cccccc;
  border-radius:5px;
  margin: 25px 0;
  align-items: center;
  cursor:pointer;
}

.quick-panel .product-details .btn-group{
  display: flex;
}

.quick-panel .product-details .btn-group .overview{
  float: unset;
  width: inherit;
  padding: 0;
  margin:0;
}

.quick-panel .product-details .btn-group .overview .add-to-wishlist-button{
  background: url(../../images/icon_wishlist.png) 6px 4px no-repeat;
}

.add-to-cart-panel{
  display: flex;
  align-items: center;
  margin-bottom:20px;
}

.product-details-page .add-to-cart-panel{
  margin-bottom:5px;
}

.quick-panel .qty-span{
  margin-right:10px;
}

.quick-panel .qty-handle-btn{
  width: 40px;
  height: 40px;
  font-size: 24px;
  border: 1px solid #dcdcdc;
}

.quick-panel .qty-input{
  width: 45px;
  height: 40px;
  padding: 0 12px;
  text-align: center;
  font-size: 15px;
  color: #444;
}

.quick-panel .product-details .details-box >div>p{
    line-height: 30px;
}

.quick-panel .product-details .details-box >div>b{
  font-size:18px;
  line-height: 30px;
}

.quick-panel .product-details .details-box .toggle_down{
    width: 40px;
    height: 20px;
    display: block;
    background: url(../../images/toggle-black.png) center no-repeat;
    background-position: -8px -10px;
    color: #fff;
    cursor: pointer;
}

.quick-panel .product-details >h3{
  font-size: 18px;
  margin-bottom:30px;
}

.quick-panel .product-details .details-box img,
.other-products li img{
  width:50px;
  height:50px;
  margin-left:10px;
}

.quick-panel .product-details .btn-group >a{
  min-width:180px;
  height:40px;
  margin-right:20px;
}

.quick-panel .product-details .btn-group >a.bs-button{
  color:#fff;
}

.quick-panel .product-details .btn-group >div.bs-button{
  padding: 0;
  background-color: #fff;
}

.quick-panel .product-details .btn-group >div.bs-button input{
  background: #111;
  border: 0;
  color: #fff;
  padding: 10px 25px;
}


.quick-panel .product-details .detail-panel{
  position: relative;
  width: fit-content;
}

.quick-panel .picture-thumbs-container{
  width:400px;
}

.other-products{
  display: none;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  background: #fff;
  height: 265px;
  overflow-y: scroll;
  z-index: 11;
}

.other-products li{
  padding: 5px 20px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.other-products li:hover{
  border:1px solid #F60;
}

.no-close{
  position:fixed!important;
  top:16%!important;
}

.no-close .ui-dialog-titlebar {
  display: none;
}

.no-close.ui-widget.ui-widget-content,.no-close .ui-dialog-content{
  overflow: visible;
} 

.no-close .white-close{
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: #dcdcdc url(../../images/close.png) center no-repeat;
  cursor: pointer;
  padding: 15px;
  z-index:99;
}

/*Quick Look 结束*/

.center-1 .shopping-cart-page .page-title {
  text-align   : left;
  margin-bottom: 10px;
  border-bottom: 3px solid #7db531;
}

.shoppingcart_tab > .ui-tabs-nav li.ui-state-active a{
  color: #fff;
  background: linear-gradient(to bottom right, #ffd399, #fec598, #fb5d11);
  box-shadow: 0 0 5px 0 inset #ff950b;
  border: 1px solid #e83838;
}

.shoppingcart_tab > .ui-tabs-nav{
  padding-bottom:10px!important;
}

.ui-widget-content a.bs-button{
  color:#fff;
}

.cart-title{
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}

.movetocart{
  display: block;
  width:30px;
  height:30px;
  background: url(../../images/icon_cart.png) center no-repeat;
  margin:0 auto;
}

.center-1 .order-progress,
.center-2 .order-progress {
  background: inherit;
}


.center-1 .order-progress li {
  position: relative;
}

.center-2 .order-progress li {
  position: relative;
  margin  : 0 80px;
}

.center-1 .order-progress li.inactive-step a,
.center-2 .order-progress li.inactive-step a {
  color  : #333;
  opacity: 1;
}

.center-1 .order-progress li.active-step:not(:last-child):after,
.center-1 .order-progress li.active-step:not(:first-child):before,
.center-1 .order-progress li.inactive-step:before,
.center-1 .order-progress li.inactive-step:not(:last-child):after {
  content : "";
  display : block;
  width   : 60px;
  height  : 6px;
  position: absolute;
  top     : 17px;
  z-index : 0;
}

.center-2 .order-progress li.active-step:not(:last-child):after,
.center-2 .order-progress li.active-step:not(:first-child):before,
.center-2 .order-progress li.inactive-step:before,
.center-2 .order-progress li.inactive-step:not(:last-child):after {
  content : "";
  display : block;
  width   : 108px;
  height  : 6px;
  position: absolute;
  top     : 17px;
}

.center-1 .order-progress li.active-step:not(:last-child):after {
  background: #78C986;
  right     : -11px;
}

.center-2 .order-progress li.active-step:not(:last-child):after {
  background: #78C986;
  right     : -80px;
}

.center-1 .order-progress li.active-step:not(:first-child):before {
  background: #78C986;
  left      : -11px;
}

.center-2 .order-progress li.active-step:not(:first-child):before {
  background: #78C986;
  left      : -80px;
}


.center-1 .order-progress li.inactive-step:before {
  background: #DCDCDC;
  left      : -11px;
}

.center-2 .order-progress li.inactive-step:before {
  background: #DCDCDC;
  left      : -80px;
}

.center-1 .order-progress li.inactive-step:not(:last-child):after {
  background: #DCDCDC;
  right     : -11px;
}

.center-2 .order-progress li.inactive-step:not(:last-child):after {
  background: #DCDCDC;
  right     : -80px;
}

.center-1 .order-progress a:before,
.center-2 .order-progress a:before {
  border    : none;
  position  : relative;
  z-index   : 1;
  background: url(../../images/process-inactive.png) center no-repeat;
}

.center-1 .order-progress li.active-step a:before,
.center-2 .order-progress li.active-step a:before {
  position  : relative;
  z-index   : 1;
  background: url(../../images/process-active.png) center no-repeat;
}

.center-1 .order-progress li:last-child.active-step a:before,
.center-2 .order-progress li:last-child.active-step a:before {
  position  : relative;
  z-index   : 1;
  background: url(../../images/process-active-c.png) center no-repeat;
}

.center-1 .order-progress li:last-child a:before,
.center-2 .order-progress li:last-child a:before {
  position  : relative;
  z-index   : 1;
  background: url(../../images/process-inactive-c.png) center no-repeat;
}



.shopping-cart-empty.page {
  text-align: center;
}

.page-empty .img-empty>p {
  width : 120px;
  margin: 0 auto;
}

.page-empty .img-empty>p>img {
  width: 100%;
}

.shopping-cart-empty .page-empty h3 {
  color      : #333;
  font-size  : 24px;
  font-weight: 400;
  margin-top : 6px;
}

.shopping-cart-empty .buttons .shopping-button {
  margin-top      : 29px;
  width           : 340px;
  background-color: #7EB834;
  border-radius   : 3px;
  border          : none;
  padding         : 10px 30px;
  text-align      : center;
  font-size       : 15px;
  color           : #fff;
  display         : inline-block;
}

/*心愿单*/

.wish_search {
  padding      : 20px 50px;
  margin-bottom: 20px;
  background   : #FAFAFA;
}

.wish_search .uk-flex {
  align-items: center;
}

.wish_search .uk-flex > label{
  width:100px;
  white-space: nowrap;
}

.wish_search .uk-flex > input,
.wish_search .uk-flex > select{
  flex:1;
  height: 40px;
}

.wishlist-page .cart .quantity .quantity_decrease {
  position: relative;
  left    : 5px;
}

.wishlist-page .cart .quantity .quantity_increase {
  position: relative;
  right   : 5px;
}

.wishlist-page .cart .quantity .qty-dropdown {
  width        : 90px;
  height       : 40px;
  border-radius: 4px;
}

.wishlist-page .cart .quantity a {
  display   : block;
  color     : #248ece;
  margin-top: 10px;
}

.wishlist-category{
  display: flex;
  margin-bottom:20px;
}

.wishlist-category a{
    display: inline-block;
    min-width:65px;
    height: 35px;
    vertical-align: top;
    text-align: center;
    line-height: 35px;
    padding: 5px 10px;
    margin-right:30px;
    margin-bottom:10px;
    position: relative;
}

.wishlist-category a.wish-add-btn{
  margin-bottom: 0;
  padding: 0;
}

.wish-tab{
    background: url(../../images/wish_tab.png) no-repeat;
    background-size: cover;
    color: #000;
}

.wish-tab.active{
    color:#fff;
    background: url(../../images/wish_tab_selected.png) no-repeat;
    background-size: cover;
}

.del-icon{
    position: absolute;
    top: -5px;
    right: 0px;
    color: red;
    font-style: normal;
    display: none;
    width:11px;
    height:11px;
    background: url(../../images/remove.png) no-repeat;
    z-index:10;
}

.wish-tab:hover .del-icon{
    display: block;
}

.cart .belong-tag{
    position: absolute;
    bottom: 5px;
    margin-top: 10px;
    left: -80px;
    white-space:nowrap;
}

.cart .belong-tag a{
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 5px 10px;
  color:#fff;
  background: url(../../images/wish_tab_selected.png) no-repeat;
  background-size: cover;
}
.cart .belong-tag a:hover{
  text-decoration: none;
}

.wish-number{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.wish-number i{
  display: inline-block;
  width:30px;
  height:12px;
  background: url(../../images/wishlist-button-selected.png) no-repeat;
  background-size: cover;
  background-position-x: -10px;
}


.wish-list-modal .inputs label{
  width:190px;
}

.wish-list-modal .form-fields{
  border-top:none;
  background: #fff;
}

.wish-list-modal .form-fields button{
  font-size:15px;
}

.wish-list-modal .form-fields input,.wish-list-modal .form-fields textarea{
  font-size:14px;
}

.wishlist-back {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display:none;
}

.wishlist-back > a{
  font-size:1.2em;
  font-weight: bold;
  color:#0075a9;
}





.wish-list-select-panel{
  display: none;
  border: 1px solid #dcdcdc;
  text-align: left;
  padding: 15px;
  /* position: absolute; */
  background: #fff;
  z-index: 10;
  width: 260px;
  border-radius: 5px;
}

/* .product-grid .wish-list-select-panel{
    top: 40px;
    right: 0;
}

.shopping-cart-page .wish-list-select-panel{
  right:0;
} */

.wish-list-select-panel.active{
  display:block;
}

.wish-list-select-panel>p{
  margin-bottom:10px;
  font-size:16px;
}


.wish-list-select-panel>select{
  height:40px;
  width:100%;
}

.add-to-wishlist .wish-list-select-panel,.search-results .wish-list-select-panel{
  width:260px;
  margin-top:10px;
}

/* .search-results .wish-list-select-panel{
  right:0;
} */

.search-results .product-list .wish-list-select-panel{
  margin-top:35px;
}

/* .product-list .wish-list-select-panel{
  top:20px;
} */

.wish-list-close{
  position: absolute;
  right: 10px;
  top: 10px;
  color: red;
  cursor: pointer;
  font-size:16px;
}

.wish-list-name{
  margin-top:10px;
}

.wish-list-name>input{
  width:80%;
}

.wish-list-name .add-btn{
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #dcdcdc;
  font-size: 32px;
  margin-left: 5px;
  text-align: center;
  vertical-align: top;
  cursor:pointer;
}

.wishlist-page .wishlist-content .update-wishlist-button, .wishlist-page .wishlist-content .wishlist-add-to-cart-button {
  background: #B22072;
}

/* .otherPackage .wish-list-select-panel{
  position: unset;
} */

.otherPackage .cart td.quantity .wish-list-name input{
  height:36px;
  width: 82%;
}


/*心愿单结束*/


.min_banner ul li {
  margin-bottom: 5px;
}

/* .min_banner ul li:nth-child(2) {
  margin-bottom: 3px;
} */

.min_banner ul li a img {
  width: 100%;
}

.side-2 .category-navigation .plist li a {
  font-size: 15px;
}

.side-2 .category-navigation .plist li:hover>a,
.side-2 .category-navigation .plist li.active>a {
  color: #f77e22;
}


.discount-tip {
  cursor       : pointer;
  border       : 1px solid #248ece;
  display      : inline-block;
  border-radius: 50%;
  width        : 18px;
  height       : 18px;
  line-height  : 18px;
  text-align   : center;
  color        : #248ece;
  font-size    : 12px;
}

.discount-info {
  display      : none;
  width        : 300px;
  position     : absolute;
  border       : 1px solid #dcdcdc;
  border-radius: 4px;
}

table.cart tbody tr td .discount-info td {
  background: #eee;
  border    : 1px solid #dcdcdc;
}

.discount-tip:hover+.discount-info {
  display: block;
}



/*轮播*/
.check-vip-level{
    visibility: hidden;
    height:100%;
}

.slider-panel .theme-custom{
  margin:0;
}

.slider-panel {
  width: 100%;
  border-bottom:1px solid rgb(0, 0, 0);
}

.slider-panel-bottom {
  float        : left;
  width        : 100%;
  margin-bottom: 35px;
}

.slider-panel-bottom>ul {
  float      : left;
  display    : flex;
  width      : 100%;
  height     : 45px;
  line-height: 45px;
  text-align : center;
  background : #eee;
}

.slider-panel-bottom>ul>li {
  flex      : 1;
  box-sizing: border-box;
}

.slider-panel-bottom>ul>span {
  color      : #ff9039;
  float      : left;
  font-size  : 20px;
  font-weight: bold;
}

.slider-panel-bottom>ul>li>a>img {
  vertical-align: middle;
}

.slider-panel-bottom>ul>li>a>strong {
  font-weight   : bold;
  font-size     : 16px;
  color         : #414141;
  margin-left   : 10px;
  vertical-align: middle;
}


/* .home-coupon-list {
  height    : 190px;
  background: #ffeaa3;
  margin-top: -20px;
}

.home-coupon-list>a {
  margin : 15px 1%;
  display: inline-block;
  width  : 30%;
}

.home-coupon-list>a>img {
  width: 100%;
}

.coupon-more {
  width      : 32px;
  background : #f8d45a;
  height     : 100%;
  float      : right;
  font-size  : 24px;
  word-break : break-all;
  text-align : center;
  color      : #fff;
  padding-top: 25px;
  margin-top : -20px;
} */

.home-page-accountInfo {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.home-page-accountInfo li{
  width:50%;
  margin: 5px 0;
}

.home-page-accountInfo li a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size:12px;
  margin-right:5px;
  text-align:left;
}

.home-page-accountInfo li a span{
  display: inline-block;
  display: block;
  width: 34px;
  text-align: center;
  margin-right: 10px;
}

.home-page-accountInfo li a p{
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size:12px;
  text-align: left;
}

.home-page-accountInfo li a img{
  width: 34px;
  height:auto;
  border:0;
}

/*登录入口样式*/

.access_wrap{
  text-align: center;
  padding: 10px;
  height: inherit!important;
}

.access_wrap > img{
  width:40px;
  height:40px;
  border:0;
}

.access_wrap > p{
  font-size:18px;
  line-height: 22px;
  color:#111;
}

.btn-ctrl{
  display: flex;
  justify-content: space-evenly;
  margin-top:5px;
}

.page-ru .btn-ctrl,.page-fr .btn-ctrl{
  font-size:13px;
}

.btn-ctrl a{
  width: 48%;
  border:1px solid #7db531;
  padding: 6px 10px;
  margin: 0 5px;
  border-radius: 8px;
}

.btn-ctrl .btn_login{
  color:#fff;
  background: #7db531;
  
}

.btn-ctrl .btn_register{
  color:#7db531;
  background: #fff;
}


/*广告*/
.ad-img-panel {
  margin-bottom: 30px;
}

.ad-img-panel img {
  width: 100%;
}

.middle-advertising {
  position: relative;
}

.middle-advertising .countDown {
  position : absolute;
  color    : #333;
  font-size: 24px;
}

.middle-advertising .countDown span {
  color    : #FFFF8F;
  font-size: 24px;
  margin   : 0 5px;
}

.middle-advertising img {
  width : 100%;
  height: 100%;
}

.middle-advertising .couponList {
  float   : left;
  position: absolute;
  top     : 40px;
  left    : 20px;
}

.middle-advertising .couponList li {
  width       : 50px;
  display     : none;
  float       : left;
  margin-right: 20px;
}

.middle-advertising .couponList li img {
  width: 100%;
}

/* 左侧导航栏样式 */
.category-navigation.block .title {
  background-color: #FFF;
  color           : #333;
  text-align      : center;
  border          : 1px solid #eee;
  white-space     : nowrap;
}



/*HOME块状*/
.home-product-panel > ul > li{
  text-align: center;
}

.home-product-panel > ul > li .lazy{
  max-width: fit-content;
}

.home-product-panel::after {
  content: "";
  display: block;
  clear  : both;
}

.less-tabs .tab-left {
  opacity: 0;
}

.less-tabs .tab-right {
  display: none;
}

.tab-left {
  background  : url(../../images/tab_arrow_left.png) no-repeat center;
}

.tab-right {
  background : url(../../images/tab_arrow_right.png) no-repeat center;
}

.tab-left,
.tab-right {
  height : 45px;
  width  : 20px;
  display: inline-block;
  cursor : pointer;
}

.tab-left.active,
.tab-right.active {
  opacity: 0;
}

.home-product-panel .ui-tabs-nav {
  width      : 96%;
  display    : inline-block;
  white-space: nowrap;
}

.home-product-panel .ui-tabs-nav li {
  display       : inline-block;
  transition    : all 1s ease-in-out;
  width         : 198px;
  vertical-align: middle;
}

.recommend-box .ui-tabs-nav li a {
  overflow     : hidden;
  text-overflow: ellipsis;
  padding      : 12px 0 !important;
  white-space  : normal;
  font-size    : 15px;
}

.home-product-panel .ui-tabs-nav li:nth-child(7) > a{
  text-align: left;
}

.home-product-panel .ui-tabs-nav li:nth-child(7).active > a{
  text-align: center;
}

.home-product-panel .ui-tabs-nav li:nth-child(6) > a{
  text-align: center;
}

.home-product-panel .ui-tabs-nav li:nth-child(6).active > a{
  text-align: right;
}

.home-product-panel .ui-tabs-nav li:nth-child(1).active,
.home-product-panel .ui-tabs-nav li:nth-child(2).active,
.home-product-panel .ui-tabs-nav li:nth-child(3).active,
.home-product-panel .ui-tabs-nav li:nth-child(4).active,
.home-product-panel .ui-tabs-nav li:nth-child(5).active,
.home-product-panel .ui-tabs-nav li:nth-child(6).active {
  transform : translateX(-1190px);
  transition: all 1s ease-in-out;
}

.home-product-panel .ui-tabs-nav li:nth-child(7).active,
.home-product-panel .ui-tabs-nav li:nth-child(8).active,
.home-product-panel .ui-tabs-nav li:nth-child(9).active,
.home-product-panel .ui-tabs-nav li:nth-child(10).active,
.home-product-panel .ui-tabs-nav li:nth-child(11).active,
.home-product-panel .ui-tabs-nav li:nth-child(12).active {
  transform : translateX(-1190px);
  transition: all 1s ease-in-out;
}




.home-product-panel::after {
  content: "";
  display: block;
  clear  : both;
}


.home-product-box .swiper-button-next::after,
.home-product-box .swiper-container-rtl .swiper-button-prev::after {
  content          : "";
  font-size        : 15px;
  -webkit-transform: scaleY(2);
  -ms-transform    : scaleY(2);
  transform        : scaleY(2);
}

.home-product-box .swiper-button-prev:after,
.home-product-box .swiper-container-rtl .swiper-button-next:after {
  content          : "";
  font-size        : 15px;
  -webkit-transform: scaleY(2);
  -ms-transform    : scaleY(2);
  transform        : scaleY(2);
}

.home-product-box .swiper-button-next {
  position           : absolute;
  background         : url(../../images/next-btn.png);
  background-position: 50%;
  background-repeat  : no-repeat;
  background-color   : rgba(125, 181, 49, .5);
  margin-top         : 0;
}

.home-product-box .swiper-button-prev {
  background         : url(../../images/next-btn.png);
  background-position: 50%;
  background-repeat  : no-repeat;
  -webkit-transform  : rotate(180deg);
  -ms-transform      : rotate(180deg);
  transform          : rotate(180deg);
  background-color   : rgba(125, 181, 49, .5);
  margin-top         : 0;
}


.home-product-box .swiper-button-prev:hover,
.home-product-box .swiper-button-next:hover {
  background-color: rgba(148, 192, 81, 0.9);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  /* background-color: rgba(0,0,0,.4); */
  background-color: transparent;
}


.swiper-button-prev.swiper-button-disabled:hover,
.swiper-button-next.swiper-button-disabled:hover {
  background-color: rgba(200, 200, 200, .6);
}

.home-product-box .swiper-button-prev,
.home-product-box .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.home-product-box .swiper-button-next,
.home-product-box .swiper-container-rtl .swiper-button-prev {
  right: 18px;
}



.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: auto !important;
}

.customer-show-box .swiper-container-horizontal>.swiper-scrollbar {
  display: none;
}

.home-product-title {
  text-align: center;
  margin    : 0 0 35px;
  position  : relative;
}

.home-product-title>.line-circle {
  width     : 100%;
  border-top: 4px dotted #ff9039;
  position  : absolute;
  top       : 20px;
  z-index   : 1;
}

.home-product-title>.title-content {
  display   : inline-block;
  background: #fff;
  position  : relative;
  z-index   : 2;
  padding   : 0 20px;
}

.home-product-title>.title-content>img {
  vertical-align: middle;
  margin-right  : 10px;
}

.home-product-title>.title-content>span {
  vertical-align: middle;
  font-size     : 36px;
  color         : #414141;
  font-weight   : bold;
}



.home-product-box {
  height: 350px;
}

.home-product-box.flashdeals {
  height         : 270px;
  background     : url(/Themes/Starter/Content/images/flash_deal.png) no-repeat;
  background-size: cover;
  margin-bottom  : 35px;
}
  .home-product-box.flashdeals .home-product-box-left {
    float: right !important;
  }
  .home-product-box.flashdeals .home-product-box-right {
    float: left !important;
  }

  .home-product-box.lowprice {
    height: 180px;
    background: #fbae7a;
    margin-bottom: 35px;
  }

.low_price_content {
  padding   : 15px 0;
  text-align: center;
}

.low_price_content>p {
  font-size: 22px;
  color    : #111;
  margin   : 10px 0;
}

.low_price_content>a {
  font-size      : 22px;
  color          : #111;
  text-decoration: underline;
}

.lowprice .home-product-box-left {
  width: 30%;
}

.lowprice .home-product-box-right {
  width   : 70%;
  position: relative;
}

.lowprice .home-product-box-right .swiper-container {
  width   : 870px;
  margin  : 0 auto;
  position: static;
}

.lowprice .home-product-box-right .swiper-container .swiper-slide a {
  width           : 100%;
  height          : 100%;
  display         : inline-block;
  position        : relative;
  background-color: #fff;
  border-radius   : 10px;
  overflow        : hidden;
  text-align      : center;
}

.lowprice .home-product-box-right .swiper-container .swiper-slide a>img {
  width : 87%;
  height: 87%;
  border: 1px solid #dcdcdc;
  margin: 10px;
}

.lowprice .home-product-box-right .swiper-container .swiper-slide a .price {
  position  : absolute;
  bottom    : 0px;
  width     : 100%;
  background: rgba(255,96,84,0.8);
  left      : unset;
  display: flex;  
  justify-content: space-around;
}

.lowprice .home-product-box-right .swiper-container .swiper-slide a .price .price-new {
  padding: 6px 0;
  color  : #fff;
  font-size : 14px;
  margin-right: 0;
}

.lowprice .home-product-box-right .swiper-container .swiper-slide a .price .price-old{
  padding: 6px 0;
  color  : #ddd;
  font-size : 14px;
}




.home-product-box.best-seller-box {
  margin-bottom: 35px;
}


.home-product-box-left {
  float : left;
  width : 19%;
  height: 100%;
}

.home-product-box-right {
  float : right;
  width : 81%;
  height: 100%;
}

.home-product-box-right .swiper-container {
  height : 100%;
  padding: 18px 0;
}

.recommend-box .home-product-box-right .swiper-container {
  padding: 18px 0 0;
}

.new-arrival-box .home-product-box-right .swiper-container {
  height : 91.5%;
  padding: 10px 0 0;
}

.home-product-box-right .swiper-container .swiper-slide {
  height: inherit;
}

.home-product-box-right .swiper-container .swiper-slide a {
  width       : 23.1%;
  height      : 100%;
  display     : inline-block;
  margin-right: 2%;
  position    : relative;
}

.flashdeals .home-product-box-right .swiper-container .swiper-slide a {
  width           : 100%;
  height          : 100%;
  display         : inline-block;
  position        : relative;
  background-color: #fff;
}

.flashdeals .home-product-box-right {
  position: relative;
}


.flashdeals .home-product-box-right .swiper-container .swiper-slide a:last-child {
  margin-right: 0;
}

.flashdeals .home-product-box-right .swiper-container {
  width   : 1040px;
  margin  : 0 auto;
  position: static;
}

.customer-show-box .home-product-box-right .swiper-container .swiper-slide a {
  margin-right: 2.1%;
}

.home-product-box-right .swiper-container .swiper-slide a .price {
  position: absolute;
  bottom  : 7px;
  left    : 20px;
  display: flex;
}

.home-product-box-right .swiper-container .swiper-slide a .price .price-new {
  color       : red;
  margin-right: 10px;
}

.home-product-box-right .swiper-container .swiper-slide a .price .price-old {
  color          : #414141;
  text-decoration: line-through;
}

.home-product-box-right .swiper-container .swiper-slide a>img {
  width : 100%;
  height: 80%;
  border: 1px solid #dcdcdc;
}

.flashdeals .home-product-box-right .swiper-container .swiper-slide a>img {
  border: 0;
  height: 86%;
}


.home-product-box.flashdeals .swiper-button-prev,
.home-product-box.flashdeals .swiper-container-rtl .swiper-button-next,
.home-product-box.flashdeals .swiper-button-next,
.home-product-box.flashdeals .swiper-container-rtl .swiper-button-prev {
  padding: 30px 15px;
  top    : 40%;
}

.home-product-box.lowprice .swiper-button-prev,
.home-product-box.lowprice .swiper-container-rtl .swiper-button-next,
.home-product-box.lowprice .swiper-button-next,
.home-product-box.lowprice .swiper-container-rtl .swiper-button-prev {
  padding: 30px 15px;
  top    : 32%;
}

.home-product-box.flashdeals .swiper-button-next {
  right  : 0px;
  z-index: 3;
}

.home-product-box.lowprice .swiper-button-next {
  right  : 6px;
  z-index: 3;
}

.home-product-box.lowprice .swiper-button-prev {
  left   : 6px;
  z-index: 3;
}


.flashdeals_content {
  padding   : 45px 0;
  text-align: center;
}

.flashdeals_content>h1,.alsolike_content > h1 {
  color    : #fff;
  font-size: 22px;
  white-space: nowrap;
}

.flashdeals_content>p {
  color     : #fff;
  margin-top: 30px;
}

.flashdeals_content>a {
  color        : #fff;
  background   : #111;
  margin-top   : 30px;
  display      : inline-block;
  padding      : 10px 20px;
  border-radius: 5px;
}

.home-product-box.flashdeals.alsolike{
  background:#E1F4C7;
}

.alsolike_content > h1{
  color:#2a6d04;
}

.alsolike_content{
  padding-top:80px;
  text-align: center;
}

.alsolike_content>a{
  color: #fff;
  background: #111;
  margin-top: 60px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
}

.home-count-down {
  margin-top: 30px;
  color     : #fff;
  font-size : 28px;
}

.home-count-down>span {
  padding      : 10px;
  font-size    : 28px;
  color        : #111;
  background   : #fff;
  border-radius: 5px;
}

.normal-products {
  display: none;
}

.hot-category-list {
  float        : left;
  width        : 100%;
  margin-bottom: 35px;
}

.hot-category-list li {
  float       : left;
  width       : 200px;
  margin-right: 33px;
}

.customer-show-box .hot-category-list li {
  width: 18%;
}

.customer-show-box .hot-category-list li img {
  width: 100%;
}

.hot-category-list li:last-child {
  margin-right: 0;
}

.hot-category-list li img {
  width : 200px;
  border: 1px solid #dcdcdc;
}

.hot-category-list.hot-category-list-five li {
  float       : left;
  width       : 245px;
}

.hot-category-list.hot-category-list-five li img {
  width : 245px;
  border: 1px solid #dcdcdc;
}

.hot-category-list .product-info {
  text-align: left;
}

.hot-category-list .product-info>p {
  color        : #111;
  overflow     : hidden;
  white-space  : nowrap;
  text-overflow: ellipsis;
}

.hot-category-list .product-info>.price-new {
  color: #f50000;
}

.home-product-box.best-seller-box {
  height: 455px;
}

.home-product-box.new-arrival-box {
  height       : 600px;
  margin-bottom: 35px;
}

.best-seller-box .home-product-box-left {
  width: 15%;
}

.best-seller-box .home-product-box-left a img,
.best-seller-box .home-product-box-left>img {
  width : 100%;
  height: 100%;
}

.best-seller-box .home-product-box-right {
  width: 84.5%;
}

.new-arrival-box .home-product-box-right {
  width     : 100%;
  padding   : 0 10px;
  background: #f2ebcf;
}

.home-product-box-right .swiper-container .swiper-slide a .product-info {
  text-align: center;
  margin    : 0;
}

.home-product-box-right .swiper-container .swiper-slide a .product-info>p {
  color        : #111;
  overflow     : hidden;
  white-space  : nowrap;
  text-overflow: ellipsis;
}

.home-product-box-right .swiper-container .swiper-slide a .product-info>.price-old {
  color          : #aaa;
  text-decoration: line-through;
  font-size      : 12px;
}

.home-product-box-right .swiper-container .swiper-slide a .product-info>.price-new {
  color      : #f50000;
  margin-left: 5px;
  font-size  : 14px;
}


.best-seller-box .home-product-box-right .swiper-container {
  padding: 0;
}

.best-seller-box .home-product-box-right .swiper-container .swiper-slide a {
  width : 15%;
  height: 50%;
  margin-right: 1.46%;
  vertical-align: top;
}



.new-arrival-box .home-product-box-right .swiper-container .swiper-slide a {
  width       : 15.5%;
  height      : 50%;
  margin-right: 1%;
}

.recommend-box .home-product-box-right .swiper-container .swiper-slide a {
  width         : 15.6%;
  height        : 50%;
  vertical-align: middle;
}

.recommend-box .home-product-box-right .swiper-container .swiper-slide a {
  margin-right: 0.9%;
}


.customer-show-box .home-product-box-right .swiper-container .swiper-slide a {
  width: 246px;
}

.customer-show-box .home-product-box-right .swiper-container .swiper-slide a>img {
  height: 246px;
}

.best-seller-box .home-product-box-right .swiper-container .swiper-slide a>img {
  width: initial;
  max-width:182px;
  border: 1px solid #dcdcdc;
}

.recommend-box .home-product-box-right .swiper-container .swiper-slide a>img {
  height: 83%;
  border: 1px solid #dcdcdc;
}

.recommend-box .home-product-box-right .swiper-container .swiper-slide a>img {
  min-height: 212px;
}

.new-arrival-box .home-product-box-right .swiper-container .swiper-slide a>img {
  width: initial;
  max-width:216px;
  border: 1px solid #dcdcdc;
}

.best-seller-box .home-product-box-right .swiper-container .swiper-slide a:nth-child(6n),
.customer-show-box .home-product-box-right .swiper-container .swiper-slide a:nth-child(5n) {
  margin-right: 0;
}

.new-arrival-box .home-product-box-right .swiper-container .swiper-slide a:nth-child(6n),
.recommend-box .home-product-box-right .swiper-container .swiper-slide a:nth-child(6n) {
  margin-right: 0;
}

.home-product-box.best-seller-box .swiper-button-prev,
.home-product-box.best-seller-box .swiper-button-next,
.home-product-box.new-arrival-box .swiper-button-prev,
.home-product-box.new-arrival-box .swiper-button-next,
.home-product-box.recommend-box .swiper-button-prev,
.home-product-box.recommend-box .swiper-button-next {
  height: 150px;
  width : 30px;
  top   : 32%;
}

.home-product-box.customer-show-box .swiper-button-prev,
.home-product-box.customer-show-box .swiper-button-next {
  height: 150px;
  width : 30px;
  top   : 50px;
}

.home-product-box.best-seller-box .swiper-button-next,
.home-product-box.best-seller-box .swiper-container-rtl .swiper-button-prev,
.home-product-box.new-arrival-box .swiper-button-next,
.home-product-box.new-arrival-box .swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.home-product-box.customer-show-box .swiper-button-next,
.home-product-box.customer-show-box .swiper-container-rtl .swiper-button-prev,
.home-product-box.recommend-box .swiper-button-next,
.home-product-box.recommend-box .swiper-container-rtl .swiper-button-prev {
  right: 4px;
}


/*customer-show*/
.customer-show-box .home-product-box-right {
  width   : 100%;
  position: relative;
}

.customer-show-box .home-product-box-right .swiper-container {
  padding: 0;
}


.customer-show-box .hot-category-list {
  padding-top: 20px;
  margin-top : 35px;
  border-top : 1px solid #dcdcdc;
}


.down-icon {
  background: url(../../images/toggle-white.png) -10px -10px no-repeat;
  cursor    : pointer;
  display   : inline-block;
  width     : 30px;
  height    : 13px;
}

.up-icon {
  background: url(../../images/toggle-white.png) -10px 1px no-repeat;
  cursor    : pointer;
  display   : inline-block;
  width     : 30px;
  height    : 13px;
}


.home-product-box-right .product-rating-box {
  display: inline-block;
  width  : 100%;
  margin : 5px 0;
}

.home-product-box-right .product-rating-box>span {
  vertical-align: middle;
}

.home-product-box-right .rating {
  background    : url('../../images/rating1.png') repeat-x;
  width         : 95px;
  height        : 14px;
  display       : inline-block;
  vertical-align: middle;
  margin-right  : 10px;
}

.home-product-box-right .rating div {
  background: url('../../images/rating2.png') repeat-x;
  height    : 14px;
}


.home-view-more-btn {
  text-align: center;
}

.home-view-more-btn>a {
  display      : inline-block;
  background   : #111;
  color        : #fff;
  font-size    : 18px;
  padding      : 10px 40px;
  border-radius: 35px;
}

.recommend-box .home-product-box-right {
  width        : 100%;
  margin-bottom: 10px;
}

.recommend-box .home-product-box-right .swiper-container .swiper-slide a .product-info {
  text-align: left;
  height    : 46px;
}

.recommend-box .ui-tabs-nav {
  margin-bottom: 0 !important;
}

.recommend-box .ui-tabs-nav {
  border-bottom: 1px solid #7db531;
}

.recommend-box .ui-tabs-nav li a {
  border: 0;
}

.recommend-box .ui-tabs-nav li.ui-state-active a {
  color     : #fff;
  background: #7db531;
}

.recommend-box .home-product-box-right .swiper-container .swiper-slide a .product-info>.price-new {
  margin-left: 0;
}

.recommend-view-more {
  vertical-align: top !important;
}

.recommend-view-more>span {
  display    : block;
  height     : 247px;
  line-height: 247px;
  text-align : center;
  font-size  : 24px;
  color      : #7db531;
  border     : 1px solid #7db531;
}

.home-product-box.customer-show-box {
  height: 264px;
}


.show-more-wrapper {
  text-align: center;
  padding   : 0 0 30px;
}

.show-more-wrapper>span,.show-more-wrapper>a {
  display      : inline-block;
  color        : #fff;
  background   : #f78128;
  border-radius: 35px;
  padding      : 10px 80px;
  cursor       : pointer;
}

.show-less-wrapper {
  text-align: center;
  padding   : 0 0 30px;
  display   : none;
}

.show-less-wrapper>span {
  display      : inline-block;
  color        : #fff;
  background   : #333;
  border-radius: 35px;
  padding      : 10px 80px;
  cursor       : pointer;
}

.show-less-wrapper>a {
  display      : inline-block;
  color        : #fff;
  background   : #F60;
  border-radius: 35px;
  padding      : 10px 80px;
  cursor       : pointer;
}

.theme-product-hidden {
  display: none;
}


/* 右侧分类样式 */

.page-title-demo {
  color        : #FFF;
  text-align   : center;
  background   : #699ED4;
  padding      : 20px 0;
  margin-bottom: 10px;
}

.page-title-demo h1 {
  color    : #fff;
  font-size: 2em;
}

.page-title-demo>p {
  margin-bottom: 10px;
  font-size    : 20px;
}

.flower-demo {
  border-bottom: 1px solid #fff;
  text-align   : center;
  width        : 80%;
  height       : 2px;
  margin       : 30px auto !important;
}

.flower-demo img {
  position: relative;
  top     : -22px;
}

.view-more-demo {
  background   : #205E9B;
  border       : none;
  color        : #fff;
  font-weight  : bold;
  padding      : 10px 20px;
  border-radius: 5px;
}






.home-page.page .page-title {
  text-align   : center;
  border-bottom: 0;
  margin       : 10px 0;
  background   : #E7E7E7;
}

.home-page.page .page-title>h1 {
  display : inline-block;
  position: relative;
}


.home-page.page .view-more {
  float      : right;
  color      : #1e90ff;
  line-height: 38px;
}


.home-page.page .page-title>h1:before {
  content : "";
  display : block;
  width   : 36px;
  border  : 1px solid #292626;
  position: absolute;
  top     : 15px;
  left    : -55px;
}

.home-page.page .page-title>h1:after {
  content : "";
  display : block;
  width   : 36px;
  border  : 1px solid #292626;
  position: absolute;
  top     : 15px;
  right   : -55px;
}


.home-page .product-grid {
  margin-bottom: 10px;
}

.home-page .product-grid .item-grid .item-box {
  margin: 0 0.5%;
}


.publicitySection ul li{
  margin-top:20px;
  text-align: center;
}






/* .product-grid .item-box .product-title {
  font-size: 14px;
} */


.product-grid.product-grid-cate {
  margin-bottom: 20px;

}

.product-grid-cate .item-grid .item-cate-box {
  width        : 350px;
  margin-bottom: 30px;
  position     : relative;
  float        : left;
  text-align   : left;
  margin-left  : 20px;
  overflow     : hidden;
}



.product-grid-cate .item-grid .item-cate-box:nth-child(3n+1) {
  margin-left: 0;
}

.item-cate-box .picture {
  z-index         : 1;
  overflow        : hidden;
  background-color: #fff;
  margin          : 0 0 20px;
}


.product-grid-cate .item-grid .item-cate-box .product-item .picture img {
  position          : absolute;
  top               : 0;
  right             : 0;
  bottom            : 0;
  left              : 0;
  width             : 350px;
  max-width         : 100%;
  max-height        : inherit;
  margin            : auto;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  border            : 1px solid #dcdcdc;
}



/*测试，删除*/
.product-grid-cate .item-grid .item-cate-box:nth-child(odd) {
  width    : 49%;
  float    : left;
  margin   : 0 0 25px;
  max-width: 530px;
}

.product-grid-cate .item-grid .item-cate-box:nth-child(even) {
  width    : 49%;
  float    : right;
  margin   : 0 0 25px;
  max-width: 530px;
}

.product-grid-cate .item-grid .item-cate-box .product-item .picture {
  height       : 225px;
  margin-bottom: 0;
}

.product-grid-cate .item-grid .item-cate-box .product-item .picture img {
  width : 100%;
  height: 100%;
}

.product-grid .item-box .add-to-wishlist-button,
.product-list .item-box .add-to-wishlist-button {
  background: transparent url('../../images/icon_wishlist.png') center no-repeat;
}

.product-grid .item-box .add-to-wishlist-button:hover,
.product-list .item-box .add-to-wishlist-button:hover,
.item-box .add-to-wishlist-button.active {
  background: transparent url('../../images/icon_wishlist_selected.png') center no-repeat;
}



/* 宫格 */

.product-grid .item-box .details {
  padding: 0;
  margin : 0 2px;
}

.product-grid .item-box .qty-handle-btn {
  width    : 30px;
  height   : 30px;
  font-size: 24px;
}

.product-grid .item-box .qty-handle-btn:nth-child(1) {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.product-grid .item-box .qty-handle-btn:nth-child(3) {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.product-grid .item-box .qty-handle-btn:nth-child(3){
  margin-right:6px;
}

.product-grid .item-box .qty-input {
  width     : 30px;
  height    : 30px;
  padding   : 0;
  text-align: center;
}

.product-grid .item-box .product-box-add-to-cart-button {
  width      : 80px;
  height     : 30px;
  background : #7EB834 url(../../images/icon_cart_w.png) center no-repeat;
  color      : transparent;
}

.product-grid .item-box .add-to-wishlist-button {
  width : 30px;
  height: 30px;
  margin-left:3px;
}

.wish-text {
  font-size: 0;
}


.product-grid .item-box .product-box-preorder {
  font-size    : 16px;
  padding: 0 25px 0 10px;
  height       : 30px !important;
  color        : #fff;
  background   : #f60;
  border-radius: 4px;
  border       : 0;
  width        : auto;
}

.product-grid .item-box .product-box-preorder{
  padding: 0 5px;
}

.product-list .item-box .product-box-preorder {
  width        : auto;
  display      : block;
  min-width    : 100px;
  padding: 0 25px 0 10px;
  margin       : 10px auto;
  height       : 40px !important;
  margin-right : 0;
  border-radius: 4px;
  background   : #f60;
  color        : #fff;
}

.product-list .item-box .out-of-stock-btn {
  width        : auto;
  display      : block;
  min-width    : 100px;
  padding: 0 25px 0 10px;
  margin       : 10px auto;
  height       : 40px !important;
  margin-right : 0;
  border-radius: 4px;
  background   : #7EB834;
  color        : #fff;
}

/*设置在不同语种下字号大小*/
.page-fr .product-grid .item-box .product-box-preorder,
.page-fr .product-grid .item-box .back-order-btn{
  font-size    : 13px;
}

.page-it .product-grid .item-box .back-order-btn{
  font-size    : 14px;
}

/* .product-grid .list-btn{
  display: none;
} */


.real-gold-img-wrapper {
  list-style     : none !important;
  display        : flex;
  flex-wrap      : nowrap;
  justify-content: space-between;
}

.real-gold-box {
  margin: 0 auto;
}

.real-gold-box .model {
  position  : fixed;
  left      : 0;
  top       : 0;
  width     : 100%;
  height    : 100%;
  background: rgba(0, 0, 0, .3);
  display   : none;
  z-index   : 2000;
}

.real-gold-box .model .model-wrapper {
  z-index : 2001;
  position: fixed;
  top     : 0;
  right   : 0;
  bottom  : 0;
  left    : 0;
  overflow: auto;
  margin  : 0;
}

.real-gold-box .model .model-wrapper .model-content {
  margin-top        : 15vh;
  position          : relative;
  margin            : 0 auto 50px;
  border-radius     : 2px;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
  box-shadow        : 0 1px 3px rgb(0 0 0 / 30%);
  box-sizing        : border-box;
  width             : 50%;
}

.close {
  display        : flex;
  justify-content: flex-end;
  padding        : 20px;
  background     : #fff;
  cursor         : pointer;
  font-size      : 40px;
}


.modal_main_panel{
  width:660px;
  background: #fff;
  position: absolute;
  left:calc( 50% - 330px );
  top: calc( 50% - 205px );
  padding-bottom: 10px;
  border-radius: 5px;
}

.modal_main_panel.limit460{
  width:460px;
  left:calc( 50% - 230px );
}

.modal_main_panel .modal_header{
  background: #feeaea;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  position: relative;
}

.modal_main_panel .modal_header .close-btn{
  width:12px;
  height:12px;
  background: url(../../images/close.png) no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.modal_main_panel .modal_header > p{
  color: #111;
  font-size:30px;
  font-family: "Lato-BlackItalic";
}

.modal_main_panel .modal_body{
  text-align: center;
  margin-top: 20px;
  margin-bottom:20px;
  line-height: 40px;
}

.modal_main_panel .modal_body > h1{
  font-size:30px;
  font-family: "brandon-grotesque";
  letter-spacing: 2px;
}

.modal_main_panel .modal_body > h1 > span{
  font-size:28px;
  color:#ff1c53;
}

.page-fr #Modal_Type_3 .modal_main_panel .modal_body > h1 > span,
.page-fr #Modal_Type_3 .modal_main_panel .modal_body > h1{
    font-size:25px;
}

.modal_main_panel .modal_body > p{
  color:#111;
  font-size:22px;
}

.modal_main_panel .modal_body > a{
  background: linear-gradient(to right,#f03b44,#fd802f);
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
}

.page-de .modal_main_panel .modal_body > a,
.page-fr #Modal_Type_3 .modal_main_panel .modal_body > a{
    font-size:14px;
}

.modal_main_panel .modal_body > img{
  margin-top: 20px;
}

.modal_main_panel .modal_footer{
  margin:0 40px;
}

.modal_main_panel .modal_footer > a{
  color:#4b6dfd;
  text-decoration: underline;
}

.modal_main_panel .modal_footer p > span{
  color:#ff1c53;
}

.modal_main_panel .main-wrap{
  margin-top:20px;
}

.modal_main_panel .register-flex-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 440px;
  margin: 0 auto;
}

.main-wrap .register-flex-wrap > div{
  flex: 1;
  margin-left:20px;
}

.modal_main_panel .register-flex-wrap p.db-red-2{
  font-size:22px;
  margin-bottom:5px;
}

.modal_main_panel .register-flex-wrap p{
  font-size:15px;
  line-height: 20px;
  text-align: left;
}

.modal_main_panel .register-flex-wrap p a{
  color: #1e90ff;
  text-decoration: underline;
}

/* 列表 */

.product-list .item-box .qty-handle-btn {
  width : 40px;
  height: 40px;
}

.product-list .item-box .qty-input {
  width     : 70px;
  height    : 40px;
  text-align: center;
}

/* .product-list .prices {
  display: none;
} */

.category-page .quantity-btns {
  margin-bottom: 10px;
}

.category-page .page-title {
  margin-bottom: 0;
}

.product-list .product-item .wish-text {
  /* font-size  : 14px; */
  color      : #6D6D6D;
  display    : inline-block;
  height     : 40px;
  line-height: 40px;
  margin-left: 10px;
}

.product-list .item-box .product-box-add-to-cart-button {
  margin-top: 10px;
}

.product-list .item-box .add-to-wishlist-button {
  float: right;
}


/* .product-list .grid-btn{
  display:none;
} */




/**
*个人中心
*/

/*优惠券*/

.my-coupon-page .ui-widget.ui-widget-content.ui-tabs.tabs {
  border: 1px solid #dcdcdc;
}

.my-coupon-page .ui-tabs-nav {
  margin    : 0 !important;
  background: #F7F8F9;
}

.my-coupon-page .ui-tabs-nav li.ui-state-active a {
  position    : relative;
  background  : #fff;
  border-left : 1px solid #dcdcdc !important;
  border-right: 1px solid #dcdcdc !important;
}

.my-coupon-page .ui-tabs-nav li.ui-state-active a:after {
  content: "";
  display: block;
  width  : 100px;
  border : 1px solid #fff;
}

.my-coupon-page .ui-tabs .ui-tabs-nav li {
  margin-right: 10px;
}

.my-coupon-page .ui-tabs .ui-tabs-nav li a {
  border: 0;
}

.my-coupon-page .coupon-panel {
  margin-bottom: 20px;
}

.coupon-panel input[type="text"] {
  height: 40px;
}

.coupon-panel a {
  color      : #599DD2;
  margin-left: 5px;
}

.add-coupon-btn {
  display   : inline-block;
  color     : #333;
  height    : 40px;
  width     : 122px;
  background: #EEEEEE;
  border    : 1px solid #DCDCDC;
}


.table-panel {
  border    : 1px solid #dcdcdc;
  margin-top: 20px;
}

.order-list-page .table-panel{
  float:left;
  width:100%;
}

.order-list-page .table-panel .table-tab{
  bottom:0;
}

.table-panel .table-tab {
  float        : left;
  font-weight  : bold;
  height       : 40px;
  line-height  : 40px;
  background   : #eee;
  width        : 100%;
  border-bottom: 1px solid #dcdcdc;
}

.table-panel .table-tab>div {
  padding: 0px 20px;
}

.table-panel .activeButton {
  color       : #f77e22;
  float       : left;
  background  : #fff;
  border-right: 1px solid #dcdcdc;
  border-left : 1px solid #dcdcdc;
}

.table-panel .inactiveButton {
  float: left;
  color: #333;
}


/*确认订单*/
.shipping-addresses {
  text-align: left;
}

.add-new-btn button {
  padding     : 10px 20px;
  border      : 1px solid #dcdcdc;
  margin-top  : 10px;
  min-width   : 210px;
  background  : #fff url(../../images/new.png) left no-repeat;
  text-align  : left;
  padding-left: 40px;
}

.address-group {
  padding  : 10px;
  border   : 1px solid #dcdcdc;
  min-width: 60%;
}

.address-group>div {
  line-height: 24px;
}

.address-group .shipping-address {
  margin-right: 10px;
}

.address-group .btn-edit-address {
  float     : right;
  border    : none;
  color     : #599DD2;
  background: #fff;
}

.address-group .btn-delete-address {
  float      : right;
  border     : none;
  color      : #E60044;
  background : #fff;
  margin-left: 20px;
}


/*弹框样式*/

.ui-dialog-content .modal-body {
  text-align : center;
  font-weight: normal;
  color      : #000000;
}

.ui-dialog-content .modal-footer {
  text-align: center;
}

.ui-dialog-content .modal-footer .btn {
  margin       : 20px;
  width        : 120px;
  height       : 40px;
  border       : 0;
  border-radius: 4px;
}

.ui-dialog-content .modal-footer .btn.btn-ok {
  background: #7db531;
  color     : #fff;
}

.ui-dialog-content .modal-footer .btn.btn-cancel {
  background: #fff;
  color     : #333;
  border    : 1px solid #dcdcdc;
}

.ui-dialog-content .modal-body.gift-modal-panel{
  height: auto;
  max-height: 70vh;
  overflow-y: auto;
}

.fixed-dialog{
    position: fixed!important;
    top:100px!important;
}

.fixed-dialog  .modal-footer{
    position: relative;
    z-index: 10;
}

.fixed-dialog .ui-dialog-content .modal-body{
    max-height: 70vh;
    overflow-y: auto;
}

/*表格样式*/
.table-border {
  border: 1px solid #dcdcdc;
}

.db-table {
  border-collapse: collapse;
  margin         : 0 auto;
  text-align     : center;
}

.db-table td,
.db-table th {
  color : #666;
  height: 50px;
  border: 1px solid #dcdcdc;
}

.db-table thead th {
  width     : 100px;
  background: #FAFAFA;
}

.db-table tbody tr {
  border-top: 1px solid #dcdcdc;
}


.db-table tr:nth-child(odd) {
  background: #fff;
}


.db-table tr:nth-child(even) {
  background: #F5FAFA;
}

.full-description table {
  margin-top: 10px;
  border    : 1px solid #dcdcdc;
}

.full-description table p {
  text-align : left;
  margin-left: 10px;
}

.full-description table td span {
  display    : block;
  text-align : left !important;
  margin-left: 10px;
}

.full-description table p a {
  color: #1e90ff;
}

.FaxInput {
    display: none;
}

.page-en .FaxInput {
    display: block;
}

/**
* 底部样式
*/
/* class="limit-width" */
.limit-width,
.PackingServicePage,
.TrackTracePage,
.search_list_body {
  width : 1140px;
  margin: 0 auto;
}


.common-page {
  padding: 20px;
}


.common-page .common-center-title {
  font-size : 32px;
  text-align: center;
  margin    : 10px 0;
}

.common-page .common-panel>h3 {
  margin-bottom: 10px;
  font-size    : 20px;
}



.stock-panel {
  float: left;
  width: 100%;
}

.topic-page .stock-panel p {
  margin: 0;
}

.stock-panel>img {
  float       : left;
  margin-right: 20px;
}

.stock-panel>div {
  float: left;
}

.topic-page ul.li-number {
  list-style: decimal;
}

.stock-content {
  margin-top: 30px;
}



.stock-content>em {
  padding      : 10px 50px;
  outline-width: 2px;
  outline      : dashed;
  outline-color: #fea282;
  font-weight  : bold;
  margin-right : 20px;
}

.topic-page .stock-content>a {
  padding        : 14px 35px;
  background     : #ff6935;
  color          : #fff;
  text-decoration: none;
  border-radius  : 3px;

}

.common-panel {
  margin-bottom: 20px;
}


.common-panel>h3 {
  margin-bottom: 20px;
}

.common-panel>p.bjTime {
  font-size  : 17px;
  font-weight: bold;
  color      : #333;
}

.common-panel>p.bjTime>strong {
  font-size: 24px;
}

.common-panel>p>a {
  color          : #1e90ff;
  cursor         : pointer;
  text-decoration: none;
}

.common-panel>p>a:hover {
  color: #f77e22;
}

.common-panel>.bg-orange {
  display      : inline-block;
  color        : #fff;
  padding      : 5px;
  margin-bottom: 10px;
}

.common-line {
  border-top: 1px solid #dcdcdc;
  margin    : 10px 0 20px;
}


.db-table.ct-bank td:first-child {
  border-right: 1px solid #dcdcdc;
  width       : 30%;
}

.db-table.ct-bank td:last-child {
  width     : 70%;
  text-align: left;
}

.db-table.ct-bank td p {
  border-bottom: 1px solid #dcdcdc;
  margin       : 0;
  padding      : 10px 0 10px 40px;
}

.db-table.ct-bank td p:last-child {
  border-bottom: none;
}

.db-table.ct-bank td p label {
  display: inline-block;
  width  : 240px;
}

.common-panel .db-table tbody td p {
  text-align: left;
}


/* Payment Methods */


.img-paypal {
  width     : 50px;
  height    : 50px;
  background: url(../../images/PaypalVerify.gif) no-repeat;

}

.img-website {
  width     : 278px;
  height    : 32px;
  background: url(../../images/payment-methods-2.png) no-repeat;
}

.img-applePay {
  width     : 55px;
  height    : 35px;
  background: url(../../images/applePay.jpg) no-repeat;
}

.img-ctbank {
  width     : 133px;
  height    : 35px;
  background: url(../../images/Citibank-logo.png) no-repeat;
}


.img-cnbank {
  width     : 116px;
  height    : 35px;
  background: url(../../images/CNbank-logo.jpg) no-repeat;
}

.img-paypal,
.img-website,
.img-applePay,
.img-ctbank,
.img-cnbank {
  display        : inline-block;
  vertical-align : middle;
  background-size: cover;
}


/* About Us */
.common-panel .common-list {
  float       : left;
  width       : 100%;
  padding-left: 0;
}

.common-list li {
  float     : left;
  width     : 33%;
  list-style: none;
}

.common-panel .list-style {
  display          : inline-block;
  width            : 20px;
  height           : 12px;
  background       : url(../../images/vote-up-selected.png) no-repeat;
  background-size  : cover;
  -webkit-transform: rotate(90deg);
  -ms-transform    : rotate(90deg);
  transform        : rotate(90deg);
  vertical-align   : middle;
  position         : relative;
  top              : -2px;
}


/*Ship from USA Zone*/
.service20181224 {
  width      : 1000px;
  margin     : 0 auto;
  color      : #333;
  font-size  : 15px;
  line-height: 26px;
}

.service20181224 img {
  border       : 0;
  margin-bottom: 10px;
}

.service20181224 h3 {
  padding    : 10px 10px 0;
  margin     : 0px;
  font-size  : 18px;
  font-weight: bold;
}

.service20181224 h4 {
  padding    : 10px 10px 0 40px;
  margin     : 0px;
  font-size  : 16px;
  font-weight: bold;
  position   : relative;
}

.service20181224 h4 span {
  background: url(https://img.doreenbeads.com/promotion_photo/en/images/20181227/icon_arrow.gif) no-repeat;
  display   : inline-block;
  width     : 22px;
  height    : 22px;
  position  : absolute;
  left      : 10px;
  color     : transparent;
}

.service20181224 p {
  padding: 0 10px 10px;
  margin : 0px;
}

.service20181224 ol,
.service20181224 li {
  padding            : 0px;
  margin             : 0px;
  list-style-type    : disc;
  list-style-position: inside;
}

.service20181224 ol {
  margin: 0 40px 5px;
}

.service20181224 .pleft40 {
  padding: 0 40px;
}

.service20181224 .sub_table {
  width        : 420px;
  text-align   : center;
  margin       : 0 auto;
  border-top   : #ccc 1px solid;
  border-right : #ccc 1px solid;
  margin-bottom: 10px;
}

.service20181224 .sub_table td {
  border-left  : #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  padding      : 5px;
}

.service20181224 a {
  color          : #914ba8;
  text-decoration: underline;
}

/*** 2019-03-22 罗肖莉 开始 ***/
.service20181224 .comment {
  display    : block;
  width      : 910px;
  background : #f1f1f1 url(https://img.doreenbeads.com/promotion_photo/en/images/20190321/bg_01.jpg) top no-repeat;
  padding    : 5px 13px 0 17px;
  line-height: 20px;
}

.service20181224 .commenter {
  display   : block;
  width     : 873px;
  background: #fff url(https://img.doreenbeads.com/promotion_photo/en/images/20190321/bg_02.jpg) top no-repeat;
  padding   : 5px 50px 5px 17px;
  text-align: right;
}

/*** 2019-03-22 罗肖莉 结束 ***/
/* hm */
.titleBox,
.contentBox {
  display        : flex;
  justify-content: space-between;
  width          : 900px;
  margin         : 0 auto;
  border         : 1px solid #333;
}

.contentBox {
  border-top: none;
}

.titleBox .titleItem,
.contentBox .contentItem {
  width       : 25%;
  text-align  : center;
  border-right: 1px solid #333;
  font-weight : bold;
  padding     : 4px 10px;
}

.titleBox .titleItem:last-child,
.contentBox .contentItem:last-child {
  border-right: none;
}

.contentBox .contentItem {
  font-weight: normal;
}

.service20181224 p.tip {
  margin-top: 10px;
  color     : #e62b08;
}

.product_info {
  display   : table;
  text-align: center;
}

.product_info .goodsBox {
  display       : table-cell;
  vertical-align: middle;
}

.goodsBox .gItem {
  border      : 1px solid #333;
  border-right: none;
  line-height : 20px;
}

.goodsBox:last-child {
  border-right: 1px solid #333;
}

.goodsBox .gItem.name {
  border-bottom : none;
  height        : 84px;
  width         : 100px;
  font-size     : 14px;
  display       : table-cell;
  vertical-align: middle;
}

.goodsBox .gItem img {
  width  : 90px;
  height : 90px;
  margin : 0;
  padding: 5px 0;
}

/*** 2019-03-22 罗肖莉 结束 ***/


/*Packing Service*/

.PackingServicePage .table-border td {
  border: 1px solid #dcdcdc;
}

.PackingServicePage .table-border tbody tr td:first-child {
  width: 200px;
}

.PackingServicePage .db-table td>p {
  text-align   : center;
  border-bottom: 1px solid #dcdcdc;
  padding      : 10px;
  margin       : 0;
}

.PackingServicePage .db-table td>p:last-child {
  border-bottom: 0;
}

.PackingServicePage .img-content img {
  width: inherit;
}


.TrackTracePage .table-border tbody tr td:first-child {
  width: 120px;
}

.TrackTracePage .table-border td {
  border : 1px solid #dcdcdc;
  padding: 10px 20px;
}

.TrackTracePage .table-border td a {
  color: #599DD2;

}


/*Help Center*/

.common-panel .common-ul {
  float: left;
  width: 100%;
}

.common-ul>li {
  float        : left;
  list-style   : none;
  width        : 25%;
  margin-bottom: 20px;
}

.common-ul>li>a {
  text-decoration: none;
  font-weight    : bold;
  color          : #333;
  word-break     : break-word;
  line-height    : 44px;
}

.common-icon {
  width         : 44px;
  height        : 44px;
  margin-right  : 10px;
  vertical-align: middle;
  float         : left;
}

.seasonclub {
  display: none;
}



.common-icon.icon-1 {
  background: url(../../images/help-icon-1.png) no-repeat;
}

.common-icon.icon-2 {
  background: url(../../images/help-icon-2.png) no-repeat;
}

.common-icon.icon-3 {
  background: url(../../images/help-icon-3.png) no-repeat;
}

.common-icon.icon-4 {
  background: url(../../images/help-icon-4.png) no-repeat;
}

.common-icon.icon-5 {
  background: url(../../images/help-icon-5.png) no-repeat;
}

.common-icon.icon-6 {
  background: url(../../images/help-icon-6.png) no-repeat;
}

.common-icon.icon-7 {
  background: url(../../images/help-icon-7.png) no-repeat;
}

.common-icon.icon-8 {
  background: url(../../images/help-icon-8.png) no-repeat;
}

.common-icon.icon-9 {
  background: url(../../images/help-icon-9.png) no-repeat;
}

.common-icon.icon-10 {
  background: url(../../images/help-icon-10.png) no-repeat;
}

.common-icon.icon-11 {
  background: url(../../images/help-icon-11.png) no-repeat;
}

.common-icon.icon-12 {
  background: url(../../images/help-icon-12.png) no-repeat;
}

.common-icon.icon-13 {
  background: url(../../images/help-icon-13.png) no-repeat;
}

.common-icon.icon-14 {
  background: url(../../images/help-icon-14.png) no-repeat;
}

.common-icon.icon-15 {
  background: url(../../images/help-icon-15.png) no-repeat;
}

.common-icon.icon-16 {
  display        : inline-block;
  background     : url(../../images/help-icon-16.png);
  width          : 44px;
  height         : 44px;
  background-size: 44px 44px;
}

.common-icon.icon-17 {
  background: url(../../images/help-icon-17.png) no-repeat;
  background-size: cover;
}

.common-icon.icon-18 {
  background: url(../../images/help-icon-18.png) no-repeat;
}

.common-icon.icon-19 {
  background: url(../../images/help-icon-19.png) no-repeat;
}

/*站内信样式*/

.message-coupon {
  width      : 900px;
  margin     : 0 auto;
  overflow   : hidden;
}

.message-coupon h5 {
  margin-top: 60px;
}

.message-coupon-lt {
  float         : left;
  width         : 100%;
  padding-bottom: 10px;
  border-bottom : 1px #ccc solid;
}

.message-coupon-lt p {
  color    : #666;
  font-size: 14px;
}

.message-coupon-lt img {
  float: left;
}

.message-coupon-rt {
  font-size       : 16px;
  float           : left;
  width           : 100%;
  padding         : 20px;
  background-color: #fefbf3;
  line-height     : 28px;

}

.message-coupon-rt img {
  padding: 15px 0;
}

.message-controller{
  display: flex;
  padding: 0 20px 20px;
  background-color: #fefbf3;
  flex-wrap: wrap;
  width: 100%;
}
.message-controller >div{
  margin-right:20px;
}

.message-controller >div p{
  margin: 10px 0;
}

.faq-message-controller{
  margin-top:10px;
}

.faq-message-controller >div span{
  margin-right:20px;
}

.message-controller >div span,
.faq-message-controller >div span{
  display: inline-block;
  width:30px;
  height:30px;
  cursor: pointer;
  margin-left:5px;
  font-size:0;
  vertical-align: text-bottom;
}

.message-controller >div .up-btn{
  background: url(../../images/good_btn.png) no-repeat;
  background-size: contain;
}
.message-controller >div .up-btn.active{
  background: url(../../images/good_btn_selected.png) no-repeat;
  background-size: contain;
}
.message-controller >div .down-btn{
  background: url(../../images/bad_btn.png) no-repeat;
  background-size: contain;
}
.message-controller >div .down-btn.active{
  background: url(../../images/bad_btn_selected.png) no-repeat;
  background-size: contain;
}

.faq-message-controller >div .up-faq-btn{
  background: url(../../images/good_btn.png) no-repeat;
  background-size: contain;
}
.faq-message-controller >div .up-faq-btn.active{
  background: url(../../images/good_btn_selected.png) no-repeat;
  background-size: contain;
}
.faq-message-controller >div .down-faq-btn{
  background: url(../../images/bad_btn.png) no-repeat;
  background-size: contain;
}
.faq-message-controller >div .down-faq-btn.active{
  background: url(../../images/bad_btn_selected.png) no-repeat;
  background-size: contain;
}

.message-controller .suggestions-text{
  width: 600px;
  border-radius: 10px;
}

.message-controller .suggestions-button{
  background: #ff646f;
  border: 0;
  padding: 8px;
  vertical-align: top;
  color: #fff;
}


/*EngravingService*/
.engraving_service {
  width : 1140px;
  margin: 0px auto;
}

.engraving_service>img {
  width: 100%;
}

.clearfix {
  content: "";
  clear  : both;
}

.engraving_service .service_left {
  float  : left;
  padding: 10px 10px 0 35px;
  width  : 815px;
}

.engraving_service .service_right {
  float  : left;
  padding: 10px 10px 0 35px;
}

.engraving_service .service-title {
  padding-left: 35px;
}

.engraving_service .service-title>em {
  font-style   : normal;
  background   : #ab39b6;
  width        : 22px;
  display      : inline-block;
  text-align   : center;
  border-radius: 50%;
  height       : 22px;
  line-height  : 22px;
  color        : #fff;
  margin-right : 5px;
}

.engraving_service .service-title>span {
  color         : #ab39b6;
  font-weight   : bold;
  font-size     : 20px;
  font-style    : italic;
  vertical-align: middle;
}

.engraving_service .service-title>img {
  vertical-align: middle;
}

.engraving_service .service-title>a {
  color       : #ab39b6;
  float       : right;
  margin-right: 5%;
}


.engraving_service .service_pictures {
  padding: 0 50px 20px 50px;
}

.engraving_service .information {
  padding: 0 0 20px 50px;
}

.engraving_service .featured_products li {
  float        : left;
  margin-left  : 40px;
  margin-bottom: 30px;
  list-style   : none;
}



.engraving_service .service_footer {
  padding-left: 40px;
  width       : 725px;
}

.engraving_service .tips {
  color      : #e97605;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style : italic;
  font-size  : 18px;
  line-height: 18px;
}

.engraving_service a {
  color: #e97605;
}

.clearfix {
  clear: both
}

.engraving_service p {
  font-size  : 16px;
  line-height: 24px;
}

.engraving_service .service_left {
  float  : left;
  padding: 10px 35px 0 45px;
  width  : 620px;
}

.engraving_service .service_left p {
  padding-top: 10px;
}

.engraving_service .service_left h3 {
  font-size  : 26px;
  padding-top: 15px;
}

.engraving_service .service_right {
  float: right;
  width: 300px;
}

.engraving_service .service_pictures {
  padding: 0 50px 20px 50px;
}

.engraving_service .service_pictures p,
.engraving_service .service_footer p {
  padding-bottom: 10px;
}

.engraving_service .service_pictures img,
.engraving_service {
  padding-bottom: 15px;
}

.engraving_service .information {
  padding: 0 0 20px 50px;
}

.engraving_service .information p {
  padding-bottom: 10px;
}

.engraving_service .information_prompt {
  padding-left: 40px;
}

.engraving_service .information_prompt p {
  font-size  : 14px;
  line-height: 26px;
}

.engraving_service .information_prompt p span {
  color: #e97605;
}

.engraving_service .tips {
  color      : #e97605;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style : italic;
  font-size  : 18px;
  line-height: 18px;
}

.engraving_service .service_footer {
  width       : 786px;
  padding-left: 80px;
}

.engraving_service .service_footer img {
  vertical-align: bottom;
}

.engraving_service .choice2_cont {
  padding-left: 82px;
}

.engraving_service a.fred {
  color          : #e97605;
  text-decoration: none;
}

.engraving_service a.fred:hover {
  text-decoration: underline;
}

.service_footer .icons {
  padding-top: 15px;
}

.engraving_service .featured_products p {
  background-color: #f9f9f9;
}

.engraving_service .featured_products p a {
  float          : right;
  display        : block;
  padding-right  : 40px;
  text-decoration: none;
  position       : relative;
  top            : -50px;
  color          : #4063c1;
}

.engraving_service .featured_products li {
  float        : left;
  margin-left  : 16px;
  margin-bottom: 30px;
}

.engraving_service .featured_products li:first-child {
  margin-left: 0px;
}

/*Shipping Methods*/

.common-table-panel {
  padding      : 30px;
  border       : 1px solid #dcdcdc;
  border-radius: 4px;
  margin-bottom: 20px;
}

.topic-page .common-table-panel p {
  text-align: inherit;
  cursor    : pointer;
}

.common-table-panel h4 {
  border                 : 1px solid #dcdcdc;
  display                : inline-block;
  padding                : 5px 20px;
  border-top-left-radius : 4px;
  border-top-right-radius: 4px;
  border-bottom          : 0;
  color                  : #f60;
}


/*NEW CUSTOMER*/
.common-icon.icon-en-8 {
  background: url(../../images/help-icon-en-8.png) no-repeat;
}

.centerColumn .content {
  width           : 766px;
  margin          : 0 auto;
  padding-bottom  : 36px;
  background-color: #fee8d1;
}

.centerColumn .imgBox {
  width : 766px;
  margin: 0 auto;
}

.centerColumn .imgBox img {
  width  : 100%;
  display: block;
}

.centerColumn .tipTitle {
  font-size    : 20px;
  font-weight  : bold;
  margin-bottom: 12px;
}

.centerColumn .tipList {
  color      : #333;
  width      : 706px;
  margin     : 0 auto;
  padding-top: 30px;
  font-size  : 16px;
  line-height: 34px;
}

.centerColumn .tipList .tipBox span {
  color      : #f70300;
  font-weight: bold;
}

.centerColumn p {
  margin: 0;
}





/*Drop Shipping*/

.mainwrap_r {
  margin: 0 auto;
}

.mainwrap_r .safe {
  font : Times New Roman;
  color: #30B11D;
  font : bold;
}

.topic-page .mainwrap_r a {
  color: #0075a9;
}

.mainwrap_r .standout {
  font: bold;
  size: +1;
}

.new_drop_wrap {
  width         : 1240px;
  margin        : 0 auto;
  background    : #476093;
  color         : #fff;
  padding-bottom: 20px;
}

.new_drop_wrap p,
.new_drop_wrap h2,
.new_drop_wrap h3,
.new_drop_wrap ul .new_drop_wrap li {
  margin     : 0;
  padding    : 0;
  font-weight: normal;
}

.new_drop_wrap ul li {
  list-style: none;
}

.nd_banner {
  height    : 321px;
  background: url("../../images/footer/banner_bg.jpg");
background-repeat: no-repeat;
}

.nd_banner h2 {
  font-size         : 40px;
  font-weight       : bold;
  color             : #f7e48a;
  padding           : 50px 0 0 400px;
  line-height       : 48px;
  -webkit-box-sizing: initial;
  box-sizing        : initial;
}

.nd_banner p {
  font-size         : 23px;
  width             : 670px;
  padding           : 10px 0 0 400px;
  line-height       : 30px;
  -webkit-box-sizing: initial;
  box-sizing        : initial;
}

.nd_banner em {
  font-size         : 23px;
  color     : #e34c5d;
  font-style: normal;
}

.topic-page .nd_banner strong {
  font-weight: bold;
  color      : #f7e48a;
}

.topic-page .nd_innerwrap strong {
  color: #fff;
}

.nd_wrap h3 {
  text-align   : center;
  font-size    : 30px;
  font-weight  : bold;
  margin-bottom: 15px;
  color        : #fff;
}

.nd_innerwrap {
  width     : 1134px;
  background: #7e9bd7;
  margin    : 0 48px 20px;
  font-size : 18px;
}

.nd_innerwrap ul,
.nd_innerwrap p {
  padding: 10px 20px;
}

.nd_innerwrap ul li {
  line-height: 36px;
}

.nd_innerwrap em {
  color     : #2bf1e9;
  font-style: normal;
}

.nd_innerwrap .nd_que {
  color: #314367;
}

.nd_innerwrap a {
  text-decoration: underline;
  color          : #467be7;
}


/*Place An Order*/

.xiadan {
  width : 1000px;
  margin: 0 auto;
}



.xiadan .xiadan_login>a {
  text-decoration: none;
  color          : #fff !important;
}


.xiadan .xiadan_content h3 {
  text-indent: -9999px;
  margin     : 17px 0 9px 0;
}

.xiadan .point {
  display       : inline-block;
  width         : 20px;
  height        : 20px;
  line-height   : 20px;
  text-align    : center;
  background    : #97b871;
  border-radius : 50%;
  font-weight   : normal;
  color         : #fff;
  font-size     : 12px;
  vertical-align: middle;
}

.xiadan .point+strong {
  vertical-align: middle;
}



.xiadan .headtitle {
  width      : 850px;
  height     : 60px;
  text-indent: -9999px;
}

.xiadan.en .headtitle {
  background: url(../../images/footer/en/headtitle.png) no-repeat 0 0;
}


.xiadan.en .xiadan_content .title1 {
  background: url(../../images/footer/en/part1.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.en .xiadan_content .title2 {
  background: url(../../images/footer/en/part2.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.en .xiadan_content .title3 {
  background: url(../../images/footer/en/part3.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.en .xiadan_content .title4 {
  background: url(../../images/footer/en/part4.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.de .headtitle {
  background: url(../../images/footer/de/headtitle.png) no-repeat 0 0;
}

.xiadan.de .xiadan_content .title1 {
  background: url(../../images/footer/de/part1.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.de .xiadan_content .title2 {
  background: url(../../images/footer/de/part2.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.de .xiadan_content .title3 {
  background: url(../../images/footer/de/part3.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.de .xiadan_content .title4 {
  background: url(../../images/footer/de/part4.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.ru .headtitle {
  background: url(../../images/footer/ru/headtitle.png) no-repeat 0 0;
}

.xiadan.ru .xiadan_content .title1 {
  background: url(../../images/footer/ru/part1.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.ru .xiadan_content .title2 {
  background: url(../../images/footer/ru/part2.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.ru .xiadan_content .title3 {
  background: url(../../images/footer/ru/part3.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.ru .xiadan_content .title4 {
  background: url(../../images/footer/ru/part4.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.fra .headtitle {
  background: url(../../images/footer/fr/headtitle.png) no-repeat 0 0;
}

.xiadan.fra .xiadan_content .title1 {
  background: url(../../images/footer/fr/part1.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.fra .xiadan_content .title2 {
  background: url(../../images/footer/fr/part2.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.fra .xiadan_content .title3 {
  background: url(../../images/footer/fr/part3.png) no-repeat 0 0;
  height    : 43px;
}

.xiadan.fra .xiadan_content .title4 {
  background: url(../../images/footer/fr/part4.png) no-repeat 0 0;
  height    : 43px;
}


.xiadan .otherlink {
  padding: 30px 0;
}


.xiadan a {
  color: #1e90ff;
}


.xiadan .otherlink h3 {
  width        : 610px;
  border-bottom: 1px solid #000;
  height       : 28px;
  /* background: url(./images/UsefulLinks.png) no-repeat 0 center; */
  padding-left : 32px;
  margin-bottom: 15px;
  font-size    : 20px;
  line-height  : 28px;
}

.xiadan .otherlink ul li {
  list-style-type: none;
  width          : 330px;
  float          : left;
  margin-bottom  : 23px;
}

.xiadan .xiadan_content .part2 .part2_left {
  padding-left: 15px;
  width       : 377px;
  float       : left;
}

.xiadan .xiadan_content .part2 .part2_right {
  width       : 211px;
  float       : left;
  margin-right: 39px;
}

.xiadan .clearfix {
  clear      : both;
  height     : 0;
  font-size  : 1px;
  line-height: 0px;
  overflow   : hidden;
}

.xiadan .otherlink ul li img {
  vertical-align: bottom;
}

.xiadan .otherlink ul li a {
  font-size      : 18px;
  text-decoration: underline;
  color          : #000;
  height         : 40px;
  line-height    : 40px;
  margin-left    : 13px;
}

.xiadan a:visited {
  text-decoration: none;
  color          : #DF57D5;
}


.link-panel-left {
  float       : left;
  margin-right: 20px;
}

.link-panel-right>div {
  margin: 15px 0;
}


.link-panel-right>div>img {
  float       : left;
  margin-right: 10px;
}

.link-panel-right>div p {
  margin: 0;
}


/*FreeShiping*/

.book_promotion_btn {
  margin-top : 40px;
  margin-left: 30%;
}

.free-shipping-page {
  width: 640px;
}

.free-shipping-page .db-orange strong {
  color: #F60;
}

/*Buyer Protection*/
.buyer_wrap {
  font-size     : 16px;
  color         : #333;
  padding-bottom: 20px;
}

.buyer_cont {
  margin-top: 25px;
}

.buyer_wrap li {
  list-style: none;
}

.buyer_wrap h3 {
  margin       : 0;
  font-size    : 20px;
  font-weight  : bold;
  color        : #333;
  margin-bottom: 20px;
  padding      : 5px 20px 5px 10px;
  background   : #eeeded;
  display      : inline-block;
}

.buyer_wrap h3 span {
  padding   : 5px 20px 5px 10px;
  background: #eeeded;
}

.buyer_wrap p {
  margin      : 0;
  padding-left: 20px;
  line-height : 24px;
  margin-top  : 5px;
}

.buyer_wrap ul {
  padding     : 0;
  margin      : 0;
  padding-left: 37px;
}

.buyer_wrap ul li {
  line-height: 30px;
}

.buyer_wrap h4 {
  margin      : 0;
  font-weight : bold;
  padding-left: 20px;
  margin      : 10px 0;
}

.buyer_wrap .more {
  padding-left: 37px;
}

.buyer_wrap .more strong {
  color: #fd951b;
}

.buyer_wrap a {
  color: #0075a9;
}


/*How to use coupon code*/

.coupon-hr {
  margin    : 20px 0;
  border    : none;
  border-top: 2px dashed#ccc;
}


.coupon-page {
  max-width : 1240px;
  width     : 100%;
  background: #fff;
  margin    : 0 auto;
}


.coupon-header {
  margin-bottom: 35px;
}


.coupon-header>img {
  width: 100%;
}

.coupon-page .coupon-panel {
  background   : #f5f5f5;
  padding      : 0 50px 30px;
  margin-bottom: 50px;
}

.coupon-panel-title {
  text-align: center;
}



.coupon-title-box {
  display : inline-block;
  position: relative;
  z-index : 1;
}

.coupon-title-box>p {
  display   : inline-block;
  background: #ff754e;
  padding   : 20px 30px;
  color     : #fff;
  position  : relative;
  top       : -20px;
  font-size : 28px;
  z-index   : 2;
  margin    : 0 !important;
}

.coupon-title-box .left-tag {
  content      : "";
  font-size    : 0;
  display      : block;
  position     : absolute;
  top          : -20px;
  left         : -10px;
  width        : 0;
  height       : 0;
  border-left  : 10px solid transparent;
  border-right : 10px solid transparent;
  border-bottom: 20px solid #d45834;
}

.coupon-title-box .right-tag {
  content      : "";
  font-size    : 0;
  display      : block;
  position     : absolute;
  top          : -20px;
  right        : -10px;
  width        : 0;
  height       : 0;
  border-left  : 10px solid transparent;
  border-right : 10px solid transparent;
  border-bottom: 20px solid #d45834;
}



.coupon-methods {
  background   : #ffb64d;
  padding      : 5px 10px;
  border-radius: 4px;
  color        : #fff;
  margin-right : 20px;
  position     : relative;
  display      : inline-block;
}

.coupon-methods .right-tag-2 {
  content      : "";
  display      : block;
  position     : absolute;
  font-size    : 0;
  top          : 7px;
  right        : -10px;
  width        : 0;
  height       : 0;
  border-top   : 10px solid transparent;
  border-left  : 10px solid #ffb64d;
  border-bottom: 10px solid transparent;
}

.coupon-main>h3 {
  font-size: 18px;
  font-weight: normal;
}

.coupon-main>b {
  font-size: 16px;
}

.coupon-main .main-desc {
  margin   : 20px 0;
  font-size: 16px;
}

.coupon-content-ul {
  margin    : 10px 0;
  list-style: none !important;
}

.coupon-content-ul>li {
  line-height: 32px;
}

.coupon-img {
  width: 100%;
}

.coupon-img-1 {
  max-width: 700px;
}

.coupon-img-2 {
  max-width: 1020px;
}


/*首页左侧商品*/
.block a.product-picture+a.product-name {
  width             : 58%;
  margin-left       : 12%;
  overflow          : hidden;
  -o-text-overflow  : ellipsis;
  text-overflow     : ellipsis;
  display           : -webkit-inline-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


/*日期控件*/

.old-product-price,
.non-discounted-price,
.old-price {
  font-size      : 14px;
  color          : #999;
  text-decoration: line-through;
}

#invalid-item-panel .cart td {
  background: #eee;
}

.wish_search_con .form-group {
  display       : inline-block;
  width         : 200px;
  vertical-align: top;
}

.order_search_con .form-group {
  flex:1;
}

.caculate-panel{
  max-width: 1240px;
  margin:0 auto;
}


.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.input-group {
  position       : relative;
  display        : table;
  border-collapse: separate;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control {
  position     : relative;
  z-index      : 2;
  float        : left;
  width        : 100%;
  margin-bottom: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity         : 1;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-addon {
  padding         : 6px 12px;
  font-size       : 14px;
  font-weight     : 400;
  line-height     : 1;
  color           : #555;
  text-align      : center;
  background-color: #eee;
  border          : 1px solid #ccc;
  border-radius   : 4px;
}

.input-group-addon,
.input-group-btn {
  width         : 1%;
  white-space   : nowrap;
  vertical-align: middle;
}

.glyphicon {
  position              : relative;
  top                   : 1px;
  display               : inline-block;
  font-family           : 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style            : normal;
  font-weight           : normal;
  line-height           : 1;
}

/* .glyphicon-calendar:before{
  content: "\e109";
} */

.datetimepicker td,
.datetimepicker th {
  text-align   : center;
  width        : 20px;
  height       : 20px;
  border-radius: 4px;
  border       : 0;
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.datetimepicker {
  padding      : 4px;
  margin-top   : 1px;
  border-radius: 4px;
  direction    : ltr;
}

.dropdown-menu {
  position          : absolute;
  top               : 100%;
  left              : 0;
  z-index           : 1000;
  display           : none;
  float             : left;
  min-width         : 160px;
  padding           : 5px 0;
  margin            : 2px 0 0;
  font-size         : 14px;
  list-style        : none;
  background-color  : #fff;
  border            : 1px solid #ccc;
  border            : 1px solid rgba(0, 0, 0, 0.15);
  border-radius     : 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow        : 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip   : padding-box;
}

.table-condensed thead>tr>th,
.table-condensed tbody>tr>th,
.table-condensed tfoot>tr>th,
.table-condensed thead>tr>td,
.table-condensed tbody>tr>td,
.table-condensed tfoot>tr>td {
  padding: 5px;
}

.datetimepicker th span.glyphicon {
  pointer-events: none;
}

.glyphicon-arrow-left:before {
  content: "\2190";
}

.glyphicon-arrow-right:before {
  content: "\2192";
}


/* MyProducts */
.product_search {
  min-width: 700px;
  background   : #f7f7f7;
  margin-bottom: 20px;
  border-top   : 2px solid #dcdcdc;
}


.product_search_con {
  border-bottom: 1px solid #dcdcdc;
  padding      : 15px 50px;
  display: flex;
  align-items: baseline;
}


.product_search_con .radio {
  display    : inline-block;
  margin-left: 20px;
}

.product_search_con .price-filter input{
  width:60px;
  border-radius: 2px;
}

.product_search_con .price-filter .db-button{
  background-color: #F60;
  padding: 7px 10px;
  min-width: fit-content;
}

.product_search_con .price-filter .clear-btn{
  margin: 0 15px 0 10px;
  color:red;
  display: none;
}


.square {
  display: block;
  width  : 20px;
  height : 20px;
}

.square-green {
  background: green;
}

.square-gray {
  background: gray;
}



/*促销活动展示页面*/

.fred {
  color: #ff791d
}

.fgrey {
  color: #666
}

.clearfix {
  clear      : both;
  height     : 0px;
  font-size  : 0px;
  line-height: 0px
}

.trends_intro {
  border       : #eaeaea 1px solid;
  padding      : 25px;
  margin-bottom: 25px;
  line-height  : 20px;
  color        : #999;
  background   : url(../../images/footer/en/sales_bg.jpg) no-repeat;
}

.trends_intro.trends_intro_de {
  background     : url(../../images/footer/de/sales_bg.jpg) no-repeat;
  background-size: cover;
}

.trends_intro.trends_intro_ru {
  background     : url(../../images/footer/ru/sales_bg.jpg) no-repeat;
  background-size: cover;
}

.trends_intro.trends_intro_fr {
  background     : url(../../images/footer/fr/sales_bg.jpg) no-repeat;
  background-size: cover;
}

.trends_intro.trends_intro_es {
  background     : url(../../images/footer/ru/sales_bg.jpg) no-repeat;
  background-size: cover;
}

.trends_intro.trends_intro_jp {
  background     : url(../../images/footer/jp/sales_bg.jpg) no-repeat;
  background-size: cover;
}

.trends_intro.trends_intro_it {
  background     : url(../../images/footer/it/sales_bg.jpg) no-repeat;
  background-size: cover;
}


.trends_intro h3 {
  font-weight   : normal;
  font-size     : 24px;
  color         : #ffef01;
  line-height   : 24px;
  padding-bottom: 10px;
  display       : block;
  width         : 650px
}

.trends_intro p {
  width: 800px;
  color: white
}

.trends_main {
  width: 72%;
  float: left;
  color: #999
}

.trends_main h3 {
  font-weight: normal;
  font-size  : 24px;
  color      : #444;
  line-height: 24px;
  padding    : 20px 25px 10px;
  display    : block
}

.trends_main .category_block {
  margin-bottom: 30px
}

.trends_main .category_block {
  border-left : #eaeaea 1px solid;
  border-right: #eaeaea 1px solid;
}

.trends_main .trends_head p {
  padding: 0 25px 20px
}

.trends_main .trends_head img {
  width: 100%;
}

.trends_main .trends_head p.category_time {
  padding: 10px 25px 20px;
  color  : #666
}

.trends_main .trends_head p.category_time ins {
  display     : inline-block;
  position    : relative;
  top         : 2px;
  width       : 16px;
  height      : 16px;
  margin-right: 7px;
  background  : url(../../images/footer/trends_icon.png) no-repeat
}

.trends_main .trends_head .related_items {
  display: none
}

.subtitle {
  display    : block;
  padding    : 20px 25px;
  font-size  : 16px;
  color      : #444;
  font-weight: normal;
  border-top : #ccc 1px dotted
}

.trends_main .trends_head .gallerylistshow,
.trends_main .trends_head ul.productlist {
  overflow: hidden
}

.trends_products .gallerylistshow .galleryimg .galleryimgshow {
  border  : #eaeaea 1px solid;
  width   : 130px;
  height  : 130px;
  position: relative
}

.trends_products .gallerylistshow .galleryimg .galleryimgshow ins {
  position: absolute;
  display : block;
  width   : 56px;
  height  : 29px;
  top     : 4px;
  left    : -5px
}

.trends_products .gallerylistshow .galleryimg .galleryimgshow ins.top1 {
  background: url(../../images/footer/trends_icon.png) 0 -91px no-repeat
}

.trends_products .gallerylistshow .galleryimg .galleryimgshow ins.top2 {
  background: url(../../images/footer/trends_icon.png) -66px -91px no-repeat
}

.trends_products .gallerylistshow .galleryimg .galleryimgshow ins.top3 {
  background: url(../../images/footer/trends_icon.png) -132px -91px no-repeat
}

.trends_products .gallerylistshow .galleryimg .galleryimgshow ins.top4 {
  background: url(../../images/footer/trends_icon.png) -198px -91px no-repeat
}

.trends_main .trends_head .gallerylistshow .galleryimgshow img {
  border: 0
}

.trends_main .trends_head input.backorder {
  margin-top: 3px
}

.trends_main .trends_head .gallerylistshow li p,
.trends_main .trends_head ul.productlist li p {
  padding: 8px 0 0;
  margin : 0
}

.trends_main .trends_head .messageStackSuccess {
  font-size: 12px;
  color    : #000
}

.trends_main .trends_head ul.productlist li {
  float         : left;
  width         : 122px;
  margin-left   : 34px;
  position      : relative;
  text-align    : center;
  padding-bottom: 10px
}

.trends_main .trends_head ul.productlist li .galleryimgshow {
  border: #eaeaea 1px solid;
  width : 120px;
  height: 120px
}

.trends_main .trends_head ul.productlist li p {
  height  : 36px;
  overflow: hidden
}

.trends_main .trends_head ul.productlist li a {
  color          : #999;
  text-decoration: none
}

.trends_main .related_items .btn_close,
.trends_main .trends_head .btn_show {
  display        : block;
  width          : 268px;
  height         : 23px;
  line-height    : 23px;
  text-align     : center;
  color          : #666;
  text-decoration: none;
  margin         : 0 auto;
  background     : url(../images/trends_icon.png) 0 -26px no-repeat;
  cursor         : pointer
}

.trends_main .trends_head .btn_show {
  background: url(../../images/footer/trends_icon.png) 0 -59px no-repeat
}

.trends_side {
  width     : 280px;
  padding   : 15px 15px 0;
  border    : #eaeaea 1px solid;
  float     : right;
  color     : #999;
  box-sizing: content-box;
}

.trends_side a {
  color          : #999;
  text-decoration: none
}

.trends_main h4,
.trends_side h4,
.trends_side h5 {
  font-size  : 16px;
  font-weight: normal;
  color      : #444
}

.trends_side h5 {
  display : inline-block;
  position: relative;
  top     : -28px;
  padding : 0px;
  margin  : 0px
}

.trends_main .trends_head input.backorder[type=image] {
  margin-top: 0;
  float     : right
}

.trends_side .subscribe {
  background : url(../../images/footer/trends_side_img.png) right bottom no-repeat;
  padding    : 8px 0 40px;
  line-height: 20px;
  list-style : none;
}

.trends_side .subscribe li {
  font-size: 14px;
}

.trends_side .subscribe ins,
.trends_side .subscribe li span {
  display     : inline-block;
  width       : 16px;
  height      : 16px;
  margin-right: 8px
}

.trends_side .subscribe ins {
  background: url(../../images/footer/trends_icon.png) -118px 0 no-repeat
}

.trends_side .subscribe_email {
  position      : relative;
  top           : -18px;
  overflow      : hidden;
  padding-bottom: 10px
}

.trends_side .subscribe_email .text {
  float      : left;
  background : #fafafa;
  border     : #dedede 1px solid;
  color      : #666;
  line-height: 24px;
  height     : 24px;
  width      : 183px;
  padding    : 0 5px
}

.trends_side p {
  padding: 10px 0
}

.trends_side .line {
  border-top : #ccc 1px dotted;
  display    : block;
  padding-top: 20px;
  position   : relative
}

.trends_side .list {
  padding   : 8px 0;
  list-style: none;
}

.trends_side .list a {
  font-size: 13px;
}

.trends_side .list li {
  border-bottom: #eaeaea 1px dashed;
  line-height  : 36px;
  cursor       : pointer
}

.trends_side .list li ins {
  display     : inline-block;
  width       : 16px;
  height      : 16px;
  margin-right: 5px;
  background  : url(../../images/footer/trends_icon.png) -40px 3px no-repeat
}

.trends_side .list li.more {
  border    : none;
  text-align: right
}

.trends_side .list li.more ins {
  background  : url(../../images/footer/trends_icon.png) -75px 3px no-repeat;
  margin-right: 0
}

.related_items,
.trends_head {
  border-bottom: #eaeaea 2px solid;
}

.hidden_date {
  display: none
}

.gallerylistshow li {
  float      : left;
  height     : auto;
  margin-left: 26px;
  position   : relative;
  text-align : center;
  width      : 130px
}

.pcenter {
  height     : auto !important;
  line-height: 15px;
  margin-top : 10px;
  min-height : 30px;
  overflow   : visible;
  text-align : center;
  width      : 150px
}

.addinputext {
  color: #666
}

.position_fix {
  position: relative;
  left    : -10px
}

.input_addcart {
  margin-right: 0px
}

.trends_side .subscribe_email .btn {
  float           : right;
  width           : 78px;
  height          : 26px;
  line-height     : 26px;
  color           : #623500;
  background-image: linear-gradient(to bottom, #F4DD5E, #F5C646);
  text-align      : center;
  font-size       : 14px;
  border          : #edae4c 1px solid;
  cursor          : pointer
}

.messageStackSuccess {
  background: #ffe1e1 none repeat scroll 0 0
}

.messageStackWarning,
.messageStackError,
.messageStackSuccess,
.messageStackCaution {
  clear  : both;
  padding: 0.2em
}

.news_right_div {
  margin-left: 200px;
  display    : none;
  background : #fff;
  border     : 1px solid #000;
  position   : fixed;
  top        : 40%;
  left       : 25%;
  width      : 400px;
  font-size  : 18px;
  color      : #696969;
  padding    : 15px;
  z-index    : 100001
}

.news_right_div table tr td input {
  border      : 1px solid #7F9DB9;
  width       : 195px;
  height      : 30px;
  padding-left: 5px;
  line-height : 30px
}

.newproducttoplist li p {
  width: 128px
}

.news_error {
  display   : none;
  height    : 115px;
  background: #fff;
  border    : 1px solid #000;
  position  : fixed;
  top       : 40%;
  left      : 25%;
  font-size : 18px;
  color     : #696969;
  padding   : 15px;
  z-index   : 100001
}

.messageStackWarning,
.messageStackError,
.messageStackSuccess,
.messageStackCaution {
  position: relative;
  top     : -20px
}

#newsletter_bot_input {
  width: 165px
}

.trends_side .subscribe_email .btn {
  width: 95px
}


/*会员俱乐部页面*/

.club_wrap {
  width    : 100%;
  max-width: 1240px;
  ;
  background : url(../../images/footer/club_bg.jpg) repeat-y 0 0;
  margin     : 0 auto;
  font-size  : 14px;
  color      : #333
}

.club_wrap p {
  margin : 0;
  padding: 0
}

.club_wrap img {
  display: inline-block;
  border : 0;
  width  : 100%;
}

.club_wrap ul li img {
  width: inherit;
}

.club_wrap .cost_info {
  padding-left : 70px;
  line-height  : 24px;
  margin-bottom: 20px
}

.club_wrap .cost_info .fred {
  color: red
}

.club_wrap .saving_info p span {
  display     : inline-block;
  margin-right: 8px;
}

.club_wrap .saving_info .saving {
  margin-top: 20px
}

.club_wrap .saving_info .saving_lt {
  float: left
}

.club_wrap .saving_info .saving_rt {
  float: left
}


.saving_info .saving_rt table span {
  font-weight: bold;
  color      : red
}

.saving_info .saving_rt th {
  border-bottom: 1px solid #6a5da0;
  height       : 40px;
  background   : #cac5e2;
  text-align   : center;
}

.saving_info .saving_rt td {
  text-align: center;
  height    : 40px
}

.saving_info .saving_rt a {
  display        : inline-block;
  background     : url(../../images/footer/club_check.jpg) no-repeat 0 0;
  color          : #fe6802;
  text-decoration: underline;
  padding-left   : 22px;
  margin         : 15px 30px 20px 0;
  font-size      : 16px
}

.club_wrap ul {
  margin-bottom  : 40px;
  display        : flex;
  justify-content: space-around
}

.club_wrap ul li {
  list-style: none;
  float     : left;
  padding   : 0;
  margin    : 0;
  text-align: center;
  color     : #8d96b9;
  width     : 40%
}

.club_wrap ul li span {
  display    : block;
  font-size  : 20px;
  font-weight: bold;
  color      : #7db531;
}

.club_wrap .faq_list {
  margin: 0 0 0 137px
}

.last_shipping_fee {
  color    : #000;
  display  : none;
  margin   : 15px 0 20px 0;
  font-size: 16px
}



.country_note {
  width                : 600px;
  border               : #8e8e8e 1px solid;
  -moz-border-radius   : 6px;
  -webkit-border-radius: 6px;
  border-radius        : 6px;
  background           : #fff;
  -moz-box-shadow      : 0px 0px 8px #666;
  -webkit-box-shadow   : 0px 0px 8px #666;
  box-shadow           : 0px 0px 8px #666;
  padding              : 0 0 15px 15px;
  color                : #333;
  font-size            : 12px;
  line-height          : 30px;
  position             : absolute;
  top                  : 100px;
  left                 : 26%;
  z-index              : 10000;
}

.country_note p {
  text-align: left;
  margin    : 30px 30px 20px 25px
}

.country_note div {
  text-align: left;
  margin    : 0px 30px 30px 25px
}

.country_note div table {
  border-collapse: collapse
}

.country_note div table tr td {
  padding: 5px 5px 5px 7px
}


.guidebtn {
  background     : #f4d04f;
  background     : -moz-linear-gradient(center top, #F4DD5D, #F5C646) repeat scroll 0 0 rgba(0, 0, 0, 0);
  filter         : progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4DD5D', endColorstr='#F5C646', GradientType='0');
  color          : #623500;
  border         : 1px solid #D7A23D;
  border-radius  : 2px 2px 2px 2px;
  box-shadow     : 0 1px 0 #D0CFCF;
  font-size      : 18px;
  height         : 26px;
  margin-left    : 145px;
  padding        : 8px 70px;
  text-decoration: none
}

.country_note .close {
  background: url(../../images/footer/icon_close.png) no-repeat;
  width     : 20px;
  height    : 20px;
  display   : block;
  position  : absolute;
  top       : 8px;
  right     : 0px;
}


#FAQ_list_body {
  margin     : 0 auto;
  border     : 0px solid #000;
  font-size  : 14px;
}

#faq_title {
  font-size    : 16px;
  font-weight  : bold;
  margin-left  : 10px;
  margin-bottom: 20px;
}

.faq_ques {
  padding-left: 20px;
  line-height : 22px;
  float       : left;
}

.faq_ans {
  padding-left: 20px;
  margin-top  : 5px;
  display     : none;
  color       : #5F5F5F;
}

.faq_ans a {
  color          : #248ece;
  text-decoration: underline;
}

.faq_header {
  margin-top: 5px;
}

.faq_img img {
  width     : 14px;
  height    : 14px;
  margin-top: 3px;
}

.faq_null {
  height: 1px;
}

#faq_back {
  float: right;
}


.faq_img {
  float          : left;
  height         : 20px;
  margin-left    : 8px;
  width          : 20px;
  background     : url(../../images/footer/faq_appear1.gif) no-repeat;
  background-size: cover;
  cursor         : pointer;
}

#FAQ_list_body .faq_img {
  float  : none;
  display: inline-block;
}


.faq_header.active .faq_img {
  background     : url(../../images/footer/faq_disappear1.gif) no-repeat;
  background-size: cover;
}


.club-panel .club-panel-img,
.club-panel .club-panel-list {
  float      : left;
  line-height: 28px;
}

.club-panel .club-panel-list>h2 {
  margin-bottom: 10px;
  font-size    : 19px;
}

.club-panel .club-panel-img {
  width       : 150px;
  margin-right: 30px;
}

.club-panel .club-panel-img>img {
  width: 100%;
}


/*Priority Stocking Service*/

.fright .text h3 {
  font-size  : 30px;
  color      : #50b194;
  text-align : center;
  height     : 66px;
  line-height: 66px;
}

.fright .text1 {
  padding    : 0 20px;
  font-size  : 18px;
  line-height: 32px;
}

.fright .text h4 {
  font-size   : 24px;
  line-height : 32px;
  padding-left: 20px;
  display     : flex;
  align-items : center;
  margin      : 10px 0;
}

.fright .text h4 img {
  margin-right: 10px;
}

.fright .text_detail {
  padding: 0 20px 0 40px;
}

.fright .text_detail p {
  font-size  : 16px;
  line-height: 32px;
}

.fright .text_detail span {
  color: #ff0000;
}

.fright .text_detail a {
  color  : #2969a9;
  margin : 5px 0 10px;
  display: inline-block;
}

.fright .table_list {
  border      : 1px solid #cbcbcb;
  margin-top  : 20px;
  width       : 600px;
  padding-left: 0;
}

.fright .table_list li {
  height       : 40px;
  line-height  : 40px;
  display      : flex;
  border-bottom: 1px solid #cbcbcb;
}

.fright .table_list li div {
  flex        : 1;
  text-align  : center;
  font-size   : 16px;
  color       : #333;
  border-right: 1px solid #cbcbcb;
}


/*Our Service*/


.service-mobile-box {
  width    : 100%;
  max-width: 1000px;
  margin   : 0 auto;

}

.service-mobile-box-head {
  background-color: #C0ECFC;
  padding-bottom  : 30px;
}

.service-mobile-box-head-title {
  font-weight: bold;
  font-size  : 45px;
  text-align : center;
  padding    : 20px 0;
  color      : #111;
}

.service-mobile-box-head-nav {
  display        : flex;
  justify-content: center;
  flex-wrap      : wrap;

}

.service-mobile-box-head-nav .sevices-nav-wrapper {
  width     : 22%;
  padding   : 20px 0 20px 0px;
  text-align: center;
  cursor    : pointer;
}

.sevices-nav-title-wrapper {
  font-size: 20px;
}


.sevices-description-img-wrapper a {
  color: #fff;
}

.sevices-description-img-wrapper .sevices-description-title {
  position   : absolute;
  top        : 32px;
  left       : 21px;
  font-size  : 34px;
  font-weight: bold;
  color      : #fff;
}

.sevices-description-img-wrapper .sevices-description-sub-title {
  position   : absolute;
  top        : 85px;
  left       : 21px;
  font-size  : 22px;
  font-weight: bold;
  color      : #fff;
}



.sevices-description-description-wrapper {
  padding    : 5px 10px;
  margin     : 20px 0;
  line-height: 1.5;
  font-size  : 20px;
}

.sevices-description-description-wrapper a {
  color          : #0481db;
  font-size      : 20px;
  text-decoration: underline;

}


.home-coupon-list{
  display: flex;
  align-items: stretch;
  margin:20px 0;
  height:190px;
  position: relative;
  top: -25px;
}

.coupon-more{
  width: 20px;
  background: #f8d45a;
  height: auto;
  font-size: 18px;
  word-break: break-all;
  text-align: center;
  color: #fff;
  padding:35px 3px;
}

.home-coupon-list .summer-swiper-panel{
  width:calc( 100% - 20px );
  height:100%;
}

.home-coupon-list .swiper-container{
  height:100%;
}

.home-coupon-list .swiper-container .swiper-slide img{
  max-width:100%;
  cursor: pointer;
}

.home-coupon-list .swiper-container .swiper-button-prev,
.home-coupon-list .swiper-container .swiper-button-next {
  color: #fff;
  background: rgba(200, 200, 200, 0.6);
  padding: 5px 10px;
  width: 25px;
  height: 100%;
  top: 20px;
}

.home-coupon-list .swiper-container .swiper-button-prev{
  left:0;
}

.home-coupon-list .swiper-container .swiper-button-next{
  right:0;
}

.home-coupon-list .swiper-container .swiper-button-prev:hover,
.home-coupon-list .swiper-container .swiper-button-next:hover {
  background: rgba(115, 184, 16, 0.5);
}

.home-coupon-list > a img{
  width:100%;
}

.homepage-coupon-list{
  background: #FF9051;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom:30px;
}

.homepage-coupon-list .flex-coupon-panel{
  display: flex;
  justify-content: space-around;
}

.homepage-coupon-list .main-content-bottom{
  background: #F8D45A;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 5px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  color: #fff;
}

.home-coupon-wrap{
  cursor: not-allowed;
}

.home-coupon-wrap.active{
  cursor: pointer;
}

.home-coupon-wrap img{
  display: none;
  width: 100%;
}

.home-coupon-wrap img.coupon-disabled{
  display: block;
}

.home-coupon-wrap.active img{
  display: block;
}

.home-coupon-wrap.active img.coupon-disabled{
  display: none;
}


/*  1200 以下  */
@media all and (max-width: 1200px) {
  body {
    overflow-x: scroll !important;
  }

  .activity-content {
    width: 1200px;
  }

  .activity-content img {
    width : 100%;
    height: 100%;
  }

}


/*  1200 以下  */
@media all and (max-width: 1100px) {
  .home-product-box .ui-tabs-nav li a {
    padding: 12px 10px !important;
  }
}


/* 1000尺寸以下屏幕 */
@media all and (max-width: 1000px) {

  /*登录页*/
  .login-page .new-wrapper {
    margin-left: 20px;
  }

  .header-upper .header-selectors-wrapper {
    float: none;
  }

  /* .header-upper .header-selectors-wrapper .currency-selector {
      margin-right: 20px;
  } */
  .header-selectors-wrapper>div {
    display: inline-block !important;
    width  : 32% !important;
  }

  .product-grid-cate .item-grid .item-cate-box {
    width: 31%;
  }

  .product-grid .item-box .product-box-add-to-cart-button {
    width     : 40px;
    background: #7EB834 url(../../images/icon_cart_w.png) center no-repeat;
    color     : transparent;
  }

}


/* 1001屏--1366屏 */
@media (min-width: 1001px) and (max-width:1366px) {
  .master-wrapper-content .master-column-wrapper{
    padding:0 30px;
  }

  .header-lower .search-box .livechat{
    display: inline-block;
    margin-left: 30px;
  }

  .home-page-accountInfo li a span{
    width:20px;
  }

  .hot-category-list {
    margin-bottom: 20px;
  }

  .hot-category-list li {
    float       : left;
    width       : 183px;
    margin-right: 20px;
  }

  .hot-category-list li img {
    width: 183px;
  }

  .hot-category-list.hot-category-list-five li {
    float       : left;
    width       : 224px;
  }

  .hot-category-list.hot-category-list-five li img {
    width: 224px;
  }


  .lowprice .home-product-box-right .swiper-container {
    width: 770px;
  }

  .home-product-box.lowprice .swiper-button-prev {
    left: 0;
  }

  .home-product-box.lowprice .swiper-button-next {
    right: 0;
  }

  .slider-panel-right>div {
    height: 78px;
  }

  .home-page-accountInfo li a img{
    width: 24px;
    margin-right: 5px;
  }

  .home-page-accountInfo li a,
  .home-page-accountInfo li a p
  {
    font-size: 12px;
  }



  .home-product-panel .ui-tabs-nav li {
    width: 175px;
  }

  .home-product-panel .ui-tabs-nav li:nth-child(1).active,
  .home-product-panel .ui-tabs-nav li:nth-child(2).active,
  .home-product-panel .ui-tabs-nav li:nth-child(3).active,
  .home-product-panel .ui-tabs-nav li:nth-child(4).active,
  .home-product-panel .ui-tabs-nav li:nth-child(5).active,
  .home-product-panel .ui-tabs-nav li:nth-child(6).active {
    transform: translateX(-1030px);
  }

  .home-product-panel .ui-tabs-nav li:nth-child(7).active,
  .home-product-panel .ui-tabs-nav li:nth-child(8).active,
  .home-product-panel .ui-tabs-nav li:nth-child(9).active,
  .home-product-panel .ui-tabs-nav li:nth-child(10).active,
  .home-product-panel .ui-tabs-nav li:nth-child(11).active,
  .home-product-panel .ui-tabs-nav li:nth-child(12).active {
    transform: translateX(-1030px);
  }


  /*登录页*/
  .login-page .returning-wrapper {
    margin-left: 148px;
  }

  .login-page .new-wrapper {
    margin-left: 100px;
  }

  .category-navigation.block .title {
    font-size: 17px;
  }

  /* 搜索框 */
  

  .page-fr .header-lower .search-box input.search-box-text {
    width: 330px;
  }

  .home-coupon-list {
    height: 167px;
  }

  .home-product-box.new-arrival-box {
    height: 550px;
  }


  .home-product-box .swiper-button-next,
  .home-product-box .swiper-container-rtl .swiper-button-prev {
    right: 2px;
  }

  .home-product-box.customer-show-box {
    height: 233px;
  }

  .customer-show-box .home-product-box-right .swiper-container .swiper-slide a {
    margin-right: 2.1%;
  }

  .new-arrival-box .home-product-box-right .swiper-container {
    height: 90.5%;
  }

  .new-arrival-box .home-product-box-right .swiper-container .swiper-slide a>img {
    height: 75%;
  }

  /* 首页商品4块样式 */
  .product-grid-cate .item-grid .item-cate-box {
    width: 305px;
  }

  /*商品列表*/

  .product-grid .item-box .product-box-add-to-cart-button {
    width     : 40px;
    background: #7EB834 url(../../images/icon_cart_w.png) center no-repeat;
    color     : transparent;
  }


  .gallery .picture-thumbs .thumb-item {
    width    : 80px;
    /* margin: 0 7px 10px; */
    margin   : 0 6px 10px;
  }

  .order_search_con .form-group {
    width: 130px;
  }

  .wish_search_con>div>select,
  .wish_search_con>div>input {
    width: 230px;
  }

  

  /*首页*/
  .home-product-box {
    height: 307px;
  }

  .flashdeals_content {
    padding: 35px 0;
  }
    .flashdeals_content > h1 {
      font-size: 18px;
    }

    .home-product-box.best-seller-box {
      height: 405px;
    }

  .best-seller-box .home-product-box-right .swiper-container .swiper-slide a>img {
    height: 70%;
  }

  .home-product-box.customer-show-box .swiper-button-prev,
  .home-product-box.customer-show-box .swiper-button-next {
    top: 15%;
  }


  .flashdeals .home-product-box-right .swiper-container {
    width: 950px;
  }

  .customer-show-box .home-product-box-right .swiper-container .swiper-slide a {
    width: 216px;
  }

  .customer-show-box .home-product-box-right .swiper-container .swiper-slide a>img {
    height: 216px;
  }

  .recommend-view-more>span {
    height     : 216px;
    line-height: 216px;
  }

  .home-product-box.flashdeals {
    height: 260px;
  }

  .flashdeals .home-product-box-right .swiper-container .swiper-slide a > img {
    height: 82%;
  }

  .home-product-box-right .swiper-container .swiper-slide a .price{
    bottom: 10px;
  }




}

/* 1366以上屏 */
@media (min-width: 1367px) {

  /*登录页*/
  .login-page .returning-wrapper {
    margin-left: 231px;
  }

  .login-page .new-wrapper {
    margin-left: 100px;
  }

  /* 搜索框 */


  /* 首页左侧商品 */
  .block a.product-picture+a.product-name {
    width      : 70%;
    margin-left: 0;
  }


  /*宫格商品*/

  .product-grid .item-box .product-box-add-to-cart-button {
    width     : 40px;
    background: #7EB834 url(../../images/icon_cart_w.png) center no-repeat;
    color     : transparent;
  }

  .gallery .picture-thumbs .thumb-item {
    width    : 91px;
    /* margin: 0 8px 10px; */
    margin   : 0 7px 10px;
  }


}

/* 新的 about us */
.about-us-ok-icon {
  display         : inline-block;
  width           : 26px;
  height          : 26px;
  background-size : 26px 26px;
  background-image: url(../../images/ok.png);
  font-size       : 0;
}

.pc-about-us-box {
  max-width       : 1140px;
  width           : 100%;
  margin          : 0 auto;
  background-color: #f5f5f5;
}

.our-story {
  background : #F5F5F5;
  align-items: center;
  padding    : 20px;
}

.our-story .our-story-head-de {
  width : 18%;
  margin: -10px 10px 10px 0px;
}

.our-story-head-en {
  width : 10%;
  margin: -10px 10px 10px 0px;
}

.our-story .our-story-des {
  padding    : 5px 10px 30px 10px;
  font-size  : 18px;
  line-height: 1.6;
  color      : #666;
}

.our-policy >div> p,
.our-story .our-story-des > p{
  font-size:18px;
}


.our-advantage {
  background-color: #fff;
}

.our-advantage-des {
  display        : flex;
  flex-wrap      : wrap;
  justify-content: flex-start;
  padding        : 18px;
}

.our-advantage-head {
  padding: 25px 0 0 0;
}

.our-advantage-des-box {
  width: 33%;
}

.our-advantage-des-box:nth-of-type(3n) {
  margin-right: 0;
}

.our-advantage-des-title-wrapper {
  display    : flex;
  align-items: center;
  text-align : left;
  padding    : 8px 0 5px 10px;
}

.our-advantage-des-title-wrapper .about-us-title {
  font-size    : 18px;
  margin-left  : 10px;
  width        : 90%;
  white-space  : nowrap;
  overflow     : hidden;
  text-overflow: ellipsis;
}

.our-advantage-bottom {
  padding: 20px 0 30px 0;
}

.feed-back {
  padding         : 20px 15px 20px 15px;
  background-color: #F5F5F5;
}

.feed-back-inner {
  background: #fff;
  padding   : 20px 5px;
  margin    : 0 auto;
}

.feed-back .feed-back-box {
  display    : flex;
  align-items: center;
  padding    : 0px 6%;
}

.feed-back .feed-back-box .avatar-box {
  text-align: center;
  width     : 6%;
}

.feed-back .feed-back-box .des-wrapper {
  position   : relative;
  background : #E4E8EC;
  box-shadow : 0px 0px 6px 0px rgba(78, 79, 81, 0.61);
  padding    : 10px 20px;
  line-height: 1.7;
  margin     : 10px 15px;
  flex       : 1;
}

.feed-back .feed-back-box .left-triangle:before {
  content      : "";
  width        : 0px;
  height       : 0px;
  border-top   : 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right : 20px solid #E4E8EC;
  position     : absolute;
  top          : 30%;
  left         : -2%;
}

.feed-back .feed-back-box .right-triangle:after {
  content      : "";
  width        : 0px;
  height       : 0px;
  border-top   : 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left  : 20px solid #E4E8EC;
  position     : absolute;
  top          : 30%;
  right        : -2%;
}

.feed-back-box-des {
  font-size  : 16px;
  line-height: 1.8;
}

.our-policy {
  background: #fff;
}

.our-policy-head {
  padding: 20px 0 0 0;
}

.life-01-font {
  position : absolute;
  color    : #957946;
  font-size: 36px;
  right    : 4%;
  top      : 0%;
}

.life-02-font {
  position : absolute;
  color    : #957946;
  font-size: 36px;
  left     : 4%;
  top      : -3%;
}

/* 新的about us  2022.8 */


.lucida-font {
  font-family: 'lucida';
}

.marck-font {
  font-family: 'marck';
}
.new-about-us-box {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 60px;
}

.experience-wrapper {
  display: flex;
  margin: 40px 30px;
  margin-bottom: 60px;
}

.des-section {
  padding: 35px;
  line-height: 2;
  font-size: 18px;
  font-family: 'Georgia';
  color: #494442;
}

.title-font-style {
  float: left;
  font-size: 52px;
  width: 250px;
  height: 59px;
  line-height: 59px;
  color: #494442;
}

.head-title-wrapper {
  margin: 0 auto;
  width: 440px;
  height: 47px;
  font-size: 40px;
  font-family: Lucida;
  font-weight: normal;
  color: #494442;
  line-height: 55px;
  border-bottom: 12px solid #91C447;
  text-align: center;
}

.imgs-show {
  margin: 30px;
  display: flex;
  justify-content: space-between;
}

.img-des-wrapper {
  display: flex;
}

.gap-border {
  width: 4px;
  height: 208px;
  background: #dfdfdf;
  margin-right: 10px;
}

.gap-text {
  width: 180px;
}

.gap-text h3 {
  font-size: 26px;
  font-family: Georgia;
  font-weight: 400;
  color: #494442;
  line-height: 1.5;
}

.gap-text p {
  margin-top: 10px;
  font-size: 18px;
  font-family: Georgia;
  font-weight: 400;
  color: #494442;
  line-height: 24px;
  text-align: initial !important;
}

.diamond-des-wrapper {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: Georgia;
}

.diamond-des {
  margin-left: 30px;
}

#diamond {
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #91C447;
  position: relative;
  top: -7px;
}

#diamond:after {
  content: '';
  position: absolute;
  left: -7px;
  top: 7px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #91C447;
}

.end-text {
  height: 37px;
  font-size: 32px;
  font-weight: 400;
  color: #494442;
  line-height: 55px;
}

.pen-img {
  position: absolute;
  top: 0;
  right: 12%;
}

/*右侧导航条*/
.tips-text-list-wrapper {
    width     : 450px;
    padding   : 0px 20px 10px 20px;
    height    : 301px;
    background: #FFFFFF;
    border    : 1px solid #D7D7D7;
    margin-top: -250px;
    overflow-y: scroll;
    display   : none
}

.tips-text-list-title {
  display         : flex;
  align-items     : center;
  position        : fixed;
  background-color: #fff;
  z-index         : 99999;
  height          : 33px;
  padding         : 20px 0;
  width           : 380px;
  justify-content : space-between;
}

.tips-text-list-title > h1{
  white-space: nowrap;
}

.tips-text-list-title > input{
  width: 90%;
  margin: 0 20px;
}

.tips-wrap .tips-answer{
  display: none;
}

.tips-wrap.active .tips-answer{
  display: block;
  font-size: 14px;
}

.tips-text-list .tips-text {
    display    : block;
    line-height: 1.5;
    font-size  : 14px;
    padding-top: 10px;
    cursor: pointer;
}

.right-nav-wrapper {
    z-index   : 99999;
    position  : fixed;
    right     : 0;
    top       : unset;
    bottom    : 10px;
    background: #333333;
    cursor    : pointer;
    width     : 31px;
    text-align:center;
    /* display: none; */
}

.triangle-box {
    width        : 0;
    height       : 0;
    border-top   : 7px solid transparent;
    border-left  : 14px solid #FFFFFF;
    border-bottom: 7px solid transparent;
    margin-top   : 10px;
    position     : absolute;
    right        : 2px
}

.faq-text {
    position: absolute;
    right   : 100%;
    top     : -5px;
}

.faq-wrapper {
    position     : relative;
    padding      : 2px 1px 3px 1px;
    margin-top   : 10px;
    margin-bottom: 5px
}

.triangle-text {
    width        : 200px;
    font-size    : 14px;
    font-weight  : 400;
    color        : #333333;
    padding      : 10px;
    background   : #FFFFFF;
    box-shadow   : 0px 0px 8px 0px rgba(14, 5, 10, 0.2);
    border-radius: 5px;
    cursor       : pointer;
    margin-right : 14px;
}

.right-nav-item,
.right-nav-shipping {
    position: relative;
}

.right-nav-text {
    position  : absolute;
    right     : 106%;
    top       : 0px;
    background: #7a7a7a;
    padding   : 10px 20px;
    color     : #fff;
    display   : none;
}

.right-nav-shipping-text {
    width: 220px
}

.right-nav-item:hover {
    background: #7db531;
}

.faq-wrapper:hover {
    background: #7db531 !important;
}

.right-nav-item:hover .right-nav-text {
    display: block;
}

.model-wrapper {
    position       : fixed;
    top            : 0;
    bottom         : 0;
    left           : 0;
    right          : 0;
    z-index        : 99999;
    background     : rgba(0, 0, 0, .4);
    display        : none;
    align-items    : center;
    justify-content: center;
}

.real-gold-box .model-wrapper {
    display: unset;
}

.real-gold-box .large-img {
    max-width: 100%
}

.content-info {
    text-align: center;
    background: #fff;
    padding   : 0;
}

.large-img {
    max-width: 530px;
}

.content-info .close-btn {
    display         : flex;
    justify-content : flex-end;
    font-size       : 25px;
    cursor          : pointer;
    border-bottom   : 1px solid #ddd;
    overflow        : hidden;
    background-color: #eee;
    padding-right   : 20px;
    border-width    : 0 0 1px;
    border-radius   : 0;
    background-image: none;
    font-weight     : normal;
    cursor          : auto !important;
    color           : #444
}


.concat-us-item {
    margin     : 20px 0;
    display    : flex;
    align-items: center;
}

.concat-us-item label {
    display      : inline-block;
    padding-right: 10px;
    text-align   : right;
    width        : 150px
}

.concat-us-item input {
    width: 200px;
}

.success-text {
    padding-top: 20px;
}

.success-text p {
    line-height: 1.8;
    font-size  : 20px;
}


.content-main .contactus-wrapper {
    margin     : 0px 0 20px 30px;
    padding-top: 30px
}


.content-main .questions-wrapper {
    justify-content: center;
    margin-top     : 50px
}

.success-wrapper {
  margin-top: 50px;
  padding: 50px;
  text-align: center;
}

.content-main .gap-line-contact-us {
    border: 1px solid rgba(0, 0, 0, .4);
    width : 95%;
    margin: 0 auto;
}

.concat-us-item .sub-text {
    margin          : 0 auto;
    font-size       : 22px;
    border          : none;
    padding         : 7px 35px;
    color           : #fff;
    background-color: #7db531;
    cursor          : pointer;
    border-radius   : 20px;
}

.showtypediv {
    display: none;
}

.turnTable-Fixed{
    z-index: 99999;
    position: fixed;
    right: 38px;
    top: 90%;
    cursor: pointer;
    width: 72px;
    display: none;
}



/**
* 各分辨率下媒体查询
*/

.mini-shopping-cart{
  height:calc( 100vh - 320px);
  overflow-y: auto;
}

.mini-shopping-cart.mini-shopping-cart-empty{
  height: auto;
}

.wish-list-cart .mini-shopping-cart,.wish-list-cart.flyout-cart .mini-shopping-cart .items{
  height:auto;
}

.flyout-cart .mini-shopping-cart .items{
  height:475px;
  max-height: 475px;
  overflow-y: auto;
}

.mini-shopping-cart .items .product .name a{
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.master-wrapper-page .category-navigation .plist .sublist-content{
  height:660px;
}

.master-wrapper-page .category-navigation ul li:hover > .sublist .sublist-content{
  height: 660px;
  max-height: 660px;
}

.master-wrapper-page .category-navigation .plist .sublist{
  top:0px!important;
}

.master-wrapper-page .side-2 .category-navigation ul li:hover > .sublist .sublist-content{
  height: inherit;
  max-height: unset;
}

@media screen and (max-width: 1366px) {
  .turnTable-Fixed{
    display:block;
  }

  .register-later-panel{
    display: none!important;
  }

  .no-close{
    top: 10%!important;
  }

  
  .flyout-cart .mini-shopping-cart .items{
    height: 380px;
    max-height: 380px;
  }

  .flyout-cart .mini-shopping-cart .items .item:nth-child(n+5){
    display: none;
  }

  .master-wrapper-page .category-navigation .plist .sublist-content{
    height:470px;
  }
  
  .master-wrapper-page .category-navigation ul li:hover > .sublist .sublist-content{
    height: 470px;
    max-height: 470px;
  }

  .fixed-dialog .ui-dialog-content .modal-body{
    max-height: 50vh;
  }

  /*在1366下不同语种的字号*/
  .page-de .product-grid .item-box .product-box-preorder,
  .page-de .product-grid .item-box .back-order-btn,
  .page-de .product-grid .item-box .view-more-btn{
    font-size:15px;
  }

  .page-ru .product-grid .item-box .product-box-preorder,
  .page-ru .product-grid .item-box .back-order-btn,
  .page-ru .product-grid .item-box .view-more-btn{
    font-size:15px;
  }

  .page-fr .product-grid .item-box .product-box-preorder,
  .page-fr .product-grid .item-box .back-order-btn,
  .page-fr .product-grid .item-box .view-more-btn{
    font-size:13px;
  }

  .page-es .product-grid .item-box .product-box-preorder,
  .page-es .product-grid .item-box .view-more-btn{
    font-size:15px;
  }
  .page-es .product-grid .item-box .back-order-btn{
    font-size:11px;
  }

  .page-jp .product-grid .item-box .product-box-preorder,
  .page-jp .product-grid .item-box .back-order-btn,
  .page-jp .product-grid .item-box .view-more-btn{
    font-size:13px;
  } 

  .page-it .product-grid .item-box .product-box-preorder,
  .page-it .product-grid .item-box .back-order-btn,
  .page-it .product-grid .item-box .view-more-btn{
    font-size:13px;
  }

  .page-it .product-grid .item-box .back-order-btn{
    font-size:11px;
    padding: 0 1px;
  }


}