
#basket_wrap{
    display: none;
}

#page #tbl_basket tr{
    background-color: transparent;
}

#page #tbl_basket{
    border:none;
}

#tbl_basket img{
    border-radius: 1px;	
}

#tbl_basket i.fa{
    cursor: pointer;
}
#page #tbl_basket td, #page #tbl_basket th{
    border: none;
}
#page #tbl_basket td{
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

#tbl_basket_button{
    background: #e21e24;
    color: #fff;
    border: 0;
    padding: 11px 20px;
    border-radius: 2px;
    margin-right: 0px;
    font-size: 16px;
}
#tbl_basket_button:hover{
    box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5) inset;
}

#tbl_basket_button.wait{
    opacity: .25;
}
#tbl_basket_button.submit_no:hover{
    box-shadow: none;
}

#tbl_basket_button.submit_no{
    outline: none;
    cursor: default;
    background-color: gray;
}

.inform_unit{
    line-height: 1.5;
}
.amount input{
    width: 54px;
    text-align: center;
    height: 30px;
    padding: 2px 0 2px 7px;
}
.amount{
    position: relative;
}
.min_max{
    position: absolute;
    left: 77px;
    top: 3px;
    font-size: 11px;
    background-color: #007e0091;
    padding: 0 3px;
    color: #fff;
}


#norobot{
    width: 64px;
    height: 34px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 2px 0 2px 7px;
    float: left;
    margin-right: 7px;
}

#captcha_img{
    float: left;
    cursor: pointer;
    margin-right: 7px;
    border-radius: 2px;
}

#invalid_captcha, #invalid_email{
    font-weight: bold;
    color: #e21e24;
}


#itogo{
    height: 70px;
}

#itogo_col{
    vertical-align: top;
}
#itogo_col th{
    padding-bottom: 25px !important;
}
#itogo_col th span{
    font-size: 20px;
}
#itogo_col span.curency_basket{
    font-size: 16px;
}

#itogo .fa{
    font-size: 85%;
}

#tbl_basket textarea{
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    resize: none;
    width: calc(100% - 20px);
}

input[type="text"], input[type="email"]{
    height: 30px;
    padding: 4px 10px 3px;
    width: calc(100% - 20px);
}
input[name="user_addresss"]{
    width: 100%;
}


#page table tr:first-child td {
    font-size: 14px !important;
}

input, textarea{
    border: 1px solid #ccc;
    transition: border-color 0.3s ease;
}

input:hover,input:focus, textarea:hover, textarea:focus{
    border-color: #007e00;
    outline: none;
}


.log_list{
    padding: 0 15px 20px;
    margin-bottom: 40px;
    border: 1px solid #e2e2e2;
}

.log_list ul{
    font-size: 14px;
}

.clear_basket span{
    cursor: pointer;
    border-bottom: 1px dashed;
}



th.th-quantity {
	width: 105px;
}

@media screen and (max-width : 730px){	
	/*	.big-table {
			overflow-x: scroll;
			overflow-y: scroll;
		}*/

	th.th-price {
		width: 28px;
	}
	
	th.th-price  span {
		display: none;
	}

	th.th-img {
		display: none;
	}

	td.basket_img {
		display: none;
	}
}

@media screen and (max-width : 430px){	
	.big-table {
		overflow-x: scroll;
		overflow-y: scroll;
	}

	#page #tbl_basket {
		width: 360px;
	}

	th.th-quantity {
		width: 82px;
	}
	
	th.th-number {
		padding:  0;
		width: 9px;
	}
	
	td.counter {
		padding: 0;
		width: 9px;
	}
}
