html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    color: #262626;
    font-size: 18px;
    line-height: 1.2em;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #262626;
}
/* default font size */
.fa {
    font-size: 0.875rem;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.65rem;
}
h3 {
    font-size: 1.3rem;
}
h4 {
    font-size: 0.95rem;
}
h5 {
    font-size: 0.75rem;
}
h6 {
    font-size: 0.65rem;
}
header {
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
    position: relative;
    background-color: #ffffff;
    z-index: 2000000001 !important;
}
a {
    color: #4F78A8;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
legend {
    font-size: 1.1rem;
    padding: 0.5rem 0;
}
label {
    font-size: 1rem;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 1rem;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .dropdown-item {
    font-size: 1rem;
}
.input-group .input-group-append, .input-group .input-group-prepend, .input-group-text {
    font-size: 1rem;
}
div.required .control-label:before, div.required .form-label:after {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Top */
#top {
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    display:none;
}
#top .list-inline {
    margin-bottom: 0;
}
#top #currency-dropdown, #top #language-dropdown {
    border: 0;
    box-shadow: none;
    padding: 0;
}
/* logo */
#logo > a > img {
    height: 60px;
}
#logo {
    display: inline-block;
}
#logo-secondary > a > img {
    height: 60px;
}
#logo-secondary {
    display: none;
}
/* search */
#search {
    max-width: 600px;
    max-height: 50px;
}
#search .input-lg {
    line-height: 20px;
    padding: 0 10px;
    font-size: 0.75rem;
}
#search .btn-lg {
    font-size: 0.75rem;
    line-height: 1.2rem;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
    position: relative;
}
#cart > a:hover, #cart > a:focus, #cart > a:active {
    cursor: pointer;
}
#cart > .btn {
    font-size: 0.75rem;
    line-height: 1.2rem;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #262626;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
    overflow-y: auto;
    max-height: 800px;
    scrollbar-width: thin;
    overflow-x: hidden;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    background: #ffffff;
    padding: 0;
}
#menu > div {
    padding-top: 0;
    padding-bottom: 0;
}
#menu .navbar-brand {
    color: #ffffff;
    font-size: 0.875rem;
}
#menu .navbar-toggler {
    color: #262626;
}
#menu .nav-link {
    color: #262626;
    font-size: 1rem;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
#menu .nav-link.active span, #menu .nav-link:focus span, #menu .nav-link:hover span {
  border-bottom: 3px solid #4F78A8;
}
#menu .megamenu .dropdown-inner .nav-link {
    color: #000000;
    font-size: 0.75rem;
}
#menu li.megamenu {
    position: static;
}
#menu li.megamenu > .dropdown-menu {
    border-radius: 0px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: 0 !important;
}
#menu li.megamenu > .dropdown-menu > .dropdown-inner {
    display: inline-block;
}
#menu-navbar > .navbar-nav {
  min-width: 450px;
  justify-content: center;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
#search, #cart, #account {
    padding-left: 5px;
    padding-right: 5px;
}
/* content */
#content {
    min-height: 600px;
}
#common-home > .row > #content {
    min-height: 0px !important;
}
/* footer */
footer {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    background-color: #000000;
    border: none;
    color: #ffffff;
}
footer p {
    margin: 0;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #ccc;
}
footer a:hover {
    color: #fff;
}
footer small {
    font-size: 65%;
}
footer h5 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1.35rem;
    font-weight: bold;
    color: #FECE24;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
/* alert */
.alert-dismissible .close {
    line-height: 1.2rem;
}
/* buttons */
.buttons {
    margin: 1rem 0;
}
.btn {
    font-size: 1rem;
    border-radius: 0.35rem;
    font-weight: 700;
}
.btn-lg {
    padding: .75rem 1.25rem;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
.btn:focus, .btn-primary:focus, .btn-primary.focus, .btn-primary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus,
.btn.focus, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
}
.btn-menu:hover, .btn-menu:active, .btn-menu.active {
    background-color: #FEE486;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 1rem;
}
.btn-default {
    color: #777;
    background-color: #e7e7e7;
    box-shadow: none;
}
.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
    background-color: rgb(223, 223, 223);
    color: #4f4f4f;
    background-position: 0 -15px;
}
.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-default.dropdown-toggle {
    background-color: rgb(223, 223, 223);
    color: #4f4f4f;
    background-position: 0 -15px;
}
.btn-primary {
    color: #262626;
    background-color: #FECE24;
    border: 0;
    box-shadow: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:focus {
    background-color: #d5a601;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #d5a601;
}
.btn-warning {
    color: #ffffff;
    background-color: #faa732;
    box-shadow: none;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    background-color: #5bb75b;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    background-color: #df5c39;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    background-color: #363636;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border-color: #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
}
/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
}
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
}
.product-grid .product-thumb .caption {
    min-height: 0;
}
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 0.5rem;
}
.rating .fa-star {
    color: #FC0;
    font-size: 1rem;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old, .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .btn-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    width: 100%;
}
.product-list .product-thumb .btn-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .btn-group {
        border-left: none;
    }
}
.product-thumb .btn-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .btn-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .btn-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .btn-group button, .product-thumb .btn-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .btn-group button, .product-thumb .btn-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.iti {
    width: 100%;
}

