@media only screen and (min-width: 1025px){

.cart-item.clearfix.ng-scope.shipping{
    margin-bottom: 20px;
    margin-top: 50px;
	}
	.smth-changed-popup{
		top: -70px;
	}
	.smth-changed-popup::after{
		width: 19px;
		height: 19px;
	}
	.smth-changed-popup::before{

		left: 0px;
		top: -1px;
	}

}



	.details-quantity__item.qty input {
    width: 45px;
    margin-top: 10px;
    text-align: center;
	}

	.decrement-minus {
    cursor: pointer;
    margin-right: 5px;
	}

	.increment-plus {
    cursor: pointer;
    margin-left: 5px;
	}

