﻿.product .btn{
	border-radius:50px
}
.product .btn:hover{
	border-color:#484283;
	background-color:#484283
}
.product .btn span{
	font-size: 16px;
	letter-spacing: 1px;
}
/* Product page */
.type-product aside{
	display:none
}
.type-product #content-wrapper{
	margin-top:15px !important
}
.type-product .p-detail-inner-header h1{
	font-size:26px
}
.type-product div.link-icons{
	display:none
}
.type-product div.social-buttons-wrapper{
	display:none
}
.type-product .p-image{
	border:none
}
.type-product .p-thumbnails-inner a{
	background-color:#f3f4f8;
}
.type-product .p-thumbnails-inner a.highlighted{
	background-color:#e8e7ef
}
.type-product .p-thumbnails-inner img{
	padding:0.5rem;
	border:none;
	transition: all 0.5s ease;
}
.type-product .p-thumbnails-inner img:hover{
	padding:0rem
}
.type-product .p-info-wrapper{
	display:grid;
	grid-template-columns: repeat(6,1fr);
	grid-template-rows: min-content;
	height:fit-content;
}
.type-product .p-info-wrapper > div{
	grid-column: 1 / 7;
	height:fit-content
}
.type-product .p-info-wrapper > div.p-detail-inner-header{
	grid-row-start: 1;
	grid-row-end: 1;
}
.type-product .p-info-wrapper > div.p-detail-info{
	grid-row-start: 2;
	grid-row-end: 2;
	margin-bottom:2rem
}
.type-product .p-info-wrapper > div.p-short-description{
	grid-row-start: 3;
	grid-row-end: 3;
	font-size:14px;
	line-height:1.5;
	border-bottom:2px solid #f3f4f8
}
.type-product .p-info-wrapper > div.availability-value{
	grid-row-start: 4;
	grid-row-end: 4;
	font-weight:bold;
	text-align:left;
	padding-top:2rem;
	margin-bottom:1rem !important
}
.type-product .p-info-wrapper > div.p-final-price-wrapper{
	grid-column: 1 / 3;
	grid-row-start: 5;
	grid-row-end: 5;
	margin-bottom:unset;
	display:flex;
	align-items: center;
	height:100%;
	border-bottom:2px solid #f3f4f8;
	width:100%;
	padding-bottom:1rem
}
.type-product .p-info-wrapper > div.add-to-cart{
	grid-column: 3 / 7;
	grid-row-start: 5;
	grid-row-end: 5;
	display:flex;
	align-items: center;
	height:100%;
	justify-content: flex-end;
	background-color:unset;
	border-bottom:2px solid #f3f4f8;
	padding-bottom:1rem
}

