@CHARSET "UTF-8";

#eshopBasket .ebDummy {
	display: none;
}

#eshopBasket .checkIcButton {
    width: 38%;
    float: right;
    cursor: pointer;
    background-color: #a1c524;
    border: 1px solid #a1c524;
    color: #FFFFFF;
}

#eshopBasket input[name="invoice_number"] {
	width: 60%;
}

.ebErrorMessage {
	display: none;
}

#ebErrorPayment.ebError, #ebErrorDelivery.ebError {
	display: block;
    position: relative;
    width: 100%;
    float: left;
}

#eshopDontCombinate {
    color: #e0621f;
    padding: 20px 20px 20px 50px;
    border: 1px solid #e0621f;
    margin-bottom: 20px;
    background: #fdf3ee url(https://app.sendio.cz/images/main/circle_alert.svg) 20px center no-repeat;
    background-size: 14px;
}

#eshopBasket a {
	color: #1d3341;
	text-decoration: none;
	font-size: 1.1em;
}

#eshopBasket {
	font-family: "Open Sans", sans-serif;
	line-height: 1.4;
	color: #000000;
    width: 100%;
}

#eshopBasket h1 {
    font-size: 37px;
    line-height: 37px;
    font-weight: 200;
    text-align: left;
    margin: 0 0 21px 0;
}

#ebCountry select, .ebFR select {
    padding: 10px 20px 10px 20px;
    border: 1px solid #DDDDDD;
    width: auto;
    max-width: 100%;
}

.ebGoodTop, .ebGood, .ebGoodDiscountTicket {
	padding: 10px 0 10px 0;
	float: left;
	width: 100%;
}

.ebGoodTop, .ebGood .ebDetail, .ebGoodDiscountTicket .ebDetail {
	display: flex;
	align-items: center;
    float: left;
    width: 100%;
}

.ebGood .ebPcCont {
	width: 95px;
}

.ebGood.ebGoodDiscount input {
	margin-bottom: 0 !important;
}

.ebGood.bg, .ebGoodDiscountTicket.bg {
	background: #F8F8F8;
}

.ebGood .edStock {
	width: 100%;
	text-align: left;
	font-weight: normal;
}

.ebGoodTop {
	font-size: 1.1em;
	font-weight: 400;
}

.ebGoodTop div, .ebGood div, .ebGoodTop div, .ebGoodDiscountTicket div {
	text-align: center;
}

.ebGoodTop div.ebName, .ebGood div.ebName, .ebGoodDiscountTicket div.ebName {
	text-align: left;
}

.ebGoodDiscountTicket.final div {
	font-weight: bold;
}

.ebImage {
	float: left;
	width: 100px;
}

.ebImage img {
	max-height: 50px;
	width: auto;
}

.ebH {
	float: left;
	width: 100%;
}

.ebName {
	float: left;
	width: 55%;
}

.ebH h2 {
	font-weight: 200;
	font-size: 1.4em;
	margin: 0 10px 5px 10px;
}

.ebH a {
	text-decoration: none;
}

.ebH a:hover {
	text-decoration: underline;
}

.ebPc {
	float: left;
	width: 110px;
}

.ebPricePc {
	float: left;
	width: 100px;
}

.ebPrice {
	float: left;
	width: 100px;
}

.ebGood .ebPrice, .ebGood .ebPricePc, .ebGood .ebPc {
	color: #666666;
}

.ebPriceVat {
	float: left;
	width: 100px;
}

.ebDel {
	float: left;
	width: 30px;
	color: #999999;
}

.ebDel span {
	cursor: pointer;
}

.ebDel:hover {
	color: #e0621f;
}

.ebB {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.ebBA {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.ebBL {
	float: left;
	width: 39%;
}

.ebBR {
	float: right;
	width: 59%;
}

.ebBRL {
	float: left;
	width: 90%;
	text-align: right;
}

.ebBRR {
	float: left;
	width: 10%;
	text-align: right;
}

.ebBRL.st {
	margin-top: 10px;
	font-weight: bold;
}

.ebBRR.st {
	margin-top: 8px;
	font-weight: bold;
	font-size: 1.1em;
}

.ebButs {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.ebButs .ebPrev, .ebButs .ebNext {
	float: left;
	width: auto;
	padding: 15px 50px 15px 20px;
	cursor: pointer;
	border: none;
	font-size: 1.3em;
	transition: all .2s ease-in-out;
}

.ebButs .ebPrev:hover, .ebButs .ebNext:hover {
	opacity: 0.8;
}

.ebNext.disabled, .ebNext.disabled:hover {
	opacity: 0.4;
	cursor: default;
}

.ebButs .ebPrev {
	padding: 15px 20px 15px 50px;
	background: #DDDDDD;
	background-image: url( 'https://app.sendio.cz/images/eshop/left-arrow.svg' );
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 25px; 
}

.ebButs .ebNext {
	float: right;
	background-color: #a1c524;
	color: #FFFFFF;
	background-image: url( 'https://app.sendio.cz/images/eshop/right-arrow.svg' );
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 25px; 
}

#ebDelivery, #ebPayment {
	float: left;
	width: 48%;
}

#ebCountry {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#ebPayment {
	float: right;
}

#ebDelivery h2, #ebPayment h2, #ebCountry h2, #ebSum h2, #deliveryAddressDef h2 {
	font-weight: 200;
	font-size: 2em;
	margin-bottom: 30px;
}

