/*
 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.2
*/

@font-face {
    font-family: 'nf-petitnuage-regular';
    src: url('fonts/nf-petitnuage-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'CeraGR';
    src: url('fonts/CeraGR.woff2') format('woff2');
}
@font-face {
    font-family: 'Lux-Montag';
    src: url('fonts/Lux-Montag.woff2') format('woff2');
}
.page-numbers li{
	font-family: 'Lux-Montag' !important; 
}
.footer-a a{
	color: #080808 !important;
}
@font-face {
    font-family: 'KaushanScript-Regular';
    src: url('fonts/KaushanScript-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'DelaGothicOne-Regular';
    src: url('fonts/DelaGothicOne-Regular.woff2') format('woff2');
}
.gb-container-3838c1f5 p{
	text-align: left !important;
}
.gb-grid-wrapper-cc6f8966 p, .gb-grid-wrapper-cc6f8966 p strong, .gb-grid-wrapper-cc6f8966 p a{
	font-family: 'CeraGR' !important; 
	margin-bottom: 0px !important;
}
.gb-grid-wrapper-cc6f8966 p a:hover{
	color:#000 !important;
}
.gb-container-5076f463 a{
	width: 100% !important;
}
.hero-title{
	font-size: 50px !important;
}
.hero-title div{
	text-shadow: -2px 3px #2a1d6d !important;
	font-family: 'KaushanScript-Regular' !important;
}
.hero-text div{
	font-family: 'DelaGothicOne-Regular' !important;
	font-size: 25px !important;
    text-shadow: -1px 2px #000 !important;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
div#n2-ss-2 .n-uc-z9PyYxxtcEwt-inner, div#n2-ss-2 .n-uc-zy8rGzb3U3G6-inner{
	margin-top: -50px !important;
}
.res1 img{
	background: #fff !important;
}
.woocommerce nav.woocommerce-pagination{
	justify-content: center !important;
}
.page-id-4908 .site-content{
	padding-bottom:100px !important;
}
#appew .search-panel__filters{
	display:none !important;
}
#appew, #appew .search-panel__results, #appew .search-panel, #appew .container{
	border-radius:20px !important;
}
.res1 a{
	flex-direction: row-reverse;
    justify-content: flex-end;
}
.woocommerce-shop ul.products li.product a img, .woocommerce ul.products li.product a img {
    object-fit: contain;
    aspect-ratio: 1 !important;
	width: 100% !important;
}
.woocommerce div.product div.images img {
    max-width: 400px !important;
    max-height: 370px !important;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.inside-wc-product-image{
	width:100% !important;
}
.social img {
    box-shadow: 1.5px 1.5px #006fba !important;
    border-radius: 50% !important;
}
.woocommerce-page #payment #place_order{
	font-size:22px !important;
}
.woocommerce-terms-and-conditions-wrapper{
	display: none !important;
}
input[type="text"], input[type="email"], textarea, input[type="tel"], input[type="password"] {
    width: 100% !important;
    background: #eeeeee;
    border-radius: 15px !important;
    color: #000 !important;
}
.woocommerce-checkout select, .select2-container--default .select2-selection--single {
    border-radius: 15px !important;
    background: #eeeeee;
}
.woocommerce .coupon .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-page #payment #place_order{
	margin-left:10px !important;
	background: linear-gradient(to right, #3b3c3c, #959799) !important;
    border-radius: 20px !important;
    box-shadow: 2px 3px 0 0 rgb(144 141 209 / 43%), 0 0 0 5px #fff;
	font-family: 'CeraGR' !important;
}
.woocommerce .coupon .button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-page #payment #place_order:hover{
	background: linear-gradient(to bottom right, rgb(203 29 18), rgb(203 29 18), #f88078, rgb(203 29 18), rgb(203 29 18)) !important;
}
#coupon_code {
    width: 50% !important;
    border-radius: 20px !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	padding:15px !important;
}
.slideout-navigation.main-navigation{
	background-color: #cb1d12f7 !important;
}
.slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"] > a{
	background: transparent !important;
}

#appew{
	position: absolute !important;
	margin-top: -10px !important;
}
.res{
	margin-left:0px !important;
}

.wp-elements-442b421d670a19bed1d255527afff80a{
	max-width:70% !important;
}
.archive .grid-container{
	max-width:1200px !important;
}
.res1 a:hover{
	color: #cb1d12 !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 #a62425;
  border-color: #a62425 transparent #a62425 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.load{
    background-color: #ffffff;
    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: 2;
    width: 100%;
}

@-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;
  }
}
.page-id-4908 #page {
	position: relative !important;
    min-height: 100vh !important;
}
.page-id-4908 .grid-container {
    max-width: 1300px !important;
}
.page-id-4908 #app-algolia .ais-SearchBox{
	width: 100% !important;
}
.ais-Hits-list{
	justify-content: center;
}
.ais-SearchBox input[type="search"]::placeholder {
	color: #000 !important;
}
.ais-SearchBox input[type="search"]{
	color:#000 !important;
}
.ais-SearchBox input[type="search"] {
    border-radius: 20px !important;
}
#app-algolia .ais-Autocomplete{
	display: none !important;
}
.ais-SearchBox-submit:hover{
	background: transparent !important;
}
.ais-InstantSearch .left-panel{
	display:none !important;
}
.ais-InstantSearch .right-panel{
	margin-left:auto !important;
	margin-right:auto !important;
}
img[data-lazyloaded]{
    opacity: 0;
}

/* 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;
}
#sp-woo-product-slider-4437.sp-wps-custom-template .wps-product-image .wpsf-product-img, #sp-woo-product-slider-4437.sp-wps-theme_one .wps-product-image{
	background: #fff !important;
}
div#n2-ss-2 .nextend-arrow-previous {
    transform: rotate(180deg) !important;
    margin-bottom: 10px !important;
}
#secondary-navigation {
	position:fixed !important;
	top:0px !important;
	width:100% !important;
}
div#n2-ss-2 .nextend-arrow-animated-fade:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/11/449353309_785657433420175_7340031632161029158_n-removebg-preview-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 100px;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 1;
}
div#n2-ss-2 .nextend-arrow img{
	opacity: 0 !important;
}
div#n2-ss-2 .nextend-arrow-animated-fade {
    position: relative !important;
    height: 100px !important;
    width: 40px !important;
}
/* autocomplete */
#autocomplete{
	width:500px !important;
}
.ais-SearchBox-reset{
	display:none !important;
}
.ais-SearchBox-form input{
	border-radius:20px !important;
}
#autocomplete .ais-SearchBox-form{
	width:500px !important;
}
.left-panel, .right-panel{
	position: relative !important;
}
.left-panel .ais-SearchBox-form input, .left-panel .ais-SearchBox-form{
	display:none !important;
}
.page-id-7985 .site {
	position: relative !important;
	min-height:50vh !important;
	max-width:100% !important;
}
.ais-Pagination-list{
	position: relative !important;
}
#autocomplete .ais-SearchBox-form{
	border-radius:24px !important;
}
#autocomplete,.test-sea{
	border-radius:24px !important;
}

