body{
	padding: 0 20px;
	font-family: 'Poppins', sans-serif;
	background: #231d5e;
}

a{
	color:#be1e2d;
}

a:hover{
	text-decoration: none;
}

button,
button:focus {
  outline: none;
}

.main-wrapper{
	max-width: 1260px;
	margin: 0 auto 40px;
	background: #fff;
	border-radius: 40px;
	overflow: hidden;
}

.top-bar-section{
	padding: 15px 0;
}

.top-bar-section .container{
	max-width: 1220px;
}

.top-bar-feature{
	color: #fff;
}

.top-bar-feature ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.top-bar-feature ul li{
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
	margin-right: 12px;
}

.top-bar-feature ul li a{ 
	color:#fff;
}

.top-bar-feature ul li:before{
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	margin-right: 4px;
	font-weight: 900;
}

.top-bar-right{
	text-align: right;
}

.top-bar-right ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.top-bar-right ul li{
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
	margin-left: 20px;
	color: #fff;
}

.top-bar-right ul li a{
	color: inherit;
}

.top-bar-right ul li a span{
	font-weight: 500;
}

.top-bar-right ul li a i{
	margin-right: 6px;
}

.li.header-social-icons i:last-child {
	    margin-right: 0px;
}

header.main-header{
	padding: 30px 30px;
	background: #fdfcff;
}

.main-header .navbar-nav .nav-link{
	color: #241e5a;
	font-weight: 600;
	padding: 10px;
	transition: all 0.4s;
}

.main-header .navbar-nav .sub-menu .nav-link{
	color: #fff !important;
	font-weight: 400;
}

.main-header .navbar-nav .sub-menu .nav-link:hover{
	color: #fff;
}

.main-header .navbar-nav .current_page_item .nav-link{
	color: #be1e2d;
}

.main-header .navbar-nav .nav-item{
	position: relative;
	padding: 0 6px;
}

.main-header .navbar-nav .sub-menu .nav-item{
	padding: 0;
}

.main-header .navbar-nav .nav-link:hover{
	color: #be1e2d;
}

.navbar-right-menu{
	min-width: 200px;
	text-align: right;
}

.navbar-right-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.navbar-right-menu ul li{
	display: inline-block;
}

.navbar-right-menu ul li a.header-cart-info{
	display: block;
	background: #be1e2d;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 16px;
	border-radius: 26px;
	box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32);
	transition: all 0.4s;
}

.navbar-right-menu ul li a i{
	margin-right: 8px;
	position: relative;
}

.minicart-items{
	width: 16px;
	height: 16px;
	position: absolute;
	right: -8px;
	top: -8px;
	background: #231d5e;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	line-height: 16px;
	border-radius: 50%;
}

.navbar-right-menu ul li a.header-cart-info:hover{
	background: #ce303f;
}

.menu-item-has-children > a{
	position: relative;
	padding-right: 15px !important;
}

.menu-item-has-children > a:after{
	content: '\f0d7';
	font-family: "Font Awesome 5 Free";
	    font-weight: 900;
	position: absolute;
	right: 0;
	top: 10px;
	color: #231d5e;
}

.menu-item-has-children.current_page_item > a:after{
	color: #be1e2d;
}

.navbar-nav ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 220px;
	background: #be1e2d;
	border-radius: 8px;
	z-index: 3;
}

.navbar-nav ul li a{
	display: block;
	color: #fff;
	padding: 10px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	transition: all 0.4s;
}

.navbar-nav ul li a:hover{
	background: rgba(255,255,255,0.05);
}

.main-header .navbar-nav .nav-item:hover > ul{
	display: block;
}

.choose-here{
	position: relative;
}

.choose-here a:after{
	content: 'Choose here';
	display: block;
	width: 110px;
	position: absolute;
	top:44px;
	left: 0;
	background: #be1e2d;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	padding: 5px 8px;
	text-align: center;
	border-radius: 6px;
}

.choose-here:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-bottom: 6px solid #be1e2d;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	transition: all 0.4s;
}

.main-header .navbar-nav .nav-item.choose-here:hover:after,
.main-header .navbar-nav .nav-item.choose-here:hover:before{
	/* display:none; */
}

.navbar-right-menu ul li a.header-cart-info.minicart-tooltip{
	position: relative;
}

.navbar-right-menu ul li a.header-cart-info.minicart-tooltip:after{
	content: attr(data-tooltip);
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #be1e2d;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	padding: 5px 8px;
	margin-top: 10px;
	text-align: center;
	border-radius: 6px;
	z-index: 9;
}

.navbar-right-menu ul li a.header-cart-info.minicart-tooltip:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-bottom: 6px solid #be1e2d;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: 100%;
	right: 40px;
	margin-top: 4px;
	margin-left: -6px;
	transition: all 0.4s;
}

.minicart_content .eur-currency{
	display: none;	
}

.navbar-toggle{
	display: none;
}


.slicknav_btn{
	float: left;
	padding: 12px 20px;
	border-radius: 30px;
	background: linear-gradient(left, #231d5e, #be1e2d);
	background: -webkit-linear-gradient(left, #231d5e, #be1e2d);
	background: -moz-linear-gradient(left, #231d5e, #be1e2d);
	position: relative;
	cursor: pointer;
	z-index: 1;
}

.slicknav_btn:focus{
	outline: 0;
	box-shadow: none;
}

.slicknav_btn:before{
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: #fff;
	z-index: -1;
	border-radius: 30px;
}

.slicknav_menutxt{
	text-shadow: none;
	color: #231d5e;
	font-weight: 600;
}

.slicknav_icon-bar{
	background: #231d5e;
	box-shadow: none;
}

.slicknav_icon{
	margin: 3px 10px 0 0;
}

.slicknav_menu{
	padding: 0;
	background: linear-gradient(#791e43,#be1e2d 50%);
	border-radius: 0 0 30px 30px;
}

.slicknav_menu > ul{
	padding: 20px 30px;
}

.slicknav_nav .slicknav_row{
	padding: 6px 0;
	margin: 0;
}

.slicknav_nav a{
	padding: 6px 0;
	margin: 0;
	font-size: 16px;
}

.slicknav_nav a:hover{
	background: none;
	color: #fff;
}

.slicknav_nav a:focus{
	outline: 0;
	box-shadow: none;
	color: #fff;
}

.slicknav_nav .slicknav_row:hover{
	background: none;
}

.slicknav_nav .menu-item-has-children > a:after{
	display: none;
}

.slicknav_open .slicknav_icon .slicknav_icon-bar{
	transition: all 0.4s;
}

.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-of-type(1){
	transform: rotate(-45deg);
	position: relative;
	top: 5px;
}

.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-of-type(3){
	transform: rotate(45deg);
}

.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-of-type(2){
	display: none;
}

.cart-mobile{
	display: none;
}


#responsive-menu {
    position: absolute;
    width: 100%;
	z-index: 100;
}


/* Footer Start */
.main-footer{
	background: #f8f9ff url(../images/footer-overlay.png) no-repeat top center;
	padding: 80px 0 40px;
}

.footer-mega{
}

.footer-mega .container{
	padding-bottom: 50px;
	border-bottom: 1px solid #e0dfee;
}

.footer-social{
	margin-top: 15px;
}

.footer-social a{
	display: inline-block;
	margin-right: 8px;
	font-size: 18px;
	color: #bf2230;
	transition: all 0.4s;
}

.footer-social a:hover{
	color: #231d5e;
}

.footer-contact-box{
	padding: 12px 24px;
	border-radius: 10px 0 0 10px;
	margin-top: 20px;
	background: #fff url(../images/footer-contact-overlay.png) no-repeat right center;
	background-size: auto 100%;
}

.footer-contact-box p{
	margin: 6px 0;
	color: #231d5e;
}

.footer-contact-box p i{
	margin-right: 6px;
}

.footer-contact-box a{
	color: inherit;
	font-weight: 400;
	transition: all 0.4s;
}

.footer-contact-box a:hover{
	color: #bf2230;
}

.footer-quick-link h3{
	font-size: 20px;
	font-weight: 700;
	color: #231d5e;
	margin-bottom: 20px;
}

.footer-quick-link ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-quick-link ul li{
	color: #231d5e;
	margin-bottom: 8px;
}

.footer-quick-link ul li a{
	color: inherit;
	position: relative;
	text-decoration: underline;
	transition: all 0.4s;
}

.footer-quick-link ul li a:hover{
	color: #bf2230;
}

.footer-contact-wrapper{
	padding: 40px 0;
}

.footer-contact-info{
}

.footer-address{
	display: inline-block;
	position: relative;
	margin-right: 30px;
	vertical-align: top;
	margin-bottom: 10px;
}

.footer-address h4{
	font-size: 16px;
	font-weight: 400;
	color: #231d5e;
	position: absolute;
	top: 2px;
	left: 0;
}

.footer-address p{
	color: #231d5e;
	margin: 0;
}

.footer-info{
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.footer-info p{
	color: #231d5e;
	margin: 0;
}

.footer-payment-card{
	text-align: right;
}

.footer-payment-card img{
	margin-left: 4px;
	max-height: 46px;
    width: auto;
}

.footer-copyright{
	text-align: center;
}

.footer-copyright p{
	color: #231d5e;
}

.footer-copyright a{
	color: inherit;
	text-decoration: underline;
	transition: all 0.4s;
}

.footer-copyright a:hover{
	color: #c1232f;
}

.product-feature-image-section:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: url(../images/product-info-overlay-top.png) no-repeat top center;
	background-size: 100% auto;
	z-index: 1;
}

.product-feature-image-section:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	height: 50px;
	background: url(../images/product-info-overlay-bottom.png) no-repeat bottom center;
	background-size: 100% auto;
}

.product-feature-quote:before{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 75px;
	background: url(../images/product-feature-cornder-top.png) no-repeat center center;
	background-size: 100% auto;
}

.product-feature-quote:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 75px;
	height: 75px;
	background: url(../images/product-feature-cornder-bottom.png) no-repeat center center;
	background-size: 100% auto;
}

.product-feature-image-section > .elementor-container:after{
	content: '';
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	height: 50%;
	background: red;
	z-index: -1;
}


.item-list-gram{
	max-width: 260px;
}

.item-list-gram .elementor-price-list-header{
	margin-bottom: 0 !important;
}

.product-feature-detail:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	background: url(../images/product-feature-bottom-bg.png) no-repeat bottom center;
	background-size: 100% auto;
}

