/*

 * Custom code goes here.

 * A template should always ship with an empty custom.css

 */

/*Tippy.js - https://github.com/atomiks/tippyjs*/
.tippy-templates-source { display: none; }

.text-right{
	text-align: right!important;
}
.text-left{
	text-align: left!important;
}
.mr-0{
	margin-right: 0!important;
}
.ml-0{
	margin-left: 0!important;
}
.no-gutters{
	margin-right: -15px!important;
	margin-left: -15px!important;
}
.product-detail .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col{
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px!important;
	padding-left: 15px!important;
}
.justify-content-end{
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.js-mailalert {
    margin-top:  10px;
}

.emailalert .row{
   padding-left: 15px;
   padding-right: 15px;
}
.emailalert .input-email-box{
   padding-right: 0;
   padding-left: 0;
}

#wrapper .breadcrumb{
	margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
	#wrapper .breadcrumb{
		margin: 2rem 0;
		padding: 0;
		display: block;
		background-color: transparent;
		text-align: center;
	}
}

#header{
	/*overflow: hidden;*/
}

.product-detail-name,
.product-prices .current-price{
	font-size: 2rem;
}

.product-detail .product-variants{
	margin-bottom: 25px;
}

.product-detail .product-variants-item{
	margin: 0;
}

.product-quantity .input-group-btn-vertical .btn{
	background-color: #292929;
}
.product-quantity .input-group-btn-vertical .btn i{
	color: #fff;
}
.product-quantity #quantity_wanted{
	color: #000;
	font-weight: 500;
	font-size: 1.2rem;
}

.product-detail button.btn,
.product-detail a.btn{
	border-radius: 3px;
}

.product-detail .product-availability{
	padding-top: 10px;
}

.product-detail .mail-alerts-box{
	margin-bottom: 20px;
}

.product-add-to-cart .product-quantity button.add-to-cart{
	background-color: #e70e1a;
}

.product-add-to-cart .product-quantity button.add-to-cart:hover{
	background-color: #b81f27;
}

.product-add-to-cart .product-quantity button.add-to-cart:focus{
	background-color: #7d141a;
}

.product-add-to-cart .product-quantity button.add-to-cart[disabled]{
	background-color: #e70e1a;
}

@media (min-width: 768px) {
	.product-detail .product-tabs .nav-tabs{
		position: sticky;
		top: 0;
		background-color: #fff;
		z-index: 1020;
	}
}

.product-detail .tab-content .tab-pane{
	display: block!important;
}

.product-detail .tab-content .fade{
	opacity: 1;
}

#product-availability{
	font-size: 14px;
	display: block;
}
#product-availability .quantity-over-threshold{
	color: #45b65c;
}
#product-availability .quantity-under-threshold{
	color: #a6aa3f;
}
#product-availability .quantity-out-but-allow{
	color: #ffc107;
}
#product-availability .quantity-out-not-allow{
	color: #ff4d07;
}

.kostka-ean{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:right;
}
.kostka-ean p span{
	font-weight: bold;
}

.leo-megamenu .dropdown-menu{
	min-width: initial;
	max-width: 80vw;
}

.leo-megamenu .dropdown-menu li a,
.leo-megamenu .dropdown-menu a > .menu-title{
	text-transform: initial;
}

.leo-megamenu .mega-col-inner .widget-subcategories{
	min-width: 180px;
}

.leo-megamenu .mega-col .inner{
	min-width: 220px;
}

.leo-megamenu .mega-col-inner:not(.vyprodej-link) .widget-links{
	min-width: 300px;
}
.leo-megamenu .mega-col-inner .widget-html{
//	min-width: 300px;
}

.leo-megamenu .dropdown-menu-inner .row{
	display: flex;
}

.leo-compare-wishlist-button .wishlist{
	padding-left: 0;
}

.product-image-thumbs-bottom .product-tabs.tabs .nav-tabs .nav-item .nav-link{
	color:#000;
	font-family: transducer-regular, sans-serif;
}

.product-image-thumbs-bottom .product-tabs.tabs .nav-tabs{
	border: 1px solid #ddd;
	border-width: 1px 0;
}

.product-detail .right-content-col h3.header{
	border-bottom: 1px solid #ddd;
	font-size: 1.2rem;
	font-weight: 400;
	padding-bottom: .2rem;
}

.product-detail .product-attachments .attachment{
	padding: .5rem 0;
}

.product-detail .product-attachments .attachment h4{
	margin-bottom: 0;
}

.product-detail .product-attachments .attachment h4 a{
	color: #000;
	font-weight: 400;
	font-size: 1rem;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name,
.product-features > dl.data-sheet dd.value:nth-of-type(2n),
.product-features > dl.data-sheet dt.name:nth-of-type(2n){
	background-color: transparent;
	font-size: 1rem;
	margin: .5rem 0;
	padding: 0;
	min-height: auto;
}
.product-features > dl.data-sheet dt.name:hover,
.product-features > dl.data-sheet dt.name:hover + dd{
  background-color:#f6f6f6;
}
.product-features > dl.data-sheet dt.name{
	padding-right: .5rem;
}
.product-features > dl.data-sheet dd.value{
	font-weight: 800;
	text-align: right;
}

.product-detail .social-sharing,
.product-detail .social-sharing ul{
	display: inline;
}

.product-detail .social-sharing #send_friend_button{
	font-size: 1rem;
}

