html,
body {
  font-size: 16px;
  color: var(--black);
  font-family: "Quicksand", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  overflow-x: clip;
  line-height: 1.5 !important;
}

.external-fonts-loaded body,
.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name {
  font-family: "Quicksand", sans-serif !important;
}

.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6,
.blank-mode .cart-table .main-link,
.blank-mode .cart-related-name {
  font-family: "Quicksand", sans-serif !important;
}

.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6 {
  font-weight: 300;
}

#content-wrapper {
  padding-bottom: 60px;
}
@media only screen and (min-width : 992px) {
  #content-wrapper {
    padding-bottom: 100px;
  }
}

/* Container */
@media only screen and (min-width : 992px) {
  .container-narrow {
    width: 1418px;
  }
}

.type-page article header h1 {
  display: none;
}

#footer {
  background-color: #ffffff;
  border-top: 1px solid #1fbdc2;
  padding-top: 20px;
}
@media only screen and (min-width : 992px) {
  #footer {
    padding-top: 40px;
  }
}
#footer .footer-rows {
  padding-bottom: 10px;
}
@media only screen and (min-width : 992px) {
  #footer .footer-rows {
    padding-bottom: 40px;
  }
}
#footer .footer-rows .custom-footer .banner {
  margin-bottom: 10px;
  min-height: unset;
}
#footer .footer-bottom {
  border-top: 1px solid #000000;
}



#header .header-top .header-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width : 768px) {
  #header .header-top .header-top-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .header-top .header-top-wrapper:before, #header .header-top .header-top-wrapper:after {
  display: none !important;
}
#header .header-top .header-top-wrapper .navigation-buttons {
  flex: initial;
}
#header .header-top .header-top-wrapper .site-name {
  flex: initial;
}
#header .header-top .header-top-wrapper .navigation-buttons .toggle-window[data-target=search] {
  display: none !important;
}
#header .header-top .header-top-wrapper .search {
  display: none !important;
}
@media only screen and (min-width : 768px) {
  #header .header-top .header-top-wrapper .navigation-buttons a[data-target=cart] {
    position: relative;
    color: #ffffff;
    background-color: #e4aa33;
    text-align: left;
    outline: none;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s all;
    font-size: 16px !important;
    padding: 12px 30px 12px 30px;
    height: 44px !important;
    text-decoration: none;
    border-radius: 100px;
    line-height: initial !important;
    margin-left: 20px !important;
  }
  #header .header-top .header-top-wrapper .navigation-buttons a[data-target=cart]::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 20px;
    width: 20px;
    height: 20px;
    background-image: url("/user/documents/images/svg/cart.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #header .header-top .header-top-wrapper .navigation-buttons a[data-target=cart]:hover {
    background-color: #1fbdc2;
    color: #ffffff !important;
  }
}
@media only screen and (min-width : 1200px) {
  #header .header-top .header-top-wrapper .navigation-buttons a[data-target=cart] {
    padding: 12px 24px 12px 54px;
  }
  #header .header-top .header-top-wrapper .navigation-buttons a[data-target=cart]::before {
    left: 22px;
  }
}
#header .navigation-buttons > a[data-target=cart] i {
  text-align: center;
  font-weight: 700;
  bottom: 4px;
  height: 16px;
  width: 16px;
  font-size: 10px;
}
@media only screen and (min-width : 768px) {
  #header .navigation-buttons > a[data-target=cart] i {
    left: 32px;
  }
}
@media only screen and (min-width : 768px) {
  #header .site-name a img {
    max-height: 96px;
  }
}
#header .header-bottom {
  border: none !important;
}
@media only screen and (min-width : 768px) {
  #header #navigation .navigation-in ul li > a:hover > b {
    text-decoration: none !important;
  }
  #header #navigation .navigation-in ul li > a:hover > b::after {
    content: "";
    display: block;
    width: 60%;
    height: 1px;
    background-color: #e4aa33;
    position: absolute;
    bottom: -7px;
    left: 20%;
  }
}
#header #navigation .navigation-in ul li > a > b {
  font-size: 18px;
  font-weight: 400;
  color: #1fbdc2;
  font-family: "Quicksand", sans-serif;
  position: relative;
}

