@charset "utf-8";

/* client fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url("https://use.typekit.net/snj3uzq.css");

:root {
   /* colors */
   --main-header-text-color: #808080;
   --main-header-font-color: #808080;
   --main-header-font-color-hover: rgba(0, 0, 0, 1);
   --main-header-bg-color:#fff;
   --main-header-menu-bg-color:#fff;
   --main-header-menu-font-color:#808080;
   --main-header-menu-font-color-hover:#000;

   --main-header-submenu-bg-color:#fff;
   --main-header-submenu-font-color:#808080;
   --main-header-submenu-font-color-hover:#000000;

   --main-bg-color: #fff;
   --main-text-color: #808080;
   --main-link-color: #009607;
   --main-link-color-hover:#66c06a;

   --main-footer-color: #fff;
   --main-footer-font: #000;
   --main-footer-header-font: #a5a7ad;
   --main-footer-font-link: #000;
   --main-footer-font-hover: #000;

   --main-button-primary-color: #009607;
   --main-button-primary-color-hover: #66c06a;
   --main-button-primary-font-color: #ffffff;
   --main-button-primary-font-color-hover: #ffffff;

   --main-button-secondary-color: #808080;
   --main-button-secondary-color-hover: #cfc8c5;
   --main-button-secondary-font-color: #ffffff;
   --main-button-secondary-font-color-hover: #000000;

   --main-button-success-color: #009607;
   --main-button-success-color-hover: #66c06a;
   --main-button-success-font-color: #ffffff;
   --main-button-success-font-color-hover: #ffffff;

   --main-button-danger-color: #ec6b1b;
   --main-button-danger-color-hover: #e9884c;
   --main-button-danger-font-color: #ffffff;
   --main-button-danger-font-color-hover: #ffffff;

   --main-button-warning-color: #f7c12f;
   --main-button-warning-color-hover: #eccb6f;
   --main-button-warning-font-color: #212529;
   --main-button-warning-font-color-hover: #212529;

   --main-button-info-color: #3eb7b6;
   --main-button-info-color-hover: #2d8b8b;
   --main-button-info-font-color: #fffff;
   --main-button-info-font-color-hover: #ffffff;

   --main-button-buy-color: #ffffff;
   --main-button-buy-color-hover: #ffffff;

   --tiles-default-background: #009607;
   --tiles-default-color: #ffffff;
   --tiles-default-background-hover: #66c06a;
   --tiles-default-color-hover: #ffffff;

   --product-discount-color:#ec6b1b;
   --product-discount-shadow-color:#be5716;
   --product-discount-font-color:#000000;

   --wishlist-active-color : #009607;
   --wishlist-font-color : #444444;

   --title-font-family: "sofia-pro", sans-serif !important;

}

/*GENERAL SETTINGS*/
/*Text settings*/
body {
   margin-bottom: 240px;
   font-family: var(--title-font-family) !important;
   font-weight: 400;
   font-style: normal;
   font-size: 1.125rem;
}

h1, .h1 {
   font-family: var(--title-font-family) !important;
   font-weight: 400;
   font-style: normal;
   font-size: 1.875rem;
}

div.article h1.articleHead {
   font-family: var(--title-font-family) !important;
   font-weight: 400;
   font-style: normal;
   font-size: 1.875rem;
}

div.pageContent div:not(.text) > h1:first-of-type {
   background-color: unset;
   color: unset;
   font-family: var(--title-font-family) !important;
   font-weight: 600;
   font-style: normal;
   font-size: 1.875rem;
}

.articleSummary {
   font-weight: 700;
}

.inlineArticle > .articleSummary {
   font-weight: 400;
}

h2, .h2 {
   font-family: var(--title-font-family) !important;
   font-weight: 600;
   font-style: normal;
   font-size: 1.5rem;
   line-height: 2rem;
}

a{
   color:#009607;
}

.readMoreLink, .article .articleContent a {
   font-size: 1.125rem;
   font-style: normal;
   font-weight: 500;
   border-bottom: 1px dotted #ccc;
}

