/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.3
*/

@font-face {
    font-family: 'nf-petitnuage-regular';
    src: url('fonts/nf-petitnuage-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'ZonaPro';
    src: url('fonts/ZonaPro.woff2') format('woff2');
}
@font-face {
    font-family: 'DelaGothicOne-Regular';
    src: url('fonts/DelaGothicOne-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Octosquares';
    src: url('fonts/Octosquares.woff2') format('woff2');
}
@font-face {
    font-family: 'nasalization-rg';
    src: url('fonts/nasalization-rg.woff2') format('woff2');
}
.woocommerce div.product form.cart .button{
	background-color: #faba15 !important;
	border-radius: 10px !important;
	color:#000;
}
/* chatbot */
.shop-assistant-toggle{
	padding: 12px !important;
}
.shop-assistant-header h3, .shop-assistant-new-chat-label{
	font-family: 'Octosquares' !important;
}
    
#shop-assistant-send{
	padding: 0px !important;
}
.woocommerce .woocommerce-breadcrumb a:hover{
	color: #0f253b !important;
}
.site-logo{
	z-index: 999 !important;
}
.archive .woocommerce-breadcrumb{
	display: none !important;
}
img[data-lazyloaded]{
    opacity: 0;
}
.woocommerce-pagination{
display:none !important;	
}
.page-id-5411 .main-navigation{
	visibility: hidden;
	z-index: 999 !important;
}
.mr-\[60px\]{
	margin-right: 30px !important;
}
.main-head .openmenu{
	margin-top: 0px !important;
	font-size: 16px !important;
	font-weight: bold !important;
}
.main-head nav> a{
	font-weight: bold !important;
}
.main-head nav> a:hover{
	color: #ffcb05 !important;
}
.site-footer h3{
	margin-bottom: 20px !important;
}
.justify-self-end{
	display: flex !important;
	gap: 20px !important;
}
.page-id-5411 .main-head, .page-id-5411 .main-head .grid {
	height: 60px !important;
}
.page-id-5411 .main-navigation .menu-bar-items{
	visibility: visible;
	opacity: 1 !important;
	z-index: 999 !important;
}
.page-id-5411 .main-head:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/wmremove-transformed-9.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: local;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 0.1;
}
nav .cart-contents{
	z-index: 999 !important;
}
.ais-SearchBox-submit{
	display: none !important;
}
.page-id-5147 .abs{
	bottom: -50px !important;
}
.page-id-5147 #appt .ais-Hits-item{
	padding-bottom: 70px !important;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
.hero-header{
	margin-top: 160px !important;
}
.yb-player{
	border-radius: 10px !important;
}
.slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"] > a{
	background: #dcb147 !important;
	border-radius:20px !important;
}
.wp-block-boldblocks-youtube-block .yb-btn-play {
    filter: grayscale(10%) !important;
}
.skalisto {
    color: transparent !important;
    background: #0d223a !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    background-clip: text !important;
    text-shadow: 0 4px 4px rgba(255, 255, 255, .5) !important;
	font-size: 30px !important;
font-family: 'Octosquares' !important;
	margin-bottom: 25px !important;
}
.logo{
	filter: drop-shadow(1px 2px 0px rgb(4 27 60)) !important;
	position: absolute;
	top: 17px !important;
	right: 20px !important;
}
.logo img{
	filter: brightness(100) !important;
	width: 100px !important;
}
*{
	font-family: 'ZonaPro' !important;	
}
/*.home img{
	filter: saturate(2) !important;
}*/

/*@media only screen and (min-width: 992px) {
	* {
		cursor: none;
	}

	body::after {
		letter-spacing: 1px !important;
		content: "";
		position: fixed;
		z-index: 999;
		top: var(--y);
		left: var(--x);
		right: 0;
		bottom: 0;
		width: 3em;
		height: 3em;
		border-radius: 50%;
		transform: translate(-50%, -50%);
		background: transparent;
		pointer-events: none;
		transition: width 0.4s ease-in-out;
		transition: height 0.4s ease-in-out;
		font-size: 20px;
		transform-origin: center;
		border: 1px solid #ffcb05 !important;
		color: #ffcb05 !important;
	}
	.img-hovered::after {
		width: 135px;
		height: 135px;
		content: "PARTS2B";
		font-size: 16px !important;
		text-align: center;
		color: #000 !important;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 700;		
		background: rgba(255, 255, 255, 0.4);
		box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		border: 1px solid rgba(255, 255, 255, 0.3);
	}
}*/

@media (min-width: 992px) {
	/* scroll animation */

.reveal {
    position: relative;
    transform: translateY(200px);
    opacity: 0;
    transition: 0.8s all ease;
}
.sec{
	opacity: 0;
	transform: translateX(-200px);
}
.reveal.active {
    transform: translateY(0);
    opacity: 1;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/* right */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

}





@media only screen and (min-width: 767px) {

	.main-navigation ul ul{
		width: 250px !important;
	}
	.sub-menu li:first-child {
		padding-top: 12px !important;
	}
	.sub-menu li:last-child {
		padding-bottom: 12px !important;
	}
}
.border-rad img{
	border-radius: 10px !important;
}
.site-footer{
	border-top: 2px solid #e2b249 !important;
}
.home .site-footer{
	border-top: 0px solid #e2b249 !important;
}
.gb-element-b82d809c{
	position: relative !important;
	z-index: 9 !important;
}
.wpsf-product-title{
	line-height: 25px !important;
}
#wps-slider-section #sp-woo-product-slider-4446 .wpsf-product-title a:hover, #wps-slider-section #sp-woo-product-slider-4459 .wpsf-product-title a:hover{
	color: #17335c !important;
}
#sp-woo-product-slider-4459 .wpsf-product-title{
	height: 60px !important;
}
#sp-woo-product-slider-4446 .wpsf-product-title{
	height: 70px !important;
}
.carousel-indicator-item h3{
	font-family: 'DelaGothicOne-Regular' !important;
	font-weight: 400 !important;
}
.site-footer h3{
	font-family: 'DelaGothicOne-Regular' !important;
	color: #ffcb05 !important;
	font-weight: 400 !important;
	font-size: 20px !important;
}
body,html{
	overflow-x: hidden !important;
}
.gb-element-533aaf75 h2{
	text-align: center !important;
}
.res1 {
    scrollbar-color: linear-gradient(to bottom, #001341, #001341, #001341);
    scrollbar-width: thin;
}
.res1 {
    scrollbar-color: #001341 transparent !important;
}

#appew .sear img {
    width: 45px !important;
    height: auto;
    filter: invert(13%) sepia(23%) saturate(4150%) hue-rotate(125deg) brightness(20%) contrast(97%) !important;
}
.woocommerce-mini-cart a {
    color: #000 !important;
}
.res1 a {
    justify-content: space-between !important;
}
#appew {
    margin-right: 50px !important;
}
.gb-grid-wrapper-3d3e9647 a{
	color: #17335c !important;
}
#appew {
    z-index: 999;
    position: relative;
}
#appew .container {
    background: transparent !important;
}
#autocomplete input, .ais-Autocomplete {
    width: 400px !important;
    background: transparent !important;
    color: #000 !important;
}
.test-sea {
    width: 400px !important;
}
#appew #autocomplete {
    width: 400px !important;
}
#appew #autocomplete .ais-SearchBox-form {
    width: 400px !important;
}