@media (max-width: 767px) {
  #header .navigation-in > ul > li > a > b,
  #header .navigation-in > ul > li > a > span {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  #header .navigation-in ul.menu-level-2 li a {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
.banners-row {
  padding-top: 20px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.banners-row .col-sm-8 {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .banners-row .col-sm-8 {
    width: 61%;
  }
}
.banners-row .col-sm-8 .carousel-inner {
  border-radius: 20px;
}
.banners-row .col-sm-4 {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .banners-row .col-sm-4 {
    width: 39%;
  }
}
.banners-row .col-sm-4 .next-to-carousel-banners {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width : 992px) {
  .banners-row .col-sm-4 .next-to-carousel-banners {
    flex-direction: column;
  }
}
.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 15px;
  margin-left: 15px;
}
.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper:first-child {
  margin-left: 0;
}
@media only screen and (min-width : 992px) {
  .banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper {
    margin-top: 0;
    margin-left: 20px;
  }
  .banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper:first-child {
    margin-bottom: 25px;
    margin-left: 20px;
  }
}

.benefitBanner {
  margin-top: 40px;
}
@media only screen and (min-width : 992px) {
  .benefitBanner {
    margin-top: 80px;
  }
}
.benefitBanner__picture {
  flex: 0 0 60px;
  margin-right: 10px;
  max-width: 60px;
}
.benefitBanner__title {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and (min-width : 992px) {
  .benefitBanner__title {
    font-size: 30px;
  }
}
.benefitBanner__data {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and (min-width : 992px) {
  .benefitBanner__data {
    font-size: 18px;
  }
}

.cFooter__contactItem {
  display: flex;
  flex-wrap: nowrap;
}
.cFooter__contactItem:not(:last-child) {
  margin-bottom: 15px;
}
.cFooter__contactItemIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 28px;
  margin-right: 20px;
  flex-shrink: 0;
}
.cFooter__contactItemIcon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cFooter__contactItemText {
  color: #e4aa33 !important;
}
.cFooter__contactItemText--link:hover {
  text-decoration: underline;
  color: #e4aa33 !important;
}
.cFooter__contactItemTextParagraph {
  margin: 0;
}
.cFooter__contactItemTextParagraph:not(:last-child) {
  margin-bottom: 10px;
}
.cFooter__block {
  display: block;
}
.cFooter__heading {
  display: inline-block;
  line-height: 24px;
  color: #1fbdc2;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #1fbdc2;
  padding-bottom: 10px;
  margin-top: 0 !important;
}
.cFooter__headingIcon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 10px;
}
.cFooter__blockList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cFooter__blockItem {
  margin-bottom: 5px;
}
.cFooter__blockLink {
  color: #000000;
  font-size: 16px;
}
.cFooter__blockLink:hover {
  text-decoration: underline;
  color: #1fbdc2;
}
.cFooter__button {
  display: inline-block;
  padding: 10px 32px;
  background-color: #1fbdc2;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: middle;
  margin-bottom: 20px;
}
.cFooter__button:hover {
  background-color: #e4aa33;
}
.cFooter__buttonIcon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 10px;
}


.cHeader__registerButton {
  display: none !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  height: auto !important;
  line-height: initial !important;
  margin-left: 0 !important;
  width: auto;
}
.cHeader__registerButton:hover {
  text-decoration: underline;
}
@media only screen and (min-width : 768px) {
  .cHeader__registerButton {
    display: block !important;
  }
}
.cHeader__loginButton, .cHeader__bookingButton {
  display: none !important;
  position: relative;
  color: #ffffff;
  background-color: #e4aa33;
  text-align: left;
  outline: none;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s all;
  font-size: 16px !important;
  padding: 12px 24px 12px 54px;
  text-decoration: none;
  border-radius: 100px;
  height: auto !important;
  line-height: initial !important;
  margin-left: 20px !important;
}
.cHeader__loginButton::before, .cHeader__bookingButton::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 22px;
  width: 18px;
  height: 18px;
  background-image: url("/user/documents/images/svg/user.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cHeader__loginButton:hover, .cHeader__bookingButton:hover {
  background-color: #1fbdc2;
  color: #ffffff !important;
}
@media only screen and (min-width : 768px) {
  .cHeader__loginButton, .cHeader__bookingButton {
    display: inline-block !important;
  }
}
.cHeader__bookingButton {
  background-color: #1fbdc2;
}
.cHeader__bookingButton::before {
  background-image: url("/user/documents/images/svg/hand.svg");
}
.cHeader__bookingButton:hover {
  background-color: #e4aa33;
  color: #ffffff !important;
}

