.clearFloat {
  display: table;
  clear  : both;
}

.master-wrapper-page {
  /* background: url(../../images/atmosphere_chrismas.png) no-repeat top center; */
  background: #fff;
}

/* .header-lower .search-box{
  position: relative;
}

.header-lower .search-box::before{
  content:"";
  display:block;
  width:106px;
  height:78px;
  background: url(../../images/atmosphere_chrismas_icon.png) no-repeat;
  background-size: cover;
  position:absolute;
  right: 40px;
  top: 0;
  z-index: -1;
} */

/* .master-wrapper-page .master-wrapper-content .side-2,
.master-wrapper-page .master-wrapper-content .center-2,
.master-wrapper-page .master-wrapper-content .center-1 {
  background: #fff;
}

.master-wrapper-page .header-menu,
.master-wrapper-page .header-upper {
  border: 0;
} */



/* .master-wrapper-page .master-wrapper-content .center-2,
.master-wrapper-page .master-wrapper-content .center-1 {
  padding: 10px;
} */

.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%;
}

.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-family: 'Arial Normal', ' Arial', sans-serif;
  font-weight: 400;
}

.span2 {
  font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  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-modal {
  overflow: hidden;
}

.register-modal>img {
  width: 100%;
}

.register-modal .form-fields {
  border-top      : none;
  background-color: #fff;
  padding         : 10px 35px 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-modal .buttons input.db-button {
  width        : 85%;
  margin-bottom: 15px;
}

.register-modal .buttons input.face-book {
  background-color: #4865b4;
}

.register-modal .field-validation-valid {
  color: #E60044;
}

.register-modal .buttons {
  margin: 0;
}



.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;
}

/*倒计时插件*/
.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 {
  /* display: none; */

  position  : fixed;
  right     : 0;
  top       : 25%;
  min-height: 200px;
}

.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;
}


.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;
}

/* 
.noAddress.opc .step{
  margin:0;
} */

/* 顶部活动样式 */
.activity-page {
  width     : 100%;
  height    : 60px;
  text-align: center;
}

.mobile-code {
  position  : relative;
  text-align: right;
  cursor    : pointer;
}

.mobile-code img {
  vertical-align: middle;
}

.mobile-code .code {
  position  : absolute;
  top       : 43px;
  left      : 45px;
  border    : 1px solid #aaa;
  width     : 200px;
  height    : 200px;
  background: #fff;
}

.mobile-code .code img {
  width: 100%;
}

/* .activity-page .activity-content img{
  width:100%;
} */

.header-upper .header-selectors-wrapper {
  float: right;
}

.header-upper .header-selectors-wrapper>div.language-selector {
  margin-right: 0;
}


.currency-selector,
.language-selector {
  display  : inline-block;
  min-width: 100px;
}

.language-selector {
  margin-left: 20px;
}


/* 搜索框样式 */
.header-lower .search-box {
  text-align: left;
}

.header-lower .search-box .search-box-item {
  width           : 48px;
  min-width       : 48px;
  height          : 40px;
  float           : left;
  background      : url('../../images/icon-search-list.png') center no-repeat;
  background-color: #7db531;
  border          : 1px solid #7db531;
  margin-right    : 5px;
  border-radius   : 2px;
}

.header-lower .search-box input.search-box-text {
  border                   : 2px solid #7db531;
  width                    : 460px;
  border-top-left-radius   : 4px;
  border-bottom-left-radius: 4px;
}

.header-lower .search-box .search-box-button {
  width           : 40px;
  min-width       : 40px;
  background      : url('../../images/icon-search.png') center no-repeat;
  background-color: #7db531;
  border-radius   : 2px;
}

.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 {
  margin-top: 16px;
}

.header-lower .header-links-wrapper {
  display: table-cell;
}

.header-lower .header-links-wrapper .header-links .icon-account,
.header-lower .header-links-wrapper .header-links .icon-wishlist,
.header-lower .header-links-wrapper .header-links .icon-cart {
  width : 30px;
  height: 30px;
  margin: 0 auto;
}