/* Account */
.account i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #4F78A8;
}

.account a {
    border: 1px solid #dddddd;
    display: block;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    width: 100%;
}

.custom-col-label {
    margin-bottom: 0;
    padding-top: 6px;
    font-weight: 800;
    text-align: right;
}

.card-table {
    margin-bottom: 0;
}

.custom-cart-button {
    width: 100% !important;
    line-height: 24px;
}

.custom-card-header {
    background: #4F78A8;
}

.custom-card-header h3, .custom-card-header h4 {
    color: #FFFFFF;
    margin-bottom: 0;
}

.custom-card-img {
    max-height: 300px !important;
}

.custom-card-header-slim {
    text-align: center;
    padding-top: 8px;
}

.custom-card-img {
    max-height: 300px !important;
}

.custom-card-body {
    min-height: 150px !important;
}

.custom-card {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

.custom-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.breadcrumb {
    background-color: #FFFFFF;
}

.breadcrumb-item > a {
    color: #272727;
    font-weight: bold;
}

.breadcrumb-item > a:hover {
    color: #555;
}
/* Home Slider */
.home-full-slider-wrapper p.title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}
.home-full-slider-wrapper p {
    font-size: 1.5rem;
    color: #ffffff;
}
.home-full-slider-wrapper p {
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
}
/* Heading Titles */
.heading-title h1, .heading-title h2, .heading-title-alt h1, .heading-title-alt h2, h1.heading-title, h2.heading-title {
    font-size: 2rem;
    font-weight: 700;
}
.heading-title hr {
    border-top: 8px solid #4F78A8;
    width: 10%;
    margin-top: 0.7rem;
    margin: auto;
    opacity: 1;
}
.heading-title-alt hr {
    border-top: 8px solid #FECE24;
    width: 10%;
    margin-top: 0.7rem;
    margin: auto;
    opacity: 1;
}
.heading-title h3, .heading-title h3, .heading-title-alt h4, .heading-title-alt h4 {
    font-size: 1.7rem;
    font-weight: 700;
}
/* HTML Content */ 
.html-content {
    background: #F4F5F5;
}
.html-content:nth-of-type(2) {
    background: #FEE486;
}
.icon-circle-frame, .icon-circle-frame-alt {
    background-color: #ffffff;
    border-radius: 250px;
    border: none;
    margin: auto;
    max-width: 250px;
}
.icon-circle-frame > img {
    padding: 75px;
}
.icon-circle-frame-alt > img {
    padding: 50px;
}
@media (max-width: 768px) {
    .icon-circle-frame-alt > img {
        padding: 25px;
    }
}
/* Testimonials */
.testimonial-content {
    background-color: #D2E1EA;
}
.testimonial-content .swiper-viewport {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
/* Swiper/Carousell Pagination */
.swiper-pagination-bullet, ol.carousel-indicators > li {
    background-color: #C4C4C4 !important;
    box-shadow: none !important;
}
.swiper-pagination-bullet-active, ol.carousel-indicators > li.active{
    background-color: #FECE24 !important;
    box-shadow: none !important;
}
/* Breadcrumb */
.breadcrumb {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    font-size: .8rem;
}
.breadcrumb-item > a {
    font-weight: 400;
}
.breadcrumb-item:last-child > a {
    font-weight: 700;
}
/* Offcanvas Search */
#offcanvas-search h5 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
}
#offcanvas-search .offcanvas-header {
    justify-content: center;
    padding-bottom: 0;
}
#offcanvas-search .offcanvas-body {
    display: flex;
    justify-content: center;
    padding-top: 0;
}
#offcanvas-search {
    height: 20vh;
}
#offcanvas-search .input-lg {
    font-size: 1rem;
}
/* Offcanvas Menu */
#offcanvas-menu .nav-link {
    color: #262626;
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
#offcanvas-menu .nav-link.active span, #offcanvas-menu .nav-link:focus span, #offcanvas-menu .nav-link:hover span {
    border-bottom: 3px solid #4F78A8;
}
#offcanvas-menu a > i:after {
  content: "\f107";
}
#offcanvas-menu a[aria-expanded="true"] > i:after {
  content: "\f106";
}
/* Alerts */
.alert-dismissible .close {
    line-height: 1.2rem;
}
.alert-danger {
    color: #d02e2e;
    background-color: #fff6f6;
    border-color: #d02e2e;
}
.alert-success {
    color: #56ad6a;
    background-color: #ecfef0;
    border-color: #56ad6a;
}
/* Account */
.account i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #4F78A8;
}
#account-account .col-6 a:hover, #account-account .col-6 a:active {
    color: #ffffff;
    background-color: #4F78A8;
}
#account-account .col-6 a {
    transition: background-color 0.5s ease;
}
#account-account .col-6 a:hover i, #account-account .col-6 a:active {
    color: #ffffff;
}
/* Product page */
#product-product h1 {
    font-size: 3rem;
    font-weight: 700;
}
.product-price, .product-price-special {
    font-size: 2.5rem;
    font-weight: 500;
}
.product-price-original {
    font-size: 1.7rem;
    font-weight: 400;
    color: #808080;
}
.product-details {
    background-color: #F4F5F5;
}
.nav-tabs {
    border: 0;
}
.nav-tabs .nav-link {
    color: #262626;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    margin-left: 16px;
    margin-right: 16px;
    border: 0;
    border-color: #4F78A8;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #262626;
    font-weight: 700;
    border: 0;
    background-color: transparent;
    border-bottom: 3px solid #4F78A8;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0;
    background-color: transparent;
    border-bottom: 3px solid #4F78A8;
}
.product-related {
    background-color: #F2F1ED;
}
/* Technology page */
.technology-content {
    background-color: #F4F5F5;
}
.technology-content-alt {
    background-color: #ffffff;
}
/* Information content */
#information-information-section > div {
  background-color: #f4f5f5;
}
#information-information-section > div:nth-child(even) {
  background-color: #ffffff;
}
.information-sections #content {
  min-height: 0 !important;
}
#information-information-section img {
  max-width: 100% !important;
}
/* Cart notification */
.cart-notification {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 300px;
    border: 2px solid #4F78A8;
    border-radius: 0;
    z-index: 2000000002 !important;
    background: #ffffff;
    color: #262626;
}
#cart > .badge {
    top: 0;
    right: 0;
    border-radius: 50px;
    padding: 0 4px;
}
/* Offcanvas Cart */
#offcanvas-cart, #offcanvas-menu {
    width: 300px;
    max-width: 500px;
}
@media (min-width: 960px) {
    #offcanvas-cart, #offcanvas-menu  {
        width: 40%;
    }
}
.product-thumbnail {
    position: relative;
    width: 80px;
    height: 80px;
}
.product-thumbnail > .product-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.product-thumbnail > span.badge {
    position: absolute;
    width: 1.75em;
    right: -0.75em;
    top: -0.75em;
    background-color: #4F78A8;
    font-size: 0.8571428571em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    color: #fff;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.5833333333em;
}
footer .fa-facebook-f, footer .fa-instagram, footer .fa-pinterest, footer .fa-twitter, footer .fa-youtube, footer .fa-linkedin, footer .fa-tiktok {
  font-size: 1.5rem;
  margin-right: 10px;
}
/* Scroll to top button */
#scroll-to-top-btn {
    position: fixed;
    left: 25px;
    bottom: 25px;
    display: none;
    font-size: 1rem;
    z-index: 100;
}
.form-label {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.866666667;
    font-size: 1rem;
    cursor: pointer;
}
/* Mail Chimp */
div.mailchimp-integration {
    background: #D2E1EA;
}
div.mailchimp-integration .heading-title h4 {
    font-size: 2rem;
    font-weight: 700;
}
/* Header Message */
.header-message {
  background-color: #FECE24;
  color: #262626;
  font-weight: 700;
  font-size: .85rem;
}
.product-layout .text-title {
  min-height: 50px;
}
.product-layout .card img {
  padding: 1rem;
}