.test-sea{
	overflow:hidden !important;
}
.ais-SearchBox-form input{
	border-color: transparent !important;
}
.res{
	background-color: rgb(255, 255, 255);
    margin-top: 0px;
    position: absolute;
    top: 1px;
    left: 0px !important;
    margin-left: 0px !important;
    z-index: 5;
	width:300px !important;
}
.res,.res1{
	min-height:40px !important;
}
.ais-Autocomplete{
position:relative !important;	
}
.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;
}
.ais-Autocomplete{
	height:46px !important;
}
.test-sea{
	z-index:99 !important;
}
.res1{
	margin-top:40px !important;
}
.sear img {
  width: 45px !important;
  height: auto;
}

.test-sea {
  position: relative;
}
.res a:hover {
  color: #8d1633 !important;
}
.res,
.res ul {
  list-style-type: none;
  padding-left: 0px;
  border-radius: 24px;
}
.res1 p {
  margin-bottom: 0px !important;
}

.res1 {
    scrollbar-color: #c33054 transparent !important;
}

.res1::-webkit-scrollbar {
    border-radius: 10px;
    width: 8px;
    background-color: linear-gradient(90deg #bea767 0%, #b5b5b5 25%, #e3e3e3 50%, #b5b5b5 75%, #bea767 100%);
}

.res1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px !important;
    background: #982021;
}

.res1::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px !important;
    background: linear-gradient(to bottom, #982021, #eee, #982021);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5)
}

.res1 {
    scrollbar-color: linear-gradient(to bottom, #982021, #eee, #982021);
    /* thumb and track color */
    scrollbar-width: thin;
}
.res{
	padding-top:10px !important;
	padding-bottom:15px !important;
}
.sear:hover{
	background: transparent !important;
}
.res{
	border-radius:24px !important;
}
.res{
	width: 500px !important;
}
.res ul {
  max-height: 300px;
  width: 495px !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;
}

.ais-Autocomplete{
	background: #fff !important;
}
.ais-SearchBox{
	height:46px !important;
}
.sear {
    padding: 15px !important;
    padding-top: 12px !important;
}
.ais-Autocomplete {
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  border-radius: 24px;
}
#autocomplete input {
  width: 500px !important;
  background-color: #fff !important;
  border: 1px solid transparent;
  border-radius:24px !important;
}
.sear img {
    width: 45px !important;
    height: auto;
	filter: invert(33%) sepia(59%) saturate(6551%) hue-rotate(344deg) brightness(89%) contrast(84%) !important;
}
.sear:hover img{
	filter: invert(1) !important;
}
#autocomplete input:focus {
  outline: none;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  box-shadow: none;
  border-bottom: 1px solid #e8eaed;
  box-shadow: 0px !important;
	background: transparent !important;
}

#autocomplete {
  margin-bottom: 0px;
}
.icon-search img {
    width: 25px !important;
    height: auto !important;
	position: absolute;
    right: 60px;
    top: 50% !important;
    transform: translate(0%, -50%);
}
.ais-InstantSearch {
  display: flex !important;
  justify-content: center !important;
}

.ais-InfiniteHits-item,
.ais-InfiniteResults-item,
.ais-Hits-item,
.ais-Results-item {
  width: 30% !important;
}
.ais-SearchBox-input, .ais-SearchBox-submit{
	display:block !important;
}
.ais-SearchBox{
	width:300px !important;
	height:35px !important;
}
.right1-panel .ais-SearchBox-input,
.right1-panel .ais-SearchBox-submit {
  display: block;
}

.ais-SearchBox-input {
  padding: 10px 20px;
  border-radius: 20px;
  background: #f6f6f6 !important;
}
/**/

.inside-header{
	padding-top:0px !important;
}
#app9{
	position:fixed;
	top:85px !important;
	z-index:9 !important;
	background: #f3f3f3 !important;
	padding-top:5px !important;
	width:100% !important;
}
.site-header{
	padding-top:10px !important;
	padding-bottom:10px !important;
	position:fixed !important;
	top:0px !important;
}
.custom-nav a:hover{
	color:var(--contrast-3) !important;
}
@media screen and (min-width: 768px) {
	.main-navigation{
		display:none !important;
	}
}

.custom-nav a{
	color:#000;
	font-weight: bold;
	font-size:15px;
}
.custom-nav{
	height:50px !important;
	justify-content: center;
	gap:40px !important; 
}

/* big menu
.button-dropdown, nav .menu-item a{
	font-size:15px !important;
	font-weight: bold;
}
.dropdown svg{
	display:none !important;
}
.custom-nav a{
	font-family: 'CeraGR' !important;
	font-weight: bold;
	color:#000 !important;
}
.custom-nav{
	justify-content: center !important;
	list-style-type: none !important;
}
.custom-nav li{
	padding-left:22px !important;
	padding-right:22px !important;
}
*/
.featured-image {
	display:none !important;
}
.secondary-nav-aligned-right .secondary-navigation .inside-navigation{
	justify-content: center !important;
}
.secondary-navigation .main-nav a{
	font-weight:500 !important;
	font-size:15px !important;
	padding-bottom:3px !important;
}
.secondary-navigation {
    background: #ea3a3c !important;
    background: linear-gradient(90deg, #ea3a3c 0%, #360000 100%) !important;
}
.secondary-navigation .main-nav ul li[class*="current-menu-"] > a{
	background: transparent !important;
	color:#fff !important;
}

.site-header .grid-container{
	max-width:1300px !important;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a{
	color:#000 ;
}
.mico:hover{
	filter: invert(20%) sepia(76%) saturate(3802%) hue-rotate(353deg) brightness(80%) contrast(99%);
}
.main-navigation .main-nav ul li > a:hover{
	color: #cb1d12 !important;
}
.main-navigation {
    padding-bottom: 15px !important;
    border-bottom: 1px solid #ea3a3c !important;
}
.menu-bar-item{
	display:none !important;
}
/*.site-logo{
	width:360px !important;
}*/
.gb-grid-wrapper-b27048d2{
	margin-left:80px !important;
}
.is-ajax-search-details .is-ajax-search-items>div, .is-ajax-search-post {
    background: #fffffff2;
}
.is-ajax-search-details a, .is-ajax-search-result a{
	color: #ea3a3c !important;
}
div.is-ajax-search-details, div.is-ajax-search-result{
	background: transparent !important;
}
.is-ajax-search-details{
	display:none !important;
}
.gb-grid-wrapper-b27048d2{
	width:100% !important;
}
.is-search-icon:before {
	background-image: url(/wp-content/uploads/2024/11/search-1.svg);
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.is-search-icon svg{
	display:none !important;
}
.is-form-style input{
	width: 600px !important;
	height:40px !important;
	border: none !important;
    border-radius: 20px !important;
    padding-left: 4rem !important;
	background-color: #f5f5f5 !important;
}
.is-form-style input.is-search-input{
	border:none !important;
}
.is-form-style input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #f5f5f5;
}
.is-form-style input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #f5f5f5;
    opacity:  1;
}
.is-form-style input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #f5f5f5;
    opacity:  1;
}
.is-form-style input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #f5f5f5;
}

