.bg-body-tertiary{
    background-color: rgba(248,249,250,1)!important;
}
.bar-circle{
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 100%;
    display: block;
    cursor: pointer;
    transition: 350ms ease 0s;
    padding: 15px 18px;
    color: rgba(22,22,22,1);
    border-color: #dae0e5;
}
.bar-circle i{
    color:#a05454
}
.main_bg {
    
    border-bottom: 1px solid #adb5bd;
}
.cate_box{
    padding:0px 30px 40px 30px
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #a05454 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #a05454;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }
  #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.counting_card{
    background-color: #a20401;
    color:#fff;
}
/*.detail.product_detail div.collapse:not(.show) {
    display: block;
    height: 500px !important;
    overflow: hidden;
}

.detail.product_detail div.collapsing[aria-expanded="false"] {
    height: 500px !important;
}

.detail.product_detail a.collapsed:after  {
    content: '+ 查看更多';
}

.detail.product_detail a:not(.collapsed):after {
    content: '- 查看收起';
}*/
.form-outline {
    position: relative;
}

.form-outline.form-white .form-control {
    color:#000;
}

.form-outline .form-control.form-control-lg {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.form-outline .form-control {
    min-height: auto;
    padding: 0.33em 0.75em;
    background: transparent;
    transition: all .2s linear;
    border: 1px solid #495057;
}

.form-control.form-control-lg {
    line-height: 2.15;
    border-radius: 0.25rem;
    height: calc(1.5em + 1.5rem + 2px);
}

.form-outline .form-control:focus {
    box-shadow: none!important;
    border-color:  #007bff;
}

.form-outline.form-white .form-control~.form-label {
    color: #000;
}


.form-outline .form-control~.form-label {
    position: absolute;
    top: 0;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0.75rem;
    padding-top: 0.37rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 0;
}

.form-outline .form-control.form-control-lg.active~.form-label,
.form-outline .form-control.form-control-lg:focus~.form-label {
    transform: translateY(-1.5rem) translateY(0.1rem) scale(.8);
}

.form-outline.form-white .form-control.active~.form-label,
.form-outline.form-white .form-control:focus~.form-label {
    color: #000;
    background-color: #fff!important;
}

.form-outline .form-control.form-control-lg~.form-label {
    padding-top: 0.5rem;
}
.login_shadow{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.gradient-custom a:hover {
    text-decoration: underline;
    color: #C83737;
}
.gradient-custom a {
    text-decoration: underline;
}
.divider:after, .divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
.rwd-table.rwd-table_2 th {
    color: #707070;
    font-weight: 400;
}
.rwd-table.rwd-table_2 th,
.rwd-table.rwd-table_2 td {
    font-size: 1rem;
    text-align: left;
}
.order_list{
    min-height: 250px;
}
.member .btn-outline-dark{
    border: 1px solid #e5e5e5;
}
.member .btn-outline-dark:not(:disabled):not(.disabled).active{
    border: 1px solid #161616;
    background-color: #fff;
    color: #000;
    box-shadow: none;
}
.accordion button[aria-expanded=true] i {
    transform: rotate(180deg);
    color: #A20401;
}
.accordion .btn[aria-expanded=true] {
    color: #A20401;
}
.accordion .btn:hover[aria-expanded=true] {
    color: #A20401;
}
.accordion .card-header {

   background-color: #fff;
    border-bottom: none;
}
.accordion .card {

    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
 }
.text_space{
    letter-spacing: 1rem;
}
.box_dark_shadow{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.filter-widget-button{
    background: #f6f5f6;
    color:#161616;
}
.filter-widget-button:active,.filter-widget-button:hover{
    background: #f6f5f6;
    color:#A20401;
}
.ts-floating-sidebar * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.sidebar_content{
    background-color: rgba(255,255,255,1);
    left: -20px;
    padding: 0 25px;
    right: auto;
    bottom: auto;
    /*top: 100%;*/
    margin-top: 30px;
    transform: translateX(-100%);
    width: calc(25% + 0.5px);
    height: auto;
    overflow: visible;
    position: absolute;
    z-index: 8;
    transition: left 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),right 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ts-floating-sidebar.active .sidebar_content {
    transform: translateX(0px);
    left: 8%;
}
.ts-product-categories-widget-wrapper li:hover{
    color:#A20401
}
.ts-product-categories-widget ul.product-categories ul {
    margin-left: 20px;
    margin-right: 0;
}
.ts-product-categories-widget-wrapper ul ul {
    display: block;
    margin: 10px 0 0 12px /* rtl */;
}
.ts-product-categories-widget-wrapper ul.product-categories li {
    position: relative;
    font-weight: 600;
}
.ts-product-categories-widget-wrapper ul li:first-child {
    padding-top: 0;
    margin-top: 0;
}
.ts-product-categories-widget-wrapper ul ul li {
    padding: 10px 0;
}
.ts-product-categories-widget-wrapper ul ul li a{
    color:#707070
}
.ts-product-categories-widget-wrapper ul ul li a:hover {
    color: #A20401;
    text-decoration: none;
}
.main-products {
    position: relative;
}
.main-products:before {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    z-index: 7;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: rgba(255,255,255,1);
}
.show-filter-sidebar .main-products:before {
    opacity: 0.6;
    visibility: visible;
}
@media (max-width:992px) {
    #return-to-top {

        bottom: 150px;
        width: 50px;
        height: 50px;
        
    }
    #return-to-top i {
        
        left: 14px;
        top: 0px;
        font-size: 25px;
       
    }
    .form-outline .form-control.form-control-lg {
        font-size: 1.8rem;
        
    }
    .form-outline .form-control.form-control-lg~.form-label {
        padding-top: 0rem;
    }
    .gradient-custom input[type=checkbox] {
        width: 1.8rem;
        height: 1.8rem;
        margin-left: -2rem;
        
    }
    .rwd-table.rwd-table_2 th,
.rwd-table.rwd-table_2 td {
    font-size: 1.8rem;
    text-align: left;
    padding-left: 1.8rem;
}
.rwd-table_2 .detailbtn{
    width: auto;
 height: 70px;
}
.dropdown-menu.dropdown-menu_1{
    border: none;

}
.sidebar_content{
    width: calc(50% + 0.5px);
   }
.ts-floating-sidebar.active .sidebar_content {

    left: 1%;
}

}