/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}


@font-face {
	font-family: 'italic-heading';
	src: url("../fonts/Florentia-LightItalic.eot");
	src: url("../fonts/Florentia-LightItalic.eot?#iefix") format("embedded-opentype"), 
	url("../fonts/Florentia-LightItalic.woff") format("woff"), 	
	url("../fonts/Florentia-LightItalic.ttf") format("truetype"), 
	url("../fonts/Florentia-LightItalic.svg#Florentia-LightItalic") format("svg");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'main-heading';
	src: url("../fonts/Florentia-Light.eot");
	src: url("../fonts/Florentia-Light.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Florentia-Light.woff") format("woff"), url("../fonts/Florentia-Light.ttf") format("truetype"), 
	url("../fonts/Florentia-Light.svg#Florentia-Light") format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}


@font-face {
  font-family: 'templatefont';
  src:  url('../fonts/templatefont.eot?mlcv97');
  src:  url('../fonts/templatefont.eot?mlcv97#iefix') format('embedded-opentype'),
    url('../fonts/templatefont.ttf?mlcv97') format('truetype'),
    url('../fonts/templatefont.woff?mlcv97') format('woff'),
    url('../fonts/templatefont.svg?mlcv97#templatefont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}



[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'templatefont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 26px;
  color:#013066;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cart:before {
  content: "\e93e";
}
.icon-fax:before {
  content: "\e93d";
}
.icon-compare:before {
  content: "\e93c";
}
.icon-download:before {
  content: "\e935";
}
.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-long-down:before {
  content: "\e902";
}
.icon-arrow-long-left:before {
  content: "\e903";
}
.icon-arrow-long-right:before {
  content: "\e904";
}
.icon-arrow-long-up:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e906";
}
.icon-arrow-up:before {
  content: "\e907";
}
.icon-award:before {
  content: "\e908";
}
.icon-bag:before {
  content: "\e909";
}
.icon-bin:before {
  content: "\e90a";
}
.icon-check:before {
  content: "\e90b";
}
.icon-exit:before {
  content: "\e90c";
}
.icon-eye:before {
  content: "\e90d";
}
.icon-facebook:before {
  content: "\e90e";
}
.icon-google-plus:before {
  content: "\e90f";
}
.icon-heart:before {
  content: "\e910";
}
.icon-hot-air-ballon:before {
  content: "\e911";
}
.icon-instagram:before {
  content: "\e912";
}
.icon-locker:before {
  content: "\e913";
}
.icon-mail:before {
  content: "\e914";
}
.icon-minus:before {
  content: "\e915";
}
.icon-pencil:before {
  content: "\e916";
}
.icon-phone:before {
  content: "\e917";
}
.icon-pin:before {
  content: "\e918";
}
.icon-plus:before {
  content: "\e919";
}
.icon-sail-boat:before {
  content: "\e91a";
}
.icon-search:before {
  content: "\e91b";
}
.icon-share:before {
  content: "\e91c";
}
.icon-twitter:before {
  content: "\e91d";
}
.icon-user:before {
  content: "\e91e";
}
.icon-exit-big:before {
  content: "\e91f";
}
.icon-youtube:before {
  content: "\e920";
}
.icon-pinterest:before {
  content: "\e921";
}
.icon-google-plus2:before {
  content: "\e922";
}
.icon-receipt:before {
  content: "\e923";
}
.icon-delivery:before {
  content: "\e924";
}
.icon-video:before {
  content: "\e925";
}
.icon-open-hours:before {
  content: "\e926";
}
.icon-camera:before {
  content: "\e927";
}
.icon-thumbs-up:before {
  content: "\e928";
}
.icon-thumbs-down:before {
  content: "\e929";
}
.icon-countdown:before {
  content: "\e92a";
}
.icon-preferences:before {
  content: "\e92b";
}
.icon-info:before {
  content: "\e92c";
}
.icon-necessary:before {
  content: "\e92d";
}
.icon-locked:before {
  content: "\e92e";
}
.icon-marketing:before {
  content: "\e92f";
}
.icon-statistics:before {
  content: "\e930";
}
.icon-cap:before {
  content: "\e931";
}
.icon-rocket:before {
  content: "\e932";
}
.icon-smile:before {
  content: "\e933";
}
.icon-gift:before {
  content: "\e934";
}
.icon-attach:before {
  content: "\e936";
}
.icon-attachment:before {
  content: "\e937";
}
.icon-download-thin:before {
  content: "\e938";
}
.icon-calendar:before {
  content: "\e939";
}
.icon-list-empty:before {
  content: "\e93a";
}
.icon-sad-cart:before {
  content: "\e93b";
}
.icon-contact:before {
  content: "\e93f";
}
.icon-thin-left:before {
  content: "\e941";
}
.icon-thin-right:before {
  content: "\e940";
}
.icon-grid-view:before {
  content: "\e942";
}
.icon-list-view:before {
  content: "\e943";
}
.icon-support:before {
  content: "\e944";
}
.icon-zoom:before {
  content: "\e945";
}
.icon-play:before {
  content: "\e946";
}
.icon-return:before {
  content: "\e947";
}
.icon-check2:before {
  content: "\e948";
}
.icon-x:before {
  content: "\e949";
}
.icon-delete:before {
  content: "\e94a";
}
.icon-box:before {
  content: "\e94b";
}
.icon-secure-payment:before {
  content: "\e94c";
}
.icon-share1:before {
  content: "\e94d";
}
.icon-katallilotita2:before {
  content: "\e94e";
}
.icon-katallilotita1:before {
  content: "\e94f";
}
.icon-dimensions:before {
  content: "\e950";
}
.icon-check1:before {
  content: "\e951";
}
.icon-eye1:before {
  content: "\e952";
}
.icon-quality:before {
  content: "\e953";
}
.icon-years:before {
  content: "\e954";
}
.icon-greece:before {
  content: "\e955";
}
.icon-youtube1:before {
  content: "\e956";
}
.icon-pinterest1:before {
  content: "\e957";
}
.icon-instagram1:before {
  content: "\e958";
}
.icon-facebook1:before {
  content: "\e959";
}
.icon-envelope:before {
  content: "\e95a";
}
.icon-pin1:before {
  content: "\e95b";
}
.icon-search1:before {
  content: "\e95c";
}
.icon-user1:before {
  content: "\e95d";
}
.icon-heart1:before {
  content: "\e95e";
}
.icon-cart1:before {
  content: "\e95f";
}
.icon-arrow-right1:before {
  content: "\e960";
}
.icon-arrow-left1:before {
  content: "\e961";
}
.icon-arrow-up1:before {
  content: "\e962";
}
.icon-arrow-down1:before {
  content: "\e963";
}
.icon-delivery1:before {
  content: "\e964";
}
.icon-phone1:before {
  content: "\e965";
}
.icon-dishwasher:before {
  content: "\e966";
}
.icon-microwave:before {
  content: "\e967";
}
.icon-stackable:before {
  content: "\e968";
}



body{
    color: #404040;
	font-family: "Manrope", sans-serif;
	font-size: 1em;
	    overflow-x: hidden;
	line-height: 1.75;
}
h1, h2, h3, h4, h5{
    font-family: 'main-heading';
    color:#000;
}

 

h5{
    	font-size: 1em; 
}


a{
    text-decoration: none;
    color: #404040;
}


ul {
    list-style: none;
    padding: 0;
}


.img-fluid{
    width:100%;
}

.container {
  max-width: 1440px;
  padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}

.bg-grey{
    background:#f3f4f6;
}
 .btn-filter  {
    width: 100%;
    height: 100%;
    text-align: center;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}


.btn-primary{ 
 --bs-btn-border-radius: 5px; 
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #013066;
  --bs-btn-border-color: #013066;
  
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #013066; 
  --bs-btn-hover-border-color: #013066;  
  
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #013066; 
  --bs-btn-active-border-color: #013066; 
  
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg:#013066;
    --bs-btn-disabled-border-color: #013066;
    
        padding: 0.8rem 1.5rem;
    border-radius: 5px;
}


 blockquote {
    background-color: #e0ebff;
    border-left: solid 9px #1f3365;
    margin-top: 2em;
    padding: 1em;
    position: relative;
    font-size: 1.66rem;
    line-height: 1.66;
    font-family: 'italic-heading';
} 



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



.form-floating>label{
    font-size:0.8rem;
}

.bg-grey{
    background-color: #f3f4f6;
}

.img-darken{
    mix-blend-mode: darken;
}



/******************

CONTACT

******************/
#information-contact .container,
#information-showroom .container{
  max-width: 840px;
}
#map {
  height: 520px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #000;
}

 
.top-header {
    font-size: 13px;
    background: #f3f4f6;
}

 