#appew #autocomplete .ais-SearchBox-form {
    border-radius: 24px !important;
}
#autocomplete input, .ais-Autocomplete {
    width: 400px !important;
    background: transparent !important;
    color: #000 !important;
}
#appew .ais-SearchBox-submit {
    right: 1.3rem;
    left: auto;
    background: transparent;
    border: none !important;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
#appew .sear {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 50px;
    z-index: 99999;
    background-color: transparent;
    box-shadow: none;
    border: 0px solid;
    border-top-right-radius: 24px;
    cursor: pointer;
    border-bottom-right-radius: 24px;
}

#appew .sear {
    padding: 15px !important;
    padding-top: 12px !important;
}
#appew .res {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
	border-radius: 24px !important;
	 width: 400px !important;
}
.res1 img{
	background: #fff !important;
}
#appew .res ul {
    max-height: 300px;
    width: 395px !important;
    overflow-y: auto;
    padding: 30px 30px;
    border-radius: 0 0 24px 24px;
    /* box-shadow: 0 9px 8px -3px rgba(64, 60, 67, 0.24), 8px 0 8px -7px rgba(64, 60, 67, 0.24), -8px 0 8px -7px rgba(64, 60, 67, 0.24); */
    margin-top: -20px;
    margin-left: 0px !important;
    border-top: 0px solid !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
    padding-left: 15px !important;
    padding-bottom: 0px !important;
}
#appew .res1 {
    margin-top: 40px !important;
}
.header-aligned-center:not([class*=nav-float-]) .inside-header{
	flex-direction: row !important;
}
#site-navigation{
	background: #0d223a !important;
	position: relative !important;
}
#site-navigation:before{
	content: "";
    background-image: url(/wp-content/uploads/2025/07/wmremove-transformed-9.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: local;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 0.1;
}
.max-w img{
	transition: all 1.3s ease !important;
}
.max-w img:hover{
	background: #edfaff !important;
}
#site-navigation *{
	color: #fff !important;
}
#site-navigation a:hover { 
	color: #ffcb05 !important; 
}
.wp-embed-responsive .wp-has-aspect-ratio iframe{
	border-radius: 10px !important;
}
#site-navigation .woocommerce-mini-cart *{
	color:#000 !important;
}
.gb-element-292674c6, .gb-element-fac6fea5, .gb-element-b52bcd64, .gb-element-1a6b1d0c{
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.gb-element-292674c6 h2 strong, .gb-element-fac6fea5 h2 strong, .gb-element-b52bcd64 h2 strong, .gb-element-1a6b1d0c h2 strong{
	font-family: 'DelaGothicOne-Regular' !important;
    font-size: 18px !important;
    color: #ffcb05 !important;
    text-shadow: -1px 2px #000000 !important;
}
.gb-element-292674c6 h2, .gb-element-fac6fea5 h2, .gb-element-b52bcd64 h2, .gb-element-1a6b1d0c h2{
	margin-bottom: 0px !important;
}

.gb-element-fac6fea5, .gb-element-292674c6, .gb-element-b52bcd64,.gb-element-1a6b1d0c{
	flex-direction: column !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.main-navigation > li{
	height: 55px !important;
	/*display: flex !important;
	    align-items: center;*/
}
#menu-main-menu-1 > li > a{
	line-height: 55px !important;
}
.sub-menu{
	background: transparent !important;
}
.main-navigation, .main-navigation ul .sub-menu{
	background: transparent !important;
}
.sub-menu{
	padding-top: 10px !important;
}
.sub-menu li:first-child {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
.sub-menu li:last-child {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.sub-menu li {
    background: #0d223ad9 !important;
}
.main-navigation .woocommerce-mini-cart-item {
	display: block !important;
}
.woocommerce-mini-cart-item .total{
	color:#000 !important;
}
.wc-menu-item:not(.has-items) .wc-mini-cart {
    display: block !important;
}
#wc-mini-cart .button{
	border: 1px solid #255f84 !important;
}
#wc-mini-cart .woocommerce-price-suffix{
	font-size: 100% !important;
	display: none !important;
}
.woocommerce-mini-cart-item .amount, .woocommerce-mini-cart-item .quantity{
	font-size: 16px !important;
}
.cart-contents{
	min-width: 120px !important;
}
.wc-mini-cart{
	width: 400px !important;
	top: -130px !important;
}

.woocommerce-mini-cart-item .remove{
	margin-left: 15px !important;
}
   
.menu-bar-items{
	z-index: 999999 !important;
}
.menu-bar-item{
	display: none !important;
}

.wc-menu-cart-activated .shopping-bag, .wc-menu-cart-activated .wc-menu-item{
	display: flex !important;
}
.number-of-items{
	display: none !important;
}
.cart-contents>span.number-of-items.no-items {
	display: inline-block
}
.cart-contents .amount:empty::after {
	content: "0.00 €";
}
.gb-grid-wrapper > .gb-grid-column-01266185{
	margin-right: 100px !important;
}

.woocommerce-mini-cart__buttons a{
	display: block !important;
}
.woocommerce-mini-cart__buttons .checkout:hover{
	color:#fff !important;
}
.woocommerce-mini-cart .quantity{
	color: #255f84 !important;
}
.menu-bar-items{
	margin-top: 142px !important;
	z-index: 9999 !important;
	position: absolute;
    right: 0px !important;
}
	.woocommerce-mini-cart-item .amount, .woocommerce-mini-cart-item .quantity{
	font-size: 15px !important;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	margin-top: 0px !important;
}
#wc-mini-cart .button{
	width: 100% !important;
	border-radius: 2px !important;
	background: #255f84 !important;
}
#wc-mini-cart .button:hover{
	background: #144d71 !important;
}
.woocommerce-mini-cart__total strong{
	font-size: 16px !important;
	color: #000 !important;
}

