.easynetshop-buy {
 border: 1px solid #a42037;
 display: inline-block;
 border-radius: 5px;
 padding: 5px 10px;
 text-align: center;
 background-color: #b4213b;
 cursor: pointer;
 color: #fff;
 text-decoration: none;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

a.easynetshop-buy:hover {
 color: #fff;
 text-decoration: none;
 background-color: #cf435b;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box; 
}


#easynetshop-cart {
 border: 1px solid #a42037;
 display: none;
 border-radius: 5px;
 padding: 5px 10px;
 text-align: center;
 background-color: #b4213b;
 cursor: pointer;
 color: #fff ;
 text-decoration: none;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;   
}
#easynetshop-cart a {
	color: #fff ;
}

#easynetshop-cart-default {
 border-radius: 10px 0px 0px 10px;
 width: 80px;
 /*height: 60px;*/
 display: block;
 text-align: center;
 background-color: rgba(0, 0, 0, 0.5);
 padding: 5px;
 cursor: pointer;
 position: fixed;
 z-index: 1140;
 top: 100px;
 right: 0px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;   
}

#easynetshop-cart-default > a {
 line-height: 50px;
 display: inline-block;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;  
}

#easynetshop-cart-default.easynetshop-item-1 {
 background-image: url("https://lk.easynetshop.ru/frontend/img/1item.png");
 background-repeat: no-repeat;
 background-position: right 15px top 0px; 
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;     
}
#easynetshop-cart-default.easynetshop-item-2 {
 background-image: url("https://lk.easynetshop.ru/frontend/img/2item.png");
 background-repeat: no-repeat;
 background-position: right 15px top 0px;   
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;   
}
#easynetshop-cart-default.easynetshop-item-3 {
 background-image: url("https://lk.easynetshop.ru/frontend/img/3item.png");
 background-repeat: no-repeat;
 background-position: right 15px top 0px;   
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;   
}
#easynetshop-cart-default.easynetshop-item-4 {
 background-image: url("https://lk.easynetshop.ru/frontend/img/4item.png");
 background-repeat: no-repeat;
 background-position: right 15px top 0px;   
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;   
}
#easynetshop-cart-default.easynetshop-item-5 {
 background-image: url("https://lk.easynetshop.ru/frontend/img/5item.png");
 background-repeat: no-repeat;
 background-position: right 15px top 0px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;   
}

.powered, .powered a, .powered a:hover {
	font-size:10px;
	color:#999;	
}

.easynetshop-modal-addtocart {

}

.easynetshop-modal-order {

}

.easynetshop-modal-ordercompleate {

}

