
/**
    common css start
 */

.petwifi-topbar {
    min-height: 40px !important;
    box-shadow: none;
    background-color: #f1f1f1;
}

.petwifi-topbar .navbar-nav > li > a {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    box-shadow: none !important;
}

.petwifi-topbar .navbar-text {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
}

.petwifi-header {
    padding: 18px 0;
}

.petwifi-header_search {
    padding-top: 15px;
}

/*.petwifi-header_search .form-control {*/
/*    border-radius: 99px;*/
/*}*/

/*.petwifi-header_search .btn {*/
/*    border-radius: 99px;*/
/*}*/

.petwifi-header_cart {
    text-align: right;
}

.petwifi-header_cart a {
    color: #333333;
    position: relative;
}

.petwifi-header_cart .petwifi-header_cart__count {
    position: absolute;
    background-color: #3dad02;
    color: #ffffff;
    padding: 1px 6px;
    display: block;
    left: 20px;
    top: -18px;
    font-size: 12px;
    border-radius: 99px;
}

.petwifi-header_cart .iconfont {
    font-size: 28px;
}


.petwifi-nav_classify {
    width: 850px;
    /*height: calc(460 / 1080 * 100vw);*/
    min-height: 448px;
    display: flex;
}

.petwifi-nav_classify_item {
    height: 44px;
    width: 170px;
    display: flex;
    padding: 2px 15px;
    align-items: center;
    /*overflow: hidden;*/
    position: relative;
    cursor: pointer;

}

.petwifi-nav_classify_item > img {
    display: block;
    border-radius: 4px;
}

.petwifi-nav_classify_item > section {
    display: none;
}

.petwifi-nav_classify_item.petwifi-nav_classify_item__active > div {
    color: #3dad02;
}

.petwifi-nav_classify_item.petwifi-nav_classify_item__active > span {
    color: rgba(61, 173, 2, 0.6);
}

.petwifi-nav_classify_item.petwifi-nav_classify_item__active:hover > div {
    color: #3dad02;
}

.petwifi-nav_classify_item.petwifi-nav_classify_item__active:hover > span {
    color: rgba(61, 173, 2, 0.6);
}

.petwifi-nav_classify_item > div {
    flex: 1;
    color: #333333;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;

}

.petwifi-nav_classify_item > span {
    color: rgba(51, 51, 51, 0.2);
}

.petwifi-nav_classify_item:hover > div {
    color: #3dad02;
}

.petwifi-nav_classify_item:hover > span {
    color: rgba(61, 173, 2, 0.5);
}

.petwifi-nav_classify_left {
    width: 170px;
    position: relative;
}

.petwifi-nav_classify_left:before {
    content: " ";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #F1F1F1;
    right: 0;
    top: 0;
}

.petwifi-nav_classify_right {
    display: flex;
    width: 680px;
    flex-wrap: wrap;
    align-content: flex-start;
}

#petwifi-main-nav .dropdown-toggle::after{
    content: '';
    margin-left: 7px;
    width: 8px;
    height: 8px;
    border: 1px solid #333333;;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: matrix(0.71,0.71,0.71,-0.71,0,0);
}
#petwifi-main-nav .dropdown-toggle:hover::after{
    border-color: #3DAD02;
}
#petwifi-main-nav .dropdown.show .dropdown-toggle:hover::after{
    border-color: #3DAD02;
}

#petwifi-main-nav .dropdown.show .dropdown-toggle.text-primary::after {
    border-top: 1px solid #3DAD02;
    border-right:1px solid #3DAD02;
}

#petwifi-main-nav .dropdown-toggle.text-primary::after{
    border-top: 1px solid #3DAD02;
    border-right:1px solid #3DAD02;
}

#petwifi-main-nav .dropdown.show .dropdown-toggle::after {
    content: '';
    margin-left: 7px;
    width: 8px;
    height: 8px;
    border: 1px solid #333333;;
    border-left-width: 0;

    border-bottom-width: 0;
    transform: matrix(0.71,-0.71,0.71,0.71,0,0) translateY(5px) translateX(-2px);
}
#petwifi-main-nav .nav-bar-right-menu .dropdown-toggle::after{
    margin-bottom: 7px;
}
#petwifi-main-nav .nav-bar-right-menu .dropdown.show .dropdown-toggle::after{
    margin-bottom: 7px;
}
.petwifi-footer-links h6 {
    text-align: center;
}

.petwifi-footer-links li {
    text-align: center;
}

.petwifi-footer-links a {
    color: #333333;
}

.petwifi-footer-links a:hover {
    color: #3dad02;
}

.petwifi-footer {
    padding-top: 50px;
    padding-bottom: 30px;
}

.petwifi-footer_bottom {
    margin-top: 15px;
    border-top: 1px solid #D3D2D7;
}

.petwifi-footer_bottom__copyright {
    margin: 0;
    color: #999999;
    text-align: center;
}

.petwifi-footer_bottom ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.petwifi-footer_bottom ul > li {
    margin: 0 8px;
    position: relative;
}

.petwifi-footer_bottom ul > li:before {
    content: " ";
    display: block;
    position: absolute;
    height: 12px;
    width: 1px;
    background-color: #cccccc;
    left: -9px;
    top: 6px;
}

.petwifi-footer_bottom ul > li:nth-child(1):before {
    display: none;
}

.petwifi-footer_bottom ul > li > a {
    color: #333333;
    display: block;
}

.petwifi-footer_bottom ul > li > a:hover {
    color: #3dad02;
}

.petwifi-footer-badges {
    text-align: center;
}

.petwifi-footer-tel {
    margin-top: 15px;
}

.petwifi-footer-tel a {
    color: #000000;
}

.petwifi-footer-tel a:hover {
    color: #3dad02;
}
.good-content-info-bar{
    min-height: 49px;
    background-color: #FFF5E9;
    border-left: 2px solid #EA8C1E;
    color: #EA8C1E;
    font-weight: 700;
}
.btn-green-border{
    height: 57px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
}
.common-modal-addcart-info-bar{
    min-height: 49px;
    background-color: #FFF5E9;
    border-left: 2px solid #EA8C1E;
    color: #EA8C1E;
}
.common-floor_bg {
    background-color: white;
}
.common-text-two-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.comment-line-height{
    line-height: 180%;
}
.comment-line-middle-height{
    line-height: 140%;
}
.common-floor_bg:last-of-type {
    padding-bottom: 3rem;
    min-height: calc(100vh - 641px - 83px - 40px);
}
.about-me-first-image{
    position: absolute;
    top: 30px;
    right: 0;
    max-width: 400px;
}
.mobile-about-me-first-image{
    position: absolute;
    /*left:0;*/
    right:0;
    top:-10%;
    bottom:0;
    margin:auto;
    height: fit-content;
}
.about-me-second-image{
    position: absolute;
    top: 70px;
    left: 0;
    max-width: 400px;
}
/*745*/
@media (min-width: 576px) {
    .common-floor_bg:last-of-type {
        padding-bottom: 3rem;
        min-height: calc(100vh - 641px - 83px - 40px);
    }
}

