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


html {
/* font-size: 62.5% !important; */
 scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, b, p{
 font-weight: normal;
 font-style: normal;
 font-size: 14px;
}

#wrapper {
 background-image: url(/img/cms/sikalias_background.jpg);
 overflow: hidden;
 background-repeat: repeat;
 background-attachment: fixed;
 background-position: center;
 background-size: cover;
 padding-top: 0;
 min-height: 80vh;
}

body {
 font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 992px) {
 #search_widget {
  min-width: 262px;
 }
}

#custom-text p,
#custom-text .page-content.page-cms ul,
.page-content.page-cms #custom-text ul {
 font-size: 14px;
}
#header{
 background: #444 !important;
}
.featured-products {
 background: #fff;
 padding: 20px 0;
}
#header .header-nav {
 border-bottom: #f6f6f6 0 solid;
 padding: 10px 0 !important;
}
#header .header-top {
 background-color: #3e4c55;
 padding: 10px 0;
}
.carousel .carousel-inner {
 height: auto;
 background: white;
}
#header {
 color: #fefefe;
}
#header a {
 color: #fefefe;
}
#header .dropdown .expand-more {
 color: #fefefe;
 font-size: 14px;
}
#header .header-nav .blockcart {
 background: transparent;
}
#header .header-nav .cart-preview .shopping-cart {
 color: #fefefe;
 vertical-align: middle;
}
#header .header-nav .material-icons {
 line-height: 1;
}
#search_widget form i {
 color: #fefefe;
}
#header .header-nav .right-nav {
 align-items: center;
 gap:10px
}
#header .header-nav .material-icons {
 font-size: 17px;
}
#header .header-nav .blockcart .material-icons {
 font-size: 14px;
}
div#contact-link,
#header .header-nav .blockcart .header,
#header a  {
 font-size: 14px;
}
#header .header-nav .user-info {
 margin-left: 0;
}
#header .header-nav .user-info a {
 display: flex;
 align-items: center;
 justify-content: center;
 align-content: center;
 gap: 3px;
}
#header .header-nav .blockcart .header{
 display: flex;
 align-items: center;
 gap: 4px;
}
#header .header-nav .blockcart{
 margin-left: 0;
}
.language-selector .btn-unstyle {
 display: flex;
 align-items: center;
 gap: 7px;
}
#header .header-nav .blockcart .hidden-sm-down{
 line-height: 1;
}
.header-flex .header__{
 display: flex;
 align-items: center;
}
#header .header-nav #_desktop_contact_link #contact-link,
#header .header-nav .language-selector,
#header .header-nav .blockcart .header,
#header .header-nav .user-info {
 margin-top: 0;
}
#header .header-nav .user-info {
 display: flex;
}
#header .header-nav .cart-preview.active {
 background: #4cb050;
 padding: 5px 10px;
}
#header .header-nav .blockcart {
 padding: 0;
 height: auto;
}
.header-top .search-widgets form input[type="text"] {
 color: #fefefe;
}
.header-top .search-widgets form input[type="text"]::placeholder {
 color: #fefefe;
}
#search_widget form input {
 background-color: transparent;
}
.dropdown-menu {
 background-color: #444444;
 border: 0 solid rgba(0, 0, 0, 0.15);
}
#contact-link a{
 line-height: 1;
}
#contact-link{
 display: flex;
 align-items: center;
 gap: 5px;
}
#wrapper .container {
 background: white;
 padding: 15px;
 margin-bottom: 20px;
 margin-top: 15px;
}

body:not(#index) #wrapper .container {
 width: 1420px;
}


#wrapper .notifications-container {
 margin: unset;
 padding: unset;
}
#product .systatika .title, #product .odigies .title{
    background: #3e4c55;
    text-align: center;
    padding: 5px 0px;
    color: white;
    font-size: 16px;
    margin: 30px 0 5px;
}

#product .systatika .content,#product .odigies .content{
    font-size: 14px;
    color: #7a7a7a;
}
.footer-container{
    background:#3e4c55;
    padding: 40px 0;
}
.footer-container li {
    margin-bottom: 10px;
}
.footer-container .h3, .footer-container .h3 a, .footer-container .h4{
    color: white!important;
    font-weight: bold;
}
.footer-container li a,.footer-container #contact-infos{
    color: #cecece;
}
.footer-container .col-md-12 .text-sm-center{
    display: none;
}
.product-miniature .product-flags li.product-flag.out_of_stock{
    display: none;
}

