
.hide {
    display: none !important;
}

.float-storm {
    position: fixed;
    right: 28px;
    bottom: 140px;
    z-index: 9999;
    display: none;
}
.float-istorm {
    width: 36px;
    height: 36px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    background-color: #000;
    border-radius: 5px;
    margin-bottom: 12px;
    cursor: pointer;
}

.float-istorm:hover {
    background: #eaaa85;
}

.blcok {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.product .content .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wishlist {
    color: #FFF !important;
    background: #eaaa85 !important;
}

.spec {
    cursor: pointer;
}

.spec:hover {
    background: #fff8f4;
    border: 1px solid #fff8f4;
    color: #000;
}

.spec-active {
    cursor: pointer;
    background: #eaaa85;
    color: #FFF;
}

.empty_search {
    color: #000;
}

.empty_search:hover {
    color: red;
}

.zhe {
    font-size: 14px !important;
}

.tab-pane .btn {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 45px;
    width: 100%;
    border-radius: 3px;
    vertical-align: top;
}

.tab-pane .btns {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 45px;
    width: 30%;
    border-radius: 3px;
    vertical-align: top;
    margin: 2%;
    display: inline-block;
}

.tab-pane .btn:hover {
    color: #FFF;
    background: #eaaa85
}

.tab-pane .bh:hover {
    color: #FFF;
    background: #eaaa85
}

.tab-pane .br:hover {
    color: #FFF;
    background: #000;
}

.tab-pane .br {
    background: #eaaa85;
}

.black {
    background: #000 !important;
    color: #fff !important;
}

.black:hover {
    background: #eaaa85 !important;
}

.orange {
    background: #eaaa85;
    color: #fff;
}

.orange:hover {
    background: #000;
}

.btn-xs {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 5px;
    font-size: 16px;
    min-width: 20%;
}

.btn-sm {
    padding: 2px 12px 2px 12px;
    border-radius: 5px;
    margin: 5px;
    font-size: 12px;
}

.btn-sm-empty {
    padding: 2px 12px 2px 12px;
    border-radius: 5px;
    margin: 5px;
    border: 1px solid #000;
    font-size: 12px;
    color: #000;
}

.btn-sm-empty:hover {
    background: #000;
    color: #FFF;
}

.wishlist {
    color: #FFF !important;
    background: #eaaa85 !important;
}

.cart-shiping-update a {
    padding: 18px 24px 17px !important;
}

.product-wishlist-cart {
    text-align: right;
}

.product-wishlist-cart a {
    width: 23%;
    display: inline-block;
}

.details {
    background: #000 !important;
}

.details:hover {
    background: #eaaa85 !important;
}

.body-main {
    /*height: 87vh;*/
    /*overflow: auto;*/
}

/*.body-main::-webkit-scrollbar {*/
/*    width: 0 !important*/
/*}*/

/*.body-main {*/
/*    overflow: -moz-scrollbars-none;*/
/*}*/

/*.body-main {*/
/*    -ms-overflow-style: none;*/
/*}*/

.cart-shiping-update a {
    margin-right: 15px;
}

.cart-shiping-update .active {
    background: #eaaa85 !important;
    color: #FFF !important;
}

.pay-storm {
    background: rgb(250, 250, 250);
    border: none;
    border-radius: 8px;
}

.btn-sm {
    line-height: 24px;
    min-width: auto !important;
    margin-left: 8px
}

/*::-webkit-scrollbar {*/
/*    width: 0 !important;*/
/*    display: none*/
/*}*/

/*.shop-body {*/
/*    overflow: -moz-scrollbars-none;*/
/*    padding:12px;*/
/*}*/

/*.shop-body {*/
/*    -ms-overflow-style: none;*/
/*    overflow-y: auto !important;*/
/*    height: 88vh !important;*/
/*    overflow-x: hidden!important;*/
/*}*/

/*.sidebar-widget::-webkit-scrollbar {*/
/*    width: 0 !important;*/
/*    display: none*/
/*}*/

/*.sidebar-widget {*/
/*    overflow: -moz-scrollbars-none;*/
/*}*/

/*.sidebar-widget {*/
/*    -ms-overflow-style: none;*/
/*    overflow: auto;*/
/*    scrollbar-width: none; !* firefox *!*/

/*    -ms-overflow-style: none; !* IE 10+ *!*/
/*}*/

.mobile-goods .goods-img {
    width: 30%;
    display: inline-block;
}

.mobile-goods .goods-info {
    width: 65%;
    margin-left: 5%;
    display: inline-block;
    vertical-align: top;
}

.rating-form-style .img-storm {
    background: 0;
    border: 1px solid #ebebeb;
    color: #474747;
    height: 180px;
    padding: 20px 10px 2px 20px;
    margin-bottom: 20px;
    width: 100%;
    outline: 0;
}

.img-thumb {
    width: 125px;
    height: 125px;
    display: inline-block;
    margin: 8px;
    border-radius: 5px;
    position: relative;
}

.del-img {
    position: absolute;
    background: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    opacity: .75;
    z-index: 999;
    padding: 5px;
}

.product-details-table .table tbody tr td {
    width: auto;
}


.description-review-bottom .single-review .review-bottom p {
    margin: 0;
    width: 100%;
    color: #6c788c;
}

.eav-img img {
    height: 75px;
    margin: 5px 0 10px 5px;
}
.evaluate-img {
    height: 75px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 12px;
}

[data-img-thumb] {
    cursor: zoom-in !important;
}

.zoom-top .img-responsive {

    /*display: none;*/
}

.zoom-thumbs .swiper-slide {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 3px;
}

.zoom-thumbs .swiper-slide .img-responsive {
    width: auto;
    height: 60px;
}
.thumb{
    text-align: left;
}
.thumb .slide {
    width: 7.092%;
    margin: .3%;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height:60px;
}

.slide-active {
    border: 1px solid #eaaa85 !important;
}

.thumb .slide .img-slide {
    max-width: 100%;
    max-height:100%;
}

.zoomImg {
    cursor: zoom-in;
}

.confirm-storm {
    padding: 15px;
    text-align: center;
}

.confirm-title {
    font-size: 20px;
    margin: 25px;
}

.confirm-content {
    font-size: 18px;
    padding-bottom: 25px;
}

.mobile-cate-img {
    width: 45px;
    height: 45px;
}

.mobile-cate-name {
    font-size: 12px;
}

.mobile-search-storm {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 85%;
    border-radius: 24px
}

.mobile-search-storm input {
    border: 1px solid rgb(220, 220, 220);
    border-radius: 24px;
    overflow: hidden;
    background: #FFF;
    line-height: 36px;
    height: 36px;
    padding-right: 22%;
    padding-left: 8px;
    margin-left: 16px;
}

.search-storm {
    position: absolute;
    right: -2060px;
    bottom: 10px;
    width: 30%;
    -webkit-transition-property: -webkit-right;
    transition-property: right;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    transition-timing-function: ease-out;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.search-storm input {
    border: 1px solid rgb(220, 220, 220);
    border-radius: 8px;
    background: #FFF;
    line-height: 40px;
    height: 40px;
    padding-right: 32%;
    padding-left: 12px;
}

.offcanvas .inner .offcanvas-menu ul .active > a {
    color: #eaaa85;
}

input[type="radio"] {
    border-color: #eaaa85;
    cursor: pointer;
    color: red;
}

input[type="radio"]:checked::before {
    background: #eaaa85;
    background-clip: content-box;
    opacity: 1;
}

.spec-disabeld {
    background: rgb(200, 200, 200) !important;
    cursor: no-drop;
    color: #FFF;
}

.spec-disabeld:hover {
    color: #FFF !important;
}

.radio {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #eaaa85;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 3px;
}

.radio-checked {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 3px;
    position: relative;
    background: #FFF;
    border: 1px solid #eaaa85;
}

.radio-checked::after {
    position: absolute;
    content: ' ';
    width: 60%;
    height: 60%;
    background: #eaaa85;
    left: 20%;
    top: 20%;

    border-radius: 50%;
}

.mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #FFF;
    width: 100%;
    z-index: 999;
    padding-top: 5px;
    padding-bottom: 8px;
}

.tab-item {
    display: inline-block;
    text-align: center;
}

.tab-item img {
    width: 24px;
    height: 24px;
}

.mobile-footer-title {
    font-size: 12px;
    margin-top: 1px;
}

.ncard-storm {
    width: 32%;
    vertical-align: bottom;
}

.pay-btn {
    display: inline-block;
    width: 30% !important;
}

.pay_type_visa {
    font-size: 12px;
    width: 70%;
    display: inline-block;
    text-align: center;

}

.pay_code {
    width: 100%;
}

.pay_jop {
    width: 30%;
}

.pay_type_visa input {
    font-size: 12px !important;
    background: #FFF !important;
    border: none;
    border-radius: 5px;
    line-height: 42px;
    height: 42px;
}

.pay_type_visa select {
    font-size: 12px !important;
    background: #FFF !important;
}

.faq-area .single-my-account h3.panel-title a:before {
    opacity: 0;
}

.input-radio {
    display: inline-block;
    margin-left: 25px;
    margin-bottom:0;
    line-height: 0;
}

.additional-info-wrap textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #474747;
    font-size: 16px;
    height: 138px;
    padding: 17px 20px;
    width: 100%;
    outline: 0;
}