/**************************/
/****    breadcrumb     *****/ 
/**************************/

.breadcrumb   {
margin-top:10px;
}
.breadcrumb a {
    font-size: 13px;
}




/**************************/
/****    MENU     *****/ 
/**************************/
@media (min-width:1024px){
    .megamenu-top{
    border-bottom: 1px solid #e4e4e4;
}
}

 #mainMegaMenu .dropdown-menu {
     background-color: #1f3365;
 }

 #mainMegaMenu .dropdown-menu a{
color: #ffffff;
 }


 #mainMegaMenu .dropdown-item,
 #mainMegaMenu .dropdown-item:hover,
 #mainMegaMenu .dropdown-item:focus,
 #mainMegaMenu .dropdown-item.active,
 #mainMegaMenu .dropdown-item:active
 #mainMegaMenu .dropdown-item.disabled,
 #mainMegaMenu .dropdown-item:disabled {
    color: #ffffff;
    background-color: #1f3365;
  }
  
  #mainMegaMenu h6{
      color: #ffffff;
  }
  
  
  div#offcanvasMenuLabel{
      width:80px;
  }

 



.checkout-success .main-content, 
.checkout-cart .main-content{ 
	min-height:480px;
}

.main-content,
.main-header { 
}
.main-content,
.main-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
} 
.main-content {
    /*min-height: 100vh;*/
    z-index: 2;
    width: 100%;
   /* max-width: 1440px;*/
    margin: 0 auto;
    background: #fff;
}
@media only screen and (min-width:1200px) {
    .main-content {
        padding-top: 0;
    }
}
.main-header {
    height: 80px;
    /*background: #a20000;*/
    background: #ffffff;
    z-index: 6;
    position: relative;
    width:100%;
	/*max-width:1440px; */
	margin:0 auto;
	    border-bottom: 1px solid #e4e4e4;
}
.header-container {
    max-width: 1440px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}



