body {
margin: 0;
overflow-y: auto; box-sizing: border-box; } ::-webkit-scrollbar {
width: 12px; }
::-webkit-scrollbar-thumb {
background-color: #587a7b; border-radius: 6px; }
::-webkit-scrollbar-track {
background-color: #f1f1f1; } body::after {
content: "";
height: 12px; display: block;
visibility: hidden; } body.overflow-visible::after {
visibility: visible;
height: 0; margin-bottom: -12px; }
body button {
background-color: #587a7b;
}
button.navbar-toggler.navbar-toggle-hamburger {
display: none !important;
}
section.related.products {
margin-top: 30px;
} @media screen and (max-width: 1199px) {
img.img-header-logo {
max-width: 200px !important;
}
}
i.ec.ec-user {
display: none !important;
}
a.add-request-quote-button.ywraq-link {
display: inline-flex !important;
float: right;
font-size: 14px !important;
} .yith_ywraq_add_item_browse-list-15 {
font-size: 16px !important; }
.yith-ywraq-add-to-quote{
font-size: 14px !important; }
.secondary-nav a {
display: inline-block; text-decoration: none; color: black; }
.secondary-nav a:hover {
background-color: #587a7b;
color: white; border-radius: 5% !important;
padding-left: 10px;
padding-right: 10px;
}
.header-logo {
width: -webkit-fill-available !important;
}
.single-product .wc-tab {
overflow: auto !important; }
#rmp_menu_trigger-5941 {
display: block;
color: #587a7b;
animation: myAnim 2s ease 0s 5 alternate backwards;}
@keyframes myAnim {
0% {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(0.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, 0.95, 1);
}
100% {
transform: scale3d(1, 1, 1);
}
}
@media screen and (min-width: 1200px) {
#rmp_menu_trigger-5941 {
display: none;
}
}