.related-product-area {
    margin-top: 40px;
}

.label {
    display: inline-block;
    padding: 2px 8px 2px 8px;
    background:darkgreen;
    border-radius: 3px;
    color: #FFF;
    font-size: 12px;
    margin-right: 5px;
    margin-top:5px;
}

.product-details-content .pro-details-quality {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 10px 0;
    width: 100%;
    margin-bottom:0;
}

.product-details-content .pro-details-rating-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    margin-top: 3px;
}

.product-details-content .pricing-meta ul li.new-price {
    margin-bottom: 5px;
}

.product-details-content h2 {
    margin-bottom: 8px;
    font-size:18px;
    background:#E9E9E9;
    color:#000;
    padding:12px;
    border-radius:3px;
    line-height: 30px;
}

.hero-slide-item {
    pointer-events: auto;
    background-size: 100% 100% !important;
}

.single-contact {
    display: inline-block !important;
    width: 50%;
    text-align: left;
}

.single-contact .icon-box {
    display: inline-block !important;;
    width: 30%;
    text-align: center;
    vertical-align: top;
}

.single-contact .info-box {
    display: inline-block !important;;
    width: 70% !important;
}

.goods-thumb .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition-property: -webkit-height;
    transition-property: height;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}

.pc-goods {
    display: none;
}