.readMoreLink:hover, .article .articleContent a:hover {
   text-decoration: none;
   color: #009607;
   border-bottom: 1px dotted #009607;
}

q {
   color: #000;
   font-weight: 700;
   font-size: 2rem;
   font-style: normal;
   line-height: 1;

}


/*HEADER*/
/*Topbar settings*/
.pageTopbar {
	background-color: #f9f9f9;
	color: rgba(17, 17, 17, 0.78);
}

.pageTopbar ul li a, .pageTopbar ul li a:visited, .pageTopbar ul li a:active{
   color: inherit;
   font-weight: 300;
   text-transform: uppercase;
   font-size: 12px;
   color: #009607;
}

.pageTopbar ul li a:hover{
   color: #cfc8c5;
}


/*logo settings*/
.logo-img{
   max-height: 100px;
   margin: 0 auto !important;
   text-align: center;
    max-width: 100%;
}

@media screen and (max-width: 576px) {
   .logo-img{
      margin-top: 0px;
   }
}


/*Search field settings*/
ul.loginStrip li{border-color:#999 !important;}

.newelement-navbar-input {
   background-color: #f9f9f9;
   padding: 9px 16px !important;
	color: #000;
   font-family: var(--title-font-family) !important;
   font-weight: 300;
   font-style: normal;
}

.newelement-navbar-button {
   background-color: #009607;
   border: 1px solid #009607;
}

.newelement-navbar-button:hover {
   background-color: #009607;
   border: 1px solid #009607;
}

.newelement-navbar-input:focus{
   background-color: #f9f9f9;
}


/*Text on icons in header*/
.headerButtons .header-button {
   font-family: var(--title-font-family) !important;
   font-weight: 300;
   font-style: normal;
   font-size: 0.75rem;
   text-align: center;
}


/*Breadcrumbs settings*/
.pageCrumbs {
   background-color: #f9f9f9;
}
.pageCrumbs ol.breadcrumb a {
   color: #808080;
   padding:8px 10px;
}

.pageCrumbs ol.breadcrumb a:hover {
   color: #cfc8c5;
}

.pageCrumbs ol.breadcrumb {
   font-family: var(--title-font-family) !important;
   text-transform: none !important;
   font-size: 0.8rem;
}

.freeShippingInfo {
   margin-top: -3px;
}


/*Menu settings*/
.mainNavBar .navbar-nav > .nav-item {
   font-family: var(--title-font-family) !important;
   font-weight: 400;
   font-style: normal;
   font-size: 1rem;
   letter-spacing: .025em;
   color: #808080;
}

.mainNavBar .navbar-nav > .nav-item :hover{
   font-family: var(--title-font-family) !important;
   font-weight: 500;
   font-style: normal;
   font-size: 1rem;
   letter-spacing: .025em;
   color: #000;
}

.mainNavBar .nav-item.dropdown.show > .nav-link {
   border-bottom: 2px solid #009607;
}

.mainNavBar .dropdown-menu .nav-item:not(.nav-item-sub) .nav-link {
   font-family: var(--title-font-family) !important;
   font-weight: 600;
   font-style: normal;
   font-size: 1rem;
   letter-spacing: .025em;
}

.mainNavBar .dropdown-menu .nav > li > hr{
   border-top: 1px solid #009607;
   border-top-width: 3px;
   width: 60px;
   margin-left: 14px;
}

.mainNavBar .dropdown-menu .nav-item-sub .nav-link {
   font-family: var(--title-font-family) !important;
   font-weight: 300;
   font-style: normal;
   font-size: 0.8rem;
   letter-spacing: .025em;
   padding: 2px;
}


/* Front Page Carousel settings */
.frontpageSlider .carousel-inner .carousel-item {
   min-height: auto;
}

.frontpageSlider .overlay {
  background:#000;
  opacity: 0;
}

#carouselMainIndicators h1, #carouselMainIndicators h2, #carouselMainIndicators h3, #carouselMainIndicators h4, #carouselMainIndicators h5 {
  font-family: var(--title-font-family) !important;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  text-shadow: 5px 5px 10px black;
  margin-bottom: 1.25rem;
  line-height: 1;
}