.type-product .p-info-wrapper .price-final{
	font-size:30px;
	color:#444;
	font-weight:bold
}
.type-product .p-info-wrapper .price-measure{
	margin-top:0
}
.type-product div.add-to-cart span.quantity span{
	background-color:#fff
}
.type-product div.add-to-cart span.quantity span:before{
	background:#fff;
	color:#444;
	border-radius:50px;
	border:1px solid #444;
	font-size: 0.5em;
    padding-left: 0.05em;
}
.type-product div.add-to-cart span.quantity span:hover::before{
	background-color:#444;
	color:#fff
}
.type-product div.add-to-cart span.quantity{
	margin-right:2rem;
	border:none !important
}
.type-product div.add-to-cart span.quantity input{
	font-size:18px;
	font-weight:bold
}
.type-product div.add-to-cart span.quantity .increase{
	top:5px !important
}
.type-product div.add-to-cart span.quantity .decrease{
	left:0;
	right:auto;
	top:5px !important;
	margin-left:-15px
}
.type-product div.add-to-cart button.btn-conversion{
	border-color:#1b1464;
	background-color:#1b1464;
	font-size:16px !important;
	border-radius:50px;
	letter-spacing: 1px;
}
.type-product div.add-to-cart button.btn-conversion:hover{
	border-color:#484283;
	background-color:#484283
}
.type-product .p-detail-tabs-wrapper{
	border:none
}
.type-product .shp-tabs-holder{
	background-color:#f3f4f4
}
.type-product .shp-tabs-holder ul.shp-tabs li a{
	font-size:18px;
	font-weight:bold
}
.type-product .shp-tabs-holder ul.shp-tabs li.active{
	border-color:#1b1464
}
.type-product .shp-tabs-holder ul.shp-tabs li.active a{
	color:#1b1464;
}
.type-product  #product_usps{
	display:grid;
	grid-template-columns: repeat(3,1fr);
	padding: 2rem 0 3rem 0;
}
.type-product  #product_usps > div{
	display:flex;
	align-items:flex-start;
}
.type-product  #product_usps img{
	height:36px;
	margin-right:1rem;
}
.type-product  #product_usps p{
	font-size:12px;
	margin-bottom:0;
}
.type-product #product_contant{
	display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:2rem;
    margin-top:1rem;
}
.type-product div.parameter-text-wrapper{
	font-weight:300;
	font-size:14px;
	padding-top:15px;
	padding-bottom:15px;
}
.type-product div.parameter-text-wrapper h3{
	text-transform: uppercase;
	color:#1b1464;
	font-weight:bold
}
.type-product div.parameter-text-wrapper img{
	width:60px;
	float:left;
	margin-right:3rem;
}
@media screen and (max-width: 499px){
	.type-product #product_usps{
		grid-template-columns: repeat(2,1fr);
		gap:10px
	}
	.type-product #product_usps > div:last-child{
		grid-column:1 / 3;
		width:100%;
		justify-content: center;
	}
}
@media screen and (max-width: 449px){
	.type-product .p-info-wrapper > div{
		grid-column: 1 / 7 !important;
	}
	.type-product .p-info-wrapper > div.add-to-cart{
		grid-row-start: 6;
		grid-row-end: 6;
		justify-content: center;
	}
	.type-product .p-info-wrapper > div.p-final-price-wrapper{
		border-bottom:none;
		justify-content: center;
	}
	.type-product .p-info-wrapper > div.availability-value{
		width:100%;
		text-align:center
	}
	.type-product #product_contant{
		grid-template-columns: repeat(1,1fr);
	}	
}

/* HP USPs */
.in-index #store_usps{
	display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top:3rem;
}
.in-index #store_usps > div{
	display:flex;
	align-items:center;
	margin:0 auto;
}
.in-index #store_usps img{
	height:40px;
	margin-right:1rem;
}
.in-index #store_usps p{
	font-size:14px;
	margin-bottom:0;
	padding-left:1rem;
	line-height:1.4;
	font-weight:300;
}
.in-index #store_usps p strong{
	font-weight:700;
	font-size:16px;
}
@media screen and (max-width: 767px){
	.in-index #store_usps{
		grid-template-columns: repeat(2,1fr);
		gap:10px
	}
	.in-index #store_usps > div{
		width:100%
    }
}
@media screen and (max-width: 449px){
	.in-index #store_usps{
		grid-template-columns: repeat(1,1fr);
	}
	.in-index #store_usps > div{
		justify-content: center;
	}
	.in-index #store_usps p{
		width:200px
	}
}

/* footer */
#footer:before{
    content:unset
}
#footer_delivery{
	background-color:#ffffff;
	padding-top:2rem;
}
#footer_delivery > div.container{
	display:flex;
}
#footer_delivery > div.container > div{
	width:50%;
	text-align:center;
}
#footer_delivery img{
	max-height:37px;
}
@media screen and (max-width: 767px){
    #footer_delivery > div.container{
		flex-direction: column;
	}
	#footer_delivery > div.container > div{
		width:100%
	}
}
/* hp - news */
[class~=blog-hp]:before{
    font-weight:bold    
}
.news-item .image img{
    max-width: 100%;
    max-height: 100%;
    height: 25rem;
    width: 100%;
    object-fit: cover;
}
.news-item a.title{
    font-size:20px !important;
    font-weight:bold !important
}

/* welcome section */
.homepage-box.welcome-wrapper{
    padding:unset;
    margin-top:unset;
    background-color:#f3f4f8;
    border:unset
}
.welcome-wrapper .content-wrapper-in{
    margin-top:unset
}
.welcome-wrapper .welcome > h1{
    display:none
}
.welcome-wrapper div.main-welcome-wrapper{
    display:flex;
    text-align:left;
    align-items: center;
}
.welcome-wrapper div.main-welcome-wrapper .welcome-image{
    flex:1
}
.welcome-wrapper div.main-welcome-wrapper .welcome-text{
    flex:2;
    line-height:1.7;
    padding-top:2rem;
    padding-bottom:2rem
}
.welcome-wrapper div.main-welcome-wrapper h1{
    font-weight:bold
}
.welcome-wrapper div.main-welcome-wrapper a{
    text-decoration:underline
}
@media screen and (max-width: 767px){
    .welcome-wrapper div.main-welcome-wrapper{
        flex-direction:column
    }
}