@media (min-width: 768px) {
    .common-floor_bg:last-of-type {
        padding-bottom: 4rem;
        min-height: calc(100vh - 398px - 168px - 40px);
    }

}

@media (min-width: 992px) {
    .common-floor_bg:last-of-type {
        padding-bottom: 4rem;
        min-height: calc(100vh - 398px - 168px - 40px);
    }

    /*添加到购物车样式 start*/
    #addCartModal .common-floor_sku__img_source {
        display: block !important;
    }

    #addCartModal .common-floor_sku__link:hover .common-floor_sku__img_enlarge_lens {
        display: block !important;
    }

    #addCartModal .common-floor_sku__link:hover .common-floor_sku__img_enlarge_icon {
        display: none !important;
    }

    #addCartModal .common-floor_sku__link:hover .common-floor_sku__img_enlarge {
        display: block !important;
    }

    #addCartModal .common-floor_sku__img_enlarge_icon {
        display: flex !important;
    }
    /*添加到购物车样式 end*/
}

@media (min-width: 1200px) {
    .common-floor_bg:last-of-type {
        padding-bottom: 5rem;
        min-height: calc(100vh - 398px - 168px - 40px);
    }

}

@media (min-width: 1400px) {
    .common-floor_bg:last-of-type {
        padding-bottom: 5rem;
        min-height: calc(100vh - 398px - 168px - 40px);
    }

}

.common-floor_title {
    line-height: 40px;
    padding-top: 30px;
}

.common-floor_title h3 {
    line-height: 40px;
    margin: 0;
}

.common-floor_title__more {
    text-align: right;
}

.common-floor_nav {
    padding-top: 30px;
    padding-bottom: 8px;
}

.common-floor_nav__ {
    box-shadow: none !important;
}

.common-floor_nav__text {
    color: #333333 !important;
}

.common-floor_nav__back {
    background-color: #f1f1f1;
    border-radius: 4px;
    width: 20px;
    text-align: center;
    display: inline-block;
}

.common-floor-pagination {
    text-align: center;
}

.common-floor-pagination .iconfont {
    font-size: inherit;
}

.common-floor_nav__next {
    margin-left: 0px !important;
    background-color: #eeeeee;
    border-radius: 4px;
    width: 20px;
    text-align: center;
    display: inline-block;
}

.common-floor_nav__next:hover {
    background-color: #dddddd;
}

.navbar-light .navbar-nav > li > a. active text-primary {
    color: #3dad02;
}

.common-floor_nav__ .navbar-header {
    background-color: #ffffff;
}

.common-floor_nav__ #allGoods {
    background-color: #ffffff;
    border-radius: 4px;
}

.common-floor_sku__bg {
    border-radius: 4px;
    /*overflow: hidden;*/
    /*margin-bottom: 30px;*/
    /*background-color: rgba(255, 255, 255, 0.95);*/
    /*opacity: 0.9;*/
    transition: transform 0.25s;
    position: relative;
}

.common-floor_sku__bg:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    /*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);*/
    /*opacity: 1;*/
}

.common-floor_sku__bg:hover .common-floor_sku-favorite-div__ {
    display: block;
}

/* 一行4个 如果最后一行是3个元素 */
.justify-content-md-between .common-floor_sku_:last-child {
    /* 让最后一个元素的右边距自动适应，从而实现左对齐的效果。*/
    margin-right: auto;
}

/* 一行4个 如果最后一行是3个元素 */
.justify-content-md-around .common-floor_sku_:last-child {
    /* 让最后一个元素的右边距自动适应，从而实现左对齐的效果。*/
    margin-right: auto;
}


div.common-floor_sku-favorite-div__ {
    display: none;
}

.common-floor_sku-favorite-div {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
}

.common-floor_sku-favorite-div_lb {
    display: block;
    position: absolute;
    left: 0.8rem;
    bottom: 0.8rem;

}

.common-floor_sku__favorite__ {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    border-radius: 99px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;

}

.common-floor_sku__favorite__ .iconfont {
    font-size: 1.5rem;
}

.common-floor_sku__favorite {
    background-color: transparent;
    color: #888888;
    transition: background-color 0.25s, color 0.25s;
}

.common-floor_sku__favorite:hover {
    background-color:transparent;
    color: #3DAD02;
}

.common-floor_sku__unfavorite {
    /*background-color: #F0FFE8;*/
    color: #3DAD02;
}

.common-floor_sku__unfavorite:hover {
    background-color: #DBFFC9;
}

.common-floor_sku {
    padding: 0.8rem;
    color: #000000;
    position: relative;
}

.common-floor_sku_ {
    padding: 0.5rem;
}

.common-floor_sku__link {
    color: #000000;
    position: relative;
    display: block;
}

.common-floor_skus {
    margin-top: 0.5rem;
    display: flex;
    --common-floor_skus_dot-width: calc((100% - 6px * 4) / 5);
}

.common-floor_skus_left {
    width: calc(var(--common-floor_skus_dot-width) / 2);
    margin-right: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 3px;
    transition: background-color 0.25s;
    text-align: center;
}

.common-floor_skus_left:hover {
    background-color: #dddddd;
}

.common-floor_skus_left div {
    flex: 1;
}

.common-floor_skus_content {
    flex: 1;
    overflow: hidden;
}

.common-floor_skus_right {
    transition: background-color 0.25s;
    width: calc(var(--common-floor_skus_dot-width) / 2);
    margin-left: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeeee;
    border-radius: 3px;
    text-align: center;
}

.common-floor_skus_right:hover {
    background-color: #dddddd;
}

a.common-floor_skus_disabled {
    cursor: not-allowed;
    color: #cccccc;
    background-color: #f2f2f2;
}