.form-control {
  border-radius: 5px;
  border: 1px solid #e4aa33;
}

/* Login */
body.in-login .content .content-inner {
  padding-top: 40px;
  max-width: 720px;
  margin: 0 auto;
}

body.in-login .content .content-inner h1 {
  font-size: 36px;
}
@media only screen and (min-width : 768px) {
  body.in-login .content .content-inner h1 {
    font-size: 48px;
  }
}

#formLogin .password-helper a {
  text-decoration: underline;
}
#formLogin .password-helper a:hover {
  text-decoration: none;
}

#formLogin .password-helper {
  margin-left: 15px;
}

#formLogin .login-wrapper {
  display: flex;
  align-items: center;
}

#formLogin .login-wrapper .btn {
  float: left;
}

/* Register */
body.in-registrace .content .content-inner {
  padding-top: 40px;
  max-width: 720px;
  margin: 0 auto;
}

body.in-registrace .content .content-inner h1 {
  font-size: 36px;
}
@media only screen and (min-width : 768px) {
  body.in-registrace .content .content-inner h1 {
    font-size: 48px;
  }
}

body.in-registrace .content .content-inner fieldset.box.box-bg-transparent.co-box.co-registration {
  display: none;
}

body.in-registrace .content .content-inner h4 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}

body.in-registrace .content .content-inner .form-group.submit-wrapper {
  margin-top: 30px;
}

.breadcrumbs {
  color: #000000;
  padding-top: 10px;
}

.breadcrumbs a,
.breadcrumbs a:hover,
.breadcrumbs span,
.breadcrumbs span:hover {
  color: #000000;
}

/* Button */
.btn.btn-default,
a.btn.btn-default,
.btn.btn-primary,
a.btn.btn-primary,
.btn.btn-secondary,
a.btn.btn-secondary,
.btn.btn-conversion,
a.btn.btn-conversion {
  background-color: #e4aa33;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 100px;
  padding: 12px 24px 12px 24px;
  line-height: initial;
}

.btn.btn-default:hover,
a.btn.btn-default:hover,
.btn.btn-primary:hover,
a.btn.btn-primary:hover,
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover,
.btn.btn-conversion:hover,
a.btn.btn-conversion:hover {
  background-color: #1fbdc2;
  color: #ffffff;
}

body.customer-page #content-wrapper {
  padding-bottom: 60px;
}

@media only screen and (min-width : 768px) {
  body.customer-page .content-wrapper-in {
    padding: 0 20px;
  }
}

body.customer-page .sidebar-inner {
  padding-right: 0;
  padding-top: 0;
}
@media only screen and (min-width : 768px) {
  body.customer-page .sidebar-inner {
    padding-right: 30px;
  }
}

body.customer-page .sidebar-inner .box {
  border: 1px solid #e4aa33;
  border-radius: 5px;
}

body.customer-page .sidebar-inner .client-center-box ul {
  padding-left: 15px;
  list-style-type: none;
}

body.customer-page .sidebar-inner .client-center-box ul li a:hover {
  text-decoration: underline;
}

.type-category .content-wrapper-in {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width : 768px) {
  .type-category .content-wrapper-in {
    padding: 0 20px;
  }
}

.category-top {
  position: relative;
}
@media only screen and (min-width : 768px) {
  .category-top {
    padding: 0 20px;
  }
}
.category-top::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  background: url("/user/documents/images/svg/bg-1.png?v=1") no-repeat center left;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
  transform: none;
  z-index: -1;
}
@media only screen and (min-width : 992px) {
  .category-top::before {
    min-height: 400px;
    left: 10%;
    width: 80%;
  }
}