#wc-mini-cart .total{
	margin-bottom: 0px !important;
	border-top: 1px solid #e4e4e4 !important;
	background: #fff !important;
}
#site-navigation .total strong,#site-navigation .total bdi{ 
	color: #0d223a !important;
}

#wc-mini-cart{
	padding-top: 20px !important;
	background: transparent !important;
}
.wc-mini-cart {
    transition: all 0.6s ease-out !important;
    overflow: visible !important;
    visibility: visible !important;
    transform: translate(200%, 0) !important;
	opacity: 1 !important;
	left: auto !important;
}
.wc-menu-item.sfHover .wc-mini-cart, .wc-menu-item:hover .wc-mini-cart{
    left: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
    transform: translate(0%, 0) !important;
	opacity: 1 !important;
    transition: all 0.6s ease-out !important;
}

.inside-wc-mini-cart{
	background: #fff !important;
}
#wc-mini-cart .button:first-child{
	color:#333 !important;
	background: #f7f7f7 !important;
	margin:0px !important;
	margin-right: 5px !important;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    right: 0 !important;
    left: auto !important;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    line-height: 13px !important;
    font-weight: 400;
    position: relative;
    float: right;
}

.wc-menu-item .woocommerce-mini-cart-item .remove{
	background-image: url(/wp-content/uploads/2025/07/admin-delete.svg) !important;
    background-size: 20px !important;
    width: 40px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    border-radius: 5px !important;
    border-color: #E6E6E6 !important;
    font-size: 0px !important;
}
.wc-menu-item .woocommerce-mini-cart-item .remove:hover{
	background-image: url(/wp-content/uploads/2025/07/admin-delete.svg) !important;
    background-size: 20px !important;
    width: 40px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    border-radius: 5px !important;
    border-color: #E6E6E6 !important;
    font-size: 0px !important;
}
#wc-mini-cart .button:first-child:hover{
	background: #255f84 !important;
	color:#fff !important;
}
.woocommerce.widget_shopping_cart .cart_list li{
	padding-left: 7em !important;
}
#wc-mini-cart img{
	width: 4em !important;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.wc-menu-item .wc-mini-cart .widget_shopping_cart .woocommerce-Price-amount{
	color: rgb(37 95 132) !important;
}
.woocommerce-mini-cart a{
	color:#000 !important;
}
.cart-contents {
    background: #faba15;
	color: #0d223a !important;
    border-radius: 50px;
	padding: 5px;
	min-width: 120px !important;
	padding-right: 10px !important;
	
}
.shopping-bag {
	padding: 4px;
	padding-left: 4px !important;
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: space-between !important;
}
.cart-contents>span.gp-icon svg{
	width: 36px;
    height: 36px;
}
.menu-bar-items .amount{
	padding: 0px !important;
	color:#0d223a !important;
	font-size: 16px !important;
}
.cart-contents {
	position: absolute;
    top: -165px;
	right: 0px !important;
}
.cart-contents>span.gp-icon {
	border-radius: 50%;
    width: 36px;
    height: 36px;
    background: url(/wp-content/uploads/2025/07/bask1.webp);
    background-size: 57%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.cart-contents>span.gp-icon svg{
	opacity: 0 !important;
}
#appew {
    margin-right: 50px !important;
}
.testing{
	margin-top: 0px !important;
}
.gb-grid-wrapper-b27048d2 {
    margin-right: 28% !important;
}
.site-logo {
    margin-right: auto !important;
}
.main-navigation .menu-bar-item {
    position: relative;
}
#site-navigation{
	height: 60px !important;
}
.header-sec{
font-family: 'DelaGothicOne-Regular' !important;
    font-size: 16px !important;
    color: #fff !important;
	font-weight: bold !important;
    text-shadow: -1px 2px #000000 !important;
}
.tax-product_cat .product{
	display: none !important;
}
.tax-product_cat .product-category{
	display: block !important;
}
.page-id-3589 .site-footer{
	margin-top: 0px !important;
}
.related.products{
	display: none !important;
}
.single-product .site{
	padding-bottom: 70px !important;
	max-width: 1100px !important;
}
.woocommerce div.product .product_title{
	font-size: 30px !important;
	margin-top: 20px !important;
}
.woocommerce-tabs{
	display: none !important;
}
#search-p{
	position: relative !important;
}

#appt .filtra-title {
    margin-bottom: 30px !important;
    border-bottom: 0px solid !important;
}
#appt .filtra-title h2 {
    color: #243578 !important;
    font-weight: bold !important;
    font-size: 22px !important;
}

.slideout-navigation.main-navigation{
	background: #022351 !important;
}
.slideout-navigation.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .slideout-navigation.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .slideout-navigation.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a{
	background: #dcb147 !important;
	border-radius: 20px !important;
}
/*.show{
	display: block !important;
	position: fixed !important;
}*/

.page-id-5147 .search-panel__filters {
	display: none !important;
}

.page-id-5147 .site, .archive .site {
	position: relative !important;
	min-height: 40vh !important;
	padding-bottom: 70px !important;
}
.ais-Pagination{
	position: relative !important;
}
.page-id-5147 .ais-Hits-list{
	margin-left: 0px !important;
}
.page-id-5147 .ais-Hits-item, .page-id-5147 .ais-InfiniteHits-item, .page-id-5147 .ais-InfiniteResults-item, .page-id-5147 .ais-Results-item{
	width: 32% !important;
}
.ais-SearchBox-form input {
    border-radius: 20px !important;
}
.page-id-5147 .ais-SearchBox-submit {
	padding: 0px !important;
    margin-top: 0px !important;
}
.lds-dual-ring {
  margin-top:20vh !important;
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #174d81;
  border-color: #174d81 transparent #174d81 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.fil-btn{
	display:none;
}
.load{
    background-color: #fff;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    -webkit-animation: fade-out 0.8s ease-out both 0.8s;
    animation: fade-out 0.8s ease-out both 0.8s;
    position: absolute;
    top: 0px;
	left:0px;
    z-index: 99 ;
    width: 100%;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
	z-index: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
	z-index: 0;
  }
}
.ais-SearchBox-submit:hover, .ais-SearchBox-submit:focus{
	background: transparent !important;
}
.archive .site .ais-SearchBox{
	display: none !important;
}
.archive .site{
	max-width: 1500px !important;
}
.abs{
	position: absolute !important;
	bottom: -30px !important;
	left: 50% !important;
	transform: translate(-50%,0%) !important;
}
.card-cont{
	min-height: 450px !important;
}
#appt .ais-Hits-item{
	padding-bottom: 50px !important;
}
.woocommerce .products ul, .woocommerce ul.products{
	margin-bottom: 100px !important;
	position: relative !important;
}
#wc-column-container .product{
	position: relative !important;
	z-index: 99 !important;
}
.woocommerce-shop .products ul, .woocommerce-shop ul.products{
	margin-bottom: 0px !important;
}
.featured-image {
	display: none !important;
}
#wc-column-container .product {
    background: #dbdbdb;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 7px 12px rgb(97 45 0 / 21%) !important;
}
.woocommerce ul.products li.product a img {
    object-fit: contain !important;
    aspect-ratio: 1 / 1 !important;
    width: 100%;
    height: 300px;
    background: #fff;
    box-shadow: 0 7px 12px rgb(97 45 0 / 21%) !important;
    border-radius: 5px !important;
}
.collectio-re{
	display: none !important;
}
#appt .ais-SortBy-select {
    border: 1px solid #3c497d !important;
    font-size: 16px !important;
    width: 100%;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px;
    border-radius: 5px;
}