a.common-floor_skus_disabled:hover {
    color: #cccccc;
}

.common-floor_skus_right div {
    flex: 1;
}

.common-floor_skus_dots {
    display: flex;
    transition: margin-left 0.25s;
    justify-content: center;
}

.common-floor_skus_dot {
    border-radius: 3px;
    width: var(--common-floor_skus_dot-width);
    height: 100px;
    overflow: hidden;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    opacity: .5;
}

.common-floor_skus_dot:before {

    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    border: 1px solid #EEEEEE;
}

.common-floor_skus_dot:last-child {
    margin-right: 0;
}

.common-floor_skus_dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.common-floor_skus_dot.common-floor_skus_dot_selected {
    width: var(--common-floor_skus_dot-width);
    position: relative;
    opacity: 1;
}

/*.common-floor_skus_dot.common-floor_skus_dot_selected:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    top: 0;*/
/*    left: 0;*/
/*    border: 2px solid #3dad02;*/
/*}*/

.common-floor_sku-ac {
    display: none;
}

div.common-floor_sku-active {
    display: block;
}

.common-floor_skus {

}

.common-floor_sku__sold_out_ {
    position: relative;
}

.common-floor_sku__sold_out {
    position: absolute;
    width: 70%;
    height: 70%;
    border-radius: 99px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #eeeeee;
    left: 15%;
    top: 15%;
    text-align: center;
    font-weight: bold;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.common-floor_sku:hover > .common-floor_sku__name {
    /*color: #3dad02;*/
}

.common-floor_sku .common-floor_sku__img {
    /*transform: scale(0.95);*/
}

.common-floor_sku__bg:hover {
    transform: scale(1.02);
}

.common-floor_sku:hover .common-floor_sku__img {
    /*transform: scale(1.04);*/
}

.common-floor_sku__brand_img {
    width: 100%;
    transition: all 0.25s;
    object-fit: cover;
}
.common-floor_sku__img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.25s;
    object-fit: cover;
    /*padding: 15px;*/
}
/*.common-floor_sku__link[href] .common-floor_sku__img{*/
/*    padding: 15px;*/
/*}*/
.common-floor_sku__brandName {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    color: #333333;
    margin-top:20px;
    margin-bottom: 0px;
}
.common-floor_sku__name {
    transition: color 0.25s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    margin-top:0px;
    margin-bottom: 0;
    line-height: 180%;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-truncate-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-truncate-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common-floor_brand {
    display: block;
}

.common-floor_brand__name {
    transition: color 0.25s;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
}

.common-floor_brand__country {
    color: #999999;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    /*margin-top: 10px;*/
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.common-floor_sku__bg:hover .common-floor_sku__cart {
    display: flex;
}

.common-floor_sku__cart {
    position: absolute;
    width: 2rem;
    height: 2rem;
    display: none;
    border-radius: 99px;
    justify-content: center;
    align-items: center;
    right: 0.8rem;
    bottom: 0.8rem;
    cursor: pointer;
    z-index: 1;
    background-color: #3DAD02;
    color: #ffffff;
    transition: background-color 0.25s, color 0.25s;
}

.common-floor_sku__cart:hover {
    background-color: #3DAD02;
    color: #EEEEEE;
}

.common-floor_sku__cart .iconfont {
    font-size: 1.25rem;
}

.common-floor_sku__price {
    margin-top: 5px;
    font-family: 'MYuenHK';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: #EA8C1E;
}
.price-orange-color{
    color: #EA8C1E;
}
.price-green-color{
    color: #3DAD02;
}
.common-floor_sku__price > span {
    display: inline-block;
}

.common-floor_sku__price > span:last-child {
    color: #EA8C1E;
    font-size: 24px;
    /*line-height: 1.2rem;*/
    font-weight: 700;
    font-family: 'MYuenHK';
}
.common-floor_sku__old-price{
    font-weight: 400;
    font-size: 14px;
    color: #828282;
    text-decoration-line: line-through;
}
.common-floor_sku:hover > .common-floor_sku__price > span:last-child {
}

.common-floor_sku__price > span:nth-child(1) {
    color: #999999;
    text-decoration: line-through;
    /*line-height: 1.2rem;*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: none !important;
}

input.input-no-appearance::-webkit-inner-spin-button,
input.input-no-appearance::-webkit-outer-spin-button {
    height: auto;
    appearance: none;
}

/**
    common css end
 */

/**
    reset css start
 */
.navbar-default {
    background-image: none;
    border: none !important;
}


/*.navbar-brand {*/
/*    padding: 9px 10px;*/
/*}*/

ol.breadcrumb {
    padding-bottom: 0;
    padding-top: 15px;
    margin-bottom: 0;
}

.btn-round {
    border-radius: 99px;
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon > span {
    display: inline-block;
    margin-left: 8px;
}


.text-middle {
    vertical-align: middle;
}

/**
    reset css end
 */
.lazyload_default {

}

.lazyload_avatar {

}

.lazyload_brand {

}

.lazyload_banner {

}
.lazyload_ad_img {

}

.lazyload_service_type_cover {

}

.caret-sort {
    display: inline-block;
    position: relative;
    padding-right: 14px;
}

span.caret-sort-top:before {
    border-bottom: 4px solid #3dad02;
}

span.caret-sort-top:after {
    border-top: 4px solid #cccccc;
}

span.caret-sort-bottom:before {
    border-bottom: 4px solid #cccccc;
}

span.caret-sort-bottom:after {
    border-top: 4px solid #3dad02;
}

.caret-sort:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px dashed;
    border-bottom: 4px solid #333333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: -5px;
}

.caret-sort:after {
    margin-top: 1px;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid #333333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.common-modal-addcart {
}

.common-modal-addcart_img {
}

.common-modal-addcart_content {

}

.common-modal-addcart_content h4 {
    font-weight: bold;
}

#modal-addcart-form .form-group {
    width: 75%;
}

.panel-heading {
    background-image: none !important;
}

.text-through {
    text-decoration: line-through;
}

.cus_container {
    padding-right: 8px;
    padding-left: 8px;
}

label[for] {
    cursor: pointer;
}

.custom-control-label::after {
    top: 50%;
    margin-top: -0.5rem;
}

.custom-control-label::before {

    top: 50%;
    margin-top: -0.5rem;
}

.loading {
    position: relative;
    overflow: hidden;
}

.loading-show > * {
    filter: blur(2px);
}

.loading:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: transparent;
    transition: background-color 0.25s;
}

.loading.loading-show:before {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.loading.loading-show:after {
    content: "Loading...";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5rem;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 3;
    color: #ffffff;
}

.petwifi-footer-border {
    position: relative;
}

.petwifi-footer-border:before {
    content: "";
    position: absolute;
    display: block;
    border-left: 1px solid var(--secondary);
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
}

.statics-card-body {
    padding: 2rem;
}

.statics-card-body h4:first-child {
    margin-top: 0;
}

.statics-card-body h4 {
    margin-top: 3rem;
    font-weight: bold;
    margin-bottom: 0;
}

.statics-card-body h6 {
    margin-left: 0.8rem;
    margin-top: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
}

.statics-card-body p {
    margin-left: 1.6rem;
    margin-bottom: 0;
    margin-top: 1rem;
}

.statics-card-body div {
    margin-left: 1.6rem;
    margin-bottom: 0;
    margin-top: 1rem;
}

.statics-card-body section {
    margin-left: 1.1rem;
    margin-bottom: 0;
    margin-top: 1rem;
}

.statics-card-body ol, .statics-card-body ul {
    margin: 0 0 0 1.3rem;
    padding: 0;
}

body {
    position: relative;
}

#petwifi-main-nav {
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

.hover-zoom {
    transition: transform 0.25s;
    /*transform: scale(1);*/

}

.hover-zoom:hover {
    transform: scale(1.02);
}

/*.common-floor_sku__numbers{*/
/*    right: 0;*/
/*    top: 0;*/
/*    border-top-right-radius: 0.24rem;*/
/*    border-top-left-radius: 0.24rem;*/
/*    width: 1rem;*/
/*    position: absolute;*/
/*    background-color: rgb(233,233,216);*/
/*    color: #666666;*/
/*    text-align: center;*/
/*    font-size: 0.75rem;*/
/*}*/
/*.common-floor_sku__numbers div{*/
/*    position: relative;*/
/*}*/
/*.common-floor_sku__numbers div:before{*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    bottom: -0.4rem;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 0 solid transparent;*/
/*    border-right: 0.5rem solid transparent;*/
/*    border-bottom: 0.4rem solid transparent;*/
/*    border-left: 0.5rem solid rgb(233,233,216);*/
/*}*/
/*.common-floor_sku__numbers div:after{*/
/*    position: absolute;*/
/*    content: "";*/
/*    right: 0;*/
/*    bottom: -0.4rem;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 0 solid transparent;*/
/*    border-right: 0.5rem solid rgb(233,233,216);*/
/*    border-bottom: 0.4rem solid transparent;*/
/*    border-left: 0.5rem solid transparent;*/
/*}*/
/*div.common-floor_sku__numbers_1{*/
/*    background-color: rgb(242,192,86);*/
/*    color: #ffffff;*/
/*}*/
/*div.common-floor_sku__numbers_1 div:before{*/
/*    border-left-color: rgb(242,192,86);*/
/*}*/
/*div.common-floor_sku__numbers_1 div:after{*/
/*    border-right-color: rgb(242,192,86);*/
/*}*/
/*div.common-floor_sku__numbers_2{*/
/*    background-color: rgb(118,119,120);*/
/*    color: #ffffff;*/
/*}*/
/*div.common-floor_sku__numbers_2 div:before{*/
/*    border-left-color: rgb(118,119,120);*/
/*}*/
/*div.common-floor_sku__numbers_2 div:after{*/
/*    border-right-color: rgb(118,119,120);*/
/*}*/
/*div.common-floor_sku__numbers_3{*/
/*    background-color: rgb(186,110,64);*/
/*    color: #ffffff;*/
/*}*/
/*div.common-floor_sku__numbers_3 div:before{*/
/*    border-left-color: rgb(186,110,64);*/
/*}*/
/*div.common-floor_sku__numbers_3 div:after{*/
/*    border-right-color: rgb(186,110,64);*/
/*}*/


.common-floor_sku__numbers {
    border-top-right-radius: 0.24rem;
    border-bottom-left-radius: 0.24rem;
    padding: 0 0.3rem;
    /*height: 0.8rem;*/
    /*line-height: 0.8rem;*/
    position: absolute;
    background-color: rgb(233, 233, 216);
    color: #666666;
    text-align: center;
    font-size: 0.75rem;
    right: 0;
    top: 0;
}

div.common-floor_sku__numbers_1 {
    background-color: rgb(242, 192, 86);
    color: #ffffff;
}

div.common-floor_sku__numbers_2 {
    background-color: rgb(118, 119, 120);
    color: #ffffff;
}

div.common-floor_sku__numbers_3 {
    background-color: rgb(186, 110, 64);
    color: #ffffff;
}
.rounded-1rem {
    border-radius: 1rem!important;
}

.common-modal-addcart-choose-size-back{
    position: relative;
    height: 57px;
}
.common-modal-addcart-choose-size-item{
    background: #F8FFF4;
    border: 1px solid #BDBDBD;
    background: white;
    border-radius: 4px;
    width: 100%;
    height: 57px;
    position: absolute;
    left: 0px;
    top:0px;
    transition: all .1s;
    line-height: 57px;
    padding-left: 16px;
}
.common-modal-addcart-choose-size-item::before{
    display: none;
}
/*.custom-control-input:checked~.custom-control-label{*/
/*    border: 2px solid var(--primary);*/
/*    background-color: #F8FFF4;*/
/*}*/
.common-modal-addcart-choose-size-item-flag {
    display:none;
    float: right;
}
.custom-control-input:checked~.custom-control-label>.common-modal-addcart-choose-size-item-flag{
    display: inline-block;
}
.common-modal-addcart-add-big-button{
    font-family: 'Noto Sans TC';
    font-style: normal;
    color: white;
    width: 100%;
    height: 57px;
    background: #3DAD02;
    border: 1px solid #3DAD02;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
}

.common-floor_sku__sold_out_tag_back{
    position: absolute;
    display: flex;
    top:0;
    left:0;
    padding: 1rem;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    /*width: 100%;*/
    /*height: 100%;*/
}
.common-floor_sku__sold_out_tag_back .common-floor_sku__tag{
    width:64px;
    height: 64px;
    background: #3DAD02;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    color: white;
}
.common-floor_sku__sold_out_tag_back .common-floor_sku__tag p{
    margin: 0;
    padding: 0;
}
.common-floor_sku__sold_out_tag_back .common-floor_sku__tag.discount-tag{
    font-family: 'MYuenHK';
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #FFFFFF;
}
.common-floor_sku__sold_out_tag_back .common-floor_sku__tag.stock-tag{
    background: #FFFFFF;
    padding: 2px;
}
.common-floor_sku__stock{
    position: absolute;
    width: 88%;
    height: 88%;
    border: 2px dashed #3DAD02;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.common-floor_sku__stock-name{
    font-family: 'MYuenHK';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.05em;
    color: #3DAD02;
}
.common-floor_sku__stock-value{
    font-family: 'MYuenHK';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    color: #3DAD02;
}
.common-floor_sku__bottom-menu-back{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    visibility:hidden;
    transition: all .5s;
}
.common-floor_sku__bottom-quick-look,.common-floor_sku__bottom-remind-goods{
    width: 100%;
    height:60px;
    background-color: #3DAD02CC;
    text-align: center;
    line-height: 60px;

    color: white;
}
.common-floor_sku__count-down{
    background: #EA8C1E;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    left: calc(50% - 120px/2 + 0.5px);
    top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    padding: 5px 14px;
}

.coupon-count-down,.coupon-count-down-day{
    border-radius: 0px 10px 0px 10px;
    /*position: absolute;*/
    /*left: calc(50% - 120px/2 + 0.5px);*/
    /*top: 0px;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 14px;
    background: rgb(255, 235, 217);
    color: orange
}

.common-floor_sku__bg:hover .common-floor_sku__bottom-menu-back{
    visibility:visible;
}

/*导航栏部分*/
.navbar-light .navbar-nav .pet-nav-item-text{
    color:#333333;
    font-size: 16px;
}
#navbar>ul>li>a:hover{
    color: #3DAD02;
}

.navbar .navbar-nav>li>a>svg{
    transition: all .25s;
}
/*.navbar .navbar-nav>li>a>svg:hover{*/
/*    transform: scale(1.2);*/
/*}*/
.navbar-new-message-alert,.navbar-new-message-money-alert{
    position: absolute;
    right: 65px;
    top: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.25s;
    z-index: 999;
    padding-right: 40px;
    padding-bottom: 40px;
    display: none;
}
.navbar-new-message-money-alert{
    right: 40px;
}
.navbar-new-message-alert-item-back{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.navbar-new-message-alert-item-top-arrow{
    position: relative;
    bottom: -6px;
    right: 25px;
}
.navbar-new-message-alert-item{
    margin-left: 20px;
    margin-bottom: 9px;
    max-width: 650px;
    /*width: 500px;*/
    width: fit-content;
    word-break:break-word;
    background: #F8FFF4;
    box-shadow: 10px 10px 30px rgba(55, 72, 45, 0.4);
    border-radius: 3px;
    color: #333333;
    font-weight:400;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    min-height: 50px;
    line-height: 30px;
    padding: 15px 15px;
}
.navbar-new-message-alert-more{
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    color: #3DAD02;
}


.mobile-navbar-new-message-alert{
    position: absolute;
    z-index: 99;
    left: 10px;
    right: 35px;
    top: 60px;
    display: none;
    /*max-height: 85vh;*/
    /*overflow: auto;*/
}
.mobile-navbar-new-message-alert-item-back{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 30px;
}
.mobile-navbar-new-message-alert-item-top-arrow{
    position: relative;
    bottom: -6px;
    right: 58px;
}
.mobile-navbar-new-message-alert-item{
    margin-left: 20px;
    margin-bottom: 9px;
    width: fit-content;
    word-break:break-word;
    background: #F8FFF4;
    box-shadow: 10px 10px 30px rgba(55, 72, 45, 0.4);
    border-radius: 3px;
    color: #333333;
    font-weight:400;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    min-height: 50px;
    line-height: 30px;
    padding: 15px 15px;
}
.common-black-mask{
    position: relative;
    position:fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0);
    overflow: visible;
    transition:background-color .3s;
    z-index: 9999;
}
.common-pet-nav-search-view{
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0px;
    z-index: 9999;
    transition: all .25s;
    transform:translateY(-100%);
    max-height: 100vh;
}
.common-pet-nav-search-view-close{
    position: absolute;
    right:0;
    top: 0px;
}
.common-pet-nav-search-drop-down-menu{
    height: 57px;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.common-pet-nav-search-input{
    height: 57px;
    background: #F9F9F9;
    border-radius: 6px;
}
.common-pet-nav-search-view-button-hit-text{
    font-size: 11px;
    line-height: 160%;

}
.common-text-gray{
    color: #828282;
}
.common-text-light-primary{
    color: #3DAD02;
}

.common-pet-nav-search-view-button-text{
    font-size: 14px;
    line-height: 180%;
    color: #333333;
}
.dropdown-arrow::after{
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #333333;;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: matrix(0.71,0.71,0.71,-0.71,0,0);
}

.dropdown.show .dropdown-arrow::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #333333;;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: matrix(0.71,-0.71,0.71,0.71,0,0) translateY(5px) translateX(-2px);
}
.common-pet-nav-search-view-brand-item-image{
    max-width: 160px;
    width: 100%;
    object-fit: cover;
}
.common-pet-nav-search-view-brand-item{
    text-align: center;
}
.comment-shop-car-mask,.comment-mask{
    position:fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0);
    overflow: visible;
    transition:background-color .3s;
    z-index: 1049;
}

.comment-shop-car-content{
    background-color: white;
    width:500px;
    left:calc(100% - 500px);
    height: calc(100vh);
    position: absolute;
    transition:all .25s;
    z-index: 1049;
    transform: translateX(100%);
}
.comment-shop-car-content .form-control:disabled{
    background-color: white;
}
.comment-hidden{
    visibility: hidden;


}
.comment-show{
    visibility: visible;
}
.comment-shop-car-content{
    overflow-y: auto;
    /*padding: 40px 0px 40px 40px;*/
}
.comment-shop-car-content-head{
    height: 58px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.comment-shop-car-title{
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.05em;
    color: #000000;
}
.comment-shop-car-content-body{
    height:calc(100% - 58px - 125px);
    overflow-y: auto;
}
#comment-shop-car-form{

}
.comment-shop-car-goods-item-image{
    width: 90px;
}
.comment-shop-car-empty-view{
    height: 100%;
    width: 100%;
}
.comment-shop-car-content-foot{
    height: 125px;
}
.comment-shop-car-goods-item-remove-button{
    cursor:pointer;
}
.member-my-order-item-step{
    margin-left: -25px;
}
.member-my-order-item-step>ul>li{
    margin: 0px !important;
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    position: relative;
    color:#BDBDBD;
    line-height: 180%;

}
.member-my-order-item-badge{
    padding: 4px 10px 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #BDBDBD;
    border-radius: 3px;
}
.member-my-order-item-badge.pink{
    color:#EB5757;
    background: #FFE7E7;
}
.member-my-order-item-badge.yellow{
    color:#FCC008;
    background:#FFF7DE;
}
.member-my-order-item-badge.green{
    color:#3DAD02;
    background: #EAFDE0;
}
.member-my-order-item-badge.gray{
    color:#BDBDBD;
    background: #F2F2F2;
}
.member-my-order-item-state{
    padding: 4px 10px 5px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
}
.member-my-order-item-state.pink{
    color:#EB5757;
    background: #FFE7E7;
}
.member-my-order-item-state.yellow{
    color:#FCC008;
    background:#FFF7DE;
}
.member-my-order-item-state.green{
    color:#3DAD02;
    background: #EAFDE0;
}
.member-my-order-item-state.gray{
    color:#BDBDBD;
    background: #F2F2F2;
}
.member-my-order-item-badge.active{
    padding: 4px 10px 5px;
    color:#3DAD02;
    background: #EAFDE0;

    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
}
.badge-text-green{
    color:#3DAD02 !important;

}
.badge-bg-green{
    background: #EAFDE0 !important;
}
.badge-text-yellow{
    color:#FCC008 !important;
}
.badge-bg-yellow{
    background: #FFF7DE !important;
}
.badge-text-red{
    color:#EB5757 !important;
}
.badge-bg-red{
    background: #FFE7E7 !important;
}
.badge-gray{
    background: #F2F2F2 !important;
    color: #BDBDBD !important;
}
.member-my-order-item-step-line{
    height: 6px;
    background-color: #3DAD02;
    position: absolute;
    bottom: 5px;
    z-index: 0;

}
.member-my-order-item-step-line.yellow{
    background-color: #FCC008;
}
.member-my-order-item-step-line.gray{
    background-color: #E0E0E0;
}
.member-my-order-item-step-line.first{
    left: 50%;
}
.member-my-order-item-step-line.last{
    right: 50%;
}
.member-my-order-item-step-circle{
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 2px solid #3DAD02;
    border-radius: 50%;
    z-index: 1;
    margin-top: 15px;
}
.member-my-order-item-step-circle.yellow{
    border: 2px solid #FCC008;
}
.member-my-order-item-step-circle.gray{
    border: 2px solid #E0E0E0;
}
.member-my-order-item-step-circle.pink{
    border: 2px solid #EB5757;
}
.member-my-order-item-confirm-pay-button{
    color: #3DAD02;
    font-weight:bold;
    line-height: 180%;
    background: #F8FFF4;
    border-radius: 50px;
    padding: 6px 12px 6px 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border:0;
}
.member-my-order-item-confirm-gray-button{
    color: #828282;
    line-height: 180%;
    background:#F2F2F2;
    border-radius: 50px;
    padding: 6px 12px 6px 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border:0;
}
.member-my-order-state-text{
    line-height: 180%;
    font-weight: bold;
}
.member-my-order-state{
    display: block;
    font-weight: bold;
    padding: 8px 20px;
    border: 1px solid #BDBDBD;
    border-radius: 40px;
    color: #BDBDBD;
    cursor: pointer;
}

.member-my-order-state.active{
    border: 1px solid #3DAD02;
    color: #3DAD02;
}
.member-my-order-state:hover{
    border: 1px solid #3DAD02;
    color: #3DAD02;
}

/*添加到购物车样式 start*/
#addCartModal .common-floor_sku__img {
    transition: none !important;
}