.product-md-header:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	height: 100px;
	background: url(../images/product-header-top-bg-mb.png) no-repeat top center;
	background-size: 100% auto;
	z-index: 1;
}

.product-md-header:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 100px;
	background: url(../images/product-header-bottom-bg-mb.png) no-repeat bottom center;
	background-size: 100% auto;
}

.prorecta-product-header:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 200px;
	background: url(../images/product-header-bottom-bg.png) no-repeat bottom center;
	background-size: 100% auto;
}

.product-nav-title{
	background: url(../images/product-title-triangle.png) no-repeat right center;
	background-size: auto 100%;
}

.contact-info-section:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 120px;
	background: url(../images/contact-top-bg.jpg) no-repeat top center;
	background-size: 100% auto;
}

.wpcf7-submit:focus{
	box-shadow: none;
	outline: 0;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng{
    margin: 20px 0 0 !important;
    background: #be1e2d;
    border: none !important;
    padding: 10px 20px !important;
    color: #fff;
    border-radius: 4px;
}

.page-id-299 header.main-header{
	background: none;
	position: relative;
	z-index: 100;
}

.home-fac-box a{
	color: #b21f2d;
	font-weight: 500;
	border-bottom: 1px solid #b21f2d;
}

.home-fac-section{
	position: relative;
}

.home-fac-section:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	height: 180px;
	background: url(../images/fac-top-overlay-bg.png) no-repeat top center;
	background-size: 100% auto;
}

.home-fac-section:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 100px;
	background: url(../images/fac-bottom-overlay-bg.png) no-repeat bottom center;
	background-size: 100% auto;
}

.fac-1,
.fac-2,
.fac-3,
.fac-4{
	position: relative;
}	

.fac-1:after,
.fac-2:after,
.fac-3:after,
.fac-4:after{
	content: '';
	width: 66px;
	height: 44px;
	position: absolute;
}

.fac-1:after{
	right: -70px;
	top: 50%;
	background: url(../images/fac-arrow-1.png) no-repeat center center;
}

.fac-2:after{
	right: -70px;
	top: 68%;
	background: url(../images/fac-arrow-2.png) no-repeat center center;
}

.fac-3:after{
	left: -70px;
	top: 20%;
	background: url(../images/fac-arrow-3.png) no-repeat center center;
}

.fac-4:after{
	left: -70px;
	bottom: 0%;
	background: url(../images/fac-arrow-4.png) no-repeat center center;
}

.home-product-info-section{

}

.home-product-info-section:after{
	content: '';
	display: block;
	clear: both;
}

.product-info-single{
	background-color:#fff;
	padding: 30px 20px 94px 20px;
    box-shadow: 0px 0px 20px 0px rgba(36, 30, 90, 0.1);
	text-shadow: 0px 0px 20px rgba(36, 30, 90, 0.1);
    border-radius: 20px;
    position: relative;
    min-height: 807px;
	margin-bottom: 40px;
}

.product-info-single.product-recommended{

}

.product-top{
	border: 1px solid #eee;
	border-radius: 8px;
	transition: all 0.4s;
}

.product-top:hover{
border-color: #550001;
}

.product-info-single .product-header{
	text-align: center;
	padding: 10px 10px 20px;
}

.product-info-single .product-header span.popular-tagline{
	display: inline-block;
	color: #be1e2d;
	font-size: 16px;
	font-weight: 500;
	padding: 0 12px;
	position: relative;
}