#appt .ais-SortBy-select {
    background: url(/wp-content/uploads/2025/07/angle-down-solid.svg);
    background-repeat: no-repeat !important;
    background-position: 92% 50% !important;
    cursor: pointer !important;
    border-radius: 5px !important;
    color: #222 !important;
}
.ais-HierarchicalMenu-count, .ais-RefinementList-count {
    box-shadow: -1.5px 1.5px #3b497d !important;
}
.ais-RefinementList-list .ais-RefinementList-count:after {
    left: 8px !important;
    top: 4px !important;
    width: 5px !important;
    height: 10px !important;
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}
.search-panel h2{
	margin-top: 20px !important;
}
.ais-RefinementList-list{
	margin-left: 0px !important;
}
.carousel-control {
	background: #f1f1f1 !important;
    box-shadow: 1px 0px 1px 0 rgba(74, 73, 77, .5);
    border: 0px solid !important;
    border-radius: 50% !important;
}
.carousel-control svg{
	opacity: 0 !important;
}
.carousel-control:before{
	content: "";
    background-image: url(/wp-content/uploads/2025/07/Arrow-1.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 1;
}
.right{
	 transform: rotate(180deg);
}   
#wps-slider-section .wps-product-section .swiper-button-next {
   top: -50px !important;
    background: #f1f1f1 !important;
    box-shadow: 1px 0px 1px 0 rgba(74, 73, 77, .5);
    border: 0px solid !important;
    border-radius: 50% !important;
}
#wps-slider-section .wps-product-section .wpsp-nav {
    width: 50px;
    height: 50px;
}
.gb-container-03562770 > .gb-inside-container{
	max-width: 1560px !important;
}
.wpcf7-submit {
    border-radius: 20px !important;
    box-shadow: 2px 3px 0 0 rgb(144 141 209 / 43%), 0 0 0 5px #fff;
    color: #000 !important;
}
.woocommerce ul.products li.product .button:hover, .wpcf7-submit:hover, .wpcf7-form input[type="submit"]:hover, .woocommerce div.product form.cart .button:hover, .woocommerce #review_form #respond .form-submit input:hover, .woocommerce-cart .woocommerce button.button:hover, .checkout-button:hover, .woocommerce #payment #place_order:hover {
    background: linear-gradient(to right, #3b3c3c, #959799) !important;
    color: #fff !important;
}
.home .gb-container-b07de28d > .gb-inside-container{
	padding-top: 150px !important;
}
.wpcf7-submit {
   background: linear-gradient(to bottom right, #e0b349, #e0b349, #ffdc8a, #e0b349, #e0b349) !important;
}
.wpcf7-form label {
    color: #fff !important;
}
input[type="text"], input[type="email"], textarea, input[type="tel"] {
    width: 100% !important;
    background: #fff;
    border-radius: 15px !important;
    color: #000 !important;
}
#wps-slider-section .wps-product-section .swiper-button-prev {
    right: 60px;
    top: -50px !important;
    left: auto;
    background: #f1f1f1 !important;
    box-shadow: 1px 0px 1px 0 rgba(74, 73, 77, .5);
    border: 0px solid !important;
    border-radius: 50% !important;
}
.swiper-button-prev i:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/Arrow-1.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 1;
}
.swiper-button-next i:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/Arrow-1.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 1;
    transform: rotate(180deg);
}
.gb-element-9375c00a{
	align-items: center !important;
}
.gb-element-9375c00a h2,  .gb-element-00452684 h2{
	margin-bottom: 0px !important;
}
.gb-element-00452684{
	align-items: center !important;
}
.gb-text-f83e7935, .gb-text-8fc273d3 {
	font-size: 14px !important;
	background: RGBA(255, 255, 255, 0.16) !important;
	padding: 10px 30px 10px 30px !important;
	border: 3px solid RGBA(255, 203, 5, 1);
    border-radius: 50px;
	color: RGBA(255, 203, 5, 1) !important;
	font-family: 'DelaGothicOne-Regular' !important;
}
.relat{
	position: relative !important;
}
.offer{
	width: 140px !important;
	position: absolute;
	top: -10px !important;
	right: -10px !important;
}
.gb-element-3c4be232{
	margin-bottom: 20px !important;
}
.gb-element-43c59dc5{
	margin-top: 20px !important;
}
.gb-text-f83e7935:hover, .gb-text-8fc273d3:hover{
	color: #000 !important;
	background: RGBA(255, 203, 5, 1) !important;
}
.gb-element-9375c00a h2 strong, .gb-element-00452684 h2 strong{
	font-family: 'DelaGothicOne-Regular' !important;
	font-size: 18px !important;
	color: #ffcb05 !important;
	text-shadow: -1px 2px #000000 !important;
}
.gb-element-9375c00a h3 strong, .gb-element-00452684 h3 strong{
	font-family: 'DelaGothicOne-Regular' !important;
	font-size: 18px !important;
	color: #fff !important;
	text-shadow: -1px 2px #000000 !important;
}
.gb-element-9fff982d{
	padding-left: 0px !important;
}
#wps-slider-section #sp-woo-product-slider-4459.sp-wps-custom-template .wpsf-product .wps-product-data{
	display: block !important;
}
#wps-slider-section #sp-woo-product-slider-4459.sp-wps-custom-template .wpsf-product .wps-product-data{
	border-radius: 10px !important;
}
#wps-slider-section #sp-woo-product-slider-4459 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){
	background: linear-gradient(to bottom right, #17335c, #17335c, #648cc8, #17335c, #17335c) !important;
	border-radius: 20px !important;
	margin-top: 20px !important;
	padding: 12px 20px !important;
}
#wps-slider-section #sp-woo-product-slider-4459 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button):hover{
	background: linear-gradient(to bottom right, #e0b349, #e0b349, #ffdc8a, #e0b349, #e0b349) !important;
	color: #000 !important;
}
#sp-woo-product-slider-4459.sp-wps-custom-template .wps-product-image .wpsf-product-img, #sp-woo-product-slider-4459.sp-wps-theme_one .wps-product-image{
	border: 0px solid !important;
}
#wps-slider-section #sp-woo-product-slider-4459.sp-wps-custom-template .wpsf-product .wps-product-data{
	border: 1px solid #767676;
    padding-bottom: 0px !important;
}
    