/* instagram */
#dklab_instagram_widget{
    margin-top: 2rem !important
}
#dklab_instagram_widget_heading>span.logo{
	display:none !important;
}
#dklab_instagram_widget_heading>.text{
    font-size:20px !important;
    color:#666
}
#dklab_instagram_widget_heading>.text-small{
	display:block;
	font-weight:normal;
	font-size:12px;
	padding-top:2rem;
	padding-bottom:2rem;
}

/* footer */
#footer > .footer-lista{
    display:none
}
footer div.custom-footer{
	display:grid;
    grid-template-columns: repeat(5,1fr);
}
footer div.custom-footer:before{
	content:unset;
}
footer div.custom-footer > div{
    width:100%;
    background-color:#f3f4f8 !important
}
.custom-footer > div:first-child{
    padding-top:20px
}
footer div.custom-footer .footer-intro img{
    max-height:65px;
    display:flex;
}
footer div.custom-footer #footer_contacts img{
	max-height:28px;
    margin-right:1rem;
}
footer div.custom-footer #footer_contacts > div{
	display:flex;
	align-items:center;
    margin:0 auto;
    margin-top:1rem
}
footer div.custom-footer #footer_contacts > div:nth-child(2){
    margin-top:2rem
}
footer div.custom-footer #footer_contacts p{
	font-size:16px;
	margin-bottom:0;
	font-weight:600;
	line-height:1;
}
footer div.custom-footer #footer_contacts p span{
	font-weight:300;
	color:#1b1464;
	font-size:12px;
}
footer div.custom-footer h4{
	font-size:20px;
	color:#666;
	margin-bottom:1rem;
}
footer div.custom-footer h4:after{
	    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #1b1464;
    margin-top: 1rem;
    text-align: left;
}
footer div.custom-footer li a{
	color:#292929;
	font-weight:300;
	font-size:14px;
}
footer div.custom-footer div.social-icons{
	display:grid;
	grid-template-columns: repeat(4,1fr);
}
footer div.custom-footer div.social-icons > div{
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	text-align:center;
	background-color:#e8e7ef;
	border-radius:50%;
	margin-right:10px;
	justify-content:center
}
footer div.custom-footer div.social-icons img{
	max-height:25px;
	margin:0 auto;
}
footer #footer_delivery{
	background-color:#ffffff;
	padding-top:2rem;
}
footer #footer_delivery > div.container{
	display:flex;
}
footer #footer_delivery > div.container > div{
	width:50%;
	text-align:center;
}
footer #footer_delivery img{
	max-height:37px;
}
div.footer-bottom{
	padding-top:2rem;
}
div.footer-bottom > div.container{
	display:flex;
	text-align:center;
	border-top:2px solid #e6e6e6;
	padding-top:20px;
}
div.footer-bottom > div.container #signature{
	order:2;
	flex-grow: 1;
	margin-left:0;
	width:50%;
}
div.footer-bottom > div.container #signature > a{
	font-size:14px;
	font-weight:300;
}
div.footer-bottom > div.container > span.copyright{
	color:#292929;
	font-size:14px;
	order:1;
	flex-grow: 1;
	font-weight:300;
	width:50%;
}

@media screen and (max-width: 991px){
	footer div.custom-footer{
		grid-template-columns: repeat(3,1fr);
	}
}
@media screen and (max-width: 767px){
	footer div.custom-footer{
		grid-template-columns: repeat(2,1fr);
		text-align:center
	}
	footer div.custom-footer h4:after{
		margin:0 auto;
		margin-top:1rem
    }
    footer div.custom-footer .footer-intro img{
        margin:0 auto
    }
	footer #footer_contacts > div{
		justify-content:center
	} 
	footer div.custom-footer div.social-icons{
		grid-template-columns: repeat(3,1fr);
	}
	footer div.custom-footer div.social-icons > div{
		margin:0 auto;
		justify-content:center
	}
	footer #footer_delivery > div.container{
		flex-direction: column;
	}
	footer #footer_delivery > div.container > div{
		width:100%
	}
}
@media screen and (max-width: 499px){
	footer div.custom-footer{
		grid-template-columns: repeat(1,1fr);
	}
	footer div.custom-footer #footer_contacts{
		display:flex;
		flex-direction: column;
	}
	div.footer-bottom > div.container{
		flex-direction:column
	}
	div.footer-bottom > div.container #signature{
		width:100%
	}
	div.footer-bottom > div.container > span.copyright{
		width:100%
	}
}

