.radio-custom {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    margin-right: 12px;
    user-select: none;
} 
#result-thumbnails .new_operation_box.has_num{
    background:#1f6e4cd1!important;
}
#result-thumbnails .new_operation_box>.form-control.inputqty,
#result-thumbnails .new_operation_box.has_num .new_add_b,
#result-thumbnails .new_operation_box.has_num .new_reduce_b{
    background:transparent;
    color:#Fff;border: 2px solid #fff;
}
#result-thumbnails .new_operation_box.has_num .new_add_b:after,
#result-thumbnails .new_operation_box.has_num .new_add_b:before,
#result-thumbnails .new_operation_box.has_num .new_reduce_b:after{
    color:#fff !important;
    background:#fff;
}
h1.common_title{
    margin-left:10px;
}
.item_case_details {
    margin-top: 50px;
}
#item_images{
    margin-top:20px;
}
#item_info{
    margin-top:50px;
}
.logo_40{
    height: 100px;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 20px;
    background: url(/static/images/v8/40-logo.png) no-repeat 0 top / 70%;
}
.category_h4{
    margin: 10px 5px
}
.mobile-slide{
    margin-top: 10px;
}
.result-img .img-responsive{
    max-width: 160px;
    max-height: 160px;
    margin: auto;
}
.history-swiper .brand{
    font-size: 12.5px;
}
.sco_item{
    min-width:16.666%;
}
.slider-arrow{
    z-index: 3;
}
.item_case_details div.sco_item {
    padding: 10px!important;
}
.item_case_details div.sco_item {
    border: 1px solid #fff;
}
.history-swiper .swiper-slide {
    width: 12.5% !important;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    height: 200px;
}

.sco_flex .swiper-container{
    border: none !important;
    border-radius: 0;
}
.sc_img{
    width: 100%;
    height:100px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.sc_img>img{
    width: auto !important;
    /* max-width: 100% !important; */
    max-height: 100% !important;
    margin:0 auto !important;
}
.thumbnail .caption .brand,
.sco_item .brand{
    font-size: 12.5px;
    line-height: 19px;
}
.a_btn{
	text-decoration: underline;
    line-height: 1.5;
    color: var(--main-color);
    padding: 4px;
    margin: 10px;
    display: inline-block;
}
.radio-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio-custom .radio-mark {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid var(--line);
    background: #fff;
    transition: all 0.3s ease;
}

.radio-custom .radio-mark::after {
    content: "";
    position: absolute;
    display: none;
}

.radio-custom input:checked + .radio-mark {
    /* border-color: #5cb85c;
    background: #5cb85c; */
}

.radio-custom input:checked + .radio-mark::after {
    display: block;
    width: 12px;
    height: 12px;
    background: var(--main-color);
    border-radius: 50%;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.radio-text {
    font-size: 16px;
    color: #333;
    transition: color 0.3s ease;
}
.item-icons .thumbnail {
    /* height: 60%; */
}
.row6_title {
    border-bottom: 1px solid var(--line);
    margin-left: 10px !important;
    line-height: 1.5;
    padding-left: 15px;
}
.manufacture-clear,
.brand-clear{
    cursor: pointer;
}
.include_ba {
    position: absolute;
    right: 200px;
    height: 36px;
    line-height: 36px;
}
.include_ba label{
    color: #B7791F !important;
}
.item_row_title+div{
    padding-left:5px!important;
}
.manufacture-clear:hover,
.brand-clear:hover{
    color: var(--main-color);
}
.upc_box{
    position:absolute;
    top: 25px;
    left: 34px;
}
#item_info>div>div>div{
    padding-right:0;
}
.ml56 {
    font-weight: 600;
    width: 125px;
    display: inline-block;
}

.item_case_details div {
    padding: 0 !important;
}
.item_case_details .brand{
    font-size: 12.5px;
    color: var(--dark);
}
.back_buy_popover{
    position: absolute;
    width: 145px;
    height: 36px;
    background: antiquewhite;
    top: 64px;
    right: -2px;
    line-height: 1.25;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #aaa;
    padding: 5px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 3;
    color: var(--dark);
}
.index_other_flex .back_buy_popover{
    top: 67px;
}
#buying_options .back_buy_popover{
    top: 56px;
}
.back_buy_info:hover .back_buy_popover{
    display: block !important; 
}
.sco_item .back_buy_info {
    position: absolute;
    right: 6px;
    top: 94px;
    font-size: 10px;
    border-radius: 16px;
    padding: 1px 6px !important;
    cursor: pointer;
}
.header_next_container .item_case_details div h4 {
    /* font-size: 14px; */
}

.item_case_details>div>p {
    margin-left: 15px;
    min-height: 20px;
}

.bylayer_box {
    margin: 10px 0;
}

.back_buy_info {
    position: absolute;
    right: 10px;
    top:84px;
    font-size: 11px;
    border-radius: 16px;
    padding: 1px 5px;
    color: #fff;
}
.wrapper .back_buy_info {
    top: 174px;
}
.prevorder{
    color:var(--history)!important;
}
.backorder{
   color:var(--backorders)!important;
}
.back_buy_info.prevorder{
    background:var(--history)!important;
     color:#fff !important;
}
.back_buy_info.backorder{
   background:var(--backorders)!important;
    color:#fff !important;
}
.back_buy_info.greent {
    background: var(--yellow);
    color:var(--gray) !important;
}

.back_buy_info.yellow {
    background: var(--yellow);
    color:var(--gray) !important;
}

.back_buy_info.red {
    background: var(--yellow);
    color:var(--gray) !important;
}

.opl_info {
    /* margin: 6px 3px 8px 110px; */
    display: inline-block;
    color: var(--gray);
}

.bylayer_box button.btn {
    margin: 0 2px;
    border: 1px solid var(--main-color);
    color: #fff;
    font-size: 14px;
    background: var(--main-color);
    display: inline-block;
}