.product-info-single .product-header span.popular-tagline:before{
	content: '\f005';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	line-height: 1em;
	color: #be1e2d;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.product-info-single .product-header span.popular-tagline:after{
	content: '\f005';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	line-height: 1em;
	color: #be1e2d;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}

.product-info-single .product-header h2{
	font-size: 24px;
	color: #241e5a;
	font-weight: 800;
	margin-bottom: 15px;
}

.product-info-single.product-recommended .product-top{
	
}

.product-info-single.product-recommended .product-header{
	
}

.product-info-single.product-recommended .product-header h2{
	margin-bottom: 0px;
}

.product-info-single .product-header p{
color: #241e5a;
	line-height: 1.6em;
	margin: 0;
}

.product-info-single .product-header p strong{
	font-weight: 400;	
}

.product-info-single .product-image{
	text-align: center;
	padding: 0 30px;
	min-height: 280px;
	margin-bottom: 40px;
	display: table;
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.product-tag {
	 border-radius: 50%;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #fff;
    text-transform: uppercase;
    top: -11px;
    left: 19px;
}

.product-tag.prozeny {
	background-color: #d9608a;
}
.product-tag.bestseller {
	background-color: #be1e2d;
	top: 8px;
}

.pro-img-inner{
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

.pro-img-inner img{ 
    max-height: 300px;
    width: auto;
}

.product-info-single .product-footer{
	text-align: center;
}

.product-footer .product-buynow{
	position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.product-info-single .product-footer{
	text-align: center;
}


.product-info-single .product-footer span.btn-moreinfo,
.product-info-single .product-footer a{
	display: inline-block;
	background: #be1e2d;
	color: #fff;
	font-weight: 600;
	padding: 12px 30px;
	border-radius: 30px;
	box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32);
	transition: all 0.4s;
}


.product-info-single .product-footer span.btn-moreinfo:hover,
.product-info-single .product-footer a:hover{
	background: #ce303f;
}

.product-info-single .product-pricing{
	margin-top: 30px;
	text-align: center;
}

.product-info-single .product-pricing span,
.product-info-single .product-pricing h5,
.product-info-single .product-pricing p{
	display: inline-block;
	vertical-align: top;
}

.product-info-single .product-pricing span{
	color: #241e5a;
	font-size: 12px;
}

.product-info-single .product-pricing h5{
	color: #241e5a;
	font-size: 30px;
	font-weight: 500;
}

.product-info-single .product-pricing p{
	text-align: left;
	color: #241e5a;
	font-size: 12px;
	margin: 0 0 0 4px;
	line-height: 1.4em;
}

.product-info-single .product-bottom{
	text-align: center;
	padding: 0 20px;
	max-width: 258px;
	margin: 30px auto;
}

.product-info-single .product-bottom ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.product-info-single .product-bottom ul li{
	margin-bottom: 20px;
}

.product-info-single .product-bottom ul li:last-child{
	margin-bottom: 0;
}

.product-info-single .product-bottom ul li span{
	color: #241e5a;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	padding-left: 20px;
	line-height: 1.6em;
}

.product-info-single .product-bottom ul li span:before{
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #be1e2d;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
}

.home-product-slide{
	border: 1px solid #eeeeee;
	padding: 30px 20px;
	border-radius: 6px;
	text-align: center;
	margin-bottom:30px;
	cursor:pointer;
}

.hps-header{
	margin-bottom: 30px;
}

.hps-header h3{
	font-size: 24px;
    color: #241e5a;
    font-weight: 500;
    margin-bottom: 0;
}

.hps-header h3 span{
	font-weight: 800;
}

.slide-recommanded .hps-header h3{
	color: #be1e2d;
}

.slide-recommanded .hps-header span.tagline{
	display: inline-block;
    color: #be1e2d;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    padding: 0 12px;
    position: relative;
}

.slide-recommanded .hps-header span.tagline:before{
	content: '\f005';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 10px;
    line-height: 1em;
    color: #be1e2d;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}

.slide-recommanded .hps-header span.tagline:after{
	content: '\f005';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 10px;
    line-height: 1em;
    color: #be1e2d;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

.hps-image{
	text-align: center;
    padding: 0 30px;
    // min-height: 320px;
    display: table;
    width: 100%;
}

.hps-image-inner{
	display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.hps-pricing{
	margin-top: 30px;
	margin-bottom: 15px;
    text-align: center;
}

.hps-pricing span,
.hps-pricing h5,
.hps-pricing p{
	display: inline-block;
    vertical-align: top;
}

.hps-pricing span{
	color: #241e5a;
    font-size: 12px;
}

.hps-pricing h5{
	color: #241e5a;
    font-size: 30px;
    font-weight: 500;
}

.hps-pricing p{
	text-align: left;
    color: #241e5a;
    font-size: 12px;
    margin: 0 0 0 4px;
    line-height: 1.4em;
}

.hps-buynow{
	text-align: center;
	margin-bottom: 20px;
}

.hps-buynow a{
	display: inline-block;
    background: #be1e2d;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32);
    transition: all 0.4s;
}

.pro-prev,
.pro-next{
	width: 36px;
	height: 36px;
	background: #241e5a;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	outline: 0;
	box-shadow: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	z-index: 20;
}

.pro-prev{
	left: 15px;
}

.pro-next{
	right: 15px;
}

.showin-mobile{
	display: none;
}

/* Product single page*/
.single-product form.cart {
    display: none!important;
}
.woocommerce-cart-form td.product-remove {
	display:none;
}

.product-buy-wrapper{
	margin: 0 auto;
	max-width: 540px;
	box-shadow: 0px 14px 32px 0px rgba(35, 29, 94, 0.16);
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}

.pb-header{
	text-align: center;
	padding: 30px 40px;
}

.pb-header p{
	display: inline;
	font-size: 16px;
	color: #241e5a;
	font-weight: 300;
	line-height: 1.4em;
}

.pb-header p strong{
	font-weight: 600;
}

.pb-header a{
	font-size: 16px;
	font-weight: 300;
	color: #be1e2d;
}

.pb-header a i{
	font-size: 14px;
}

.product-images-gallery{
	background: url(../images/single-product-slide-bg.png) no-repeat center center;
	background-size: 100% auto;
	min-height: 292px;
	padding: 15px 0;
}

.pb-image-slide{
	text-align: center;
}

.pb-image-slide #selectedProImg{
	width:auto;
	max-height:245px;
}

.single-product-gallery .swiper-wrapper{
	align-items: center;
}

.sp-prev,
.sp-next{
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	outline: 0;
	box-shadow: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	z-index: 20;
}

.sp-prev:hover,
.sp-next:hover{
	color: #be1e2d;
}

.sp-prev{
	left: 15px;
}

.sp-next{
	right: 15px;
}

.rp_wcdpd_product_page{
	padding: 0 25px;
	margin-bottom: 15px !important;
}

.rp_wcdpd_product_page:after{
	content: '';
	display: block;
	clear: both;
}

.rp_wcdpd_product_page .bb-qty-box{
	float: left;
	width: 30%;
	margin-right: 5%;
	text-align: center;
	cursor: pointer;
}

.rp_wcdpd_product_page .bb-qty-box:nth-of-type(3n + 3){
	margin-right: 0;
}

.bb-qty-box{
	background: #f8f7ff;
	border-radius: 6px;
	position: relative;
	padding: 15px 10px;
}

.bb-qty-box:hover,
.bb-qty-box.active-box{
	background: linear-gradient(#be1e2d,#faa8b0);
}

.bb-qty-box.bulk_popular:hover,
.bb-qty-box.bulk_popular.active-box{
	background: linear-gradient(#be1e2d,#faa8b0);
}

.bb-qty-box:hover:before,
.bb-qty-box.bulk_popular.active-box:before{
	background: #be1e2d !important;
}

.bb-qty-box:after{
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: #fff;
	z-index: 0;
	border-radius: 5px;
}

.bb-qty-box.bulk_popular{
	background: linear-gradient(#8dc63f,#c3ed89);
	border-radius: 0 0 6px 6px;
	margin-top: 8px;
}

.bb-qty-box.bulk_popular:before{
	content: attr(data-popular);
	text-transform: uppercase;
	position: absolute;
	color: #fff;
	background: #8dc63f;
	display: block;
	z-index: 10;
	left: 0;
	right: 0;
	top: -32px;
	padding: 6px 4px 2px 4px;
	height: 32px;
	border-radius: 6px 6px 0 0;
}

.bb-qty-box .bulk-price{
	display: block;
}

.bb-qty-box label,
.bb-qty-box img,
.bb-qty-box span{
	position: relative;
	z-index: 1;
}

.bb-qty-box label{
	display: block;
	font-size: 16px;
	color: #241e5a;
}

.bb-qty-box figure{
	min-height: 54px;
	margin: 0;
}

.bb-qty-box figure img{ 
	max-height:50px;
	width:auto;
}

.bb-qty-box .bulk-price{
	font-size: 22px;
	color: #241e5a;
	font-weight: 600;
}

.bb-qty-box .bulk-info{
	display: block;
	font-size: 10px;
	color: #241e5a;
	line-height: 1.4em;
}

.pb-footer{
	background: #f8f7ff;
	padding: 25px;
}

.product-buy-wrapper .quantity:after{
	content: '';
	display: block;
	clear: both;
}

.modal-qty.quantity .addtocart-qty-box,
.product-buy-wrapper .quantity .addtocart-qty-box{
	float: left;
	width: 48%;
	border: 2px solid #c5c3d8;
	border-radius: 30px;
	position: relative;
	background: #fff;
	-webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.modal-qty.quantity .addtocart-qty-box{
	float: none;
	width: 100%;
	max-width: 160px;
}

.modal-qty.quantity .addtocart-qty-box,
.product-quantity .quantity .addtocart-qty-box{
	border: 2px solid #c5c3d8;
	border-radius: 30px;
	position: relative;
	background: #fff;
	-webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.modal-qty.quantity .addtocart-qty-box input.qty,
.product-quantity .quantity .addtocart-qty-box input.qty,
.product-buy-wrapper .quantity .addtocart-qty-box input.qty{
	height: 40px;
	border: none;
	background: none;
	width: 100%;
	padding-left: 20px;
	padding-right: 80px;
	color: #241e5a;
	font-size: 16px;
	font-weight: 600;
	outline: 0;
	text-align: left;
	box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
}

.modal-qty.quantity .addtocart-qty-box .qtygroup,
.product-quantity .quantity .addtocart-qty-box .qtygroup,
.product-buy-wrapper .quantity .addtocart-qty-box .qtygroup{
	width: 69px;
	position: absolute;
	right: 8px;
	top: 0;
	padding: 7px 0;
}

.modal-qty.quantity .addtocart-qty-box .QtyIncDec,
.product-quantity .quantity .addtocart-qty-box .QtyIncDec,
.product-buy-wrapper .quantity .addtocart-qty-box .QtyIncDec {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 22px;
	font-size: 14px;
	color: #241e5a;
	font-weight: 600;
	background: #fff;
	border: 2px solid #c5c3d8;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	margin: 0 2px;
}

.product-buy-wrapper .quantity .addtocart-btn{
	float: right;
	width: 48%;
}

.product-buy-wrapper .quantity.qtybox-hidden .addtocart-btn{
	float: none;
	width: auto;
	max-width: 220px;
	margin: 0 auto;
}

.addtocart-btn button{
	display: block;
	width: 100%;
	background: #be1e2d;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 30px;
	height: 44px;
	box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32);
	outline: 0;
}

.goto-cart-link{
	display: inline-block;
	background: #be1e2d;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 14px 30px;
	border-radius: 30px;
	box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32) !important;
	outline: 0;
	transition: all 0.4s;
}

.goto-cart-link:hover{
	background: #ce303f;
	color: #fff;
}

.addtocart-btn button:hover{
	background: #ce303f;
}

.single-product-price-info{
	padding: 0 25px 10px;
}

.single-product-price-info:after{
	content: '';
	display: block;
	clear: both;
}

.single-product-price-info .spp-price{
	position:relative;
	width: 61%;
	float: left;
	padding-top: 6px;
}

.single-product-price-info .spp-price p{
	font-size: 30px;
	color: #241e5a;
	font-weight: 300;
	margin: 0;
}

.single-product-price-info .spp-price p span{
	font-weight: 600;
}

.single-product-price-info .spp-price .tot-amt-label{ 
	font-size:12px;
	display:block;
	position: absolute;
    bottom: -10px;
}

.single-product-price-info .spp-label{
	width: 37%;
	float: right;
	text-align: right;
}

.single-product-price-info .spp-label span{
	display: block;
}

.single-product-price-info .spp-label .label-stock{
	color: #8dc63f;
	font-weight: 600;
}

.single-product-price-info .spp-label .label-note{
	color: #241e5a;
	font-weight: 300;
}

.mobile-radio{
	display: none;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background: #fff;
	border: 2px solid #241e5a;
	border-radius: 50%;
	position: absolute;
	right: 30px;
	top: 50%;
	z-index: 4;
}

.bb-qty-box.active-box	.mobile-radio{
	border-color: #be1e2d;
	background: #be1e2d;
}


.bb-qty-box.active-box .mobile-radio:after{
	content: '\f00c';
	color: #fff;
	position: absolute;
	top: 3px;
    left: 5px;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 12px;
}

.page-template-page-checkout #order_comments_field{
	display:none;
}

.hide-desktop{
	display: none;
}

.checkout-header{
	padding: 40px 20px;
}

.checkout-menu{
	text-align: center;
}

.checkout-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.checkout-menu ul li{
	display: inline-block;
	margin: 0 4px;
}

.checkout-menu ul li a{
	background: #f9f8ff;
	color: #241e5a;
	font-weight: 600;
	font-size: 14px;
	padding: 12px 20px;
	border-radius: 30px;
	transition: all 0.4s;
}

.checkout-menu ul li.step-complete a{
	background: #8dc63f url(../images/completed.png) no-repeat left 15px center;
	color: #fff;
	padding-left: 40px;
}

.current-page-active a{
	background: #231d5e !important;
	color: #fff  !important;
	position: relative;
	z-index: 1;
}

.current-page-active a:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -4px;
	height: 20px;
	width: 20px;
	background: #231d5e;
	border-radius: 4px;
	z-index: -1;
	transform: rotate(45deg);
}

.checkout-contact{
	text-align: right;
}

.checkout-contact p{
	margin: 0;
	color: #231d5e;
	font-weight: 500;
}

.checkout-contact p a{
	color: inherit;
}

.checkout-contact p span{
	display: block;
	font-weight: 300;
}

.page-cart{
	background: linear-gradient(#f8f7ff,#fff);
	margin-top: 50px;
	padding: 0 0 60px;
}

.page-cart .woocommerce-message .wc-forward{
	display: none;
}

.page-cart .woocommerce{
	width: 100%;
}

.checkout-main-title{
	background: #231d5e;
	text-align: center;
	border-radius: 8px 8px 0 0;
	margin-top: -49px;
}

.checkout-main-title h2{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 15px;
	margin: 0;
}

.checkout-main-title h2 i{
	margin-right: 6px;
}

.cart-info-box{
	border-radius: 0 0 8px 8px;
	background: #fff;
	box-shadow: 0px 14px 32px 0px rgba(35, 29, 94, 0.16);
}

.cart-body{
	padding: 40px 10%;
}

.cart-body .cart .cart_item{
	background: linear-gradient(#f8f7ff,#fff);
	border-radius: 6px;
}

.cart-body .cart .cart_item .cart-img{
	padding: 20px 0;
	text-align: center;
}

.product-remove {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -12px;
}

.cart-body .cart .cart_item .cart-img img{
	max-height: 80px;
	width: auto;
}

.cart-body .cart .cart_item .cart-item-detail{
	padding: 20px 0;
}

.cart-body .cart .cart_item .cart-item-detail a{
	display: block;
	margin-bottom: 4px;
	color: #241e5a;
	font-size: 22px;
	font-weight: 700;
}

.cart-body .cart .cart_item .cart-item-detail .normalCena{
	font-size: 14px;
	color: #241e5a;
}

.cart-body .cart .cart_item td{
	padding: 15px 10px;
}

.cart-body table.cart,
.cart-body table.cart td{
	border: none;
}

.cart-body .cart .cart_item .product-thumbnail{
	border-radius: 6px 0 0 0;
	width: 20%;
	text-align: center;
}

.cart-body .cart .cart_item .product-name{
	width: 50%;
}
.cart-body .cart .cart_item .product-name a{
	display: block;
	font-size: 22px;
	color: #241e5a;
	font-weight: 800;
	margin-bottom: 6px;
}

.cart-body .cart .cart_item .product-name .normalCena{
	font-size: 14px;
	color: #241e5a;
}

.cart-body .cart .cart_item .product-quantity{
	border-radius: 0 6px 0 0;
	position: relative;
}

.cart-body .cart .cart_item .product-quantity .cart-qty-field{
	position: relative;
	padding: 0 20px;
}

.cart-body .cart .cart_item .product-quantity .tool-tip{
	position: absolute;
	background: #be1e2d;
	padding: 6px 8px 4px 8px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	width: 140px;
	margin-left: -70px;
	line-height: 1.4em;
	text-align: center;
	left: 50%;
	top: 50px;
	z-index: 1;
}

.cart-body .cart .cart_item .product-quantity .tool-tip:before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -4px;
	height: 12px;
	width: 12px;
	background: #be1e2d;
	border-radius: 4px;
	z-index: -1;
	transform: rotate(45deg);
}

.bottom-table-card tr td,
table.bottom-table-card{
	border: none !important;
	padding: 0;
}

.checkout-total-summary{
	margin-top: 10px;
	text-align: center;
}

.checkout-total-summary h4{
	font-size: 18px;
	font-weight: 600;
	color: #241e5a;
}

.checkout-total-summary h3{
	font-size: 48px;
	font-weight: 600;
	color: #241e5a;
	margin: 15px 0 0;
}

.checkout-total-summary p{
	font-size: 14px;
	color: #241e5a;
	margin: 0;
}

.proceed-to-checkout a{
	display: block;
	background: #be1e2d;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 16px 20px;
	border-radius: 30px;
	box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32);
	transition: all 0.4s;
}

.proceed-to-checkout a i{
	font-size: 16px;
	margin-left: 10px;
}

.proceed-to-checkout a:hover{
	background: #ce303f;
}

.free-shipping-box{
	background: #f8f5ff;
	padding: 30px 30px;
	border-radius: 8px;
	margin-top: 40px;
	text-align: center;
}

.free-shipping-box .icon-box{
	margin-bottom: 15px;
}

.free-shipping-box h5{
	font-size: 16px;
	color: #231d5e;
	font-weight: 600;
}

.free-shipping-box .free-cart-progress{
	background: #ffffff;
	height: 16px;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.free-shipping-box .free-cart-progress span{
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	border-radius: 20px;
	background: -webkit-repeating-linear-gradient(-45deg, #8dc63f 0px, #8dc63f 6px, #a6d368 6px, #a6d368 7px);
	background: -moz-repeating-linear-gradient(-45deg, #8dc63f 0px, #8dc63f 6px, #a6d368 6px, #a6d368 7px);
	background: repeating-linear-gradient(-45deg, #8dc63f 0px, #8dc63f 6px, #a6d368 6px, #a6d368 7px);
}

.cart-footer-extralink{
	margin-top: 30px;
}

.cart-footer-extralink ul{
	padding: 0;
	margin: 0 ;
	list-style: none;
	text-align: center;
}

.cart-footer-extralink ul li{
	display: inline-block;
	margin: 0 15px 10px;
}

.cart-footer-extralink ul li a{
	display: block;
	color: #be1e2d;
	font-size: 14px;
	position: relative;
	padding-left: 26px;
}

.cart-footer-extralink ul li.cart-user a{
	background: url(../images/cart-user.png) no-repeat left center;
}

.cart-footer-extralink ul li.cart-package a{
	background: url(../images/cart-package.png) no-repeat left center;
}

.cart-footer-extralink ul li.cart-return a{
	background: url(../images/cart-return.png) no-repeat left center;
}

.cross-sells{
	margin-top: 60px;
}

.cross-sells .cross-title{
	font-size: 20px;
	text-align: center;
	color: #241e5a;
	font-weight: 700;
	margin-bottom: 40px;
}

.cross-sells .type-product.product{
	border: 2px solid #f5f4fb;
	padding: 20px 10px;
	margin-bottom: 20px;
}

.cross-sells .type-product.product .woocommerce-loop-product__title{
	font-size: 22px;
	color: #241e5a;
	font-weight: 700;
}

.cross-sells .type-product.product .star-rating{
	float: left;
	margin-right: 8px;
}

.cross-sells .type-product.product .star-rating:before{
	color: #f7c21d;
}

.cross-sells .type-product.product .star-rating span{
	color: #f7c21d;
}

.cross-sells .type-product.product .average-star-rating{
	font-size: 14px;
	color: #231d5e;
	line-height: 1.4em;
}

.cross-sells .type-product.product .price{
	display: block;
	font-size: 16px;
	color: #241e5a;
	margin-top: 6px;
}

.cross-sells .type-product.product .cross-img{
	text-align: center;
}

.cross-sells .type-product.product .cross-img img{
	width: auto;
	max-height: 80px;
}

.cart-item-title{
	color: #241e5a;
	font-size: 16px;
	margin-bottom: 15px;
}

.woocommerce a.add_to_cart_button{
	background: #be1e2d;
	color: #fff;
	font-weight: 600;
	border-radius: 30px;
	display: block;
	text-align: center;
	padding: 14px;
	box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32);
}

.woocommerce a.add_to_cart_button:hover{
	background: #ce303f;
	color: #fff;
}

.shipping-detail-box{
	border-radius: 0 0 8px 8px;
	background: #fff;
	box-shadow: 0px 14px 32px 0px rgba(35, 29, 94, 0.16);
}

.shipping-body{
	padding: 30px 10%;
}

.shipping-body .form-row{
	float: none !important;
	width: 100% !important;
	margin-bottom: 20px !important;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide{
	clear: inherit;
}

/*.shipping-body .form-row.address-field#billing_state_field{
	float: left !important;
	width: 60% !important;
	clear: none;
}*/

.shipping-body .form-row.address-field#billing_state_field{
	display: none !important;
}


.shipping-body .form-row.address-field#shipping_city_field,
.shipping-body .form-row.address-field#billing_city_field{
	float: left !important;
	width: 60% !important;
	clear: none;
}

.shipping-body .form-row.address-field#shipping_postcode_field,
.shipping-body .form-row.address-field#billing_postcode_field{
	float: right !important;
	width: 36% !important;
}

.shipping-body .form-row label{
	display: block;
	width: 100%;
	line-height: 1em !important;
	font-weight: 600;
	color: #241e5a;
}

.shipping-body .form-row .woocommerce-input-wrapper{
	width: 100%;	
}

.shipping-body .form-row .country_select,
.shipping-body .form-row .state_select ,
.shipping-body .form-row .input-text{
	display: block;
	width: 100%;
	border: 1px solid #8885a8;
	border-radius: 6px;
	padding: 6px 15px;
	outline: 0;
	box-shadow: none;
	color: #241e5a;
	font-size: 16px;
}

.shipping-body .form-row .input-text::placeholder{
	color: #b9b7ca;
}

.shipping-body .form-row#show_order_note_checkbox_field{
	padding: 0;
}

.shipping-body .checkbox{
	padding: 0;
}

.shipping-body .checkbox span{
	font-weight: 600;
	color: #241e5a;
}

.shipping-body .checkbox .input-checkbox{
	margin-right: 6px;
	transform: scale(1.1);
	position: relative;
	top: 1px;
}

.step-btn-group{
	display: block;
	margin-top: 30px !important;
}

.shipping-body .ck-back-btn1{
	width: 38%;
	float: left;
	border: 3px solid #dedde7;
	padding: 11px 20px;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #231d5e;
	text-align: center;
	height: 55px;
	transition: all 0.4s;
}

.shipping-body .ck-back-btn1:hover{
	background: #dedde7;
}

.shipping-body .ck-back-btn1 i{
	margin-right: 10px;
}

.shipping-body #place_order,
.shipping-body #verify-checkout{
	width: 58%;
	float: right;
	background: #be1e2d;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border: none;
	padding: 14px 20px;
	border-radius: 30px;
	height: 55px;
	box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32);
	transition: all 0.4s;
}

.shipping-body #place_order i,
.shipping-body #verify-checkout i{
	margin-left: 10px;
}

.shipping-body #place_order:hover,
.shipping-body #verify-checkout:hover{
	background: #ce303f;
}

.step-title{
	font-size: 16px;
	font-weight: 500;
	color: #241e5a;
	margin-bottom: 20px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	background: #f8f7ff;
	color: #231d5e;
	font-size: 14px;
	font-weight: 500;
}

.woocommerce-error ul li,
.woocommerce-info ul li,
.woocommerce-message ul li{
	margin-bottom: 4px;
}

#checkout-step-2 .woocommerce-checkout-review-order-table{
	border: none;
}

#checkout-step-2 .woocommerce-checkout-review-order-table th{
	display: none;
}