.is-form-style.is-form-style-3 label{
	width: 600px !important;
	position: relative !important;
}
.is-form-style button.is-search-submit{
	position:absolute !important;
	top:1px !important;
	left:20px !important;
	background: transparent !important;
	border: none !important;
}
.is-form-style input.is-search-submit, .is-search-icon{
	background: transparent !important;
	border: none !important;
}
.round{
	border-radius:5px !important;
}
.gb-grid-column-18b2769e{
	margin-left:-5px !important;
}
.sp-wcsp-slider-area #sp-wcsp-slider-section-4455 .sp-wcsp-cat-item .sp-wcsp-shop-now{
	line-height:25px !important;
}
.sp-wcsp-slider-area #sp-wcsp-slider-section-4455 .sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-details-content .sp-wcsp-cat-name a{
	font-size:19px !important;
	color: rgb(14 8 7) !important;
	font-weight: 700 !important;
}
.sp-wcsp-slider-area #sp-wcsp-slider-section-4455 .sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-details-content .sp-wcsp-cat-name{
	padding-bottom:20px !important;
}
.sp-wps-custom-template .wps-product-image .wpsf-product-img, .sp-wps-theme_one .wps-product-image{
	height:300px !important;
	object-fit: contain !important;
	border-radius:5px !important;
	padding: 5px !important;
}

#wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){
	width:85% !important;
	background: #cb1d12 !important;
	color:#fff !important;
	border:0px solid !important;
	text-align: center !important;
	font-size:15px !important;
	padding: 12px !important;
	font-weight:600 !important;
	border-radius:5px !important;
	position: absolute;
	top: 265px !important;
	left:50% !important;
	transform: translate(-50%,0);
	margin-left:auto !important;
	margin-right:auto !important;
	opacity: 0;
}
#wps-slider-section .sp-wps-custom-template .wpsf-product .wps-product-data{
	border-radius: 5px !important;
}
.ajax_add_to_cart{
	transition: opacity .6s ease, color .6s ease, background-position .4s ease-out;
}

#wps-slider-section .sp-wps-custom-template .wpsf-product .wps-product-data:hover .ajax_add_to_cart{
	opacity:1 !important;
}
body::-webkit-scrollbar {
    border-radius: 10px;
    width: 12px;
    background-color: linear-gradient(90deg #103552 0%, #103552 25%, #7099ba 50%, #103552 75%, #103552 100%);
}

body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px !important;
    background: linear-gradient(to bottom, #103552, #7099ba, #103552);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
#wps-slider-section .sp-wps-custom-template .wpsf-product .wps-product-data{
	box-shadow: -2px 2px 12px rgb(0 0 0 / 17%);
	background: #f7f7f7 !important;
	padding:15px !important;
	border: 0px solid !important;
}
#wps-slider-section .wps-product-data{
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.sp-wps-product-details-inner{
	text-align: left !important;
}
#wps-slider-section .wpsf-product-title a{
	font-size:15px !important;
	font-weight:700 !important;
	color: #000 !important;

}
.wpsf-product-title{
	padding-bottom:15px !important;
	border-bottom:1px solid #e1e1e1 !important;
	line-height:22px !important;
	color: #000 !important;
}
#wps-slider-section .wpsf-product-price{
	color: #cb1d12 !important;
	font-size: 1em !important;
	padding-top:15px !important;
	font-weight:700 !important;
}
#wps-slider-section .wps-product-section .wpsp-pagination-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #cb1d12 !important;
}
#wps-slider-section .wps-product-section .wpsp-nav{
	background-color: #cb1d12 !important;
	border: 0px solid !important;
	border-radius:50% !important;
	color:#fff !important;
	width:40px !important;
	height:40px !important;
	margin-left:20px !important;
	z-index: 2 !important;
}
.sp-wcsp-slider-area-4455 .sp-wcsp-button-prev, .sp-wcsp-slider-area-4455 .sp-wcsp-button-next{
	z-index: 2 !important;
}
#wps-slider-section .wps-product-section .swiper-button-next{
	position:absolute !important;
	top:40% !important;
	right:-65px !important;
}
.sp-wcsp-button-next{
	position:absolute !important;
	top:38% !important;
	right:-65px !important;
}
#wps-slider-section .wps-product-section .swiper-button-prev{
	position:absolute !important;
	top:50% !important;
	right:-65px !important;
}
.sp-wcsp-button-prev{
	position:absolute !important;
	top:53% !important;
	right:-65px !important;
}
.nav-top-right .sp-wcsp-button{
	position: static !important;
}
.sp-wcsp-button-next, .sp-wcsp-button-prev{
	background-color: #cb1d12 !important;
	opacity: 1 !important;
	border: 0px solid !important;
	border-radius:50% !important;
	color:#fff !important;
	width:40px !important;
	height:40px !important;
	margin-left:0px !important;
	z-index:9 !important;
}
.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
	max-height:200px !important;
}
.sp-wcsp-slider-area #sp-wcsp-slider-section-4455 .sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-details-content .sp-wcsp-cat-name{
	text-align: center !important;
}
.sp-wcsp-slider-area #sp-wcsp-slider-section-4455 .sp-wcsp-cat-item .sp-wcsp-cat-thumbnail{
	padding: 20px !important;
	border:none !important;
	border-radius:5px !important;
	background: #f8f8f8;
}
.nav-top-right .sp-wcsp-button i, .sp-wcsp-button-next i{
	line-height:40px !important;
}
.sp-wcsp-slider-area-4455 .sp-wcsp-button-prev, .sp-wcsp-slider-area-4455 .sp-wcsp-button-next{
	border: 0px solid !important;
}
.nav-top-right .sp-wcsp-button i, .sp-wcsp-button-next i{
	color:#fff !important;
}
.sp-wcsp-slider-area-4455 .sp-wcsp-button-prev, .sp-wcsp-slider-area-4455 .sp-wcsp-button-next{
	height:40px !important;
	width:40px !important;
}
#wps-slider-section .wps-product-section .swiper-button-next i, #wps-slider-section .wps-product-section .swiper-button-prev i{
	font-size:20px !important;
}
/* shine */