.easynetshop-modal {
 display: none;
 position: relative;
 top: 0px;
 left: 0;
 right: 0;
 width: 600px;
 font-family: "Open Sans", Arial, sans-serif;
 color: #333333;
 line-height: 1.42857143;
 font-weight: 300;
 font-size: 13px;
 background-color: #ffffff;
 border: 1px solid rgba(0, 0, 0, 0.2);
 border-radius: 6px;
 margin: auto;
 z-index: 1150;
 transform: translate(0, 0);
 transition: transform 0.3s ease-out;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 outline: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

div.easynetshop-modal-cart {
 position: relative;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-modal {
 width: auto;
 margin: 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

@media screen and (min-width: 768px){
	.easynetshop-modal {
		width: 600px;
		margin: 30px auto;
	}
}

.easynetshop-modal-fade-wrapper {
 display: none;
 overflow-x: hidden;
 overflow-y: auto;
 opacity: 0.5;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1050;
 transition: opacity 0.15s linear;
 box-sizing: border-box;
 background-color: #333333;
 position: fixed;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-modal-header .easynetshop-close {
 margin-top: -2px;
 padding: 0;
 cursor: pointer;
 background: transparent;
 border: 0;
 -webkit-appearance: none;
 float: right;
 font-size: 21px;
 font-weight: bold;
 line-height: 1;
 color: #000;
 text-shadow: 0 1px 0 #fff;
 opacity: .2;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-modal-header {
 min-height: 16.428571429px;
 padding: 15px;
 border-bottom: 1px solid #e5e5e5;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-modal-title {
 margin: 0;
 line-height: 1.428571429;
 font-family: 'PT Sans', sans-serif;
 font-weight: 300;
 font-size: 18px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 letter-spacing: normal;
 padding: 0px;
 color: #333333;
}

.easynetshop-continue, .easynetshop-returntocart, .easynetshop-gotocart, .easynetshop-goorder, .easynetshop-doorder {
 display: inline-block;
 padding: 6px 12px;
 margin-bottom: 0;
 font-size: 14px;
 font-weight: normal;
 line-height: 1.428571429;
 text-align: center;
 white-space: nowrap;
 vertical-align: middle;
 cursor: pointer;
 background-image: none;
 border: 1px solid transparent;
 border-radius: 4px;
 -webkit-user-select: none;
 align-items: flex-start;
 font-family: 'PT Sans', sans-serif;
 margin-right: 5px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-center {
 text-align: center;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.easynetshop-left {
 text-align: left;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.easynetshop-right {
 text-align: right;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-itogo {
 padding-right: 15px;
}

.easynetshop-modal-body {
 position: relative;
 padding: 20px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-continue, .easynetshop-returntocart {
 color: #333;
 background-color: #fff;
 border-color: #ccc;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-continue:hover, .easynetshop-continue:focus, .easynetshop-continue:active, .easynetshop-continue.active,
.easynetshop-returntocart:hover, .easynetshop-returntocart:focus, .easynetshop-returntocart:active, .easynetshop-returntocart.active {
 color: #333;
 background-color: #ebebeb;
 border-color: #adadad;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-gotocart, .easynetshop-goorder, .easynetshop-doorder {
 color: #fff;
 background-color: #5cb85c;
 border-color: #4cae4c;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-gotocart:hover, .easynetshop-gotocart:focus, .easynetshop-gotocart:active, .easynetshop-gotocart.active,
.easynetshop-goorder:hover, .easynetshop-goorder:focus, .easynetshop-goorder:active, .easynetshop-goorder.active,
.easynetshop-doorder:hover, .easynetshop-doorder:focus, .easynetshop-doorder:active, .easynetshop-doorder.active
{
 color: #fff;
 background-color: #47a447;
 border-color: #398439;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-footer {
 padding: 19px 20px 20px;
 margin-top: 15px;
 text-align: right;
 border-top: 1px solid #e5e5e5;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-6,.easynetshop-2,.easynetshop-4 {
 width: 100%;
 float: left;
 position: relative;
 min-height: 1px;
 padding-right: 15px;
 padding-left: 15px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-3 {
 width: 100%;
 float: left;
 position: relative;
 min-height: 1px;
 padding-right: 15px;
 padding-left: 15px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-offset-9 {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

@media (min-width: 992px) {
 .easynetshop-6 {
  width: 50%;
 }
 .easynetshop-4 {
  width: 33.3%;
 }
 .easynetshop-3 {
  width: 25%;
 }
 .easynetshop-1 {
  width: 8.33%;
 }
 .easynetshop-2 {
  width: 16.6%;
 }
 .easynetshop-offset-9 {
  margin-left: 75%;
 }
}

.easynetshop-form-group {
 margin-right: -15px;
 margin-left: -15px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-form-group:before, .easynetshop-form-group:after {
 display: table;
 content: " ";
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-form-group:after {
 clear: both;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-row {
 margin-right: -15px;
 margin-left: -15px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-row:before, .easynetshop-row:after {
 display: table;
 content: " ";
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-row:after {
 clear: both;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-form-group input, .easynetshop-form-group textarea, .easynetshop-form-group select {
 display: block;
 width: 100%;
 height: 34px;
 padding: 6px 12px;
 font-size: 14px;
 line-height: 1.428571429;
 color: #555;
 vertical-align: middle;
 background-color: #fff;
 background-image: none;
 border: 1px solid #ccc;
 border-radius: 4px;
 margin: 0px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
 box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
 -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-form-group textarea {
 height: auto;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box; 
}

.easynetshop-delgood {
 background-color: white;
 border: none;
 margin-left: 15px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 1px 6px;
}

.easynetshop-form-group input.easynetshop-modal-cart-error {
 border-color: #a94442;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
 box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-modal-errortext {
 color: #a94442;
 font-size: 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-goodtitle {
 margin-bottom: 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;

}

.easynetshop-goodtitle .easynetshop-goodimage {
 margin-right:10px;
 margin-bottom:10px;
 float:left;
 max-width:60px;
 max-height:60px;
}

.easynetshop-goodtitle-name {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 color:#333333;
}

.easynetshop-goodtitle-description {
 color: #cccccc;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.easynetshop-minus-quant, .easynetshop-plus-quant {
 background: #fff;
 border: 1px solid #dad9d5;
 width: 25px;
 margin: 0;
 padding: 1px 6px;
 line-height: 18.5714px;
}

.easynetshop-loader {
 background-image: url("https://lk.easynetshop.ru/frontend/img/loader.gif");
 background-repeat: no-repeat;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;   
 position: fixed;
 width: 128px;
 height: 128px;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 display: none;
 margin: auto;
 z-index: 9000;
}

.easynetshop-cb {
 clear: both;
}

.easyshop-quant-input {
 width: 25px;
 margin: 0px 2px 0px 2px;
 border: 1px solid #dad9d5;
}

.yamoney-pay-button__pay, .yamoney-pay-button {
    background: #FFDB4D;
    border-radius: 4px;
    height: 64px;
    width: 155px;
    outline: 0px;
    border: 0px;
    transition: 0.1s ease-out 0s all;
    cursor: pointer;
}

.yamoney-pay-button__pay {
    position: relative;
    opacity: 0;
    z-index: 2;
}

.yamoney-pay-button {
    text-align: center;
    background: #FFDB4D;
}

.yamoney-pay-button__text {
    position: relative;
    left: 0;
    top: -53px;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-family: YandexSansTextApp-Regular, Arial, Helvetica, sans-serif;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.yamoney-pay-button__subtext {
    position: relative;
    left: 0;
    top: -55px;
    color: #000;
    font-size: 12px;
    font-family: YandexSansTextApp-Light, Arial, Helvetica, sans-serif;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.yamoney-pay-button_type_fly {
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.12), 0 5px 10px -3px rgba(0, 0, 0, 0.3);
    margin: 10px auto;
}

.form-robokassa {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border: none;
    background: rgb( 232, 237, 241);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    width: 298px;
    height: 60px;
    border-radius: 4px;
}

.btn-robokassa {
    width: 126px;
    height: 38px;
    background: url(https://auth.robokassa.ru/Merchant/PaymentForm/Images/button-m.png);
    line-height: 37px;
    display: inline-block;
    color: rgba(255,255,255,1);
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.30);
    border: none;
}


#easynetshop-custom-orderfinalform {
 display: none;
}
.easynetshop-modalcontainer {
    overflow: auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1150;
    bottom: 0;
    right: 0;
    display: none;
}
.easynetshop-bodyhide {
 overflow: hidden;
 padding-right: 17px;
}
.easynetshop-modal-cart .easynetshop-form-group .easynetshop-required-error {
    background-color: #ffcaca;
    border-color: #a90101;
    will-change: transform;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;

}


@media screen and (max-width: 400px){
	.easynetshop-continue, .easynetshop-returntocart, .easynetshop-gotocart, .easynetshop-goorder, .easynetshop-doorder {
		   width:100%;
		   margin-bottom:10px;
		   }
	.easynetshop-ok{
 		   padding: 20px;
			}
	}
