.cat-desc {
    margin-bottom: 20px;
}
.desc ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.hpgripprod.list-full > div {
    width: 25%;
}

.scbackpage a{
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}
.scbackpage a span{
    display: inline-block;
    padding-left: 28px;
    position: relative;
}
.scbackpage a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media all and (max-width: 1199px){
    /* <=== hpgripprod ===> */
    .hpgripprod.list-full > div {
        width: 33.3333%;
    }
}

@media all and (max-width: 991px) {
    /* <=== hpgripprod ===> */
    .hpgripprod.list-full > div {
        width: 50%;
    }
}
.quantity {
    position: relative;
    display: flex;
    width: 80px;
    border:solid 1px #d99f3d;

}
.quantity input{
    width:calc(100% - 40px);
    height: 35px;
    text-align: center;
    border: none;
    border-left: 1px solid #d99f3d;
    border-right: 1px solid #d99f3d;

}
.quantity button{
    width:20px;
    height:35px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    padding: 0;
    border: none;
    background-color: transparent;
}
.quantity .group-button button.btn-up{
    border-bottom: solid 1px #d99f3d;
}




.box-coupon {
    margin-bottom: 10px;
}
.coupon-info {
    position: relative;
}

.coupon-info .coupon-mess {
    line-height: 30px;
    margin-right: 80px;
}
.coupon-info .promotion-code {
    color: #d09b3e;
}

.coupon-mess a {
    position: absolute;
    right: 10px;
    color: #ed1c24;
}

.shopping-checkbox , .shopping-checkbox  a {
    color: #d09b3e;
}


/*checkout-cart*/

.cart-info-more {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}
.cart-info-more > div {
    font-size: 14px;
    padding: 0 10px;
}

/*checkout-method*/
.info-customer .row.padding4 {
    margin-right: -4px;
    margin-left: -4px;
}
.info-customer .row.padding4 > *[class^=col] {
    padding-right: 4px;
    padding-left: 4px;
}

.i-info-more {
    display: flex;
    margin-top: 2px;
    font-size: 12px;
}
.i-info-more > div {
    margin-right: 15px;
}

@media all and (max-width: 991px){
    .i-info-more {
        justify-content: center;
    }
}




/*box-process*/

.box-process {
    padding: 30px;
    position: relative;
    border: solid 1px  #773345;
}

.process-content {
    text-align: center;
    padding: 50px 0;
}

.process-loading {}


/*checkout-cancel*/

.checkout-cancel {
    text-align: center;
    padding: 20px;
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}



/*checkout-finished*/

.checkout-finished {
    text-align: center;
    padding: 20px;
}

.div_success .color {
    font-size: 20px;
    font-weight: bold;
}


.checkout_error  {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 10px 10px;
}

.box-error {
    text-align: center;

}
.hanging-icon.hanging-icon-error {
    stroke: #ff6d6d;
}
.payment-result {
    padding: 15px;
}


.payment-result  .pay-title {
    font-size: 18px;
    line-height: 24px ;
    margin-bottom: 20px;
    text-align: center;

}

.payment-result . .table-responsive {}

.payment-result .form-group  {
    margin-bottom: 10px;
    position: relative;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
.payment-result .form-group::after {
    content: '';
    clear: both;
    display: table;
}

.payment-result .form-group  label  {
    font-weight: bold;
    width: 30%;
}



.hpcartshh .block.link {
    margin-top: 15px;
}
/*dealer shop*/





.mask{ position: absolute;width: 100%;height: 100%;background: #000;left: 0px;top: 0px;z-index: 10000;
    /* For IE 5.5 - 7*/
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);*/
    /* For IE 8*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    filter: alpha(opacity=50);*/

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity:0.5;
    -moz-opacity: 0.5;
}
.waiting{position: absolute; left: 45%;top:45%;z-index: 10001; text-align: center}

#waiting{ visibility: hidden;}


.waiting img{
    border: none;
}

#ext_dealer {
    min-height: 50px;
}


.vnt-store{
    margin: 10px 0; 
}