.category-top .category-title {
  position: relative;
  z-index: 5;
  font-size: 32px;
  margin: 0;
  padding: 40px 0;
}
@media only screen and (min-width : 768px) {
  .category-top .category-title {
    font-size: 48px;
    padding: 60px 0;
  }
}
.category-top .category-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  display: inline-block;
  height: 80px;
  width: 100px;
  background-image: url(/user/documents/images/svg/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width : 768px) {
  .category-top .category-title::before {
    height: 120px;
    width: 150px;
  }
}

.category-top .category-perex {
  position: relative;
  z-index: 5;
  max-width: 720px;
  margin-bottom: 40px;
}

.category-top .subcategories.with-image {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width : 1200px) {
  .category-top .subcategories.with-image {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.category-top .subcategories.with-image li {
  width: 100%;
  border: 1px solid #e4aa33;
  border-radius: 5px;
  background-color: #ffffff;
}

.content-wrapper-in .category-top {
  display: none;
}

.box.box-filters {
  border: 1px solid #1fbdc2;
  border-radius: 5px;
}

.filters-wrapper h4 {
  font-size: 16px;
  font-weight: 600;
}

.filters-wrapper .filters .slider-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

.filters-wrapper .filters .slider-wrapper .slider-header {
  font-size: 14px;
}

.filters-wrapper .filters .slider-wrapper .slider-content {
  height: 1px;
  margin-bottom: 10px;
}

.filters-wrapper .filters .slider-wrapper .slider-content #slider {
  height: 1px;
  background-color: #e4aa33;
}

.filters-wrapper .filters .slider-wrapper .slider-content #slider .ui-slider-horizontal,
.filters-wrapper .filters .slider-wrapper .slider-content #slider .ui-slider-handle {
  background-color: #e4aa33;
  border-radius: 100%;
  top: -9px;
  width: 19px;
  height: 19px;
}

.filters-wrapper .filters .slider-wrapper .slider-content #slider .ui-slider-handle:before {
  display: none;
}

.filters-wrapper .filters .filter-section {
  border: 0 !important;
}

.filters-wrapper .filters .filter-section .filter-count {
  background-color: rgba(228, 170, 51, 0.2);
}

.filters-wrapper .filters .filter-section-count {
  display: none;
}

.category-header #products-listing-order {
  border-radius: 5px;
}

.in-kosik .empty-cart-boxes .col-md-6:nth-child(2) {
  display: none;
}

.popup-widget {
  border-radius: 5px;
  overflow: hidden;
  border: 0 !important;
}

.popup-widget.cart-widget::before {
  display: none;
}

.popup-widget .cart-widget-product {
  border-bottom: 1px solid rgba(228, 170, 51, 0.4);
}

.quantity {
  color: #000000;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(228, 170, 51, 0.4);
}

.quantity input {
  width: 40px;
  border: 0 !important;
  font-family: "Quicksand", sans-serif, sans-serif !important;
}

.quantity .decrease,
.quantity .increase {
  background-color: inherit;
  border: 0 !important;
}

.products.products-page {
  margin-left: -10px;
  margin-right: -10px;
}

.product-slider-holder.has-navigation {
  padding-left: 0;
  padding-right: 0;
}

.product:not(#_) {
  padding: 10px;
}

.product:not(#_):hover {
  box-shadow: none;
}

.product:not(#_):hover .p {
  box-shadow: 0px 0px 15px rgba(228, 170, 51, 0.4);
}

.product:not(#_) .p {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e4aa33;
  overflow: hidden;
}

.product:not(#_) .p .image {
  border-radius: 5px;
  overflow: hidden;
}

.product:not(#_) .p .p-in {
  text-align: left;
}

.product:not(#_) .p .p-in .p-in-in .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0;
  color: #1fbdc2;
  height: 60px;
}

.product:not(#_) .p .p-in .p-in-in .name:hover {
  text-decoration: none;
}