#addCartModal  .common-floor_sku__bg {
    background-color: #ffffff !important;
    box-shadow: 0 0 2px rgb(0 0 0 / 5%);
}

#addCartModal  .common-floor_sku__bg:hover {
    transform: none !important;
    box-shadow: none !important;
}

#addCartModal .common-floor_sku__img_source {
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    display: none;
}

#addCartModal .common-floor_sku__link:hover .common-floor_sku__img_enlarge_lens {
    display: none;
}

#addCartModal .common-floor_sku__link:hover .common-floor_sku__img_enlarge_icon {
    display: none;
}

#addCartModal .common-floor_sku__link:hover .common-floor_sku__img_enlarge {
    display: none;
}

#addCartModal .common-floor_sku__img_enlarge_icon {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    overflow: hidden;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    z-index: 1;
    background-color: #EEEEEE;
    color: #666666;
}

#addCartModal .common-floor_sku__img_enlarge_lens {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF5GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuN2E3YTIzNiwgMjAyMS8wOC8xMi0wMDoyNToyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjUgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMi0wNC0xNlQxMTo0MzoxOCswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMDQtMTZUMTE6NDY6MTcrMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMDQtMTZUMTE6NDY6MTcrMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTUyMTUxODAtNzQ3Yy1mMzRhLTkzZmItYzY4YzhmYWVlMGI2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBmOWQzMjI1LWVlMWItODk0Mi1hZTY1LTgyNjY2NzMwMTFlNCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjBmOWQzMjI1LWVlMWItODk0Mi1hZTY1LTgyNjY2NzMwMTFlNCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MGY5ZDMyMjUtZWUxYi04OTQyLWFlNjUtODI2NjY3MzAxMWU0IiBzdEV2dDp3aGVuPSIyMDIyLTA0LTE2VDExOjQzOjE4KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuNSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjU1MjE1MTgwLTc0N2MtZjM0YS05M2ZiLWM2OGM4ZmFlZTBiNiIgc3RFdnQ6d2hlbj0iMjAyMi0wNC0xNlQxMTo0NjoxNyswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjUgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm8WHOAAAAAbSURBVAiZY7Bdy/Ts////DIz///9nYGBgYAAAVHEHztGtlRMAAAAASUVORK5CYII=");
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
    z-index: 1;
    display: none;
    cursor: move;
}