.shine, #wps-slider-section #sp-woo-product-slider-4437 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button), .sp-wcsp-slider-area #sp-wcsp-slider-section-4455 .sp-wcsp-cat-item .sp-wcsp-shop-now{
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-duration: .3s;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
        color: rgb(255 255 255);
        border-radius: 100px;
        background-color: hsla(0,0%,100%,.25);
        overflow: hidden;
        border:none !important;
        cursor: pointer;
    }
    .shine:hover, #wps-slider-section #sp-woo-product-slider-4437 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button):hover, .sp-wcsp-slider-area #sp-wcsp-slider-section-4455 .sp-wcsp-cat-item .sp-wcsp-shop-now:hover{
       background-color: rgb(162 32 36);
    }
    .shine:hover:before, #wps-slider-section #sp-woo-product-slider-4437 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button):hover:before, .sp-wcsp-slider-area #sp-wcsp-slider-section-4455 .sp-wcsp-cat-item .sp-wcsp-shop-now:hover:before{
        -webkit-animation: shine 15s linear infinite;
        animation: shine 15s linear infinite;
        background-image: linear-gradient(120deg,hsla(0,0%,100%,0) 30%,hsla(0,0%,100%,.56),hsla(0,0%,100%,0) 70%);
        content: "";
        height: 100%;
        left: -100px;
        position: absolute;
        top: 0;
        width: 100px;
    }
    @-webkit-keyframes shine {
    0% {
        left: -100px
    }

    4.17% {
        left: 100%
    }

    to {
        left: 100%
    }
}

@keyframes shine {
    0% {
        left: -100px
    }

    4.17% {
        left: 100%
    }

    to {
        left: 100%
    }
}
.ti-next:before, .ti-next:after, .ti-prev:before, .ti-prev:after{
    background: #cb1d12 !important;
}
.asf{
	margin-bottom:10px !important;
}
.border{
	box-shadow: -2px 2px 12px rgb(0 0 0 / 17%);
	margin-top:20px !important;
	border-radius:5px !important;
}
.ti-widget.ti-goog .ti-review-content{
	height: 50px !important;
}
.post-type-archive-product ul.products li.product a img, .single-product li.product a img, .woocommerce ul.products li.product a img {
    background: #fefefe !important;
}
.woocommerce-shop ul.products li.product a img, .woocommerce ul.products li.product a img {
    box-shadow: -5px 11px 12px rgb(62 62 62 / 44%) !important;
    border-radius: 5px !important;
    padding: 20px !important;
}
#wc-column-container .product {
    background: #e4e4e4;
    padding: 25px !important;
    border-radius: 5px !important;
    box-shadow: 0 7px 12px rgb(235 246 255) !important;
}
.sxetika p{
	margin-bottom:0px !important;
}
.home .site-footer, .page-id-3589 .site-footer, .page-id-3587 .site-footer{
	margin-top:0px !important;
}
#secondary-navigation .main-nav{
	max-height:44px !important;
}
.wpcf7{
	color:#fff !important;
}
#map {
	border-radius:20px !important;
    height: 618px;
    width: 100%;
    margin: auto;
}
.woocommerce div.product form.cart .button{
	margin-left:10px !important;
}
.wpcf7-form input[type="submit"], .woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button{
	background: linear-gradient(to right, #3b3c3c, #959799) !important;
    border-radius: 20px !important;
    box-shadow: 2px 3px 0 0 rgb(144 141 209 / 43%), 0 0 0 5px #fff;
}
.wpcf7-form input[type="submit"]:hover, .woocommerce ul.products li.product .button:hover, .woocommerce div.product form.cart .button:hover{
	background: linear-gradient(to bottom right, rgb(203 29 18), rgb(203 29 18), #f88078, rgb(203 29 18), rgb(203 29 18)) !important;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    background-color: #f2f2f2 !important;
    width: 100% !important;
    border-radius: 20px;
}
.footer-a a:hover{
	color: rgb(203 29 18) !important;
}
.footer-a{
	margin-bottom: 2px !important;
}
.bottom-contact img{
	filter: invert(1) !important;
}
.bottom-contact p{
	margin-bottom: 0px !important;
}
p,li,ul, woocommerce-Price-amount, th, #autocomplete input{
	font-family: 'CeraGR' !important;	
}

h1,h2,h3,h4,h5,h6,a,button, .wpcf7-form input[type="submit"], .gb-button{
	font-family: 'Lux-Montag' !important;
	letter-spacing:0.5px !important;
}
.custom-nav a{
	font-size:17px !important;
	letter-spacing:1px !important;
}
#wps-slider-section.wps-slider-section-4458, .sp-wcsp-slider-section, #wps-slider-section{
	padding-top:0px !important;
}
body{
	padding:0px !important;
}
.protasi .sp-wcsp-cat-name, .sp-wcsp-text-center{
	text-align: center !important;
}
.rel{
	position: relative !important;
}
.backg .gb-container {
	display: flex !important;
	flex-direction: column;
    align-items: flex-start;
	justify-content: center;
}
.backg .gb-button, .sp-wcsp-slider-area #sp-wcsp-slider-section-4455 .sp-wcsp-cat-item .sp-wcsp-shop-now{
    box-shadow: 2px 3px 0 0 rgb(144 141 209 / 43%), 0 0 0 5px #fff;
    border-radius: 20px !important;
	font-size:18px !important;
	font-weight:bold;
	padding:10px 15px !important;
    background: linear-gradient(to bottom right, rgb(203 29 18), rgb(203 29 18), #f88078, rgb(203 29 18), rgb(203 29 18)) !important;
}
.res1 a{
	font-weight:bold;
}