.product:not(#_) .p .p-in .p-in-in .p-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000000;
  height: 42px;
}

.product:not(#_) .p .p-in .p-in-in .ratings-wrapper {
  margin-bottom: 20px;
}

.product:not(#_) .p .p-in .p-in-in .stars-placeholder {
  display: none;
}

.product:not(#_) .p .p-in .p-in-in .availability {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0em;
  order: 2;
  padding: 2px 8px;
  border-radius: 5px;
  background-color: rgba(228, 170, 51, 0.16);
}

.product:not(#_) .p .p-in .p-bottom .prices {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  color: #e4aa33;
  white-space: nowrap;
}

.product:not(#_) .p .p-in .p-bottom .prices .price {
  color: #e4aa33;
}

.product:not(#_) .p .p-in .p-bottom .prices .price strong {
  color: #e4aa33;
  font-weight: 500;
}

.product:not(#_) .p .p-in .p-bottom {
  padding: 0;
}

.product:not(#_) .p .p-in .p-bottom .p-tools {
  padding: 0;
  text-align: left;
}

.product:not(#_) .p .p-code {
  display: none;
}

.product .p .p-bottom > div .p-tools > .btn:last-child {
  /* Hide product detail button */
  display: none;
}

/* Product detail */
.type-detail .breadcrumbs {
  width: 100%;
}

@media only screen and (min-width : 768px) {
  .type-detail .content-wrapper {
    padding: 0 20px;
  }
}

.type-detail #content-wrapper #content {
  padding-left: 0;
  padding-right: 0;
}

.type-detail h1,
.type-detail .h1 {
  color: #1fbdc2;
  font-size: 36px;
  font-weight: 400;
  margin-top: 20px;
}
@media only screen and (min-width : 768px) {
  .type-detail h1,
  .type-detail .h1 {
    font-size: 42px;
    margin-top: 0;
  }
}

.type-detail .p-detail {
  padding-top: 20px;
}

.type-detail #product-detail-form table.detail-parameters {
  margin-bottom: 35px;
}

.type-detail #product-detail-form table.detail-parameters tbody tr th {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
  min-width: 120px;
}

.type-detail #product-detail-form table.detail-parameters tbody tr th::after {
  display: none;
}

.type-detail #product-detail-form table.detail-parameters tbody tr td {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 10px;
  text-decoration: none;
}

.type-detail #product-detail-form table.detail-parameters tbody tr td a {
  text-decoration: none;
}

.type-detail .p-to-cart-block {
  background-color: rgba(228, 170, 51, 0.16);
  padding: 10px 15px;
}
@media only screen and (min-width : 768px) {
  .type-detail .p-to-cart-block {
    padding: 15px 25px;
  }
}

.type-detail .p-to-cart-block .add-to-cart-button {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width : 768px) {
  .type-detail .p-to-cart-block .add-to-cart-button {
    max-width: 180px;
  }
}

.type-detail .p-to-cart-block .price-final {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

.type-detail .social-buttons-wrapper {
  display: none;
}

.type-detail .responsive-nav {
  display: none;
}

.type-detail #productDiscussion {
  display: none;
}

.type-detail .extended-description {
  display: none;
}

.type-detail .benefitBanner {
  display: none;
}

.type-detail #accordion-content .shp-accordion .shp-accordion-link {
  display: none !important;
}

.type-detail #accordion-content .shp-accordion .shp-accordion-content {
  margin-top: 0 !important;
}

.type-detail .availability-label {
  margin-left: 0;
}

.in-blog h1 {
  position: relative;
  z-index: 5;
  font-size: 32px;
  margin: 0;
  padding: 40px 0;
}
@media only screen and (min-width : 768px) {
  .in-blog h1 {
    font-size: 48px;
    padding: 60px 0;
  }
}
.in-blog h1::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  display: inline-block;
  height: 80px;
  width: 100px;
  background-image: url(/user/documents/images/svg/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width : 768px) {
  .in-blog h1::before {
    height: 120px;
    width: 150px;
  }
}

.in-blog .news-image {
  border-radius: 20px;
}

/*# sourceMappingURL=puremotion.css.map */