.swiper-storm {
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    filter: blur(8px);
    z-index: -1;
    opacity: .25;
    background-size: 100% 100% !important;
}

[data-number] {
    text-align: center;
}

.login .col-xl-2 {
    width: 14%;
}

.login .col-xl-3 {
    width: 18%;
}

.postage .col-xl-2 {
    width: 8%;
}

.postage .col-xl-3 {
    width: 10%;
}
.tab-pane .col-lg-3{
    padding:0;
}
.integral input {
    display: inline-block;
    width: 125px;
}

.dropdown-menu {
    -webkit-transition-property: -webkit-display;
    transition-property: display;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}

.cicle {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -25.5px;
    left: 0;
}

.cicle-cle {
    background: #FFF;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
}

.orang {
    background: #eaaa85
}

.reds {
    background: #ff6d6d;
}

.gray {
    background: rgb(184, 184, 184);
}

.orang-color {
    color: #eaaa85;
}

.gray-color {
    color: rgb(184, 184, 184);
}

.red-color {
    color: #ff6d6d;
}

.orang-btn {
    color: #eaaa85;
    border: 1px solid #eaaa85;
    font-size: 12px;
    border-radius: 5px;
    background: #FFF;
    line-height: 16px;
    width: 50%;
}

.red-btn {
    color: #ff6d6d;
    border: 1px solid #ff6d6d;
    font-size: 12px;
    border-radius: 5px;
    background: #FFF;
    line-height: 16px;
    width: 50%;
}

.gray-btn {
    color: rgb(184, 184, 184);
    border: 1px solid rgb(184, 184, 184);
    font-size: 12px;
    border-radius: 5px;
    background: #FFF;
    line-height: 16px;
    width: 50%;
}

#pay .col-lg-3 {
    width: 18%;
}

#cate-id {
  height:auto;
}

.show-search {
    right: -50px;
}
.show-search-relative {
    padding-bottom: 10px;
}

.active-checked {
    display: block !important;
}


.address-active {
    border: 1px solid #ebebeb!important;
}