#addCartModal .common-floor_sku__img_enlarge {
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: calc(100% + 30px);
    height: 100%;
    width: 100%;
    z-index: 5;
    display: none;
}

#addCartModal .common-floor_sku__img_enlarge img {
    width: 200%;
    height: 200%;
}
#addCartModal .good-content-specs {
    display: flex;
}

#addCartModal .good-content-specs a {
    width: 100%;
    line-height: 57px;
    background-color: #ffffff;
    padding: 0px;
    padding-left:16px;
    color: #333333;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    border: 2px solid #cccccc;
    margin-top: 10px;
    transition: background-color 0.25s, color 0.25s;
    user-select:none;

}

#addCartModal .good-content-specs a:hover {
    color: #2f8502;
    background-color: #fafafa;
    border: 2px solid #3dad02;

}

#addCartModal .good-content-specs a.good-content-specs_nostock {
    color: #aaaaaa;
    border: 1px solid #dddddd;
}

#addCartModal .good-content-specs a.good-content-specs_selected {
    color: #3dad02;
    border: 2px solid #3dad02;
    position: relative;
    background-color: #F8FFF4;
    padding-right: 35px;
}

#addCartModal .good-content-specs a.good-content-specs_selected:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: block;
    background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMTguODU3MiA3LjM1NzEyTDkuNDI4NiAxNi43ODU3TDUuMTQyODggMTIuNSIgc3Ryb2tlPSIjM0RBRDAyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=') no-repeat;
}
#modal-addcart-form .form-group {
    width: 160px;
}