.header-lower .header-links-wrapper .header-links .icon-account {
  background: url('../../images/icon_account.png') center no-repeat;
}

.header-lower .header-links-wrapper .header-links .li-account:hover .icon-account {
  background: url('../../images/icon_account_selected.png') center no-repeat;
}

.header-lower .header-links-wrapper .header-links .icon-wishlist {
  background: url('../../images/icon_wishlist.png') center no-repeat;
}

.header-lower .header-links-wrapper .header-links .li-wishlist:hover .icon-wishlist {
  background: url('../../images/icon_wishlist_selected.png') center no-repeat;
}

.header-lower .header-links-wrapper .header-links .icon-cart {
  background: url('../../images/icon_cart.png') center no-repeat;
}

.header-lower .header-links-wrapper .header-links .li-cart:hover .icon-cart {
  background: url('../../images/icon_cart_selected.png') center no-repeat;
}

.header-lower #topcartlink {
  background-color: inherit;
}

.header-lower .header-links a,
.header-lower .header-links span {
  line-height: 24px;
}


.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 {
  background        : #fff;
  text-align        : left;
  padding           : 10px;
  position          : absolute;
  -webkit-box-shadow: 0 0 4px #dcdcdc;
  box-shadow        : 0 0 4px #dcdcdc;
  display           : none;
}

.accountList.active {
  display: block;
}

.accountList ul li {
  padding: 10px;
}

.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;
}

.category-toggle {
  border-right: 2px solid #fff;
}

.category-btn>img {
  vertical-align: sub;
  margin-right  : 10px;
}




/* 购物车样式 */

.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;
}

.cart-handle-bar h3 {
  float: left;
}

.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;
}

.cart-sorting {
  float      : left;
  width      : 100%;
  margin     : 20px 0;
  line-height: 18px;
}

.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 {
  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 input {
  min-width: 350px;
  height   : 32px;
  border   : 1px solid #dcdcdc;
  padding  : 0 10px;
}

.cart-coupon .coupon-box .coupon-input .add-coupon-btn {
  margin-left   : 10px;
  width         : 30px;
  min-width     : 30px;
  height        : 30px;
  background    : #7db531;
  display       : inline-block;
  vertical-align: middle;
  text-align    : center;
  line-height   : 30px;
  font-size     : 32px;
  color         : #fff;
  padding       : 0;
}


.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   : 10;
}

.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;
}




.center-1 .shopping-cart-page .page-title {
  text-align   : left;
  margin-bottom: 10px;
  border-bottom: 3px solid #7db531;
}

.center-1 .shopping-cart-page .page-title h1 {
  color: #333;
}

.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_con>div {
  margin-bottom: 20px;
}

.wish_search_con>div>label {
  display: inline-block;
  width  : 100px;
}

.wish_search_con>div>select,
.wish_search_con>div>input {
  width : 240px;
  height: 40px;
  border: 1px solid #ddd;
}

.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{
    margin-bottom:20px;
}

.wishlist-category>div{
    display: inline-block;
    width:90%;
}

.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;
}

.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;
}

.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;
}

.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;
}



/*轮播*/

.home-page .theme-custom {
  margin: 0 auto 10px;
  height: 420px;
}

.slider-panel {
  float: left;
  width: 100%;
}

.slider-panel-left {
  float : left;
  width : 1100px;
  height: 420px;
}

.slider-panel-left .theme-custom>.a,
.slider-panel-left .theme-custom>.nivoSlider a img {
  height: 420px !important;
}

.slider-panel-left .theme-custom img {
  height: 420px !important;
}


.slider-panel-right {
  float: right;
  width: 250px;
}

.slider-panel-right>div {
  margin-bottom: 7px;
  height       : 100px;
}

.slider-panel-right img {
  width     : 100%;
  height    : 100%;
  border    : 1px solid #dcdcdc;
  box-sizing: border-box;
}

.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     : 20px;
  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;
}


/*广告*/
.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::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;
  margin-right: 30px;
}

.tab-right {
  background : url(../../images/tab_arrow_right.png) no-repeat center;
  margin-left: 30px;
}