#subcategories {
 display: none !important;
}
.block-category {
 min-height: auto;
}
.js-footer .text-sm-center{
 display: none !important;
}
.header-container .row{
 display: flex;
 align-items: center;
 justify-content: center;
}
#header .logo {
 max-width: 60%;
 height: auto;
}
.header-container {
 overflow: hidden;
}
#header .header-top a[data-depth="0"] {
 color: #fefefe;
}
.top-menu .sub-menu.collapse {
 display: none;
}
.facet[data-type="manufacturer"] ul {
 max-height: 300px;
 overflow: hidden;
 overflow-y: scroll;
}
#search_filters > .h6 {
 display: none !important;
}
.block-category h1 {
 display: none;
}
.product-prices .current-price {
 background: #4cb050;
 color: white;
 padding: 10px;
 font-size: 20px;
}
.product-prices div {
 margin-bottom: 0;
}
.product-description {
 margin: 10px 0;
}
.btn-primary {
 background-color: #4cb050;
}
.btn-primary:hover {
 background-color: #066051;
}
.wishlist-button-add {
 box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
#product-availability {
 display: none;
}
.product-reference {
 border-left: 3px solid #4cb050 !important;
 padding-left: 7px;
 padding-top: 5px;
}
.card-block.cart-summary-totals .cart-summary-line span.sub {
 display: none;
}
.header-nav .user-info .logout.hidden-sm-down{
 display: none!important;
}
#header .header-nav .user-info .account {
 margin-left: 0;
}
#header .header-nav {
 max-height: 100%;
}
.menu-mobile{
 display: none;
}
#category .products-sort-order .dropdown-menu{
 width: 91%;
}

#cms h1{
    padding-top: 20px;
    font-size: 18px;
}
.page-authentication #content, .page-registration #content {
    max-width: 1000px;
}
#authentication .form-footer{
    text-align: center;
}
#product .product-prices {
    margin-top: 10px;
    margin-bottom: 25px;
}
#product .product-comments-additional-info {
    margin: 10px 0 20px;
 display: none;
}
#product .tabs {
    padding: 1.25rem 1.875rem 1.25rem 0;
}
.product-container .h1 {
 font-size: 20px;
 font-weight: bold;
 border: 2px dotted #4cb050;
 padding: 5px;
 background: #e5fbe6;
 text-align: center;
}
#product .tab-content .product-reference{
    display: none;
}

.product-flags {
 display: none;
}
.more-details .title {
 border-bottom: 1px solid #3e4c55;
 color: #3e4c55;
 padding: 6px;
 margin: 10px 0;
 border-radius: 0;
 font-weight: bold;
}
.more-details .content {
 padding: 5px 0;
 color: #7a7a7a;
}
.more-details .content > br {
 display: none;
}

.open-body-collapse {
 border: 2px solid #4cb050 !important;
}
.open-body-collapse .header-faq {
 background: #4cb050;
 color: white !important;
 padding: 10px;
}
.open-body-collapse  .body-faq {
 padding: 10px 20px;
}
.open-body-collapse .in.body-faq {
 padding: 20px;
}
.container-faq {
 margin-bottom: 20px;
}
.close-body-collapse {
 border: 1px solid #637078 !important;
}
.close-body-collapse .header-faq {
 margin-bottom: 0;
 padding: 10px;
 cursor: pointer;
}
/*MEDIA*/


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

@media (max-width:1720px){
 .header-top-right{
  display: flex;
  align-items: center;
  width: 73%;
  justify-content: space-between;
 }
}

@media (max-width:1570px){
 .header-top-right{
   width: 78%;
 }
 #header .logo {
   max-width: 70%;
 }
}

@media (max-width:1430px){
    #cms .container{
        margin:  0;
    }
    #product #wrapper .container{
        margin-bottom: 40px;
        margin-top: 0;
    }
    #product #wrapper .notifications-container.container{
        display: none;
    }
}

@media (max-width:1320px){
 #header .logo {
   max-width: 80%;
 }
 #category .pagination{
  display: flex;
  flex-direction: column-reverse;
 }
 #category .pagination>div:first-child {
  width: 100%;
  text-align: center;
 }
}

@media (max-width:1090px){
 #header .logo {
   max-width: 90%;
 }
}

@media (max-width:991px){
 #search_widget {
   min-width: 225px;
 }
 #header .logo {
    max-width: 100%;
 }
 #header .header-nav .container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
 }
  .container {
  width: 100%;
  padding: 0;
 /* margin-bottom: 20px;
  margin-top: 20px;*/
 }
 .carousel .direction .carousel-control i {
  background: transparent;
 }
 .carousel .carousel-inner {
  margin-bottom: -5px;
 }
 .footer-container {
  padding: 40px 20px;
 }
 .footer-container .col-md-6.links{
  width: 100%;
 }
 .footer-container .col-md-3.links{
  width: 50%;
 }
 #category .products-selection .total-products {
  display: none;
 }
 #cms table{
     width: 100%;
     border-collapse: collapse;
     display: block;
     overflow-x: auto;
     white-space: nowrap;
     margin-bottom: 20px;
 }
    #cms table td{
        padding-right: 10px;
        padding-bottom: 10px;
    }

}

