:root{
--hdc-primary: #30b4a8 !important;
--hdc-secondary: #197598 !important;
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html,
body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
font-size: 22px;
line-height: 1.6;
color: #222;
font-family: sans-serif;
overflow-x: hidden;
}
img {
max-width: 100%;
height: auto;
}
.wp-block-image img {
height: auto !important
}
.full_width {
margin-inline-start: 0;
margin-inline-end: 0;
}
.full_width img {
width: 100%;
}
.hdc_category_product_featured_image {	
align-self: end;
}
.hdc_list a {
color: #000
}
input, textarea, select {
display: block;
width: 100%;
padding: 12px 26px;
background: transparent;
border: none;
border-bottom: 2px dashed #444;
}
select {
cursor: pointer;
}
h1 {
margin: 0;
text-transform: uppercase;
color:#fff;
font-size: 4rem;
font-weight: 900;
font-style: italic;
line-height: 1;
font-family: 'Oswald', sans-serif;
}
h2 {
color: #00b4aa;
text-transform: uppercase;
line-height: 1.2
}
.home h2 { 
margin-bottom: 0;
}
#header {
position: relative;
width: 100%;
height: 40vh;
background: #ff62b1;
background-repeat: no-repeat;
background-position: right top;
background-size: contain;	
}
.home #header {	
height: 80vh;
}
#header nav {
position: absolute;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 12px 0;
top: 40px;
width: 100%;
background: rgba(0, 0, 0, 0.2);
z-index: 2
}
#header nav ul {
list-style: none;
padding: 0;
margin: 0;
text-shadow: 1px 1px 10px #222, 1px 1px 10px #000;
}
#header nav ul:nth-child(2) {
float: right;
}
#header nav ul li {
float: left;
}
#header nav ul li a {
text-decoration: none;
color: #fff;
text-transform: uppercase;
margin-right: 32px;
font-size: 1.1rem;
font-family: 'Oswald', sans-serif;
}
#header nav ul li a:hover {
color: #00b4aa;
}
#header nav ul li a:hover>svg g,
#header nav ul li a:hover>svg {
fill: #00b4aa;
}
#navigation_icon {
position: fixed;
top: 0.4em;
right: 0.4em;
z-index: 999;
width: 80px;
height: 80px;
cursor: pointer;
display: none;
}
#navigation_icon > label {
display: grid;
place-items: center;
cursor: pointer;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
transition: all 0.2s ease-in-out;
}
#navigation_icon label:hover,
#navigation_icon.nav_open label {
background-color: rgba(0, 0, 0, 0.1);
opacity: 1;
transition: all 0.2s ease-in-out;
}
#navigation_icon span {
height: 4px;
width: 45px;
border-radius: 2px;
background-color: #000;
position: relative;
display: block;
transition: all 0.2s ease-in-out;
}
#navigation_icon span:before {
top: -14px;
visibility: visible;
}
#navigation_icon span:after {
top: 14px;
}
#navigation_icon span:before,
#navigation_icon span:after {
height: 4px;
width: 45px;
border-radius: 2px;
background-color: #000;
position: absolute;
content: "";
transition: all 0.2s ease-in-out;
}
#navigation_icon:hover span,
#navigation_icon:hover span:before,
#navigation_icon:hover span:after {
background: #333332;
}
#navigation_icon.nav_open:hover span,
#navigation_icon.nav_open span {
background: transparent;
}
#navigation_icon.nav_open span:before {
transform: rotate(45deg) translate(11px, 11px);
opacity: 1;
}
#navigation_icon.nav_open span:after {
transform: rotate(-45deg) translate(7px, -10px);
}
.hd_wrap {
width: 1100px;
max-width: 100%;
margin: 0 auto;
}
.clear {
clear: both;
}
.hd_home_hero_wrap {
width: 100%;
height: 100%;
}
.hd_home_hero {
position: relative;
width: 100%;
text-align: center;
top: 160px;
}
.home .hd_home_hero {
width: 70%
}
.hd_home_hero span {
display: block;
color: #fff;
font-size: 2.8rem;
text-transform: uppercase;
font-weight: 900;
font-style: italic;
line-height: 1;
font-family: 'Oswald', sans-serif;
}
.hd_home_button {
display: inline-block;
padding: 12px 22px;
background: #fff;
text-transform: uppercase;
color: #00b4aa;
text-decoration: none;
font-weight: 900;
font-size: 1.4rem;
margin-top: 22px;
font-family: 'Oswald', sans-serif;
}
.hd_home_button:hover {
background: #00b4aa;
color: #fff;
}
#home_content h2 {
text-align: center;
font-family: 'Oswald', sans-serif;
font-size: 3rem
}
.hd_best_sellers {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-column-gap: 20px
}
.home_item_image {
position: relative;
overflow: hidden;
}
.home_item_image img {
display: block;
}
.home_item:hover>.home_item_image>.home_item_view {
opacity: 1;
bottom: 0;
}
.home_item_title {
color: #007598;
margin-top: 12px;
font-weight: bold;
text-align: center
}
.home_item_view {
position: absolute;
bottom: -100px;
left: 0;
width: 100%;
text-align: center;
line-height: 100px;
background: #007598;
color: #ff62b1;
font-size: 1.4rem;
font-weight: bolder;
opacity: 0;
transition: all 250ms ease-in-out;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
}
.wave {
width: 100%;
height: 57px;
margin-top: 80px;
background: url(https://lipitude.com/core/assets/hdt/images/wave.png);
backface-visibility: hidden;
animation: 20s linear infinite;
background-position: 0px 0px;
background-repeat: repeat-x;
animation: parallax 20s linear infinite;
}
.home_testimonials {
background: #007598;
text-align: center;
padding: 40px 0
}
#testimonials {
text-align: center;
margin-top: 2em
}
#testimonials .testimonial {
padding-bottom: 2em;
border-bottom: 2px dashed #bbb;
margin-bottom: 2em
}
#testimonials .testimonial:last-of-type {
border-bottom: 0px dashed transparent;
}
.home_testimonials h2,
#Testimonials h2{
margin-top: 0;
padding-top: 22px;
text-align: center;
font-family: 'Oswald', sans-serif;
font-size: 3rem;
color: #ff62b1;
}
.home_testimonials blockquote, .home_testimonials cite {
color: #eee;
font-style: italic;
}
#testimonials blockquote, #testimonials cite {	
font-style: italic;
}
.home_testimonials blockquote {
margin-bottom: 8px
}
.home_testimonials a {
color: #ff62b1;
text-decoration: none;
font-weight: bolder
}
.home_real_people {
text-align: center;
}
.home_real_people h2 {
margin-top: 0;
padding-top: 22px;
text-align: center;
font-family: 'Oswald', sans-serif;
font-size: 3rem;
color: #00b4aa;
}
.home_real_peoples {
display: none;
}
.home_real_peoples ul {
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
max-height: 300px;
overflow: hidden;
}
.home_real_peoples ul li {
margin: 0;
width: 20%;
}
.home_real_peoples ul li img {
height: 100%;
flex: 1;
-o-object-fit: cover;
object-fit: cover;
}
.home_contact {
background: url(https://lipitude.com/core/assets/hdt/images/home_contact_bg.jpg);
background-size: cover;
margin-top: -22px;
}
.home_contact_top {
font-family: 'Oswald', sans-serif;
float: right;
width: 45%;
padding: 10% 0 calc(10% + 200px) 0;
}
.home_contact_top span {
display: block;
}
.home_contact_top span:first-child {
color: #fff;
font-size: 2rem;
font-weight: bolder;
}
.home_contact_top span:nth-child(2) {
color: #ff62b1;
font-size: 4.2rem;
font-weight: bolder;
margin-top: -32px;
}
.home_contact_bottom {
position: relative;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 0;
top: -200px;
}
.home_contact_bottom h3 {
font-weight: bolder;
font-family: 'Oswald', sans-serif;
font-size: 1.4rem
}
.home_contact_left {
padding: 40px;
background: #ff62b1;
color: #fff;
}
.home_contact_right {
padding: 40px;
background: #fff;
text-align: center;
}
.home_contact_right img {
max-width: 75%;
margin-bottom: 22px;
}
.hdf_form_container label.hdf_label_title {
text-align: left;
}
.hdf_submit {
display: inline-block;
padding: 12px 22px;
background: #ff62b1;
text-transform: uppercase;
color: #fff;
text-decoration: none;
font-weight: 900;
font-size: 1.4rem;
margin-top: 22px;
cursor: pointer;
font-family: 'Oswald', sans-serif;
}
.hdf_submit:hover {
background: #00b4aa;
}
.hd_footer {
background: #007598;
color: #fff;
padding: 12px 0;
font-size: 0.8rem;
}
.hd_footer a {
color: #fff;
text-decoration: none;
display: inline-block;
}
.hd_footer .footer_links a {
margin-left: 22px;
}
.home .hd_footer {
margin-top: -140px;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
border:3px solid #777;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img:hover {
border:3px solid #ff62b1;
}
@keyframes parallax {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
} .hdc_cart_quantity {
padding: 12px 6px !important;
}
.hdc_category_product_title {
color:#00b4aa;
text-transform: uppercase;
line-height: 1.2;
font-size: 1rem !important
}
#product_title,
#hdc_category_page_title,
#hdc_product_title{
text-transform: uppercase;
font-weight: 900;
line-height: 1.2;
font-family: 'Oswald', sans-serif;
}
.hdt_hint {
font-size: 0.85em;
}
.hdt_hint strong {
box-shadow: inset 0 0px 0 #fff, inset 0 -0.4em 0 rgb(213, 250, 247)
}
.hdc_product_columns2 {
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}
.hdc_product_columns3 {
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) !important;
}
.hdc_product_columns4 {
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) !important;
}
.hdc_product_columns4 .hdc_category_product_title {
font-size: 1rem !important;
overflow: hidden
}
#hdc_category_page .hdc_category_product_title {
word-break: break-word;
}
.hdcommerce .hdc_variation {
background: #197598 !important;
}
.hdcommerce .hdc_variation_selected {
background: #2fb4a9  !important;
}
#hdc_product_page #add_to_cart {
background: #30b4a8 !important;
}
#hdc_tabs > ul:first-child li {
background: #1a7598 !important;
}
#hdc_tabs ul li.hdc_active_tab {
background: #2fb4a9 !important
}
#hdc_tab_content {
border: 2px solid #30b4a8 !important;
}
#hdc_full_description > h2{
margin-top: 0;
padding-top: 0
}
#hdc_product_page {
padding: 4rem 0 !important;
}
#hdc_product_page #product_price {
margin-bottom: 12px;
font-size: 1.8em;
}
#hdc_breadcrumbs {
font-size: 0.8rem;
margin: 0 !important
}
#hdc_sidebar {
padding: 0 !important;
background: transparent !important
}
#hdc_sidebar_mix {
border: 2px dashed #ff62b1
}
#hdc_sidebar_mix:hover{
border-color: #00b4aa
}
#hdc_sidebar_mix:hover .hdc_view_product_button {
background: #00b4aa !important
}
.hdc_sidebar_widget {
background: #efefef;
padding: 1em;
margin-bottom: 1em
}
#hdc_sidebar ul li a {
color: #00b4aa !important
}
#hdc_sidebar h3 {text-transform: uppercase}
#hdc_category_page .hdc_view_product_button,
#hdc_category_page .prev.page-numbers, #hdc_category_page .next.page-numbers {
background-color: #197598 !important
}
#hdc_category_page .hdc_category_product:hover .hdc_view_product_button,
#hdc_category_page .prev.page-numbers:hover, #hdc_category_page .next.page-numbers:hover{
background-color:#00b4aa !important
}
#hdc_review_rating > span:hover:before, #hdc_review_rating > span:hover ~ span:before {
color: #2fb4a9 !important
}
.hdc_variation_dropdown_wrapper .hdc_variation_type {
padding: 1em
}
#hdc_product_page .hdc_variation_dropdown_wrapper h3.variation_type {
font-size: 1em;
text-align: right;
}
.hdc_variation_dropdown {
display: inline-block !important;
width: auto !important
}
.hdc_variation_dropdown,
.hdc_variation_dropdown .hdc_variation {
text-align: right;
padding: 12px 0 !important
}
#hdc_product_page .hdc_variation_dropdown.hdc_variation_selected {
background: transparent  !important;
}
.hdcommerce .hdc_variation_item {	
background-color: var(--hdc-secondary, #2d2d2d);
}
.hdcommerce .hdc_variation_item.active {
background-color: var(--hdc-primary, #2d2d2d);
}
.hdcommerce .hdc_button {
border-radius: 0
}
#hdc_product_featured_image {
border: 1px solid #ccc;
background: #eee;
cursor: pointer;
}
.hdc_product_item_title {
color: #00b4aa;
text-transform: uppercase;
line-height: 1.2;
}
.hdcommerce .hdc_product_item,
.hdcommerce .hdc_product_item_featured_image{
background-color: #efefef
}
.hdcommerce #hdc_shop_main_content {
grid-gap: 0.6rem;
}
@media (max-width: 1400px) {
.hd_home_hero img {
max-width: 400px;
}
.hd_home_hero span {
font-size: 2rem
}
.hd_home_button {
font-size: 1rem
}
}
@media (max-width: 1120px) {
h1 {
line-height: 1;
font-size: 1.4rem;
}
h2 {
font-size: 1.6rem;
line-height: 1;
}
h3 {
font-size: 1.4rem;
line-height: 1
}
#header nav {
display: none
}
#navigation.nav_open {
display: grid;
place-items: center
}
#header nav#navigation {
position: fixed;
top: 0;
left: 0;
height: 100vh;
overflow-y: auto;
background: #ff62b1;
}
#header nav ul li {
display: block;
float: none;
margin: 1em 0;
}
#header nav ul:nth-child(2) {
float: none;
}
#header {
background-size: cover;
}
.home .hd_home_hero {
width: 100%;
top: 4rem
}
.hd_home_hero img {
max-width: 200px
}
.hd_home_hero span {
text-shadow: 1px 1px 10px #222, 1px 1px 10px #000;
}
.hd_wrap {
padding: 0 1rem;
line-height: 1.4
}
#home_content h2,
#home_real_people h2,
#home_testimonials h2 {
font-size: 2rem;
margin-bottom: 0.4rem
}
.hd_best_sellers {
grid-template-columns: 1fr;
}
.home_contact_top {
float: none;
width: initial
}
.home_contact_top span {
line-height: 1.2
}
.home_contact_top span:nth-child(2) {
margin-top: initial;
line-height: 1
}
.home_contact_bottom {
grid-template-columns: 1fr
}
#hdc_full_description > h2 {
font-size: 1.2rem
}
#hdc_tabs > ul:first-child li {
padding: 12px 16px !important
}
#hdc_review_rating {
margin-top: -1em
}
#hdc_review_rating > span {
font-size: 1.2rem !important
}
.page h1,
.single h1 {
text-shadow: 1px 1px 10px #222, 1px 1px 10px #000;
}
#hdc_category_page, #product_main, .hdc_product_columns2, .hdc_product_columns3, .hdc_product_columns4, #hdc_category_page .hdc_product_columns1 .hdc_product_link {
grid-template-columns: 1fr !important;
}
#navigation_icon {
display: block
}
.hdcommerce #hdc_wrapper {
padding: 2rem 1rem !important
}
.hdcommerce .hdc_shop_category_page_header,
.hdcommerce #hdc_shop_main,
.hdcommerce #hdc_shop_main_content,
.hdcommerce #hdc_shop_main_content.hdc_col_3,
.hdc_col_4,.hdc_col_3,.hdc_col_2,.hdc_col{
grid-template-columns: 1fr;
}
.hdcommerce .hdc_cart_row {		
grid-template-columns: 60% 20% 15% 5%;
}
#hdc_shop_sidebar {
position: static !important;
overflow: initial !important;
max-height: initial !important
}
}