body{
	overflow-x: hidden !important;
}
.hide {
    display: none !important;
}
.container-wrapper {
    z-index: 1;
}
.top-header-bn {
    text-align: center;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
.banner-top-item img {
    width: 100%;
}
.banner-top-item .banner-responsive {
    height: 50px;
    object-fit: cover;
}
.header__version_jb{
	background: linear-gradient(135deg, #001442 0%, #0A0D1C 40%, #002366 100%)
}
.header__version_jb .dFlex{
	display: flex;
	flex-wrap: nowrap;
	position: sticky;
	top: 50px;
}
.header__version_jb .container-wrapper.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: linear-gradient(135deg, #001442 0%, #0A0D1C 40%, #002366 100%);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}

.header__version_jb .navigation_jb.hide-responsive.sticky-active {
    position: fixed;
    top: calc(var(--dFlex-height, 0px));
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9998;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
}
.header__version_jb .dFlex_center{
	align-items:center;
	justify-content:space-between;
	
}
.header__version_jb .site-logo{
	max-width: 288px;
	width: 100%;
}
.header__version_jb .site-logo img{
	width: 100%;
}
.header__version_jb .jbss-search-wrap{
	max-width: 500px;
	width: 100%;
	display: flex;
	align-items:center;
	position: relative;
}
.header__version_jb .jbss-search-wrap #jbss-search-input{
	background-color: rgb(142 247 249 / 10%);
    border: none;
    color: #fff;
    padding: 13px 20px;
    border-radius: 8px;
}
.header__version_jb .jbss-search-wrap #jbss-search-input:focus{
	box-shadow: none !important;
}
.header__version_jb .jbss-search-wrap #jbss-search-input::placeholder{
	font-family: 'Poppins';
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.header__version_jb .jbss-search-wrap #jbss-search-btn{
	right: 10px;
    top: calc(50% - 16.5px);
    border-radius: 100%;
    border: 0;
    position: absolute;
    height: 33px;
    width: 33px;
    transition: none;
    background-color: var(--bs-primary);
}
.header__version_jb .header-social{
	max-width: 400px;
	width: 100%;
}
.header__version_jb .header-social .social-links{
	display:flex;
	flex-wrap: nowrap;
	column-gap: 8px;
	margin: 0;
	
}
.header__version_jb .header-social .social-links li{
	display: flex;
}
.header__version_jb .header-social .social-links a img{
	border-radius: 6px;
	padding: 5px;
	max-width: 40px;
	width: 100%;
	object-fit: contain;
	background-color: #25D366;
}
.header__version_jb .header-social .social-links a{
	width: auto;
	display: flex;
	align-items:center;
	column-gap: 8px;
	color: #fff;
    text-decoration: none;
	font-weight: bold;
}
.header__version_jb .header-social .account-link img{
	max-width: 40px;
    margin: 0 auto 5px;
}
.header__version_jb .header-social .account-link{
	max-width: 80px;
	width: 100%;
	display: block;
    text-align: center;
	color: #fff;
	font-weight: 600;
	text-decoration: none
}
.header__version_jb .container-cart .cart-contents{
	position: relative;
	color: #fff;
	font-weight: 600;
	text-decoration: none
}
.header__version_jb .container-cart img{
	max-width: 40px;
    margin: 0 auto 5px;
}
.header__version_jb .container-cart .cart-count {
    position: absolute;
    top: -3px;
    right: 3px;
    background-color: #8ef7f9;
    color: #001442;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__version_jb .header-social .btn-contacto{
	background-color: #F37421;
    padding: 0.5rem 1.3rem;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
	font-weight: bold;
}
.header__version_jb .navigation_jb{
	display: flex;
    column-gap: 5px;
	color: #001442;
	font-weight: 600;
    justify-content: center;
    align-items: center;
	position: relative;
	background-color: #fff;
}
.header__version_jb .navigation_jb .menu__category_jb{
	margin-right: 35px;
	font-size: 18px;
    display: flex;
    align-items: center;
    column-gap: 15px;
	height: 50px;
	position: relative;
}
.header__version_jb .navigation_jb a{
	color: #001442;
	text-decoration:none;
	position: relative;
	padding: 0 17px;
}