.brands img{
	padding: 10px 20px !important;
	height: 100px !important;
	object-fit: contain !important;
	background: #fff !important;
}
#wps-slider-section .wps-product-image{
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	background: #fff !important;
}
.gb-element-9fff982d{
	padding-left: 20px !important;
	padding-right: 20px !important;
	text-align: center !important;
}
.footer-graphic h2 {
    clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
    padding: 10px !important;
    padding-left: 30px !important;
    background: #114880db !important;
}
.footer-graphic h2 em {
    font-size: 25px !important;
    color: #fff !important;
    font-family: 'DelaGothicOne-Regular' !important;
}
.gb-text-0cfd568f{
	width: 150px !important;
	border-radius: 20px !important;
	background: #fff !important;
	justify-content: center;
	height: 40px !important;
	font-size: 15px !important;
	padding: 5px !important;
	color:#000 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	font-weight: bold !important;
}
.footer-graphic p strong {
    font-family: 'DelaGothicOne-Regular' !important;
    text-shadow: -1px 2px #000 !important;
    padding-left: 30px !important;
    color: #fff !important;
}
.site-footer a:hover{
	color: #ebb537 !important;
}
.preloader{
	background: black;
	width: 100% !important;
	display: block !important;
	opacity: 1 !important;
	position: fixed !important;
	z-index: 999 !important;
	top: 0px !important;
	height: 100% !important;
}

