@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

br.clear {
	clear: both;
}

#eshopCategory .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#eshopCategory .bx-wrapper .bx-pager.bx-default-pager a.active, 
#eshopCategory .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background-color: #a1c524 !important;
}

#eshopCategory .bx-wrapper .bx-pager {
    padding-top: 7px !important;
}
#eshopCategory .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px !important;
}

.ebOption, .ebWeight, .ebVoucher > div {
	text-align: left !important;
}

.ebWeight, .ebVoucher {
	margin: 10px 0 10px 0;
}

.ebStockError {
	float: left;
    width: 100%;
    margin-left: 10px;
    padding: 10px 10px 10px 20px;
    text-align: left !important;
    background: url(https://app.sendio.cz/images/main/circle_alert.svg) left center no-repeat;
    background-size: 14px;
}

#ed .ebStockError {
    margin: 10px 0 0 0;
}

.mt30 {
	margin-top: 30px;
}

.edStockDesc {
    font-size: 12px;
    color: #484848;
}

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

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

.edProdl {
	float: left;
	width: 130px;
}

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

.edButsDialog a {
	float: left;
	background: #DDDDDD;
	padding: 10px 20px 10px 50px;
    font-weight: normal;
    font-size: 0.8em;
    text-decoration: none;
    transition: all .2s ease-in-out;
    background-image: url( 'https://app.sendio.cz/images/eshop/left-arrow.svg' );
	background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.edButsDialog a:hover {
	opacity: 0.7;
}

.ebRight #conditions {
    float: right;
    width: 500px;
}

.ebRight #conditions .ebError {
	margin-top: 12px;
}

#ebResGood {
	margin-top: 30px;
	font-weight: bold;
}

.edButsDialog a.edButsDialogBasket {
	float: right;
	background-color: #a1c524;
	color: #FFFFFF;
	padding: 10px 50px 10px 20px;
	background-image: url(https://app.sendio.cz/images/eshop/right-arrow.svg);
    background-position: right 10px center;
}

.eFlexbox {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}

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

#ed a, #eshopCategory a, #eshopBasket a, .eshopTopGoods a, #eshopFavourites a {
	color: #1d3341;
	text-decoration: none;
}

#ed a:hover, #eshopCategory a:hover, #eshopBasket a:hover, .eshopTopGoods a:hover, #eshopFavourites a:hover {
	text-decoration: underline;
}

.edShortText, .edShortTextBig {
  overflow: hidden;
  position: relative;
  max-height: 36px; 
  margin-right: -1em;
  padding-right: 1em;
}

.edShortTextBig {
  max-height: 72px; 
}

.stockYes, .edOk {
	color: #a1c524;
}

.stockNo, .edError {
	color: #e0621f;
}

.stockFuture {
	color: #3697d9;
}

.stockPreorder {
	color: #cf9700;
}

.stockWay {
	color: #0000c0;
}

.stockWarning, .edWarning {
	color: orange;
}

.edOk, .edError {
	line-height: 25px;
}

.discount_price {
	font-size: 0.8em;
	background: url(https://app.sendio.cz/images/eshop/bg-price-cross.png) no-repeat center center;
    background-size: 100% 15px;
}

#ebOrderMessage {
	float: left;
	width: 100%;
	color: #a1c524;
	font-size: 1.2em;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
}

#ebOrderMessage.obBad {
	color: #e0621f;
}

/* tabs */
.eshopTabs {
	padding: 0px !important;
	background: #F8F8F8;
	padding: 10px !important;
	border: none;
	font-size: 1em;
}

.eshopTabs .ui-state-default {
	background: none;
	border-radius: 0;
	border: none;
}

.eshopTabs .ui-state-default.ui-state-hover a, 
.eshopTabs .ui-state-default.ui-state-focus a, 
.eshopTabs .ui-state-default.ui-state-active a {
	background: none !important;
}