#modal-addcart-form .form-group i {
    display: none !important;
}

#modal-addcart-form input,#goodForm input{
    padding: 6px 12px;
    text-align: center;
    z-index: 3;
    position: relative;
}

#modal-addcart-form input::-webkit-inner-spin-button,
#modal-addcart-form input::-webkit-outer-spin-button,
#goodForm input::-webkit-outer-spin-button,
#goodForm input::-webkit-inner-spin-button
{
    height: auto;
    -webkit-appearance: none;
}

/*添加到购物车样式 end*/

.breadcrumb-item,.breadcrumb-item a{
    font-size: 14px;
    color: #828282;
}
.common-pet-nav-search-view-brand-back{
    overflow: auto;
}
.common-pet-nav-search-view-brand-back:after {
    content: "";
    width: 99px;
}

.common-floor_content{
    margin-left: -24px;
    margin-right: -24px;
}
@media screen and (max-width: 767px) {

    .common-floor_content{
        margin-left: -8px;
        margin-right: -8px;
    }

    .common-floor_sku__sold_out_tag_back .common-floor_sku__tag{
        width: 52px;
        height: 52px;
    }

    .comment-shop-car-content{
        width: 100%;
        left: 0px;
    }
    .common-pet-nav-search-view{
        height: 100vh;
        padding-left: 20px;
        padding-right: 20px;
    }

    .common-pet-nav-search-view-brand-back:after {
        content: "";
        width: 99px;
    }

}
.common-shop-cat-step{
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    background-color: white;
    overflow: hidden;
}
.common-shop-cat-step-item{
    display:flex;
    flex-direction: row;
    align-items: center;
    margin-right: 40px;
}
.common-shop-cat-step-item-circle{
    width: 41px;
    height: 41px;
    border: 1px solid #E0E0E0;
    border-radius: 50px;
    margin-right: 10px;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #828282;
}
.common-shop-cat-step-item.active{
    color: #3DAD02 !important;
}
.common-shop-cat-step-item.active>.common-shop-cat-step-item-circle{
    color: #3DAD02;
}

