* {
margin: 0;
padding: 0;
outline: none;
}
:root {
--primary-color: #a1185b;
--secondary-color: #e864a5;
--tertiary-color:#b22650;
}
body {
margin: 0;
padding: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
background-color: #fff;
font-size: 15px;
color: #000;
overflow-x: hidden;
font-family: "Open Sans", sans-serif;
}
img {
margin: 0;
padding: 0;
border: none;
max-width: 100%;
height: auto;
}
section img {
max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 10px 0;
font-family: "Great Vibes", cursive;
font-weight: bold;
}
p {
font-size: 16px;
color: #000;
line-height: 1.7;
}
a {
text-decoration: none;
color: var(--primary-color);
}
a:focus,
a:hover {
text-decoration: none !important;
}
a:focus,
input:focus,
textarea:focus,
button:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
outline: ridge;
outline-color: #000;
}
code {
color: var(--primary-color);
}
ul {
margin: 0 0 0 15px;
padding: 0;
}
:hover {
-webkit-transition-duration: 1s;
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s;
}
select {
width: 100%;
}
aside {
clear: both;
} .alignwide {
margin-left: -80px;
margin-right: -80px;
}
.alignfull {
margin-left: calc(-100vw / 2 + 100% / 2);
margin-right: calc(-100vw / 2 + 100% / 2);
max-width: 100vw;
}
.alignfull img {
width: 100vw;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.sticky {
margin: 0;
padding: 0;
background-color: #d7d7d7;
}
.alignleft,
img.alignleft {
display: inline;
float: left;
margin-right: 20px;
margin-top: 4px;
margin-bottom: 10px;
padding: 0;
border: 1px solid #bbb;
padding: 5px;
}
.alignright,
img.alignright {
display: inline;
float: right;
border: 1px solid #bbb;
padding: 5px;
margin-bottom: 10px;
margin-left: 25px;
}
.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 0;
}
.comment-author {
clear: both;
margin-bottom: 10px;
}
.comment-list .comment-content ul {
list-style: none;
margin-left: 15px;
}
.comment-list .comment-content ul li {
margin: 5px;
}
.comment-meta.commentmetadata {
margin-bottom: 10px;
}
.bypostauthor {
margin: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="phno"],
textarea {
border: 1px solid #bcbcbc;
width: 100%;
font-size: 16px;
padding: 10px 10px;
margin: 0 0 23px 0;
height: auto;
}
input[type="submit"] {
text-align: center;
text-transform: uppercase;
font-size: 18px;
padding: 7px 30px;
font-weight: bold;
color: #fff;
border-radius: 3px;
}
input[type="submit"]:hover {
background: #3890cb;
} .hvr-sweep-to-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--secondary-color);
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
color: #ffffff;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} a.button {
border: 2px solid var(--primary-color);
background: var(--primary-color);
color: #fff;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
} .fixed-header {
position: fixed;
top: 0;
padding: 0 40px;
left: 0;
width: 100%;
background: var(--primary-color);
box-shadow: 2px 2px 10px 0px #2d2d2d;
z-index: 999999;
}
.page-template-custom-frontpage.admin-bar .fixed-header {
margin-top: 32px;
} #header .logo {
text-align: start;
}
.logo h1,
.logo p.site-title {
text-transform: uppercase;
line-height: 1.2;
font-family: "Great Vibes", cursive;
text-transform: none;
font-size: 35px;
font-weight: normal;
}
.logo h1 a,
.logo p a {
color: #fff;
}
.logo p {
font-size: 12px;
color: #fff;
}
.page-template-custom-frontpage #header {
z-index: 999;
width: 100%;
position: absolute;
background: transparent;
}
#header {
position: relative;
background: var(--primary-color);
}
#menu-sidebar {
text-align: left;
display: inline;
}
.primary-navigation ul {
margin: 0;
font-weight: 400;
font-size: 14px;
font-weight: bold;
list-style: none;
}
.primary-navigation ul li {
display: inline-block;
margin: 0;
position: relative;
float: none;
}
.primary-navigation ul li a {
color: #fff;
padding: 12px 25px 12px 10px;
display: block;
margin: 0px;
background: none;
border: none;
font-size: 16px;
font-weight: 500;
}
.primary-navigation ul ul {
display: none;
position: absolute;
background: #252525;
min-width: 215px;
z-index: 9999;
border: 1px solid var(--primary-color);
}
.primary-navigation ul ul ul {
left: 100% !important;
top: 0;
}
.primary-navigation ul ul a {
color: #fff;
background: var(--primary-color);
padding: 10px;
}
.primary-navigation ul ul a:hover,
.primary-navigation ul li a:hover {
color: var(--primary-color);
background: #fff;
}
.primary-navigation ul ul li {
float: none;
display: block;
text-align: left;
border-left: none;
border-right: none !important;
padding: 0;
max-height: auto;
-webkit-transition: max-height 0.4s ease-out;
-moz-transition: max-height 0.4s ease-out;
-ms-transition: max-height 0.4s ease-out;
-o-transition: max-height 0.4s ease-out;
transition: max-height 0.4s ease-out;
}
.primary-navigation ul li:hover > ul li {
max-height: 100%;
position: relative;
}
.primary-navigation ul li:hover > ul {
display: block;
}
.primary-navigation a:hover {
color: #fff;
background: var(--primary-color);
}
.primary-navigation .sub-menu > li > a:focus,
#header a:focus,
.toggle-menu button:focus {
outline-color: #fff;
}
.entry-content a,
#content-ma a {
text-decoration: underline;
color: var(--primary-color);
} .sf-arrows .sf-with-ul:after {
content: "\f13a";
font-family: "Font Awesome 7 Free";
font-weight: 900;
position: absolute;
right: 8px;
font-size: 12px;
top: 16px;
border-top-color: #e1e1e1;
}
.sf-arrows ul .sf-with-ul:after {
content: "\f138";
top: 14px;
}
.toggle-menu,
a.closebtn {
display: none;
} .service-title,
.service-box {
text-align: center;
}
.read-btn {
font-weight: 600;
}
.service-btn a:hover {
color: #fff !important;
}
.service-title h2 {
text-transform: none;
font-size: 50px;
font-weight: normal;
letter-spacing: 2px;
}
.service-content h4 {
color: var(--primary-color);
font-weight: 600;
letter-spacing: 1px;
font-family: "Open Sans";
font-size: 16px;
}
.service-content p {
font-size: 14px;
margin: 0;
color: #000;
line-height: 27px;
font-weight: normal;
}
.service-imagebox img {
width: auto;
} #our-services .page-box h2 a {
color: var(--primary-color);
letter-spacing: 2px;
}
#our-services .page-box .read-more {
background: var(--tertiary-color);
color: #fff;
font-size: 15px;
}
#our-services .page-box h2 {
color: #000;
font-size: 35px;
border-bottom: 3px double var(--primary-color);
}
#our-services .page-box p {
font-size: 15px;
color: #797676;
}
.services input.search-field {
margin-bottom: 14px;
}
.box-image img {
width: 100%;
border-top: 5px solid var(--primary-color);
}
.box-content {
background: #fff;
}
a.r_button {
padding: 0.5em 2em;
color: var(--primary-color);
} .tc-single-category {
margin: 10px 0px 0px 0px;
}
ul.post-categories {
list-style: none;
margin: 0px;
}
.tc-single-category li {
display: inline;
}
.tc-single-category a {
background: var(--tertiary-color);
padding: 6px 10px;
font-weight: 500;
font-size: 14px;
color: #fff;
display: inline-block;
margin-bottom: 5px;
}
.tc-single-category a:hover {
background: var(--secondary-color);
color: #fff;
}
.feature-box.single-post-img img{
width: 500px;
height: 500px;
object-fit: cover;
} .related-posts {
border-top: 1px solid;
clear: both;
}
.related-posts h2 {
font-size: 30px;
font-weight: 600;
letter-spacing: 1px;
}
.related-posts .page-box h3 {
color: #000;
font-size: 25px;
letter-spacing: 1px;
border-bottom: 3px double var(--primary-color);
}
.related-posts .page-box {
color: #fff;
}
.related-posts .page-box .read-more {
background: var(--tertiary-color);
color: #fff;
font-size: 15px;
} .scrollup {
color: var(--primary-color);
position: fixed;
z-index: 99;
display: none;
bottom: 115px;
right: 15px;
margin: 0;
font-size: 18px;
font-weight: 600;
transform: rotate(-90deg);
text-shadow: 1px 1px #fff;
}
.scrollup.left {
left: 15px;
right: auto;
}
.scrollup.center {
left: 43%;
right: 43%;
}
.scrollup:focus,
.scrollup:hover {
color: #000 !important;
}
.scrollup span {
display: inline-block;
}
.scrollup i {
transform: rotate(90deg);
}
.scrollup:hover {
text-shadow:
1px 1px 2px rgba(0, 0, 0, 0.9),
2px 2px 4px rgba(0, 0, 0, 0.8),
3px 3px 6px rgba(0, 0, 0, 0.7);
margin-bottom: 4px;
}
.wporg-theme-preview__container .scrollup:hover {
text-shadow:
1px 1px 2px rgba(0, 0, 0, 0.9),
2px 2px 4px rgba(0, 0, 0, 0.8),
3px 3px 6px rgba(0, 0, 0, 0.7);
} #sauna-footer input.search-field {
margin-bottom: 14px;
margin-top: 14px;
}
#sauna-footer h3,
#sauna-footer h2,
#sauna-footer .wp-block-search__label {
text-align: left;
font-size: 25px;
border-bottom: 3px solid #000;
letter-spacing: 2px;
font-weight: bold;
color: #000;
margin-bottom: 10px;
width: 100%;
}
#sauna-footer a.rsswidget,
#sauna-footer td#prev a,
#sauna-footer a {
color: #000;
}
#sauna-footer form.search-form label {
width: 100%;
}
#sauna-footer input[type="text"] {
width: 100%;
padding: 8px 5%;
float: left;
margin-right: 2%;
border-radius: 5px;
}
#sauna-footer input[type="submit"] {
padding: 12px 25px;
border: none;
border-radius: 0;
font-size: 12px;
width: 100%;
}
.copyright {
background: var(--primary-color);
padding: 14px 0;
text-align: center;
}
.copyright p {
font-size: 15px;
color: #fff;
}
.copyright p a {
color: #fff;
}
.copyright p a:hover {
color: #000;
}
#sauna-footer {
background: var(--secondary-color);
}
#sauna-footer caption {
font-weight: bold;
color: #000;
font-size: 25px;
text-align: center;
letter-spacing: 2px;
}
#sauna-footer table,
#sauna-footer th,
#sauna-footer td {
border: 1px solid #000;
text-align: center;
}
#sauna-footer td {
padding: 8px;
color: #000;
}
#sauna-footer th {
text-align: center;
padding: 10px;
color: #000;
}
#sauna-footer select {
padding: 8px 5px;
}
#sauna-footer li a {
color: #000;
font-size: 15px;
}
#sauna-footer ul li {
list-style: none;
padding: 5px 0;
}
#sauna-footer ul li a:hover {
color: var(--primary-color);
}
#sauna-footer ul {
margin: 0;
}
#sauna-footer .tagcloud a,
#sauna-footer .wp-block-tag-cloud a {
color: #000;
display: inline-block;
border: solid 1px;
padding: 5px;
margin-bottom: 5px;
font-size: 15px !important;
background: transparent;
}
#sauna-footer .tagcloud a:hover,
#sauna-footer .wp-block-tag-cloud a:hover {
color: var(--primary-color) !important;
background: #fff;
}
.textwidget p {
color: #000;
}
#sauna-footer .textwidget p a {
color: #000;
text-decoration: underline;
}
footer .socialicons i{
color: #fff;
font-size: 16px;
padding: 5px;
cursor: pointer;
}
.comment-form-url input {
width: 100%;
padding: 15px;
border: 1px solid #bcbcbc;
} .woocommerce .col-1,
.woocommerce .col-2,
span.woocommerce-input-wrapper {
width: 100%;
}
nav.woocommerce-MyAccount-navigation ul li:hover {
background: #333;
}
nav.woocommerce-MyAccount-navigation ul li {
background: var(--primary-color);
margin-bottom: 8px;
font-size: 17px;
padding: 12px 10px;
box-shadow: 4px 4px 0 0 #000;
}
nav.woocommerce-MyAccount-navigation ul li a {
color: #fff;
}
nav.woocommerce-MyAccount-navigation ul {
padding: 0 !important;
margin: 0;
list-style: none;
}
#content {
padding-top: 4%;
}
#content .container {
width: 100%;
}
li.product {
padding: 10px !important;
border: solid 1px #ccc;
background: #eee;
text-align: center;
}
li.product:hover {
box-shadow: 0px 0px 30px 4px #716d6d;
}
h2.woocommerce-loop-product__title {
text-align: center;
font-size: 33px !important;
font-weight: bold;
color: var(--primary-color);
letter-spacing: 2px;
padding: 10px 0 !important;
}
.woocommerce-Address-title a.edit {
text-transform: Capitalize;
font-size: 15px;
border-radius: 0px;
background: var(--tertiary-color);
color: #fff;
background-color: var(--primary-color);
padding: 0.5em 2em;
display: inline-block;
vertical-align: middle;
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
backface-visibility: hidden;
transition-property: color;
transition-duration: 0.3s;
text-decoration: none;
}
.woocommerce-Address-title a.edit:hover {
background-color: var(--secondary-color);
}
.woocommerce ul.products li.product .price ins {
text-decoration: none;
}
.woocommerce ul.products li.product a img {
margin-bottom: 0;
}
span.price {
text-align: center;
color: #000 !important;
width: 100%;
margin: 0 auto;
}
span.woocommerce-Price-amount.amount {
font-size: 17px;
color: var(--primary-color);
}
.woocommerce a.button,
.woocommerce button.button {
background: var(--primary-color);
color: #fff !important;
}
.woocommerce-notices-wrapper a.button.wc-forward:hover {
background: transparent !important;
opacity: 0.6;
}
.wc-block-checkout
.wc-block-components-order-summary.wc-block-components-panel {
padding: 0px !important;
}
.woocommerce ul.products li.product:hover h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover span.woocommerce-Price-amount.amount {
color: var(--primary-color);
}
.woocommerce select.orderby {
padding: 10px;
border: solid 2px #9e9e9e;
background: #fff;
color: #000;
letter-spacing: 1px;
}
p.woocommerce-result-count {
font-size: 17px;
color: var(--primary-color);
letter-spacing: 1px;
}
.woocommerce div.product .product_title {
color: var(--primary-color);
font-weight: bold;
letter-spacing: 3px;
}
.woocommerce div.product p.price {
color: #000;
font-weight: bold;
}
.woocommerce .quantity .qty {
text-align: center;
padding: 6px;
border: solid 2px #bbb;
color: #000;
}
.woocommerce div.product form.cart div.quantity {
margin-bottom: 4%;
}
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
background: var(--primary-color);
padding: 12px 30px;
font-size: 15px;
letter-spacing: 1px;
color: #fff !important;
}
.woocommerce h2 {
text-transform: none;
}
span.posted_in {
display: block;
}
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
background: #000;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image {
padding: 5px;
}
.woocommerce-product-details__short-description p {
font-size: 15px;
color: #000;
}
.woocommerce span.onsale {
background-color: var(--primary-color);
font-size: 15px;
padding: 0;
border-radius: 50%;
}
.woocommerce .star-rating {
margin: 0px auto 10px !important;
font-size: 15px !important;
}
.woocommerce ul.products li.product .star-rating {
font-size: 15px;
}
.woocommerce .star-rating span::before {
color: #ffd400;
}
.woocommerce #sidebar {
margin-top: 4%;
}
.woocommerce ul.products li.product .onsale {
margin: -1px;
}
.woocommerce-tabs.wc-tabs-wrapper p {
font-size: 15px;
padding: 15px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
background: #000;
color: #fff;
}
.woocommerce .quantity .qty {
width: 5.631em;
}
.woocommerce form .form-row .required,
.woocommerce a.remove {
color: #b60000;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a,
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
color: #000;
}
a.woocommerce-privacy-policy-link,
a.showcoupon,
form.woocommerce-shipping-calculator a,
tr.woocommerce-cart-form__cart-item.cart_item a,
nav.woocommerce-MyAccount-navigation a {
text-decoration: none;
}
.related.products ul.products li.product {
display: inline-grid;
width: 29% !important;
float: none !important;
}
.select2-container--default .select2-selection--single {
height: 45px;
border-radius: 0;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
padding: 7px 10px;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
top: 8px;
}
.woocommerce form .form-row input.input-text {
padding: 10px;
border: 1px solid #bcbcbc;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
width: auto;
}
.woocommerce form.login {
display: inline-block;
}
.woocommerce form.login .form-row,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
display: block;
float: none;
}
.woocommerce form.login .form-row input.input-text {
width: 100%;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled]:hover {
color: #fff;
background: #000;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
padding: 10px;
margin-left: 10px;
border: 1px solid #000;
color: #000;
font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
background: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
}
.woocommerce .col2-set .col-2,
.woocommerce .col1-set .col-1 {
max-width: 100%;
} .woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
padding: 0 0 10px 2em !important;
margin-top: 10px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
width: 50px;
height: 50px;
}
.woocommerce-product-search input[type="search"] {
width: 100%;
margin-bottom: 10px;
}
.woocommerce-product-search button[type="submit"] {
background: var(--primary-color);
color: #fff;
padding: 10px;
font-size: 16px;
letter-spacing: 1px;
font-weight: 500;
width: 100%;
border: none;
}
.widget ul.cart_list li .star-rating,
.widget ul.product_list_widget li .star-rating {
margin: 5px 0 8px !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background: var(--primary-color);
}
#sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #000;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #fff;
}
.woocommerce .widget_rating_filter ul li .star-rating {
margin: 0 !important;
}
.woocommerce .widget_price_filter .price_slider_amount {
font-size: 15px;
color: #fff;
}
#sidebar .widget_price_filter .price_slider_amount {
color: #000;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
float: left;
box-sizing: border-box;
border: 1px solid #d3ced2;
padding: 6px 6px 5px;
margin: 0 4px 0 0;
width: 40%;
outline: 0;
}
.woocommerce-shop #sidebar .widget,
.single-product #sidebar .widget {
margin-bottom: 20px;
padding: 10px;
}
.woocommerce #sidebar {
margin: 3% 0 !important;
}
.woocommerce-breadcrumb {
margin-top: 4% !important;
}
.woocommerce-shop #sidebar ul li,
.single-product #sidebar ul li,
.woocommerce-shop #sidebar h3,
.single-product #sidebar h3 {
margin-left: 10px !important;
}
.woocommerce-shop #sidebar h3,
.single-product #sidebar h3 {
border: none;
} .wp-block-woocommerce-cart.alignwide {
margin-left: auto;
margin-right: auto;
}
td.wc-block-cart-item__image {
padding: 16px 0px 16px 16px !important;
}
td.wc-block-cart-item__total,
.wc-block-components-totals-item,
.wc-block-components-totals-coupon {
padding-left: 16px !important;
padding-right: 16px !important;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block,
.wp-block-woocommerce-cart-order-summary-block {
border: 1px solid #dcdcdc;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-radius: 5px;
}
tr.wc-block-cart-items__header th {
font-weight: 700;
padding: 9px 12px !important;
line-height: 1.5em;
font-size: 16px;
}
a.wc-block-components-product-name {
color: #000;
font-size: 20px;
font-weight: 600;
}
a.wc-block-components-product-name,
button.wc-block-cart-item__remove-link,
a.wc-block-components-totals-coupon-link,
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
a.wc-block-components-checkout-return-to-cart-button {
text-decoration: none !important;
}
button.wc-block-cart-item__remove-link {
font-size: 1em !important;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
text-align: left !important;
}
a.wc-block-components-totals-coupon-link,
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
a.wc-block-components-checkout-return-to-cart-button,
.wc-block-components-totals-coupon__button.contained,
button.wc-block-components-checkout-place-order-button {
background: var(--primary-color);
border-radius: 0;
color: #fff !important;
font-weight: 500;
padding: 10px 25px !important;
font-size: 18px;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
font-size: 1.5em !important;
padding: 10px !important;
display: block !important;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
padding-right: 0%;
}
button.wc-block-components-checkout-place-order-button:hover,
a.wc-block-components-totals-coupon-link:hover,
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
a.wc-block-components-checkout-return-to-cart-button:hover {
background-color: #000;
}
.wp-block-woocommerce-checkout-order-summary-block {
border: 1px solid #dcdcdc;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
padding: 10px;
}
li.wc-block-grid__product {
border: 1px solid #dcdcdc;
padding: 10px;
max-width: 30.75% !important;
float: left;
margin: 0 3.8% 2.992em 0;
}
.wc-block-grid__product-onsale {
padding: 5px 10px !important;
background: var(--primary-color) !important;
color: #fff !important;
border-color: var(--primary-color) !important;
border-radius: 0px !important;
font-size: 14px !important;
top: 5px !important;
right: 5px !important;
left: auto !important;
margin: -0.5em -0.5em 0 0 !important;
}
.wc-block-grid__product-title {
font-size: 22px !important;
color: #000 !important;
font-weight: 600;
}
a.wc-block-grid__product-link {
text-decoration: none !important;
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
padding: 10px 12px;
border-radius: 8px !important;
font-size: 16px;
}
span.woocommerce-Price-amount.amount {
font-size: 16px;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
width: 100% !important;
}
h2.wp-block-heading.has-text-align-center {
margin: 10px 0;
}
span.price.wc-block-components-product-price {
text-align: left;
} .metabox {
color: #fff;
clear: both;
background: var(--primary-color);
}
.metabox a {
color: #fff;
}
.metabox .entry-date a:hover,
.metabox .entry-author a:hover,
i:hover {
color: #000 !important;
}
.box-content i,
.metabox i {
margin-right: 5px !important;
} #comments p.comment-form-comment label {
display: block;
}
#comments ol ol li {
padding: 0 0 0 25px;
}
#comments h2.comments-title {
font-size: 30px;
font-weight: bold;
border-top: 2px dotted #7e7e7e;
padding: 25px 0;
}
#comments h3.comment-reply-title {
font-size: 20px;
font-weight: bold;
clear: both;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea {
padding: 12px 10px;
font-size: 18px;
margin: 20px 0 0 0;
}
#comments input[type="submit"].submit {
background: var(--primary-color);
padding: 10px 40px;
text-transform: uppercase;
font-weight: bold;
margin: 20px 0 0;
border: none;
border-radius: 0;
}
#comments a.comment-reply-link {
color: #fff;
background: var(--primary-color);
padding: 5px 15px;
}
#comments a.comment-reply-link:hover {
background: var(--primary-color);
color: #000;
}
#comments a time {
color: #000;
font-weight: bold;
font-size: 12px;
}
#comments .reply {
float: right;
}
#comments .comment-metadata {
padding: 1% 0 0 0;
}
#comments .comment-content {
margin-left: 7%;
} .preloader {
background: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
left: 0;
bottom: 0;
top: 0;
position: fixed;
z-index: 9999999;
}
.preloader-squares .square {
display: inline-block;
width: 15px;
height: 15px;
background: #333;
animation: movein 2s infinite;
}
.preloader-squares {
width: 50px;
line-height: 19px;
height: 50px;
}
.preloader-squares .square:nth-child(1) {
transform: translate(0, -25px);
}
.preloader-squares .square:nth-child(2) {
transform: translate(25px, 0);
}
.preloader-squares .square:nth-child(3) {
transform: translate(-25px, 0);
}
.preloader-squares .square:nth-child(4) {
transform: translate(0, 25px);
}
@keyframes movein {
33% {
transform: translate(0, 0);
}
66% {
transform: translate(0, 0);
}
} .preloader-chasing-squares {
width: 50px;
height: 50px;
line-height: 19px;
}
.preloader-chasing-squares .square {
display: inline-block;
width: 15px;
height: 15px;
opacity: 1;
background: #333;
}
.preloader-chasing-squares .square {
animation: focusfade 2s infinite;
}
.preloader-chasing-squares .square:nth-child(2) {
animation-delay: 0.5s;
}
.preloader-chasing-squares .square:nth-child(3) {
animation-delay: 1.5s;
}
.preloader-chasing-squares .square:nth-child(4) {
animation-delay: 1s;
}
@keyframes focusfade {
0% {
opacity: 0.5;
}
30% {
opacity: 0.5;
}
60% {
opacity: 0;
}
75% {
opacity: 0;
}
100% {
opacity: 1;
}
} #slider {
max-width: 100%;
background: #000;
}
#slider img {
width: 100%;
opacity: 0.7;
object-fit: cover;
height: 550px;
}
#slider .carousel-control-prev-icon,
#slider .carousel-control-next-icon {
background-image: none;
font-size: 20px;
background: transparent;
color: #fff;
}
#slider .carousel-control-next,
#slider .carousel-control-prev {
opacity: 1;
width: 12%;
}
#slider .carousel-caption {
top: 50%;
transform: translateY(-50%);
}
#slider .carousel-caption p {
color: #fff;
}
#slider .inner_carousel h1 {
font-size: 55px;
font-weight: 500;
text-transform: none;
letter-spacing: 1px;
}
#slider .inner_carousel h1 a {
color: var(--primary-color);
}
.more-btn a {
padding: 9px 20px;
color: #ffffff;
background: var(--primary-color);
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
} #sidebar table#wp-calendar {
width: 100%;
}
#sidebar td#prev a {
color: #333;
}
#sidebar caption {
font-weight: bold;
color: #000;
font-size: 18px;
text-align: center;
letter-spacing: 1px;
}
#sidebar table,
#sidebar th,
#sidebar td {
border: 1px solid #d1d1d1;
text-align: center;
}
#sidebar td {
padding: 5px;
color: #000;
}
#sidebar th {
text-align: center;
padding: 5px;
color: #000;
}
#sidebar select {
padding: 8px 5px;
} #sidebar .search-form {
display: flex;
flex: auto;
flex-wrap: nowrap;
max-width: 100%;
}
#sidebar .search-form label {
width: 100%;
}
#sidebar h3,
#sidebar h2,
#sidebar .wp-block-search__label {
text-transform: none;
font-weight: bold;
font-size: 20px;
letter-spacing: 2px;
border-bottom: 3px double;
padding: 10px;
width: 100%;
text-transform: uppercase;
margin-bottom: 10px;
text-align: center;
color: #fff;
}
#sidebar .wp-block-search__label{
font-family: "Great Vibes", cursive;
}
.wp-block-search__button{
color: #fff;
}
.wp-block-search__button:hover{
background: var(--secondary-color);
border: 1px solid var(--secondary-color);
font-weight: 500;
}
#sidebar input[type="search"] {
background: #eeeeee;
padding: 9.5px 10px;
border: solid 1px #bbb;
font-size: 15px;
color: #000;
width: 100%;
margin-left: 1px;
}
#sidebar form.search-form label {
width: 100%;
margin-bottom: 0;
display: block;
}
#sidebar input[type="submit"] {
border: none;
color: #fff;
padding: 10px 0;
width: 30%;
font-size: 14px;
margin: 0;
border-radius: 0px;
}
#sidebar aside {
border-top: none;
background: #fff;
box-shadow: 0 0 18px 4px #bbb;
}
#sidebar ul {
list-style: none;
margin: 0;
padding: 5px;
font-size: 17px;
}
#sidebar ul li li {
padding-left: 0;
}
#sidebar ul li li a {
padding-left: 35px;
}
#sidebar ul li {
margin: 0 0 15px;
padding: 0 0 0 15px;
}
#sidebar ul li a {
color: #797676;
}
#sidebar ul li a:hover {
color: var(--primary-color);
}
#sidebar .tagcloud a,
.wp-block-tag-cloud a {
background: #eeeeee;
color: #000 !important;
font-size: 15px !important;
padding: 5px 18px;
margin: 0 0 5px;
display: inline-block;
border: 1px solid;
text-decoration: none;
}
#sidebar .tagcloud a:hover,
.wp-block-tag-cloud a:hover {
background: var(--primary-color);
color: #fff !important;
}
#sidebar .textwidget p a,
#comments .comment-body p a {
text-decoration: underline;
}
#sidebar ol.wp-block-latest-comments {
margin-left: -17px !important;
}
#sidebar .wp-block-search__label {
padding: 5px 0px !important;
}
@keyframes animatedBackground {
0% {
background-position: 0% 50%;
}
100% {
background-position: 100% 50%;
}
}
#sidebar h3, #sidebar h2, #sidebar .wp-block-search__label {
background-image: url(//deinherzportal.ch/wp-content/themes/sauna-lite/images/bg_pattern.png), linear-gradient(270deg, var(--primary-color), #312f2fbf);
background-repeat: repeat-x, no-repeat;
background-position: center, center;
background-size: contain, 100% 100%;
animation: animatedBackground 2s linear infinite;
}
.wporg-theme-preview__container #sidebar h3, #sidebar h2, #sidebar .wp-block-search__label {
background-image: url(//deinherzportal.ch/wp-content/themes/sauna-lite/images/bg_pattern.png), linear-gradient(270deg, var(--primary-color), #312f2fbf);
background-repeat: repeat-x, no-repeat;
background-position: center, center;
background-size: contain, 100% 100%;
animation: animatedBackground 2s linear infinite;
}
.wporg-theme-preview__container #sidebar aside {
border: 1px solid #8a8585;
}
.wporg-theme-preview__container .services-box .post-box {
border: 1px solid #8a8585;
}
#sidebar ul li a::before {
content: '';
width: 0;
height: 8px;
display: inline-block;
vertical-align: middle;
margin-top: -2px;
border-radius: 50%;
opacity: 0;
visibility: hidden;
background-color: var(--primary-color);
transform: translateX(-16px);
transition: all 0.3s ease;
margin-right: 0.6rem;
}
#sidebar ul li a:hover::before {
opacity: 1;
visibility: visible;
width: 8px;
transform: translateX(0);
}
.tags a {
background: #f8f8f8;
border: 1px solid var(--primary-color);
color: var(--primary-color);
text-decoration: none;
padding: 2px 10px;
margin: 5px;
display: inline-block;
}
.tags a:hover {
background: var(--primary-color);
color: #fff !important;
}
.nav-previous {
width: 50%;
float: left;
}
.nav-next {
float: right;
width: 50%;
text-align: right;
}
span.meta-nav {
clear: both;
font-size: 16px;
color: #000;
font-weight: 600;
}
.nav-previous i,
.nav-next i {
font-size: 14px;
}
span.post-title {
font-size: 16px;
margin: 3%;
font-weight: 600;
line-height: 1.5;
color: #000;
}
.single-post .nav-links {
margin: 10px 0;
border-top: 1px solid;
}
.nav-previous,
.nav-next {
padding: 10px;
display: inline-block;
}
.blog .navigation .nav-previous a,
.blog .navigation .nav-next a,
.archive .navigation .nav-previous a,
.archive .navigation .nav-next a,
.search .navigation .nav-previous a,
.search .navigation .nav-next a {
background: var(--primary-color);
color: #fff;
font-weight: 600;
padding: 10px;
}
.blog .navigation,
.search .navigation,
.archive .navigation {
margin: 10px 0;
}
.post-box .box-content h2 a{
background-repeat: no-repeat;
background-size: 0% 1px; 
background-position: left 100%;
background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.post-box .box-content h2:hover a{
background-size: 100% 1px; 
color: var(--primary-color);
} iframe,
.entry-audio audio,
video {
width: 100%;
} .entry-audio audio {
margin-top: 10px;
}
.box-content a {
color: #000;
} .search-submit {
margin: 0;
display: inline !important;
background: var(--primary-color);
border: 1px solid var(--primary-color) !important;
}
.search-field {
padding: 10px;
color: #000000;
width: 100%;
}
#respond {
border-top: 1px solid #000;
}
#comments .comment-list {
margin-bottom: 3rem;
} .middle-align .alignfull,
.middle-align .alignwide,
.middle-align .aligncenter {
margin-left: 0;
margin-right: 0;
margin-bottom: 20px;
}
.middle-align .alignleft {
margin-right: 10px;
}
.middle-align .wp-block-button {
border: none;
}
.middle-align.wp-block-search__button {
background: var(--primary-color);
color: #fff;
border: 1px solid var(--primary-color);
}
.middle-align .wp-block-button a {
color: #fff;
border-radius: 30px;
text-decoration: none;
}
.middle-align .wp-block-button.is-style-squared a {
border-radius: 0px !important;
}
.middle-align .wp-block-button a:hover {
background: transparent;
color: #f78112;
border: none;
} .middle-align .is-style-outline a {
background-color: transparent !important;
color: #000;
}
.middle-align .is-style-outline a:hover {
color: #000 !important;
background: transparent;
border: 2px solid #000;
}
.wp-block-calendar {
text-align: left;
}
.alignfull img {
width: 100%;
} .page-links,
.page-links span,
.page-links a {
float: unset !important;
display: inline-flex;
gap: 5px;
align-items: center;
}
.pagination,
.page-links {
clear: both;
position: relative;
font-size: 14px; line-height: 13px;
float: right; font-weight: bold;
width: 100%;
}
.pagination span,
.pagination a {
display: block;
float: left;
margin: 2px 5px 10px 0;
padding: 10px 15px;
text-decoration: none;
width: auto;
color: #fff; background: #c1345e; -webkit-transition: background 0.15s ease-in-out;
-moz-transition: background 0.15s ease-in-out;
-ms-transition: background 0.15s ease-in-out;
-o-transition: background 0.15s ease-in-out;
transition: background 0.15s ease-in-out;
}
.page-links a {
display: block;
float: left;
margin: 2px 2px 2px 0;
padding: 10px 15px;
text-decoration: none;
width: auto;
color: #fff; background: var(--secondary-color); -webkit-transition: background 0.15s ease-in-out;
-moz-transition: background 0.15s ease-in-out;
-ms-transition: background 0.15s ease-in-out;
-o-transition: background 0.15s ease-in-out;
transition: background 0.15s ease-in-out;
}
.pagination a:hover,
.page-links a:hover {
color: #fff;
background: var(--primary-color); }
.pagination .current,
.page-links .current {
padding: 10px 15px;
background: var(--primary-color); color: #fff;
font-weight: normal;
} .bradcrumbs a {
background: var(--tertiary-color);
color: #fff;
padding: 9px 17px;
display: inline-block;
margin-right: 5px;
font-weight: 700;
}
.bradcrumbs a:hover {
background: var(--secondary-color);
color: #fff;
}
.bradcrumbs span {
background: var(--tertiary-color);
color: #fff;
padding: 10px 15px;
font-weight: 700;
display: inline-block;
}
.bradcrumbs span,
.bradcrumbs a {
font-size: 14px;
margin-bottom: 10px;
}
.middle-align .middle-align {
margin-top: 1rem;
}
#maincontent .col-lg-8 {
margin-top: 4%;
}
aside.widget.widget_calendar table {
width: 100%;
}
a.added_to_cart.wc-forward {
background: var(--primary-color);
color: #fff;
display: inline-block;
padding: 6px 12px;
margin-top: 10px;
margin-left: 10px;
border-radius: 5px;
font-weight: 700;
text-transform: uppercase;
} .wc-block-components-button span{
background-color: var(--primary-color);
color: #fff !important;
text-decoration: none !important;
font-weight: 700;
width: 100%;
padding: 10px;
}
.wc-block-components-button span:hover{
background-color: var(--secondary-color) !important;
}
.widget_media_image img{
width: 100%;
}
.woocommerce div.product p.price ins, .woocommerce ul.products li.product .price ins{
text-decoration: none !important;
}
.woocommerce-account .addresses .title .edit{
text-decoration: none;
padding: 10px 28px;
float: left;
margin: 20px 0px 25px 0px;
}
.woocommerce div.product p.price{
margin: 10px 0px;
} 
@media screen and (max-width: 991px) {
#sauna-footer th {
padding: 5px;
}
.page-template-custom-frontpage.admin-bar .fixed-header {
margin-top: 46px;
}
#sauna-footer td {
padding: 0px;
}
#sauna-footer caption {
font-size: 18px;
letter-spacing: 1px;
}
#slider .inner_carousel h1 {
font-size: 30px;
}
#sidebar th {
padding: 1px;
}
#sidebar td {
padding: 1px;
}
.related.products ul.products li.product {
width: 47% !important;
margin-right: 10px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
width: 40px;
height: 40px;
}
#slider .carousel-caption p {
display: none;
}
}
@media screen and (max-width: 720px) {
.page-template-custom-frontpage #header {
position: static;
background: var(--primary-color);
}
body.admin-bar .side-menu {
top: 0 !important;
}
.page-template-custom-frontpage.admin-bar .fixed-header {
margin-top: 0;
}
#sauna-footer th,
#sauna-footer td {
padding: 10px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
width: 100% !important;
margin: 8% 0 0 0 !important;
}
#slider .inner_carousel h1 {
margin-bottom: 0rem !important;
}
.related.products ul.products li.product,
.woocommerce form.login .form-row input.input-text {
width: 100% !important;
}
#slider .carousel-caption {
top: 40%;
left: 10% !important;
right: 10% !important;
}
.more-btn {
margin-top: 10px;
}
tr.wc-block-cart-items__row {
gap: 0.4em;
}
td.wc-block-cart-item__total {
padding-left: 0px !important;
}
li.wc-block-grid__product {
max-width: 100% !important;
float: none;
flex: 100% !important;
}
.wc-block-grid__products {
padding: 10px !important;
}
#slider img {
height: 250px;
}
#slider .inner_carousel h1 {
font-size: 30px;
}
}
@media screen and (min-width: 721px) and (max-width: 1000px) {
#slider img {
height: 400px;
}
}
@media screen and (min-width: 320px) and (max-width: 425px) {
.scrollup {
bottom: 143px;
}
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
#sauna-footer form.search-form label {
width: 100%;
}
#sauna-footer th {
padding: 8px;
}
#sauna-footer td {
padding: 5px;
}
.alignwide {
margin: 0;
}
#slider .inner_carousel h1 {
font-size: 45px;
}
tr.wc-block-cart-items__row {
gap: 1em;
}
}
@media only screen and (max-width: 768px) and (min-width: 426px) {
.page-box .box-content {
padding: 0.5rem;
}
.box-content a.r_button {
padding: 0.5em;
}
.middle-align .alignleft {
max-width: 100%;
}
#sauna-footer .wp-block-search__inside-wrapper {
display: block;
}
#sauna-footer .wp-block-search__input,
#sauna-footer .wp-block-search__button {
width: 100%;
}
#sauna-footer .wp-block-search__input {
margin-bottom: 5px;
}
#sauna-footer .wp-block-search__button {
margin-left: 0px;
}
}
@media screen and (max-width: 1000px) {
.toggle-menu button {
background: transparent;
border: none;
font-weight: 600;
font-size: 16px;
color: #fff;
}
.alignwide {
margin: 0;
}
body.admin-bar .side-menu {
top: 40px;
}
#sidebar td {
padding: 0px;
}
#sidebar th {
padding: 2px;
}
.primary-navigation ul ul a:hover,
.primary-navigation ul li a:hover {
color: var(--primary-color);
background: #fff;
}
.primary-navigation ul ul ul {
margin: 0;
}
a.closebtn.responsive-menu:focus {
outline-color: #fff;
}
.toggle-menu {
display: none;
cursor: pointer;
width: 100%;
text-align: right;
}
.toggle-menu i {
font-size: 20px;
color: #fff;
margin-right: 10px;
}
.toggle-menu button {
background: transparent;
border: none;
}
.side-menu {
height: 100%;
width: 0;
position: fixed;
z-index: 9999999;
top: 0;
right: 0;
visibility: hidden;
background-color: var(--primary-color);
padding-top: 60px;
box-shadow: 2px 2px 10px 0px #2d2d2d;
overflow-y: scroll;
}
.side-menu.open {
visibility: visible;
width: 250px;
transition: 0.5s width ease-in-out;
}
.side-menu .closebtn {
position: absolute;
top: 0;
right: 10px;
font-size: 18px;
display: block;
color: #ffffff;
font-weight: 600;
}
.side-menu i {
margin-left: 10px;
}
.toggle-menu {
display: block;
}
.primary-navigation ul ul li,
.primary-navigation li {
display: block !important;
max-height: 100%;
}
.primary-navigation ul li a {
padding: 10px;
display: block;
color: #ffffff;
border: none;
}
.primary-navigation ul li ul li a:before {
content: "\00BB \00a0";
}
.primary-navigation ul li ul li a {
padding-left: 20px !important;
}
.primary-navigation ul li ul li ul li a {
padding-left: 30px !important;
}
.primary-navigation ul li ul,
.primary-navigation ul li ul ul {
opacity: 1 !important;
margin: 0;
}
.primary-navigation ul ul {
position: static;
width: 100%;
}
} .page-box li {
list-style: none;
display: inline;
}
.page-box .tc-category a {
background: var(--tertiary-color);
padding: 5px 10px;
font-weight: 500;
font-size: 15px;
color: #fff;
margin: 2px;
display: inline-block;
}
.page-box .tc-category a:hover {
background: var(--secondary-color);
color: #fff;
font-size: 15px;
}
.page-box ul.post-categories {
margin-top: -33px;
margin-left: 0px;
position: relative;
z-index: 9;
}
.related-posts .page-box:hover {
box-shadow: 9px 12px 30px 0px rgb(0 0 0 / 10%);
}
.page-box .box-content {
background: #f7f5f5;
}
.page-box:hover {
box-shadow: 9px 12px 30px 0px rgb(0 0 0 / 10%);
}
.metabox .me-2 {
margin-right: 0rem !important;
}
.page-box .post-box .box-image img{
height: 400px;
width: 400px;
object-fit: cover;
} .copyright-fixed {
position: fixed;
bottom:0;
left:0;
width: 100%;
z-index: 999;
transition: bottom 0.4s;
box-shadow: 0px 0px 8px #000000;
}