.hot img{
	height:350px !important;
	object-fit: cover !important;
	width:100% !important;
}
.hot .gb-grid-column h2{
	margin-top:10px !important;
}
.vreite h2{
	margin-top:20px !important;
}
.inside-header{
	padding-bottom: 0px !important;
}
.vreite img{
	max-height: 250px !important;
	border-radius:5px !important;
	object-fit: cover !important;
}
.vreite .gb-button {
    box-shadow: 2px 3px 0 0 rgb(144 141 209 / 43%), 0 0 0 5px #fff;
    border-radius: 20px !important;
	padding:10px 15px !important;
	font-weight:bold;
    background: linear-gradient(to bottom right, rgb(203 29 18), rgb(203 29 18), #f88078, rgb(203 29 18), rgb(203 29 18)) !important;
}
.archive .site-content{
	padding-bottom:70px !important;
}
.single-product .site-content{
	padding-top:70px !important;
}
.single-product .site{
	max-width:1000px !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;
	color: #080808 !important;
}

.poweredby p {
    margin: 0;
    line-height: 16px;
}

.poweredby svg, .poweredby img {
    width: 200px;
    height: auto;
    margin-left: 10px !important;
    transform: scale(1.0);
	filter: invert(18%) sepia(82%) saturate(3985%) hue-rotate(354deg) brightness(81%) contrast(96%);
}

.style-svg:hover, .poweredby img:hover{
    transform: scale(1.1);
}
@media only screen and (max-width: 1600px) {
	.gb-container-8f024e9e{
		padding: 20px 100px !important;
	}
	.gb-container-afbff716 h2{
		font-size:22px !important;
	}
	.gb-container-afbff716{
		padding: 40px 40px 80px !important;
	}
}
@media only screen and (max-width: 1594px) {
	.gb-container-afbff716{
		padding: 40px 35px 80px !important;
	}
}
@media only screen and (max-width: 1554px) {
	.gb-container-8f024e9e {
        padding: 20px 0px !important;
    }
	.gb-container-afbff716{
		padding: 40px 30px 80px !important;
	}
}
@media only screen and (max-width: 1514px) {
	.gb-container-afbff716{
		padding: 40px 25px 80px !important;
	}
}
@media only screen and (max-width: 1300px) {
	.gb-grid-wrapper-b27048d2{
		margin-left:40px !important;
	}
	.bottom-contact .gb-grid-wrapper-7cead94a > .gb-grid-column{
		width: 50% !important;
	}
	.gb-grid-column-18b2769e{
		margin-left:0px !important;
	}
	.gb-container-8f024e9e{
		padding: 20px 100px !important;
	}
	.gb-grid-wrapper-13ba2d4a .gb-grid-column{
		width:100% !important;
	}
}
@media only screen and (max-width: 1100px) {
	.is-form-style input{
		width: 500px !important;
	}
	.is-form-style.is-form-style-3 label{
		width: 500px !important;
	}
	
	.gb-grid-wrapper-b27048d2{
		margin-left:0px !important;
	}
	.vreite .gb-grid-column{
		width: 33% !important;
	}
}

@media only screen and (max-width: 1035px) {
	#app9{
		top: 75px !important;
	}
}
@media only screen and (max-width: 992px) {
	.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
		max-height:300px !important;
	}
	#autocomplete{
		width:400px !important;
	}
	#autocomplete .ais-SearchBox-form{
		width:400px !important;
	}
	.res{
		width: 400px !important;
	}
	.res ul {
  		max-height: 300px;
		width: 395px !important;
	}
	.sidebar-drop img {
		height: 100px !important;
		width: 100px !important;
	}
	.flex-menu .menu-item1{
		width:50% !important;
	}
	.custom-nav a{
		font-size:13px !important;
	}
	.is-form-style input{
		width: 400px !important;
	}
	.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a{
		padding-left:15px !important;
		padding-right:15px !important;		
	}
	.main-navigation a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items{
		font-size:13px !important;
	}
	.is-form-style.is-form-style-3 label{
		width: 400px !important;
	}
	.hot .gb-grid-column{
		width:50% !important;
	}
}

@media only screen and (max-width: 767px) {
	.gb-container-3838c1f5 p, .gb-container-6e9fb202 p{
		text-align: center !important;
	}
	.hero-title div{
		font-size: 50px !important;
	}
	.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
		max-height:250px !important;
	}
	 .main-navigation .site-logo.navigation-logo img, .mobile-header-navigation .site-logo.mobile-header-logo img, .navigation-search input[type="search"] {
        height: 70px !important;
    }
	.navigation-branding img, .site-logo.mobile-header-logo{
		height:70px !important;
	}
	.ais-InstantSearch .right-panel{
		width:100% !important;
	}
	nav .menu-item{
		display:block !important;
	}
	.main-navigation .main-nav ul li a{
		color:#fff !important;
	}
	.home-line{
		display:none !important;
	}
	#app9{
		display:none !important;
	}
	#mobile-header{
		padding-bottom:0px !important;
	}
	h1.gb-headline-a480d372{
		font-size:30px !important;
	}
	.bottom-contact .gb-grid-wrapper-7cead94a > .gb-grid-column{
		width: 100% !important;
	}
	.bottom-contact .gb-grid-column{
		text-align: center !important;
	}
	.bottom-contact p{
		text-align: center !important;
	}
	.gb-container-8f024e9e{
		padding: 40px 50px 50px 50px !important;
	}
	.vreite .gb-grid-column{
		width: 50% !important;
	}
}

@media only screen and (max-width: 600px) {
	.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
		max-height:200px !important;
	}
	.gb-container-b5fe1c51{
		padding: 70px 30px !important;
	}
	.wp-block-spacer{
		height:30px !important;
	}
	.gb-grid-wrapper-cc6f8966 p{
		margin-bottom:0px !important;
	}
	.hot .gb-grid-column{
		width:100% !important;
	}
	.hot img{
		height:250px !important;
	}
	.gb-container-2da45583, .gb-container-75112be1, .gb-container-b358d251, .gb-container-214e99d6, .gb-container-854a3cb7{
		padding: 50px 40px !important;
	}
	#wps-slider-section .wps-product-section .swiper-button-next, #wps-slider-section .wps-product-section .swiper-button-prev, .sp-wcsp-button{
		display: none !important;
	}
	.sp-wps-custom-template .wps-product-image .wpsf-product-img, .sp-wps-theme_one .wps-product-image{
		height:auto !important;
	}
}
@media only screen and (max-width: 500px) {
	.hot img{
		height:auto !important;
		max-height:500px !important;
	}
	.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
		max-height:500px !important;
	}
}
@media only screen and (max-width: 450px) {
	.hot img{
		height:auto !important;
		max-height:500px !important;
	}
	.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
		max-height:500px !important;
	}

	h1.gb-headline-a480d372{
		font-size:25px !important;
	}
	.gb-container-b5fe1c51{
		padding: 50px 20px !important;
	}
	.vreite .gb-grid-column{
		width: 100% !important;
	}
}

@media only screen and (max-width: 400px) {
	.hero-title div{
		font-size: 30px !important;
	}
	.hero-text div{
		font-size: 17px !important;
	}
}
/* big menu */
/* menu */
.site-header  {
	/*position:fixed !important;	*/
	z-index:99 !important;
	width:100% !important;
	max-width:100% !important;
	background: #f3f3f3 !important;
}