/*通用按钮部分*/
.common-button{
    width: 149px;
    height: 57px;
    background: #3DAD02;
    border: 1px solid #3DAD02;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-big-button{
     width: 100%;
     height: 57px;
     background: #3DAD02;
     border: 1px solid #3DAD02;
     border-radius: 50px;
     font-weight: 700;
     font-size: 16px;
     display: flex;
     justify-content: center;
     align-items: center;
 }
.common-big-border-button{
    width: 100%;
    height: 57px;
    background:white;
    border: 1px solid #3DAD02;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#3DAD02;
}
.comment-text-black{
    color: #333333;
}
.common-underline{
    text-decoration-line: underline;
}
.common-middle-line{
    text-decoration-line: line-through;
}
/*手机侧边菜单 start*/
.common-mask{
    position:fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0);
    overflow: visible;
    transition:background-color .3s;
    z-index: 1040;
}
.mobile-left-menu-content-back{
    background-color: white;
    width:calc(100% - 50px);
    height:100%;
    left: 100%;
    position: absolute;
    transition:all .25s;
    z-index: 1040;
}
.mobile-left-menu-content{
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 10px;
    overflow: scroll;
    height:calc(100% - 56px);
}
.mobile-left-menu-content-search{
    background-color: #F9F9F9;
    width: 100%;
    height: 50px;
    width:100%;
    padding-left: 16px;
    padding-right: 50px;
}
.mobile-left-menu-content-login-register{
    height: 90px;
    line-height: 90px;
    border-bottom: 1px solid #E0E0E0;
}
.mobile-left-menu-content-middle-menus-item{
    margin-top: 30px;
    line-height: 30px;
    position: relative;
}
.mobile-left-menu-content-middle-menus-item-right-arrow{
    position: absolute;
    top: 0;
    right: 0;
}
.mobile-left-menu-content-middle-menus-item-link{
    color: black;
    font-weight: bold;
}

.mobile-left-menu-content-middle-menus-item-link:visited{
    color: black;
    font-weight: bold;
}