.nav-is-fixed .main-header {
    /* add .nav-is-fixed class to body if you want a fixed navigation on > 1200px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}


@media only screen and (min-width:640px) {
 
    .main-header {
        height: 100px;
        position: relative;
    }
    .main-header::after {
        clear: both;
        content: "";
        display: table;
    }
	
	.main-header.fixed {
	position: fixed;
    margin: 0 auto;
    left: calc(50% - 720px);
	}
}
#logo {
    position: absolute;
    
    z-index: 999;
    width: 135px;
    top: 10px;
    left: 70px;
		transition: all 0.3s;
}
#logo img {
    display: block; 
    /* -webkit-filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.5));*/
}

@media (min-width:640px){
    #logo {
		position: absolute;
		width: 200px;
		top: 10px;
		left: calc(50% - 70px); 
    } 
}


.cart-menu span.register-icon{ 
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 15px;
}


.cart-menu span.login-icon{ 
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 55px;
}


.cart-menu span.account-icon{
    /*background: url(../img/account-top-icon.svg) no-repeat top center;*/
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 15px;
}

.cart-menu span.order-icon{
    /*background: url(../img/orders-top-icon.svg) no-repeat top center;*/
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 10px;
    top:55px;
}

.cart-menu span.wishlist-icon{
   /* background: url(../img/wishlist-top-icon.svg) no-repeat top center;*/
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 10px;
    top:95px;
}