.eshopTabs .ui-state-default.ui-state-active, 
.eshopTabs .ui-state-default.ui-state-active.ui-state-hover {
	//background: #a1c524;
	background: #EEE;
}

.eshopTabs .ui-state-default.ui-state-hover {
	background: #E6E6E6;
	text-decoration: none !important;
}

.eshopTabs .ui-state-default.ui-state-hover a {
	text-decoration: none !important;
}


.eshopTabs .ui-state-default.ui-state-active a {
	//color: #FFFFFF !important;
}

 .ui-tabs-nav.eshopTabs li.ui-tabs-active {
	margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.ui-tabs .ui-tabs-nav.eshopTabs .ui-tabs-anchor {
	padding: 10px 20px 10px 20px !important;
}

.eshopTabs .ui-state-default span {
	float: left;
    background: #EEEEEE;
    padding: 2px 5px 2px 5px;
    margin: -2px 10px 0 0;
}

.eshopTabs .ui-state-active span {
    background: #FFFFFF;
    color: #888888;
}
/* tabs end */

/* eighteen */
.eEighteenDialog {
	display: none;
	text-align: center;
    line-height: 25px;
}

.eEighteenDialog a {
	float: left;
	background: #DDDDDD;
	padding: 10px 20px 10px 20px;
	margin-top: 50px;
    font-weight: normal;
    font-size: 0.8em;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.eEighteenDialog a:hover {
	opacity: 0.7;
}

.eEighteenDialog a.eEighteenYes {
	float: right;
	background-color: #a1c524;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
}
/* eighteen end */

/* multisel */
.eMultiSelBox {
	background: #FFFFFF;
	min-width: 172px;
	position: absolute;
	z-index: 99;
	display: none;
	margin-top: -1px;
}

.eMultiSelBox.eMSBOpen {
	background: none;
	border: none;
	min-width: none;
	position: static;
	display: block;
	margin-top: 0;
	padding: 0;
}

.eMultiSelBox div {
	margin: 5px 10px 5px 0;
}

.eMultiSelBox div .checkmark {
	top: 5px;
}

.eMultiSelBut {
	margin-top: 5px;
	cursor: pointer;
	background: url(https://app.sendio.cz/images/eshop/multiSelArrow.png) no-repeat center right 10px;
}

.eMultiSelBut:hover {
	background-color: #F2F2F2;
}

.eMultiSelBut, .eMultiSelBox, .eshopTabsSelect {
    padding: 10px 20px 10px 20px;
    border: 1px solid #DDDDDD;
}

.eshopTabsSelect {
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
/* multisel end */

/*buy*/
.edPc {
	float: right;
	width: 27px;
	height: 42px;
	text-align: center;
	padding: 0 5px 0 5px;
	border: 1px solid #d7d7d7
}

input.edPc[type='number'] {
    -moz-appearance:textfield;
}

input.edPc::-webkit-outer-spin-button,
input.edPc::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.edBuy {
	float: right;
	width: auto;
	height: 42px;
	padding: 0 20px 0 40px;
	margin-left: 8px;
	background-color: #a1c524;
	color: #FFFFFF;
	border: none;
	background-image: url(https://app.sendio.cz/images/eshop/basket.svg);
	background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
    cursor: pointer;
}

.edBuy.edPreorder {
	background-color: #cf9700;
}

#edDialogDog {
    overflow: unset;
    padding-bottom: 80px;
    text-align: center;
}

#edDialogDog .dogImg {
	margin: 0 auto 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 20px;
    background-color: #a1c524;
    background-image: url(https://app.sendio.cz/images/main/yes.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
}

.dogRemove {
    float: left;
    margin: 15px 0 0 10px;
}

#edDialogDog h2 {
	text-align: center;
}

.edDog input {
	float: right;
	width: auto;
	height: 42px;
	padding: 0 20px 0 20px;
	margin-left: 8px;
	background-color: #1d3341;
	background-image: url(https://app.sendio.cz/images/eshop/info.svg);
	background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
	color: #FFFFFF;
	border: none;
    cursor: pointer;
}

#ed .edDog input {
	padding: 0 20px 0 40px;
}

#ed .topGoodDetail .edDog input {
	padding: 0 20px 0 20px;
}

#dogEmail {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
}

.ePriceVersionMore {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.ePriceVersionMore a {
	height: 42px;
	padding: 10px 20px 10px 20px;
	background-color: #1d3341;
	color: #FFFFFF !important;
	border: none;
    cursor: pointer;
}

.ePriceVersionMore:hover a {
	background-color: #a1c524;
	text-decoration: none !important;
}

.ePriceVersion {
	float: left;
	text-align: center;
	font-size: 1.4em;
	font-weight: 400;
	margin-top: -18px;
}

.edBuy:hover {
	background-color: #1d3341;
}

.buy .edBuy {
	padding: 0;
	width: 40px;
}

#edBuy {
    float: left;
    width: 40%;
}

.eshPcs {
	float: right;
	width: 15px;
	height: 42px;
}

a.add-pcs, a.remove-pcs {
	float: left;
    font-size: 0px;
	width: 15px;
	height: 21px;
	background: url(https://app.sendio.cz/images/eshop/eshPlus.png) no-repeat center center;
	opacity: 0.80;
	filter: alpha(opacity = 80);
}

a.add-pcs:hover, a.remove-pcs:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
	text-decoration: none !important;
}

.add-pcs.unactive, .add-pcs.unactive:hover, .remove-pcs.unactive, .remove-pcs.unactive:hover {
	opacity: 0.50;
	filter: alpha(opacity = 50);
	cursor: default;
}

.remove-pcs {
	background-image: url(https://app.sendio.cz/images/eshop/eshMinus.png) !important;
}
/*buy end*/

/*topgoods*/
#topGoods, #purchasedGoods, #relatedGoods, #alternativeGoods, #accessoriesGoods, #edFaqs {
	width: 100%;
	margin: 20px 0 0 0;
	overflow: hidden;
}

#topGoods .eScrollCont, #purchasedGoods .eScrollCont, #relatedGoods .eScrollCont, #alternativeGoods .eScrollCont, #accessoriesGoods .eScrollCont {
	float: left;
	width: 100%;
	overflow-x: hidden;
  	overflow-y: hidden;
  	-webkit-overflow-scrolling: touch;
}