.header__version_jb .navigation_jb a:before{
	content: '';
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgb(255 115 1 / 0.3);
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0, -50%);
	visibility: hidden;
}
.header__version_jb .navigation_jb a:hover:before{
	visibility: visible;
}
.header__version_jb .navigation_jb a:hover{
	color: var(--bs-primary);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.product-categories-accordion {
    list-style: none;
    padding: 0;
    margin: 0;
	position: absolute;
    top: 50px;
	left:0;
}

.product-categories-accordion .toggle-category {
    font-weight: bold;
    cursor: pointer;
    display: block;
}
.product-categories-accordion a{
	color: var(--bs-black) !important;
}
.product-categories-accordion .parent-category{
	position: relative;
}
.product-categories-accordion .parent-category a{
	display: block;
    font-weight: bold;
    width: 200px;
	text-decoration: none;
    padding: 15px;
    transform-origin: 0 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    transition: transform var(--duration) var(--easing), color var(--duration) var(--easing);
    transition-delay: var(--delay-out);
}

.product-categories-accordion .contains-subcategory .subcategories {
    position: absolute;
    right: -200px;
    top: 0;
    width: 100%;
    padding: 0;
    background-color: #f9f9f9;
	padding: 0 !important;
	border-bottom: 4px solid #f37421;
}
.product-categories-accordion .subcategories li{
	display: block;
}
.product-categories-accordion #show-more-categories{
	display: flex;
    font-weight: bold;
    width: 200px;
    padding: 15px;
    transform-origin: 0 0;
    color: #fff !important;
    background-color: var(--bs-secondary);
    transition: transform var(--duration) var(--easing), color var(--duration) var(--easing);
    transition-delay: var(--delay-out);
    align-items: center;
    column-gap: 10px;
}
@media (min-width:768px){
	.search__responsive, .responsive_menu, .menu__responsive_jb, .desplegar-subcategories{
		display: none;
	}
}
@media (max-width:767px){

	.header__version_jb .site-logo {
		max-width: 208px;
	}
	.hide-responsive, .header-social .social-links, .header-social .account-link, .header__version_jb .container > .dgwt-wcas-search-wrapp{
		display: none !important;
	}
	.header__version_jb .header-social{
		padding: 0 !important;
		max-width: fit-content;
	}
	.header__version_jb .header-social .cart-contents{
		font-size:0;
		display: block;
		transition: 0s;
	}
	.header__version_jb .header-social .cart-contents .cart-count{
		font-size: 13px;
		right: -10px;
	}
	.search__responsive .dgwt-wcas-search-wrapp{
		display: block !important;
	}
	
	.header__version_jb .navigation_jb{
		position: fixed;
        width: 100%;
        height: auto;
        background-color: #FFF;
        top: 211px;
        flex-wrap: wrap;
        gap: 0;
        align-items: normal;
        box-shadow: 0 6px 20px #00000040;
	}
	.menu__responsive_jb{
		background-color: #171717;
	}
	.menu__category_jb{
		background-color: #f37421;
	}
	.menu__responsive_jb, .menu__category_jb{
		width: 50%;
		margin:0 !important;
		display: flex;
        align-items: center;
		justify-content: center;
		color: #fff;
	}
	.header__version_jb .navigation_jb .default-menu{
		display: flex;
		flex-wrap: wrap;
	}
	.header__version_jb .navigation_jb a{
		width: calc(100% - 56px);
		color: #171717;
        padding: 10px;
        border-bottom: 1px solid #e8e8e8;
		font-size: 18px;
		font-weight: 600;
	}
	.header__version_jb .navigation_jb li:not(.contains-subcategory) a{
		width: 100% !important;
	}
	
	.header__version_jb .dFlex:not(.top-header-gallery) {
		align-items: center;
		justify-content: space-between;
        flex-wrap: wrap;
		padding: 1rem;
	}
	.search__responsive{
		width: 100%;
	}
	.responsive_menu button {
		row-gap: 5px;
		display: flex;
		flex-direction: column;
		padding: 0.55em 0.47em 0.7em;
		position: relative;
		z-index: 1;
		border-radius: 5px;
		border: 1px solid var(--bs-secondary);
		background: transparent;
		width: 40px;
	}
	.responsive_menu button div{
		height: 3px;
		width: 100%;
		background: #fff;
	}
	.product-categories-accordion {
		left: -100%;
		height: 333.67px;
		overflow-y: scroll;
	}
	.product-categories-accordion, #show-more-categories{
		width: 100vw;
		z-index: 1;
	}
	.product-categories-accordion li{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.product-categories-accordion li .subcategories.p-relative{
		padding: 0;
		position: relative;
		left: 0;
		border-bottom: none;
	}
	.product-categories-accordion li.parent-category.hide{
		display: flex !important;
	}
	.product-categories-accordion li.show-more{
		display: none;
	}
	.product-categories-accordion li .subcategories.p-relative, .product-categories-accordion li .subcategories.p-relative a{
		width: 100%;
	}
	.product-categories-accordion li .subcategories.p-relative a{
		padding-left: 20px;
	}
	.desplegar-subcategories{
		cursor: pointer;
		flex-basis: 10%;
		font-size: 18px;
		text-align: center;
		line-height: 46px;
		padding: 0 1.17em;
		color: var(--bs-secondary);
		background-color: var(--bs-primary-light);
		border: 0;
		border-radius: 0;
		border-left: 1px solid #e0e0e0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
/* 	.top-header-bn {
		font-size: 12px;
		line-height: 16px;
		font-weight: 900;
	} */

}