.mobile-left-menu-content-middle-menus-item:last-child::after{
    content:'';
    height: 30px;
    display: block;
    border-bottom: 1px solid #E0E0E0;
}
.mobile-left-menu-content-bottom-menus-change-language{
    height: 25px;
    margin-top: 30px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
}
.common-show{
    visibility:visible;
}
.common-hidden{
    visibility:hidden;
}
.common-second-primary-bg{
    background-color: #F8FFF4;
}
.common-second-primary{
    color: #F8FFF4;
}
.common-none{
    display: none;
}
.common-block{
    display: block;
}
.common-btn-primary-sm{

}
.common-btn-primary-lg{

}
.common-btn-primary{
    width:9.3125rem;
    height:3.5625rem;
    background: #3DAD02;
    border: 1px solid #3DAD02;
    border-radius: 3.125rem;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.recommend-friend-back{
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: flex-end;
}
.recommend-friend-image-back{
    overflow: hidden;
    z-index: 10;
}
.recommend-friend-image-back img{
    max-height: 620px;
    height:100%
}
.recommend-friend-button{
    min-width: 400px;
    background:rgba(248, 255, 244, 0.8);
    backdrop-filter: blur(20px);
    /*position: relative;*/
    right: -45px;
    z-index:19;
}
.margin-top-45{
    position: relative;
    top: -45px;
    right:0px;
}
.page-item .page-link{
    border: none;
    color:black;
}
.page-item .page-link{
    background: transparent;
}
.page-item.disabled .page-link{
    border: none;
    color: black;
}
.page-item.active .page-link{
    background-color:#F8FFF4;
    color:#3DAD02 ;

}
.member-my-pet-info>tbody td{
    padding: 0 0 2px 0 !important;
    line-height: 180%;
    font-size: 16px;
}
.member-my-pet-info>tbody td:last-of-type{
    color: #333333;
    text-align: right;
}
/*手机侧边菜单 end*/
.common-down-arrow{
    position: relative;
}
.common-down-arrow:after{
    content: "";
    display: block;
    position: absolute;
    height: 24px;
    width: 24px;
    top:0px;
    left: 95%;
    background: url("../img/down-arrow.svg") no-repeat 96% center;
}
@media screen and (max-width: 1199px) {

    .navbar-new-message-alert{
        right: 20px;
    }

    .navbar-new-message-money-alert{
        right: 8px;
    }
}
@media screen and (max-width: 992px) {

    .navbar-new-message-alert{
        right: -4px;
    }

    .navbar-new-message-money-alert{
        right: -5px;
    }

}
/*导航栏部分*/

.share-menu{
    position: absolute;
    /*width: 200px;*/
    width: auto;
    right: 0;
    background: #FFFFFF;
    box-shadow: 10px 10px 30px rgba(61, 173, 2, 0.2);
    z-index: 5;
    overflow: hidden;
    top: 45px;
}
.share-menu-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #3DAD02;
    margin-top: 0px !important;
}
.share-menu-item{
    margin-right: 10px;
}
.page-item-input{
    width: 32px;
    height: 32px;
    margin-right: 5px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    text-align: center;
    padding: 0px;
}

.page-item-input:focus-visible{
    outline-color:#F8FFF4;
}

#common-login-in-pop{
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    padding: 30px;
    padding-top: 0px;
}
#leftMenuShow .dropdown-header:hover span{
    color: #3DAD02;
}
#leftMenuShow .dropdown-header:hover{
    color: #3DAD02;
    background-color: #F8FFF4;
}
.pet-change-type-menu .dropdown-menu{
    margin-top: 12px;
    border: transparent solid 1px;
    box-shadow:2px 2px 10px rgba(0,0,0,0.3);
    z-index: 888;
}
.pet-change-type-menu .dropdown-menu .arrow:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: white;
    position: absolute;
    transform:rotate(-45deg);
    top: 6px;
    left:5px;
    box-shadow:1px 1px 8px rgba(0,0,0,0.3);

}
.pet-change-type-menu .dropdown-menu .arrow{
    width: 30px;
    height: 15px;
    position: absolute;
    top: -15px;
    left:65px;
    z-index: -1;
    overflow: hidden;
    background-color: transparent;
}

.pet-change-type-menu .petwifi-site-type{
    margin: 20px;
    height: 50px;
    border-radius: 50px;
    font-weight: 700;
    background-color: white;
    width: 120px;
    color: #3DAD02;
    border: #3DAD02 solid 1px;
}
.pet-change-type-menu .petwifi-site-type.active{
    background-color: #3DAD02;
    color: white;
}
.pet-change-type-menu .petwifi-site-type img{
    padding-right: 5px;
}
.pet-change-type-menu .petwifi-site-type .select{
    display: none;
}
.pet-change-type-menu .petwifi-site-type.active .normal{
    display: none;
}
.pet-change-type-menu .petwifi-site-type.active .select{
    display: inline-block;
}
.nav-link.dropdown-toggle:hover{
    color: red;
}
.big-google-code{
    background-color: black;
    display: none;
    position: absolute;
    top:20px;
    left: -5px;
}

.big-apple-code{
    background-color: black;
    display: none;
    position: absolute;
    left: -5px;
}

.petwifi-search-result ul a:hover{
    color: #3DAD02 !important;
}
.copy-textarea {
    position: absolute;
    opacity: 0;
    left: -999999px;
    top: -999999px;
}
::-webkit-textfield-decoration-container { }
::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.the-latest-preferential .dropdown-menu a:hover{
    color: #3DAD02;
    background-color: transparent;
}
/*.share-menu-item button{*/
/*    transition: all 0.25s;*/
/*}*/

/*.share-menu-item button:hover{*/
/*    scale: 1.2;*/
/*}*/

/*.petwifi-search-result-back:after{*/
/*    content: "";*/
/*    display: block;*/
/*    position: fixed;*/
/*    left: 0;*/
/*    top: 0px;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-color: rgba(0, 0, 0, 0.8);*/
/*}*/
.hover-border-primary:hover{
    background-color: #e2e6ea;
}

.font-weight-600 {
    font-weight: 600 !important;
}
.line-height-22 {
    line-height: 22px!important;
}

/*!* 滚动条整体样式 *!*/
/*.h-scroll::-webkit-scrollbar {*/
/*    height: 5px;*/
/*    width: 5px;*/
/*}*/

/*!* 滚动条轨道 *!*/
/*.h-scroll::-webkit-scrollbar-track {*/
/*    background-color: white;*/
/*}*/

/*!* 滚动条滑块 *!*/
/*.h-scroll::-webkit-scrollbar-thumb {*/
/*    background-color: #3dad02;*/
/*    border-radius: 5px;*/
/*}*/

/*!* 鼠标悬停时滚动条滑块 *!*/
/*.h-scroll::-webkit-scrollbar-thumb:hover {*/
/*    background-color: #226101;*/
/*}*/

.comment-shop-car-time-count-down span{
    color: #666666;
    font-size: 11px;
}

.comment-shop-car-time-count-down .text-primary{
    padding-left: 1px;
    padding-right: 1px;
}

.orange-link{
    color: #EA8C1E;
}

.orange-link:hover{
    color: #8B6914;
}
.triangle-symbol:after{
    content: "△";
    display: inline-block;
    position: absolute;
    padding-left: 5px;
    bottom: 4px;
}