#topGoods .eScrollWrap, #purchasedGoods .eScrollWrap, #relatedGoods .eScrollWrap, #alternativeGoods .eScrollWrap, #accessoriesGoods .eScrollWrap {
	max-width: 1140px;
	height: 460px;
}

#topGoods h2, #purchasedGoods h2, #relatedGoods h2, #alternativeGoods h2, #accessoriesGoods h2, #edFaqs h2 {
	font-weight: 200;
	font-size: 3.2em;
	text-align: center;
	width: 100%;
	float: left;
	line-height: 1.3em;
	margin-bottom: 50px;
}

.topGoodDetail {
	display: inline-block;
	cursor: pointer;
}

.topGoodDetail .stamps {
	float: left;
	position: relative;
    right: 0;
    top: 0;
    height: 200px;
}

topGood {
	float: left;
	width: 50%;
	border-bottom: 1px solid #d2d2d2;
	cursor: pointer;
	display: inline-block;
}

.topGood.topGoodR .pad {
	margin: 0 15px 0 0;
}

.topGood .pad {
	margin: 0 0 0 15px;
}

.topGoodDetail > .pad {
	float: left;
	position: relative;
    right: 0;
    top: -200px;
}

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

.topGood .pad {
	align-items: center;
	display: flex;
}

.topGood .pad .no {
	float: left;
	width: 10px;
	margin-right: 5px;
	font-size: 1.3em;
}

.topGood .pad .image {
	float: left;
	width: 60px;
	height: 100px;
	margin-right: 5px;
	text-align: center;
	padding: 10px;
	display: flex;
	align-items: center;
}