.tab-left,
.tab-right {
  height : 45px;
  width  : 25px;
  display: inline-block;
  cursor : pointer;
}

.tab-left.active,
.tab-right.active {
  opacity: 0;
}

.home-product-panel .ui-tabs-nav {
  width      : 91%;
  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(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(-1243px);
  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(-1243px);
  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         : 300px;
  background     : url(/Themes/Starter/Content/images/flash_deal.png) no-repeat;
  background-size: cover;
  margin-bottom  : 35px;
}

.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,.9);
  left      : unset;
}

.lowprice .home-product-box-right .swiper-container .swiper-slide a .price .price-new {
  padding: 6px 0;
  color  : #fff;
}





.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  : 4px;
  left    : 20px;
}

.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: 90%;
}


.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 {
  color    : #fff;
  font-size: 26px;
}

.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-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 .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.5%;
  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 {
  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;
}

.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%;
}



/* .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),
.add-to-cart-panel .qty-handle-btn:nth-child(3) {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.product-grid .item-box .qty-handle-btn:nth-child(3),
.add-to-cart-panel .qty-handle-btn:nth-child(5) {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.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;
  margin-left: 10px;
  background : #fff url(../../images/icon_cart.png) center no-repeat;
  border     : 1px solid #dcdcdc;
  color      : transparent;
}

.product-grid .item-box .add-to-wishlist-button {
  width : 30px;
  height: 30px;
}

.wish-text {
  font-size: 0;
}


.product-grid .item-box .product-box-preorder {
  font-size    : 16px;
  padding      : 0 10px;
  height       : 30px !important;
  margin-left  : 5px;
  color        : #fff;
  background   : #f60;
  border-radius: 25px;
  border       : 0;
  width        : auto;
}

.product-list .item-box .product-box-preorder {
  width        : auto;
  display      : block;
  min-width    : 150px;
  padding      : 0 20px;
  margin       : 10px auto;
  height       : 40px !important;
  margin-right : 0;
  border-radius: 25px;
  background   : #f60;
  color        : #fff;
}

/* .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;
}


/* 列表 */

.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;
}

.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;
}




/*表格样式*/
.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;
}


/**
* 底部样式
*/
/* 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;
  font-family: Arial, Helvetica, sans-serif;
}

.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;
}

/*站内信样式*/

.message-coupon {
  width      : 900px;
  margin     : 0 auto;
  font-family: Arial;
  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;
}


/*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;
  font-family     : arial;
  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         : 1000px;
  margin        : 0 auto;
  background    : #476093;
  font-family   : arial;
  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")
}

.nd_banner h2 {
  font-size         : 40px;
  font-weight       : bold;
  color             : #f7e48a;
  width             : 400px;
  padding           : 50px 0 0 400px;
  line-height       : 48px;
  -webkit-box-sizing: initial;
  box-sizing        : initial;
}

.nd_banner p {
  font-size         : 18px;
  width             : 570px;
  padding           : 10px 0 0 400px;
  line-height       : 30px;
  -webkit-box-sizing: initial;
  box-sizing        : initial;
}

.nd_banner em {
  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: 10px;
  color        : #fff;
}

.nd_innerwrap {
  width     : 904px;
  background: #7e9bd7;
  margin    : 0 48px 10px;
  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-family   : arial;
  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-weight: normal;
}

.coupon-main>b {
  font-size: 1.2em;
}

.coupon-main .main-desc {
  margin   : 20px 0;
  font-size: 1.2em;
}

.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%;
  /* width          : 69%; */
  /* margin-left    : 0; */
  height            : 60px;
  overflow          : hidden;
  -o-text-overflow  : ellipsis;
  text-overflow     : ellipsis;
  display           : -webkit-inline-box;
  -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 {
  display       : inline-block;
  width         : 160px;
  vertical-align: top;
}


.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 {
  background   : #f7f7f7;
  margin-bottom: 20px;
  border-top   : 2px solid #dcdcdc;

}


.product_search_con {
  border-bottom: 1px solid #dcdcdc;
  padding      : 15px 50px;
}