.leo-quickview .modal-body{
	padding: 15px 30px;
}

.leo-quickview .modal-body .btn-primary.add-to-cart{
	min-width: initial;
}

@media (max-width: 992px) {
	.leo-quickview .modal-body .product-add-to-cart .product-quantity{
		display: grid;
	}
}

#product-details .radar svg{
	scale: .8;
	overflow: visible;
}

/************ checkout ************/
/************ checkout - delivery ************/
body#checkout .content > h3 {
	margin-bottom: 1.2rem;
}
#checkout-delivery-step .delivery-options .delivery-option:not(:first-child){
	margin-top: 1rem;
}
#checkout-delivery-step .delivery-options .delivery-option{
	border-radius: 3px;
	border: solid #e0e1e1 1px;
}
#checkout-delivery-step .delivery-options .delivery-option:hover{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
#checkout-delivery-step .delivery-options .delivery-option.active {
	border: solid var(--color-red) 1px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
#checkout-delivery-step .delivery-option label{
	width: 100%;
	text-align: inherit;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	min-height: 76px;
	padding: 1rem;
}
#checkout-delivery-step .delivery-option label:hover{
	cursor: pointer;
}
#checkout-delivery-step .delivery-option label .carrier-radio{
	width: 5%;
	padding: 5px;
}
#checkout-delivery-step .delivery-option label .carrier-logo{
	text-align: center;
	width: 15%;
	padding: 5px;
}
#checkout-delivery-step .delivery-option label .carrier-logo img{
	max-width: 50px;
}
#checkout-delivery-step .delivery-option label .carrier-name{
	width: 30%;
	padding: 5px;
}
#checkout-delivery-step .delivery-option label .carrier-name span{
	font-size: .8rem;
	font-weight: 600;
}
#checkout-delivery-step .delivery-option label .carrier-delay{
	width: 30%;
	padding: 5px;
}
#checkout-delivery-step .delivery-option label .carrier-price{
	width: 20%;
	padding: 5px;
	text-align: center;
	color: #4caf50;
	font-weight: 600;
}
#checkout-delivery-step .delivery-options-list .order-options{
	margin-top: 2rem;
}
@media screen and (max-width: 576px){
	#checkout-delivery-step .delivery-option label{
		flex-direction: column;
	}
	#checkout-delivery-step .delivery-option label .carrier-radio{
		padding: 5px 0;
	}
	#checkout-delivery-step .delivery-option label .carrier-logo,
	#checkout-delivery-step .delivery-option label .carrier-name,
	#checkout-delivery-step .delivery-option label .carrier-delay,
	#checkout-delivery-step .delivery-option label .carrier-price{
		width: 100%;
		text-align: center;
	}
}
/************ checkout - delivery ************/


/************ checkout - payment ************/
#checkout-payment-step .payment-options{
	display: flex;
	flex-direction: column;
}
#checkout-payment-step .payment-options .payment-option{
	display: flex;
	flex-direction: row;
	align-items: center;
	border: solid #e0e1e1 1px;
	border-radius: 3px;
	padding: 0 1rem;
	margin: 0;
	min-height: 76px;
}
#checkout-payment-step .payment-options .payment-option:hover{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	cursor: pointer;
}
#checkout-payment-step .payment-options .payment-option.active {
	border: solid var(--color-red) 1px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
body#checkout section.checkout-step .payment-options label{
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: left;
//	flex: 1;
	margin-bottom: 0px;
}
body#checkout section.checkout-step .payment-options label:hover{
	cursor: pointer;
}
#checkout-payment-step .payment-option .payment-logo{
	max-width: 50px;
	padding: 0;
	margin: 0 1rem;
}
#checkout-payment-step .payment-option .payment-call-to-action{
	flex: 1;
	padding: 0 1rem;
	font-weight: 600;
}
#checkout-payment-step .payment-option .payment-call-to-action span{
	display: inline-block;
	text-align: left;
	white-space: nowrap;
}
#checkout-payment-step .payment-option .payment-info{
	width: 20px;
    margin-left: 45px;
}
#checkout-payment-step .payment-option .payment-info span{
	font-size: 18px;
	color: #414141;
}
#checkout-payment-step .payment-option .payment-info .tippy-templates-source section > p {
	font-size: 13px!important;
}

@media screen and (max-width:576px){
	#checkout-payment-step .payment-options .payment-option {
		flex-direction: column;
        padding: 1rem;
	}
	#checkout-payment-step .payment-option .payment-call-to-action span{
		text-align: center;
		white-space: normal;
	}
	body#checkout section.checkout-step .payment-options label{
		flex-direction: column;
	}
	body#checkout section.checkout-step .payment-options span.custom-radio{
		margin-right: 0;
	}
	#checkout-payment-step .payment-option .payment-logo{
		max-width: 50px;
		padding: 5px;
		margin: 0;
	}
    #checkout-payment-step .payment-option .payment-info{
		display: none;
	}
}
/************ checkout - payment ************/
/************ checkout ************/