@media (max-width:900px){
 #search_widget {
   min-width: 205px;
 }
 #header .menu a{
  font-size: 13px;
  padding: 10px 8px;
 }
 #header .header-top .menu {
  padding-left: 0;
 }
 #_desktop_logo{
  width: 19%;
 }
 .header-top #search_widget input {
  padding-right: 0;
 }
}

@media (max-width:820px){
 #header .menu a {
  padding: 10px 6px;
 }
 #header .header-nav #_desktop_contact_link {
  width: 360px;
 }
 #blockEmailSubscription_displayFooterBefore {
  padding: 0 50px;
 }
}

@media (max-width:767px){
 #search_widget {
  min-width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
 }
 .header-top-right {
  width: 100%;
 }
 #header .header-nav {
  padding:0!important;
 }
 #header .top-logo {
  justify-content: center;
 }
 #header .header-nav .blockcart .material-icons {
  font-size: 18px;
 }

 #header .header-nav .material-icons {
  font-size: 19px;
 }
 #header .header-nav .material-icons {
  font-size: 28px;
 }
 #header .header-nav .blockcart .material-icons {
  font-size: 23px;
 }
 #mobile_top_menu_wrapper {
  background: #444444;
 }
 #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
  display: none;
 }
 #mobile_top_menu_wrapper  .js-top-menu-bottom{
  display: none;
 }
 #mobile_top_menu_wrapper{
  justify-content: flex-start;
  padding-left: 50px;
 }
 #mobile_top_menu_wrapper .top-menu .sub-menu {
  background: transparent!important;
 }
 #_mobile_cart{
  padding-top: 13px;
 }
 /*#header .header-nav .user-info .account {
  padding-top: 10px;
 }*/
 #header .top-menu a[data-depth="0"]:hover {
  color: white;
 }
 #header .top-logo img {
  max-height: 2.5rem;
 }
 #header .header-nav .user-info {
  padding-top: 10px;
  margin-right: 8px;
 }
 #header .header-top {
  padding: 2px 0;
 }
 #_mobile_top_menu{
  width: 97%;
 }
 #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
  width: 90%;
  margin: 0 auto;
 }
 #search_widget form {
  width: 250px;
 }
 .menu-mobile{
  display: block;
 }
 .featured-products .all-product-link{
  width: 100%;
  text-align: end;
 }
 .footer-container .material-icons.add,
 .footer-container .material-icons.remove{
  color: white;
 }
 .footer-container {
  padding: 40px;
 }
 .footer-container .links ul {
  background-color: transparent;
  width: 90%;
  margin: 0 auto;
 }
 .footer-container .links ul>li a {
  color: white;
 }
 .footer-container #contact-infos {
  padding-top: 15px;
 }
 .footer-container .links .h3 {
  line-height: 2;
  font-size: 15px;
 }
 .footer-container .col-md-3.links {
  width: 100%;
 }
 .products-selection .showing {
  display: none;
 }
 #category .sort-by-row .filter-button{
  display: none;
 }
 .products-selection .sort-by-row {
  justify-content: flex-end;
 }
 .products-sort-order {
  width: 40%;
 }
 .hidden-sm-down.sort-by {
  display: block !important;
 }
 #products .up .btn-secondary {
  display: none;
 }
 #category .pagination .next {
  float: unset;
 }
    #product .product-images{
        text-align: center;
        margin-bottom: 50px;
    }
    #product .product-cover {
        margin-bottom: 0;
    }
    #product .product-container .col-md-6:nth-child(2){
        padding-left: 30px;
        padding-right: 30px;
    }
    #product .product-quantity .add{
     width: 80%;
    }
    #product .product-actions .add-to-cart {
        width: 100%;
    }
    #product .product-quantity .qty {
        width: 85px;
    }
}

@media (max-width:575px){
 body:not(#index) #wrapper .container {
  width: 100%;
 }
 #category .products.row .product{
  width: 50%;
 }
 .products-sort-order {
  width: 60%;
 }
 #category .pagination .page-list {
  text-align: center;
 }
    #product .product-quantity .add {
        width: 60%;
    }
}

@media (max-width:420px){
 #header .header-nav .material-icons {
  font-size: 25px;
 }
 #header .header-nav .blockcart .material-icons {
  font-size: 20px;
 }
 #search_widget form i{
  font-size: 21px;
 }
 .page-home #custom-text {
  padding: 3.125rem 2rem;
 }
 #category .products.row .product{
  width: 100%;
 }
 .products-sort-order {
  width: 57%;
 }
 #category .products-sort-order .dropdown-menu {
  width: 87%;
 }
 #category .products-sort-order .dropdown-menu a {
  font-size: 15px;
 }
 .products-sort-order .select-list {
  padding: 0.625rem 1rem;
 }
    #product .tabs {
        padding: 1.25rem 0 1.25rem;
    }

}

@media (max-width:375px){
    #product .product-container .col-md-6:nth-child(2) {
        padding-left: 20px;
        padding-right: 20px;
    }
    #product .nav-tabs .nav-link {
        padding: 0.5em 0.4em;
    }

}