.flex_col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.flex_col div {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    height: 96px;
}
#last_Purchase{
    height:20px
}
#productsku,
#proddesc {
    margin: 0;
    font-size: 22px;
    line-height: 1.2em;
    margin-top: 5px;
    font-weight: 600;
}

#proddesc {
    margin-bottom: 10px;
}
#productsku{
    margin:10px 0;
}
.category-credit {
    display: flex;
    flex-wrap: wrap;
}

.result-thumb {
    float: unset;
}

.freeqty {
    position: absolute;
    background: #39ac39;
    bottom: 30px;
    padding: 0 10px;
    border-radius: 6px;
    min-width: 60px;
    color: #fff;
    text-align: left;
    right: 0;
}

#result-thumbnails .result-img {
    display: flex;
    padding: 2px;
    background: #ffffff80;
    border-radius: 10px;
    height: 170px;
    align-content: center;
    justify-content: center;
}

.result-img>img {
    max-height: 100%;
    margin: auto;
}

#result-thumbnails .price {
    font: normal 16px/1.3em "Poppins", 'Arial Narrow', Arial, Helvetica, sans-serif !important
}

.details_bb {
    /* padding: 0px 15px; */
    font-size: 16px;
    font-weight: 700;
    margin-left: 0;
    display: block;
    position: relative;
}

.r_bb {
    position: absolute;
    left: 45px;
    padding: 3px 5px 2px 30px;
    font-weight: 800;
    text-shadow: 0 1px #c3c3c3;
}

.add-to-cart-holder {
    width: 50%;
}

.qty-holder {
    width: 48%;
    margin-right: 2%;
}
.left_tag_box+.r_bb {
    top: 0;
    font-size: 12px;
    background: #ffffffbd;
    width: 125px;
    text-align: left;
    border-radius: 16px;
}
.mag {
    width: 200px;
    margin: 0 auto;
    float: none;
}

.mag img {
    max-width: 100%;
}

#options-purchase {
    display: flex;
}

.magnify {
    position: relative;
    cursor: pointer;
}

.itemicons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.magnify-large {
    position: absolute;
    display: none;
    width: 175px;
    height: 175px;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
}

.pf_size_box {
    overflow: overlay;
    /* max-height: 246px; */
    margin: 10px 0;
}

.pf_size_box div img {
    max-width: 50px;
    height: 50px;
}

.pf_size_box div {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    align-items: center;
    line-height: 1.25;
    max-width: 120px;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    align-content: center;
}

.btn-group-buy {
    margin: 0 5px 5px 0;
}

.addtocartholder .add-cart-qty {
    width: 38%;
    margin-right: 2%;
}

.addtocartholder .add-cart-add {
    width: 60%;
}
.flex_email_box.flex{
    margin: 4px 0 0;
    padding-top: 5px;
    height: 60px;
}
.flex_email_box.flex>.flex_c .invoice_i{
    max-width: 100%;
}
@media (max-width: 768px) {
    #item_info{
        margin-top:25px;
    }
    .flex_email_box.flex{
        flex-direction: column;
        height: 120px;
    }
    .flex_email_box.flex .flex_c{
        margin-top: 8px;
    }
    
    .history-swiper .back_buy_info {
        top:150px
    }
    .history-swiper.sco_flex_list {
        width: inherit !important;}

    .history-swiper .swiper-slide {
        width: 50% !important;
        padding-right: 10px;
        padding-left: 10px;
    }
    .include_ba{
        top: -35px;
        left: 2px;
        right: inherit;
    }
    .left_tag_box+.r_bb {
        font-size: 12px;
    }

    .addtocartholder .add-cart-qty {
        width: 48%;
    }

    .addtocartholder .add-cart-add {
        width: 50%;
    }

    .iconitemmenu.dropdown .dropdown-menu {
        margin-left: -160px;
    }

    .border-y:after {
        display: none;
    }

    .item_images_box {
        margin: 0 !important;
    }

    .zoom-result {
        left: 0px !important;
        top: 400px !important;
        width: 220px !important;
        height: 200px !important;
    }
}

#tag-cloud {}

.btn-add-your-tag {
    float: left;
    border: 1px solid #bbb;
    background-color: #bbb;
    color: #fff;
    font-size: 0.85em;
    margin: 0 10px 10px 0;
}

.btn-tag {
    float: left;
    border: 1px solid #bbb;
    background-color: #bbb;
    color: #fff;
    font-size: 0.85em;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.btn-tag:hover {
    background-color: #777;
}

.pickitembrand {
    float: left;
    font-size: 12px;
    border: 1px solid #ccc;
    margin: 10px 5px 0 0;
    line-height: 2em;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.pickitemsize {
    float: left;
    border: 1px solid #ccc;
    margin: 10px 5px 10px 0;
    line-height: 3em;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.pickedsize {
    border: 2px solid var(--dark);
}

.pickedbrand {
    border: 2px solid var(--dark);
}

#item_info .row {
    margin-bottom: 10px;
}


.pf_btn {
    float: left;
    border: 1px solid #bbb;
    background-color: #bbb;
    color: #fff;
    margin: 0 5px 5px 0;
}

.pf_btn:hover {
    background-color: #777;
}

.pf_btn,
.btn-sm {
    padding: 3px 10px;
    font-size: 1em;
}

.pf_picked_brand,
.pf_picked_flavor,
.pf_picked_size,
.pf_picked_container {
    /* border: 1px solid #333; */
    /* background-color: #333; */
    /* color: #fff; */
    /* padding: 3px; */
    /* border-radius: 8px; */
}

.pf_disabled {
    pointer-events: none;
    opacity: 0.6;
    border-style: dashed;
    background-color: #fff;
    color: #999;
    border-color: #999;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#hdr-upper-right-nav .dropdown-menu li a {
    color: var(--dark) !important;
}

#mySidenav .submenu {
    border-top: 1px solid #ddd;
}

#mySidenav .submenu li {
    border-bottom: 1px solid #ddd;
}

.breadcrumb {
    background-color: transparent;
    color: #ccc;
    font-size: 11px;
    margin: 5px 0 0 10px;
    padding: 0;
}