.frontpageSlider a.btn {
  background-color: #009607;
  border-color: #009607;
  color: #ffffff;
}

.frontpageSlider a.btn:hover {
  background-color: #66c06a;
  border-color: #66c06a;
  color: #c9c9c9;
}

/** carousel fix for button */
.carousel-item .btn-link-url {
	position: unset;
	margin-top: 1rem;
	transform: unset;
}


/**/

.bg-danger {
   background-color: #d21d27 !important;
}


/*Tile settings*/
.tile-system .row.default .tile-block:not(.hasicon):not(.hasimage) .card-body {
    height: 100px;
}

.tile-system .card {
    color: var(--tiles-default-color);
}

.tile-system .card-body {
   text-align: center;
   justify-content: center;
}

.groupTitleCont .groupTitle {
    border-bottom: none;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 600;
}

.productActions .pickMessage .alert{
   border:none;
   text-align: center;
   padding:10px;
   border-radius: 0;
   color:inherit;
   background-color: #73afb9;
   text-transform: uppercase;
}
.productActions .pickMessage .alert:before{
   content:"! ";
}
.btn.disabled, .btn:disabled {
    opacity: .35;
}

body.articlesType .articlegroup .card-body{
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}


/* colors */
#PageWrapper, body{
   background-color: var(--main-bg-color);
}

/**/

.newelement-navbar-button svg {
	fill: #fff;
	margin-right: 0px;
	margin-bottom: 2px;
}
.btn-outline-dark:hover {
    background-color: #272727;
    border-color: #272727;
}

@media screen and (min-width: 992px) {
   .navbar .dropdown-menu {
      top: auto;
   }

   .mainNavBar .nav-item.dropdown > .nav-link{
       padding-right: 1.5rem;
       padding-left: 1.5rem;
   }
}


/* Button settings */
.btn:not(.cart-button) {
   font-family: var(--title-font-family) !important;
   font-weight: 600;
   font-style: normal;
   font-size: 1.125rem;
	letter-spacing: 1px;
}

.btn:not(.cart-button):not(.btn-outline-light):not(.btn-outline-dark) {
    border: 0 none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none !important;
}
.btn:not(.cart-button):not(.btn-sm):not(.ignore-custom){
   padding: 10px 24px;
}

.btn.btn-sm{
   padding-top:9px;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .1rem rgba(52,58,64,.4);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow:0 0 0 0.1rem rgba(210, 29, 39, 0.68);
}

/*Product settings*/
.itemBuyButton{
   margin: 0 -6px -6px -6px;
   width: calc(100% + 12px) !important;
   border-radius: 0 0 4px 4px !important;
}

.itemShortDesc {
   color: inherit;
   margin-bottom: 5px;
   font-size: 14px;
   margin-top: 10px;
}

.price .primary h1, .productgrid .price {
    color: #000000;
}

.productgrid .price .primary{
   font-weight: 700;
}

.productgrid .price .secondary {
	font-size: 12px;
	color: #969696;
   font-weight: 400;
}

.productgrid .wishlist > a {
    background: rgb(255, 255, 255);
}


.productgrid .menu.btn-group {
    background-color: #ccc;
}

.productgrid ul.products > li > div {
    background-color: #fff;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
}

.productgrid .showDiscountTextCont div {
   background-color: var(--main-button-warning-color);
   color: #000;
}
.productgrid .showDiscountTextCont::before {
    border-right: 7px solid #b38721;
}

.productgrid .showDiscountTextCont {
    background: #333333;
}
.productgrid .grid5 .showDiscountTextCont div{
   border-radius: 0 15px 15px 0;
   font-size: 12px;

}
.productgrid .grid5 .showDiscountTextCont{
   left:-2px !important;
   border-radius: 0 15px 15px 0;
   z-index: 100;
   line-height: 25px;
}
.productgrid .showDiscountTextCont{
   background: transparent;
}
.productgrid .showDiscountTextCont div strong {
	font-weight: 500;
   font-size: 12px;
}
.productgrid ul.products > li > div:hover {
    box-shadow: none;
}
.productgrid ul.products > li > div div.image{
   transition: all 200ms ease-in-out;
}
.productgrid ul.products > li > div:hover div.image {
   transform: scale(1.04);
   z-index: 1;
}