/* ecomail */
#ecomail_wrapper{
	background:url("/user/documents/upload/main/Untitled design (37).png") left no-repeat;
	background-size:cover;
	background-repeat: no-repeat;
}
#ecomail_wrapper > div{
	display:flex;
	padding-top:5rem;
	padding-bottom:5rem
}
#ecomail_wrapper > div > div{
	width:50%;
}
#ecomail_wrapper > div > div:nth-child(1){
	display:flex;
	align-items:center;
	justify-content: center;
}
#ecomail_wrapper_text{
	background: rgba(27,20,100, 0.7);
	width:fit-content;
	max-width: 500px;
	border-radius:50px;
	padding:1rem 4rem;
}
#ecomail_wrapper_text h2{
	color:#ffffff;
	font-weight:bold;
	font-size:28px;
	line-height: 1.25;
}
#ecomail_wrapper_text p{
	color:#ffffff;
	font-weight:500;
	font-size:18px;
	padding-bottom:1rem;
}
#ecomail_wrapper_form{
	display:flex;
	align-items:center;
	justify-content: center;
}

#ecomail_wrapper form{
	width:70%;
}
#ecomail_wrapper input{
	border-radius:50px;
    padding-left:2rem;
    width:100%;
    height: 50px;
    font-size: 16px;
}
#ecomail_wrapper input::placeholder{
	font-style: italic;
}
#ecomail_wrapper button{
	border-radius:50px;
	border:2px solid #1b1464;
	background-color:#1b1464;
	color:#ffffff;
    float:right;
    font-weight:bold
}
#ecomail_wrapper button:hover{
	background-color:#ffffff;
	color:#1b1464;
}
@media screen and (max-width:991px) {
	#ecomail_wrapper form{
		width:90%;
	}	
}
@media screen and (max-width:767px) {
	#ecomail_wrapper > div{
		flex-direction: column;
	}
	#ecomail_wrapper > div > div{
		width:100%;
	}
	#ecomail_wrapper_form{
		padding-top:2rem;
	}
	#ecomail_wrapper_form form{
		text-align:center;
	}
	#ecomail_wrapper button{
		float:unset;
	}
}
@media screen and (max-width:499px) {
	#ecomail_wrapper_text h2{
		font-size:22px;
	}
	#ecomail_wrapper_text p{
		font-size:14px;
	}
	#ecomail_wrapper input::placeholder{
		font-size:14px;
	}
}

/* flags */
span.flag.flag-new:before {
    content: '';
    background: url(upload/main/star.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: 12px 14px;
    background-repeat: no-repeat;
    background-position: right 0px;
}
span.flag.flag-custom2:before {
    content: '';
    background: url(upload/main/leaf.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: 12px 14px;
    background-repeat: no-repeat;
    background-position: right 0px;
}
span.flag.flag-oblibene:before {
    content: '';
    background: url(upload/main/heart_2.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: 12px 14px;
    background-repeat: no-repeat;
    background-position: right 0px;
}
span.flag.flag-darek:before {
    content: '';
    background: url(upload/main/gift-box-with-a-bow.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: 12px 14px;
    background-repeat: no-repeat;
    background-position: right 0px;
}

.type-category .product .flag, .in-index .product .flag{
	height:unset;
	width:fit-content;
	display:inline-block;
	border-radius:0;
	padding:3px 5px;
}

/* slevový kupón v košíku */
.in-kosik .discount-coupon{
	padding-left:0
}
.in-kosik .discount-coupon:before{
	content:""
}
.in-kosik .discount-coupon input{
	border:2px solid #1b1464;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-right:none
}
.in-kosik .discount-coupon button{
	background-color:#1b1464;
	color:#fff;
	font-weight:bold
}
.in-kosik .discount-coupon button:hover{
	background-color:#484283
}