.cart-menu span.logout-icon{
    /*background: url(../img/logout-top-icon.svg) no-repeat top center;*/
    background-size: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 10px;
    top:135px;
}

.cart-menu h4{ 
    margin-left: 30px;
	line-height:30px;
}




 
.header-buttons-left {
    position: absolute;
    top: 20px;
    left: 10px;
}

body.checkout .header-buttons-left { 
    top:10px; 
}


.header-buttons {
    position: absolute;
    display: flex;
    z-index: 3;
    left: auto;
    right: 10px;
    z-index: 9;
    top: 27.5px;
    align-items: center;
    gap: 3px;
}
.nav-trigger {
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 44px;
   
}
 
.header-buttons li {
    display: inline-block;
}
 
 
@media  (min-width: 640px) {
    .logo {
		position: absolute;
        width: 200px;
        top: 10px;
        left: calc(50% - 100px);
		transition: all 0.3s;
	}
    .header-buttons-left{
        top: 25px; 
    }
    body.checkout .header-buttons-left{ 
    top: 20px; 
}

 

	.nav-on-left .header-buttons {
		left: auto;
		right: 5%;
	}
	
	.header-buttons { 
    top: 37.5px;
}


}

@media  (min-width: 768px) {
 
}


button.btn-header-language {
    background: #fff;
    background-size: 15px;
    height: 25px;
    width: 25px;
    border-radius: 30px;
    margin-right: 5px;
    border: none;
        text-align: center;
    padding: 0;
    line-height: 25px;
}
 
 
@media only screen and (min-width: 1200px) {
  

	.header-buttons {
        top: 35px; 
    }
     
	.search-trigger{
		visibility:hidden;
		
	}
}
 
.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 23px;
    background: #000000;
} 

.nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: 0px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}
.nav-trigger span::before,
.nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}
.nav-trigger span::before {
    /* menu icon top line */
    top: -6px;
}
.nav-trigger span::after {
    /* menu icon bottom line */
    top:6px;
}
.nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(46,50,51,0);
}
.nav-trigger.nav-is-visible span::before,
.nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: #fff;
}
.nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 480px) {
	.nav-trigger span,
	.nav-trigger span::before,
	.nav-trigger span::after {
		/* hamburger icon in CSS */
		position: absolute;
		display: inline-block;
		height: 2px;
		width: 26px;
		background:  #000000;
	}
	
	 
  
	
	.nav-trigger span::after{
	    top: 7px;
	}
	.nav-trigger span::before {
		top: -7px;
	}	

 
	
}




/******************

SEARCH

******************/

div#search-header {
    border:1px solid #ced4da;
    border-radius: 35px;
    position: absolute;
    top: 35px;
    left: 70px;
    width: 140px;
    display:none;
}

@media (min-width:640px){
   
}


@media (min-width:768px){
    div#search-header {
        display:flex;
    }
}

#search-header .form-control {
  margin: 0;
  border:0;
  border-radius: 35px;
    width: calc(100% - 50px);
  padding: 0 10px 0 15px;
    border:0 !important;
    outline: none !important;
    box-shadow: none !important;
}




#search  {
    background: #ffffff;
    position: relative;
    top: 0;
    left: 0;
    transition:all 0.3s;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
}
 

#search  input.form-control.input-lg {
    position: relative; 
    white-space: nowrap;
    background: #ffffff;
    border: 0;
    border-bottom: 0px solid #000000;
        color: #000000;
    font-size: 16px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#search  input.form-control.input-lg::-webkit-input-placeholder {
    color: #555555;
}
#search  input.form-control.input-lg::-moz-placeholder {
    color: #555555;
}
#search  input.form-control.input-lg:-moz-placeholder {
    color: #555555;
}
#search  input.form-control.input-lg:-ms-input-placeholder {
    color: #555555;
} 

#search  button.btn.btn-default.btn-lg {
    background: #ffffff;
    border: 0 #a20000;
    color: #000;
}

#offcanvasSearch .offcanvassearch-logo {
    width: 80px;
}

#offcanvasSearch  {
     bottom: initial;
}

