@import url(https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
/*
 Theme Name:   rss-theme
 Description:  shoptimizer child theme
 Author:       Mountain iT
 Author URI:   www.mountain-it.nl
 Template:     shoptimizer
 Version:      1.0.0
*/
@font-face {
  font-family: Avenir;
  src: url("/wp-content/themes/rss-theme/fonts/AvenirNextLTPro-Regular.otf");
}
@font-face {
  font-family: Avenir Bold;
  src: url("/wp-content/themes/rss-theme/fonts/AvenirNextLTPro-Bold.otf");
}
body {
  font-family: "Avenir", "sans-serif" !important;
}
body a:focus {
  outline: 0;
}
body .entry-content {
  font-family: "Avenir", "sans-serif" !important;
}
body h1, body h2, body h3.h4, body h5, body h6 {
  font-family: "Avenir bold", "sans-serif";
}
body .button {
  font-family: "Avenir", "sans-serif";
  background-color: #274a9e;
}

div.col-full.topbar-wrapper {
  padding: 0;
  display: flex !important;
  align-items: center;
  background-color: #274a9e;
  min-height: 42px;
}
@media (max-width: 768px) {
  div.col-full.topbar-wrapper .textwidget {
    line-height: 1;
  }
}

body ul li.hide-for-non-logged-in-user {
  display: none;
}

body.logged-in ul li.hide-for-non-logged-in-user {
  display: inline-block;
}

body.logged-in ul li.hide-for-logged-in-user {
  display: none;
}

body div.hfeed.site div.header-4-container {
  position: fixed;
  border: 0;
  width: 100%;
  box-shadow: -1px 5px 7px rgba(0, 0, 0, 0.4117647059);
  top: 43px;
}
@media (max-width: 768px) {
  body div.hfeed.site div.header-4-container {
    top: 52px;
  }
}
body div.hfeed.site div.header-4-container ul li a:hover {
  color: #274a9e;
}
body div.hfeed.site div.header-4-container button.menu-toggle {
  background-color: transparent;
}
body div.hfeed.site div.header-4-container .count {
  border-color: black;
  color: black;
}
body div.hfeed.site div.header-4-container .count:after {
  border-color: black;
}
body div.hfeed.site div.header-4-inner {
  max-width: 100%;
}
body div.hfeed.site div.header-4-inner .custom-logo-link img {
  height: 45px !important;
}
body div.hfeed.site div.header-4-inner a.search-trigger span {
  border-right: 0;
}
body div.hfeed.site div.header-4-inner a.search-trigger span svg {
  width: 24px;
  height: 24px;
  margin-top: -8px;
  margin-bottom: -8px;
  margin-right: -10px;
}
body div.hfeed.site ul {
  box-shadow: unset;
}
body div.hfeed.site ul li.menu-item {
  position: initial;
}
@media (max-width: 992px) {
  body div.hfeed.site ul li.menu-item {
    position: relative;
  }
}
body div.hfeed.site ul li.menu-item a.cg-menu-link {
  color: black;
  font-weight: bold;
  font-family: "Avenir Bold", "sans-serif";
}
@media (max-width: 992px) {
  body div.hfeed.site ul li.menu-item a.cg-menu-link {
    text-shadow: unset;
    color: black;
    width: 100%;
  }
}
body div.hfeed.site ul li.menu-item a.cg-menu-link span:before {
  border-color: black;
}
body div.hfeed.site ul li.menu-item a.cg-menu-link:after {
  background-color: black !important;
  width: 20px;
  height: 20px;
  top: 4px;
}
body div.hfeed.site ul ul.sub-menu a.cg-menu-link {
  font-family: "Avenir", "sans-serif";
}
body div.hfeed.site ul.sub-menu {
  width: 24%;
  float: left;
  text-align: center;
}
body div.hfeed.site .sub-menu-wrapper ul.sub-menu {
  position: absolute;
  left: 0;
  width: 100vw;
  right: 0;
  top: -1px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: unset;
  display: flex;
  box-shadow: -1px 5px 7px rgba(0, 0, 0, 0.4117647059);
}
@media (max-width: 992px) {
  body div.hfeed.site .sub-menu-wrapper ul.sub-menu {
    position: inherit;
    display: block;
    float: inherit;
    box-shadow: unset;
  }
}
@media (max-width: 992px) {
  body div.hfeed.site .col-full-nav {
    padding-top: 30px;
  }
}
body div.hfeed.site div.header-4-container.rss-sticky-header {
  top: 0 !important;
  transition: 1s;
}
body div.hfeed.site .header-widget-region {
  height: 0;
}
body div.hfeed.site .top-bar {
  background-color: #274a9e;
  padding: 0 30px;
}
body div.hfeed.site .top-bar b {
  color: white;
  position: relative;
}
body div.hfeed.site .top-bar .rss-usp-item.icon-glasses {
  margin-left: 20px;
}
body div.hfeed.site .top-bar .rss-usp-item.icon-glasses b:before {
  content: url("/wp-content/themes/rss-theme/icons/icon-glasses.png");
  padding-right: 5px;
  position: absolute;
  top: -2px;
  left: -20px;
}
body div.hfeed.site .top-bar .rss-usp-item.icon-box b:before {
  content: url("/wp-content/themes/rss-theme/icons/icon-box.png");
  padding-right: 5px;
  position: absolute;
  top: -2px;
  left: -20px;
}
body div.hfeed.site .top-bar .rss-usp-item.icon-filter b:before {
  content: url("/wp-content/themes/rss-theme/icons/icon-filter.png");
  padding-right: 5px;
  position: absolute;
  top: -2px;
  left: -20px;
}

.site-header-cart span.woocommerce-Price-amount.amount {
  display: none;
}
.site-header-cart span.count {
  border-color: black;
  color: black;
}
.site-header-cart span.count:after {
  border-color: white;
}
@media (max-width: 992px) {
  .site-header-cart span.count:after {
    border-color: black;
  }
}
.site-header-cart .cart-contents:hover .count {
  background-color: #274a9e !important;
  color: white !important;
  font-weight: normal;
}

@media (max-width: 992px) {
  .menu-toggle span.bar:nth-of-type(2) {
    width: 15px;
  }
  .menu-toggle span.bar-text {
    display: none;
  }
}
body.logged-in .hfeed.site div.header-4-container {
  top: 45px !important;
}

body.logged-in .rss-login-btn {
  display: none;
}

.rss-login-btn {
  position: fixed;
  bottom: 0;
  z-index: 100;
  left: 15px;
}
.rss-login-btn button {
  color: white;
  border-radius: 10px 10px 0 0;
  background: #274a9e;
}
.rss-login-btn button i {
  padding-right: 5px;
}
.rss-login-btn button i:before {
  font-family: "FontAwesome";
  font-style: normal;
}
.rss-login-btn button:hover {
  box-shadow: unset;
  transition: 0.7s;
}

.entry-header {
  display: none;
}

body.product-template-default div.top-bar .col-full {
  max-width: 1170px;
}

body .elementor-element.elementor-products-grid ul.products li.product {
  border: 1px solid black;
  border-radius: 20px;
}

body .elementor-element.elementor-products-grid ul.products li.product:hover {
  box-shadow: 5px 6px 1px 2px rgba(0, 0, 0, 0.41);
  transition: 0.7s;
}

header.woocommerce-products-header img.cg-cat-image {
  width: 30%;
  max-width: 30%;
}

body.product-template-default ul.products.columns-4 li.product .woocommerce-card__header {
  margin-bottom: 15px;
}

body.product-template-default ul.products.columns-4 {
  display: flex;
  justify-content: center;
}

body .elementor-element.elementor-products-grid ul.products li.product {
  margin-bottom: calc(2.5em - 40px);
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.woocommerce-loop-product__title {
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
}

.below-content {
  display: none;
}

body.error404 .woocommerce-breadcrumb {
  display: none;
}

body .below-content .rss-socials {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .below-content .rss-socials .rss-facebook {
  content: url("/wp-content/themes/rss-theme/icons/facebook-icon.png");
  width: 30px;
}
body .below-content .rss-socials .rss-linkedin {
  content: url("/wp-content/themes/rss-theme/icons/linkedin-icon.png");
  width: 30px;
}
body .below-content .rss-socials .rss-pinterest {
  content: url("/wp-content/themes/rss-theme/icons/pinterest-icon.png");
  width: 30px;
  margin: 0 10px;
}
body footer.copyright {
  background-color: #274a9e;
  margin-top: 0 !important;
}
body footer.copyright .widget.widget_custom_html {
  text-align: center;
}
@media (max-width: 768px) {
  body footer.site-footer {
    padding-bottom: 2.5rem;
  }
}
body footer.site-footer .widget .widget-title {
  font-size: 24px;
}
body footer.site-footer div.col-full {
  max-width: 1300px;
}
@media (max-width: 768px) {
  body footer.site-footer div.col-full {
    display: flex;
    flex-direction: column;
  }
}
body footer.site-footer div.col-full .widget .custom-html-widget {
  display: flex;
  flex-direction: column;
}
body footer.site-footer div.col-full .widget .custom-html-widget a,
body footer.site-footer div.col-full .widget .custom-html-widget p {
  color: white;
  margin-bottom: 0;
  line-height: 2;
}
body footer.copyright a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.page-template-template-fullwidth-no-heading .col-full {
  max-width: 100%;
  padding: 0;
}
.page-template-template-fullwidth-no-heading .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}


.rss-flex-item ul {
  display: flex;
  justify-content: center;
}

.rss-need-help-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rss-need-help-icons i {
  padding-right: 10px;
  font-size: 40px;
  color: black;
  padding-bottom: 10px;
}

.rss-archive-filter li {
  width: 100%;
}

.archive #content {
  padding-top: 60px;
}
.archive #content header {
  background: transparent;
  position: relative;
}
.archive #content header h1 {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.5);
}
.archive #content header img {
  max-height: 30vh;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
}
.archive #content .columns-3 {
  max-width: 1300px;
  padding-bottom: 40px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .archive #content .columns-3 {
    margin: -8px;
  }
}
.archive #content ul.products.columns-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive #content nav.woocommerce-breadcrumb,
.archive #content .shoptimizer-sorting {
  display: none;
}
.archive #content li.product {
  border: 1px solid black;
  border-radius: 20px;
  text-align: center;
  margin: 25px;
  width: 27%;
  padding: 0;
}
@media (max-width: 768px) {
  .archive #content li.product {
    width: 100%;
    margin-bottom: 0;
  }
}
.archive #content li.product .woocommerce-image__wrapper img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  padding: 15px;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 200px;
}
.archive #content li.product .woocommerce-card__header {
  margin-bottom: 15px;
}
.archive #content li.product .button {
  opacity: 1;
  width: 100%;
}
.archive #content li.product button.rss-watch-product-btn {
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: #274a9e;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  height: 200px;
}
.archive #content li.product button.rss-watch-product-btn a {
  color: transparent;
}
.archive #content li.product:hover {
  box-shadow: 5px 6px 1px 2px rgba(0, 0, 0, 0.41);
  transition: 0.7s;
}
.archive #content li.product:hover .woocommerce-image__wrapper {
  transform: scale(1);
}
.archive #content .shoptimizer-sorting.sorting-end {
  display: block;
}
.archive #content .shoptimizer-sorting.sorting-end .woocommerce-ordering,
.archive #content .shoptimizer-sorting.sorting-end .woocommerce-result-count {
  display: none;
}
.archive #content .shoptimizer-sorting.sorting-end .woocommerce-pagination {
  float: unset;
  display: flex;
  justify-content: center;
}
.archive #content .shoptimizer-sorting.sorting-end .woocommerce-pagination a {
  color: black;
  font-size: 18px;
}
.archive #content .shoptimizer-sorting.sorting-end .woocommerce-pagination li span.current {
  font-size: 18px;
  color: #274a9e;
  font-weight: bold;
}
.archive .content-area {
  width: 100%;
}
.archive .col-full {
  max-width: 100%;
  padding: 0;
}
.archive .site-footer .col-full {
  max-width: 1300px;
}
.archive .below-content {
  display: none;
}
.archive div.rss-wholesale-login-btn-container {
  position: inherit;
  bottom: 0;
  margin-top: 40px;
  z-index: 5;
  justify-content: center;
  padding-bottom: 20px;
  display: none;
}
.archive div.rss-wholesale-login-btn-container button.rss-wholesale-login-btn {
  border-radius: 5px;
  width: 270px;
}

