.addr_block_dil {
  margin-left: 100px;
  margin-bottom: 30px;
}
.cartItem .btnBlock a:hover {
  box-shadow: none;
}
.btn {
  cursor: pointer;
}
.btnss {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.pay_var {
	text-align: center;
  display: none;
}
.pay_var .title {
	text-align: center;
	margin: 30px 0 10px;
	font-size: 18px;
}
.pay_var .item_pay {
	display: inline-block;
  vertical-align: top;
  width: 15%;
  height: 105px;
  text-align: center;
  margin-bottom: 20px;cursor:pointer !important;
  /*background-color: #EA9800;*/
}
.pay_var .item_pay:hover {background-color: #EA9800 !important;}
.pay_var .item_pay img {
	margin-top: 13px;
	width: 75%;
}
.type_pay {
	text-align: center;
}
.type_pay div {
	display: inline-block;
	margin: 20px 10px;
	cursor: pointer;
	color: #5B351B;
	font-weight: bold;
	letter-spacing: 0.3px;
	font-size: 16px;
	border: 2px solid #5B351B;
	padding: 5px;
}
.type_pay div.active {
	background-color:  #5B351B;
	color: white;
}
.type_pay div:hover {
	background-color:  #5B351B;
	color: white;
}
@media (min-width: 640px) {
  .cartBlock .cartItem {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline;
  }
}
form.ms2_form .row {
  justify-content: center;
}
.btn {
  font-family: inherit;
}
.tipsBlock-list {

}
@media (max-width: 1023px) and (min-width: 640px){
  .tipsBlock-list {
    /*max-height: 390px;*/
  }
}
@media (min-width: 1024px) {
    .tipsBlock-list {
        /*max-height: 470px;*/
    }
}