.preloader__gradient{
	
	left: 50% !important;
	background: radial-gradient(254.31% 253.19% at -39.8% 140.23%, #DFF230 0%, #30F2D5 25%, #7B30F2 51.44%, #F230A5 75%, #F27130 100%);
	width: 200px;
	height: 75px;
	display: flex !important;	
  animation: expand-width 1s forwards, scale-up-center 1.85s forwards;
  animation-delay: 0s, 1.5s;
  
}

#preloader{
	animation: fade-out-hide 2.3s forwards;
}

  @keyframes fade-out-hide {
    0% {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    83.33% { /* ~5 seconds of visible time */
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    100% {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }
  }
.preloader__rectangle {
	display: flex !important;
	align-items: center;
    justify-content: center;
}
@keyframes expand-width {
  0% {
    width: 30px;
  }
  100% {
    width: 150px;
  }
}

/* Phase 2: Animate scale */
@keyframes scale-up-center {
  0% {
    transform: scale(1);
	background: white;
	opacity: 1;
  }
  100% {
    transform: scale(25);
	background: white;
	opacity: 1;
  }
}
/*
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(13);
            transform: scale(13);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(13);
            transform: scale(13);
  }
}*/
.carousel-indicator-item div{
	color: black !important;
}
.carousel-indicator-item h3{
	margin-left: 15px !important;
	margin-bottom: 5px !important;
	font-size: 14px !important;
	text-align: left !important;
	font-weight: 400 !important;
}
.carousel-indicator-item p{
	margin-left: 15px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-align: left !important;
	margin-bottom: 0px !important;
}
.gb-container-53573d3d > .gb-inside-container{
	padding-bottom: 0px !important;
}
.gb-element-c5208107 {
	padding-left: 0px !important;
}
.gb-text-ab5e25ce{
	margin-left: 30px !important;
	background: linear-gradient(to bottom right, #e0b349, #e0b349, #ffdc8a, #e0b349, #e0b349) !important;
    color: #000 !important;
	border-radius: 20px !important;
	padding: 10px 22px !important;
	font-weight: 400 !important;
	font-family: 'DelaGothicOne-Regular' !important;
	box-shadow: 0 7px 12px rgba(97, 45, 0, .21) !important;
	box-shadow: 2px 3px 0 0 rgb(144 141 209 / 43%), 0 0 0 5px #fff !important;
}
.gb-text-ab5e25ce:hover{
	background: linear-gradient(to bottom right, #17335c, #17335c, #648cc8, #17335c, #17335c) !important;
	color:#fff !important;
}
body{
	padding: 0px !important;
}
.gb-text-8ae29779{
	margin-left: 30px !important;
	background: linear-gradient(to bottom right, #e0b349, #e0b349, #ffdc8a, #e0b349, #e0b349) !important;
	border-radius: 20px !important;
	padding: 10px 22px !important;
	color:#000 !important;
	font-weight: 400 !important;
	font-family: 'DelaGothicOne-Regular' !important;
	box-shadow: 0 7px 12px rgba(97, 45, 0, .21) !important;
	box-shadow: 2px 3px 0 0 rgb(144 141 209 / 43%), 0 0 0 5px #fff !important;
}
.gb-text-8ae29779:hover{
	background: linear-gradient(to bottom right, #17335c, #17335c, #648cc8, #17335c, #17335c) !important;
	color:#fff !important;
}

.carousel-control{
	top: 37.5% !important;
}
.max-w{
	max-width: 1500px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.gb-element-9fff982d{
	margin-top: 0px !important;
}
.footer-graphic{
	width: 75% !important;
}
.gb-element-b290f087{
	padding-left: 0px !important;
}
.gb-element-9fff982d{
	padding-left: 0px !important;
}
.gb-element-0ae3b893 h2{
	margin-bottom: 18px !important;
}
.gb-element-9fff982d p strong{
	font-size: 18px !important;
}
/*.gb-element-9fff982d p{
	margin-left: auto !important;
	margin-right: auto !important;
	width: 60% !important;
}*/
.carousel-item img{
	border-radius: 20px !important;
}
.carousel-item picture{
	border-radius: 20px !important;
}
.left-side img {
    border-radius: 20px !important;
    height: 540px !important;
    object-fit: cover !important;
}
.left {
	left: 20px !important;
}
.right {
	right: 20px !important;
}
/*#wps-slider-section #sp-woo-product-slider-4446.sp-wps-custom-template .wpsf-product .wps-product-data{
	display: flex !important;
}*/
.carousel-indicators {
    position: absolute;
    bottom: 0px !important;
}
.carousel-inner{
	height: 640px !important;
}

.carousel-indicator-item.active{
	border-left: 2px solid #dfb448;
}
.carousel-indicators{
	margin-top:10px !important;
	bottom: 0px !important;
}
.gb-container-90398e2c > .gb-inside-container{
	max-width: 1550px !important;
}
.gb-element-e9465ee3{
	max-width: 1480px !important;
}
#wps-slider-section.wps-slider-section-4446{
	padding-top: 0px !important;
}
#app4{
	border-bottom: 0px solid !important;
	height: 700px !important;
}
.max-w h2{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.carousel-indicators{
	height: 100px !important;
}
.carousel-indicator-item {
	border-left: 2px solid #e6e5ea;
    width: 300px !important;
    height: 80px !important;
    padding: 10px !important;
	display: block !important;
    background: transparent !important;
	background: #fff !important;
	margin-top: 20px !important;
}
.carousel-indicators {
    display: flex !important;
    justify-content: center !important;
}
.carousel-indicators {
    z-index: 7 !important;
    background: #fff !important;
    width: 100% !important;
}
.inside-header{
	padding: 0px 30px 0px 30px !important;
}
.site-header{
	    box-shadow: 0 0 20px 1px rgba(32, 22, 78, .08);
    -moz-box-shadow: 0 0 20px 1px rgba(32, 22, 78, .08);
    -webkit-box-shadow: 0 0 20px 1px rgba(32, 22, 78, .08);
}
.brands img{
	border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(40, 64, 161, .08);
    -moz-box-shadow: 0 0 20px 1px rgba(40, 64, 161, .08);
    -webkit-box-shadow: 0 0 20px 1px rgba(40, 64, 161, .08);
}
.max-w h2{
	height: 30px !important;
	margin-top: 10px !important;
}

.max-w img{
	border-radius: 10px !important;
	background: #f2f1f6 !important;
	object-fit: contain !important;
	padding: 15px !important;
	height: 160px !important;
}
.summer-sales{
	position: absolute;
	top: 25% !important;
	left: 50% !important;
	transform: translate(-50%,0);
	text-align: center !important;
	font-family: 'DelaGothicOne-Regular' !important;
	color:#fff !important;
	text-shadow: -1px 2px #032251 !important;
}
.hero-header{
	position: absolute !important;
	top: 0px !important;
    left: 50% !important;
    transform: translate(-50%, 0%) !important;
	color: #fff !important;
}
.hero-header h3{
	font-family: 'DelaGothicOne-Regular' !important;
    font-size: 25px !important;
    color: #ffcb05 !important;
    text-shadow: -1px 2px #000000 !important;
}
.carousel-item img{
	filter: brightness(0.7) !important;
}
.hero-header p{
	font-size: 20px !important;
	color: #fff !important;
	font-weight: bold !important;
    text-shadow: -1px 2px #000000 !important;
}
.summer-sales strong, .summer-sales a, .summer-sales a:hover{
	font-family: 'DelaGothicOne-Regular' !important;
	color:#fff !important;
}
.summer{
	position: relative !important;
}
.summer img{
	border-radius: 10px !important;
	background: #f2f1f6 !important;
	object-fit: cover !important;
	padding: 0px !important;
	height: 160px !important;
}
#wps-slider-section #sp-woo-product-slider-4446 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button) {
    color: #fff;
    background: linear-gradient(to bottom right, #17335c, #17335c, #648cc8, #17335c, #17335c) !important;
    border: 1px solid #b32113;
    margin-top: 20px !important;
    border-radius: 20px !important;
	padding: 12px 20px !important;
}
#wps-slider-section #sp-woo-product-slider-4446 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button):hover{
	background: linear-gradient(to bottom right, #e0b349, #e0b349, #ffdc8a, #e0b349, #e0b349) !important;
	color: #000 !important;
}
.summer img{
	padding: 0px !important;
}
#wps-slider-section img.wpsf-product-img {
    height: 250px !important;
    object-fit: contain !important;
}
.wpsf-product .wps-product-image {
    border: none !important;
}
#sp-woo-product-slider-4446.sp-wps-custom-template .wps-product-image .wpsf-product-img, #sp-woo-product-slider-4446.sp-wps-theme_one .wps-product-image{
	border: none !important;
}
.wpsf-cart-button {
    border-top: 1px solid #767676 !important;
    margin-top: 20px !important;
}
#wps-slider-section .wpsf-product {
    background: #f5f5f5;
	border-radius: 10px !important;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 150px !important;
}
.page-id-3583 .cart .button, .page-id-3583 .cart input.button, .page-id-3583 .actions{
	display: none !important;
}
.woocommerce-cart .product-remove a.remove, .woocommerce-cart .product-remove a.remove:hover, .woocommerce-cart .product-remove a.remove:focus {
    background-image: url(/wp-content/uploads/2025/07/admin-delete.svg) !important;
    background-size: 20px !important;
    width: 40px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    border-radius: 5px !important;
    border-color: #E6E6E6 !important;
    font-size: 0px !important;
}
.page-id-3583 .site-content, .woocommerce-checkout .site-content{
	padding-bottom: 70px !important;
}

.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    padding: 13px 30px !important;
    font-size: 20px !important;
    width: 70% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 20px !important;
    box-shadow: 2px 3px 0 0 rgb(144 141 209 / 43%), 0 0 0 5px #fff;
    color: #000000 !important;
    background: linear-gradient(to bottom right, #faba15, #faba15, #ffdb7f, #faba15, #faba15) !important;
}
#wps-slider-section #sp-woo-product-slider-4446 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button) {
    border-radius: 20px !important;
    color: #fff !important;
    font-weight: 700 !important;
    margin-top: 20px !important;
    padding-bottom: 12px !important;
    border: none !important;
}
#wps-slider-section #sp-woo-product-slider-4446.sp-wps-custom-template .wpsf-product .wps-product-data {
    border: 1px solid #767676;
    padding-bottom: 0px !important;
}
#wps-slider-section #sp-woo-product-slider-4446.sp-wps-custom-template .wpsf-product .wps-product-data{
	border-radius: 10px !important;
}
#wps-slider-section img.wpsf-product-img {
    height: 250px !important;
    object-fit: contain !important;
}
#wps-slider-section img.wpsf-product-img {
    border-radius: 0;
    box-shadow: 0 0;
    margin: auto;
    padding: 10px;
}
#wps-slider-section #sp-woo-product-slider-4446 .wpsf-product :hover img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1.2);
}
/*.sp-wps-product-details-inner{
	display: flex !important;
	flex-wrap: wrap;
	align-items: center !important;
}*/
/*#wps-slider-section #sp-woo-product-slider-4446 .wpsf-product img{
	border-radius: 20px 0px 0px 20px !important;
	width: 200px !important;
}
#wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){
	min-width: 40px !important;
	width: 40px !important;
	height: 40px !important;
	display: flex !important;
	border-radius: 50% !important;
	justify-content: center;
	align-items: center;
}
#wps-slider-section #sp-woo-product-slider-4446 .wpsf-cart-button a::before{
	display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.wps-slider-section img{
	height: 200px !important;
	object-fit: cover !important;
}
.wpsf-product-title {
	width: 100% !important;
}
.wpsf-cart-button, .wpsf-product-price{
	width: 50% !important;
}
.wpsf-cart-button a{
	font-size: 0px !important;
}*/
.line-h{
	line-height:60px !important;
}
.sign{
	font-family: 'nf-petitnuage-regular' !important;
}
.border img{
	border-radius:20px !important;
}

