@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
--base-color: #131413;
--alt-color: #260401;
--highlight-color: #733c40;
--alert-color: #cc0000;
--light-color: #f2f2f2;
--border-color: #bfbfbf; --font-base: 'Open Sans', sans-serif;
}
body {
font-family: var(--font-base);
font-size: 16px;
line-height: 24px;
margin: 0 0;
padding: 210px 0 0 0;
}
@media (max-width: 992px) {
body {
padding-top: 185px;
}
}
body.blocked {
overflow: hidden;
}
.smooth-in {
opacity: 0;
transform: translateY(20px);
transition: opacity .9s ease, transform .9s ease;
transition-delay: .15s;
}
.smooth-in.visible {
opacity: 1;
transform: translateY(0px);
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
p {
margin: 0 0 10px;
}
iframe,
img {
max-width: 100%;
}
svg {
width: 1em;
height: 1em;
}
.text-right {
text-align: right;
}
.row {
margin-right: -15px;
margin-left: -15px;
display: flex;
flex-wrap: wrap;
}
.flex {
display: flex;
flex-wrap: wrap;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.col-6 {
width: 50%;
flex: 0 0 50%;
padding-left: 15px;
padding-right: 15px;
}
.col-12 {
width: 100%;
flex: 0 0 100%;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
a {
color: var(--base-color);
text-decoration: none;
}
h1 {
line-height: 1em;
}
h2 {
margin: 0 0 20px;
font-size: 22px;
line-height: 30px;
font-weight: 500;
}
.sl-wrapper button svg {
width: 20px;
height: 20px;
}
.sl-wrapper .sl-image img {
box-shadow: 0px 15px 20px rgba(0, 0, 0, .15);
}
.buttons .button,
.btn,
.woocommerce button.button,
.woocommerce a.button,
.product-ask-modal input[type=submit] {
background-color: var(--highlight-color);
color: #FFF;
padding: 13px 22px;
border: 0;
border-radius: 8px;
display: inline-block;
display: inline-flex;
font-family: var(--font-base);
font-size: 16px;
align-items: center;
justify-content: center;
text-transform: uppercase;
margin: 5px 10px;
}
.out-of-stock {
background-color: var(--highlight-color);
color: #fff !important;
padding: 13px 22px;
border: 0;
border-radius: 8px;
display: inline-block;
display: inline-flex;
font-family: var(--font-base);
font-size: 16px;
align-items: center;
text-transform: uppercase;
margin: 5px 10px;
}
.buttons .button.checkout,
.btn.alt,
.woocommerce button.button.alt,
.woocommerce a.button.alt {
background-color: var(--alt-color);
}
.btn svg {
width: 12px;
height: 12px;
fill: #FFF;
margin-left: 20px;
}
.btn.transparent {
background-color: transparent;
color: var(--highlight-color);
}
.btn.transparent svg {
fill: var(--highlight-color);
}
.btn.small {
padding: 7px 11px;
font-size: 14px;
}
.text-center {
text-align: center !important;
}
.header {
position: fixed;
top: 60px;
left: 0;
width: 100%;
z-index: 999;
background-color: #FFF;
overflow: hidden;
height: 137px;
transition: all .25s ease;
}
body.scrolled .header {
height: 86px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
}
.header .mobile-nav {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
}
.header a:not(.logo) {
flex: 0 0 15%;
display: block;
text-align: center;
}
a.basket-btn span {
position: relative;
}
a.basket-btn span em {
position: absolute;
background-color: var(--alt-color);
font-size: 11px;
font-style: normal;
color: #FFF;
font-weight: 700;
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 10px;
top: -20px;
left: 30px;
}
.header .lg-spacer {
display: none;
}
.header .logo {
flex: 0 0 40%;
text-align: center;
position: relative;
}
.header .logo span {
font-size: 11px;
text-transform: uppercase;
letter-spacing: .5px;
color: #333;
}
.header .logo img {
max-width: 100px;
display: block;
margin: 0px auto;
height: 56px;
object-fit: scale-down;
}
.header a:not(.logo) svg {
width: 14px;
height: 14px;
display: block;
margin: 5px auto 5px;
fill: var(--highlight-color);
}
.header a:not(.logo) span {
font-size: 11px;
text-transform: uppercase;
font-weight: 400;
color: var(--base-color);
}
.header a.promo span {
font-weight: 700;
}
.header .search-bar {
margin: 5px 0;
}
.header .search-bar form,
.dgwt-wcas-sf-wrapp {
position: relative;
display: flex;
}
.container .woocommerce.dgwt-wcas-search-wrapp {
padding: 0 0;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
font-family: "Open Sans", Roboto, Arial;
padding: 12px 16px;
height: auto;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
box-shadow: inset 0px 0px 0 1px #000;
border-radius: 7px;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover,
.dgwt-wcas-sugg-hist-clear:hover {
opacity: 1;
background-color: var(--alt-color);
}
.header .search-bar form input[type=text] {
font-family: var(--font-base);
background-color: var(--light-color);
border-radius: 8px;
padding: 12px 16px;
border: 0;
display: block;
width: 100%;
flex: 0 0 100%;
position: relative;
z-index: 3;
flex: 0 0 100%;
}
.header .search-bar button,
.dgwt-wcas-search-submit {
flex: 0 0 40px;
height: 40px;
transform: translateX(-15px);
position: relative;
z-index: 5;
border-radius: 7px;
background-color: var(--highlight-color);
border: 0;
min-width: unset;
}
@media (max-width: 992px) {
.header .search-bar button,
.dgwt-wcas-search-submit {
transform: initial;
}
}
.dgwt-wcas-search-submit::before {
display: none;
}
.header .search-bar button svg {
fill: #FFF;
width: 20px;
height: 20px;
}
.basket-float {
position: fixed;
background-color: #FFF;
z-index: 999;
padding: 15px;
border: 2px var(--border-color) solid;
top: 0px;
right: 0px;
width: 320px;
max-width: 100%;
transform: translateY(-100%);
transition: all .35s ease;
}
.basket-float.on {
transform: translateY(0);
top: 80px;
max-height: calc(100vh - 140px);
overflow-y: auto;
box-shadow: 0px 10px 50px rgba(0, 0, 0, .3);
}
.basket-float .title {
font-size: 1em;
font-weight: 600;
margin: 0 0 .5em 0;
}
.basket-float ul {
margin: 10px 0;
padding: 0 0;
}
.basket-float ul li {
display: flex;
flex-wrap: wrap;
align-content: flex-start;
justify-content: space-between;
align-items: flex-start;
font-size: 13px;
line-height: 16px;
letter-spacing: -.25px;
padding: 4px 0;
}
.basket-float ul li .product-title {
flex: 0 0 190px;
font-weight: 500;
}
.basket-float ul li strong {
flex: 0 0 90px;
text-align: right;
font-size: 13px;
line-height: 16px;
}
.basket-float li.summary {
margin-top: 10px;
padding-top: 10px;
border-top: 1px var(--border-color) solid;
}
.basket-float .btn {
padding: 10px 15px;
margin: 5px 0;
}
.shop_table .woocommerce a.remove:hover {
color: #000 !important;
}
li.woocommerce-mini-cart-item.mini_cart_item a img {
width: 40px;
height: 40px;
object-fit: scale-down;
vertical-align: middle;
margin-right: 15px;
flex: 0 0 40px;
}
.mini_cart_item a.remove.remove_from_cart_button {
display: none;
}
.basket-float ul.cart_list li a {
flex: 0 0 100%;
font-weight: 400;
font-size: 14px;
display: flex;
align-items: center;
}
.cart_list .quantity {
font-weight: 700;
text-align: right;
display: block;
flex: 0 0 100%;
}
p.woocommerce-mini-cart__total.total {
display: flex;
margin-top: 10px;
padding-top: 10px;
border-top: 1px var(--border-color) solid;
justify-content: space-between;
}
p.woocommerce-mini-cart__total.total strong {
font-weight: 300;
font-size: 13px;
}
span.woocommerce-Price-amount.amount {
font-weight: 700;
}
.single_variation_wrap ins span.woocommerce-Price-amount.amount {
font-weight: 700;
display: inline-block;
padding: .5em;
background-color: var(--alt-color);
color: #FFF;
}
.single_variation_wrap .woocommerce-variation-price {
text-align: center;
}
p.woocommerce-mini-cart__buttons.buttons {
display: flex;
justify-content: space-between;
}
p.woocommerce-mini-cart__buttons.buttons .button {
font-size: 13px;
padding: 7px 13px;
margin: 5px;
font-weight: 700;
}
dl.variation {
display: flex;
margin-left: 55px;
margin-top: -8px;
font-weight: 600;
}
dl.variation dd {
margin-left: 5px;
}
.promo-bar {
margin: 0px auto;
background-color: var(--alert-color);
padding: .75em 2.5em;
text-align: center;
color: #FFF;
font-size: 13px;
line-height: 16px;
position: fixed;
z-index: 255;
top: 0;
left: 0;
width: 100%;
height: 60px;
}
.promo-bar a {
color: #FFF;
}
.promo-bar a:hover {
opacity: .5;
}
.slider {
position: relative;
height: 500px;
overflow: hidden;
}
.slider .container {
position: relative;
z-index: 5;
display: flex;
align-items: center;
justify-content: center;
height: 700px;
}
.slider .text {
color: #FFF;
text-align: center;
padding: 0 25px;
font-size: 13px;
line-height: 18px;
text-shadow: 0px 2px rgba(0, 0, 0, .3);
}
.slider .text h2 {
font-size: 36px;
line-height: 40px;
margin: 0 0 10px 0;
}
.slider .text h3 {
font-size: 16px;
line-height: 20px;
color: #FFF important; text-transform: uppercase;
letter-spacing: 1px;
font-weight: 300;
margin: 0 0 10px 0;
}
.slider .items {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background-color: var(--base-color);
}
.slider .items img {
width: 100%;
height: 500px;
opacity: .5;
object-fit: cover;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.slider .owl-dots {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot span {
background: #FFF !important;
opacity: .2;
}
.owl-theme .owl-dots .owl-dot.active span {
opacity: 1;
}
.best-offers {
margin: 0px auto;
background-color: var(--light-color);
padding: 25px 0 15px;
}
.offer-slider {
margin: 10px auto;
display: flex;  padding: 0 15px 40px;
position: relative;
}
.offer-slider .owl-nav {
position: absolute;
top: 0px;
z-index: 9;
width: 100vw;
left: 50%;
transform: translateX(-50%);
}
.offer-slider .owl-nav button svg {
width: 18px;
height: 18px;
fill: var(--base-color);
}
.offer-slider.owl-carousel .owl-nav button.owl-next,
.offer-slider.owl-carousel .owl-nav button.owl-prev {
background-color: #FFF !important;
display: block;
padding: 9px 10px 5px 10px !important;
border-radius: 0;
}
.offer-slider .owl-nav .owl-prev {
position: absolute;
left: -5px;
top: 120px;
}
.offer-slider .owl-nav .owl-next {
position: absolute;
right: -5px;
top: 120px;
}
.product-item,
.offer-slider .item {
background-color: #FFF; margin-bottom: 15px;
border-radius: 10px;
padding: 15px;
position: relative;
flex: 0 0 48%;  min-height: 320px;
}
.product-item .badge,
.offer-slider .item .badge {
position: absolute;
top: 22px;
left: 15px;
background-color: var(--highlight-color);
padding: 1px 8px;
font-size: 14px;
font-weight: 500;
color: #FFF;
z-index: 5;
}
.product-item .product-image-link,
.offer-slider .product-image-link {
width: 100%;
height: auto;
aspect-ratio: 1/1;
overflow: hidden;
}
.product-item img,
.offer-slider .item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
margin: 0 auto 15px;
}
.product-item .title,
.offer-slider .item .title {
font-size: 18px;
font-weight: 400;
color: var(--base-color);
}
.product-item .subtitle,
.offer-slider .item .subtitle {
font-size: 13px;
line-height: 17px;
color: var(--base-color);
opacity: .35;
}
@media (min-width: 1200px) {
.offer-slider .owl-item {
max-width: calc(25% - 9px);
}
}
@media (min-width: 992px) {
.offer-slider .owl-item {
max-width: calc(33.333% - 9.333px);
}
}
.offer-slider .add_to_cart_button {
margin-top: auto !important;
}
.offer-slider .owl-item {
max-width: calc(50% - 7px);
}
.product-item .price,
.offer-slider .item .price {
font-size: 26px;
font-weight: 600;
line-height: 1em;
letter-spacing: -1px;
margin-top: 10px;
}
.product-item .price em,
.offer-slider .item .price em {
font-style: normal;
font-weight: 400;
font-size: 16px;
}
.product-item .old-price,
.offer-slider .item .old-price {
text-decoration: line-through;
font-size: 15px;
font-weight: 400;
letter-spacing: -1px;
}
.product-item .delivery,
.offer-slider .item .delivery {
color: var(--highlight-color);
margin-top: 15px;
font-size: 13px;
}
.product-item .delivery svg,
.offer-slider .item .delivery svg {
width: 20px;
height: 20px;
margin-right: 5px;
vertical-align: middle;
}
.offer-slider .fav,
.product-item .fav,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
position: absolute;
top: 10px;
right: 10px;
background-color: #FFF;
width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
z-index: 50;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:not(.tinyvwl-product-in-list):hover {
background-color: var(--alt-color);
color: #FFF;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list {
background-color: #FFF !important;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
color: var(--alt-color);
} .offer-slider .owl-dots .owl-dot span {
background: var(--base-color) !important;
}
.intro-banners {
margin: 25px 0;
}
.intro-banners .mario-banner {
background: #000 url(//ceglanyrenesans.pl/wp-content/themes/ceglany/dist/img/mario-budowlaniec.webp) no-repeat top center; color: #FFF;
padding: 25px 50px 25px 25px;
margin: 0 auto 25px;
display: flex;
min-height: 80vw;
align-items: flex-end;
border-radius: 10px;
cursor: pointer;
}
.intro-banners .mario-banner h2 {
font-size: 26px;
font-weight: 600;
line-height: 32px;
}
.intro-banners .mario-banner h2 em {
font-style: normal;
color: var(--highlight-color);
}
.intro-banners .mario-banner .mario-ico {
position: absolute;
bottom: 0px;
right: 0px;
}
.intro-banners .weekendowe-banner {
background: #000 url(//ceglanyrenesans.pl/wp-content/themes/ceglany/dist/img/weekendowa-metamorfoza.webp) no-repeat center center;
background-size: cover;
color: #FFF;
padding: 25px 50px 25px 25px;
margin: 0 auto 25px;
display: flex;
min-height: 80vw;
align-items: flex-end;
border-radius: 10px;
overflow: hidden;
position: relative;
cursor: pointer;
}
.intro-banners .weekendowe-banner:before {
position: absolute;
content: "";
display: block;
bottom: 0;
left: 0;
width: 100%;
height: 320px;
background-image: linear-gradient(10deg, rgba(0, 0, 0, .75), transparent);
}
.intro-banners .mario-banner .content,
.intro-banners .weekendowe-banner .content {
position: relative;
z-index: 5;
font-size: 14px;
padding-right: 100px;
line-height: 20px;
}
@media (min-width: 992px) {
.intro-banners .mario-banner .content {
padding-right: 120px;
}
.intro-banners .mario-banner:hover,
.intro-banners .weekendowe-banner:hover {
opacity: .75;
}
}
.intro-banners .weekendowe-banner .title1 {
background: #eb462d;
background: linear-gradient(to right, #eb462d 0%, #fba510 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 32px;
font-size: 28px;
font-weight: 800;
margin: 0 0;
display: inline-block;
}
.intro-banners .weekendowe-banner .title2 {
background: #fba510;
background: linear-gradient(to right, #00b2ff 0%, #f53232 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 28px;
line-height: 32px;
margin: 0 0 20px;
font-weight: 800;
display: inline-block;
} .blog-gallery video {
max-width: 40%;
height: 10%;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
margin: 0 auto;
} @media (max-width: 768px) {
.blog-gallery a,
.blog-gallery video {
max-width: 100%;
margin: 0 auto 10px;
}
}
.blog-entry .blog-gallery video.gallery-video {
display: block;
flex: 0 0 auto;
margin: 0 auto;
max-width: 100%;
max-height: 650px;
background: #000;
}
.gallery {
margin: 0 0;
padding: 30px 0 20px;
}
.gallery a img {
border-radius: 7px;
transition: all .25s ease;
}
.gallery a:hover img {
opacity: .85;
transform: scale(1.03);
}
.gallery-slider {
margin: 10px 0px 0px;
padding: 0 0px;
height: 400px;
overflow: hidden;
}
.gallery-slider.no-carousel {
height: auto;
overflow: initial;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.tile-boxes .item,
.gallery-slider .item {
border-radius: 12px;
margin: 0 15px;
box-shadow: 0px 10px 15px -2px rgba(0, 0, 0, .15);
overflow: hidden;
}
.gallery-slider.no-carousel .item {
margin: 0 auto 25px;
flex: 0 0 90%;
}
.tile-boxes .item img,
.gallery-slider .item img {
width: 100%;
height: 300px;
object-fit: cover;
}
.tile-boxes .item .caption,
.gallery-slider .item .caption {
padding: 15px 15px 15px;
text-align: center;
font-size: 18px;
font-weight: 700;
text-align: left;
line-height: 24px;
letter-spacing: -.5px;
}
.gallery-slider.owl-carousel .owl-stage-outer {
padding-bottom: 20px;
}
.gallery-slider .owl-nav {
position: absolute;
top: 0px;
z-index: 9;
width: 100%;
left: 0;
}
.gallery-slider .owl-nav button svg {
width: 18px;
height: 18px;
fill: #FFF;
}
.gallery-slider.owl-carousel .owl-nav button.owl-next,
.gallery-slider.owl-carousel .owl-nav button.owl-prev {
background-color: transparent !important;
display: block;
padding: 9px 10px 5px 10px !important;
border-radius: 0;
}
.gallery-slider .owl-nav .owl-prev {
position: absolute;
left: 15px;
top: 120px;
}
.gallery-slider .owl-nav .owl-next {
position: absolute;
right: 15px;
top: 120px;
}
.newsletter {
position: relative;
margin: 20px auto;
background-color: var(--alt-color);
padding: 65px 20px;
color: #FFF;
font-size: 16px;
}
.newsletter svg.badge {
position: absolute;
fill: var(--base-color);
top: 0px;
right: 0px;
width: 250px;
height: 250px;
opacity: .05;
z-index: 2;
}
.newsletter .row {
position: relative;
z-index: 5;
}
.newsletter .h2 strong {
font-size: 36px;
font-weight: 800;
display: block;
margin-bottom: 10px;
}
.newsletter .h2 {
font-size: 22px;
font-weight: 500;
margin-bottom: 20px;
}
.newsletter form {
margin-top: 25px;
}
.newsletter input {
padding: 15px 25px;
background-color: rgba(255, 255, 255, .1);
border-radius: 10px;
color: #FFF;
border: 0;
width: 100%;
display: block;
margin: 0 auto 10px;
font-family: var(--font-base);
font-size: 18px;
transition: all .25s ease;
}
.newsletter input::placeholder {
color: #FFF;
opacity: .75;
}
.newsletter input:focus,
.newsletter input:active {
border: 0;
outline: 0px #FFF solid;
box-shadow: 0px 5px 8px rgba(0, 0, 0, .2);
background-color: rgba(0, 0, 0, 0.1);
}
.newsletter .btn {
margin-top: 15px;
}
.woocommerce-form input[type=text],
.woocommerce-form input[type=password],
.woocommerce-form input[type=email] {
border: 1px var(--border-color) solid;
padding: 16px 16px;
border-radius: 8px;
font-size: 15px;
}
.tiles {
padding: 50px 0;
}
.tiles .items {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
.tiles .items a {
flex: 0 0 48%;
margin-bottom: 20px;
text-align: center;
font-weight: 400;
font-size: 15px;
color: #cdcdcd;
}
.tiles .items a img {
border-radius: 10px;
display: block;
margin: 0 auto;
width: 100%;
max-width: 170px;
height: 170px;
object-fit: cover;
}
.tiles .items a span {
display: block;
font-weight: 500;
font-size: 18px;
line-height: 22px;
margin: 10px auto 7px;
color: var(--base-color);
}
.faq {
background: var(--light-color);
padding: 25px 0;
}
.faq ul {
list-style: none;
display: block;
margin: 10px auto 20px;
padding: 5px 0 0px;
height: 230px;
overflow: hidden;
position: relative;
}
.faq ul:after {
position: absolute;
bottom: 0px;
left: 0;
content: "";
background-image: linear-gradient(0deg, var(--light-color), transparent);
width: 100%;
height: 60px;
}
.faq ul.expand {
height: auto;
}
.faq ul.expand:after {
display: none;
}
.faq ul li {
background-color: #FFF;
box-shadow: 0px 7px 7px rgba(0, 0, 0, .05);
position: relative;
padding: 14px 20px 20px 40px;
margin-bottom: 20px;
border-radius: 10px;
}
.faq ul li svg {
width: 14px;
height: 14px;
fill: #bababa;
position: absolute;
top: 17px;
left: 16px;
transition: all .25s ease;
}
.faq ul li.active svg {
transform: rotate(180deg);
fill: var(--highlight-color);
}
.faq ul li a {
font-weight: 600;
transition: all .25s ease;
}
.faq ul li.active a {
color: var(--highlight-color);
}
.faq ul li div {
display: none;
}
.faq ul li.active div {
display: block;
font-size: 14px;
margin-top: 10px;
}
.text-inverse-wrap {
padding: 25px 0; position: relative;
font-size: 14px;
line-height: 20px;
overflow: hidden;
}
.text-inverse-wrap img.picture {
top: 30px;
position: relative;
width: 100%;
object-fit: cover;
height: auto;
}
.text-wrap {
padding: 30px 0;
background-color: var(--light-color);
color: var(--base-color);
position: relative;
}
.text-wrap video {
max-width: 100%;
}
.blog {
padding: 25px 0;
}
.blog .gallery-slider {
height: 455px;
margin-top: 15px;
}
.blog .tile-boxes .item {
margin: 0 auto 20px;
}
.blog .tile-boxes .item .caption,
.blog .gallery-slider .item .caption {
text-align: left;
padding: 15px 15px 5px;
}
.blog .tile-boxes .item .more,
.blog .gallery-slider .item .more {
padding: 0 15px 15px;
}
.blog-entry {
padding: 25px 0 25px 0;
background-color: #f2f2f2;
}
.blog-entry .container,
.single-realizations .products .product-tiles {
max-width: 830px;
}
.single-realizations .products h2 {
text-align: center;
}
.blog-entry .blog-image {
margin: 20px auto 20px;
border-radius: 10px;
max-width: 100%;
}
.blog-entry .blog-lead {
font-weight: 500;
font-size: 1.15em;
line-height: 1.25em;
margin: 0px 0px 20px;
}
.blog-entry .content {
border-radius: 12px;
padding: 20px;
box-shadow: 0px 10px 15px -2px rgba(0, 0, 0, .15);
background-color: #FFF;
overflow: hidden;
margin: 20px auto;
}
.blog-entry .content a {
color: var(--highlight-color);
}
.blog-entry .content a:hover {
color: var(--alt-color);
text-decoration: underline;
}
.blog-entry+.best-offers {
padding-top: 10px;
}
.blog-entry blockquote {
margin: 15px auto;
padding: 15px;
background-color: var(--light-color);
border-radius: 10px;
}
.blog-entry .content img {
max-width: 760px;
margin: 10px auto;
display: block;
}
.blog-entry .blog-gallery {
display: flex;
flex-wrap: wrap;
justify-content: center; gap: 10px;
}
.blog-entry .blog-gallery a {
flex: 0 0 48%;
height: 130px;
margin-bottom: 15px;
}
.blog-entry .blog-gallery a img {
width: 100%;
height: 130px;
border-radius: 8px;
display: block;
object-fit: cover;
}
.blog-entry .blog-tags {}
.blog-entry .blog-tags a.tag {
display: inline-block;
margin: 2px 1px;
background-color: #ababab;
padding: 3px 6px;
color: #FFF;
text-transform: uppercase;
font-weight: 500;
font-size: 12px;
border-radius: 4px;
transition: all .25s ease;
}
.blog-entry .blog-tags a.tag:hover {
background-color: #333;
}
.args {
position: relative;
background-color: #000;
overflow: hidden;
padding: 35px 0;
margin: 0 0;
}
.args .bg-pic {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
filter: blur(1px);
z-index: 2;
object-fit: cover;
transform: scale(1.1);
}
.args .container {
position: relative;
z-index: 5;
}
.args .row {
display: flex;
flex-wrap: wrap;
}
.args .item {
padding: 15px;
text-align: center;
color: #FFF;
}
.args .item img {
width: 120px;
height: 120px;
object-fit: contain;
}
.args .item h4 {
font-size: 26px;
color: var(--highlight-color);
margin: 10px 0 5px;
}
.args .item p {
font-size: 16px;
color: #FFF;
padding: 5px 15px;
}
.opinions {
background-color: var(--light-color);
padding: 25px 0;
}
.opinions svg {
width: 16px;
height: 16px;
fill: #FFCC00;
}
.opinions .carousel {
margin: 15px 0 5px;
}
.opinions .owl-theme .owl-nav.disabled+.owl-dots {
margin-top: 5px;
}
.opinions .item {
position: relative;
background-color: #FFF;
border-radius: 10px;
margin: 0 auto 20px;
box-shadow: 0px 8px 8px rgba(0, 0, 0, .05);
padding: 25px;
}
.opinions .brand {
position: absolute;
top: 25px;
right: 25px;
width: 80px !important;
height: 30px;
object-fit: scale-down;
}
.opinions .name {
font-size: 20px;
font-weight: 600;
}
.opinions .vote {
margin: 5px 0;
font-size: 18px;
color: #bcbcbc;
}
.opinions .carousel.owl-theme .owl-dots .owl-dot span {
background-color: var(--base-color) !important;
}
.tpaybar {
padding: 25px 20px 15px;
text-align: center;
}
.simple-bar {
padding: 20px 0 10px;
background-color: #FFF;
}
.title-bar {
background: var(--light-color);
color: #FFF;
padding: 20px 0;
margin: 15px 0; background-image: linear-gradient(45deg, #000, var(--highlight-color));
color: rgba(255, 255, 255, .45);
}
.title-bar h1 {
font-size: 2em;
line-height: 1.25em;
color: #FFF;
}
.title-bar h1+h2 {
margin-top: -20px;
margin-bottom: 30px;
}
.simple-bar h1 {
font-size: 2em;
line-height: 1.25em;
}
.title-bar a {
color: inherit;
text-decoration: underline;
}
.title-bar a:hover {
color: #FFF;
}
.contactin-form iframe {
width: 100%;
height: 500px;
}
body.wycena form.wpcf7-form,
.contactin-form form.wpcf7-form {
background: var(--alt-color);
padding: 2em;
color: #FFF;
display: flex;
flex-wrap: wrap;
}
body.wycena form.wpcf7-form {
display: block;
}
body.wycena form.wpcf7-form input[type=checkbox] {
transform: scale(1.5);
}
body.wycena form.wpcf7-form .wpcf7-not-valid-tip {
color: #FFFF00;
font-size: 13px;
font-weight: 600;
}
.contactin-form form>p:nth-of-type(1),
.contactin-form form>p:nth-of-type(2),
.contactin-form form>p:nth-of-type(3),
.contactin-form form>p:nth-of-type(4) {
flex: 0 0 50%;
}
@media (max-width: 992px) {
.contactin-form form>p:nth-of-type(1),
.contactin-form form>p:nth-of-type(2),
.contactin-form form>p:nth-of-type(3),
.contactin-form form>p:nth-of-type(4) {
flex: 0 0 100%;
}
}
.contactin-form form>p:nth-of-type(5) {
flex: 0 0 100%;
}
body.wycena form.wpcf7-form input[type=text],
body.wycena form.wpcf7-form input[type=tel],
body.wycena form.wpcf7-form input[type=email],
body.wycena form.wpcf7-form input[type=number],
.contactin-form form input[type=text],
.contactin-form form input[type=tel],
.contactin-form form input[type=email] {
padding: 16px;
border-radius: 8px;
border: 0;
width: 96%;
}
.contactin-form form input[type=submit] {}
.contactin-form span.wpcf7-not-valid-tip {
color: #FFFF00;
font-weight: 600;
font-size: 14px;
}
.contactin-form .buttons-form {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
width: 100%;
}
body.wycena form.wpcf7-form input[type=submit],
.contactin-form .buttons-form input[type=submit] {
background-color: var(--highlight-color);
color: #FFF;
padding: 13px 22px;
border: 0;
border-radius: 8px;
display: inline-block;
display: inline-flex;
font-family: var(--font-base);
font-size: 16px;
align-items: center;
justify-content: center;
text-transform: uppercase;
margin: 5px 10px;
}
body.wycena form.wpcf7-form input[type=submit] {}
body.wycena form.wpcf7-form input[type=submit]:hover {
cursor: pointer;
background-color: #000;
}
body.wycena .wpcf7 form.sent .wpcf7-response-output {
color: #000;
}
.typical-page {
padding: 2em 0;
}
body.wishlist .typical-page .simple-bar {
box-shadow: -200px 0px #FFF, 200px 0px #FFF;
}
.tinv-wishlist form table.tinvwl-table-manage-list {
margin: 10px 0 25px;
padding: 10px 0; box-shadow: 0px 10px 15px -2px rgba(0, 0, 0, .15);
width: 100%;
background-color: #FFF;
border-radius: 12px;
} .table-cart {
border-radius: 0;
}
.woocommerce table.shop_table {
border-radius: 0;
box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.woocommerce table.shop_table thead {
background-color: rgba(0, 0, 0, .05);
}
.woocommerce table.shop_table th {
border-style: solid;
border-color: #e1e1e1;
border-width: 0 1px 1px 0;
}
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
border: none;
}
.woocommerce .cart_totals table.shop_table th {
border-right: 1px var(--border-color) solid;
}
.woocommerce table.shop_table td {
padding: 12px 24px;
border-top: none; }
.woocommerce table.shop_table {
border-radius: 0;
box-shadow: 0 0 10px rgba(0, 0, 0, .05);
background-color: #FFF;
}
.woocommerce table.shop_table thead {
background-color: rgba(0, 0, 0, .05);
}
.woocommerce table.shop_table td {
padding: 12px 24px;
border-top: none;
}
.woocommerce ul#shipping_method li input {
vertical-align: middle;
}
.woocommerce ul#shipping_method li label {
vertical-align: middle;
}
table.cart .qty,
table.shop_table .qty {  width: 100% !important;
text-align: center;
background-color: #fff;
}
table.cart .quantity .number-btn,
table.shop_table .quantity .number-btn {
display: none !important; }
table.shop_table .coupon input,
table.cart .coupon input {
background-color: #fff;
max-width: 200px;
min-width: 100px;
width: unset !important;
height: 44px;
border-radius: 8px;
padding: 12px 16px;
border: none;
}
.tinv-wishlist form table.tinvwl-table-manage-list {
margin-top: 30px;
}
.tinvwl-table-manage-list .yith-wcbm-badge {
display: none !important;
}
@media (max-width: 992px) {
.tinv-wishlist table td {
padding: 0.1em;
}
.tinv-wishlist .product-action .button {
max-width: 70%;
}
} .woocommerce-notices-wrapper {
padding: 0 0;
position: relative;
width: 800px;
margin: 0 auto;
max-width: 90%;
}
body.tinvwl-theme-style.wishlist .typical-page {
background-color: var(--light-color);
padding-top: 0px;
}
.woocommerce-cart>.woocommerce {
padding: 3em 1em 0;
background-color: var(--light-color);
}
.basket {
background-color: var(--light-color);
padding: 20px 0;
}
.basket .promo {
text-align: center;
}
.basket .promo .form-control {
border: 1px solid var(--border-color);
}
.basket .summary,
.checkout .summary {
border-radius: 12px;
padding: 20px;
box-shadow: 0px 10px 15px -2px rgba(0, 0, 0, .15);
background-color: #FFF;
overflow: hidden;
margin: 20px auto;
}
.basket .summary .item,
.checkout .summary .item {
display: flex;
flex-wrap: wrap;
border-bottom: 0px var(--border-color) solid;
padding: 3px 10px;
justify-content: space-between;
}
.order-review-header.item {
background-color: var(--light-color);
font-weight: 600;
font-size: 15px;
}
.basket .summary .item span {
flex: 0 0 65%;
}
.checkout .summary .item span {
flex: 0 0 65%;
font-size: 15px;
}
.checkout .summary .item.cart-subtotal span {
flex: 0 0 35%;
}
h3#order_review_heading {
margin-top: 0;
}
.basket .summary .item>div {
flex: 0 0 auto;
text-align: right;
}
.checkout .summary .item>div {
flex: 0 0 35%;
text-align: right;
}
.checkout .summary .item>div span.woocommerce-Price-amount.amount {
font-weight: 400;
}
.checkout .summary .item.order-total>div span.woocommerce-Price-amount.amount {
font-weight: 700;
font-size: 17px;
}
.checkout .summary .item small span,
.checkout .summary .item.order-total>div small span.woocommerce-Price-amount.amount {
font-size: inherit;
}
.checkout .summary .item.cart-subtotal>div {
flex: 0 0 65%;
}
.checkout .summary .item.cart-subtotal>div span.woocommerce-Price-amount.amount {
font-weight: 700;
}
.basket .summary .item ul,
.checkout .summary .item ul {
text-align: left;
list-style: none;
padding: 10px 10px;
margin: 0 0;
}
.basket .summary .item ul li,
.checkout .summary .item ul li {
padding: 5px 0;
}
.basket .summary .item.total,
.checkout .summary .item.total {
border-bottom: 0;
background-color: var(--light-color);
font-size: 18px;
padding: 10px 10px;
}
.checkout .summary .item>div small {
font-size: 9px;
display: block;
}
@media (max-width: 992px) {
.basket .summary .item.total {}
.basket .summary .shipping.item>* {
flex: 0 0 100%;
}
.basket .summary .item.total>span {
flex: 0 0 30%;
}
.basket .summary .item.total>div {
flex: 0 0 70%;
line-height: 1.25em;
}
}
.basket .button-wrap {
margin-top: 15px;
text-align: center;
}
.cart-shipping-options {
padding: 5px 10px;
background: #f2f2f2;
font-size: 15px;
}
.woocommerce ul#shipping_method li {
padding: 3px 10px;
position: relative;
}
.woocommerce ul#shipping_method li:not(:last-of-type) {
border-bottom: 1px var(--border-color) solid;
}
.woocommerce ul#shipping_method li span.woocommerce-Price-amount {
position: absolute;
text-align: right;
top: 0;
right: 0;
}
.select-box {
position: relative;
}
.select-box .selected-text {
background-color: #FFF;
border: 1px var(--border-color) solid;
padding: .5em .75em;
font-size: 1em;
position: relative;
transition: all .25s ease;
}
.select-box .selected-text svg {
position: absolute;
right: 15px;
top: 10px;
transition: all .25s ease;
}
.select-box.active .selected-text svg {
transform: rotate(180deg) translateY(-3px);
}
.select-box .options .option svg,
.select-box .selected-text .text svg {
position: static;
transform: none;
vertical-align: middle;
width: 12px;
height: 12px;
margin-left: 10px;
margin-top: -3px;
}
@media (max-width: 992px) {
.select-box .selected-text>svg {
display: none;
}
}
.select-box .options {
display: none;
position: absolute;
z-index: 50;
background-color: #FFF;
width: 100%;
left: 0px;
padding: 1em;
border: 1px var(--border-color) solid;
top: 41px;
}
.select-box.active .selected-text {
border-color: var(--alt-color);
background-color: var(--light-color);
}
.select-box.active .options {
display: block;
}
.select-box .options .option {
display: block;
padding: .5em .15em;
cursor: pointer;
}
.select-box .options .option:hover {
color: var(--highlight-color);
}
.select-box .options>div:not(:last-of-type) {
border-bottom: 1px var(--border-color) solid;
}
.products {
padding: 25px 0;
background-color: var(--light-color);
}
.products .product-tiles {
display: flex;
justify-content: space-between;
margin: 20px auto;
flex-wrap: wrap;
}
.products .product-tiles.space-around {
justify-content: space-around;
}
footer.footer {
background-color: var(--light-color);
padding: 15px 10px;
}
.footer .row {
flex-wrap: wrap;
display: flex;
}
.footer .logo-wrap img {
display: block;
width: 45%;
height: 110px;
object-fit: contain;
margin: 0 auto 15px;
}
.footer .person {
text-align: center;
}
.footer .person img {
width: 80px;
height: 80px;
border-radius: 40px;
}
.footer .person .name {
font-size: 32px;
font-weight: 600;
margin: 5px 0 2px;
letter-spacing: -.5px;
}
.footer .person .job {
margin: 4px 0 10px;
font-size: 15px;
}
.footer .mail a,
.footer .person a {
color: var(--highlight-color);
font-size: 22px;
font-weight: 600;
letter-spacing: -.5px;
}
.footer .mail a svg,
.footer .person a svg {
width: 22px;
height: 22px;
margin: 0 2px 0 0;
line-height: 30px;
}
.footer .mail {
padding: 20px 15px 35px;
text-align: center;
border-bottom: 1px rgba(0, 0, 0, .1) solid;
}
.footer .open-hours {
padding-top: 25px;
padding-bottom: 50px;
}
.footer .open-hours .cols {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.footer .open-hours .cols .col {
flex: 0 0 50%;
width: 50%;
position: relative;
padding-left: 35px;
}
.footer .open-hours svg {
width: 22px;
height: 22px;
margin: 0 2px 0 0;
line-height: 30px;
position: absolute;
top: 0;
left: 0;
}
.footer h4 {
font-size: 18px;
font-weight: 500;
margin: 0 0 10px;
}
.footer .owner {
margin-top: 35px;
padding-top: 35px;
border-top: 1px rgba(0, 0, 0, .1) solid;
}
.footer ul {
list-style: none;
padding: 0px 0;
margin: 10px 0;
}
.footer ul li a {
display: block;
font-size: 14px;
line-height: 18px;
margin: 7px 0;
}
.footer .socials {
padding: 40px 15px 15px;
}
.footer .socials a svg {
width: 36px;
height: 36px;
margin-right: 10px;
}
.copyright {
font-size: 14px;
font-weight: 500;
padding: 10px 0;
text-align: center;
}
.site-author {
font-size: 12px;
color: var(--base-color);
opacity: .5;
padding-bottom: 25px;
text-align: center;
}
.main-nav-mobile {
position: fixed;
top: 0;
left: -100%;
width: 96%;
height: 100vh;
box-shadow: 10px 10px 15px rgba(0, 0, 0, .15);
background-color: var(--light-color);
display: block;
z-index: 1001;
padding: 25px 0px 25px 25px;
max-height: 100vh; transition: all .5s ease;
}
.main-nav-mobile.on {
left: 0%;
}
.main-nav-mobile .container {
padding: 0 0;
}
.main-nav-mobile a.close-btn {
display: flex;
width: 36px;
height: 36px;
align-items: center;
justify-content: center;
position: fixed;
top: -35px;
right: 25px;
transition: all .35s ease;
z-index: 999;
}
.main-nav-mobile.on a.close-btn {
top: 15px;
}
.main-nav-mobile a.close-btn svg {
width: 24px;
height: 24px;
}
.main-nav-mobile ul li svg { width: 16px;
height: 16px;
position: absolute;
top: 13px;
right: 15px;
fill: var(--text-color);
}
.main-nav-mobile ul.main {
padding-top: 30px;
max-height: calc(100vh - 100px);
overflow-y: auto;
padding-bottom: 70px;
}
.main-nav-mobile ul {
list-style: none;
padding: 10px 10px 0 0;
margin: 0 0 0 -10px;
}
@media (max-width: 992px) {
.main-nav-mobile ul.hidden {
display: none;
}
}
.main-nav-mobile ul li {
position: relative;
}
.main-nav-mobile ul li a {
font-size: 18px;
font-weight: 500;
display: inline-block;
padding: 7px 10px;
margin: 5px 0;
}
@media (min-width: 992px) {
.main-nav-mobile ul li.all a.button {
background: var(--alt-color);
color: #FFF;
border-radius: 8px;
transform: translate(0px, 120px);
font-weight: 600;
padding: 9px 11px;
transition: all .25s ease;
}
.main-nav-mobile ul li.all a.button:hover {
background: #333;
}
.main-nav-mobile ul li.all a.button:hover span {
color: #FFF;
}
}
@media (max-width: 992px) {
.main-nav-mobile ul li a {
text-transform: uppercase;
font-size: 17px;
}
}
.main-nav-mobile ul li:not(:last-of-type) {
border-bottom: 1px rgba(0, 0, 0, .1) solid;
}
.main-nav-mobile ul ul {
padding-left: 25px;
}
.main-nav-mobile ul ul li a {
font-size: 16px;
font-weight: 400;
}
.main-nav-mobile .submenu {
display: none;
}
@media (max-width: 992px) {
.main-nav-mobile .submenu.visible {
display: block;
padding: 50px 20px 20px 0;
}
}
.submenu a.back {
position: absolute;
top: 15px;
left: 15px;
display: inline-block;
padding: 10px;
}
.submenu a.back svg {
width: 24px;
height: 24px;
}
.main-nav-mobile .submenu ul {
padding: 0 0;
display: flex;
flex-wrap: wrap;
max-height: calc(100vh - 170px);
overflow-y: auto;
}
.main-nav-mobile .submenu ul li {
flex: 0 0 50%;
text-align: center;
}
.main-nav-mobile .submenu ul li img {
width: 140px;
height: 100px;
border-radius: 5px;
object-fit: cover;
}
.main-nav-mobile .submenu ul li span {
display: block;
font-size: 15px;
line-height: 18px;
letter-spacing: -.25px;
}
.main-nav-mobile .submenu ul li.promo span {
font-weight: 700;
letter-spacing: -1px;
}
.main-nav-mobile .bottom {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 15px 10px 15px 40px;
box-shadow: 0px -5px 20px rgba(0, 0, 0, .1);
background-color: #FFF;
}
.main-nav-mobile .bottom h3 {
margin: 0 0 5px;
}
.main-nav-mobile .bottom a {
color: var(--base-color);
margin-right: 20px;
}
.main-nav-mobile .bottom a svg {
width: 16px;
height: 16px;
fill: var(--highlight-color);
}
.breadcrumbs {
margin: .5em 0;
padding: 0 0;
font-size: 12px;
}
.breadcrumbs .container {
overflow: hidden;
}
.breadcrumbs ol {
list-style: none;
margin: 0 0;
padding: 0 0;
display: flex;
align-items: center;
box-sizing: content-box;
flex-wrap: wrap;
}
.breadcrumbs ol li {
flex-shrink: 0;
position: relative;
}
.breadcrumbs ol li:not(:last-of-type):after {
position: relative;
display: inline-block;
margin: 0 5px;
content: "/";
opacity: .5;
}
.breadcrumbs ol li:last-of-type {
font-weight: 600;
}
.photos {
background-color: #FFF;
position: relative;
margin-top: 10px;
height: 420px;
display: block;
overflow: hidden;
}
.photos .owl-item img,
.photos .owl-item video {
width: 100%;
height: 400px;
object-fit: contain;
}
.photos .owl-thumbs {
display: flex;
justify-content: space-between;
overflow: auto;
padding: 0 0 12px 0;
min-width: 100%;
margin-top: 7px;
opacity: 0;
transition: opacity .3s ease;
}
.photos .owl-thumbs.owl-carousel {
opacity: 1;
}
.photos .owl-thumbs button {
background: transparent;
border: 1px var(--light-color) solid;
padding: 0 0;
flex: 0 0 75px;
}
.photos .owl-thumbs button img {
width: 75px;
height: 75px;
object-fit: cover;
display: block;
}
.photos .owl-thumbs button.active {
border-color: var(--alt-color);
}
.photos .owl-nav button {
position: absolute;
top: 225px;
z-index: 5;
}
.photos .owl-nav button.owl-next {
right: 0px;
}
.photos .owl-nav button.owl-next,
.photos .owl-nav button.owl-prev {
background-color: #FFF !important;
display: block;
padding: 9px 10px 5px 10px !important;
border-radius: 0;
}
.photos .owl-nav button.owl-next.disabled,
.photos .owl-nav button.owl-prev.disabled {
opacity: .15;
}
.photos .owl-nav button svg {
width: 18px;
height: 18px;
fill: var(--base-color);
}
.photos .owl-dots {
position: absolute;
top: 390px;
left: 0px;
width: 100%;
text-align: center;
z-index: 99;
}
.photos .owl-dots .owl-dot {
display: inline-block;
width: 8px;
height: 8px;
margin: 0 3px;
border-radius: 5px;
background-color: var(--base-color);
opacity: .35;
}
.photos .owl-dots .owl-dot.active {
opacity: 1;
}
.product-detail h1 {
font-size: 22px;
line-height: 28px;
margin: 10px 0 5px;
}
.product-detail .product-price {
font-size: 18px;
line-height: 26px;
}
.product-detail .product-price .old-price {
line-height: 26px;
text-decoration: line-through;
opacity: .5;
display: inline-block;
margin-left: 15px;
background-color: var(--alt-color);
color: #FFF;
padding: 3px 9px;
font-size: 15px;
}
.product-detail .product-price .smallest {
margin: .5em 0;
font-size: 11px;
line-height: 13px;
color: var(--alt-color);
}
.product-detail .product-description {
font-size: 16px;
line-height: 23px;
margin: 10px 0 20px;
font-weight: 400;
}
.product-detail .product-description a {
color: var(--highlight-color);
}
.product-detail .product-description ul {
padding: 15px 20px 15px 35px;
}
.product-detail .relative {
position: relative;
}
.product-detail .fav {
position: absolute;
top: 20px;
right: 20px;
background-color: #FFF;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
z-index: 50;
}
.product-icons {
background-color: var(--light-color);
border-radius: 8px;
padding: 15px 5px;
display: flex;
align-items: flex-start;
justify-content: center;
color: var(--base-color);
flex-wrap: wrap;
}
.product-icons .icon {
flex: 0 0 33%;
padding: 0px 10px;
text-align: center;
font-size: 12px;
line-height: 15px;
margin-bottom: 15px;
font-weight: 600;
}
.product-icons .icon svg {
display: block;
width: 46px;
height: 46px;
fill: var(--base-color);
margin: 0 auto 2px;
padding: 5px;
}
.product-icons .icon span {
font-weight: 400;
display: block;
}
.product-icons .icon a {
color: inherit;
text-decoration: underline;
}
.product-addons {
background-color: var(--alt-color);
color: #FFF;
position: relative;
padding: 30px 30px 30px 25px;
font-size: 13px;
line-height: 20px;
margin: 20px auto;
border-radius: 8px;
}
.product-addons .promo {
font-size: 1.2em;
font-weight: 600;
line-height: 1.2em;
color: #FFFF00;
}
.product-addons .btn {
background: #FFF;
color: var(--alt-color);
font-size: 14px;
margin: 15px 0 10px;
font-weight: 600;
padding: 10px 18px;
}
.product-addons svg.icon {
position: absolute;
bottom: 30px;
right: 20px;
width: 100px;
height: 100px;
fill: var(--base-color);
opacity: .175;
}
.product-addons .h2 {
font-size: 22px;
font-weight: 600;
}
.product-more-photos {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.product-more-photos a {
max-width: 49%;
flex: 0 0 49%;
margin-bottom: 5px;
}
.product-more-photos a img {
width: 100%;
height: 130px;
object-fit: cover;
}
.product-connected {
background-color: var(--light-color);
margin: 25px 0 0;
padding: 40px 0 25px 0;
}
.product-extra-gallery+.product-connected {
margin-top: 20px;
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip span {
visibility: hidden;
width: 220px;
background-color: #555;
color: #fff;
font-size: 11px;
line-height: 13px;
text-align: center;
border-radius: 6px;
padding: 5px 5px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -110px;
opacity: 0;
transition: opacity 0.3s;
}
.tooltip span::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.tooltip:hover span {
visibility: visible;
opacity: 1;
}
@media (max-width: 992px) {
.tooltip span {
left: -40px;
}
.tooltip span::after {
left: 170px;
}
}
.product-order {
display: flex;
position: fixed;
bottom: 0;
z-index: 150;
left: 0;
width: 100vw;
background-color: var(--light-color);
padding: 8px 5px;
justify-content: space-evenly;
align-items: center;
box-shadow: 0px -5px 10px rgba(0, 0, 0, .1);
}
.product-order-promo p strong {
color: #32b13b;
}
.product-order-promo p .tooltip svg {
margin-left: 8px;
fill: var(--base-color);
width: 16px;
height: 16px;
}
form.variations_form.cart.product-order {
position: relative;
flex-wrap: wrap;
margin-bottom: 15px;
max-width: 100%;
box-shadow: initial;
}
.product-order table.variations {
flex: 0 0 100%;
}
.product-order table.variations span,
.product-order table.items-variations span {
position: absolute;
top: 1px;
z-index: 5;
right: 0px;
font-size: 15px;
padding-left: 15px;
}
table.variations tr {
display: flex;
}
table.variations .nice-select {
width: 290px;
max-width: 200px;
}
.nice-select .list {
z-index: 999;
}
table.items-variations {
width: 100%;
margin: 10px auto 10px;
}
table.items-variations .nice-select {
width: 100%;
}
table.variations tr th.label label {
font-size: 14px;
display: block;
padding: 5px 15px 5px 0;
}
a.reset_variations {
color: var(--alt-color);
display: inline-block;
padding: 5px;
font-size: 12px;
margin: 3px 0 0 10px;
font-weight: 700;
}
.single_variation_wrap {
flex: 0 0 100%;
margin-top: 10px;
padding-top: 10px;
border-top: 1px rgba(0, 0, 0, .1) solid;
}
.woocommerce-variation-availability .stock {
font-weight: 700;
text-align: center;
}
.btn_variations_wrap {
display: flex;
justify-content: center;
}
table.items-variations tr {
display: flex;
width: 100%;
flex-wrap: wrap;
}
table.items-variations tr td {
flex: 0 0 100%;
}
.single_variation_wrap .quantity.input {
display: flex;
justify-content: center;
max-width: 200px;
margin: 0 auto 15px !important;
}
.single_variation_wrap .quantity.input input[type=number] {
width: 200px;
flex: 0 0 200px;
}
ul.colors-list {
display: flex;
list-style: none;
padding: 0 0 !important;
margin: 0 0 15px 0;
}
ul.colors-list li {
flex: 0 0 25%;
text-align: center;
font-weight: 600;
}
ul.colors-list li img {
width: 42px;
height: 42px;
object-fit: cover;
border-radius: 5px;
display: block;
margin: 0 auto;
}
input.form-control {
font-family: var(--font-base);
background-color: #FFF;
border: 1px solid var(--light-color);
border-radius: 8px;
padding: 12px 16px;
border: 0;
display: block;
width: 100%;
flex: 0 0 100%;
position: relative;
z-index: 3;
}
.product-order .input {
position: relative;
}
.product-order .input input[type=number] {
padding: 5px 7px 5px 3px;
text-align: center;
width: 50px;
font-weight: 600;
font-size: 16px;
display: inline-block;
-moz-appearance: textfield;
-webkit-appearance: none;
}
.product-order .quantity span {
position: absolute;
top: 10px;
z-index: 5;
right: 32px;
font-size: 9px;
}
.product-order .input .button-minus,
.quantity.input .button-minus,
.product-order .input .button-plus,
.quantity.input .button-plus {
border: 0px #000 solid;
background-color: #efefef;
font-weight: 600;
font-size: 16px;
width: 24px;
height: 24px;
line-height: 24px;
vertical-align: middle;
padding: 0px 0;
border-radius: 5px;
margin: 0 2px;
}
.quantity.input .button-minus:hover,
.quantity.input .button-plus:hover,
.product-order .input .button-minus:hover,
.product-order .input .button-plus:hover {
background-color: #dfdfdf;
cursor: pointer;
}
.product-order .btn {
padding: 9px 11px 11px;
margin: 0 2px;
font-weight: 500;
font-size: 14px;
line-height: 17px;
height: 100%;
}
.product-order .btn svg {
width: 18px;
height: 18px;
margin-left: 12px;
}
.product-args {
margin: 10px 0 15px;
}
.product-args .arg {
display: inline-block;
background-color: var(--light-color);
padding: 3px 7px;
margin: 0 2px 2px 0;
border-radius: 5px;
font-size: 12px;
font-weight: 500;
}
.product-order-promo {
border-top: 1px var(--light-color) solid;
border-bottom: 1px var(--light-color) solid;
margin: 10px 0;
}
.product-order-promo p {
margin: 10px 0;
}
.product-order-promo svg {
height: 24px;
width: 24px;
vertical-align: middle;
margin-right: 5px;
fill: var(--highlight-color);
}
.product-ask-modal {
position: fixed;
z-index: 999;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(255, 255, 255, .75);
display: none;
align-items: center;
justify-content: center;
padding: 20px 30px;
}
.product-ask-modal.on {
display: flex;
}
.product-ask-modal .inner {
position: relative;
}
.product-ask-modal .inner .close {
position: absolute;
top: -15px;
right: -15px;
padding: 5px;
background-color: #FFF;
border-radius: 20px;
height: 35px;
width: 35px;
line-height: 35px;
text-align: center;
}
.product-ask-modal .inner .close svg {
width: 16px;
height: 16px;
}
.product-ask-modal .inner .form {
background-color: #FFF;
border-radius: 8px;
padding: 20px;
box-shadow: 0px 15px 25px rgba(0, 0, 0, .1);
max-width: 500px;
margin: 0 auto;
}
.product-ask-modal textarea,
.product-ask-modal input:not([type=submit]) {
padding: 15px 15px;
background-color: rgba(255, 255, 255, .1);
border-radius: 10px;
color: var(--base-color);
border: 1px var(--border-color) solid;
width: 100%;
height: 150px;
display: block;
margin: 0 auto 10px;
font-family: var(--font-base);
font-size: 16px;
line-height: 24px;
transition: all .25s ease;
}
.product-ask-modal input[type=email],
.product-ask-modal input[type=text] {
height: auto;
}
.product-ask-modal .btn {
margin-left: 0;
}
.product-ask-modal h2 {
font-size: 18px;
line-height: 1.25em;
}
.goldtext {
background-image: linear-gradient(to right,
#462523 0,
#cb9b51 22%,
#f6e27a 45%,
#f6f2c0 50%,
#f6e27a 55%,
#cb9b51 78%,
#462523 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 800;
font-size: 2em;
line-height: 1.25em;
margin: 0 auto 25px;
letter-spacing: -1px;
transform: translateY(-20px) scale(0.5);
transition-delay: .35s;
filter: blur(3px);
}
.goldtext.visible {
transform: translateY(0px) scale(1);
filter: blur(0px);
}
@media (max-width: 420px) {
body {
font-size: 13px;
line-height: 18px;
}
h2 {
font-size: 22px;
line-height: 24px;
}
body.scrolled .header {
height: 75px;
top: 50px;
}
.header a:not(.logo) {
flex: 0 0 60px;
}
.header a.logo {
flex: 0 0 calc(100vw - 240px);
}
.header a.logo img {
max-width: 100%;
padding: 2px 15px 8px 15px;
height: 55px;
}
.header a:not(.logo) span {
font-size: 10px;
}
.promo-bar {
padding: .25em 1.5em;
height: 50px;
display: flex;
align-items: center;
}
.product-item .title,
.offer-slider .item .title {
font-size: 15px;
line-height: 20px;
min-height: 40px;
}
.product-item,
.offer-slider .item {
padding: 7px;
}
.product-item .price,
.offer-slider .item .price {
font-size: 20px;
}
.product-item .delivery,
.offer-slider .item .delivery {
font-size: 11px;
letter-spacing: -.5px;
}
.product-detail .product-description {
font-size: 13px;
line-height: 18px;
}
.footer .person {
padding-left: 5px;
padding-right: 5px;
}
.footer .person .name {
font-size: 26px;
}
.footer .mail a,
.footer .person a {
font-size: 18px;
}
}  @media (max-width: 992px) {
.products .product-tiles {
padding-left: 0;
padding-right: 0;
}
}
.products.category-237 .product-tiles {
justify-content: space-evenly;
}
.product-item {
display: flex;
flex-direction: column;
}
.product-item .delivery,
.offer-slider .item .delivery {
display: none;
margin-top: 10px;
}
@media (min-width: 992px) {
.blog .tile-boxes .item .caption,
.blog .gallery-slider .item .caption {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; line-clamp: 3;
-webkit-box-orient: vertical;
min-height: 78px;
}
}
.blog .tile-boxes .item .more,
.blog .gallery-slider .item .more {
margin-bottom: 15px;
padding-bottom: 0;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; line-clamp: 3;
-webkit-box-orient: vertical;
font-size: .9em;
line-height: 1.3em;
}
.product-detail .product-price {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.product-detail .product-price ins {
font-weight: bold;
order: 0;
text-decoration: none;
}
.product-detail .product-price del {
line-height: 26px;
text-decoration: line-through;
opacity: .5;
display: inline-block;
margin-left: 15px;
background-color: var(--alt-color);
color: #FFF;
padding: 3px 9px;
font-size: 15px;
order: 1;
}
.product-detail .product-price .uom {
padding-left: 10px;
}
.product-detail .product-price .woocommerce-price-suffix {
display: none;
}
.product-order p.iworks-omnibus {
display: block;
text-align: center;
font-size: .7em;
padding: .5em;
}
.product-detail .product-price .iworks-omnibus {
margin: .5em 0;
font-size: 11px;
line-height: 13px;
color: var(--alt-color);
flex: 0 0 100%;
width: 100%;
order: 2;
}
.photos .owl-item video,
.photos .owl-item img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.product-icons .icon img {
display: block;
width: 46px;
height: 46px;
fill: var(--base-color);
margin: 0 auto 2px;
padding: 5px;
}
.addp-selectable .nice-select {
max-width: 50%;
width: 100%;
margin-left: auto;
}
.nice-select .current {
display: block;
width: 100%;
overflow: hidden;
}
.nice-select .list {
width: 100%;
}
.nice-select .list .option {
white-space: wrap;
line-height: normal;
min-height: unset;
padding: 10px 18px 10px 29px;
}
.addp-modal-wrapper input[type="number"] {
margin-right: 10px;
font-family: var(--font-base);
background-color: #FFF;
border: 1px solid var(--light-color);
border-radius: 8px;
padding: 12px 16px;
}
.addp-modal-wrapper input[type="number"]:focus {
border: 1px solid var(--light-color);
outline: none;
box-shadow: none;
}
.gallery-slider.no-carousel {
gap: 30px;
justify-content: flex-start;
}
@media (max-width: 992px) {
.gallery-slider.no-carousel {
gap: 10px;
}
.gallery-slider .item img {
height: 240px;
}
}
.woocommerce a.remove:hover {
background: unset;
} .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {  }
.woocommerce .wc-proceed-to-checkout .btn {
width: 100%;
margin: 0 auto 15px;
}
.product-detail .subtitle {
font-size: 13px;
color: var(--highlight-color);
}
.checkout-section {
background-color: var(--light-color);
padding: 20px 0;
}
#customer_details {
margin: 10px 0 25px;
padding: 10px 0; width: 100%; border-radius: 12px;
}
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="number"],
.form-row input[type="tel"],
textarea {
font-family: var(--font-base);
background-color: #FFF;
border: 1px solid var(--light-color);
border-radius: 8px;
padding: 12px 16px; display: block;
width: 100%;
flex: 0 0 100%;
position: relative;
z-index: 3;
}
.form-row textarea {
height: 150px;
}
.order-details-list {
padding-left: 0;
list-style-type: none;
}
.woocommerce-order-details table,
.woocommerce_order_items {
margin: 10px 0 25px;
padding: 10px 30px 30px;  box-shadow: 0px 10px 15px -2px rgba(0, 0, 0, .15);
width: 100%;
background-color: #FFF;
border-radius: 12px;
}
form.woocommerce-ordering {
position: relative;
z-index: 99;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
margin-top: -40px !important;
}
.addp-modal.show {
border-radius: 10px;
height: 80vh !important;
min-height: 400px;
max-height: 650px !important;
box-shadow: 0px 10px 20px rgba(0, 0, 0, .2);
}
.addp-modal.show .modal-header {
background-color: var(--alt-color);
padding: 25px !important;
color: #FFF;
}
.addp-modal.show .modal-body {
padding: 10px 15px;
font-size: 14px;
background-color: var(--light-color);
}
.addtnl-product-form p {
text-align: center;
}
.addtnl-product-form p strong em {
font-style: normal;
color: var(--alt-color);
}
.addtnl-product-form .quantity {
width: 250px;
max-width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
}
.addp-modal-wrapper input[type="number"] {
margin-right: 10px;
font-family: var(--font-base);
background-color: #FFF;
border: 1px solid var(--light-color);
border-radius: 8px;
padding: 12px 16px;
max-width: 100px;
text-align: center;
font-weight: 600;
}
.addp-modal-wrapper .addp-desc {
font-size: 11px;
color: #787878;
line-height: initial;
text-align: center;
display: block;
margin: .5em 0 3em;
border-bottom: 1px rgba(0, 0, 0, .1) solid;
padding-bottom: 1em;
}
.addp-selectable .nice-select {
max-width: 70% !important;
}
.addp-button-wrapper {
text-align: center;
}
.addp-product-row img,
.addp-product-packaging-row img {
max-height: 65px !important;
}
.addp-modal-close span {
color: #FFF;
font-size: 24px;
}
.addp-modal-close span:hover {
cursor: pointer;
}
.container .woocommerce {
padding: 15px 0 25px;
}
.tinv-wraper.woocommerce {
position: absolute;
right: 10px;
top: 10px;
}
nav.woocommerce-MyAccount-navigation {
background-color: var(--light-color);
padding: 5px;
margin: 1em 0;
border-radius: 10px;
}
nav.woocommerce-MyAccount-navigation li a {
display: inline-block;
margin: .35em 0;
font-size: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content {
font-size: 15px;
line-height: 20px;
}
.regular-columns {
margin: 25px 0;
padding: 25px 0;
}
.regular-columns .col-12 {
padding: 1em 2em;
}
.montage-section-1 {
background-color: var(--light-color);
padding: 25px 0;
margin: 25px 0;
}
.montage-section-1 iframe {
width: 100%;
height: 500px;
max-height: 70vh;
}
.consultants ul {
display: flex;
justify-content: space-between;
list-style: none;
padding: 0 0;
flex-wrap: wrap;
}
.consultants ul li {
display: block;
background-color: var(--light-color);
padding: 20px;
flex: 0 0 100%;
border-radius: 10px;
margin-bottom: 15px;
}
@media (min-width: 992px) {
.consultants ul li {
flex: 0 0 31%;
}
}
.consultants ul li i {
color: var(--highlight-color);
font-size: 20px;
margin-right: 10px;
vertical-align: middle;
}
.consultants .people+.people {
margin-top: 3em;
}
.consultants .people {
display: block;
margin: 0 auto;
text-align: center;
}
.consultants .people img {
border-radius: 50%;
margin: 0 auto 15px;
}
.consultants .people h3 {
font-weight: 700;
font-size: 28px;
margin: 0 0 .5em;
line-height: 1.5em;
}
.consultants .people h4 {
font-weight: 300;
font-size: 15px;
line-height: 1.25em;
}
.consultants a {
color: var(--highlight-color);
font-size: 22px;
font-weight: 600;
letter-spacing: -.5px;
transition: all .25s ease;
}
.consultants a:hover {
color: #000;
}
body.single-product .breadcrumbs {
margin-top: 40px;
}
@media only screen and (max-width: 991px) {
body.single-product .breadcrumbs {
margin-top: 60px;
}
}
@media only screen and (max-width: 340px) {
body.single-product .breadcrumbs {
margin-top: 10px;
}
.header .logo span {
font-size: 9px;
letter-spacing: 0px;
}
.opinions .name {
font-size: 15px;
}
.opinions .brand {
max-width: 50px;
}
}
.single-product .text-wrap ul {
font-size: 1.15em !important;
background-color: #FFF;
font-weight: 500;
padding: 1em 2.5em;
border-radius: .5em;
margin: 1em 0;
}
.single-product .text-wrap h2 {
color: var(--highlight-color);
font-weight: 600;
font-size: 1.75em;
text-transform: uppercase;
margin: 1em 0 .5em;
}
.shipping-montage blockquote {
font-size: 16px;
padding: 1em 1.5em;
margin: 0;
background-color: #f5f5f5;
border-radius: .25em;
line-height: 1.5em;
}
.woocommerce .product-item button.button,
.woocommerce .item button.button {
font-size: 14px;
font-weight: 600;
padding: 10px 5px 12px;
width: 90%;
display: block;
transition: all .25s ease;
}
.woocommerce .product-item button.button:hover,
.woocommerce .item button.button:hover {
color: #FFF;
background-color: var(--alt-color);
}
.woocommerce .product-item .quantity.input,
.woocommerce .item .quantity.input {
text-align: center;
}
.woocommerce .product-item .quantity-unit,
.woocommerce .item .quantity-unit {
font-size: .9em;
}
.woocommerce .product-item form input[type=number],
.woocommerce .item form input[type=number] {
border: 1px #dfdfdf solid;
max-width: 70px;
margin-top: 10px;
display: inline-block;
font-size: 14px;
padding: 5px 10px;
text-align: center;
font-weight: 600;
}
#custom-popup .popup-wrapper .popup-header button {
border: 0;
width: 40px;
height: 40px;
font-size: 40px;
}
#custom-popup .popup-wrapper>button {
background: var(--highlight-color);
font-size: 1em;
font-family: 'Open Sans';
font-weight: 600;
color: #FFF;
border: 0;
padding: .5em 2em;
width: 200px;
margin: .5em auto;
}
.wanna-cheap {
padding: .5em;
text-align: center;
max-width: 150px;
font-size: 12px;
line-height: 15px;
}
.wanna-cheap a {
font-weight: bold;
color: var(--highlight-color);
}
@media (max-width: 992px) {
.photos .owl-item a.zoom {
display: block;
height: 420px;
}
.photos .owl-item img {
object-fit: contain;
outline: 1px #dfdfdf solid;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
width: 700px;
}
}
@media (max-width: 420px) {
body {
padding-top: 135px;
}
body.cart,
body.checkout {
padding-top: 185px;
}
.woocommerce-page table.cart td.actions .coupon {
text-align: center;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
float: initial;
}
.woocommerce-page table.cart td.actions .coupon .input-text+.button {
float: initial;
margin: 10px auto 0;
width: initial;
}
.woocommerce table.shop_table td {
padding: 4px 15px;
}
.woocommerce form .form-row textarea {
min-height: 100px;
}
.product-order .btn {
font-size: 10px;
}
.product-order .btn svg {
display: none;
width: 15px;
height: 15px;
margin-left: 10px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
margin-top: 0px !important;
}
}
.wpcf7-mailsent-confirmation {
display: none;
}
.wpcf7 form .wpcf7-response-output {
text-align: center;
padding: 1.5em;
background-color: var(--light-color);
border-radius: 9px;
}
.wpcf7-mailsent-confirmation {
text-align: center;
font-size: .85em;
padding: 0 1em 1em;
line-height: 1.2em;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
border: 0;
border-radius: 8px;
background-color: #FFF;
margin: 1em 0 3em;
text-align: center;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
position: relative;
top: initial;
left: initial;
display: inline-block;
margin-right: 5px;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
float: none;
}
.woocommerce-checkout .checkout-section .woocommerce-form-login-toggle .woocommerce-info {
margin: 0 auto 5px;
padding: 9px;
font-size: .8em;
}
.woocommerce-checkout .checkout-section .woocommerce-form-login-toggle .woocommerce-info a {
color: var(--highlight-color);
}
.woocommerce-checkout .checkout-section .woocommerce-form-coupon-toggle {
display: none;
}
@media (max-width: 992px) {
.main-nav-mobile li.menu-item-has-children ul.sub-menu {
display: none;
}
.main-nav-mobile li.menu-item-has-children.active ul.sub-menu {
display: block;
}
.main-nav-mobile ul li a.store svg {
fill: var(--highlight-color);
}
body.cart .shop_table .quantity.input {
margin: 0 0 0 auto;
display: flex;
position: relative;
max-width: 110px;
background-color: #fff; }
body.cart .shop_table .quantity .button-plus,
body.cart .shop_table .quantity .button-minus {
top: 10px;
}
}
tr.woocommerce-cart-form__cart-item.cart_item .product-quantity {
position: relative; }
tr.woocommerce-cart-form__cart-item.cart_item input.button-minus,
tr.woocommerce-cart-form__cart-item.cart_item input.button-plus {  flex: 0 0 24px;
z-index: 99;
}
tr.woocommerce-cart-form__cart-item.cart_item input.button-minus {
left: 25px;
}
tr.woocommerce-cart-form__cart-item.cart_item input.button-plus {
right: 25px;
}
body.cart .woocommerce .quantity {
display: flex;
justify-content: space-between;
align-items: center;
border: 1px #ddd solid;
border-radius: 5px;
}
body.cart .woocommerce .quantity .qty {
width: calc(100% - 80px) !important;
margin: 0 auto;
display: block;
border: none;
max-width: 52px;
min-width: 52px;
padding: 5px;
text-align: center;
appearance: textfield;
-moz-appearance: textfield;
-webkit-appearance: textfield;
}
@media (min-width: 992px) {
body.cart .woocommerce .quantity .qty { position: relative;
}
}
@media (min-width: 1200px) {
tr.woocommerce-cart-form__cart-item.cart_item input.button-minus,
tr.woocommerce-cart-form__cart-item.cart_item input.button-plus {
top: 20px;
}
}
@media (min-width: 767px) and (max-width: 992px) {
body.cart .shop_table .quantity .button-plus,
body.cart .shop_table .quantity .button-minus { top: initial;
bottom: -30px;
}
body.cart .shop_table .quantity .button-minus {
left: 10px;
}
body.cart .shop_table .quantity .button-plus {
right: 10px;
}
}
@media (max-width: 767px) { .woocommerce ul#shipping_method li {
text-align: left;
}
.woocommerce ul#shipping_method {
clear: both;
}
}
.woocommerce-checkout #payment ul.payment_methods li {
line-height: 1.5;
}
.woocommerce-checkout #payment ul.payment_methods li label {
transition: all .25s ease;
}
.woocommerce-checkout #payment ul.payment_methods li label:hover {
color: var(--highlight-color);
cursor: pointer;
} .more-attribs {
padding: 30px 0;
margin-bottom: 20px;
}
.more-attribs .row {
justify-content: space-between;
}
.more-attribs .container {
padding: 35px 50px 35px;
background-color: var(--alt-color);
border-radius: 15px;
}
.more-attribs .box {
flex: 0 0 auto;
cursor: pointer;
font-size: 15px;
color: #FFF;
transition: all .25s ease;
}
.more-attribs .box a {
transition: all .25s ease;
color: #FFF;
}
.more-attribs .box:hover,
.more-attribs .box:hover a {
color: rgba(255, 255, 255, .75);
}
.more-attribs .box:hover {
transform: scale(1.05);
}
.more-attribs .box img {
width: 32px;
height: 32px;
object-fit: scale-down;
vertical-align: middle;
margin-right: 5px;
filter: invert(1);
}
@media (max-width: 992px) {
.more-attribs .box {
flex: 0 0 100%;
}
.more-attribs .container {
padding: 25px 30px 35px;
border-radius: 7px;
margin: 0 10px;
}
.more-attribs span.tooltip-text {
position: relative;
visibility: visible;
opacity: 1;
bottom: initial;
margin: 0 0;
display: block;
width: initial;
left: initial;
background: transparent;
text-align: left;
margin-bottom: 25px;
line-height: 14px;
}
}
.product-image-link {
position: relative;
}
.secondary-image {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.product-tiles .product-item:hover .first-image,
.owl-item .product-item:hover .first-image {
opacity: 0;
}
.product-tiles .product-item:hover .secondary-image,
.owl-item .product-item:hover .secondary-image {
opacity: 1;
}
@media (max-width: 992px) {
.gallery {
padding: 15px 10px 20px;
}
.product-extra-gallery .col-6 {
padding: 5px 5px;
}
.product-extra-gallery.gallery a img {
height: 150px;
object-fit: cover;
width: 100%;
}
.gallery-slider.no-carousel .item {
flex: 0 0 47%;
}
.tile-boxes .item .caption,
.gallery-slider .item .caption {
padding: 10px 15px 15px;
font-size: 14px;
font-weight: 600;
line-height: 19px;
letter-spacing: 0;
}
}
.cart tr.fee{
display: none!important;
}
.products .shop-description {
margin: 0 auto 50px;
padding: 0 15px;
font-size: 14px;
line-height: 20px;
}
.shop-description h2.wp-block-heading {
margin-top: 15px;
font-size: 24px;
font-weight: 700; }