/* main */

@media (min-width: 800px) {
	.wrapper-order {
		display: grid;
		grid-template-columns: 330px 1fr;
		grid-gap: 0px;
		font-family: 'Roboto';
		font-weight: 300;
	}
	
	.aside {
		align-self: start;
	}
}


.price-but {
    width: 100%;
    padding: 15px 0px;
    cursor: pointer;
    border: none;
    font-size: 15px;
    font-family: 'Roboto';
    text-transform: uppercase;
    outline:none;
        background: #f1f1f1;

}

.price-but:hover {
    background: #E1E8EE;
    color: #86939E;
}


button.shk_count_button:hover {
    background: #cedae6;
}

input.button:hover {
    background: #d8e0e6;
    cursor: pointer;
}

.item.price {
    text-align: right;
}


input.button {
    width: 100%;
    margin: 0px;
    padding: 11px;
    border-radius: 4px;
    background: #e1e8ee;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 300;
    border: 1px solid #d8e0e6;
    outline:none;
}

img#minus {
    position: relative;
    bottom: 4px;
}

.cart-order.item-wapper {
    grid-gap: 0px;
    align-items: center;
}

.item.del {
justify-self: center;
}

.item.image {
    justify-self: center;
}

.cart-order.item-wapper {
    gap: 0px;
    align-items: center;
    margin: 10px 0px;

    padding: 12px 0px;
    border-top: 1px solid #E1E8EE;
  
}

button.shk_count_button {
     width: 30px;
    height: 30px;
    background-color: #E1E8EE;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    color: #86939E;
    font-family: 'Roboto';
    font-size: 15px;
    outline: none;
}

.cart-order.item-wapper .item{
    border:0px;
}

#shk_prodHelper {
    position: absolute;
    z-index: 100;
    width: 150px;
    padding: 5px;
    background-color: #ffffff;
    border: 3px solid #b7a7d0;
    display: none;
    font-family:roboto;
    border-radius: 0px;
}

#shk_prodHelper div {
	padding: 5px 0;
	text-align: center;
}

.shk_loading {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 100;
	background: url('ajax-loader.gif') center center no-repeat #fff;
	border: 1px solid #888;
	display: none;
	border-radius: 4px;
}


/* addit */

#shk_prodHelperName {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#shk_prodHelper input[type="text"] {
	padding: 2px 5px;
	border: 1px solid #888;
	box-shadow: 1px 1px 4px #B2B2B2 inset;
	border-radius: 2px;
	font-size: 12px;
	text-align: center;
}

#shk_prodHelperName .msg {
	width: 100%;
	text-overflow: clip;
	white-space: normal;
}

.relative {
	width: 100%;
	position: relative;
}

.error {
	color: red;
}

.price-add {
	color: red;
	padding-left: 3px;
	line-height: 0;
}

.shk_count_button {
	width: 26px;
	height: 26px;
	white-space: nowrap;
	padding: 0;



}

.shk-but {
	margin: 0 0px;
}

.shk-count {
	padding: 2px;
	text-align: center;
	border:0px;
}


/* materials */

.materials {
	padding: 5px 0;
}

.materials img {
	width: 70px;
}

.materials input {
	cursor: pointer;
}