.shoptimizer-archive li.product-category.product img {
  max-height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
}

body .elementor-element.elementor-products-grid ul.products li.product-category.product {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-card__header .rss-wholesale-login-btn-container {
  display: none;
}

body.logged-in .rss-login-btn {
  display: none !important;
}

body ul.products li.product.product-category h2 span:after {
  display: none !important;
}

img.cg-cat-image {
  margin-left: 70%;
}

body.product-template-default #primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.product-template-default .top-bar .col-full {
  max-width: 100%;
}
body.product-template-default .shoptimizer-archive {
  padding-top: 30px;
}
@media (max-width: 768px) {
  body.product-template-default .shoptimizer-archive {
    padding-top: 0;
  }
}
body.product-template-default .shoptimizer-archive .product-details-wrapper {
  margin: 75px;
  max-width: 100%;
}
@media (max-width: 768px) {
  body.product-template-default .shoptimizer-archive .product-details-wrapper {
    margin: 0;
    padding-bottom: 0;
  }
}
body.product-template-default .shoptimizer-archive .woocommerce-tabs.wc-tabs-wrapper {
  border: 0;
  padding-bottom: 0;
}
body.product-template-default .shoptimizer-archive h1.product_title.entry-title {
  margin-bottom: 20px;
  font-family: "Avenir", "sans-serif";
}
body.product-template-default .shoptimizer-archive .product_meta {
  border: 0;
  text-align: left;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
body.product-template-default .shoptimizer-archive .product_meta span {
  font-size: 17px;
}
body.product-template-default .shoptimizer-archive div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  min-height: 350px;
}
@media (max-width: 768px) {
  body.product-template-default .shoptimizer-archive div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    min-height: 100%;
  }
}
body.product-template-default .shoptimizer-archive div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  min-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  body.product-template-default .shoptimizer-archive div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    min-height: 100%;
  }
}
body.product-template-default .shoptimizer-archive div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}
body.product-template-default .shoptimizer-archive div.product form button.button {
  background-color: #274a9e;
  font-family: "Avenir", "sans-serif";
  line-height: 1;
}
body.product-template-default .shoptimizer-archive div.product .price {
  color: green;
  font-weight: bold;
}
body.product-template-default nav.woocommerce-breadcrumb {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.product-template-default nav.woocommerce-breadcrumb {
    text-align: left;
  }
}
body.product-template-default .call-back-feature,
body.product-template-default .woocommerce-product-details__short-description {
  display: none;
}
body.product-template-default .site-content .col-full {
  background: white !important;
  max-width: 1300px;
  margin: 0 auto;
}
body.product-template-default #page .woocommerce-tabs {
  padding: 0 10px;
}
body.product-template-default #page .woocommerce-tabs ul.tabs {
  border: 0;
  text-align: left;
}
body.product-template-default #page .woocommerce-tabs ul.tabs li.active a:after {
  border-color: #274a9e;
}
body.product-template-default #page .woocommerce-tabs ul.tabs li a {
  display: flex;
}
body.product-template-default #page .woocommerce-tabs ul.tabs li a span {
  background-color: #274a9e;
  display: flex;
  justify-content: center;
}
body.product-template-default #page .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}
body.product-template-default #page .woocommerce-tabs .panel {
  padding-left: 0;
  margin: 0;
}
body.product-template-default #page .woocommerce-tabs .panel p {
  margin: 0;
}
body.product-template-default .product_meta span {
  margin: 0;
}
body.product-template-default section.related.products {
  padding: 0 10px;
  margin: 0 0 50px 0;
}
body.product-template-default section.related.products h2 {
  font-family: "Avenir", "sans-serif";
  font-size: 32px;
}
body.product-template-default ul.products.columns-4 {
  margin-left: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.product-template-default ul.products.columns-4 {
    flex-direction: column;
  }
}
body.product-template-default ul.products.columns-4 li.product {
  border: 1px solid black;
  border-radius: 20px;
  text-align: center;
  margin: 5px;
  width: 23% !important;
  padding: 0;
  min-width: inherit;
}
@media (max-width: 768px) {
  body.product-template-default ul.products.columns-4 li.product {
    width: 98% !important;
    max-width: 100%;
  }
}
body.product-template-default ul.products.columns-4 li.product:before {
  display: none;
}
body.product-template-default ul.products.columns-4 li.product .woocommerce-image__wrapper img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  padding: 15px;
}
body.product-template-default ul.products.columns-4 li.product:hover {
  box-shadow: 5px 6px 1px 2px rgba(0, 0, 0, 0.41);
  transition: 0.7s;
}
body.product-template-default ul.products.columns-4 li.product:hover .woocommerce-image__wrapper {
  transform: scale(1);
}
body.product-template-default ul.products.columns-4 li.product .woocommerce-card__header {
  margin-bottom: 65px;
}
body.product-template-default ul.products.columns-4 li.product .woocommerce-card__header .button {
  opacity: 1;
  width: 100%;
}
body.product-template-default ul.products.columns-4 li.product .woocommerce-card__header button.rss-watch-product-btn {
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: #274a9e;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.product-template-default ul.products.columns-4 li.product .woocommerce-card__header button.rss-watch-product-btn a {
  color: white;
}
body.product-template-default .below-content,
body.product-template-default .shoptimizer-sticky-add-to-cart__content {
  display: none;
}
body.product-template-default .woocommerce-message .message-inner {
  background-color: #274a9e;
}