.breadcrumb a {
    color: #ccc;
    font-size: 14px;
}

.breadcrumb a:hover {
    color: #666;
}

.breadcrumb a .glyphicon-home {
    font-size: 18px;
}

.img-responsive {
    /* max-height: 400px; */
    /* margin: 20px auto; */
}

.brands_logo {
    max-width: 36px;
    max-height: 36px;
}

.label_attr {
    color: var(--dark);
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
    white-space: nowrap;
}

.sku_line {
    margin: 0 5px 10px 0;
    border-bottom: 20px solid #505862;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.qty-select-dropdown {
    position: absolute;
    z-index: 1;
    background-color: #e0e0e0;
    font-size: 13px;
    line-height: 2em;
    border: 1px solid #aaa;
    border-radius: 5px;
    white-space: nowrap;
    display: none;
    box-shadow: 0 0 4px #aaa;
    min-width: 120px;
    text-align: left;
}

.qty-select-val {
    border-bottom: 1px solid #aaa;
    padding: 0 25px;
}

.qty-select-val:hover {
    background-color: #f1f1f1;
}

.addtocartholder .input-group-btn .btn {
    min-width: 45px;
}

#addcartscroll {
    display: none !important;
}


.y_add_to_list {
    border: 1px solid var(--dark) !important;
    color: var(--dark) !important;
    width: 100% !important;
    font-size: 16px !important;
    background: #fff !important;
}

.y_add_to_list:hover {
    color: var(--main-color);
    border: 1px solid var(--main-color) !important;
}

.list-unstyled li label:hover {
    text-decoration: underline;
    color: var(--main-color);
}

.addToList_icon {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    height: 22px;
    z-index: 9;
    transform: scale(0.8);
    cursor: pointer;
}

.addToListButton {
    margin-top: 5%;
    text-align: center;
}

.addToListButton {
    margin-top: 5%;
    text-align: center;
}

#selector ul>div a {
    padding-left: 10px;
}

body {
    margin: 0;
    padding: 0;
}

#choosing {
    padding-left: 10px;
    cursor: pointer;
}

#addToList-price {
    font-size: 20px;
}

.window-middle1-part2-part2 span {
    font-size: 16px;
    line-height: 1.5;
}

.float-window {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 20%;
    margin: auto;
    left: 0;
    right: 0;
    width: 500px;
    background: #FFFFFF;
    border: 1px solid var(--main-color);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 5px;
    height: 480px;
}

.float-window-mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark);
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none
}

.window-title {
    width: 500px;
    height: 50px;
    background: var(--main-color);
    opacity: 1;
    border-radius: 5px 5px 0px 0px;
    margin: 0;
    padding: 0;
    margin-top: -21px;
    line-height: 30px;
    position: relative;
}

.window-title h3 {
    line-height: 50px;
    padding-left: 10px;
    color: #fff;
}

.window-close {
    float: right;
    color: #fff;
    font: bold 25px/25px simsun;
    text-shadow: 0 1px 0 #ddd;
    position: absolute;
    right: 10px;
    top: 14px;
    text-decoration: none !important;
}

.window-close:hover {
    color: #fff;
}

.window-middle1 {
    width: auto;
    height: 225px;
    position: relative;
    margin-top: 8px;
}

.window-middle1-part1 {
    width: 200px;
    height: 200px;
    left: 0;
    top: 0;
    position: absolute;
    margin: 10px;
    max-height: 200px;
    max-width: 200px;
}

.window-middle1-part2 {
    width: 280px;
    height: 255px;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 10px;
}

.window-middle1-part2-part1 {
    width: auto;
    height: 80px;
    font-size: 16px;
}

.window-middle1-part2-part2 {
    width: auto;
    height: 20px;
}

.window-middle1-part2-part3 {
    width: auto;
    height: 135px;
}

.window-middle1-part2-part3 input {
    width: 80px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
}

.window-middle1-part2-part3 input:hover {
    box-shadow: 0 0 3px 0px var(--main-color);
    border: none;
    outline: none;
    border: 1px solid var(--main-color);
}

.window-middle2 {
    width: auto;
    height: 110px;
    padding: 20px;
}

.window-middle3 {
    width: auto;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px 50px 20px;
}

.window-middle3 button {
    width: 40%;
    height: 36px;
}

.window-middle3-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark);
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none
}

.dropdown {
    width: auto;
}

.dropdown-menu li:first-child {
    position: relative;
    /* padding: 5px 0px; */
}

.dropdown-menu li:first-child i {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 10px;
}

.listLabel {
    margin: 0 0 0 5px;
    font-size: 14px;
    font-weight: bold;
}

/* selector */
#selector {
    max-width: 500px;
    padding: 5px;
}

#selected {
    position: relative;
    width: auto;
    border: 1px solid #505862;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    height: 30px;
    line-height: 36px;
    padding: 0 1px;
    height: 36px;
    border-radius: 5px;
}

#arrowBotton {
    border-left: none;
}

.ul {
    height: 160px;
    overflow: auto;
    border: 1px solid;
    display: none;
    list-style: none;
    margin: -2px 0 0;
    padding: 5px 0;
    border-top: 0;
    background: white;
    text-align: left;
}

.ul li {
    display: block;
    padding: 2px 10px;
    color: var(--dark);
    text-decoration: none;
    line-height: 30px;
    cursor: pointer;
}

.ul li:hover {
    background-color: rgb(31 110 76 / 18%);
    color: var(--dark);
    font-weight: bold;
}

button.ok {
    padding: .3em .8em;
    border: 1px solid #446d88;
    border-radius: .2em;
    color: white;
    font-size: 125%;
    line-height: 1.5;
    width: 200px;
    margin-left: 5px;
    margin-bottom: 5px;
    background-color: darkgreen;
    background: var(--main-color);
    height: 42px;
}

button.cancel {
    padding: .3em .8em;
    border: 1px solid #446d88;
    border-radius: .2em;
    color: black;
    font-size: 125%;
    line-height: 1.5;
    width: 200px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #fff;
    height: 42px;
}