#checkout-step-2 .woocommerce-checkout-review-order-table td{
	padding: 0;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li{
	position: relative;
	margin-bottom: 10px;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li input.shipping_method{
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -6px;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label{
	display: block;
	padding: 24px 30px 24px 140px;
	margin: 0;
	color: #241e5a;
	border: 3px solid #f8f7ff;
	border-radius: 4px;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label .woocommerce-Price-amount{
	float: right;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label {
	cursor: pointer;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label:after,
#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label:before{
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #8885a8;
	margin-top: -10px;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:before {
	background: transparent;
	z-index: 2;
	overflow: hidden;
	width: 0;
	height: 0;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li input[type="radio"] {
	display: none;
	position: absolute;
	width: 100%;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li input[type="radio"]:checked + label {
	border-color: #d85965;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li input[type="radio"]:checked + label:after {
	background: #231d5e url(../images/check.png) no-repeat center center;
	border-color: #231d5e;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li input[type="radio"]:checked + label:before {
	width: 20px;
	height: 20px;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li > label[for="shipping_method_0_flat_rate1"]{
	background: url(../images/sl-posta-logo.svg) no-repeat left 60px center;
	background-size: 66px auto;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li > label[for="shipping_method_0_flat_rate2"]{
	background: url(../images/sps-logo.png) no-repeat left 60px center;
	background-size: 75px auto;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li > label[for="shipping_method_0_flat_rate3"]{
	background: url(../images/shipping-3.png) no-repeat left 60px center;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li > label[for="shipping_method_0_flat_rate4"]{
	background: url(../images/kuryr-gls.png) no-repeat left 60px center;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li > label[for="shipping_method_0_zasilkovnaz-points"]{
	background: url(../images/shipping-1.png) no-repeat left 60px center;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li > label[for="shipping_method_0_flat_rate6"]{
	background: url(../images/ceska-posta-dopravy.png) no-repeat left 60px center;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background: none;
	padding: 0;
}

#checkout-step-2 .wc_payment_methods{
	padding: 0 !important;
	border: none !important;
}

#checkout-step-2 li.wc_payment_method{
	position: relative;
	margin-bottom: 10px !important;
}

#checkout-step-2 li.wc_payment_method label.pm-wrap  {
	cursor: pointer;
	display: block;
    padding: 24px 130px 24px 140px;
    margin: 0;
    color: #241e5a;
    border: 3px solid #f8f7ff;
    border-radius: 4px;
	position: relative;
}

#checkout-step-2 li.wc_payment_method label img{
	position: absolute !important;
	left: 60px;
	top: 50%;
	transform: translate(0,-50%);
	margin: 0 !important;
	max-width: 58px;
}

#checkout-step-2 li.wc_payment_method label .payment-method-info h4{
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 4px;
	color: #241e5a;
}

#checkout-step-2 li.wc_payment_method label .payment-method-info p{
	color: #241e5a;
	font-size: 12px;
	margin: 0;
	line-height: 1.6em;
}

#checkout-step-2 li.wc_payment_method label .card-fees{
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0,-50%);
	color: #241e5a;
	font-weight: 700;
}

#checkout-step-2 li.wc_payment_method label:after,
#checkout-step-2 li.wc_payment_method label:before{
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #8885a8;
	margin-top: -10px;
}

#checkout-step-2 li.wc_payment_method:before {
	background: transparent;
	z-index: 2;
	overflow: hidden;
	width: 0;
	height: 0;
}

#checkout-step-2 li.wc_payment_method input[type="radio"]{
	display: none;
	position: absolute;
	width: 100%;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#checkout-step-2 li.wc_payment_method input[type="radio"]:checked + label {
	border-color: #d85965;
}

#checkout-step-2 li.wc_payment_method input[type="radio"]:checked + label:after {
	background: #231d5e url(../images/check.png) no-repeat center center;
	border-color: #231d5e;
}

#checkout-step-2 li.wc_payment_method input[type="radio"]:checked + label:before {
	width: 20px;
	height: 20px;
}

