.freeshipping_box_top {
    width: 210px;
    padding: 8px 12px;
    background: #fff;
    font-size: 13px;
    color: #3e3e3e;
    line-height: 16px;
    margin-left: 12px;
    border-bottom: 1px solid #d7e4ea;
    border-left: 2px solid #1eba30;
    position: relative;
}
.freeshipping_box_top:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -4px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    -moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.freeshipping_line { display: block;}

.freeshipping_box_cart {background: #eef4f7;min-height: 32px;position: relative;padding: 15px!important; margin-top: 16px;    font-size: 13px;
    line-height: 16px;font-weight: 400; color: #323232;}
.freeshipping_box_product { margin: 30px 0 0;padding: 0 0 20px;border-bottom: 1px solid #d3dce1;color:#000000}
.freeshipping_box_product  .textline, .freeshipping_box_cart .textline {display: inline-block}
.freeshipping_box_product  .textline.freedelivery, .freeshipping_box_cart .textline.freedelivery {padding-left: 40px;position: relative}
.freeshipping_box_product  .textline.freedelivery:before, .freeshipping_box_cart .textline.freedelivery:before {content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 16px;background-color: #1eba30;
    mask: url(/img/doprava.svg) no-repeat 50% 50%;
    -webkit-mask: url(/img/doprava.svg) no-repeat 50% 50%;}
.freeshipping_box_product .friction, .freeshipping_box_cart .friction {color:#8b969b; text-align: right; display: inline-block; float: right}
.freeshipping_box_product .showfree, .freeshipping_box_cart .showfree {display: none;}
.freeshipping_box_product .shownotfree, .freeshipping_box_cart  .shownotfree  {display: inline-block;}
.freeshipping_box_top.freedelivery {background: #1eba30;color: #fff;border-color: #12a823;text-shadow: 1px 1px 1px rgba(8,95,18,.5);}
.freeshipping_box_top.freedelivery:after {background: #1eba30;}

@media (max-width:580px) {
	.freeshipping_box_product .friction, .freeshipping_box_cart .friction {display: block; float: none; margin-top: 6px;}
}

/* Ptogress Bar */

.meter {height: 10px; background: #d4dee6;border-radius: 10px;border-bottom: 1px solid #fbfcfd; margin-bottom: 5px; margin-top: 10px}

.meter > span { max-width: 100%; margin-bottom: 0;height: 9px;background: #1eba30;border-radius: 10px;border-bottom: 1px solid #14a125;box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);position: relative; display: block;}
