label[for="cart-payment-method-cash_on_delivery"] .gateway-wrapper-cash_on_delivery .item-cash_on_delivery::after{    content: '(ویژه سبزوار)';
    position: absolute;
    right: 18.3%;
    bottom: 0px;
    top: 0px;
    z-index: 100;
    color: #ff7272;
    line-height: 5.3;}


@media(max-width:450px){
	label[for="cart-payment-method-cash_on_delivery"] .gateway-wrapper-cash_on_delivery .item-cash_on_delivery::after{    content: '(ویژه سبزوار)';
    position: absolute;
    right: 55%;
    bottom: 0px;
    top: 0px;
    z-index: 100;
    color: #ff7272;
    line-height: 5.3;}
}