.wppsac-post-content-position{
	position:absolute !important;
	top:0px !important;
	left:0px !important;
	width:100% !important;
	padding:80px !important;
}
.wppsac-carousel-slides{
	position:relative !important;
}
.wppsac-post-categories-list{
	display:none !important;	
}
.wppsac-post-date span{
	display:none !important;
}
.wppsac-post-date{
	font-size:14px !important;
}
.wppsac-post-title a{
	display:none !important;
	
}
.wppsac-sub-content{
	line-height:50px !important;
	font-size:40px !important;
	color:#fff !important;
}
.wppsac-post-date,.wppsac-readmorebtn{
	color:#fff !important;
	border:none !important;
}
.wppsac-readmorebtn:hover{
	background:transparent !important;
}
.slick-next {
    background: #a71d54!important;
    border-radius: 50%!important;
    color: #a71d54!important;
    width: 55px !important;
    height: 55px !important;
    background: url(/wp-content/uploads/2023/05/blog_slider.png)!important;
    background-size: 60% !important;
	background-repeat:no-repeat !important;
    border: 2px solid #0A1928 !important;
	background-position:center center !important;
	margin-right:-60px !important;
}
.slick-next svg{
	display:none !important;
}

.slick-prev {
    background: #a71d54!important;
    border-radius: 50%!important;
    color: #a71d54!important;
    width: 55px !important;
    height: 55px !important;
    background: url(/wp-content/uploads/2023/05/blog_slider_left.png)!important;
    background-size: 60% !important;
	background-repeat:no-repeat !important;
    border: 2px solid #0A1928 !important;
	background-position:center center !important;
	margin-left:-60px !important;
}
.slick-prev svg{
	display:none !important;
}
.wppsac-post-carousel.design-1 .wppsac-carousel-slides,.wppsac-post-carousel.design-1 .wppsac-post-image-bg,.wppsac-post-content-position,.slick-slide img{
	min-height:520px !important;
	border-radius:20px !important;
	
}
.wppsac-post-carousel.design-1 .slick-dots{
	display:none !important;
}
.wppsac-readmorebtn{
	font-size:0px !important;
}
.wppsac-readmorebtn::after {
    content: 'Όλο το άρθρο';
    font-size: 14px;
}
.footer-widgets-container{
	display:none !important;
}
.poweredby {
    display: flex;
    align-items: center;
    justify-content: center;
}

.poweredby p {
    margin: 0;
    line-height: 16px;
}
.archive .fil-btn img{
	padding: 0px !important;
}
.poweredby svg {
    width: 200px;
    height: auto;
    margin-left: 10px !important;
    transform: scale(1.0);
}