.item-icons {
    position: relative;
}

.addtocartholder .new_operation_box.has_num {
    width: 170px;
}

.addtocartholder .new_operation_box {
    bottom: 97px;
}

.new_operation_box {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: 42px;
    right: 8px;
    height: 42px;
    border-radius: 30px;
}

.new_add_b {
    width: 42px;
    height: 42px;
    border-radius: 42px;
    border: 1px solid #fff;
    position: relative;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.16);
}

.new_add_b:after {
    content: '';
    width: 21px;
    left: 0;
    height: 3px;
    background: var(--main-color);
    position: absolute;
    top: 0;
    border-radius: 3px;
    margin: auto;
    bottom: 0;
    right: 0;
}

.new_add_b:before {
    content: '';
    height: 20px;
    left: 0;
    right: 0;
    width: 3px;
    background: var(--main-color);
    position: absolute;
    top: 0;
    border-radius: 3px;
    margin: auto;
    bottom: 0;
}

.detailpage.addtocartholder .new_operation_box .new_add_b:after {
    width: 26px;
    /* left: 11px; */
    height: 4px;
    /* top: 21px; */
}

.detailpage.addtocartholder .new_operation_box .new_add_b:before {
    height: 26px;
    /* left: 22px; */
    width: 4px;
    /* top: 10px; */
}

.detailpage.addtocartholder .new_operation_box .new_reduce_b:after {
    width: 26px;
    /* left: 9px; */
    height: 4px;
    /* top: 21px; */
}


.cart_add_box .new_operation_box>.form-control.inputqty,
.caption .new_operation_box>.form-control.inputqty {
    margin-left: 0;
    /* width: 122px; */
    min-width: 86px;
    flex: 0;
}

.new_operation_box>.form-control.inputqty {
    max-width: 90px;
    border: none !important;
    height: 42px;
    display: none;
    box-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    padding: 6px 0;
}

.new_add_b:hover,
.new_reduce_b:hover {
    transition: 0.2s;
    background: #d8d8d857;
}

.new_reduce_b {
    width: 42px;
    height: 42px;
    border-radius: 30px;
    border: 1px solid #fff;
    position: relative;
    cursor: pointer;
    background: #FFFFFF;
    display: none;
}

.new_reduce_b:after {
    content: '';
    width: 20px;
    left: 0;
    height: 2px;
    background: #7B7B7B;
    position: absolute;
    top: 0;
    border-radius: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.new_operation_box.has_num .new_add_b {
    box-shadow: none;
}

.new_operation_box.has_num:hover .add_box_title,
.add_box_title {
    display: none;
}

.new_operation_box:hover {
    background: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    width: 140px;
    transition: 0.3s ease width;
}

.new_operation_box:hover .add_box_title {
    display: block;
    padding: 0;
    width: 90px;
    max-width: 0;
    text-wrap: nowrap;
    white-space: nowrap;
    color: rgba(0, 27, 165, 0);
    transition: max-width .25s ease, color .5s ease, padding .25s ease, margin .25s ease;
    transition-delay: .1s;
    overflow: hidden;
    max-width: 110px;
    color: #7B7B7B;
    padding: 0 0 0 7px;
    margin-right: 0px;
    transition-delay: .35s;
}


.new_operation_box:hover .new_add_b {
    box-shadow: none;
}

.new_operation_box.has_num {
    width: 110px;
    background: #fff;
    box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.16);
}

.new_operation_box.has_num .form-control.inputqty,
.new_operation_box.has_num .new_reduce_b {
    display: block;
}

/* ç§»é™¤æ‰€æœ‰æµè§ˆå™¨çš„æ—‹è½¬æŒ‰é’® */
input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
    appearance: textfield;
    /* æ ‡å‡†è¯­æ³• */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#results {
    padding: 0;
    padding-left: 10px;
}

/*===== Error Page =====*/
.error-page-wrapper {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 45px 50px 15px;
}

.error-page-inner {
    display: inline-block;
    max-width: 360px;
    margin-bottom: 30px;
}

.error-page-inner>h1 {
    font-size: 180px;
    color: #fff;
    font-family: Poppins;
    -webkit-text-shadow: 0 5px 0 rgba(0, 0, 0, 0.38);
    -ms-text-shadow: 0 5px 0 rgba(0, 0, 0, 0.38);
    -o-text-shadow: 0 5px 0 rgba(0, 0, 0, 0.38);
    text-shadow: 0 5px 0 rgba(0, 0, 0, 0.38);
    position: relative;
    display: inline-block;
    background: url(../images/error-bg2.png) no-repeat scroll center / contain;
    margin-bottom: 20px;
}

.error-page-inner>h1 span {
    position: absolute;
    font-size: 50px;
    font-style: italic;
    -webkit-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
    z-index: 1;
    color: #fff;
    padding: 36px 15px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    right: -95px;
    bottom: 45px;
}

.error-page-inner>h1 span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    -o-transform: rotate(37deg);
    transform: rotate(37deg);
}

.error-page-inner>h4 {
    font-size: 28px;
    font-family: Poppins;
    color: var(--main-color);
    margin-bottom: 15px;
    margin-top: 0;
}

.error-page-inner>p {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: var(--main-color);
    /* max-width: 75%; */
}

.error-page-inner>a {
    display: inline-block;
    font-family: Poppins;
    font-weight: 700;
    font-size: 12px;
    color: #171616;
    padding: 15px 40px;
    border: 2px solid;
    margin-top: 18px;
    border-radius: 30px;
}

.error-page-inner>a:hover {
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: transparent;
}

.error-page-inner .search-frm {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.27);
    -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.27);
    -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.27);
    margin-top: 50px;
}

.error-page-inner .search-frm>button {
    color: #362d14;
}

.error-page-wrapper .right,
.track-page-wrapper .right {
    bottom: 40px;
}

.error-page-inner>a:hover,
.error-page-inner>a:focus {
    color: var(--main-color)
}

.error-page-inner>a:hover {
    background-color: transparent;
}