#search button.btn.btn-danger.delete {
    background: #d8d8d8;
    border-radius: 50px;
    border: none;
    box-shadow: none;
    margin-left: 15px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    padding: 0;
    line-height: 32px;
    font-family: monospace;
}
 

 
  

  
  
   


/******************

FOOTER

******************/

footer{ 
    font-size: 14px;
    background-color: #f3f4f6; 
}

.footer-logo{
    width:200px;
}
.footer-bottom{
    background-color: #ffffff;
    border-top:5px solid #013066;
}

.footer-social-icons [class^="icon-"]:before, 
.footer-social-icons [class*=" icon-"]:before { 
    font-size: 22px;
    color: #013066; 
} 


    


/**************************/
/* STORE LOCATOR */
/**************************/

.locator-left-section {
    max-height: 800px;

}

.locator-left-section .stores-list-container{
        overflow: auto;
        max-height: 720px;
}

.locator-left-section .search-container {
    padding: 15px;
    background: #1f3365;
}

.locator-left-section .store-container{
padding: 15px;
    border-bottom: 1px solid #ccc;
}

.locator-left-section .store-container .store-name{
   font-family: 'main-heading';
    color: #000; font-size:18px;
}

/******************

SUCCESS PAGE

******************/
#error-not-found #content,
#common-success #content {
    padding-top: 80px;
    text-align: center;
    padding-bottom: 80px;
}

#error-not-found #content h1,
#common-success #content h1{
    max-width: 480px;
    margin: 0 auto 40px;
}
#error-not-found #content p,
#common-success #content p{
    max-width: 640px; 
    margin:0 auto 1rem;
}
#error-not-found #content .buttons,
#common-success #content .buttons{
    max-width: 260px;
    margin:40px auto;
}




/******************

PRODUCT GRID

******************/
.product-collection{
    font-weight: 700;
}



/******************

PRODUCT PAGE

******************/

.attribute-dimensions .icon:before{
        width: 24px;
    height: 24px;
    font-size: 24px;
}
 

 .qt-left {
	width: 120px;
    float: left;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
	
}
 
.qt-minus{
    height: 50px;  	
	border-radius: 5px 0 0 5px;
	color: #454545;
	
}
.qt-plus{
    height: 50px; 
	border-radius:0 5px 5px 0;
	color: #454545;
}

.qt-left input#input-quantity{
	height: 50px;  
    box-shadow: none;
    color: #454545;
    font-size: 14px; 
    pointer-events:none;
}


.qt-left input#input-quantity.min-1{
    pointer-events:all;
}

button.btn.btn-default.qt-plus , button.btn.btn-default.qt-minus {
    box-shadow: none;
    outline: none;
}




#product-product #button-cart {
    font-size: 16px;
    min-width: 180px;
    border-radius:5px;
}


#detailsTab .nav-link{
    font-family: 'main-heading';
    color: #000000; 
}
#detailsTab .nav-link.active{
    color: #000000;
    border-bottom:2px solid;
}
.tab-pane {
    background: #f3f4f6;
}



@media (min-width:768px){
        #detailsTab .nav-link{ 
        font-size: 20px;
    }
}

span.nostock-status {
    color: #555555; 
}

span.instock-status {
    color:  #009c3b; 
}

span.instock-status:before {
    font-family: 'templatefont' !important;
    content: "\e951"; 
}

 

.product-features [class*=" icon-"]:before { 
    font-size: 34px; 
}

#detailsTabContent ul{
    list-style: disc;
    padding-left: 2rem;
}



/**************************/
/* CHECKOUT  PAGE */
/**************************/

#checkout-checkout .accordion-button  { 
    font-size: 1.25rem;
}

#checkout-checkout .accordion-button.collapsed{
    pointer-events: none;
}
#checkout-checkout .accordion-button.collapsed.success{
    pointer-events: auto;
}
#checkout-checkout .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #1f3365;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    pointer-events: none;    
}

#checkout-checkout .accordion-button.collapsed:after,
#checkout-checkout .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
}

 
#checkout-checkout .accordion-button.collapsed.success::after {
    font-family: 'templatefont' !important;
    content: "\e951";
    color: #009c3b;
        background-image: none;
}