/* shop nav */
nav{
        display: flex;
        align-items: center;
    }

    nav .menu-item{
        color:#fff;
        position: relative;
        text-align:center;
        border-bottom: 3px solid transparent;
        display: flex;
        transition: 0.4s;
    }

    nav .menu-item a{
        color:inherit;
        text-decoration:none;
    }

.bigimg{
    width: 200px;
    height: 200px;
	margin-left: auto;
    margin-right: auto;
    display: flex;
}
.sidebar-drop{
    position: fixed !important;
    left: 0px;
}
.flex-menu{
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
	justify-content: center;
}
.flex-menu a{
    text-align: center;
}

.flex-menu img{
    max-height: 137px !important;
    
}
.flex-menu .menu-item1{
    width: 33% !important;  
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
}
.flex-menu h2,.flex-menu a{
    font-size: 18px !important;
    text-align: center;
}
.button-outline{
    
    font-size: 16px !important;
    border: 1px solid #000 !important;
    background-color: #ffffff;
    color: #000;
    display: inline-flex;
    width: auto;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 var(--button-padding-x);
    border: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 24px;
    color: #000;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s cubic-bezier(.46,.01,.32,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 600;
    width: 170px;
    height: 50px;
    margin-top: 10px !important;
}
.sidebar-drop .button-outline:hover{
    background: aliceblue;
	color: #000 !important;
}
.sidebar-drop .bigimg{
	margin-bottom:10px !important;
}
.skalisto {
    color: transparent !important;
    background: #aa1416 !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    background-clip: text !important;
    padding: 3px !important;
    text-shadow: 0 4px 4px rgba(255, 255, 255, .5) !important;
}
.menu-col .img-serv{
    height: 110px !important;
    width: 110px !important;
}
#app9 header{
	margin-top:-15px !important;
}
.side-cont{
    width: 100% !important;
    display: flex;
    max-width: 1600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.button-dropdown {
    font-size: 20px;
    font-weight: 400;
	line-height:50px !important;
}
#app9{
	border-bottom: 1px solid #ea3a3c !important;
	padding-bottom:10px !important;
}

header{
    max-width: 1600px !important;
    margin-left: auto !important;
    margin-right: auto !important;

}
.nav-align-right .navigation-branding{
	margin-right:0px !important;
	opacity:0 !important;
}
.nav-align-right .inside-navigation{
	    justify-content: center !important;
}
.prod{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.prod a{
    font-size: 17px !important; 
    max-width: 200px !important;
    font-weight: 700;
}
.prod p{
    font-size: 16px;
    font-weight: 300;
    margin-top: 6px !important;
	color:#222 !important;
    margin-bottom: 6px !important;
}
.img-text{
    display: flex;
    gap:15px !important;
    padding-left: 40px;
    margin-bottom: 25px;
}
.menu-col{
    width: 32.5% !important;
    border-right: 1px solid #000;
}
.menu-col, .menu-col1,.menu-col2{
    margin-top: 30px;
    margin-bottom: 50px;
}
.menu-col2 a{
    text-decoration: none;
    color:#000 !important;
	padding-left:0px !important;
	padding-right:0px !important;
	margin-top:20px !important;
}
.menu-col2 a:hover{
    color:var(--contrast-3) !important
}
.menu-col2 a:hover h3{
    color:var(--contrast-3) !important
}
.menu-col1{
    width: 43.75% !important;
    padding-bottom: 25px;
    border-right: 1px solid #000;
}
.menu-col1 .menu-item1{
    align-items: center !important;
    justify-content: center;
    gap:0px !important;
}
.menu-item1 a{
	padding-left:0px !important;
	padding-right:0px !important;
}
    
.menu-col2{
    width: 23.75% !important;
    border-left: 1px solid #fff5ec;
    padding-top: 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.menu-col2 h3{
    text-align: center; 
	max-width: 280px; 
	font-size: 19px;
	font-weight:600 !important;
}
.menu-item1{
    display: flex;
    margin-bottom: 25px !important;
    gap:45px !important;
}

    .dropdown{
        text-align: center;
    }
    .button-dropdown {
        font-size: 15px;
        text-decoration: none;
        color:#000 !important;
        display: inline-block;
        position: relative;
		font-weight:bold !important;
    }

    .menu-btn{
        padding-left:10px !important;
    }
    .sidebar-drop img{
        object-fit: cover;
        border-radius: 5px !important;
    }
	.sidebar-drop .bigimg {
		width: 200px !important;
		height: 200px !important;
	}
    .sidebar-drop{
        background-color: transparent;
        width:100% !important;
        z-index: 99;
        box-shadow: 1px 3px 3px rgb(0 0 0 / 21%);
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        padding: 0px 0;
        margin-top: 0px;
		/*padding-top:25px !important;*/
		padding-top:11px !important;
        display: flex;
        overflow-x: hidden;
    }
 

.sidebar-cont{
	margin-top:20px !important;
	
}
    .sidebar-drop .menu-item1 {
        font-size: 20px;
        font-weight: 600;
    }

    .sidebar-drop .menu-item1 a{
       text-decoration: none;
       color:#000;
       display: inline-block;
       padding-bottom:5px;
       position: relative;
    }
    .title-text a{
        text-decoration: none;
        color:#000 !important
    }
    .title-text a:hover{
        color:#0e4262 !important
    }

    .sidebar-drop .menu-item1 a:hover:after{
        transform: scaleX(1);
        transform-origin: bottom left;
    }
    .sidebar-drop.menu-item1:hover{
        background-color: #fff;
        color:#000;     
    }
    .sidebar-drop .menu-item1 a:hover{
        color:var(--contrast-3) !important
    }
    .slide-up-enter-active,
    .slide-up-leave-active {
        transition: all 0.4s ease-out;
    }

.slide-up-enter,.slide-up-leave-to{
  opacity: 0;
  transform: translateY(30px);
}
.prod a:hover{
	color: #0e4262 !important;
}
.sidebar-drop1 .prod p{
	margin-top: 50px !important;
}
.main-navigation .main-nav ul li a{
	color:#000 !important;
}

@media only screen and (max-width: 1650px) {
	.sp-wps-custom-template .wps-product-image .wpsf-product-img, .sp-wps-theme_one .wps-product-image{
		max-height:270px !important;
	}
	#wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button) {
		width: 82% !important;
		top: 245px !important;
	}
	.n2-section-smartslider, .n2-ss-slide,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls,.n2-ss-slider-1 .n2_ss__touch_element .n2-ow, div#n2-ss-2 .n2-ss-slider-4 {
		max-height:700px !important;
	}
    .side-cont{
        max-width: 1500px !important;
		height: 550px;
    }
	.sidebar-drop1 .side-cont{
		height:auto !important;
	}
    header, .inside-navigation{
        max-width: 1500px !important;
    }    
}
@media only screen and (max-width: 1550px) {
	.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
		max-height:180px !important;
	}
    .side-cont{
        max-width: 1400px !important;
    }
    header,  .inside-navigation{
        max-width: 1400px !important;
    }
}
@media only screen and (max-width: 1450px) {
	.gb-container-e24ec8c8{
		padding-top:175px !important;
	}
	.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
		max-height:160px !important;
	}
	.sp-wps-custom-template .wps-product-image .wpsf-product-img, .sp-wps-theme_one .wps-product-image{
		max-height:250px !important;
	}
	#wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button) {
		width: 82% !important;
		top: 225px !important;
	}
	.menu-col{
		padding-right:20px !important;
	}
    .side-cont{
        max-width: 1300px !important;
    }
    header,  .inside-navigation{
        max-width: 1300px !important;
    }
    .menu-item1{
        gap:5px !important;
    }
}
@media only screen and (max-width: 1350px) {
	.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
		max-height:140px !important;
	}
    .side-cont{
        max-width: 1200px !important;
    }
    header,  .inside-navigation{
        max-width: 1200px !important;
    }
    .menu-col,.menu-col1{
        width: 38.125% !important;
    }
	nav .menu-item{
		justify-content: center;
	}
	.main-navigation .main-nav ul li > a:hover{
		color:#fff !important;
	}
}