.error_img {
    background: url(/static/images/new/error_img.png) no-repeat center / 66%;
    max-width: 240px;
    height: 170px;
    margin: auto;
}


.cart_box .quick_search_box {
    display: flex;
}

.cart_box .quick_search_box>div {
    position: relative;
    margin-right: 10px;
}

.cart_box .quick_search_box>div>span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    width: 30px;
    height: 34px;
    cursor: pointer;
}

.cart_box .quick_search_input {
    border-radius: 25px;
    /* border-right: none; */
    width: 250px;
    /* padding-right: 0; */
    padding-right: 20px;
}

.cart_box .quick_search_box:after {
    content: '';
    background: #cccccc;
    display: block;
    width: 1px;
    height: 24px;
    position: absolute;
    left: 150px;
    top: 6px;
    display: none;
}

#quickadd .inputqty {
    max-width: 60px;
    /* border-left: none; */
    border-radius: 15px;
    margin-right: 10px;
}

.btn.quick-add-button:hover {
    color: #fff;
}

.btn.quick-add-button {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 8px;
    /* padding: 5px 0px; */
    font-weight: bold;
    width: 100%;
}

.search_cart_item input {
    /* border-radius: 25px 0 0 25px; */
    border: none;
    width: 150px;
    /* padding-right: 0; */
}

.input-group-close {
    background-color: transparent;
    border: none;
    color: #b9b9b9;
    line-height: 48px;
    font-size: 12px;
    width: 30px;
    position: absolute;
    z-index: 88;
    right: 0;
    top: -6px;
}

.bsp>a {
    color: #33803f;
    text-decoration: underline;
}

.search_cart_item .input-group-addon {
    border-radius: 20px;
    background: #fff;
    position: absolute;
    left: 4px;
    z-index: 2;
    top: 3px;
    border: none;
}

.menuSortBy {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 15px 5px 50px !important;
    display: flex;
    align-items: center;
    font-weight: bold;
    background-color: #fff;
}

.menuEdit {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    font-weight: bold;
    background-color: #fff;
}

#review-content table .caticon,
#quote-content table .caticon {
    width: 28px;
    height: 20px;
    display: block;
    position: absolute;
    left: 5px;
    display: none;
}

table .cat27 {
    background: url(/static/images/new/p/1.png) no-repeat center/ 14px 20px;
}

table .cat6 {
    background: url(/static/images/new/p/2.png) no-repeat center/ 22px 21px;
}

table .cat19 {
    background: url(/static/images/new/p/3.png) no-repeat center/ 23px 19px;
}

table .cat20 {
    background: url(/static/images/new/p/4.png) no-repeat center/ 26px 19px;
}

table .cat43 {
    background: url(/static/images/new/p/5.png) no-repeat center/ 12px 21px;
}

table .cat21 {
    background: url(/static/images/new/p/6.png) no-repeat center/ 25px 17px;
}

table .cat24 {
    background: url(/static/images/new/p/7.png) no-repeat center/ 19px 21px;
}

table .cat25 {
    background: url(/static/images/new/p/8.png) no-repeat center/ 21px 21px;
}

table .cat26 {
    background: url(/static/images/new/p/9.png) no-repeat center/ 16px 21px;
}

table .cat28 {
    background: url(/static/images/new/p/10.png) no-repeat center/ 21px 21px;
}

#review-content table.table>tbody>tr.info>th,
#quote-content table.table>tbody>tr.info>th {
    background: #FEFAF1;
    border-radius: 10px;
    border-top: none;
    cursor: pointer;
    outline: 1px solid #d8d8d8;
    position: relative;
    padding-left: 10px;
}

#review-content table.table>tbody>tr.info,
#quote-content table.table>tbody>tr.info {
    border-radius: 6px;
    overflow: hidden;
}

tr.info+tr>td {
    border-top: none !important;
}

.search_cart_item {
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
    width: 320px;
    padding-left: 35px;
    margin-top: 5px;
}

#quote-content table.table>tbody>tr>td:nth-child(1) {
    background: #fff;
    border: none;
}

#quote-content table.table>tbody>tr.free_row>td {
    border: none;
}

#quote-content table.table>tbody>tr:nth-of-type(odd) {
    background: #f9f9f9;
}

#results .sort_item_box {
    margin: 0 10px;
    position: relative;
    background: url(../images/new/sort.png) no-repeat 5px 8px / 18px;
    padding-left: 0;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    max-width: 154px;
    margin-right: 0;
    padding-right: 0;
    float: right;
    border-color: var(--line) !important;
    height: 34px;
}

.cart_box .sort_item_box {
    margin: 0 10px;
    position: relative;
    background: url(../images/new/sort.png) no-repeat 25px 7px / 20px;
}

.sort_item_box button {
    padding-left: 26PX;
    background: transparent;
}

.order_summary_table {
    border: 1px solid #d8d8d8;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order_summary_table button {
    margin: 10px;
}

.order_summary_table a {
    line-height: 40px;
}

.order_review_table {
    border: 1px solid #d8d8d8;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.table-striped td.th4,
.table-striped td.th4 .inputqty{
    font-size: 16px;
    font-weight:bold;
    color:var(--gray);
}
.table-striped .cart_add_box {
    width: 160px;
}

.cart_add_box {
    position: relative;
}

.cart_add_box .new_operation_box {
    top: 20px;
}

.cart_box #quote-content {
    border-bottom: 1px solid #d8d8d8;
}
.th2{
    max-width:60px;
    text-align:center;
}
.th2 img{
    max-height: 60px;
    max-width: 60px;
}
#quote-content .table>tbody>tr>td {
    vertical-align: middle;
}

#quote-content .table th {
    border: none;
}

.quick_search_input {
    display: inline-block;
    width: 120px;
    margin: 0;
    margin-top: -7px;
    padding: 0px 8px;
    margin-top: 0;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
}

.search_quick_result {
    position: absolute;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 18px;
    width: 430px;
    top: 35px;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-clip: padding-box;
    padding: 0;
    z-index: 99;
}