body.product-template-default.logged-in ul.products.columns-4 li.product .woocommerce-card__header {
  margin-bottom: 0;
}

.buttons a.button.checkout.wc-forward {
  background-color: #274a9e;
  border-color: white;
}

button.rss-wholesale-login-btn {
  background-color: #274a9e;
  color: white;
  width: 100%;
  line-height: 1;
}

div.rss-wholesale-login-btn-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}
div.rss-wholesale-login-btn-container button.rss-wholesale-login-btn {
  border-radius: 0 0 20px 20px;
}

.product-template-default .summary div.rss-wholesale-login-btn-container {
  position: relative;
}
.product-template-default .summary div.rss-wholesale-login-btn-container button.rss-wholesale-login-btn {
  border-radius: 5px;
}

.wwp-login-to-see-wholesale-prices {
  display: none;
}

body.logged-in .wwp-login-to-see-wholesale-prices {
  display: block;
}

body.logged-in button.rss-wholesale-login-btn {
  display: none;
}

.woocommerce-cart #content {
  padding-top: 75px;
}
.woocommerce-cart a.checkout-button.button.alt.wc-forward {
  background-color: #274a9e;
}
.woocommerce-cart .below-content {
  display: none;
}

.woocommerce-cart ul.checkout-bar:before {
  background-color: #274a9e;
}