@media only screen and (max-width: 1279px) {
	.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
		max-height:240px !important;
	}
}
@media only screen and (max-width: 1250px) {
	.gb-container-e24ec8c8{
		padding-top:155px !important;
	}
    .side-cont{
        max-width: 1100px !important;
    }
    header,  .inside-navigation{
        max-width: 1100px !important;
    }
    .menu-col,.menu-col1{
        width: 38.125% !important;
    }
}
@media only screen and (max-width: 1200px) {
	.site-header .header-image{
		width:400px !important;
	}
	.gb-grid-wrapper-b27048d2{
		margin-left:75px !important;
	}
	#app9{
		top:70px !important;
	}
	.sp-wps-custom-template .wps-product-image .wpsf-product-img, .sp-wps-theme_one .wps-product-image{
		max-height:200px !important;
	}
	#wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){
		top:170px !important;
		font-size:13px !important;
	}
}
@media only screen and (max-width: 1150px) {
	.gb-grid-wrapper-b27048d2{
		margin-left:65px !important;
	}
	
    .side-cont{
        max-width: 1050px !important;
    }
    header, .inside-navigation{
        max-width: 1050px !important;
    }
   .flex-menu{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1060px) {
	.gb-grid-wrapper-b27048d2{
		margin-left:35px !important;
	}
	.inside-header{
		padding-left:5px !important;
		padding-right:5px !important;
	}
}
@media only screen and (max-width: 1035px) {
	#app9{
		top:75px !important;
	}
}
@media only screen and (max-width: 978px) {
	.site-header .header-image{
		width:350px !important;
	}
	.home-line{
		height: 85px !important;
	}
	#app9{
		top:70px !important;
	}
	.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
		max-height:300px !important;
	}
}
@media only screen and (max-width: 900px) {
	.gb-container-e24ec8c8{
		padding-top:135px !important;
	}
	.site-header .header-image{
		width:300px !important;
	}
	.home-line{
		height:80px !important;
	}
	#app9{
		top: 65px !important;
	}
	.gb-grid-wrapper-b27048d2{
		margin-left:40px !important;
	}
}
@media only screen and (max-width: 850px) {
	.gb-grid-wrapper-b27048d2{
		margin-left:10px !important;
	}
	.custom-nav{
		gap:20px !important;
	}
}
@media only screen and (max-width: 820px) {
	.inside-header{
		padding-left:5px !important;
		padding-right:5px !important;
	}
}
@media only screen and (max-width: 780px) {
	.home-line{
		height:70px !important;
	}
}
@media only screen and (max-width: 767px) {
	.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
		max-height:250px !important;
	}
    nav .menu-item1 .sidebar{
        width:100% !important;
    }
}
.button-outline{
	display:flex !important;
}

/* small menu */
.sidebar-drop1{
	position:fixed !important;		
}
.sidebar-drop1 .menu-colum{
	padding: 5px 25px !important;
}
.sidebar-drop1 a{
	font-size:15px !important;
}
.sidebar-drop1 img{
        object-fit: cover;
        border-radius: 5px !important;
    }
    .sidebar-drop1{
		padding-top: 11px !important;
        background-color: transparent;
		max-width:270px !important;
		border-bottom-left-radius:10px !important;
		border-bottom-right-radius:10px !important;
        z-index: 99;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        padding: 0px 0;
        display: flex;
        overflow: hidden !important;
    }
.side-new{
	background-color: #fffffff2 !important;
	width:100% !important;
	max-width:100% !important;
}
.prod a{
	padding-left:0px !important;
	padding-right:0px !important;
}
.sidebar-drop1 .side-cont{
	border-top:0px !important;
	margin-top:0px !important;
	
}
   
    .sidebar-drop1 .menu-item1 {
        font-size: 17px;
        font-weight: 600;
    }

    .sidebar-drop1 .menu-item1 a{
       text-decoration: none;
       color:#000;
       display: inline-block;
       padding-bottom:0px;
       position: relative;
       font-size: 15px !important;
	   font-weight:bold !important;
    }
.sidebar-drop1 .menu-item1{
	margin-bottom:15px !important;
}
.sidebar-drop1 .menu-item1 p{
	color:#222 !important;
	font-size:16px !important;
	margin-top:10px !important;
	font-weight:400 !important;
}

.sidebar-drop1 .menu-item1 a:hover{
	color:var(--contrast-3) !important;
}
.menu-item1 a:hover{
	color:#0e4262 !important;
}
.menu-colum .img-serv1{
    height: 110px !important;
    width: 110px !important;
}
.menu-colum{
    padding: 25px 35px !important;
	box-shadow: 1px 3px 3px rgb(0 0 0 / 21%);
	border-bottom-left-radius:10px !important;
	border-bottom-right-radius:10px !important;
	height:100% !important;
}
.menu-colum, .menu-colum1,.menu-colum2{
    margin-top: 30px;
}
.menu-colum2 a{
    text-decoration: none;
    color:#000;
}
.menu-colum2 a:hover{
    color:#0e4262 !important
}
.menu-colum1{
    width: 43.75% !important;
    padding-bottom: 25px;
    border-right: 1px solid #000;
}
.menu-colum1 .menu-item1{
    align-items: center;
    justify-content: center;
    gap:0px !important;
}
.menu-colum1 h2{
    max-width:115px !important;
}
    