#checkout-step-2 h5.payment_title{
	font-size: 16px;
	color: #241e5a;
	font-weight: 500;
	margin-bottom: 20px;
}

#checkout-step-2 .woocommerce-checkout-payment .place-order{
	padding: 0 !important;
	margin-top: 20px;
}

#checkout-step-2 .woocommerce-checkout-review-order-table1{
	border: none;
}

#checkout-step-2 .woocommerce-checkout-review-order-table1 .cart_item td{
	background: linear-gradient(#f8f7ff,#fff);
}

#checkout-step-2 .woocommerce-checkout-review-order-table1 .cart_item td:first-child{
	border-radius: 4px 0 0 0;
}

#checkout-step-2 .woocommerce-checkout-review-order-table1 .cart_item td:last-child{
	border-radius: 0 4px 0 0;
}

#checkout-step-2 .woocommerce-checkout-review-order-table1{
	border-collapse: collapse;
}

#checkout-step-2 .woocommerce-checkout-review-order-table1 .cart_item td{
	padding: 20px;
	border: none;
}

#checkout-step-2 .woocommerce-checkout-review-order-table1 .cart_item .product-thumbnail{
	width: 24%;
	text-align: center;
}

#checkout-step-2 .woocommerce-checkout-review-order-table1 .cart_item .product-thumbnail img{
	max-height: 80px;
	width: auto;
}