.style-svg:hover {
    transform: scale(1.1);
}
@media only screen and (max-width: 1600px) {
	.gb-element-6b949650 > div{
		width: 25% !important;
	}
	.gb-element-e9465ee3, .gb-element-6c163ca8{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.gb-element-c7b258b6{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
@media only screen and (max-width: 1450px) {
	.footer-graphic{
		width: 80% !important;
	}
}
@media only screen and (max-width: 1350px) {
	.footer-graphic{
		width: 90% !important;
	}
}
@media only screen and (max-width: 1300px) {
	.gb-grid-wrapper-3d3e9647 a{
		width: 100% !important;
	}
  .gb-grid-wrapper-3d3e9647 .gb-grid-column {
    width: 25% !important;
  }
	.max-w img{
		width: 100% !important;
	}
}
@media only screen and (max-width: 1250px) {
	.carousel-indicators{
		display: none !important;
	}
	.carousel-inner, #app4{
		height: 540px !important;
	}
}
@media only screen and (max-width: 1200px) {
	.gb-grid-wrapper-b27048d2{
		margin-right: 25% !important;
	}
	.cart-contents{
		right: 20px !important;
	}

	.carousel-control{
		top: 45% !important;
	}
	.carousel-indicators{
		display: none !important;
	}
	.carousel-inner, #app4{
		height: 540px !important;
	}
	.gb-element-abd63ba3{
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.footer-graphic{
		width: 50% !important;
	}
	.gb-element-562625c3{
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}
@media only screen and (max-width: 1100px) {
	.page-id-5147 .ais-Hits-item, .page-id-5147 .ais-InfiniteHits-item, .page-id-5147 .ais-InfiniteResults-item, .page-id-5147 .ais-Results-item{
		width: 45% !important;
	}
	.gb-element-533aaf75{
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		row-gap: 20px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.gb-element-533aaf75 .clickable{
		min-height: 250px !important;
	}
}
@media only screen and (max-width: 992px) {
	.wp-block-image .alignright{
		float: none;
    	margin: 0px 0px 20px 0px;
		width: 100% !important;
	}
	.border-rad img{
		width: 100% !important;
	}
	.sub-menu li{
		background: transparent !important;
	}
	.hero-header{
		width: 700px !important;
	}
	.archive .fil-btn{
		display: flex !important;
	}
	.gb-grid-wrapper-b27048d2{
		margin-right: 20% !important;
	}
	#appt #search-p{
		position: fixed !important;
	}
	#appt .search-panel__filters{
		width: 100% !important;
	}
	#appt .show{
		display: block !important;
	}
	.gb-element-6b949650 > div{
		width: 45% !important;
	}
	.page-id-5147 .fil-btn{
		display: none !important;
	}
	.footer-graphic{
		width: 70% !important;
	}
}
@media only screen and (max-width: 850px) {
	.gb-grid-wrapper-b27048d2{
		margin-right: 15% !important;
	}
}
@media only screen and (max-width: 800px) {
	.footer-graphic{
		width: 80% !important;
	}
}
@media only screen and (max-width: 767px) {
	#shop-assistant-toggle{
		margin-left: auto !important;
		margin-bottom: 3px !important;
	}
	#preloader{
		display: none !important;
	}
	.hero-header{
		width: 500px !important;
	}
	.logo img{
		display: none !important;
	}
	.gb-element-533aaf75 .clickable{
		height: 250px !important;
	}
	.main-navigation.has-branding .inside-navigation.grid-container{
		border-bottom: 1px solid #122f5b !important;
	}
	.gb-container-47d14639 > .gb-inside-container, .gb-container-ac921151 > .gb-inside-container{
		padding: 0px !important;
	}
	.menu-bar-items{
		top: 50px !important;
	}
	.cart-contents{
		right: 60px !important;
	}
	.navigation-branding img, .site-logo.mobile-header-logo{
		height: 100px !important;
	}
	.gb-element-00452684, .gb-element-9375c00a{
		height: 20vh !important;
	}
	.hero-header h3{
		font-size: 20px !important;
	}
	.carousel-item img, .carousel-inner, #app4 {
		height: 450px !important;
	}
	.carousel-control:before{
		background-size: 25px;
	}
	.carousel-control {
		padding: 5px 12px !important;
	}
	.hero-header{
		top: 25% !important;
		margin-top: 0px !important;
	}
	.ais-Pagination-list{
		margin-left: 0px !important;
	}
	.archive .fil-btn{
		display: flex !important;
	}
	.gb-grid-wrapper-cc6f8966 p{
		text-align: center !important;
	}
	.gb-container-e24ec8c8, .gb-container-d6262bcd{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	h1.gb-headline-a480d372, h1.gb-headline-82e657e9{
		font-size: 25px !important;
	}
	.entry-title{
		font-size: 25px !important;
	}
	.gb-element-abd63ba3{
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	.main-navigation .site-logo.navigation-logo img, .mobile-header-navigation .site-logo.mobile-header-logo img, .navigation-search input[type="search"]{
		height: 100px !important;
	}
  .gb-grid-wrapper-3d3e9647 .gb-grid-column {
    width: 33% !important;
  }
	.max-w img{
		width: 100% !important;
	}
	.gb-element-b290f087, .gb-element-c5208107{
		height: 400px !important;
	}
	.footer-graphic h2{
		line-height: 30px !important;
	}
	    
	.footer-graphic h2 em{
		font-size: 20px !important;
	}
}
@media only screen and (max-width: 600px) {
	.gb-element-6b949650 > div{
		width: 100% !important;
	}
	h2.gb-headline-c1e3f473{
		font-size: 25px !important;
	}
	.gb-container-03562770 > .gb-inside-container{
		padding-left: 17px !important;
		padding-right: 17px !important;
	}
	.gb-element-43c59dc5{
		margin-top: 0px !important;
	}
	.home-sxetika h3{
		line-height: 25px !important;
		font-size: 15px !important;
	}
	.home-sxetika h3 strong{
		font-size: 15px !important;
	}
	.gb-element-292674c6 h2 strong, .gb-element-fac6fea5 h2 strong, .gb-element-b52bcd64 h2 strong, .gb-element-1a6b1d0c h2 strong{
		font-size: 16px !important;
	}
	.gb-element-00452684, .gb-element-9375c00a {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.gb-element-3c4be232, .gb-element-43c59dc5{
		flex-direction: column !important;
		gap: 20px !important;
	}
	.gb-element-3c4be232> div, .gb-element-43c59dc5>div{
		width: 100% !important;
	}
	.summer-sales strong, .summer-sales a{
		font-size: 16px !important;
	}
	.hero-header{
		top: 25% !important;
	}
	.page-id-5147 .ais-Hits-item, .page-id-5147 .ais-InfiniteHits-item, .page-id-5147 .ais-InfiniteResults-item, .page-id-5147 .ais-Results-item{
		width: 95% !important;
	}
	.footer-graphic{
		width: 90% !important;
	}
	.footer-graphic h2, .footer-graphic p strong{
		padding-left: 15px !important;
	}
	.gb-text-ab5e25ce, .gb-text-8ae29779{
		margin-left: 15px !important;
	}
	.footer-graphic h2 em{
		font-size: 18px !important;
	}
	.hero-header{
		width: 400px !important;
	}
	.hero-header p{
		font-size: 16px !important;
	}
}
@media only screen and (max-width: 500px) {
	.left{
		left: 10px !important;
	}
	.right{
		right: 10px !important;
	}
	.hero-header{
		width: 350px !important;
	}
	.footer-graphic{
		width: 98% !important;
	}
	.footer-graphic p strong{
		font-size: 15px !important;
	}

	.gb-element-c7b258b6{
		padding-bottom: 0px !important;
	}
	#wps-slider-section .wps-product-section{
		margin-bottom: 0px !important;
	}
  .gb-grid-wrapper-3d3e9647 .gb-grid-column {
    width: 50% !important;
  }
	.max-w img{
		width: 100% !important;
	}
}
@media only screen and (max-width: 450px) {
	.shop-assistant-widget.position-bottom-right, .shop-assistant-widget.position-bottom-left{
		right: 5px !important;
		bottom: 5px !important;
	}
	.skalisto{
		font-size: 20px !important;
	}
	.gb-element-6c163ca8{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.gb-container-53573d3d > .gb-inside-container{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.hero-header{
		width: 350px !important;
	}
	.left,.right{
		display: none !important;
	}
	.gb-text-ab5e25ce, .gb-text-8ae29779{
		font-size: 16px !important;
	}
	.footer-graphic h2{
		margin-bottom: 5px !important;
	}
	.footer-graphic h2 em{
		font-size: 16px !important;
	}
	#wps-slider-section #sp-woo-product-slider-4459.wps-product-section .wpsp-nav, #wps-slider-section #sp-woo-product-slider-4446.wps-product-section .wpsp-nav{
		display: none !important;
	}
	.carousel-item img, .carousel-inner, #app4{
		height: 400px !important;
	}
}
@media only screen and (max-width: 400px) {
	.hero-header{
		width: 95% !important;
	}
	.hero-header{
		top: 20% !important;
	}
	.footer-graphic h2{
		margin-bottom: 5px !important;
	}
	.footer-graphic h2 em{
		font-size: 14px !important;
	}
	.footer-graphic p strong{
		font-size: 13px !important;
	}

}
@media only screen and (max-width: 360px) {
	.gb-element-6b949650 > div{
		width: 100% !important;
	}
	.footer-graphic h2{
		margin-bottom: 5px !important;
	}
	.footer-graphic h2 em{
		font-size: 13px !important;
	}
	.footer-graphic p strong{
		font-size: 11px !important;
	}
}