.ebF {
	width: 70%;
	margin: 0 auto 0 auto;
    clear: both;
    padding-top: 5px;
}

.ebF.ebFBig {
	float: left;
	width: 100%;
    margin-top: 20px;
    padding-top: 0;
}

.ebF.ebFBig .ebFR {
    width: 63%;
}

#deliveryAddressCont, #companyDataCont {
	display: none;
}

.ebFB {
	float: left;
	width: 100%;
}

.ebZIP {
	width: 110px;
}

.ebPhone {
	width: 180px;
}

.ebF .ebFL, .ebFB .ebFL {
	float: left;
	width: 30%;
	margin-top: 10px;
	text-align: right;
	margin-bottom: 10px;
}

.ebF .ebFR, .ebFB .ebFR {
	float: right;
	width: 68%;
	margin-left: 2%;
	margin-bottom: 10px;
	position: relative;
}

.ebFB.ebRight {
    margin-top: 20px;
    text-align: right;
}

#ebDiscountTicket {
	width: 200px;
}

.ebFree {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
    padding: 10px;
    background-color: #a1c524;
	margin-bottom: 20px;
}

.ebFree.ebFreeBad {
	background-color: #e0bc1f;
}

.ebErrorF {
	float: left;
	width: 100%;
	margin: 5px 0 5px 0;
	text-align: left;
	color: #e0621f;
}

.ebFC {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	text-align: right;
}

.ebFC input {
	width: auto;
}

.ebSumary {
    float: left;
    width: 100%;
}

.ebSumary.ebMT20 {
	margin-top: 20px;
}

#ebLoginCont, #ebAccountCont {
	display: none;
    float: left;
    width: 100%;
}

#ebAccountCont input[name="password1"] {
	float: left;
	margin-right: 20px;
}

#ebLoginCont .ebF {
	width: 50%;
}

#ebLoginCont .ebFL {
	width: 40%;
}

#ebLoginCont .ebFR {
	width: 58%;
}

#ebAccountCont input {
	width: 200px;
}

#ebSum {
	float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
}

.ebSumL {
    float: left;
    width: 49%;
}

.ebSumR {
    float: right;
    width: 49%;
}

#ebSumProd {
	float: left;
    width: 100%;
	margin-bottom: 40px;
}

.ebBS {
	margin-bottom: 5px;
    float: left;
    width: 100%;
}

.ebBSL {
	float: left;
	width: 30%;
}

.ebBSR {
	float: right;
	width: 68%;
}

.ebSumCompany {
	display: none;
}

.edStockUnit {
    float: right;
    margin: 11px 0 0 4px;
    font-size: 1.1em;
}

.radioButton .name {
	float: left;
	width: 78%;
	display: flex;
    align-items: center;
    min-height: 28px;
}

.radioButton .image {
    margin-left: 15px;
}

.radioButton .image img {
	max-height: 25px;
}

.radioButton .price {
	float: right;
	width: 20%;
	text-align: right;
    padding: 6px 0 6px 0px;
}

#ebDelivery .radioButton, #ebPayment .radioButton {
	padding: 4px 10px 4px 45px;
    min-height: 36px;
}

@media screen and ( max-width: 1140px ) {
	#deliveryAddressDef #deliveryAddressDefCont {
	    height: 150px;
		overflow-x: scroll;
	}
	
	#deliveryAddressDef .deliveryAddress {
	    width: 200px;
	    margin: 0 10px 0 10px;
	}
	
	#deliveryAddressDefWrap {
	    display: inline-flex;
	}
	
	#deliveryAddressDef #deliveryAddressDefCont .deliveryAddress:nth-child(4n+4) {
		margin-left: 10px;
		width: 200px;
	}
	
	#deliveryAddressDef #deliveryAddressDefCont .deliveryAddress:first-child {
		margin-left: 0;
	}
	
	#deliveryAddressDef #deliveryAddressDefCont .deliveryAddress:nth-child(4n+1) {
		margin-right: 10px;
		width: 200px;
	}
	
	#deliveryAddressDef #deliveryAddressDefCont .deliveryAddress:last-child {
		margin-right: 0;
	}
}

@media screen and ( max-width: 1200px ) {
	#ebLoginCont .ebF {
	    width: 50%;
	}
}

@media screen and ( max-width: 1000px ) {
	#ebDelivery, #ebPayment, .ebSumL, .ebSumR {
		width: 100%;
	}
	
	#ebSumary .ebBL, .ebSumary .ebBL {
		display: none;
	}
	
	#ebSumary .ebBL, .ebSumary .ebBL, #ebSumary .ebBR, .ebSumary .ebBR, #ebSumProd .ebBL, #ebSumProd .ebBR {
		width: 100%;
	}
	
	#ebSumary .ebBRL, .ebSumary .ebBRL, #ebSumProd .ebBRL {
		width: 80%
	}
	
	#ebSumary .ebBRR, .ebSumary .ebBRR, #ebSumProd .ebBRR {
		width: 20%
	}
	
	.ebPricePc {
		display: none;
	}
	
	.ebName {
		float: left;
		width: 55%;
	}
}