#checkout-step-2 .woocommerce-checkout-review-order-table1 .cart_item .product-name{
	font-size: 22px;
	color: #241e5a;
	font-weight: 700;
	line-height: 1.2em;
}

#checkout-step-2 .woocommerce-checkout-review-order-table1 .cart_item .product-name .product-quantity{
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

#checkout-step-2 .woocommerce-checkout-review-order-table1 .cart_item .product-total{
	font-size: 22px;
	color: #241e5a;
	font-weight: 400;
	text-align: center;
}

#checkout-step-2 .order-total-summary-tbl{
	width: 100%;
}

#checkout-step-2 .order-total-summary-tbl th{
	font-weight: 400;
	color: #241e5a;
	padding: 8px 0;
}

#checkout-step-2 .order-total-summary-tbl td{
	font-weight: 400;
	color: #241e5a;
	text-align: right;
	padding: 8px 0;
}

#checkout-step-2 .order-total-summary-tbl .order-total td strong,
#checkout-step-2 .order-total-summary-tbl .order-total td,
#checkout-step-2 .order-total-summary-tbl .cart-discount td,
#checkout-step-2 .order-total-summary-tbl .rp_wcdpd_promotion_total_saved_amount {
	color: #8dc63f;
	font-weight: 600;
}

#checkout-step-2 .order-total-summary-tbl .rp_wcdpd_promotion_total_saved_amount .woocommerce-Price-amount:before{
	content:"-";
}

#checkout-step-2 .order-total-summary-tbl tr.cart-discount .woocommerce-remove-coupon {
	display:none;
}


#checkout-step-2 .shop_table.shop_table_responsive{
	margin-bottom: 0;
}

#checkout-step-2 .shop_table.shop_table_responsive td{
	padding: 0;
}

#checkout-step-2 .checkout-total-summary{
	border-top: 1px solid #dedde6;
	margin-top: 20px;
	padding-top: 30px;
}

.checkout-note p{
	margin: 0;
	color: #241e5a;
	font-size: 14px;
}

.checkout-note p a{
	color: inherit;
	text-decoration: underline;
}

/* Thank you page */

.page-id-646 .checkout-menu{
	display:none;
}

.page-template-thankyou .checkout-menu{
	display: none;
}

.page-thankyou-header{
	padding: 10px 0 60px;
}

.thankyou-message{
	background: #8dc63f;
	border: 1px solid #79af30;
	padding: 30px;
	border-radius: 4px;
}

.thankyou-message h3{
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	background: url(../images/check-thankyou.png) no-repeat left center;
	padding-left: 30px;
}

.thankyou-message p{
	color: #fff;
	margin: 0;
}

.thankyou-shipping-box{
	border: 1px solid #231d5e;
	padding: 24px 30px;
	padding-left: 90px;
	border-radius: 4px;
	position: relative;
}

.thankyou-shipping-box .icon-box{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -25px;
}

.thankyou-shipping-box p{
	margin: 0;
	color: #231d5e;
	line-height: 1.5em;
}

.page-thankyou-body{
	background: linear-gradient(#f8f7ff,#fff);
	padding: 80px 0;
}

.thankyou-title{
	text-align: center;
	margin-bottom: 60px;
}

.thankyou-title h2{
	font-size: 30px;
	font-weight: 800;
	color: #241e5a;
	margin-bottom: 15px;
}

.thankyou-title p{
	color: #241e5a;
	margin: 0;
	line-height: 1.6em;
}

.shipping-step{
	max-width: 600px;
	margin: 0 auto 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dddce6;
}

.shipping-step:after{
	content: '';
	display: block;
	clear: both;
}

.shipping-step-single{
	width: 30%;
	float: left;
	text-align: center;
	margin-right: 5%;
	position: relative;
}

.shipping-step-single:nth-of-type(3n + 3){
	margin-right: 0;
}

.shipping-step-single .icon-box{
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin: 0 auto 15px;
	text-align: center;
	border: 1px dashed #b7b5cb;
	border-radius: 50%;
}

.shipping-step-single h3{
	font-size: 14px;
	font-weight: 400;
	color: #b7b5cb;
	line-height: 1.4em;
}

.step-active.shipping-step-single .icon-box{
	border: 3px solid #d0142c;
	line-height: 118px;
}

.step-active.shipping-step-single h3{
	color: #d0142c;
}

.shipping-step-single:after{
	content: '';
	display: block;
	width: 12px;
	height: 10px;
	background: url(../images/step-arrow.png) no-repeat center center;
	position: absolute;
	right: -15px;
	top: 30%;
}

.shipping-step-single:nth-of-type(3):after{
	display: none;
}

.shipping-dis-note{
	margin-top:30px;
}
.shipping-dis-note p{
	font-size: 12px;
	color: #241e5a;
}

.shipping-map-address{
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #dddce6;
}

.shipping-map{
	text-align: center;
}

.shipping-map h3{
	color: #241e5a;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}

.shipping-map img{
	width: 100%;
}

.shipping-address{
	margin-top: 30px;	
}

.sa-box h3{
	font-size: 16px;
	font-weight: 700;
	color: #241e5a;
	margin-bottom: 8px;
}

.sa-box p{
	margin: 0;
	font-size: 16px;
	color: #241e5a;
	line-height: 1.8em;
}

.sa-box p span{
	float: right;
}

.shipping-footer{
	max-width: 700px;
	margin: 0 auto;
	padding-top: 30px;
}

.shipping-footer-note p{
	margin: 0;
	color: #241e5a;
	line-height: 1.6em;
}

.shipping-footer-button{
	text-align: center;
}

.shipping-footer-button a{
	display: inline-block;
	background: #be1e2d;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    padding: 14px 50px;
    border-radius: 30px;
    height: 55px;
    box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32);
    transition: all 0.4s;
}

.shipping-footer-button a:hover{
	background: #241e5a;
}

/* Reference Page */

.reference-header{
	background: linear-gradient(#f8f7ff,#fff);
	padding: 60px 0;
	text-align: center;
}

.ref-header-box h1{
	font-size: 60px;
	color: #241e5a;
	font-weight: 700;
}

.ref-header-box p{
	font-size: 22px;
	color: #241e5a;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 1.6em;
}

.ref-average-box h2{
	color: #241e5a;
	font-size: 32px;
	font-weight: 700;
}

.ref-average-box .woocommerce .star-rating{
	float: none;
	display: inline-block;
	font-size: 22px;
	margin: 0 auto;
	color: #f7c21d;
	vertical-align: middle;
}

.ref-average-box .woocommerce .star-rating:before{
	color: #f7c21d;
}

.ref-average-box .overall-avg-rating{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #241e5a;
	position: relative;
	top: 2px;
}

.ref-rating-image{
	max-width: 868px;
	margin: 30px auto 0;
}

.ref-img img{
	max-width: 100%;
}

.reference-body{
	padding: 150px 0 80px;
	background: linear-gradient(#f8f7ff,#fff);
	position: relative;
}

.reference-body:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 120px;
	background: url(../images/contact-top-bg.jpg) no-repeat top center;
	background-size: 100% auto;
}

.filter-button-group{
	margin-bottom: 50px;
}

.product-filter-list{
	cursor:pointer;
}


.ref-filter-item{
	border: 2px solid #f3f2fb;
	background: #fff;
	position: relative;
	min-height: 90px;
	padding-left: 130px;
	margin-top: 20px;
}

.ref-filter-item:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #be1e2d;
	transform: scale(0,1);
	transition: all 0.4s;
}

.product-filter-list.active .ref-filter-item:after{
	transform: scale(1);
}

.ref-filter-content{
	padding-top: 20px;
}

.ref-filter-content h3{
	color: #241e5a;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 4px;
}

.ref-filter-content .star-rating{
	float: none;
	display: inline-block;
}

.ref-filter-content .star-rating span{
	color: #f7c21d;
}

.ref-filter-content .star-rating:before{
	color: #f7c21d;
}

.ref-filter-content .review-avg-rating{
	font-size: 14px;
	color: #231d5e;
	position: relative;
	top: -2px;
}

.ref-filter-item .icon-box{
	width: 120px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.ref-filter-item .icon-box img{
	width:auto;
	height:100px;
}

.ref-commenct-box{
	border: 2px solid #f5f4fb;
	padding: 30px;
	border-radius: 14px;
	background: #fff;
	margin-bottom: 30px;
}

.ref-commenct-body p{
	font-size: 16px;
	color: #241e5a;
	font-weight: 300;
	line-height: 1.6em;
}

.ref-commenct-author{
	margin-top: 20px;
}

.ref-commenct-author h4,
.ref-commenct-author img{
	display: inline-block;
	vertical-align: middle;
}

.ref-commenct-author img{
	border-radius: 50% !important;
	margin-right: 10px;
	height:auto;
	width:32px;
}

.ref-commenct-author h4{
	font-size: 16px;
	font-weight: 400;
	color: #241e5a;
	margin: 0;
}

.reference-title{
	text-align: center;
	font-size: 22px;
	color: #241e5a;
	font-weight: 700;
	margin-bottom: 40px;
}

.ref-commenct-box .star-rating{
	float: none;
	margin-bottom: 25px;
}

.ref-commenct-box .star-rating:before,
.ref-commenct-box .star-rating span{
	color: #f7c21d;
}

#load-more-review{
	background: #be1e2d;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
	padding: 14px 30px;
    box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32);
    outline: 0;
	transition: all 0.4s;
}