.item-method.active .vnt-store {
    display: block;
}
.vnt-store .title{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.vnt-store .form {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:solid 1px #f3f3f3;
}
.vnt-store .form .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.vnt-store .form .grid .col{
    padding: 0 5px;
    width: 50%;
    margin-bottom: 15px;
}
.vnt-store .form .grid .col1{
    padding: 0 5px;
    width: 100%;
}
.vnt-store select{
    width: 100%;
    height: 35px;
    border-radius: 0;
    background: #ffffff;
    padding: 6px 0px;
    border: none;
    border-bottom: 1px solid #000000;
    box-shadow: none !important;
}

.vnt-store .form .pos{
    position: relative;
}
.vnt-store input[type="text"]{
    width: 100%;
    height: 35px;
    border-radius: 0;
    background: #ffffff;
    padding: 5px 12px;
    border: 1px solid #000000;
    box-shadow: none !important;
}
.vnt-store select:focus ,
.vnt-store input[type="text"]:focus {outline:none;}
.vnt-store .form button{
    position: absolute;
    right:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border:none;
    background: none;
}

.time-receive {

}

.time-receive .div-label {
    float: left;
    width: 120px;
    height: 35px;
    border-bottom: 1px solid #000000;
    line-height: 35px;
}
.time-receive .div-input {
    float: right;
    width: calc(100% - 120px);
}

.vnt-store  .list-view {
    position: relative;

}
.vnt-store  .list-view .list {
    height: 100px;
    overflow: hidden;
    position: relative;
}
.vnt-store  .list-view .list::after {
    content: '';
    position: absolute;
    height: 30px;
    background: rgba(255,0,0,0.3);
    z-index: 5;
}
.vnt-store .list{
    max-height: 442px;
    overflow: auto;
}

.viewmorest {
    padding: 5px 0;
    display: block;
    overflow: hidden;
    position: relative;
    color: #ed1d24;
    cursor: pointer;
}
.viewmorest:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #ed1d24;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}





.show_hidden_info .content_show_hidden{
    font-size: 15px;
    line-height: 25px;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.show_hidden_info .content_show_hidden .over_hidden{
    padding-bottom: 20px;
}
.show_hidden_info .content_show_hidden:after{
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: -moz-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 45%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255, 255, 255,0)),color-stop(45%,rgba(255, 255, 255,1)));
    background: -webkit-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 45%);
    background: -ms-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 45%);
    background: linear-gradient(to bottom,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 45%);
}
.show_hidden_info .content_show_hidden.active_show:after{
    background: transparent;
}
.show_hidden_info .button_show_hidden{
    text-align: center;
}
.show_hidden_info .button_show_hidden a{
    display: inline-block;
    text-decoration: none;

    line-height: 20px;
    color: #ed1d24;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.show_hidden_info .button_show_hidden a:after{
    font-family: FontAwesome;
    content: '\f0d7';
    padding-left: 10px;
}
.show_hidden_info .button_show_hidden a.active_hidden:after{
    content: '\f0d8';
}


.vnt-store .list::-webkit-scrollbar {
    height: 6px;
    width:8px;
    background: transparent;
    padding:3px;
}
.vnt-store .list::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.25);
    outline: 1px solid black;
}
.vnt-store .item{
    padding: 5px 10px 5px 20px;
    position: relative;
    border-bottom:solid 1px #f3f3f3;
    font-size: 13px;
}
.vnt-store .item .t-check{
    position: absolute;
    left:0px;
    top: 12px;
}
.vnt-store .item .i-radio {
    width: 20px;
    cursor: pointer;
}
.vnt-store .item .i-radio input{
    position: relative !important;
    margin: 0 !important;
}
.vnt-store .item .t-name{

}
.vnt-store .item .t-name label {
    color: #000;
    font-weight: normal;
    padding-left: 0;
    margin: 0;
}
.vnt-store .item .t-add{
    color:#666666;
    font-size: 12px;
}
.vnt-store .item .t-view {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    color: #ed1d24;
}
.vnt-store .item .t-view::before   {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f041';
    left: 0;

}



.shopping-loading {
    position: relative;
    z-index: 9999;
}

.shopping-loading:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 900;
}

.shopping-loading:after {
    content: "";
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 901;
    width: 150px;
    height: 150px;
    background: url(../images/loading.svg) no-repeat center center;
    background-size: cover;
    opacity: 1;
}


