@font-face {
font-family: "Unbounded-Regular";
font-style: normal;
font-weight: 400;
src: url(//prestigemedicalwholesale.com/wp-content/themes/prestige-medical/assets/fonts/Unbounded-Regular.ttf)
format("truetype");
}
@font-face {
font-family: "Unbounded-Medium";
font-style: normal;
font-weight: 500;
src: url(//prestigemedicalwholesale.com/wp-content/themes/prestige-medical/assets/fonts/Unbounded-Medium.ttf)
format("truetype");
}
@font-face {
font-family: "Unbounded-Light";
font-style: normal;
font-weight: 300;
src: url(//prestigemedicalwholesale.com/wp-content/themes/prestige-medical/assets/fonts/Unbounded-Light.ttf)
format("truetype");
}
@font-face {
font-family: "Unbounded-SemiBold";
font-style: normal;
font-weight: 600;
src: url(//prestigemedicalwholesale.com/wp-content/themes/prestige-medical/assets/fonts/Unbounded-SemiBold.ttf)
format("truetype");
}
.pulse {
animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
from {
box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
}
to {
box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
}
} select:-internal-autofill-selected,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
outline: none !important;
transition: background-color 0s 600000s, color 0s 600000s !important;
-webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0) inset !important;
background-color: rgba(0, 0, 0, 0) !important;
}
input:focus-visible {
outline: none;
}
body {
color: #003043;
background-color: #fffcf0;
font-family: "Unbounded-Light", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 28px; letter-spacing: -0.3px;
padding-top: 105px;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
outline: none !important;
box-shadow: none !important;
}
button:hover {
cursor: pointer;
}
a:hover,
a {
text-decoration: none;
color: #003043;
}
h1 {
color: #003043;
text-align: center;
font-family: "Unbounded-Regular", sans-serif;
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: 61px; letter-spacing: -1.2px;
margin-bottom: 0;
}
h2 {
color: #003043;
font-family: "Unbounded-Regular", sans-serif;
font-size: 39px;
font-style: normal;
font-weight: 400;
line-height: 56px;
margin-bottom: 1rem;
letter-spacing: -0.78px;
}
h3 {
color: #003043;
font-family: "Unbounded-Medium";
font-size: 33px;
font-style: normal;
font-weight: 500;
line-height: 44px; letter-spacing: -0.66px;
margin-bottom: 0.5rem;
}
h5 {
color: #003043;
font-family: "Unbounded-Medium", sans-serif;
font-size: 23px;
font-style: normal;
font-weight: 500;
line-height: 44px; letter-spacing: -0.46px;
margin-bottom: 0;
}
h6 {
color: #003043;
font-family: "Unbounded-Regular", sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 400;
letter-spacing: -0.34px;
}
button {
border-radius: 9px;
border: none;
text-align: center;
font-family: "Unbounded-SemiBold", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 600;
padding-left: 25px;
padding-right: 25px;
line-height: 44px; letter-spacing: -0.26px;
transition: 0.3s;
}
button:hover {
transition: 0.3s;
padding-left: 30px;
padding-right: 30px;
}
.btn-blue {
color: #f3f5fb;
background: #eb5b64;
}
.search-header .wp-block-search__button {
padding-left: 0;
padding-right: 0;
background: transparent;
height: auto;
margin-left: -35px;
position: relative;
bottom: 0;
} .menu-container { display: flex;
align-items: center;
}
.landing-hero .item {
min-height: 75vh;
background-size: cover;
background-position: center;
text-align: center;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
padding: 50px 0;
}
.landing-hero .item h2 {
color: white;
line-height: 1;
font-size: 60px;
}
.landing-hero .item p {
color: white;
text-transform: uppercase;
}
#landing-hero .col-12 {
padding-left: 0;
padding-right: 0;
}
#landing-hero {
margin-bottom: 30px;
}
.landing-hero .item img {
width: auto !important;
margin-top: 30px;
max-width: 100%;
max-height:300px;
}
.landing-hero .item .wp-block-search__button img {
height: 30px;
width: 20px !important;
margin-top: 0;
}
.dropdown.active,
.header-nav > li.dropdown.hover .dropdown-menu {
z-index: 10;
}
#menu-item-41::before {
background-image: url(//prestigemedicalwholesale.com/wp-content/uploads/2024/11/account.svg);
}
#menu-item-44::before {
background-image: url(//prestigemedicalwholesale.com/wp-content/uploads/2024/11/carticon.svg);
}
#menu-item-41::before,
#menu-item-44::before {
content: "";
width: 27px;
height: 27px;
background-position: center;
background-size: contain;
display: inline-block;
margin-right: 10px;
background-repeat: no-repeat; }
.navbar-nav {
flex-direction: row;
}
header.transparent {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 90%;
z-index: 100;
padding: 50px 0;
}
header {
position: fixed;
top: 0;
left: 00;
width: 100%;
z-index: 100;
transition: 0.5s ease-in-out;
background-color: #fffcf0;
}
.fixed-header {
width: 100%;
z-index: 99;
position: fixed;
top: 0;
left: 0;
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
transition: 0.3s ease-in-out;
}
.fixed-header .header-container {
padding: 25px 0;
}
.header-container {
margin: 0 auto;
width: 90%;
position: relative;
padding: 25px 0;
transition: 0.3s ease-in-out;
background-color: #fffcf0;
}
header.scrolling .header-container {
padding: 0px;
}
header.scrolling {
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
background: #fffcf0;
padding: 5px 0;
}
.header-links .header-contact a:first-of-type {
margin-right: 25px;
}
.header-links .header-contact {
display: flex;
justify-content: flex-end;
align-items: center;
}
.header-links .header-contact a {
font-size: 15px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.header-links .header-contact a img {
margin-right: 10px;
}
.header-middle {
display: flex;
justify-content: space-between;
align-items: center; }
.header-middle .logo {
display: grid;
align-items: center;
justify-content: center;
grid-template-columns: 1fr;
max-height: 130px;
}
.header-middle .desk {
min-height: 50px;
grid-row-start: 1;
grid-column-start: 1;
transition: 0.3s ease-in-out;
}
.header-middle .res {
grid-row-start: 1;
grid-column-start: 1;
transition: 0.3s ease-in-out;
}
.header-middle .res {
opacity: 0%;
}
header.scrolling .header-middle .logo {
transition: 0.3s ease-in-out;
}
header.scrolling .header-middle .res {
opacity: 100%;
max-height: 40px;
}
header.scrolling .header-middle .desk {
opacity: 0%;
transform: scale(0);
}
header.transparent {
color: white;
}
.header-middle a {
color: #39505e;
padding-right: 0;
padding-left: 0;
}
.header-nav {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: flex-end;
align-items: center;
margin-right: 25px; }
.header-nav > li {
padding: 5px;
margin-bottom: 0;
display: flex;
align-items: center;
}
.header-nav > li:not(:last-of-type) {
margin-right: 40px;
}
.header-nav > li.dropdown {
position: relative;
cursor: pointer;
display: flex;
align-items: center;
}
header.transparent .header-nav > li.dropdown::after {
content: url(//prestigemedicalwholesale.com/wp-content/uploads/2024/07/icon-drop-dark.svg);
}
.header-nav > li.dropdown::after {
content: url(//prestigemedicalwholesale.com/wp-content/uploads/2024/07/icon-drop-dark.svg);
vertical-align: baseline;
margin-left: 10px;
}
.header-nav > li.dropdown .dropdown-menu {
position: absolute;
top: 100%;
left: 5px;
opacity: 0%;
pointer-events: none;
transition: 0.3s ease-in-out;
list-style: none;
padding: 10px;
margin: 0;
background: #fffcf0;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.header-nav > li.dropdown .dropdown-menu li {
white-space: nowrap;
margin-bottom: 0.5rem;
}
.header-nav > li.dropdown .dropdown-menu li:last-of-type {
margin-bottom: 0;
}
.header-nav > li.dropdown .dropdown-menu li a {
color: #062f4a;
display: block;
transition: 0.3s ease-in-out;
}
.header-nav > li.dropdown .dropdown-menu li a:hover {
color: rgba(6, 47, 74, 0.7);
}
.header-nav > li.dropdown.hover .dropdown-menu {
opacity: 100%;
pointer-events: all;
}
.toggle-nav {
display: none;
position: relative;
}
.toggle-nav .back-arrow {
position: absolute;
top: 0;
left: 0;
}
.search-nav {
display: flex;
align-items: center;
gap: 10px;
margin-left: auto;
margin-right: 40px;
}
.search-term {
overflow: hidden;
width: 0px;
transition: width 1s ease-in-out;
display: flex;
align-items: center;
background: rgba(20, 126, 123, 0.2);
border-radius: 4px;
}
.search-term input {
background: transparent;
border: none;
padding-left: 10px;
}
.search-term span {
cursor: pointer;
padding: 2px 10px;
}
.search-term input {
width: 100%;
}
.search-term.open {
width: 200px;
padding:5px;
}
.search-handler {
display: none;
cursor: pointer;
max-width: 27px !important;
max-height: 27px !important;
}
.search-handler.open {
display: block;
}
.search-term-handler {
display: block;
cursor: pointer;
max-width: 27px !important;
max-height: 27px !important;
}
.search-term-handler.open {
display: none;
} #popular {
padding-top:50px;
}
.home-cats {
margin-top:75px;
}
.home-cats .product-category {
text-align:center;
}
.home-cats .count {
display:none;
}
.trend-sale {
display:grid;
gap:20px;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-cats h2 {
text-align:center;
}
.woocommerce ul.products li.product a img { background: #f4eed9;
border-radius: 9px;
border: 2px solid rgba(20, 126, 123, 0.2);
}
.woocommerce-ordering {
padding-bottom: 30px;
}
.woocommerce div.product form.cart .variations select,
.woocommerce .woocommerce-ordering select {
background-image: url(//prestigemedicalwholesale.com/wp-content/uploads/2024/07/prestige-down-arrow.svg);
background-repeat: no-repeat;
background-size: 10px 5px;
background-position: right 10px center;
padding: 10px 40px 10px 10px;
margin-right: 10px;
text-transform: capitalize;
min-width: auto;
-webkit-appearance: none;
appearance: none;
background-color: transparent;
font-family: "Unbounded-Light", sans-serif;
font-size: 14px;
border-color: #062f4a;
color: #062f4a;
}
.wc-block-featured-product {
border-radius: 9px;
}
.wc-block-components-checkout-place-order-button {
background-color: #eb5b64;
color: white;
}
.wp-block-search__button {
background: #21a8a2;
color: white;
height: 40px;
line-height: normal;
}
.wp-block-button__link {
background-color: #eb5b64;
color: white;
border-radius: 9px;
border: none;
text-align: center;
font-family: "Unbounded-SemiBold", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 600;
padding-left: 25px;
padding-right: 25px;
}
.wp-block-button__link:hover {
color: white;
}
#wpfSliderRange {
display: none;
color: #062f4a;
}
.wpfFilterWrapper .wfpTitle {
font-weight: 600;
}
.wpfFilterButton.wpfButton {
background: #003043;
color: white;
height: 40px;
line-height: normal;
min-height: auto !important;
width: auto !important;
padding-left: 25px !important;
padding-right: 25px !important;
text-transform: capitalize !important;
font-size: 14px !important;
border-radius: 9px !important;
}
.wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent {
padding-left: 0;
}
.wpfPriceInputs {
text-align: left !important;
justify-content: flex-start !important;
}
.wpfPriceRangeField#wpfMinPrice,
.wpfPriceRangeField#wpfMaxPrice {
background: transparent !important;
border: 1px solid #062f4a !important;
}
body .wpfFilterWrapper .wpfCheckbox label::before {
background-color: transparent !important;
border: 1px solid #062f4a !important;
}
.landing-hero .wp-block-search__input {
border: 1px solid #fff;
background: #fff;
color: #003043;
}
.landing-hero .wp-block-search__input::placeholder,
.landing-hero .wp-block-search__input ::placeholder {
color: #003043;
}
.wp-block-search__input {
border: 1px solid #003043;
background: transparent;
color: #003043;
border-radius: 9px;
height: 40px;
padding: 0 10px 0 20px;
font-size: 15px;
font-family: "Unbounded-Light", sans-serif;
font-weight: 300;
}
.wp-block-search__input::placeholder {
color: #003043;
opacity: 1;
}
.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title {
text-align: center;
}
.related.products {
clear: both;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background: #21a8a2!important;
color: #fff!important;
border-radius: 8px;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
border:none;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
mask-image: url(//prestigemedicalwholesale.com/wp-content/uploads/2025/01/Group-26664.svg)!important;
margin: 25px auto 0!important;
}
.page-template-page-home #shop-by-category {
margin-top: 75px;
}
.page-template-page-home #trending-products {
margin-top: 50px;
}
.page-template-page-home #product-carousel {
margin-top: 25px;
} .woocommerce-product-gallery__image,
.woocommerce div.product div.images img {
border-radius: 9px;
}
.no-find h3 {
font-size:24px;
color: white;
margin-bottom: 0;
}
.no-find p {
color: white;
margin-bottom: 0;
font-size: 14px;
}
.no-find a {
color: white;
border-bottom: 2px solid white;
}
.no-find {
background-color: rgba(0, 48, 68, 0.60);
margin-top: 30px;
padding: 15px;
border-radius: 9px;
clear: both;
margin-bottom: 20px;
display:inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
list-style: none;
background: #eb5b64;
border-radius: 9px;
padding: 30px;
margin-top: 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
padding: 10px;
background-color: transparent;
border: 2px solid #21a8a2;
border-radius:8px;
font-size:18px;
font-family: "Unbounded-Light", sans-serif;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register__submit{
background:#21a8a2!important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border: 2px solid #21a8a2!important;
} .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
color: white;
font-size: 20px;
line-height: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
margin: 10px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
text-decoration: underline;
}
.shop-filters,
.woocommerce div.product .woocommerce-tabs ul.tabs {
display: none;
}
.woocommerce-product-gallery__image {
background: #f4eed9;
}
.product_meta span {
font-size: 12px;
}
.product_meta {
display: flex;
flex-direction: column;
}
.offcanvas-header {
display: none;
}
.screen-overlay {
height: 100%;
z-index: 30;
position: fixed;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
background-color: white;
transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
transition: opacity 0.5s ease, width 0s;
opacity: 1;
width: 100%;
visibility: visible;
}
.filter-btn {
display: none;
}
.mobile-offcanvas {
background-color: #fffcf0;
}
@media all and (max-width: 1024px) {
.offcanvas-header {
display: block;
padding: 0;
position: initial;
text-align: right;
top: 50px;
right: 50px;
}
.filter-btn {
display: block;
margin-bottom: 1rem;
}
.mobile-offcanvas {
visibility: hidden;
transform: translateX(-100%);
border-radius: 0;
display: block;
position: fixed;
top: 0;
left: 0;
height: 100%;
z-index: 1200000;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
padding: 50px;
}
.mobile-offcanvas.show {
visibility: visible;
transform: translateX(0);
}
.shop-filters {
display: block !important;
}
.desk-widget {
display: none;
}
#main-shop #primary {
width: 100%;
padding-left: 0;
}
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
div.product
span.price {
color: #062f4a;
margin-top: 20px;
}
.woocommerce div.product .product_title {
text-align: left;
}
.single-product #sidebar {
display: none;
}
.single-product #primary {
width: 100% !important;
padding-left: 0 !important;
}
#main-shop .container-fluid {
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
}
#main-shop #primary {
width: 75%;
padding-left: 100px;
}
.woo-sidebar {
width: 25%;
}
.woocommerce-products-header {
position: static;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
color:#003043;
font-size:12px;
}
.woocommerce div.product p.stock {
font-size:12px;
font-family: "Unbounded-SemiBold";
}
.wc-block-cart__submit-container a {
color: #f3f5fb;
background: #eb5b64;
border-radius:10px;
}
#main-shop {
width: 90%;
margin: 0 auto;
padding-top: 50px;
}
.woocommerce-products-header h1 {
text-align: left;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
background-color: rgba(0, 48, 68, 0.60) !important;
border-top-color: #21A8A2 !important;
color: #fff;
border-radius: 10px;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
ul.products
li.product
.price{
color: #003043;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.wc-block-grid__product .wc-block-grid__product-title{
font-size: 24px;
line-height: 1;
}
.woocommerce-loop-product__title {
min-height: 72px;
}
.woocommerce ul.products li.product .price {
font-size: 16px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
#respond
input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
#respond
input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
#respond
input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
#respond
input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
input.button.alt:hover {
background-color: #eb5b64;
color: white;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
#respond
input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
#respond
input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
input.button {
background-color: #eb5b64;
color: white;
}
.woocommerce a.added_to_cart {
margin-left: 10px;
}
.woocommerce span.onsale {
max-height: 45px;
max-width: 45px;
font-weight: 400;
display: flex;
align-items: center;
font-size: 10px;
text-align: center;
background: #eb5b64;
text-transform: uppercase;
padding: 5px;
}
.woocommerce ul.products li.product .button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
#respond
input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
#respond
input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
input.button.alt {
border-radius: 9px;
border: none;
text-align: center;
font-family: "Unbounded-SemiBold", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 600;
padding-left: 25px;
padding-right: 25px;
line-height: 44px;
letter-spacing: -0.26px;
padding-top: 0;
padding-bottom: 0;
background-color: #eb5b64;
color: white;
}
.woocommerce .quantity .qty {
border-radius: 9px;
height: 44px;
font-size: 14px;
background: transparent;
border: 1px solid #003043;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
background: #003043;
color: white;
}
.woocommerce
div.product
div.images
.woocommerce-product-gallery__trigger::before {
border: 2px solid #fff;
}
.woocommerce
div.product
div.images
.woocommerce-product-gallery__trigger::after {
background: white;
} #faqs-hero {
margin-top: 50px;
}
.faq {
padding: 20px 25px;
border-radius: 10px;
background: #21a8a2;
cursor: help;
height: fit-content;
}
.faqs-hero {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px 50px;
margin-top: 50px;
}
.faq h6 {
color: white;
font-family: "Unbounded-Regular";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 39px; letter-spacing: -0.3px;
margin-bottom: 0;
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
line-height: 1.5;
}
.faq.active h6 svg path.vert {
opacity: 0%;
}
.faq .text-container * {
color: #fff;
padding-top:20px;
} .supplier-brands {
display: flex;
align-items: center;
overflow-x: hidden;
width: 100%;
}
.supplier-brands h6 {
margin: 0;
margin-right: 50px;
white-space: nowrap;
}
.supplier-brands .brands {
display: flex;
justify-content: flex-start;
align-items: center;
animation: smoothScrollBrands 30s infinite linear;
}
.supplier-brands .brands.overflow {
animation: smoothScrollBrands 30s infinite linear;
}
.supplier-brands .brands img {
margin-right: 50px;
min-height: 25px;
width: auto;
transition: 0.3s;
max-height: 50px;
mix-blend-mode: multiply;
}
.supplier-brands .brands a img:hover {
transform: scale(1.1);
transition: 0.3s;
cursor: pointer;
}
.image-overflow {
overflow: hidden;
display: flex;
}
@keyframes smoothScrollBrands {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-100%);
}
} .shop-by-category .categories {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
}
.shop-by-category .categories > div {
border-radius: 10px; padding: 50px;
border: 2px solid #eb5b64;
}
.shop-by-category .categories > div:hover {
border: 2px solid #eb5b64;
background-color: transparent !important;
border-radius: 9px;
transition: 0.3s;
}
.shop-by-category .categories > div {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
gap: 150px;
transition: 0.3s;
}
.shop-by-category .categories > div > div {
width: 75%;
} .trending-products-title {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 200px;
align-items: center;
margin-bottom: 30px;
}
.trending-products-title h2 span {
position: relative;
}
.trending-products-title h2 span svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
pointer-events: none;
}
.trending-products {
border-radius: 10px;
padding: 50px;
display: flex;
align-items: flex-end;
justify-content: flex-start;
}
.trending-products .info {
border-radius: 10px;
padding: 50px;
max-width: 550px;
margin-top: 300px;
position: relative;
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
}
.trending-products .info .trending {
color: #ffffff;
text-align: center;
font-family: "Unbounded-SemiBold";
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 44px; letter-spacing: -0.26px;
background: #21a8a2;
border-radius: 50px;
position: absolute;
right: 50px;
top: 0;
transform: translateY(-50%);
padding-left: 15px;
padding-right: 20px;
box-shadow: 0px 0px 1px 1px #0000001a;
}
.underline {
border-bottom: 1px solid #eb5b64;
}
.cta-footer p,
.cta-footer a {
color: #062f4a;
}
.cta-footer {
padding-top: 125px;
text-align: center;
} .product-carousel .item {
background-color: rgba(20, 126, 123, 0.2);
border: 2px solid rgba(20, 126, 123, 0.2);
border-radius: 10px;
padding: 35px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
transition: 0.3s;
}
.product-carousel .item:hover {
background-color: transparent;
transition: 0.3s;
}
.product-carousel .item p {
color: #003043;
font-family: "Unbounded-Light";
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: 61px; letter-spacing: 0.65px;
text-transform: uppercase;
margin-bottom: 0;
}
.product-carousel .item h5 {
line-height: 32px; margin-bottom: 10px;
}
.product-carousel .item img {
max-height: 160px;
width: auto!important;
max-width:100%;
}
.product-carousel .owl-stage {
display: flex;
} #contact-us {
padding-top: 50px;
background-image: url(//prestigemedicalwholesale.com/wp-content/uploads/2023/12/left-side-graphic.svg);
background-size: 84px auto;
background-position: center left;
background-repeat: no-repeat;
margin-bottom: 100px;
}
.contact-us__title {
display: flex;
align-items: baseline;
justify-content: space-between;
margin-bottom: 50px;
}
.contact-us__title h1 {
margin-bottom: 0;
}
.contact-us__title a {
display: flex;
align-items: center;
justify-content: flex-start;
}
.contact-us__title a img {
margin-right: 10px;
}
.contact-us {
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.contact-us__details {
white-space: nowrap;
width: fit-content;
padding-right: 100px;
}
.contact-us__details > div:not(.socials) {
margin-bottom: 50px;
}
.contact-us__details h5 {
margin-bottom: 0;
}
.contact-us__details p {
margin-bottom: 0;
transform: none !important;
opacity: 1 !important;
}
.contact-us__details .socials {
display: flex;
align-items: center;
justify-content: flex-start;
}
.contact-us__details .socials > a {
margin-right: 10px;
}
.contact-us__form {
width: 100%;
}
.contact-form p {
margin-bottom: 0;
transform: none !important;
opacity: 1 !important;
}
.contact-form select {
-webkit-appearance: none;
border-radius: 0;
}
.contact-form .wpcf7-form-control-wrap.Subject1 {
position: relative;
}
.contact-form .wpcf7-form-control-wrap.Subject1::after {
content: "";
position: absolute;
right: 15px;
background-image: url(//prestigemedicalwholesale.com/wp-content/uploads/2022/04/dropdown-icon.svg);
background-repeat: no-repeat;
top: 50%;
transform: translateX(-50%);
height: 10px;
width: 17px;
background-size: contain;
}
.contact-form label {
font-size: 21px;
color: #fffcf0;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
padding: 15px;
background-color: #f0fafa;
border: 2px solid #f0fafa;
transition: 0.3s ease-in-out;
font-family: loos-wide, sans-serif;
font-weight: 400;
font-style: normal;
color: #39505e;
font-size: 19px !important;
border-radius: 5px !important;
box-shadow: none !important;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
padding: 15px;
background-color: #f0fafa;
border: 2px solid #072763;
}
.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
color: #39505e;
transition: 0.3s ease-in-out;
}
.contact-form input:focus::placeholder,
.contact-form select:focus::placeholder,
.contact-form textarea:focus::placeholder {
opacity: 0.4;
}
.contact-form-split {
display: flex;
padding-bottom: 20px;
}
.contact-form-split input,
.contact-form-split textarea,
.contact-form-split select {
width: 100%;
}
.contact-form-split div:first-of-type {
padding-right: 10px;
width: 50%;
}
.contact-form-split div:last-of-type {
padding-left: 10px;
width: 50%;
}
.contact-form-full {
padding-bottom: 20px;
}
.contact-form-full input,
.contact-form-full div input,
.contact-form-full textarea,
.contact-form-full div textarea,
.contact-form-full select,
.contact-form-full div select {
width: 100%;
}
.contact-form input.btn-submit {
background: #eb5b64;
border: none;
color: white;
border-radius: 9px !important;
box-shadow: none;
padding: 15px 30px;
font-size: 25px;
font-style: normal;
white-space: nowrap;
cursor: pointer;
font-family: "Unbounded-SemiBold", sans-serif;
}
.wpcf7-spinner {
display: block;
}
.page-template-contact-page #cta {
margin: 100px 0;
}
.page-template-contact-page #cta .side-graphic {
display: none;
}
.page-template-contact-page #cta .i-hover {
display: none;
} .contact-form {
padding: 100px;
background-color: #21a8a2;
border-radius: 10px;
}
.contact-form p {
margin: 0 !important; }
.contact-form select {
-webkit-appearance: none;
border-radius: 0;
}
.contact-form .wpcf7-form-control-wrap.Subject1 {
position: relative;
}
.contact-form .wpcf7-form-control-wrap.Subject1::after {
content: "";
position: absolute;
right: 15px;
background-image: url(//prestigemedicalwholesale.com/wp-content/uploads/2022/04/dropdown-icon.svg);
background-repeat: no-repeat;
top: 50%;
transform: translateX(-50%);
height: 10px;
width: 17px;
background-size: contain;
}
.contact-form input[type="submit"] {
font-family: "roc-grotesk", sans-serif;
font-weight: 400 !important;
font-style: normal !important;
font-size: 20px !important;
}
.request-a-callback-form input[type="submit"] {
width: 100%;
text-align: center;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
padding: 15px;
background-color: #fffcf0;
border: 2px solid #fffcf0;
transition: 0.3s ease-in-out;
font-style: normal;
color: #082f34;
border-radius: 9px !important;
box-shadow: none !important;
font-size: 1.2rem;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
padding: 15px;
background-color: #f5f6e0;
border: 2px solid #fff;
}
.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
color: #082f34;
transition: 0.3s ease-in-out;
font-size: 1.2rem;
font-family: "roc-grotesk", sans-serif;
}
.contact-form input:focus::placeholder,
.contact-form select:focus::placeholder,
.contact-form textarea:focus::placeholder {
opacity: 0.4;
}
.contact-form-split {
display: flex;
flex-wrap: wrap;
padding-bottom: 20px;
}
.contact-form-split input,
.contact-form-split textarea,
.contact-form-split select {
width: 100%;
}
.contact-form-split div:first-of-type {
padding-right: 10px;
width: 50%;
}
.contact-form-split div:last-of-type {
padding-left: 10px;
width: 50%;
}
.contact-form-full {
padding-bottom: 20px;
}
.contact-form-full input,
.contact-form-full div input,
.contact-form-full textarea,
.contact-form-full div textarea,
.contact-form-full select,
.contact-form-full div select {
width: 100%;
}
.contact-form input.gold-btn {
padding: 15px 35px;
background: #dfa400;
border-color: #dfa400;
color: white;
}
.wpcf7-spinner {
display: block;
}
.subscription-form {
display: flex;
gap: 10px;
}
.subscription-form input {
border-radius: 10px;
background: #fff;
color: #062f4a;
font-size: 13px;
font-family: "Unbounded-Regular";
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 20px 25px;
border: none;
}
.subscription-form input::placeholder {
color: #062f4a;
}
.subscription-form input[type="submit"] {
color: #fffffc;
text-align: center;
font-family: "Unbounded-SemiBold";
font-size: 13px;
font-style: normal;
font-weight: 600;
letter-spacing: -0.26px;
border-radius: 9px;
background: #003043;
border: none;
cursor: pointer;
}
.wpcf7 form .wpcf7-response-output {
margin: 10px 0;
}
.subscription-form p {
margin-bottom: 0;
} footer {
margin-top: 150px;
border-radius: 10px;
background: rgba(20, 126, 123, 0.2);
margin-bottom: 12px;
margin-left: 12px;
margin-right: 12px;
padding-top: 75px;
padding-bottom: 25px;
}
.footer-top {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
}
.footer-top .footer-main__logo {
width: fit-content;
}
.footer-top .footer-socials {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 25px;
}
.footer-main {
margin-top: 50px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
}
.footer-main__links {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.footer-main h6 {
margin-bottom: 10px;
}
.footer-main .footer-community > p:not(.form-p),
.footer-main .footer-main__links a {
color: #062f4a;
font-family: "Unbounded-Light";
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 32px; letter-spacing: 0.14px;
}
.footer-community .form-p {
color: #062f4a;
font-family: "Unbounded-Light";
font-size: 10px;
font-style: normal;
font-weight: 300;
line-height: 15px; letter-spacing: 0.2px;
margin-bottom: 0;
}
.footer-community .form-p a {
text-decoration: underline;
color: #062f4a;
padding-bottom: 5px;
}
footer ul {
padding-left: 0;
list-style: none;
margin: 0;
}
.footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 75px;
}
.footer-bottom a,
.footer-bottom p {
color: #062f4a;
font-family: "Unbounded-Medium";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 24px; } @media screen and (max-width: 1900px) {
}
@media screen and (max-width: 1400px) {
} @media screen and (max-width: 1200px) {
.toggle-menu {
display: block;
}  .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
font-size:18px;
}
}
@media screen and (max-width: 1024px) {
.header-nav > li:not(:last-of-type) {
margin-right: 30px;
}
.footer-main {
grid-template-columns: 1fr;
}
.trending-products-title {
gap: 100px;
}
.woocommerce-products-header {
margin-bottom: 30px;
}
#main-shop #primary {
width: 100%;
padding-left: 0;
}
.contact-us {
display: block;
}
.contact-us__details > div:not(.socials) {
margin-bottom: 10px;
}
.contact-us__details .socials {
margin-bottom: 30px;
}
.menu-container > div {
display: none;
}
.trend-sale {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.trending-products .info {
margin-top: 150px;
}
.landing-hero .item {
min-height: 55vh;
max-height: 55vh;
}
h1 {
font-size:40px;
}
.faqs-hero {
grid-template-columns: 1fr;
gap: 20px;
}
.faq h6 {
font-size:20px;
}
.contact-us__details {
padding-right:0;
}
} @media screen and (max-width: 992px) {
.owl-landing-hero .item {
grid-template-columns: 1fr;
}
.landing-points {
grid-template-columns: 1fr 1fr;
}
.contact-form {
padding: 50px;
}
.footer-main__links {
grid-template-columns: 1fr 1fr;
}
.header-container {
width: 100%;
}
.header-nav,
.header-links .header-contact {
display: block;
}
.header-nav > li:not(:last-of-type) {
margin-right: 0;
}
.header-links .header-contact a:first-of-type {
margin-right: 0;
margin-bottom: 1rem;
}
.toggle-nav {
display: block;
z-index: 3;
cursor: pointer;
}
header.transparent .toggle-nav .nav-line {
background: white;
}
.toggle-nav .nav-line {
width: 40px;
height: 3px;
background: #39505e;
display: block;
transition: 0.3s ease-in-out;
}
.toggle-nav.open .nav-line {
opacity: 0%;
}
.toggle-nav .nav-line.top {
margin-bottom: 10px;
}
.toggle-nav .back-arrow {
opacity: 0%;
transition: 0.3s ease-in-out;
}
.toggle-nav.open .back-arrow {
opacity: 100%;
}
.nav-menu-container {
position: absolute;
top: 0;
right: 0;
overflow: hidden;
pointer-events: none;
z-index: 1;
}
.header-links {
padding: 75px;
background: #fffcf0;
display: flex;
flex-direction: column-reverse;
justify-content: flex-end;
align-items: flex-start;
padding-top: 238.73px;
height: 100vh;
transform: translateX(100%);
transition: 0.3s ease-in-out;
-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.nav-menu-container.open .header-links {
transform: translateX(0%);
}
.nav-menu-container.open {
pointer-events: all;
}
header {
width: 100% !important;
}
.header-middle {
width: 100%;
margin: 0 auto;
}
.header-nav > li a {
font-size: 28px;
}
.header-nav {
margin-top: 0;
}
.header-nav > li.dropdown::after {
content: url(//prestigemedicalwholesale.com/wp-content/uploads/2023/11/icon-nav-more.svg);
display: none;
}
.header-nav > li.dropdown .dropdown-menu {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 100%;
pointer-events: all;
padding: 75px;
padding-top: 238.73px;
transform: translateX(100%);
-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.header-nav > li.dropdown.hover .dropdown-menu {
transform: translateX(0%);
}
.header-nav > li.dropdown .dropdown-menu li {
margin-bottom: 1rem;
padding: 5px;
white-space: normal;
}
.header-links .header-contact a {
font-size: 18px;
}
.header-nav > li.dropdown {
position: initial;
}
.trending-products-title {
gap: 50px;
}
.subscription-form {
display: block;
}
.woo-sidebar {
width: 100%;
}
#main-shop #primary {
width: 100%;
padding-left: 0;
}
#main-shop .container-fluid {
flex-direction: column-reverse;
}
.trending-products-title {
grid-template-columns: 1fr;
gap:30px;
}
} @media screen and (max-width: 768px) {
} @media screen and (max-width: 767px) {
.contact-form-split div:first-of-type {
padding-right: 0px;
width: 100%;
padding-bottom: 20px;
}
.contact-form-split div:last-of-type {
padding-left: 0px;
width: 100%;
padding-bottom: 20px;
}
.contact-form-split {
padding-bottom: 0px;
}
.landing-intro {
grid-template-columns: 1fr;
}
.footer-main {
display: block;
}
.footer-main__links {
margin-top: 50px;
grid-template-columns: 1fr;
}
.header-middle .desk {
max-height: 30px;
min-height: 30px;
}
.header-middle .res {
max-width: 200px;
}
.header-nav > li.dropdown .dropdown-menu,
.header-links {
padding-top: 200px;
}
.landing-hero .item h2 {
font-size: 32px;
}
.shop-by-category .categories,
.trending-products-title,
.footer-top {
grid-template-columns: 1fr;
}
.trending-products {
padding: 0;
}
footer .wpcf7-email {
width: 100%;
}
.footer-bottom {
display: block;
}
h1 {
font-size: 30px;
line-height: 40px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
font-size: 18px;
}
h2 {
font-size: 30px;
line-height: 30px;
}
.woocommerce-loop-product__title {
min-height: 80px;
}
.shop-by-category .categories > div {
padding: 30px; background-size: 40% !important;
}
.landing-hero .item {
background-position: initial;
}
.search-nav {
margin-right:0;
position:relative;
right:20px;
}
footer {
margin-right:0;
margin-left:0;
margin-top: 50px;
}
#main-shop {
width:100%;
padding-top:20px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float: left;
}
#faqs-hero {
margin-top: 20px;
}
.footer-main h6 {
margin-top:20px;
}
.contact-form {
padding: 35px 25px;
}
#contact-us {
padding-top:20px;
margin-bottom:50px;
}
.search-nav {
display:none;
}
.trending-products-title p {
display:none;
}
}
@media screen and (max-width: 576px) {
} @media screen and (max-width: 375px) {
.header-nav > li.dropdown .dropdown-menu,
.header-links {
padding: 75px 30px;
padding-top: 200px;
}
.search-nav {
display:none;
}
}