.search_quick_result li {
    position: relative;
    border-top: 1px solid #ccc
}

.search_quick_result>li:first-child {
    border-top: none
}

.search_quick_result li a {
    display: block;
    padding: 0.5rem 0.75rem;
    clear: both;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.search_quick_result li:hover {
    background: #f5f5f5;
}

.search_quick_result li a:hover {
    color: #333;
}


@media screen and (min-width: 1350px) {
    .col-md-4+.col-md-8 {
        padding-left: 0;
    }

    .item_case_details .col-md-4 {
        padding-right: 0 !important;
    }
}

.order_review_table h4 {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.checki1 {
    display: inline-block;
    background: url(../images/new/1c.png) no-repeat;
    width: 40px;
    height: 30px;
}

.checki3 {
    display: inline-block;
    background: url(../images/new/c3.png) no-repeat;
    width: 40px;
    height: 30px;
}

.checki2 {
    display: inline-block;
    background: url(../images/new/c2.png) no-repeat;
    width: 40px;
    height: 32px;
}

.checki5 {
    display: inline-block;
    background: url(../images/new/c5.png) no-repeat left center/ 28px;
    width: 40px;
    height: 32px;
}

.isPickup_box {
    display: flex;
    font-size: 20px;
    margin: 20px 40px;
}

.isPickup_box label {
    margin-right: 30px;
}
#editShipAddress{
    margin-left: 40px;
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    color: var(--main-color);
}
.editShipAddress {
    margin-left: 40px;
    display: inline-block;
    font-size: 16px;
}

#example textarea {
    width: calc(100% - 80px);
    height: 90px;
    background: rgba(0, 72, 87, 0.06);
    border-radius: 6px 6px 6px 6px;
    border: none;
    padding: 10PX;
    margin-left: 40px;
    font-size: 16px;
    color: var(--dark);
    font-weight: 400;
}

.callback {
    margin: 0 0 0 20px;
    transition: 0.2s ease;
    padding: 5px 10px;
    border-radius: 6px;
    text-align: center;
    background-color: var(--main-color);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
}

.divider {
    border-top: 1px solid #e9ecef;
    width: 100%;
    margin: 10px;
}

.summary_position #datepicker {
    padding: 3px;
    margin: 0 5px 5px 0;
    border-radius: 10px;
    height: 40px;
    display: block;
    width: 100%;
    text-align: center;
    user-select: none;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Quicksand';
    background-image: none;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.customer_po_add {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 3px;
    margin: 0 5px 5px 0;
    border-radius: 10px;
    height: 40px;
    width: 100%;
    text-align: center;
    user-select: none;
    background-image: none;
    border: 1px solid #d8d8d8;
}

.customer_po_add a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.shipAddress {
    margin-left: 40px;
    display: inline-block;
    font-size: 16px;
}

.change_img_box div:hover,
.change_img_box div.item_select_img {
    border: 1px solid var(--main-color);
}

#item_images {
    position: relative;
}

/* big_img  */
.item_images_box {
    margin: 0px auto 5px;
    padding: 25px 0px 0 58px;
}

#item_images {
    min-height: 350px;
}

#prodimg {
    /* display: inline-block; */
    margin: 0 auto;
    touch-action: manipulation; /* 禁用双击缩放 */
    user-select: none;          /* 防止文字选中 */
}

.change_img_box {
    position: absolute;
    z-index: 9;
    /* display: none; */
    /* bottom: 0; */
    margin: auto;
    top: 30px;
    /* right:0; */
    left: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}


.mag {
    width: 200px;
    margin: 0 auto;
    float: none;
}

.mag img {
    max-width: 100%;
}

.magnify {
    position: relative;
    cursor: pointer;
}

.magnify-large {
    position: absolute;
    display: none;
    width: 300px;
    height: 300px;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    /* -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100% */
}

.btn-group-buy {
    margin: 0 5px 5px 0;
}

.addtocartholder .add-cart-qty {
    width: 38%;
    margin-right: 2%;
}

.addtocartholder .add-cart-add {
    width: 60%;
}
@media screen and (max-width: 1350px) {
    .header_next_container .item_case_details div h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (min-width: 768px) 
{.item_row_title{
    width:130px !important;
}}
@media (max-width: 768px) {
    .row.category-credit {
        margin: 20px 0 0 0px !important;
    }
    .addtocartholder .new_operation_box.has_num{
        width:140px;
    }
    .qty-select-dropdown {
        font-size: 18px;
        line-height: 2.6em;
    }

    .qty-select-val {
        padding: 0 15px;
    }
}


@media (max-width: 768px) {
    .selectxx{
        margin-left: 0 !important;
    }
    .result-img .img-responsive{
        max-width:100%;
        max-height:100%;
    }
    h1.common_title{
        margin-left: 0;
    }
    .item_case_details>h4{
        border-top: 1px solid var(--line);
        margin-top: 15px;
        padding-top: 10px;
        padding-left: 15px;
    }
    .menu_boxs{
        margin-top: 20px;
    }
    .menuSortBy_box{
        position: absolute !important;
        top: -22px;
        right: 150px;
    }
    .cart_box .sort_item_box{
        top: -23px;
        right: -10px;
    }
    .search_cart_item{
        max-width: 480px; width: 100%;
    }
.sco_item .back_buy_info{top:160px;padding: 0 5px !important;font-size: 10px;}
    #orders-table.table>thead>tr>th.text-muted.pl15.sortable{
    padding-left: 10px !important;
}
    #orders-table.table>thead>tr>th {
        font-size: 12px;
        padding: 5px !important;
        height: 32px;
    }

    .status-filter #menu-duration {
        position: relative !important;
        margin: 0;
        margin-left: 10px;
    }

    #example textarea {
        width: 96%;
    }

    .order_review_table h4 {
        display: block;
        font-size: 14px;
    }

    .callback {
        font-size: 12px;
        width: 160px;
        display: block;
        margin: 5px 0 0 38px;
    }

    .new_operation_box:hover {
        width: 30px;
    }

    .new_operation_box:hover .add_box_title {
        display: none;
    }

    .float-window {
        width: 90%;
    }

    .window-middle1-part1 img {
        width: 100px;
    }

    .window-middle1-part2 {
        width: 200px;
    }

    .window-title {
        width: 100%;
    }

    .btn.quick-add-button {
        margin: 10px 0;
    }

    .addtocartholder .add-cart-qty {
        width: 48%;
    }

    .addtocartholder .add-cart-add {
        width: 50%;
    }

    .iconitemmenu.dropdown .dropdown-menu {
        margin-left: -160px;
    }

    .cart_box .quick_search_box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cart_box .quick_search_box>div {
        position: relative;
        margin-right: 10px;
    }

    .cart_box .quick_search_box>div>span {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 32px;
        text-align: center;
        font-size: 20px;
        width: 30px;
        height: 34px;
        cursor: pointer;
    }

}

