html, body {
position: relative;
scroll-behavior: smooth;
color: #000;
height: 100%;
width: 100%;
min-width: 100%;
margin: 0 auto;
padding: 0;
font-family: "Urbanist", sans-serif;
list-style-type: none;
background-size: cover;
}
p img{
width:100%;
height:100%;
}
table, td, ul {
height: 100%;
margin: 0;
padding: 0;
font-family: "Urbanist", sans-serif;
list-style-type: none;
}
.wp-block-image .aligncenter{
width:100%!important;
}
header{
position:relative;
width: 100%;
margin: 0 auto;
max-width:2000px;
min-height:85px;
-webkit-box-shadow: 1px -2px 34px 3px #e8e8e8;
box-shadow: 1px -2px 34px 3px #e8e8e8;
margin-bottom: 17px;
}
main{
position:relative;
width:100%;
margin:0 auto;
padding-top: 32px;
max-width: 2000px;
}
footer {
width: 100%;
background-color: #000;
font-size: 1em;
color: #fff;
padding: 20px 0;
max-width: 2000px;
margin: 0 auto;
margin-top: 75px; 
text-align:center;
}
a {
color: #000;
}
a:hover {
cursor: pointer;
color: grey;
}
img {
max-width: 100%;
max-height: 100%;
}
hr {
margin-block-start: 35px;
margin-block-end: 35px;
color:#e8e8e8;
}
button, button[type=submit] {
font-size: .8em;
text-transform: uppercase;
background-color: #000!important;
padding: 7px;
color: #fff;
border: none;
}
button a{
color: #fff;
text-decoration: none;
}
button:hover,
input[type="submit"]:hover, button[type=submit]:hover {
outline: none;
background-color:#fff!important;
color:#000!important;
transition: all 1s;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
cursor: pointer;
text-decoration: none;
border: 1px solid #000;
}
button:hover a{
color:#000!important;
}
button.toggle-btn {
text-transform: none;
border: none;
text-decoration: underline;
font-size: 1em;
background: none;
color: black;
padding: 10px 0;
font-family: "Urbanist";
background-color:#fff!important;
}
.collapsible {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
transition: max-height 0.3s ease;
}
.collapsible.expanded {
-webkit-line-clamp: unset;
}
.wpforms-submit:hover{
color:#fff!important;
background:#000;
transition: all 1s;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
cursor: pointer;
}
.breadcrumbs{
text-align:left;
text-transform:initial;
margin: 10px 0;
font-size: 1em;
}
.breadcrumbs a {
text-decoration: none;
}
span.breadcrumb_last{
color:#7d7d7d;
text-transform:capitalize;
}
.navigation {
text-align: center;
}
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #fff;
}
::-webkit-scrollbar
{
width: 15px;
background-color: #fff;
}
::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
} * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.product {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
width: 100%;
}
.productSold{
background-color: red;
padding:5px;
margin: 10px 0;
display: inline-block;
color: #fff;
text-transform: uppercase;
}
.productCity button {
font-size: 1em;
text-transform: uppercase;
background-color: #000;
padding: 7px;
color: #fff;
}
.productCity button:hover {
outline: none;
background-color:#fff;
color:#000!important;
cursor: pointer;
text-decoration: none;
border: 1px solid #000;
}
.productDetails h1 {
text-transform: uppercase;
width: fit-content;
}
.productDetails h2 {
display:block;
font-weight: normal;
font-size: 1.2em;
padding: 10px 0 0 0;
}
.productDetails span {
display: inline-block;
color: black;
text-transform: uppercase;
margin-bottom: 5px;
font-size:.7em;
}
.productDetails span:empty {
display: none;
}
.productItem button, .productItem span{
position : relative;
margin:5px;
display: inline-block;
}
.productItemPrice{
padding: 5px;
border: 1px solid black;
}
.sliderPrice{
position:absolute;
font-size:1em!important;
margin-left:10px!important;
z-index:99;
}
.productmainImage img {
width: 100%;
height: auto;
margin-top: 25px;
}
@media (min-width: 768px) {
.product {
grid-template-columns: 1fr 1fr;
}
}
.productItem {
position: relative;
overflow: hidden;
width: 100%;
aspect-ratio: 16/9;
cursor: pointer;
transition: box-shadow 0.3s ease, transform 0.3s ease;
border-radius: 15px;
border: 1px solid #cecece;
}
.productItem img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
transition: opacity 0.5s ease, transform 0.5s ease;
}
.productItem .hover-img {
opacity: 0;
transform: scale(1.05);
}
.productItem:hover {
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
transform: translateY(-5px);
}
.productItem:hover .hover-img {
opacity: 1;
transform: scale(1);
}
.productItem:hover .default-img {
opacity: 0;
transform: scale(1.05);
} .headerContainer {
position: fixed;
min-height: 117px;
width: 100%;
margin: 0 auto;
z-index: 9;
transition: background-color 0.3s ease;
top:0;
max-width:2000px;
background-color:#fff;
}
.headerContainer.inverted {
background-color: #fff;
-webkit-box-shadow: 1px -2px 34px 3px #e8e8e8;
box-shadow: 1px -2px 34px 3px #e8e8e8;
}
.headerContainer.inverted a {
color: #0e436b;
}
.navBurger.inverted{
background:black!important;
}
.headerNav{
width: 90%;
margin: 0 auto;	
}
.logoMain img{
float:right;
width: 90px;
position: absolute;
right: 0px;
top: 30px;	
}
.urgencyMessage {
position: relative;
display: block;
background-color: black;
min-height: 30px;
width: 100%;
height: 30px;
overflow: hidden;
text-align: center;
font-size: 13px;
padding: 5px;
}
.urgencyMessage span {
position: absolute;
width: 100%;
opacity: 0;
animation: fade 9s infinite;
text-transform:uppercase;
color: #fff;
left:0;
}
.urgencyMessage span:nth-child(1) {
animation-delay: 0s;
}
.urgencyMessage span:nth-child(2) {
animation-delay: 3s;
}
.urgencyMessage span:nth-child(3) {
animation-delay: 6s;
}
@keyframes fade {
0% { opacity: 0; transform: translateY(20%); }
5% { opacity: 1; transform: translateY(0); }
30% { opacity: 1; transform: translateY(0); }
35% { opacity: 0; transform: translateY(-20%); }
100% { opacity: 0; }
}
.breadcrumb {
width: 90%;
margin: 0 auto;
padding: 15px 0;
font-size: .8em;
display: block;
position: relative;
}
.breadcrumb span a {
text-decoration: none;
} .headerDes{
width: 90%;
margin: 0 auto;
display: flex;
justify-content: space-around; 
align-items: center;
gap: 1rem; 
flex-wrap: wrap; 
height: 85px;
}
.headerDes p {
font-size: 1em;
display: inline-block;
padding: 5px;
transition: opacity 0.25s ease-in-out;
margin: 0;
text-transform : uppercase;
}
.headerDes p a {
color: #000;
text-decoration:none;
}
.headerDes p a:hover {
color: #000;
}
.headerDes p {
transition: opacity .25s ease-in-out;
}
.headerDes:hover p {
opacity: 0.25;
}
.headerDes:hover p:hover {
opacity: 1;
color:#fff;
}
a.fullCollection{
color:#fff!important;
background:#000;
padding:5px;	
}
nav{
display:none;
} * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.sliderContainer {
width:100%;
overflow-x: auto;
display: flex;
gap: 1rem;
padding: 1rem;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
cursor: grab;
}
.sliderContainer.dragging {
cursor: grabbing;
}
.sliderContainer .card {
flex: 0 0 80%;
max-width: 300px;
background: white;
border-radius: 1rem;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
scroll-snap-align: center;
display: flex;
flex-direction: column;
overflow: hidden;
position:relative;
}
.sliderContainer .card a{
text-decoration:none;
}
.sliderContainer .card img {
width: 100%;
height: 180px;
object-fit: cover;
}
.sliderContainer .card p {
text-align:left;
text-decoration:underline;
}
.sliderContainer .cardContent {
padding: 1rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
border-top:1px solid #cecece;
}
.cardContent span{
background-color: red;
display: inline-block;
color: #fff;
text-transform: uppercase;
text-align:center;
font-size: 1em !important;
line-height: initial !important;
text-align: center;
padding:1px;
margin: 0 !important;
}
span.cardCollection {
background-color: #000;
color: #fff;
text-transform: uppercase;
padding: 5px;
}
.cardMore{
margin-bottom:5px;
}
.sliderContainer .label {
font-size: 0.75rem;
font-weight: bold;
color: #888;
text-transform: uppercase;
}
.sliderContainer .title {
font-weight: bold;
color: #fff;
background-color: #000;
padding: 5px;
width: fit-content;
text-transform: uppercase;
}
.sliderContainer .text {
font-size: 0.9rem;
color: #555;
flex-grow: 1;
}
.sliderContainer .cta {
margin-top: 1rem;
color: black;
text-decoration: none;
border-radius: 0.5rem;
transition: background 0.3s;
}
.sliderContainer .cta:hover {
background: #fff;
color:#000;
border: none;
}
.sliderContainer::-webkit-scrollbar {
display: none;
}
.sliderContainer {
-ms-overflow-style: none;
scrollbar-width: none;
}
.sliderContainer .nav-buttons {
display: flex;
justify-content: center;
gap: 0.5rem;
margin-top: 1rem;
}
.sliderContainer .nav-button {
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ccc;
cursor: pointer;
transition: background-color 0.3s;
}
.sliderContainer .nav-button.active {
background-color: #007bff;
}
.sliderProgress {
width: 98%;
height: 6px;
background: #eee;
border-radius: 3px;
margin-top: 10px;
overflow: hidden;
margin: 0 auto;
}
.sliderProgressBar {
height: 100%;
width: 1%;
background: #000;
transition: width 0.1s linear;
}
.sliderSingle .cta{
text-decoration: none;
}
#slider {
cursor: pointer;
}
#slider.dragging {
cursor: grabbing; 
}
.cardImage {
position: relative;
width: 100%;
height: 180px;
overflow: hidden;
}
.cardImage img.main-thumb {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
position: relative;
z-index: 2; transition: transform 0.5s ease;
}
.cardImage img.hover-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
transition: opacity 0.5s ease;
z-index: 3; 
pointer-events: none;
}
.cardImage:hover img.hover-img {
opacity: 1; 
}
.cardImage:hover img.main-thumb {
transform: scale(1.05); 
} #containerCategory {
width: 90%;
display: block;
margin: 0 auto;
overflow: hidden;
position: relative;
}
#containerCategory h1 {
text-transform:capitalize;
}
#containerCategory h2{
font-size:2em;
padding: 10px 0;
}
.categoryTitle{
padding:10px 0;
}
.soldItem {
font-size: .8em;
text-transform: uppercase;
background-color: #88d15e;
padding: 7px;
color: #fff;
border: none;
} .mainContainer{
opacity:.5;
transition: all 1s;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
}
#containerHome{
width: 100%;
display: block;
margin: 0 auto;
overflow: hidden;
position: relative;
}
#containerHome h1 {
display:block;
margin: 0;
padding-top: 20px;
}
#containerHome h2, #containerReviews h2 {
margin-top: 0;
color: #000;
padding: 10px;
font-size:2em;
}
#containerHome h2{
display:inline-block;
}
#containerHome .sliderAll {
text-align: right;
display: inline-block;
float: right;
margin-top: 0;
color: #000;
padding: 10px;
font-size: 1.5em;
}
#containerHome span {
font-size: 1.5em;
margin: 0.67em 0;
line-height: 1.5em;
font-family: "Urbanist", sans-serif!important;
}
.homeNews{
width: 90%;
margin: 0 auto;
}
.eapps-widget {
position: relative;
width: 100%;
} #toTop {
display: inline-block;
width: 50px;
height: 50px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 30px;
right: 30px;
transition: background-color .3s, 
opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
background:transparent;
}
#toTop:hover {
cursor: pointer;
}
#toTop.show {
opacity: 1;
visibility: visible;
}
#toTop img{
width:64px;
height:auto;
} #homeFocus, #homeMain {
width: 90%;
margin: 0 auto;
padding: 10px 0;
min-height:490px;
display: flex;           
align-items: center;  
}
#homeMain{
width: 100%;
background: rgba(0, 0, 0, 0.5);
color:white;
}
.homeMainText{
width:90%;
margin: 0 auto;
}
.homeFocusBloc {
position: relative;
width: 50%;
margin: 0 10px 50px 10px;
display: inline-block;
vertical-align: top;
}
.homeFocusBloc a{
text-decoration:none;
color:#fff;
}
.homeFocusImage {
position: absolute;
width: 45%;
display: inline-block;
max-width: 890px;
vertical-align: top;
height: 100vh;
right: 0;
float: right;
}
.homeFocusTag {
margin: 10px 0;
}
.homeFocusExcerpt p, .homeFocusReadMore{
margin:20px 0;
text-align:justify;
line-height: 33px;
font-size:1.1em;
}
.FocusBackground {
background-color: rgba(0, 0, 0, 1);
color: white;
}
button.homeFocusReadMore{
background-color: #fff!important;
color:#000;
}
.homeFocusReadMore a{
color:#000;
}
.imgFocus {
flex: 0 0 40%;              
}
.imgFocus img {
width: 100%;
height: auto;
border-radius: 10px; 
object-fit: cover;
}
.textFocus {
flex: 1;
font-size: 1.1rem;
line-height: 1.6;
color: white;
margin: 10px 10px 10px 20px;
text-align: center;
} .sliderSingle{
width:90%;
margin: 0 auto;
}
.containerSingle, #containerSingleBottom, #containerSingleContact {
width: 90%;
display: block;
margin: 0 auto;
position: relative;
}
.containerSingle h1 img{
display:inline-block!important;
}
.containerSingle img {
display: block !important;
padding: 10px 0;
height: auto;
}
#containerSingleMiddle {
width:100%;
color: white;
background: black;
padding: 20px 0;
font-size:1.2em;
}
.containerSingleAboutSingle{
width:90%;
margin: 0 auto;
padding:10px;
}
#containerSingleContact{
padding-top:23px;
}
.containerSinglecontactForm{
width: 450px;
margin: 0 auto;
}
.containerArticle, .containerPage, .containerError{
width:90%;
margin: 0 auto;
}
.containerError{
text-align:center;
}
.containerPage p, .containerPage h2 {
margin: 15px 0;
}
.containerPage h2{
font-size: 1.5em;
}
.wp-caption-text {
font-size: .7em;
color: #2b2727;
}
.wp-caption {
max-width: 100%;
max-height: 100%;
}
.singleAboutCity{
padding:15px 0;
}
.containerPage ul{
display: block;
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
padding-inline-start: 40px;
}
.containerColumn {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
align-items: center;
font-size:1.2em;
}
.containerColumn > div {
padding: 20px 5px;
text-align:center;
line-height: 1.4;
}
.containerFull{
text-align:center;
font-size:1.2em;
font-weight: 600;
line-height: 2em;
} .custom-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-family: Arial, sans-serif;
}
.custom-table td {
border: 1px solid #ccc;
padding: 10px 15px;
vertical-align: top;
}
.custom-table tr:nth-child(even) {
background-color: #f9f9f9;
}
.custom-table tr:hover {
background-color: #eaeaea;
}
.custom-table td:first-child {
font-weight: bold;
width: 30%;
} .wp-block-gallery,
.gallery {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 30px;
}
.gallery-main {
display: flex;
justify-content: center;
align-items: center;
width: auto;
max-height: 400px;
margin-bottom: 10px;
height: 400px;
padding: 5px;
}
.gallery-main img {
width: 300px;
height: auto;
max-height: 400px;
border-radius: 4px;
transition: all 0.3s;
display: block;
}
.gallery-thumbs {
display: flex;
gap: 5px;
justify-content: flex-start;
flex-wrap: nowrap;
height: 120px;
max-width: 400px;
align-items: center;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.gallery-thumbs::-webkit-scrollbar {
display: none;
}
.gallery-thumbs img {
width: auto;
height: 120px;
object-fit: cover;
cursor: pointer;
border: 1px solid #cfcfcf;
border-radius: 4px;
transition: border-color 0.2s, transform 0.2s;
flex-shrink: 0;
scroll-snap-align: start;
}
.gallery-thumbs img:hover {
transform: scale(1.1);
}
.gallery-thumbs img.active {
border-color: #0073aa;
}
.gallery-main img {
border: 1px solid #cfcfcf;
}
#gallery-1 img{
border:none;
}
#gallery-1 .gallery-item{
display:none!important;
} .newsletterContainer {
width: 90%;
background-color: #000;
font-size: 1.2em;
color: #fff;
padding: 20px 0;
max-width: 2000px;
margin: 0 auto;
}
.wpforms-field-container {
max-width: 450px;
}
#wpforms-150-field_4, #wpforms-150-field_1,#wpforms-150-field_10, #wpforms-317-field_10, #wpforms-317-field_4, #wpforms-317-field_1, #wpforms-317-field_11 {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
overflow-y: hidden;
gap: 1rem; 
padding: 0.5rem;
list-style: none;
scrollbar-width: thin;
scrollbar-color: #000 transparent;
background: linear-gradient(to right, rgba(255,255,255,0) 80%, rgba(0,0,0,0.1) 100%);
mask-image: linear-gradient(to right, black 80%, transparent);
}
.wpforms-image-choices::-webkit-scrollbar {
height: 8px;
}
.wpforms-image-choices::-webkit-scrollbar-track {
background: transparent;
}
.wpforms-image-choices::-webkit-scrollbar-thumb {
background: #000;
border-radius: 4px;
}
.wpforms-image-choices-item {
flex: 0 0 auto;
text-align: center;
}
.wpforms-image-choices-image img {
display: block;
width: 200px!important;
height: auto;
border-radius: 8px;
transition: transform 0.2s ease;
}
.wpforms-image-choices-item:hover img {
transform: scale(1.05);
}
.wpforms-image-choices-label {
display: block;
margin-top: 0.5rem;
font-size: 0.9rem;
color: #333;
}
h2.mailpoet-heading{
font-size:1.5em!important;
color:white!important;
}
#form_email_2{
background:white!important;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message){
background:none!important;
border: 1px solid black!important;
}
p.mailpoet_form_paragraph {
padding: 10px 0;
}
.mailpoet_form_columns {
margin-bottom: 0!important;
} footer a{
color:#fff;
}
footer a:hover {
transition: all 1s;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
}
footer .copyright {
text-align: center;
width: 100%;
}
footer button {
font-size: 1em;
background-color: transparent!important;
}
footer button:hover{
transition: none;
border: none;
background-color: transparent!important;
color: #fff!important;
}
.footerTop p{
font-size: 1em;
padding: 10px 0;
}
.footer {
background-color: #111;
color: #fff;
padding: 40px;
}
.footerTop {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.footerLogo {
max-width: 150px;
margin-bottom: 15px;
}
.footer p {
font-size: 1em;
}
.footerColumn h4 {
font-weight: bold;
background: none;
border: none;
color: #fff;
padding: 0;
text-align: left;
font-size: 16px;
cursor: pointer;
}
.footerLinks,
.footerContact {
list-style: none;
padding: 0;
margin-top: 10px;
}
.footerLinks li,
.footerContact li {
margin-bottom: 8px;
}
.footerLinks a {
color: #ccc;
text-decoration: none;
}
.footerLinks a:hover {
color: #fff;
} .productContainer{
display: flex; 
gap: 2rem; 
flex-wrap: wrap;
width: 90%;
margin: 0 auto;
}
.productDescription{
padding: 10px 0;
}
.productImages{
flex: 1 1 300px;
}
.productImages h1, .productImages h2, .productImages span, .productPrice .original{
display:none;
}
.productPrice {
font-size: 1.5em;
}
span.promo {
font-weight: bold;
padding-right: 7px;
background: transparent;
color: black;
}
.productSold{
background-color: red;
color: #fff!important;
font-size: 1em !important;
line-height: initial !important;
text-align: center;
padding:5px;
}
summary{
text-transform: uppercase;
}
ul.productBenefits{
height:auto;
margin: 25px 0;
}
.productBenefits li{
padding-left: 10px;
margin: 5px 0;
font-size: 1em;
}
.productCta{
margin: 15px 0;
}
.buttonCta {
display: block;
margin: auto;
font-size:1.1em!important;
font-family: "Urbanist", sans-serif;
}
.productAccordions {
margin-top: 20px;
}
.productAccordions .accordion {
border-bottom: 1px solid #ddd;
margin-bottom: 1rem;
}
.productAccordions summary {
cursor: pointer;
font-size: 1.1rem;
padding: 1rem;
position: relative;
list-style: none;
background: #f9f9f9;
border-radius: 6px;
}
.productAccordions summary::after {
content: "+";
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
transition: transform 0.3s ease;
}
.productAccordions .accordion.open summary::after {
transform: translateY(-50%) rotate(180deg);
content: "-";
}
.accordionContent {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
padding: 0 1rem;
font-size: 0.95rem;
color: #333;
}
.accordion.open .accordionContent {
max-height: 1000px; 
padding-bottom: 1rem;
}
.accordionContent p{
margin : 10px 0;
}
div#productFaq {
width: 80%;
margin: 0 auto;
} .qp_a {
display: inline-flex;
flex-direction: row;
align-items: center;
} .glsr-review{
flex: 0 0 80%;
max-width: 300px;
background: white;
border-radius: 1rem;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
scroll-snap-align: center;
display: flex;
flex-direction: column;
overflow: hidden;
}
.glsr-reviews-wrap,.glsr-reviews {
overflow-x: auto;
display: flex!important;
padding: 1rem;
scroll-behavior: smooth;
width: 100%;
}
.glsr-default .glsr-review-date{
flex:initial!important;
}
.glsr-review-author{
font-weight: bold;
}
.glsr-review-author span,.glsr-review-date span{
font-size:1em!important;
}
.glsr-review {
padding:10px
} @media (max-width:890px) {
.headerDes{
display:none;
}
.productImages h1{
display:block;
text-transform: uppercase;
width: fit-content;
}
.productImages h2 {
display:block;
font-weight: normal;
font-size: 1.2em;
padding: 10px 0 0 0;
}
.productImages span{
display: inline-block;
color: black;
text-transform: uppercase;
margin-bottom: 5px;
font-size:.7em;
}
.productImages .productPrice{
display:block;
}
.productImages .promo {
font-weight: bold;
padding-right: 7px;
background: transparent;
color: black;
}
.productDetails h1, .productDetails h2, .productDetails span, .productPrice{
display:none;
}
nav {
display: block;
float: left;
width: auto;
height: auto;
position: relative;
top: 11px;
z-index: 9;
border-radius: 50px;
transition: all .5s;
-webkit-transition: all .5s;
padding-top: 20px;
}
nav:hover {
cursor: pointer;
}
#menuToggle {
display: block;
position: relative;
z-index: 9999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#menuToggle input[type="checkbox"] {
display: block;
position: absolute;
cursor: pointer;
width: 30px;
height: 30px;
opacity: 0;
z-index: 2;
color: #73ab73;
}
#menuToggle span {
display: block;
width: 38px;
height: 2px;
margin-bottom: 9px;
position: relative;
background: #000;
border-radius: 2px;
z-index: 1;
-webkit-transform-origin: 4px 0px;
transform-origin: 4px 0px;
transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
opacity 0.55s ease,
-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
opacity 0.55s ease;
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
opacity 0.55s ease,
-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
#menuToggle span:first-child {
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
}
#menuToggle input:checked~span {
opacity: 1;
-webkit-transform: rotate(45deg) translate(-1px, -1px);
transform: rotate(45deg) translate(-1px, -1px);
background: #ffff;
}
#menuToggle input:checked~span:nth-last-child(3) {
opacity: 0;
-webkit-transform: rotate(0deg) scale(0.2, 0.2);
transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked~span:nth-last-child(2) {
-webkit-transform: rotate(-45deg) translate(1px, 1px);
transform: rotate(-45deg) translate(1px, 1px);
}
#menu {
position: fixed;
width: 70vw;
height: 100vh;
overflow-y: auto;
padding-left: 0;
background-color: #000;
list-style-type: none;
-webkit-font-smoothing: antialiased;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
top: 0;
left: 0;
}
#menuToggle input:checked~section {
-webkit-transform: none;
transform: none;
} .section-nav {
border-top: none;
}
.section-nav {
width: 90%;
margin: 10px auto;
padding: 125px 0 0 15px;
}
.section-nav p {
display: block !important;
margin: 0;
margin-block-start: 0em;
margin-block-end: .7em;
font-size: 1.5em;
}
.section-nav p a {
color: #fff!important;
text-decoration:none;
}
.section-nav p a:hover {
color: #c8c8c8;
}
.section-nav p {
transition: opacity .25s ease-in-out;
}
.section-nav:hover p {
opacity: 0.25;
}
.section-nav:hover p:hover {
opacity: 1;
color:#fff;
}
nav {
display: block;
}
#menu {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.section-nav {
width: auto;
margin: 0;
padding: 0; 
text-align: center;
}
footer .copyright p {
font-size: .8em;
}
#homeFocus, #homeMain{
display:flex;
flex-wrap:wrap;
}
.homeFocusBloc{
width:100%;
margin:0 auto;
order:2;
}
.homeFocusImage{
width:100%;
height:500px;
position:relative;
width:100%;
margin:0;
order:1;
}
.homeNewsBloc{
width:100%;
}
.ArtistContentOverlay{
display:none;
}
}
@media (max-width:768px) {
.containerSingle {
display: block;
}
.footerTop {
grid-template-columns: 1fr;
}
#homeFocus {
flex-direction: column;
align-items: center;
}
.imgFocus {
flex: 0 0 auto;
width: 80%;  
text-align: center;
}
.textFocus {
width: 100%;
text-align: left;
margin-top: 1rem;
}
}
@media (max-width:590px) {
h1 {
font-size: 2em;
}
h2{
font-size:1.3em;
}
#homeFocus, #homeMain{
padding: 20px 0;
}
.containerSinglecontactForm{
width:100%
}
header{
margin-bottom: 20px;
}
#containerHome h2{
display:block;
}
#containerHome .sliderAll{
font-size:1.2em;
display:block;
float:left;
text-align:left;
width: 100%;
}
#mp_form_popup4 {
max-height: 100%!important;
}
.mailpoet_form_image img{
display:none!important;
}
.containerColumn {
grid-template-columns: 1fr;
}
}