::selection {
    background-color: #1a3a6b;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 1600px) {

    .nav-clone .container,
    #CRgroup_head .container {
        max-width: 1500px;
    }
}

b {
    font-weight: 700;
}

.mobile{
    display: none;
}
.desktop{
    display: block;
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.just-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.p-top-200 {
    padding-top: 200px;
}

.p-bottom-200 {
    padding-bottom: 200px;
}

.p-top-160 {
    padding-top: 160px;
}

.p-bottom-160 {
    padding-bottom: 160px;
}

.p-top-140 {
    padding-top: 140px;
}

.p-bottom-140 {
    padding-bottom: 140px;
}

.p-top-120 {
    padding-top: 120px;
}

.p-bottom-120 {
    padding-bottom: 120px;
}

.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}

.p-top-90 {
    padding-top: 90px;
}

.p-bottom-90 {
    padding-bottom: 90px;
}

.p-top-80 {
    padding-top: 80px;
}

.p-bottom-80 {
    padding-bottom: 80px;
}

.p-top-70 {
    padding-top: 70px;
}

.p-bottom-70 {
    padding-bottom: 70px;
}

.p-top-60 {
    padding-top: 60px;
}

.p-bottom-60 {
    padding-bottom: 60px;
}

.p-top-50 {
    padding-top: 50px;
}

.p-bottom-50 {
    padding-bottom: 50px;
}

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

.p-bottom-40 {
    padding-bottom: 40px;
}

.p-top-30 {
    padding-top: 30px;
}

.p-bottom-30 {
    padding-bottom: 30px;
}

.p-top-20 {
    padding-top: 20px;
}

.p-bottom-20 {
    padding-bottom: 20px;
}

.p-top-10 {
    padding-top: 10px;
}

.p-bottom-10 {
    padding-bottom: 10px;
}

.m-top-160 {
    margin-top: 160px;
}

.m-top-120 {
    margin-top: 120px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m-bottom-160 {
    margin-bottom: 160px;
}

.m-top-80 {
    margin-top: 80px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-top-70 {
    margin-top: 70px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-top-60 {
    margin-top: 60px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-bottom-50 {
    margin-bottom: 50px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-top-25 {
    margin-top: 25px;
}

.m-bottom-25 {
    margin-bottom: 25px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-top-0 {
    margin-top: 0px;
}

.m-bottom-0 {
    margin-bottom: 0px;
}

.m-left-0 {
    margin-left: 0px;
}

.m-right-0 {
    margin-right: 0px;
}

.list-unstyled {
    list-style: none;
}

#CRmove_search .group_header_se {
    width: 345px;
    border-radius: 99px;
    border: 1px solid #d0d0d0;
    position: relative;
}

#CRmove_search .group_header_se input {
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
}

.top_header {
    padding: 24px 0;
    border-bottom: 1px solid rgb(208 208 208 / 50%);
}

#CRmove_search .group_header_se button#search_btn {
    width: 40px;
    height: 40px;
}

#CRmove_search .group_header_se button#search_btn i {
    font-size: 14px;
    color: #333333;
}

#CRlogo img {
    height: 55px;
}

.loading {
    position: relative;
}

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

.loading::before {
    content: '' !important;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 30px !important;
    height: 30px !important;
    background: transparent url('../images/loading.svg') center no-repeat !important;
    background-size: 100%;
    transform: translate(-50%, -50%);
}

div.result-quick_search {
    text-align: left;
    position: absolute;
    width: 100%;
    height: 360px;
    padding: 10px;
    overflow: auto;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    border: 1px solid #d0d0d0;
    opacity: 0;
    visibility: hidden;
    transition: .2s all ease-in-out;
}

div.result-quick_search.active {
    opacity: 1;
    visibility: visible;
}

div.result-quick_search img {
    width: 100px;
    height: 100px;
    padding: 10px;
    object-fit: cover;
}

div.result-quick_search .item {
    display: flex;
    align-items: center;
}

div.result-quick_search .content {
    margin-left: 15px;
}

div.result-quick_search .item+.item {
    margin-top: 10px;
}

div.result-quick_search .name {
    color: #082340;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

div.result-quick_search .woocommerce-Price-amount {
    font-size: 13px;
    color: #ddb95d;
    font-weight: 700;
}

div.result-quick_search::-webkit-scrollbar {
    width: 5px;
}

div.result-quick_search::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div.result-quick_search::-webkit-scrollbar-thumb {
    background-color: #19396b;
}

div.result-quick_search .img {
    width: 100px;
}

div.result-quick_search .content{
    width: calc(100% - 100px);
}

p.result {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}

p.result a {
    color: #19396b;
}

p.result.fz-20{
    font-size: 20px;
}

.group_cart_head a {
    border: 1px solid #333333;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 20px;
    position: relative;
}

.group_cart_head a img {
    max-width: 11px;
}

.group_cart_head .CRToTalCart {
    position: absolute;
    background: #19396b;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    right: -3px;
    bottom: -3px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 7px;
    font-weight: 900;
}

.bottom_header {
    background-color: #1a3a6b;
}

.bottom_header .display-flex {
    flex-wrap: nowrap;
    justify-content: space-between;
}