.bg-dark {
    background-color:  #363739 !important;
}

.bg-light {
   background-color: #fff!important;
}

.stock.alert{
   text-align: center;
}

.bg-info {
   background-color: #66828A !important;
}

.artHeadColorText {
   background-color: var(--main-button-primary-color);
}

/* add some padding in images due to client having images edge to edge */
.productgrid .image {
   padding: 15px;
}

.productgrid .name a {
  color: #808080;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.188rem;
  text-decoration: none;
  transition: all 200ms ease;
}
.productgrid .name a:active, .productgrid .name a:visited, .productgrid .name a:focus {
  color: #808080;
  text-decoration: none;
}

.productgrid .desc {
   color: #686868;
   font-weight: 300;
}
.productgrid .desc strong{
  font-weight: 400;
}
.productgrid li:hover .name a{
  color: #000;
}

#productCarousel{
  padding:20px;
}

/* schema */
.schema .formElement .btn svg {
   fill: var(--main-button-secondary-font-color);
}

/* icons */
.button_cont a svg.icon {
   fill:white;
   margin-right: 0.5rem;
}

/* qmodal */
div.qModal .productActions .buy a.clickCollect {
   color:white;
   fill:white;
   background-color: var(--main-button-primary-color);
   border-color: var(--main-button-primary-color);
}
div.qModal .productActions .buy a.clickCollect:hover {
   background-color: var(--main-button-primary-color-hover);
   border-color: var(--main-button-primary-color-hover);
}

.qModal a.buyButton span, 
.qModal a.clickCollect span,
a.buyButton span,
a.inforequestButton span,
a.clickCollect span {
   text-transform: uppercase;
}

/* itemPage */
.itemType a.button.clickCollect {
   color:white;
   fill:white;
   background-color: var(--main-button-primary-color);
   border-color: var(--main-button-primary-color);
}
.itemType a.button.clickCollect:hover,
.itemType a.button.clickCollect:focus {
   background-color: var(--main-button-primary-color-hover);
   border-color: var(--main-button-primary-color-hover);
}

/* Table settings */
table.no-border tr th, table.no-border tr td  {
   border: none;
}

.button_contact svg.icon,
.button_cont svg.icon {
    fill: white;
}

em {
   font-style: italic;
}

table.basic .detailHeader {
   background-color: #009607;
   color: #fff;
   font-size: 1rem;
   font-weight: normal;
   padding: 10px;
   padding-left: 5px;
}
/* Footer settings */
.footerArticleGroups h5{
   padding-bottom: 6px;
   margin-bottom: 6px;
   border-bottom:1px solid #808080;
   text-align: left;
   font-family: var(--title-font-family) !important;
   font-weight: 600;
   font-style: normal;
   font-size: 1.5rem;
   line-height: 2rem;
   color: #000;
}

.footer > hr{
   background-color: transparent !important;
   display: none;
}

.footerArticleGroups ul > li {
   padding-top:3px;
   padding-bottom: 3px;
   font-family: var(--title-font-family) !important;
   font-weight: 400;
   font-style: normal;
   font-size: 1rem;
   color: #808080;
}

.footerCont {
   font-family: var(--title-font-family) !important;
   font-weight: 400;
   font-style: normal;
   font-size: 1rem;
   color: #808080;
   border-top: 1px solid #808080; /*A border that separates the footer from page content*/
}

.footerCont a, .footerCont a:visited:not(.btn) {
   font-family: var(--title-font-family) !important;
   font-weight: 400;
   font-style: normal;
   font-size: 1rem;
   color: #808080;
}

.footerCont .socket{
   line-height: 18px;
   margin-top: 30px;
   font-family: var(--title-font-family) !important;
   font-weight: 400;
   font-style: normal;
   font-size: 0.8rem;
   color: #808080;
}