.menu-colum2{
    width: 23.75% !important;
    border-left: 1px solid #fff5ec;
    padding-top: 55px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: center;
}
.menu-colum2 h3{
    text-align: center;
    font-size: 26px;
}
.menu-colum .img-serv1{
    height: 110px !important;
    width: 110px !important;
}
.menu-colum{
	margin-top:8px !important;
}

.sidebar-drop1 .side-cont{
	background: #fffffff2 !important;
	margin-top:0px !important;
}
.button-dropdown:hover{
	color: rgb(0, 143, 192) !important;
}
.main-navigation .main-nav ul li a:hover{
	color: rgb(0, 143, 192) !important;
}
.sidebar-drop .menu-col{
	margin-top:40px !important;
}
@media only screen and (max-width: 1650px) {
	.sidebar-drop1{
		overflow:hidden !important;
	}
	.sidebar-drop1 .menu-item1{
		margin-bottom:10px !important;
	}
}

/** good **/

.home .slider {
  height: 100px;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.home .slider::before{
  left:0;
  top:0;
}
.home .slider::after{
  right:0;
  top:0;
  transform:rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.home .slide-track {
  width: calc(150px * 20);
  display: flex;
	margin-top:-10px !important;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
}

.home .slide-track2 {
  width: calc(150px * 15);
  display: flex;
  animation: scroll2 15s linear infinite;
  justify-content: space-between;
}

.home .slide {
  width: 150px;
  height: 125px;

  display: grid;
  place-items: center;
  transition:0.5s;
  cursor:pointer;
}
.home .slide:hover{
  transform:scale(0.8)
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 10));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 5));
  }
}

@media screen and (max-width: 768px) {
  .slide-track {
    width: calc(100px * 20);
  }

  .slide-track2 {
    width: calc(100px * 15);
  }

  .slide {
    width: 100px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-100px * 10));
    }
  }

  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-100px * 5));
    }
  }
}
/*
.single div.product .product_title{
	font-size:20px !important;
}
.single .variations th{
	text-align: left !important;
}
.woo-variation-swatches .variable-items-wrapper{
	-webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.single .variations label{
	text-align:left !important;
}
.single div.product .product_title{
	text-align:left !important;
}
.single .product-meta{
	text-align:left !important;
}
.single .summary .price{
	text-align:left !important;
}
.variations{
	text-align:left !important;
}
.single .woocommerce-variation-add-to-cart{
align-content: flex-start !important;
}
.single .container {
	max-width:1100px !important;
}
.single,.single #content{
	background:#fff !important;
}
.single .entry-content{
	margin-top:50px !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width:60% !important
}

.single .product_title{
	font-weight:600 !important;
	margin-bottom:15px !important;
	font-size:26px !important;
}
.single div.quantity{
	display:none !important;
}
.single div.product form.cart .button {
	width:100% !important;
	border-radius:2px !important;
	background: #33a6d2 !important;
}*/

@media only screen and (max-width: 767px) {
	.sp-wps-custom-template .wps-product-image .wpsf-product-img, .sp-wps-theme_one .wps-product-image{
		max-height:500px !important;
		height:500px !important;
		width:100% !important;
	}
	#wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){
		top: 450px !important;
	}
	.gb-container-e24ec8c8{
		padding-top:60px !important;
	}
	.main-navigation .main-nav ul li a:hover{
		color:#000 !important;
	}
	#secondary-navigation{
		position:static !important;
	}
	.secondary-navigation.toggled .main-nav .sf-menu>li a{
		text-align: center !important;
	}
	.sub-menu{
		background: transparent !important;
	}
	.main-navigation .main-nav ul li a{
		color:#fff !important;
	}
	.wpgis-slider-for .btn-prev, .wpgis-slider-for .btn-next{
		opacity: 1 !important;
	}
	.wpgis-slider-for .btn-prev{
		margin-left:0px !important;
	}
	.wpgis-slider-for .btn-next{
		margin-right:0px !important;
	}
	.single .site-content{
		padding-top:20px !important;
	}
	.woocommerce div.product form.cart .variations select {
        min-width: 100% !important;
    }
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
		width:100% !important
	}
	#wpgis-gallery{
		display:none !important;
	}
	.single .vertical-img-left.wpgis-slider-for{
		margin-left:auto !important;
		margin-right:auto !important;
		float:none !important;
	}
	.single .summary {
		width:100% !important;
	}
}

.bigimg {
    width: 200px !important;
    height: 200px !important;
}
@media only screen and (max-width: 992px) {
	
	.wp-elements-442b421d670a19bed1d255527afff80a{
		max-width:100% !important;
	}
	.sidebar-drop .menu-item1{
		margin-bottom:15px !important;
	}
	.flex-menu .menu-item1{
		width:50% !important;
	}
}
@media only screen and (max-width: 670px) {
	.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
		max-height:200px !important;
	}
}
@media only screen and (max-width: 550px) {
	.sp-wps-custom-template .wps-product-image .wpsf-product-img, .sp-wps-theme_one .wps-product-image{
		max-height:400px !important;
		height:400px !important;
		width:100% !important;
	}
	#wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){
		top: 350px !important;
	}
}

@media only screen and (max-width: 477px) {
	.sp-wcsp-cat-item .sp-wcsp-cat-thumbnail img{
		max-height:350px !important;
	}
}
@media only screen and (max-width: 450px) {
	.sp-wps-custom-template .wps-product-image .wpsf-product-img, .sp-wps-theme_one .wps-product-image{
		max-height:350px !important;
		height:350px !important;
		width:100% !important;
	}
	#wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){
		top: 300px !important;
	}
}
@media only screen and (max-width: 400px) {
	.wp-elements-55d6599624c5685b9d0e5858976cfcc6, .wp-elements-64e75e3c4d56e4bfc398879c94c9aa34, .wp-elements-87d0be46879581d55ddaf9dea9d7fdac, .wp-elements-c49ab814d7e03cfdaa557fda5d6914b0, .wp-elements-bf59175a08aa2687f2fe452cb88610fa, .wp-elements-56edc1946c41f7ebe5b7d7ec1888c972{
		font-size:22px !important;
	}
	.sp-wps-custom-template .wps-product-image .wpsf-product-img, .sp-wps-theme_one .wps-product-image{
		max-height:300px !important;
		height:300px !important;
		width:100% !important;
	}
	#wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){
		top: 270px !important;
	}
}
@media only screen and (max-width: 360px) {
	.sp-wps-custom-template .wps-product-image .wpsf-product-img, .sp-wps-theme_one .wps-product-image{
		max-height:250px !important;
		height:250px !important;
		width:100% !important;
	}
	#wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){
		top: 210px !important;
	}
	.page-id-4908 .site-content{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	.algolia-add-cart{
		font-size:14px !important;
	}
}