/*
关于注释：
s表示起始位置start，e表示结束位置end。
*/


/*用户对整站的样式覆写、新增、修改的样式集合
 切记！*/


/*buntton s*/

.product-summary h1.product-title{font-size: 22px;
    font-weight: 700;
    line-height: 1.1em;
    font-family: century gothic,Helvetica,Arial,sans-serif;}

.select-option-part {
    margin-bottom: 15px;
}

.select-option-part label {
    color: #707070;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
}
.select-option-part label {
    color: #383838;
    font-size: 14px;
    margin-bottom: 14px;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}

.select-option-part select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url(../../assets/img/icon-img/4.png) no-repeat scroll right 20px center;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    color: #828282;
    font-size: 14px;
    height: 43px;
    padding-left: 20px;
    position: relative;
    width: 100%;
}
select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}

option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}

.product-description ul{margin-bottom: 15px;}
.product-description ul p{font-weight: bold; margin-bottom: 8px !important;}
.main_pro_des .fa{margin-right: 5px;}
.main_pro_des p{margin-bottom: 2px; font-size: 12px;}
.main_pro_des p:nth-child(1){color: #4aa3df;} 
.main_pro_des p:nth-child(2){color: #f1c40f;}
.main_pro_des p:nth-child(3), .main_pro_des p:nth-child(4){font-size: 14px; margin-top: 6px;}

.position-static {
    position: static!important;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li:hover > a, .main-menu ul li.active > a {
    color: #87b106;
}

.mainmenu .mainmenu__item ul.dropdown {
    top: 100%;
    left: 0;
    width: 220px;
    position: absolute;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    border: 1px solid #efefef;
    padding:10px;
}

.mainmenu li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.mainmenu .mainmenu__item ul.dropdown li {
    margin-right: 0;
    border-right: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
     border-bottom: 1px dashed #e5e5e5;
    text-align: left;
}

.mainmenu .mainmenu__item ul.dropdown li:hover > a {
    color: #87b106;
}

.mainmenu .mainmenu__item ul.dropdown li a {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.mainmenu__link .fa{padding-left: 8px; }

.mainmenu__item a:hover{color: #87b106;}

.tab-pane2 ul li{margin-bottom: 10px;}

.tab-pane2 ul li .fa{color:green; padding-right: 10px;}

.classification_des{position: relative; margin-bottom: 20px;}

.classification_h1{font-size: 22px;}

.classification_h2{font-size: 18px;}

.help_h1{font-size: 24px; text-align: center;}

.help_h2{font-size: 18px; text-align: left;}

.blog-post-item{padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(195, 195, 195, 0.6);
    box-shadow: 0 0 10px 0 rgba(195, 195, 195, 0.6);
    color: #555555;
    line-height: 1.7;

    font-weight: 400;}

.blog-title{font-weight: 600;
    line-height: 1.2;
    padding-top: 10px;
    font-size: 20px;
    margin:8px 0;}

blockquote {
    border-left: 5px solid #87b106;
    margin: 25px 32px 25px 30px;
    background-color: #f8f8f8;
    padding: 15px;
}

.blog-sidebar {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(195, 195, 195, 0.6);
    box-shadow: 0 0 10px 0 rgba(195, 195, 195, 0.6);
    padding: 30px 15px;
}

.blog-sidebar .title {
    line-height: 1;
    margin-top: -2px;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-size: 15px;
}

.recent-post-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-thumb img {
    width: 100%;
}

.recent-post-item .product-thumb {
    max-width: 70px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 70px;
    -ms-flex: 1 0 70px;
    flex: 1 0 70px;
}

.recent-post-item .recent-post-description {
    padding-left: 10px;
}

.blog-post-item a{color: #007bff;}

.clear{clear: both;}

.blog-post-total h3{font-size: 18px; margin: 5px 0;}

.blog-post-title {
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    font-size: 26px;
    margin-bottom: 25px;
}

.blog-post-total .blog-post-list{padding-bottom: 20px;
    margin-bottom: 10px;}

.blog-image {
    position: relative;
    margin-bottom: 45px;
    max-width: 80%;
}

.blog-post-total p {
    font-weight: 300;
    color: #626067;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 45px;
    line-height: 27px;
}

.blog-post-title a:hover {
    color: #66cef6;
}

.blog-meta {
    font-weight: 600;
    color: #a4a4a4;
}

.blog-meta span {
    margin: 0 15px;
}


.blog-image img {
    border-radius: 3px;
}

.blog-post-total h1{font-size: 20px; margin-bottom: 20px; text-transform: uppercase;}

.index_h2{font-size: 18px;}

.index_h3{font-size: 18px;}

.blog-area h4{font-size: 28px;}

.blog-area h4.blog__title{font-size: 1.1em;}

section .description a{text-decoration: underline; }

.page_descripution{margin-top: 15px;}

.page_descripution .note img{margin-left: calc(50% - 32px); margin-bottom: 15px;}

.page_descripution .note h4{font-size: 16px;}

h3.alternative{margin-top: 15px; font-size: 18px; border-bottom: 1px solid #cba746; padding-bottom: 5px;}

section a{color: #000;}

.blog-post-item h2{font-size: 18px;}

.blog-post-item figure p{font-size: 14px; margin-bottom: 10px; color: #000;}

.customize{ position: relative; clear: both; margin: 10px 0; }

.customize p{color: #f00; border-bottom: 1px solid #000; font-weight: bold;}

.selection{margin-bottom: 15px;}

.selection p{text-align: center; font-weight: bold; margin-top: 10px;}

.selection p:nth-child(1){font-size: 22px;}

.selection  figure{text-align: center;}

.product-category{text-align: center; margin-bottom: 5px; font-weight: bold;}

h3.product-title{margin: 10px 0; height: 50px; text-align: center; font-size: 14px;
    line-height: 1.4em;}

.product-info-bottom .product-price-wrapper{text-align: center;}

.product-inner .product-info .product-inner .star-rating.star {
    color: #fac62a;
    padding:0 !important;
}

.product-inner .star .star-rating {
    color: #fac62a;
    padding: 0; 
}

.product-info-bottom .product-price-wrapper p{color: #f00;}

p.star{ text-align: center;}

p.star span{color: #ff9900; font-size: 18px;}

.product-info-bottom{display: block !important;}

.product-inner .star-rating{color: #fac62a; padding: 15px 0;}

.ft-product .product-inner .add-to-cart{color: #ffffff!important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 0.8em 1.8em;
    background-color: #899927;
    border-color: transparent;
    box-shadow: none;
    width: 100%;
    }

span.product-label-special {
    padding: 2px 5px;
    font-size: 11px;
    color: #FFF;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    top: 1px;
    left: 1px;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    z-index: 1;
    background-color: #FF5151;
}

.offcanvas-navigation .site-info {
    font-weight: bold;
    margin-top: 15px;
    color: #3c79f5;
}

.mobile_display{display: none;}

@media (max-width: 767px) {
  .mobile_display{display: block !important;}
  .tm-extra-product-options .tc-row, .tc-row{margin-left: 5px;} }


.ft-product{background: none;
    border-bottom: 1px solid #d3d7d7;
    padding: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 5px;}

 .product-price-wrapper span.money{
     font-size: 24px;
     line-height: 24px;
     font-weight: 500;
     color: #367714;
 }

 .top-bar{position: fixed;
    background: #ed1e79 none repeat scroll 0 0;
    font-size: .6875rem;
    color: #5b5b5b;
    padding: .5125rem 0rem .5125rem 0rem;
    min-height: 1.875rem;
    margin: 0rem 0rem 0rem 0rem;
    width: 100%;
    z-index: 1000;
   
 }

  .top-bar p{ text-align:center;  clear: both; color: #fff; font-weight: bold;}

  .new-label {
    font: 300 14px/12px Arial,Helvetica,sans-serif;
    color: white;
    background: #ec297b;
    text-transform: uppercase;
    padding: 13px 0 7px;
    width: 50px;
    height: 50px;
    border-radius: 35px;
    text-align: center;
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 1;
}

.new_span:before {
    padding-bottom: 5px;
    width: 32px;
    margin-left: 9px;
    content: "\ ";
    display: block;
    height: 1px;
    border-top: 1px solid #fff;
}

.new_span:after {
    padding-top: 5px;
    width: 32px;
    margin-left: 9px;
    content: "\ ";
    display: block;
    height: 1px;
    border-bottom: 1px solid #fff;
}

.pt--40{padding-top: 40px;}

.check_out_pay{margin-top: 3px;}

.check_out_pay figure img{max-width: 50%;}

.rb_title {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-family: "Arial";
    color: #000;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.f_banner4, .f_banner5, .f_banner6, .f_banner7 {
    color: #000000;
    font: 200 13px/20px "Roboto",sans-serif;
    width: 234px;
    height: 110px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin-top: 35px!important;
    padding-left: 5px;
    padding-right: 5px;
}

.f_banner8 {
    color: #000000;
    font: 200 13px/20px "Roboto",sans-serif;
    width: 234px;
    height: 110px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin-right: -30px;
    margin-top: 35px!important;
    padding-left: 5px;
    padding-right: 5px;
}

.pay_ment-2{margin-bottom: 15px;}

.pay_ment-2 p {
   font-size: 12px !important;
}

.et_pb_text_78 {
    font-size: 25px;
    letter-spacing: 4px;
    background-color: rgba(0,0,0,0);
    position: relative;
    border-color: #a41218;
    border-bottom-width: 3px;
    border-bottom: 3px solid #a41218;
    padding-top: 5px!important;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

.et_pb_text_inner img{padding-right: 5px; }

img.alignleft {
    display: inline;
    margin-right: 15px;
}

.footer-widget .textwidget figure img{max-width: 80%;}



/*  属性样式*/
.tm-epo-required {
    color: red;
}
.tm-extra-product-options .tcwidth-100, .tm-extra-product-options .tc-cell.tcwidth-100, .tc-cell.tcwidth-100, .tcwidth-100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.tm-extra-product-options .tm-epo-element-label {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    font-weight: 700;
    margin-bottom: 0;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.3em;
    font-size: 0.75em;
}
.tm-extra-product-options .tm-extra-product-options-fields, .tm-extra-product-options .tmcp-ul-wrap {
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.tm-extra-product-options .tm-extra-product-options-container, .tm-extra-product-options .tmcp-ul-wrap {
    overflow: visible;
    float: left;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
}
.tm-extra-product-options .tmcp-ul-wrap{
    box-sizing: border-box;
}
.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-images {
    padding: 1em .25em 0;
    text-align: center;
}
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
    padding: 0;
    margin: 0 0 .5em 0;
    width: 100%;
    float: left;
    list-style: none outside none!important;
    position: relative;
}
.tm-product-id-58099 .element_0 li:nth-child(6n+1) {
    clear: both !important;
}
.tm-product-id-58099 .element_0 li {
    float: left !important;
    width: 20% !important;
}
@media (max-width: 47.94em) {
    .tm-product-id-58099 .element_0 li {
        width: 25% !important;
    }
}
.tc-extra-product-options .tmcp-field-wrap label, .tm-epo-variation-section .tmhexcolorimage-li-nowh label, .tm-epo-variation-section .tmhexcolorimage-li label {
    padding: 0;
    display: inline-block!important;
    float: none;
    max-width: 100%;
    width: 100%;
    overflow-wrap: break-word;
    margin: 0;
    cursor: pointer;
}
.tm-extra-product-options .tm-epo-field.tmcp-checkbox, .tm-extra-product-options .tm-epo-field.tmcp-radio {
    margin: 0!important;
    position: relative;
    vertical-align: middle;
    float: none;
    width: auto;
}
.tm-hidden, .tc-extra-product-options input.use_images, .tm-extra-product-options input.use_images {
    display: none!important;
}
.tm-extra-product-options .tc-active .tc-label-wrap{
    font-weight: 700;
    background: none!important;
}
.tc-mode-images .tc-label-wrap, .tc-mode-color .tc-label-wrap {
    display: block;
}
.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap img.radio_image{
    border-color: inherit;
    border-width: 1px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
.tm-extra-product-options .radio_image, .tm-extra-product-options .checkbox_image {
    border: 1px solid transparent;
    display: inline-block!important;
    height: auto;
    width: auto;
    margin: auto;
    max-width: 100%;
    padding: 1px;
    pointer-events: none!important;
    vertical-align: middle;
}
.radio-image-label, .checkbox-image-label {
    display: block;
    text-align: center;
    padding: 1em 0;
    line-height: 1.5;
    font-size: 12px;
}
.tc-price-wrap {
    color:#e84692;
}
.tm-extra-product-options .tc-row, .tc-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start!important;
    -moz-box-pack: start!important;
    -ms-flex-pack: start!important;
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.pay_ment-2{text-align: center !important;}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
}
.top-13{
    top: 13%;
}
.product-price-wrapper{
    background-color: #FFF;
}
/*@media (max-width: 991px){*/
/*    .product-price-wrapper span.money {*/
/*        font-size: 20px;*/
/*        line-height: 20px;*/
/*        color: #367714;*/
/*    }*/
/*}*/

.Certification{position: fixed; left: 1px; bottom: 3px;}

.Certification figure img{    width: 158px;
    height: 62px;}

.et_pb_text_inner p{display: inline-block;}

.et_pb_text_inner p img{float: left;}

.custom_dolls {
    background-color: #ff2a71;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 16px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 10px;
}

.tc-row label .tc-cell{font-family: century gothic,Helvetica,Arial,sans-serif; color: #000;
    font-weight: bold;
    letter-spacing: 0.3em;
    font-size: 0.75em;}


p.shopping_contact {
    padding-top: 5px;
    color: #000;
    clear: both;
}


.shopping_contact .fa {
    padding-right: 5px;
}

@media (max-width: 767px){.top-bar p{font-size: 8px;}}