.active-card {
    border: 1px solid #ff6d6d !important;
}
.address-active-span {
    background: #ff6d6d;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 10px 1px 10px;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    border:1px solid #ff6d6d!important;
    z-index:19;
}
.more-goods{
    text-align:right;
    color:#000;
    font-size:14px;
    cursor:pointer;
    background: #ffd5d5;
    display: inline-block;
    padding:5px 10px 2px 10px;

    border-radius:3px;
}
.more-goods:hover{
    background:#000;
    color:#fff;
}
.footer-area{
    margin-top:12px;
}
.line-twi{
    margin-top:10px;
    text-align: left;
}
.line-twi .twi{
    margin-right:5px;
    display: inline-block;
}
.btn-red{
    background: linear-gradient(180deg,#ffa340,#ff8400)!important;
    color:#FFF;
    font-size:17px!important;
}
.btn-yahoo{

    color:#FFF!important;
    border:1px solid rgb(255,0,52)!important;
    background:rgb(255,0,52)!important;
}
.btn-yahoo:hover{
    color:rgb(255,0,52)!important;
    border:1px solid rgb(255,0,52)!important;
    background:#FFF!important;
}
.pricing-meta .label{
    vertical-align: top;
    margin-top:-1px;
}
.product-details-content .pricing-meta ul li {
    font-size: 24px;
    color: #d1d2d4;
    line-height: 24px;
    margin-bottom:0;
    font-weight: 400;
}
.product-details-content .pro-details-quality .cart-plus-minus {
    border: 1px solid #ebebeb;
    display: inline-block;
    height: 36px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px;
    background: #505050;
    border-radius: 5px;
}
.product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton {
    height: 36px;
    left: 0;
    padding-top: 7px;
    top: 0;
}
.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {
    height: 36px;
    padding-top: 7px;
    right: 0;
    top: 0;
}
.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100px;
    outline: 0;
}
.spec-table{
    margin-bottom:10px;
}
.product-details-content .pro-details-quality .pro-details-cart .add-cart {
    margin:0;
    margin-right:10px;
}
.mobile-relation{
    margin-bottom:10px;
}
.grand-totall .total-shipping ul li input {
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px !important;
    color: #474747;
    cursor: pointer;
    height: 13px;
    margin-right: 10px;
    padding: 0;
    position: absolute;
    top: 5px;
    width: 13px;
}
.additional-info-wrap textarea {
    border: 1px solid #e1e1e1;
    border-radius:5px;
    resize: none

}
.additional-info-wrap h4{
    font-size:16px;
}
.grand-totall .total-shipping {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 0 0 27px;
    padding: 10px 0;
}
.cart-tax, .discount-code-wrapper, .grand-totall {
    padding: 12px;
}
.grand-totall .total-shipping ul li span {
    color:#000;
    font-weight: 800;
}
.swiper-preview-image{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:-1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.swiper-preview-image .preview{
    max-width:100%;
    max-height: 100%;
    z-index:99999999;
}
.swiper-preview-image .swiper-float{
    width:100%;
    height:100%;
    position: fixed;
    left:0;
    top:0;
    z-index:99;
    background:#000;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-preview-image .preview{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%!important;
    height:88vh!important;
}
.swiper-preview-image .preview-min{
    display: flex;
    align-items: center;
    justify-content: center;
    height:50px!important;
    cursor: pointer;
}
.swiper-preview-image .preveiw-storm{

    z-index:99999;
}
.swiper-preview-image .preview-group{
    width:45px;
    height:45px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border:1px solid #FFF;
    text-align: center;
    margin:5px;
    border-radius:5px;
    overflow: hidden;
}
.swiper-preview-image .img-responsive{
    max-width:100%;
    max-height:100%;
}
.zoom-thumbss{
    position:fixed;
    top:0;
    width:100%;
    z-index:2;
    padding:5px;
}
.preveiw-max{
    height:88vh;
    width:90%;

}
.zoom-thumbss .swiper-slide{
    border:3px solid #FFF;
    border-radius:5px;
}
.zoom-thumbss .swiper-slide-thumb-active{
    border:3px solid #eaaa85;
}
.preview-close{
    position:fixed;
    top:25px;
    right:25px;
    z-index:9999;
    color:#FFF;
    font-size:30px;
}
.quick_order .title {
    font-size: 24px;
}
.product .content .title {
    font-size: 16px;
    margin: 0;
    font-family: Rubik, sans-serif;
}
.product .content {
    padding-bottom:12px;
}
.mb-30px {
    margin-bottom: 12px;
}
.section-title {
    line-height: 1;
    margin-bottom: 12px;
}
.default-form-box label {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top:5px;
    display: block;
}
.data-title-lip {
    position: absolute;
    font-size: 12px;
    bottom: -25px;
    /* width: 123%; */
    display: block;
    word-break: keep-all;
    left: -10px;
    background: #FFF;
    color:#000;
    border:1px solid #eaaa85;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    z-index:99999;
}
.product {
    position: relative;
    margin: 5px;
}
.offcanvas.offcanvas-cart .inner .head, .offcanvas.offcanvas-wishlist .inner .head {
     margin-bottom: 0px;

}
.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    padding-left:12px;
}
.grand-totall {
    margin:5px;
}
.billing-select{
    border:1px solid #ebebeb;
    border-radius:5px;
    padding-bottom:15px;
    margin-top:12px;
    padding-top:8px;
}
.billing-title{
    margin-left:12px;
    margin-bottom:0!important;
}
.hero-slide-content .title-1 {
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff
}
.blog-heading-link{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}
.slider-height{
    display: none;
}
.nice-select .option {
    font-size: 12px;
    text-align:center;
    padding:0;
}
.rating-product{
    display: inline-block;
}
.rating-product i {
    color: #ffde00;
    font-size: 14px;
}
.list-width{
    width:20%;
}
.list-info{
    width:78%;
    margin-left:8px;
}
.price{
    color:red;
}
.shop-list-wrapper .content-desc-wrap .box-inner .add-to-cart {
    margin-top:12px;
}
.thumb-slave{
    display: flex;
}
.cercle-shape{
    font-size:12px;
    color:#eaaa85;
    border:1px solid #eaaa85;
    display: inline-block;
    padding:1px 5px 1px 5px;
    margin-right:5px;
    margin-bottom:3px;
    border-radius:3px;
}
.cercle-shape:hover{
    color:#000;
    border:1px solid #000;
}
.footer-vta div{
    color:#a1a1a1;
}
.integral-abc:hover{
    color:red!important;
    border-bottom:1px solid red!important;
}
[disabled]{
    background:#e1e1e1!important;
    cursor: no-drop;
}
[disabled]:hover{
    background:#e1e1e1!important;
}
.new_mobile{
    display: none;
}
.new_email{
    display: none;
}
.box-show{
    box-shadow: 1px 5px 24px rgb(235 235 235);
    margin-bottom:12px;
    border-radius:5px;
    padding:12px;
}
.footer-fixed{
    position: fixed;
    bottom:0;
    width: 100%;
}
.fa-trash-o{
    position:relative;
}
.absolute-line{
    -webkit-transition-property: -webkit-left;
    transition-property: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.btn-orange-disabeld:hover{
    background:#e9e9e9!important;
}
.pay_class{
    padding:12px;
    margin:12px;
    background:rgb(247,217,217);
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    margin-bottom:0;
}
.pay_storm{
    margin-left:12px;
    margin-right:12px;
}
.pay_list{
    padding:8px;
    border-bottom:1px solid rgb(240,240,240);
    position:relative;
    padding-left:34px;
    cursor: pointer;
}
.pay_list::before{
    position:absolute;
    content:' ';
    border:1px solid #666;
    width:16px;
    height:16px;
    left:8px;
    top:10px;
    border-radius:5px;
}
.pay_content{
    padding-bottom:20px;
    display: none;
}
.pay_list_checked{
    background:rgb(252,241,232);
    display: inline-block;
    width:100%;
}
.pay_list_checked::before{
    position:absolute;
    content:' ';
    border:1px solid rgb(237,118,114);
    width:16px;
    height:16px;
    left:8px;
    top:10px;
    border-radius:5px;
    background:rgb(237,118,114);
    padding:2px;
}
.pay_list_checked::after{
    position:absolute;
    content:' ';
    border:1px solid #FFF;
    width:14px;
    height:14px;
    left:9px;
    top:11px;
    border-radius:5px;
}
.pay_desc{
    background:rgb(245,245,245);
    margin:12px;
    padding:12px;
}
.pay_desc img{
    max-width: 80%;
}
.pay_desc img{
    margin-top:12px;
}
.pay_list img{
    height:20px;

}
.evaluate-title:hover{
    color:#FFF;
    background:#eaaa86!important;
}

.es-t{
    cursor: pointer;
}
.es-t:hover{
    color:#eaaa86;
}
.old-price{
    color:#999;
    display: inline-block;
    margin-left:6px;
    font-size:12px;
    text-decoration: line-through;
}
.ms-v:hover{
    background: #e9e9e9;

}
.mobile-details div{
    text-align:center
}
.mobile-details div p{
    text-align:left
}