/**************************/
/* CART PAGE */
/**************************/

#cart-total {
    background: #013066;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}


 .qc-quantity {
    width: auto;
    min-width: 50px;
    max-width: 100px;
}
 .qc-product-qantity {
  min-width: 80px;
}
.qc-quantity .input-group.input-group-sm {
 
    border-radius: 5px;
}

.qc-quantity .decrease{
height: 30px;
    line-height: 30px;
    padding: 0;
    background:transparent;
    border: none;
    border-radius: 5px 0 0 5px;
    color: #454545;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 20px;
    width: 20px;
    font-family: monospace;
	
}
.qc-quantity .increase{
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0 5px 5px 0;
    color: #454545;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    font-size: 20px;
    width: 20px;
    font-family: monospace;
}

.qc-quantity button.btn.btn-danger.delete {
    background: #d8d8d8;
    border-radius: 50px;
    border: none;
    box-shadow: none;
    margin-left: 15px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    padding: 0;
    line-height: 32px;
    font-family: monospace;
}

.qc-quantity .fa {
    font-size: 11px;
}

.qc-quantity input.qc-product-qantity{
     height: 30px;
    border: none;
    line-height: 30px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    color: #454545;
    font-size: 16px;
    font-family: 'CFAsty-Bold', sans-serif;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    pointer-events:none;
}


 
 
  tr.cart-subtotals:last-child td{
    font-size: 18px; 
    border-top: 2px solid #000000;
    font-weight:700;
}


 .home-bottom-usp .box-icon:before{
     font-size:90px;
 }


/**************************/
/****    SLIDERS     *****/ 
/**************************/
 
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next, .swiper-button-prev {
    color: #013066;
    opacity:0;
    transition:all 0.3s;
    
}
.swiper:hover .swiper-button-next, 
.swiper:hover .swiper-button-prev { 
    opacity:1;
    
}

.swiper:hover .swiper-button-next.swiper-button-disabled, 
.swiper:hover .swiper-button-prev.swiper-button-disabled { 
    opacity: .35;
}


.swiper-pagination-bullet-active{
    background: #013066;
}


/**************************/
/****    HTML BANNERS     *****/ 
/**************************/
  
  .step-row.reverse{flex-direction:row-reverse;}  
    .step-content h3, 
    .step-content p, 
    .step-content a{
        color: #ffffff;
    }
  .step-content .btn{margin-top:1.5rem;} 
 
 
 /**************************/
/****    SERIES PAGEs    *****/ 
/**************************/
 @media (max-width: 600px) {
  .series-description.collapsed {
    max-height: 120px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s;
  }
  .toggle-btn {
    display: block;
    margin: 12px 0 0 0;
    text-align:left;
    /* add your styling */
  }
}
@media (min-width: 601px) {
  .toggle-btn {
    display: none !important;
  }
}
.series-description.expanded {
  max-height: none !important;
}

@media (min-width:992px){
   .categories-left-sidebar{
    margin-top: 85px;
}
 
}



 /**************************/
/****    IONIA PAGE    *****/ 
/**************************/

#information-information.information-page8 .hero-container {
    margin-bottom: 150px;
    position: relative;
}

#information-information.information-page8 .breadcrumb {
    display: none
}

#information-information.information-page8 .hero-container .image-container img {
    display: block;
    width: 100%
}

#information-information.information-page8 .hero-container .description-container {
    position: absolute; 
    top: 60%;
    color: #fff;
    text-align: center;
    font-size: 1rem; 
    font-family: 'italic-heading'; 
    padding: 2rem;
    width: 80%;
    left: 10%;
    background-color: rgba(82,82,85,.94);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width:768px){
   #information-information.information-page8 .hero-container .description-container {
        
        font-size: 1.66rem; 
    } 
}

#information-information.information-page8 .hero-container+.texts-video-container {
    margin-top: 200px
}

#information-information.information-page8 h1:after{
    position:absolute;
    
}