#load-more-review:hover{
	background: #ce303f;
}

.latest-review-shortcode .ref-commenct-box{
	border:none;
}

.faq-tab.elementor-widget-tabs .elementor-tabs-wrapper{
	border-bottom: 1px solid #e9e8ef;
}

.faq-tab.elementor-widget-tabs .elementor-tab-desktop-title{
	padding: 30px 25px;
}

.faq-tab.elementor-widget-tabs .elementor-tab-desktop-title:after{
	content: '';
	position: absolute;
	top: auto !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0px !important;
	height: 3px !important;
	width: auto !important;
	background: #be1e2d;
	transform: scale(0,1);
	transition: all 0.4s;
}

.faq-tab.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after{
	transform: scale(1);
}

.faq-tab.elementor-widget-tabs .elementor-tab-content{
	padding: 30px 0 10px;
}

.product-cart-modal .modal-dialog{
	max-width: 600px;
}

.product-cart-modal .modal-content{
	border: none;
	border-radius: 0;
}

.product-cart-modal .modal-header{
	background: #231d5e;
	border-radius: 0;
	border: none;
}

.product-cart-modal .modal-header h2{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding: 8px 0;
}

.product-cart-modal .modal-body{
	padding: 0;
}

.modal-cart-item .row{
	background: #e4e1fc;
	padding: 20px 0;
}

.mc-image{
	text-align: center;
}

.mc-image img{
	width: auto;
	max-height: 100px;
}

.mc-product-info h3{
	font-size: 22px;
	color: #231d5e;
	font-weight: 700;
	padding-left: 34px;
	margin-bottom: 10px;
	background: url(../images/blue-checkmark.png) no-repeat left center;
}

.selected-variation{
	display: block;
	color: #231d5e;
    font-size: 18px;
	padding-left: 34px;
}

.mc-total{
	margin-top: 38px;
}

.mc-total p{
	margin: 0;
	color: #231d5e;
	font-size: 18px;
}

.product-cart-modal .free-shipping-box{
	margin-top: 20px;
}

.btn-modal-close a{
	display: inline-block;
	float: none;
	font-size: 16px;
	font-weight: 600;
	color: #231d5e;
	border: 2px solid #dedde7;
	border-radius: 30px;
	padding: 16px 40px;
	opacity: 1;
	transition: all 0.4s;
}

.btn-modal-close a:hover{
	background: #dedde7;
	color: #241e5a;
	opacity: 1 !important;
}

.modal-cart-btn{
	text-align: right;
}

.modal-cart-btn button{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	background: #be1e2d;
	padding: 14px 40px;
	border: none;
	border-radius: 40px;
	box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32);
}

.product-cart-modal .cross-sells{
	margin: 30px -15px 0;
	background: linear-gradient(#f8f7ff,#fff 20%);
	padding: 30px 30px 0;
}

.product-cart-modal .cross-sells .cross-title{
	line-height: 1.4em;
}

.product-cart-modal .corner-close{
	color: #fff;
	text-shadow: none;
	font-weight: 400;
	opacity: 1;
	padding-top: 22px;
}

.woocommerce .star-rating {
	width: 5.2em;
}

/*minicart*/
#header-small-cart ul li{
	position: relative;
}

#header-small-cart ul li:hover .minicard-padds{
	display: block;
}

.minicard-padds {
	padding-top: 10px;
	position: absolute;
	top: 100%;
	z-index: 99;
	right: 0;
	display: none;
}

.minicard-padds:before{
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 4px;
    right: 40px;
    margin-left: -6px;
    transition: all 0.4s;
}

a.header-cart-info:hover .minicard-padds{
	display: block;
}

.minicart_content {
	background-color: #fff;
	padding: 18px;
	padding-bottom: 8px;
	width: 367px;
	opacity: 1;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.minicart_content a.checkout {
	display: none;
}

.minicart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a.remove {
	display: none;
}

.mini-pro-image{
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	min-width: 36px;
}

.minicart_content img {
	width: auto  !important;
	max-height: 30px !important;
}

.minicart_content li.woocommerce-mini-cart-item.mini_cart_item a {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #241e5a;
}

.minicart_content li.woocommerce-mini-cart-item.mini_cart_item > img {
    max-width: 30px;
    width: 100%;
    height: auto;
    margin-right: 9px;
}

.minicart_content li.woocommerce-mini-cart-item.mini_cart_item {
	display: block;
	text-align: left;
	margin-bottom: 9.7px;
}

.minicart_content li.woocommerce-mini-cart-item.mini_cart_item .wrapp-cif {
	display: inline-block;
	float: right;
	margin-bottom: 9.7px;
}

.minicart_content li.woocommerce-mini-cart-item.mini_cart_item .wrapp-cif span.mini-kvantita,
.minicart_content li.woocommerce-mini-cart-item.mini_cart_item .wrapp-cif span.mini-cross {
	font-size: 0.938em;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #be1e2d;
}

.minicart_content li.woocommerce-mini-cart-item.mini_cart_item .wrapp-cif span.mini-suma {
	font-size: 0.938em;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #be1e2d;
}

.minicart_content li.woocommerce-mini-cart-item.mini_cart_item .wrapp-cif span.woocommerce-Price-currencySymbol {
	margin-left: 3px;
}

.minicart_content li.woocommerce-mini-cart-item.mini_cart_item.extra-product {
	display: block;
}

.minicart_content li.woocommerce-mini-cart-item.mini_cart_item.extra-product .wrapp-cif {
    display: inline-block;
    float: right;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
 float: none;
}

.minicart_content li.woocommerce-mini-cart-item.mini_cart_item.extra-product > span {
	font-size: 0.875em;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #8a8a8a;
}

.minicart_content li.woocommerce-mini-cart-item.mini_cart_item.extra-product img {
	object-fit: contain;
	max-height: 30px;
	margin-right: 4px;
}

.minicart_content ul.woocommerce-mini-cart {
	border-bottom: 1px solid rgba(138, 138, 138, 0.09);;
}

.minicart_content p.woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
	margin-bottom: 14px;
}

.minicart_content p.woocommerce-mini-cart__total strong {
	font-size: 0.875em;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #241e5a;
}

.minicart_content p.woocommerce-mini-cart__total span.woocommerce-Price-amount {
	font-size: 0.938em;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #be1e2d;
}

.minicart_content p.woocommerce-mini-cart__total span.woocommerce-Price-currencySymbol {
	margin-left: 3px;
}

.minicart_content p.woocommerce-mini-cart__buttons a {
	display: block;
    background: #be1e2d;
	border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 16px;
    border-radius: 26px;
	text-align: center;
    box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32);
    transition: all 0.4s;
}

.minicart_content p.woocommerce-mini-cart__buttons a:hover,
.minicart_content p.woocommerce-mini-cart__buttons a:focus {
	background: #ce303f;
	color: #fff;
}

.minicart_content p.woocommerce-mini-cart__buttons a.checkout {
	display: none;
}

@media only screen and (max-width: 399.98px) {
  .minicart_content {
    width: 320px;
  }
}

@media only screen and (max-width: 375px) {
  .minicart_content {
    width: 290px;
  }
}

.counter-box-single-img .elementor-image img{
    position: relative;
    bottom: -25px;
	border-radius: 50%;
	box-shadow: 0px 1px 38px 0px rgba(66, 39, 105, 0.23);
}

.short-note-content-link a{
	color: #be1e2d;
	border-bottom: 1px solid #be1e2d;
}

.shop_table.woocommerce-checkout-review-order-table tr td{
	border: none;
}

.return-to-shop a.button.wc-backward,
a.button.packeta-selector-open{
	background: #be1e2d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 16px 24px !important;
    border-radius: 30px;
    box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32);
    transition: all 0.4s;
}

.return-to-shop a.button.wc-backward:hover,
a.button.packeta-selector-open:hover{
	background: #ce303f;
	color: #fff;
}