.topGood .pad .image img {
	max-height: 80px;
}

.topGood .pad .text {
	float: left;
	width: 100%;
	margin-right: 5px;
}

.topGood .pad .discount {
	float: left;
	width: 40px;
	margin-right: 5px;
	text-align: center;
}

.discount span {
	float: left;
	color: #FFFFFF;
	padding-top: 13px;
	text-align: center;
	border-radius: 40px;
	background: #bc994c;
	height: 40px;
    width: 40px;
}

.topGood .price {
	float: left;
	width: 150px;
	text-align: right;
}

.topGood .price_vat {
	font-weight: bold;
}

#goods .good:hover, 
.eshopTopGoods .good:hover, 
.topGoodDetail:hover {
	border-color: #bc994c;
}

#goods .good:hover .name a, 
.eshopTopGoods .good:hover .name a, 
.topGoodDetail:hover .name a  {
	text-decoration: underline;
}

#goods .good .pad,
.eshopTopGoods .good .pad,  
.topGoodDetail .pad {
	margin: 10px;
}

#goods .good .container, 
.eshopTopGoods .good .container, 
.topGoodDetail .container {
	float: left;
	cursor: pointer;
}

#goods .good .pad .name,
.eshopTopGoods .good .pad .name,  
.topGoodDetail .pad .name {
	float: left;
	width: 100%;
	line-height: 1.5em;
	height: 70px;
}

#goods .good .pad .name a,
.eshopTopGoods .good .pad .name a,  
.topGoodDetail .pad .name a {
	font-weight: 200;
    font-size: 16px;
    line-height: 1.2em;
}

#goods .good .pad .description,
.eshopTopGoods .good .pad .description, 
.topGoodDetail .pad .description {
	float: left;
	width: 100%;
	height: 100px;
	font-size: 12px;
	line-height: 1.5em;
}

#goods .good .pad .stockNo, 
.topGoodDetail .pad .stockNo, 
#goods .good .pad .stockYes, 
.topGoodDetail .pad .stockYes,
.eshopTopGoods .good .pad .stockNo,
.eshopTopGoods .good .pad .stockYes {
	font-size: 12px;
    line-height: 16px;
}

.topGoodDetail .pad a {
	text-decoration: none;
}

.topGoodDetail .pad a:hover {
	text-decoration: underline;
}

#goods .good .pad .image,
.eshopTopGoods .good .pad .image,  
.topGoodDetail .pad .image {
	float: left;
	width: 100%;
	height: 190px;
	margin-bottom: 10px;
	text-align: center;
}

#goods .good .pad .image img, 
#edImg img, .edImage img, 
.topGoodDetail img, 
.topGood .image img,
.eshopTopGoods .good .pad .image img,  
.edPacketImg img {
	max-height: 100%;
    width: auto;
    margin: 0 auto 0 auto;
}

/*#goods .good .pad .image .bx-wrapper, 
#edImg img, .edImage .bx-wrapper, 
.topGoodDetail .bx-wrapper, 
.topGood .image .bx-wrapper,
.eshopTopGoods .good .pad .image .bx-wrapper,  
.edPacketImg .bx-wrapper {
	margin-bottom: 30px;
}*/

#goods .good .pad .price, 
.eshopTopGoods .good .pad .price, 
.topGoodDetail .pad .price {
	float: left;
	/* width: 78px; */
	max-width: 50%;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}

#goods .good .pad .price.priceOver, 
.eshopTopGoods .good .pad .price.priceOver, 
.topGoodDetail .pad .price.priceOver {
	margin-top: 0px !important;
}

#goods .good .pad .buy, 
.eshopTopGoods .good .pad .buy, 
.topGoodDetail .pad .buy {
	float: right;
	width: 115px;
}

