a.i-color {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dscolor a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.boxNotFound {
    text-align: center;
    padding: 20px;
}

.boxNotFound .mess_notfound {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 10px;
}

#ext_stock .in_stock {
    color: #49aee2;
}
#ext_stock .out_stock {
    color: #ff0000;
}


 
 
.box-filter-price {
  padding-top: 15px;
  max-width: 100%;
}


 

.slider_price.ui-slider {
  background: #cccccc;
  height: 6px;
  border-radius: 5px;
  border: none !important;
  margin: 0 10px;
}
.slider_price .ui-widget-header{
  border: none !important;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
}
.slider_price.ui-slider .ui-slider-handle {
  border-radius: 100%;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  top: -4px;
  cursor: pointer;
}

.box-filter-price .slider-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin:10px;
  flex-wrap: wrap;
}
.box-filter-price .slider-info .s-item {
  width: 50%;
  padding: 0 5px;
  font-size: 12px;

}

.box-filter-price .slider-info .s-item span {

}
.box-filter-price .slider-info .s-item:last-child {
  text-align: right;
}


/*shopping_method*/
 

.vhtablepayment table td .i-product .tend .ltend {
    width: calc(100% - 135px);
}
.vhtablepayment table td .i-product .tend .rtend {
    width: 120px;
}

.div-choose {
    padding-right: 0 !important;
}
.div-choose .choose-label {
    position: relative;
    z-index: 1;
    padding-right: 50px !important;
}


.vhforminfocart .berequi {
    display: none;
}


.vhbtnpayment .btn-submit {
    display: block;
    background-color: #333333;
    text-align: center;
    padding: 8px 20px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
}
.vhbtnpayment .btn-submit:hover {
     background-color: #000000;
}
/*checkout-cancel*/

.checkout-cancel {
    text-align: center;
    padding: 20px;
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}




/*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;
}