.product_search_con .radio {
  display    : inline-block;
  margin-left: 20px;
}


.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;
  font-family     : Arial, Helvetica, sans-serif;
  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-family: arial;
  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-family          : Arial, Helvetica, sans-serif;
  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-family: Arial, Helvetica, sans-serif;
  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;

}




/*  1200 以下  */
@media all and (max-width: 1200px) {
  body {
    overflow-x: scroll !important;
  }

  .activity-content {
    width: 1200px;
  }

  .activity-content img {
    width : 100%;
    height: 100%;
  }

  .footer {
    width: 1200px;
  }

}


/*  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;
  }

  .header-lower .search-box input.search-box-text {
    width: 70vw !important;
  }

  .header-lower .search-box {
    text-align: center;
  }

  .header-lower .search-box .extra-content {
    text-align: left;
  }

  .header-lower .search-box .search-box-item {
    width : 44px;
    height: 36px;
  }

  .header-lower .header-links-wrapper {
    display: block;
    padding: 0;
  }

  .header-lower .header-links-wrapper #topcartlink {
    display: inline-block;
    width  : inherit;
    padding: 0;
  }


  .product-grid-cate .item-grid .item-cate-box {
    width: 31%;
  }

  .product-grid .item-box .product-box-add-to-cart-button {
    width     : 40px;
    background: #fff url(../../images/icon_cart.png) center no-repeat;
    border    : 1px solid #dcdcdc;
    color     : transparent;
  }

}


/* 1001屏--1366屏 */
@media (min-width: 1001px) and (max-width:1366px) {
  .hot-category-list {
    margin-bottom: 20px;
  }

  .hot-category-list li {
    float       : left;
    width       : 183px;
    margin-right: 20px;
  }

  .hot-category-list li img {
    width: 183px;
  }

  .home-page .theme-custom {
    height: 366px;
  }

  .slider-panel-left {
    width : 995px;
    height: 366px;
  }

  .slider-panel-right {
    width: 180px;
  }

  .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: 86.5px;
  }

  .slider-panel-left .theme-custom .nivoSlider>a,
  .slider-panel-left .theme-custom .nivoSlider>a img {
    height: 366px !important;
  }

  .recommend-box .home-product-box-right .swiper-container .swiper-slide a>img {
    min-height: 187px;
  }

  .slider-panel-left .theme-custom .nivoSlider img {
    height: 366px !important;
  }

  .home-product-panel .ui-tabs-nav {
    width: 90%;
  }

  .home-product-panel .ui-tabs-nav li {
    width: 170px;
  }

  .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(-1080px);
  }

  .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(-1080px);
  }

  .home-product-panel .ui-tabs-nav {
    width: 90%;
  }

  .home-product-panel .ui-tabs-nav li {
    width: 170px;
  }




  .emailhasbeensent {
    margin-left: 135px !important;
  }

  /*登录页*/
  .login-page .returning-wrapper {
    margin-left: 148px;
  }

  .login-page .new-wrapper {
    margin-left: 100px;
  }

  .category-navigation.block .title {
    font-size: 17px;
  }

  /* 搜索框 */
  .header-lower .search-box input.search-box-text {
    width: 450px;
  }

  .home-coupon-list {
    height: 182px;
  }

  .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: #fff url(../../images/icon_cart.png) center no-repeat;
    border    : 1px solid #dcdcdc;
    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: 60px 0;
  }

  .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: 910px;
  }

  .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;
  }
}

/* 1366以上屏 */
@media (min-width: 1367px) {

  /*登录页*/
  .login-page .returning-wrapper {
    margin-left: 231px;
  }

  .login-page .new-wrapper {
    margin-left: 100px;
  }

  /* 搜索框 */
  .header-lower .search-box input.search-box-text {
    width: 460px;
  }


  /* 首页左侧商品 */
  .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: #fff url(../../images/icon_cart.png) center no-repeat;
    border    : 1px solid #dcdcdc;
    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;
  display    : flex;
  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  : 16px;
  line-height: 1.6;
  color      : #666;
}

.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%;
}