body.page.woocommerce-checkout .hfeed.site div.header-4-container {
  top: 0 !important;
  box-shadow: unset;
}
body.page.woocommerce-checkout .hfeed.site div.header-4-container h1 {
  display: none;
}
body.page.woocommerce-checkout .hfeed.site div.header-4-container .site-header {
  display: flex;
  justify-content: center;
}
body.page.woocommerce-checkout .hfeed.site #content {
  padding-top: 30px;
}
body.page.woocommerce-checkout .hfeed.site ul.checkout-bar:before {
  background-color: #274a9e;
}
body.page.woocommerce-checkout .hfeed.site ul.checkout-bar li.active:after {
  background-color: #274a9e;
}
body.page.woocommerce-checkout button#place_order {
  background-color: #274a9e;
}

#content {
  padding-top: 60px;
}

.woocommerce-account #content {
  padding-top: 50px;
}

.elementor-column.min-height-350px {
  min-height: 350px;
}

.logged-in .rss-hide-for-logged-in-user {
  display: none;
}

.rss-hide-for-non-logged-in-user {
  display: none;
}

.logged-in .rss-hide-for-non-logged-in-user {
  display: block;
}

.archive.category-blog #content {
  padding-top: 120px;
}
.archive.category-blog #content header h1 {
  display: none;
}
.archive.category-blog #content article {
  padding: 0 15px;
}
.archive.category-blog main#main {
  max-width: 1300px;
  margin: 0 auto;
}

.post-template-default .vcard.author,
.post-template-default div.post-meta {
  display: none;
}