#tag-cloud {}

.btn-add-your-tag {
    float: left;
    border: 1px solid #bbb;
    background-color: #bbb;
    color: #fff;
    font-size: 0.85em;
    margin: 0 10px 10px 0;
}

.btn-tag {
    float: left;
    border: 1px solid #bbb;
    background-color: #bbb;
    color: #fff;
    font-size: 0.85em;
    margin: 0 10px 10px 0;
}

.btn-tag:hover {
    background-color: #777;
}

.pickitembrand {
    float: left;
    font-size: 12px;
    border: 1px solid #ccc;
    margin: 10px 5px 0 0;
    line-height: 2em;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.pickitemsize {
    float: left;
    border: 1px solid #ccc;
    margin: 10px 5px 10px 0;
    line-height: 3em;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.pickedsize {
    border: 2px solid var(--dark);
}

.pickedbrand {
    border: 2px solid var(--dark);
}

#item_info .row {
    margin-bottom: 10px;
}


.pf_btn {
    float: left;
    border: 1px solid #bbb;
    background-color: #ffffff;
    color: var(--dark);
    margin: 0 5px 5px 0;
    border-radius: 6px;
}

.pf_btn:hover {
    background-color: #f8fafd;
    border: 1px solid var(--main-color);
}

.pf_btn,
.btn-sm {
    padding: 3px 10px;
    font-size: 1em;
    cursor: pointer;
}

.pf_picked_brand, .pf_picked_flavor, .pf_picked_size, .pf_picked_container {
    border: 1px solid var(--main-color) !important;
    background-color: #156eca08 !important;
    /* color: var(--main-color) !important; */
    padding: 3px;
    border-radius: 8px;
}

.pf_disabled {
    /*pointer-events: none;
    opacity: 0.6;*/
    border-style: dashed;
    background-color: #fff;
    color: #999;
    border-color: #999;
}

.productData-upc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.detailpage.addtocartholder {
    height: 50px;
    width: 100%;
    position: relative;
}

.detailpage.addtocartholder .add_box_title {
    display: block;
}

.detailpage.addtocartholder .new_add {
    position: static;
    width: 328px;
    line-height: 42px;
    padding: 0 16px;
    min-width: unset;
    background-repeat: no-repeat;
    background-position: 16px center;
    background-color: var(--main-color);
    height: 42px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    margin: inherit;
}

.detailpage.addtocartholder .new_add:hover {
    background: var(--main-color);
}

.detailpage.addtocartholder .new_operation_box {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    width: 328px;
    line-height: 44px;
    height: 44px;
    padding: 0 1px;
    justify-content: space-between;
    display: flex;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 16%);
    transition: 0.3s ease;
    border: 1px solid var(--main-color);
}

.detailpage.addtocartholder .new_operation_box:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    outline: none;
}

.detailpage.addtocartholder .new_operation_box input,
.detailpage.addtocartholder .new_operation_box div {
    line-height: 42px;
    background: transparent;
    border: none;
    font-size: 20px;
}

.detailpage.addtocartholder .new_operation_box div {
    font-size: 42px;
    width: 42px;
    height: 42px;
}

.detailpage.addtocartholder .new_operation_box div:hover {
    background: var(--line);
}
#buying_options .sco_left_flex>.sco_item{
    height: 237px;
    position: relative;
}

.sco_item img{
    max-width: 150px;
    max-height: 150px;
}  
#buying_options {
    /* margin-bottom:20px; */
    margin-top: 10px;
    font-size: 16px;
    /* margin: 0; */
    padding: 0;
}

#options-purchase {
    /* padding: 4px 0; */
    /* height: 34px; */
}

.item_case_details h3 {
    margin: 0 16px 0 0;
    display: none;
}

.item_case_details .panel.panel-default {
    background: #fff !important;
    border: none !important;
    margin-bottom: 5px;
}

.item_case_details .panel-heading {
    /* background: #d9e1f2 !important; */
    /* color: var(--main-color) !important; */
    /* padding: 2px 5px; */
    /* line-height:1.5; */
    /* font-size:20px; */
    /* border-bottom: 4px solid  var(--main-color) !important; */
    margin-top: 20px;
    /* font-weight: 800; */
}

.item_case_details .panel-body {
    padding: 5px;
    line-height: 1.42857143;
}

.item_case_details table>tbody>tr>td,
.item_case_details table>tbody>tr>th {
    padding: 10px 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    color: var(--main-color) !important;
}

.panel-body.p20 {
    padding: 5px 15px !important;
    /* border-bottom: none !important;
    color: #9b9b9b !important;
    text-align: center;
    border: 1px dashed #9b9b9b !important;
    border-radius: 8px; */
}

#item_info h2 {
    margin-top: 10px;
}

.cart_icon {
    position: absolute !important;
    left: calc(50% - 32px);
    top: 11px !important;
    color: #555555;
    font-size: 22px;
}

.cart_icon+.inputqty {
    margin-left: 70px !important;
}

.bsp {
    padding-bottom: 10px;
    padding-left: 0 !important;
    margin-top: 10px;
    font-size: 16px;
}

