/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

body {
	overflow-x: hidden;
	overscroll-behavior-y: none;
}

.header_logo .logo-link-wrap {
	position: relative;
	height: 80px;
	margin-top: -20px;
}

.header_logo .logo-link-wrap .header_logo_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

}

@media (max-width: 1024px) {

	.pk-menu-horizontal .top-menu {
		margin-top: 35px !important;
	}

	.icon_menu {
		border: none;
	}

	#top-menu, .pk-top-menu {
		background: #f2f4f6;
	}
	.pk-menu-horizontal li.level-1 {
		background: #f2f4f6;
	}

	.elementor-6010000 .elementor-element.elementor-element-hsosnjd #top-menu > li > a,
	.elementor-6010000 .elementor-element.elementor-element-hsosnjd .pk-top-menu > li > a {
		color: #333 !important;
	}

}


/* mobile */

@media (max-width: 768px) {
	.mobileHeader {
		padding: 20px 0 10px;
	}
	#header .mobileHeader .header-top {
		padding: 0 0 10px 0;
	}
	.mobileHeader .main-menu {
		background-color: #046766;
	}


}

/* slider */
body .rev_slider_wrapper .btn {
	background-color: #D47327;
	border-color: #D47327;

}

/* category sidebar */
.ps_categorytree .module-title svg {
	display: none;
}

.elementor-7010000 .elementor-element.elementor-element-lpdetrc .widget-pklinks li.children-true .widget-pklinks li > span {
	padding-left: 10px;
}
.elementor-7010000 .elementor-element.elementor-element-lpdetrc .widget-pklinks li.children-true .widget-pklinks li a {
	color: #D47327;
}

.ps_categorytree .category-tree li.children-true ul li a {
	color: #D47327;
}

/* fix for theme home widget */
.elementor-7010000 .elementor-element.elementor-element-gslbmuz .pk-ce-widget.pk-grid > article:first-child {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

/* category page */
.category-desc-wrap #category-description {
	display: none;
}

/* product page */

.page-product .blockreassurance_product {
	display: none;
}

.js-modal-content .content-cms-wrapper {
	padding: 15px;
}

@media (min-width: 768px) {
	.js-modal-content .content-cms-wrapper {
		padding: 30px;
	}
}

#checkout-personal-information-step .content p {
	display: none;
}

#checkout-personal-information-step .content p.identity {
	display: block;
}

