input{
    border-radius: 0;
    border-top-radius: 0;
    border-bottom-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.user-menu .active {
    color:#007bff;
}
.user-menu .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius:0;
}

.user-content .title {
    color: #333333;
    display: block;
    position: relative;
    margin-bottom: 1.2rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #e7e7e7;
    font-size: 1.125rem;
    text-transform: uppercase !important;
    font-weight: 600;
}

.user-content .title .btn {
    border-radius: 2.625rem;
    float: right !important;
    padding: .125rem 1rem;
    font-size: .75rem !important;
}

.navbar-icon {
    display: block;
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    margin-bottom: .5rem !important;
    text-align: center;
    margin: 0 auto;
}

.navbar-more-line {
    display: block;
    position: absolute;
    left: 50%;
    width: 1.5em;
    height: 1.5em;
    margin-top: -.3rem;
    margin-left: -.75em;
}
.iconfont-xs{
    font-size: 12px;
}

.iconfont-md{
    font-size: 3rem;
}

.iconfont-lg{
    font-size: 5rem;
}
.navbar-name {
    max-width: 60px;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: -.2125rem;
}

.logo {
    margin-right: 1.5rem !important;
    min-width: 100px;
}

.order-checkout .number-dot {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.45rem;
    margin-right: .5rem;
    color: white;
    background-color: #0f0f0f;

}
.order-checkout .checkout-about {
    display: block;
    position: relative;
    margin-bottom: 1.2rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #e7e7e7;
    font-size: 1rem;
    color: #333333;
    font-weight: 600
}

.order-checkout .checkout-title {
    display: block;
    position: relative;
    margin-bottom: 1.2rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid #5c77fc;
    font-size: 1rem;
    color: #333333;
    font-weight: 600
}

.order-checkout  .order-summary .media-body a{
   font-size: .875rem;
}

.order-checkout .order-summary .media-body .cart-attribute {
    font-size: .75rem;
    line-height: 1.25rem;
    color: #555555;
}
.order-checkout .order-summary .media-body .cart-attribute .key {
    margin-right: .35rem;
    font-weight: 600 !important;
}
.order-checkout .order-summary .media-body .cart-attribute .separator {
    margin:0 .5rem;
    color: #333333;
}

.bg-faded-summary{
    background-color: #F7F7F7;
}

.nothing {
    color: #CCCCCC;
    font-size: 2rem;
    text-align: center;
    margin: 3rem;
}

.nothing .iconfont {
    font-size: 5rem;
    display: block;
}

.product-card .views{
    position: absolute;
    top: .25rem;
    left: .25rem;
    right: auto;
    z-index: 5
}

.product-card .videos {
    position: absolute;
    top: .25rem;
    right: .25rem;
    left: auto;
    z-index: 5
}


.product-card .review-img {
    width: 100%;
    height: 500px;
    border-radius:0;
    object-fit: cover;
}

.product-card .attribute {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 0;
}
.product-card .attribute.attribute-right {
    left: auto;
    right: 5px;
}

.dropdown-menu.show {
    background: white;
    display: inline-block;
}

.dropdown-menu.show a:hover {
    background-color: #eaeaea;
}

/*.navbar .dropdown-menu.show{*/
    /*width: 100px;*/
    /*display: inline-block;*/
    /*background: white;*/
/*}*/

.pagination .prev, .pagination .next {
    background: #f7f7f7;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-decoration: none;
}

.pagination .prev:hover, .pagination .next:hover {
    z-index: 1;
    color: #5c77fc;
    background-color: rgba(92, 119, 252, 0.08);
    border-color: rgba(0, 0, 0, 0);
}



.goods-description {

    color: #444444;
    font-weight: 400;
}

.goods-description img {
    margin: 1rem 0;
}
.card-img-top {
    object-fit: cover;
    width: 100%;
    height: 250px
}

.goods-details .price{
        font-size:2rem;
}

.goods-details .price del{
    font-size: 1.5rem;
}

.order-success-title .iconfont {
    font-size: 6rem;
}
@media (max-width: 1199px) {
    .card-img-top {
        height: 250px
    }
    .product-card .review-img {
        height: 380px;
    }
}

@media (max-width: 991px) {
    .card-img-top {
        height: 250px
    }
    .product-card-title{
        font-size: .875rem;
    }

    .goods-details .price{
        font-size:1.75rem;
    }

    .goods-details .price del{
        font-size: 1.25rem;
    }
    .product-card .review-img {
        height: 300px;
    }

}

@media (max-width: 767px) {
    .card-img-top {
        height: 200px
    }
    goods-details .alert {
        font-size: .875rem;
    }
    goods-details .iconfont {
        font-size: .875rem;

    }
    .goods-details .price{
        font-size:1.5rem;
    }

    .goods-details .price del{
        font-size: 1rem;
    }
    .navbar-collapse{
         background-color: #f9f9f9;
         border-bottom: 1px solid #ced4da;
    }

    .product-card .review-img {
        height: 250px;
    }

}

@media (max-width: 479px) {
    .card-img-top {
        height: 150px
    }
    .goods-details .alert{
        font-size: .85rem;
    }
    .goods-details .iconfont{
        font-size: .85rem;
    }
    .goods-details .price{
        font-size:1.5rem;
    }

    .goods-details .price del{
        font-size: 1rem;
    }
}

.line-1{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap:break-word;
    word-break:break-all;
}


.line-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap:break-word;
    word-break:break-all;
}


footer .copyright {
    padding: 1rem 0;
    text-transform: uppercase !important;
    text-align: center !important;
    font-size: .75rem !important;
    background-color: #16181b;
    opacity: .5;
}

@media (max-width: 767.98px) {

    .logo {
        width: 100%;
        margin-right: 0 !important;
        /*border-bottom: 1px solid #e7e7e7 !important;*/
    }

    .logo img {
        margin: 0 auto;
    }

    .navbar-tools {
        width: 100%;
    }

    .navbar-btns .navbar-btn {
        width: 25%;
    }
}

.ms-customizer-toggle {
    display: block;
    position: fixed;
    top: 50%;
    right: .5rem;
    width: 2.75rem;
    height: 2.75rem;
    margin-top: -1.25rem;
    padding-top: .6rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    text-decoration: none !important;
    z-index: 1030;
    cursor: pointer
}

.ms-customizer-toggle .tooltip {
    top: .25rem;
    right: 100%;
    transition: all .25s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.ms-customizer-toggle:hover .tooltip {
    visibility: visible;
    opacity: .9
}

.ms-customizer-toggle .tooltip-inner {
    white-space: nowrap
}

.ms-customizer-toggle .tooltip.bs-tooltip-left .arrow {
    top: 50%;
    margin-top: -.375rem
}

.ms-customizer-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 1100;
    background-color: #fff !important;
}

.ms-customizer-backdrop.show {
    visibility: visible;
    opacity: 1
}

.ms-customizer-backdrop .spinner-border {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2rem;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    vertical-align: text-bottom;
    border: .15em solid #444;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

@-webkit-keyframes spinner-border {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