@media screen and ( max-width: 950px ) {
	#ebLoginCont .ebF {
	    width: 60%;
	}
}

@media screen and ( max-width: 850px ) {
	#eshopBasket #eshopTabs .eshopTabs {
		display: none;
	}
	
	#eshopBasket .checkIcButton {
		margin-top: 10px;
	    width: 100%;
	}
	
	#eshopBasket input[name="invoice_number"] {
		width: 100%;
	}
}

@media screen and ( max-width: 800px ) {
	#ebLoginCont .ebF {
	    width: 70%;
	}
	
	.ebButs input {
		width: 100% !important;
	}
	
	.ebButs .ebNext {
		float: left;
		margin-bottom: 20px;
	}
}

@media screen and ( max-width: 700px ) {
	#ebLoginCont .ebF {
	    width: 100%;
	}
}

@media screen and ( max-width: 500px ) {
	#ebSumary .ebBRL, .ebSumary .ebBRL, #ebSumProd .ebBRL {
		width: 60%
	}
	
	#ebSumary .ebBRR, .ebSumary .ebBRR, #ebSumProd .ebBRR {
		width: 40%
	}
	
	.ebF {
		width: 100%;
		display: flex;
		align-items: center;
	}
	
	.ebF .ebFL, .ebFB .ebFL {
		margin-top: 0;
	}
	
	.radioButton .name {
		width: 68%;
	}
	
	.radioButton .price {
		width: 30%;
	}
	
	.ebGood.ebGoodDiscount {
		display: flex;
		align-items: center;
	}
	
	.ebGood.ebGoodDiscount .ebName {
		width: 81%;
  	  	margin-right: 4%;
	}
	
	#ebDiscountTicket {
		width: 100%;
		margin-top: 5px;
	}
	
	.ebPrice {
		display: none;
	}
	
	.ebGood .ebDetail {
		display: block;
	}
	
	.ebDetail .ebPriceVat, .ebDetail .ebDel {
	    margin-top: 13px;
	}
	
	#eshopBasket .ebDummy {
		display: block;
		width: calc(100% - 240px);
    	float: left;
	}
	
	.ebGood .ebName {
		width: 100%;
		text-align: left;
	    margin-bottom: 15px;
	}
	
	.ebImage {
	    float: none;
    	margin: 10px auto 10px auto;
    }
	
	.ebImage img {
		max-height: 100px;
	}
	
	.ebGood.ebGoodDiscount .ebName {
		display: block;
		margin-left: 4%;
	}
	
	.ebGood.ebGoodDiscount .ebImage, .ebGood.ebGoodDiscount .ebPc, .ebGood.ebGoodDiscount .ebPricePc, .ebGood.ebGoodDiscount .ebPrice, .ebGood.ebGoodDiscount .ebPriceVat {
		display: none;
	}
	
	.ebBSL {
		width: 40%;
	}
	
	.ebBSR {
		width: 58%;
	}
	
	#ebDelivery h2, #ebPayment h2, #ebCountry h2, #ebSum h2 {
	    font-size: 1.6em;
	}
	
	.ebF {
	    display: block;
	}
	
	.ebF .ebFL, .ebFB .ebFL {
	    float: none;
        width: 100%;
	    text-align: left;
	    margin-left: 0px;
	}
	
	.ebF .ebFR, .ebFB .ebFR {
	    float: none;
        width: 100%;
	    text-align: left;
	    margin-left: 0px;
	}
	
	.ebGood .edStock {
	    text-align: center;
	}
	
	.radioButton {
	    padding-left: 10px;
	}
	
	.radioButton .checkmark {
		width: 100%;
	    height: 100%;
	    border-radius: 0;
	    position: absolute;
	    z-index: 0;
	    margin-left: -10px;
	    margin-top: -6px;
	}
	
	.radioButton .checkmark:after {
		display: none !important;
	}
	
	.radioButton .name, .radioButton .price {
		position: relative;
		z-index: 1;
	}
	
	#ebDelivery .radioButton, #ebPayment .radioButton {
	    padding-left: 10px;
	}
	
	#passLetter {
	    margin-top: 0px;
	}
	
	#ebLoginCont .ebFL, #ebLoginCont .ebFR {
		width: 100%;
	}
	
	#ebAccountCont input {
	    width: 100%;
	}
	
	#passScore {
		margin-bottom: 20px;
	}
}

@media screen and ( max-width: 400px ) {
	#ebLoginCheckbox .ebFL, #ebCompanyDataCheckbox .ebFL, #ebDeliveryAddressCheckbox .ebFL, #ebAccountCheckbox .ebFL {
		display: none;
	}
	
	#ebLoginCheckbox .ebFR, #ebCompanyDataCheckbox .ebFR, #ebDeliveryAddressCheckbox .ebFR, #ebAccountCheckbox .ebFR {
		width: 100%;
	}
}
 