.packeta-selector-branch-name {
    color: #231d5e;
    margin-top: 10px;
    margin-left: 6px;
}

.page-default-header{
	padding: 80px 0;
	background: linear-gradient(180deg, #f8f7ff 0%, #ffffff 100%);
}

.page-header-title{
	text-align: center;
}

.page-header-title h1{
	font-size: 68px;
	color: #241e5a;
	font-weight: 700;
}

.page-default-content{
	background: linear-gradient(180deg, #f8f7ff 0%, #ffffff 100%);
	padding: 140px 0px 50px;
	position: relative;
}

.page-default-content:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 120px;
    background: url(../images/contact-top-bg.jpg) no-repeat top center;
    background-size: 100% auto;
}

.page-default-body a:hover{
	color: #be1e2d;
	text-decoration: underline;
}

.page-default-body p{
	font-size: 18px;
	color: #241e5a;
	line-height: 1.8em;
	margin-bottom: 1.5em;
}

.page-default-body h1,
.page-default-body h2,
.page-default-body h3,
.page-default-body h4,
.page-default-body h5,
.page-default-body h6{
	color: #241e5a;
	font-weight: 700;
}

.page-default-body h1{
	font-size: 28px;
}

.page-default-body h2{
	font-size: 26px;
}

.page-default-body h3{
	font-size: 24px;
}

.page-default-body h4{
	font-size: 22px;
}

.page-default-body h5{
	font-size: 20px;
}

.page-default-body h6{
	font-size: 18px;
}

.page-default-body li{
	font-size: 18px;
	color: #241e5a;
	line-height: 1.8em;
}

.page-default-body blockquote{
	background: #f8f7ff;
	font-size: 18px;
	color: #241e5a;
	line-height: 1.8em;
	padding: 30px;
}

.page-default-body blockquote p:last-child{
	margin-bottom: 0;
}

.thankyou-bankinfo{
	margin-top: 50px;
}

.thankyou-bankinfo p{
	font-size: 18px;
	color: #231d5e;
	margin: 0;
}
	
.thankyou-bankinfo .wc-bacs-bank-details{
	margin: 30px 0 0 !important;
	display: inline-block;
	color: #231d5e;
}

.thankyou-bankinfo .wc-bacs-bank-details li{
}

.coupon-helper{
	min-height: 30px;
	padding: 0 15px;
}

.coupon-helper .mamkod{
	position: absolute;
	right: 25px;
	top: 0;
	color: #be1e2d;
	cursor: pointer;
	font-size: 18px;
}

.coupon-has-been-applied .mamkod{
	display: none;
}

.coupon-helper .coupon{
	text-align: center;
	padding: 20px 0;
	color: #241e5a;
}

.coupon-helper .coupon #coupon_code{
	border: 2px solid #c5c3d8;
	border-radius: 30px;
	box-shadow: none;
	padding: 8px 20px;
	outline: 0;
}

.coupon-helper .coupon button.button{
	background: #be1e2d;
	color: #fff;
	padding: 15px 20px;
	border-radius: 40px;
	border: none;
	box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32);
}

html[lang="hu"] .coupon-helper .coupon button.button {
  margin-top: 15px;
}

.coupon-helper .coupon button.button:hover{
	background: #ce303f;
}

.cart-discount{
	color: #241e5a;
}

.cart-discount td{
	text-align: right;
}

.woocommerce-remove-coupon:hover{
	color: #241e5a;
}

.page-404{
	background: linear-gradient(180deg, #f8f7ff 0%, #ffffff 100%);
	padding: 100px 0;
	text-align: center;
}

.page-404 h1{
	color: #241e5a;
	font-weight: 700;
	font-size: 200px;
	line-height: 1em;
	margin-bottom: 30px;
}

.page-404 p{
	color: #241e5a;
	margin-bottom: 30px;
	font-size: 18px;
}

.page-404 a.btn-go-home{
	display: inline-block;
    background: #be1e2d;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 26px;
    box-shadow: 0px 8px 16px 0px rgba(190, 30, 45, 0.32);
    transition: all 0.4s;
}

.page-404 a.btn-go-home:hover{
	background: #ce303f;
}

#wc-stripe-cc-form {
	margin-top: 10px;
}

#wc-stripe-cc-form .stripe-card-group{ 
	width: 100%;
}

#wc-stripe-cc-form .wc-stripe-elements-field {
	width: 100%;
}

.shipping-body #wc-stripe-cc-form .form-row-first
{
	width: 44% !important;
	float:left !important;
}
.shipping-body #wc-stripe-cc-form .form-row-last
{
	width: 50% !important;
	float:right !important;
}

.shipping-body #wc-stripe-cc-form .form-row {
	padding:0 !important
}

.one-shipping-method ul#shipping_method li label{
	    border-color: #d85965 !important;
}

#checkout-step-2 div.one-shipping-method .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label:before{	
    position: absolute;
    content: url(../images/right-tick.png);
    display: inline-block;
    width: 12px;
    height: 18px;
   left: 20px;
    top: 40px;
    border: 0;
}

#checkout-step-2 div.one-shipping-method .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label:after{	
	border: 0;
}

#checkout-step-2 .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li > label[for="shipping_method_0_flat_rate7"] {
    background: url(../images/usps.png) no-repeat left 60px center;
}

.page-post-single{
	padding: 80px 0;
	background: linear-gradient(180deg, #f8f7ff 0%, #ffffff 20%);
}

.post-single-header{
	text-align: center;
	margin-bottom: 40px;
    border-bottom: 1px solid #dedde7;
    padding-bottom: 34px;
}

.post-single-header h1{
	font-size: 46px;
	color: #241e5a;
	font-weight: 700;
	margin-bottom: 20px;
}

.post-single-meta {
    text-align: center;
}

.post-single-meta ul {
	display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.post-single-meta ul li {
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
    position: relative;
}

.post-single-meta ul li:before {
    content: '';
    display: block;
    position: absolute;
    right: -2px;
    top: 5px;
    width: 1px;
    background: #241e5a;
    height: 20px;
}

.post-categories li:last-child:before{
	display: none;
}

.post-single-meta ul li a{
	color: inherit;
}

.post-single-meta ul li a:hover{
	color: #be1e2d;	
}

.post-single-body{
	color: #241e5a;
}

.post-single-body h1,
.post-single-body h2,
.post-single-body h3,
.post-single-body h4,
.post-single-body h5,
.post-single-body h6{
	margin: 0.6em 0 0.8em;
}

.wp-block-media-text {
    margin-bottom: 30px;
}

.post-single-body ul li,
.post-single-body ol li{
	margin-bottom: 6px;
}

.post-single-body a:hover{
	color: inherit;
	text-decoration: underline;
}

.post-single-body img {
    max-width: 100%;
    height: auto;
}

.post-single-body .wp-block-image{
	margin-bottom: 1.5em;
}

.page-blog-archive{
	padding: 80px 0;
	background: linear-gradient(180deg, #f8f7ff 0%, #ffffff 20%);	
}

.blog-archive-header {
    text-align: center;
	margin-bottom: 50px;
}

.blog-archive-header h1 {
    font-size: 46px;
    color: #241e5a;
    font-weight: 700;
    margin-bottom: 20px;
}

.post-box {
    border: 2px solid #eee;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

.post-box h2 {
    font-size: 18px;
    font-weight: 700;
    color: #241e5a;
}

.post-box img {
    max-width:100%;
	height:auto;
}

.post-box h2 a{
	color: inherit;
}
.post-box ul{
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.post-box ul li{
	color: #555;
	display: inline-block;
	position: relative;
	padding: 0 6px;
}

.post-box ul li:before{
	content: '';
    position: absolute;
    left: -2px;
    top: 4px;
    width: 1px;
    height: 14px;
    background: #555;
}

.post-box .post-categories li a{
	color: inherit;	
}

.post-box .post-categories li:first-child{
	padding-left: 0;
}

.post-box .post-categories li:first-child:before{
	display: none;	
}

.btn-read-post {
    display: inline-block;
    border-bottom: 1px solid;
    margin-top: 17px;
    line-height: 1.2em;
}

/*Wp block style*/
.wp-block-button__link {
	background-color: #cf2e2e;
}

.wp-block-button__link:active, 
.wp-block-button__link:focus, 
.wp-block-button__link:hover, 
.wp-block-button__link:visited {
	text-decoration: none;
    color: #fff;
}

.wp-block-columns {
	margin-top: 28px;
}

.wp-block-columns .wp-block-columns {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*End Wp block style*/

.postid-35097 .product-md-header:before {
	background: url(https://www.proerectapills.com/wp-content/uploads/2023/06/product-header-blue-top-bg-mb.png) no-repeat top center;
}
.postid-35097 .prorecta-product-header:after {
    background: url(https://www.proerectapills.com/wp-content/uploads/2023/06/product-blue-header-bottom-bg.png) no-repeat bottom center;
}