.border-y {
    position: relative;
}

.border-y:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--main-color);
    left: 0;
    top: 86px;
    display: none;
}

.summary_position .alert.alert-warning.text-left {
    max-height: 300px;
    overflow: auto;
}


.prodimg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.zoom-result {
    position: absolute;
    top: -140px;
    left: 420px;
    width: 400px;
    height: 400px;
    border: 1px solid var(--dark);
    background-repeat: no-repeat;
    background-size: 800px 800px;
    /* Adjust based on the zoom level */
    visibility: hidden;
    z-index: 999;
    background-color: #fff;
}

.change_img_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.change_img_box div {
    width: 60px;
    height: 60px;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
}

.change_img_box img {
    max-width: 56px;
    max-height: 56px;
    display: block;
    margin: auto
}

.item_images_box {
    position: relative;
    max-width: 520px;
    height: 425px;
}

.prodimg {
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
    /* margin: auto; */
    max-height: 400px;
    max-width: 100%;
}

.zoom-lens {
    position: absolute;
    width: 200px;
    height: 200px;
    visibility: hidden;
    pointer-events: none;
    background-image: url(../images/g.png);
}

.zoom-result {
    width: 800px;
    height: 800px;
    border: 1px solid var(--dark);
    background-repeat: no-repeat;
    visibility: hidden;
}


/* myorder */
.sort-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ccc;
    margin-left: 0px;
    opacity: 1;
}

.sort-icon.asc {
    border-bottom: 5px solid #333;
    opacity: 1;
}

.sort-icon.desc {
    border-top: 5px solid #333;
    border-bottom: none;
    opacity: 1;
}

.sortable {
    cursor: pointer;
}

.sortable:hover {
    background-color: #f5f5f5;
}

.status-filter {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #f3f3f3;
    border-right-color: #3498db;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.balance_info>div,
#open_balances+div+div{
    margin-left:0;
    padding-left:0;
}
@media (max-width: 768px) {

    .row .item-icons:nth-child(2n+2) .thumbnail{
        border: none !important;
    }
    #results .sort_item_box{
        margin:0;
    }
    .coll-11 {
        width: 100% !important;
        padding-right: 0 !important;
        margin: 0;
    }

    .back_buy_info {
        top: 173px;
        right: 5px;
        font-size: 11px;
        line-height: 16px;
    }

    .opl_info {
        margin: 0;
        padding: 0px 0px 15px;
    }

    #orders-table tr>td:nth-child(1) {
        width: 41% !important;
        padding-left: 10px !important;
    }

    #orders-table tr>td:nth-child(2) {
        width: 25% !important;
    }

    #orders-table tr>td:nth-child(3) {
        width: 37% !important
    }

    .accounts_box .order table tr>td {
        position: relative;
        font-size: 12px;
    }

    .flex_col div {
        height: 120px;
    }

    .flex_col span {
        display: block;
        text-align: center
    }

    .isPickup_box {
        display: block;
        width: 100%;
    }

    .detailpage.addtocartholder .new_add {
        width: 80%;
        box-shadow: 0 0 6px #fff;
    }

    .glyphicon.cart_icon {
        left: -50px;
        right: 0;
        margin: auto;
        display: block;
        width: 30px;
    }

    .detailpage.addtocartholder {
        position: fixed;
        bottom: 0;
        z-index: 5;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        align-items: center;
        height: 75px;
        background: #fff;
    }

    .detailpage.addtocartholder .new_operation_box {
        margin: auto;
        width: 80%;
        margin: 9px 10%;
        padding: 0px;
    }
}

.careers_box ul {
    margin: 0;
    padding: 0;
}

.careers_box li {
    margin-left: 0;
    padding-left: 0;
    font-weight: 800;
    font-size: 20px;
}

.careers_box li p {
    font-weight: 400;
    font-size: 16px;
}



@media (max-width: 1200px) {

    .qty-holder {
        width: 63%;
        margin-right: 2%;
    }

    .add-to-cart-holder {
        width: 35%;
    }
}

.floatingcartnav {
    margin: 0;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.fakeqty {
    background-color: #e0e0e0;
    font-size: 15px;
    /*line-height: 2.15em; */
    line-height: 2em;
    text-align: right;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 0 10px;
}

@media (max-width: 768px) {
    .fakeqty {
        padding: 0 3px;
    }
}

.promolabel {
    display: none;
    position: absolute;
    z-index: 5;
    color: #fff;
    background-color: green;
    width: 60px;
    height: 20px;
    font-size: 11.5px;
    font-weight: bold;
    text-align: center;
    padding: 2px 4px 1px 4px;
    border-radius: 2em;
    margin: -10px 0 0 -10px;
}

.carousel-inner {
    padding: 5px 15px 20px 20px;
}

.carousel-inner .row {
    /*border-left: 1px solid rgba(200,200,200,0.5);*/
}

.car-col {
    /*border-right: 1px solid rgba(200,200,200,0.5);*/
    padding-bottom: 20px;
    float: left;
}

.lbl-promo .new,
.lbl-promo .promo {
    position: absolute;
}

.lbl-promo .promo {
    top: 20px;
}

@media (max-width: 768px) {
    .logo_40{display: none;}
    .cart_add_box .new_operation_box>.form-control.inputqty, .caption .new_operation_box>.form-control.inputqty{
        min-width:60px;
        font-size: 16px;
    }
    .back_buy_info:hover .back_buy_popover{
    display: none !important; 
    }
    .clickorslide {
        width: 100%;
        height: 225px;
        overflow: scroll;
        overflow-y: hidden;
    }

    .clickorslide .item {
        display: block !important;
        float: left;
        position: static;
        width: 960px;
    }

    .clickorslide .carousel-inner {
        width: 4000px;
        height: 225px;
    }

    .clickorslide .car-col {
        width: 160px;
    }

    .clickorslide .prod-thumb {
        min-width: 110px;
    }

    .clickorslide .carousel-indicators {
        display: none;
    }

    .clickorslide .carousel-control {
        display: none;
    }
}