#goods .good .pad .stockNo, 
#goods .good .pad .stockYes, 
.eshopTopGoods .good .pad .stockNo, 
.eshopTopGoods .good .pad .stockYes, 
.topGoodDetail .pad .stockYes, 
.topGoodDetail .pad .stockWay, 
.topGoodDetail .pad .stockNo {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.edProdr,
.eshopTopGoods .good .edProdr, 
.edProdr {
	float: right;
	width: 65px;
    text-align: right;
}

#edText h3, #goods .good .container h3, .topGoodDetail .container h3, .eshopTopGoods .container h3, .eshopTopGoods .container h3 {
	font-weight: 500;
	font-size: 1.5em;
    margin-top: 0;
}

#goods .good .container h3, .topGoodDetail .container h3, .eshopTopGoods .container h3 {
	font-size: 15px;
	margin: 0 0 15px 0;
}

.topGoodDetail {
    float: left;
    height: 460px;
    border: 1px solid #d2d2d2;
    width: 217px;
    margin: 0 5px 10px 5px;
}

/*topgoods end*/

/*stamps*/
.stamps {
	position: absolute;
    z-index: 1;
}

.stamps .discount, .stMedail, .stAction, .stNew {
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	border-radius: 50px;
	margin: 5px 0 0 5px;
	height: 45px;
    width: 45px;
}

.stMedail {
	background-color: #333;
}

.stAction {
	background-color: #a1c524;
} 

.stNew {
	background-color: #1b82a9;
}

.stamps .discount span {
    margin-top: -10px;
    height: 45px;
    width: 45px;
    padding-top: 15px; 
}

.stMedail span {
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	background-image: url(https://app.sendio.cz/images/eshop/medal.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.stAction span {
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	background-image: url(https://app.sendio.cz/images/eshop/like.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.stNew span {
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	background-image: url(https://app.sendio.cz/images/eshop/new.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*stamps end*/

.edDeliveryFree {
    padding: 10px;
    color: #a1c524;
    background: #f8ffe0;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.edco {
	float: left;
	width: 100%;
	margin-top: 40px;
	display: flex;
    align-items: center;
}

.edco > div {
	float: left;
	width: 33.33%;
	text-align: center;
	background-color: #FAFAFA;
    display: flex;
    align-items: center;
    position: relative;
}

.edco > div > div {
	width: 100%;
}

.edco1 {
	border-radius: 5px 0 0 5px;
    height: 100px;
    z-index: 1;
}

.edco2 {
    border-radius: 5px;
    height: 150px;
   	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

.edco3 {
	border-radius: 0 5px 5px 0;
    height: 100px;
    z-index: 1;
}

.edte1, .edte2 {
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.edte2 {
	margin-top: 20px;
}

@media screen and ( max-width: 1140px ) {
	#topGoods .eScrollCont, #purchasedGoods .eScrollCont, #relatedGoods .eScrollCont, #alternativeGoods .eScrollCont, #accessoriesGoods .eScrollCont {
		overflow-x: scroll;
	}
}

@media screen and ( max-width: 1000px ) {
	#goods .good {
		width: 32.2% !important;
	}
}

@media screen and ( max-width: 800px ) {
	#goods .good {
		width: 48.9% !important;
	}
	
	.edco {
		display: block;
	}
	
	.edco > div {
		width: 100%;
		border-radius: 0;
		height: auto;
		min-height: 100px;
		margin-bottom: 20px;
	}

	.edco2 {
	   	-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

@media screen and ( max-width: 500px ) {
	#goods .good {
		width: 100% !important;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.ui-dialog {
		max-width: 90%;
	}
	
	.edButsDialog a {
		width: 100% !important;
	}
	
	.edButsDialog a.edButsDialogBasket {
		margin-bottom: 10px;
	}
	
	.ebRight #conditions {
	    width: 100%;
	}
	
	.eEighteenDialog a {
		float: left;
		width: 100%;
	}

	.eEighteenDialog a.eEighteenYes {
		margin-top: 20px;
	}
}