body {
    background-color: #FFFFFF;
    overflow-x: hidden;
    font-family: Whyte,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}

.cenitho_logo
{
    max-width: unset;
    height: 37px;
    width: auto;
}

.swiper-initialized {
    overflow-x: hidden;
}
a, a:active, a:hover, a:visited {
    color: #000000;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    text-decoration: none;
}
ul {
    list-style: none;
}
.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}
button, input, select, textarea {
    color: #000000;
    font-family: Whyte,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #FFFFFF;
    text-shadow: 0 -3px 6px rgba(0, 0, 0, .1);
}
.tooltip-inner {
    background-color: #FFFFFF;
    color: #f5a623;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    font-size: 10px;  
}
.blue-ribbon {
    background-color: #000000;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 4px 0;
}
.blue-ribbon p {
    margin-bottom: 0;
    font-size: 14px;
}
header {
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
main {
    padding-top: 119px;
}
header .checkout-navbar {
    justify-content: center;
    min-height: 90px;
}
header .nav-link {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
}
header ul li a:hover {
    color: #808080;
}
header .nav-link:after,
header .mobile-mega-menu .nav-item:after {
    content: "";
    display: block;
    height: 2px;
    background-color: transparent;
    width: 100%;
    transition: background-color 0.2s ease;
}
header .nav-link.active:after,
header .nav-item.active:after {
    background-color: #000000;
}
header .nav-link:hover, 
header .nav-link:focus {
    color: #31353C;
}
header .container-fluid {
    position: relative;
}
header .mega-menu.hovered {
    height: 100%;
}
.mega-menu.hovered ul {
    opacity: 1;
}
.mega-menu .container {
    margin-right: auto;
    margin-left: 0;
}
header .mega-menu ul {
    opacity: 0;
    transition: opacity 2s ease-in-out;    
    display: none;
    margin-top: 16px;
}
header ul {
    list-style: none;
    padding: 0;
}
header ul li {
    line-height: 24px;
}
header ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
}
header ul li.offers a {
    color: #ff0000;
}
header .col-2 {
    justify-content: center;
}
header .form-col {
    justify-content: flex-end;
}
header .mega-menu {
    position: absolute;
    top: 112px;
    width: 100%;
    left: 0;
    background-color: #FFFFFF;
    z-index: 9;
    transition: height 0.5s ease-in-out;
    height: 0;
    overflow: hidden;
    overflow-y: scroll;
}
header .mega-menu .activeMenu {
    display: flex;
}
header .navbar-expand-lg {
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
}
header .navbar-expand-lg > div {
    display: flex;
    align-items: center;
}
header > .container-fluid form {
    min-width: 359px;    
}
header form {
    position: relative;
}
header form input.form-control {
    width: 100%;
}
header form .btn {
    position: absolute;
    right: 0;
    padding: 0;
    height: 100%;
    padding-right: 8px;
    display: flex;
    align-items: center;
}
header form img {
    max-height: 25px;
}
header form input.form-control, 
header form input.form-control::placeholder {
    color: #132A4E;
    font-family: "Poppins-Regular", sans-serif;
}
header .toggler {
    position: relative;
    height: 15px;
    width: 15px;
    margin-right: 16px;
}
header .toggler:not(.collapsed) .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .toggler:not(.collapsed) .hamburger:before {
    -webkit-transform: rotate(90deg);
    top: 0;
    transform: rotate(90deg);
}
header .toggler:not(.collapsed) .hamburger:after {
    -webkit-transform: rotate(90deg);
    bottom: 0;
    transform: rotate(90deg);
}
header .hamburger {
    -webkit-transform-origin: center;
    -webkit-transition: .5s ease-in-out;
    background: #000000;
    height: 1.5px;
    left: auto;
    right: 0;
    transform-origin: center;
    transition: .3s ease-in-out;
    width: 15px;
    position: absolute;
    top: 50%;
}
header .hamburger:after, header .hamburger:before {
    -webkit-transition: .5s ease-in-out;
    background: #000000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: .5s ease-in-out;
    width: 100%;
}
header .collapsed .hamburger:before {
    top: -5px;
}
header .collapsed .hamburger:after {
    bottom: -5px;
}
header .mobile-mega-menu {
    position: fixed;
    left: -500vw;
    opacity: 0;
    transition: opacity 0.5s ease, left 0.5s ease;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 97px;
    padding-top: 0;
    overflow: auto;
}
header .mobile-mega-menu .submenu ul {
    padding-bottom: 48px;
}
.top-searches-title {
     margin-top: 40px;
}
header .mobile-mega-menu.open {
    left: 0;
    opacity: 1;
}
header .navbar.row.mobile {
    max-width: 100%;
    margin: 0 auto;
}
header .navbar.row.mobile .col-6 {
    display: flex;
    align-items: center;
    margin-bottom: 16px;    
}
header .navbar.row.mobile .col-6.icons {
    justify-content: flex-end;
}
header .mobile-mega-menu .navbar-nav {
    border-bottom: 1px solid #e6e6e6;
    flex-direction: row;
}
header .mobile-mega-menu .nav-item {
    padding-left: 16px;
}
header .mobile-mega-menu #mobile-menu2-1, header .mobile-mega-menu #mobile-menu4-1,
header:not(.header-detail-page) #search-trigger, .search-panel {
    display: none;
}
.header-detail-page .navbar.row.mobile {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.search-panel.open-panel {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
    top: 0;
    z-index: 9999;
    padding-top: 16px;
    min-height: 100%;
    overflow-y: auto;
}
.search-panel .form-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.search-panel .form-container p {
    margin: 0;
    width: 30%;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}
.search-panel form:not(.desktop-form) > div {
    display: flex;
    align-items: center;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    padding-left: 4px;
}
.search-panel form:not(.desktop-form) {
    width: 100%;
}
.search-panel form:not(.desktop-form) input {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 17px;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.search-panel .desktop-form {
    border-bottom: 1px solid #ced4da;
    margin-top: 54px;
    margin-bottom: 54px;
}
.search-panel .desktop-form input {
    border: 0;
    font-size: 24px;
}
.search-panel .desktop-form > div {
    display: flex;
    align-items: center;
}
.search-input input[type=search]::-webkit-search-cancel-button,.search-input input[type=search]::-webkit-search-decoration,.search-input input[type=search]::-webkit-search-results-button,.search-input input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
.search-input input[type=search]::-ms-clear,.search-input input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
header .submenu {
    margin-top: 24px;
}
header .mobile-mega-menu .nav-link {
    font-size: 14px;
}
header .submenu ul li a {
    font-size: 16px;
}
header .submenu ul li {
    margin-bottom: 8px;
}
header #search-trigger-box {
    border: 1px solid rgba(0,0,0,0.3);
    width: 100%;
    padding: 2px 6px;
    font-size: .875rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
header .cart-fav-icon {
    width: 24px;
    color: black;
}
header .mobile .col-6.icons > a {
    margin-left: 8px;
}
.close-panel {
    cursor: pointer;
}
.search-panel {
    overflow-x: hidden;
}
.search-tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
    height: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: .875rem;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    padding: 4px 8px 4px 12px;
}
.search-tag__link {
    white-space: nowrap;
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    align-items: center;
}
.search-tag__clock-icon {
    color: #666666;
    width: 1rem;
    height: 1rem;
}
.search-tag__button {
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    font-weight: 400;
    padding: 0;
}
.search-tag__close-icon {
    fill: #a6a6a6;
}
.recent-searches__list {
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    overflow-x: auto;
    margin: 0 calc(24px* -1);
    padding: 0 24px;
    scrollbar-color: transparent transparent;
    margin-bottom: 40px;
}
.search-tag:hover {
    background-color: hsla(0, 0%, 85.9%, .4);
}
.top-searches__list {
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    overflow-x: auto;
    margin: 0 calc(24px * -1);
    padding: 0 24px;
    scrollbar-color: transparent transparent;
    margin-bottom: 40px;
}
.search-tag__fire-icon {
    color: #ff595a;
    width: 1rem;
    height: 1rem;
}
.search-tag--is-top-search {
    border-color: #ff595a;
}

#whatsapp_helper
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

#whatsapp_helper .intro
{
    cursor: pointer;
}

#whatsapp_helper .itro .close
{
    background: #000;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 31px;
    font-weight: bold;
}

#whatsapp_helper .intro .msg
{
    float: left;
    margin-top: 7px;
    width: calc(100% - 80px);
}

#whatsapp_helper .intro .ws_logo
{
    float: right;
    width: 60px;
}

#whatsapp_helper .items
{
    float: left;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    padding: 15px;
    background: #FFF;
}

#whatsapp_helper .items .items_header
{
    background: #2db742;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 20px;
    color: #FFF;
    overflow: hidden;
}

#whatsapp_helper .items .items_header .close
{
    float: right;
    color: #2db742;
    background: #FFF;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
}
#whatsapp_helper .items .items_header .close:hover
{
    color: #FFF;
    background: #000;
    cursor: pointer;
}

#whatsapp_helper .items .item
{
    float: left;
    width: calc(100% - 3px);
    margin-bottom: 10px;
    background: rgba(0,0,0,.06);
    border-radius: 15px;
    border-left: 2px solid #2db742;
    padding: 10px;
    cursor: pointer;
}

#whatsapp_helper .items .item .title
{
    float: left;
    width: calc(100% - 90px);
    margin-bottom: 0;
}

#whatsapp_helper .items .item .desc
{
    float: left;
    width: calc(100% - 90px);
    font-size: 13px;
}

#whatsapp_helper .items .item .ws_logo
{
    float: right;
    width: 50px;
}

#whatsapp_helper .items .item:hover .title
{
    color: #2db742;
}

#whatsapp_helper .items .item:hover .ws_logo
{
    opacity: .7;
}

footer {
   padding: 40px 64px 0 64px;
}
.footer-container {
    border-top: 1px solid #e6e6e6;
    padding-top: 40px;
    border-bottom: 1px solid #e6e6e6;
}
footer * {
    text-decoration: none;
}
footer .footer-heading {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 16px;
}

footer .footer-subheading {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 32px;
}
footer .col-lg-1 {
    margin-bottom: 8px;
}
footer .footer-container2 {
    padding: 16px 0;
}
footer .footer-container2 .copyright {
    color: #8c8c8c;
    padding: 7px 0;
    line-height: 1.25;
    font-weight: 400;
    font-size: 12px;
    text-align: right;
    margin: 0;
}
.buy-page h1 {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 700;
}
@media only screen and (min-width: 431px) {
    .extra-small {
        display: none;
    }
}
@media only screen and (max-width: 430px) {
    .md-size {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .extra-middle-size {
        display: none;
    }
    .blue-ribbon p {
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) {
    .small-size {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .desktop {
        display: none !important;
    }
    footer {
        padding: 16px;
    }
    header {
        position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 9;
    }
    header .submenu ul li {
        margin-bottom: 8px;
        display: inline-block;
        width: 50%;
    }
    main {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) {
    footer .col-lg-1 {
        width: 13.333333%;
    }
    .mobile {
        display: none !important;
    }
    header .col-5.form-col.icons a, .search-panel .col-5.form-col.icons a,
    .search-panel .col-5.form-col.icons > .col-5:first-child, .search-panel .col-5.form-col.icons {
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-size: 12px;
    }
    .search-panel .col-5.form-col.icons {
        justify-content: flex-end;
    }
    .search-panel .col-5.form-col.icons svg {
        width: 20px;
        height: 20px;
    }
    .search-panel .col-5.form-col.icons a,
    .search-panel .close-panel {
        min-width: 85px;
        justify-content: space-between;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-size: 12px;
    }
    header .col-5.form-col.icons a {
        min-width: 79px;
        justify-content: space-between;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-size: 12px;
    }
    header .col-5.form-col.icons a svg, .search-panel .col-5.form-col.icons a {
        width: 20px;
        height: 20px;
    }
    header .col-5.form-col.icons a#search-trigger-desktop {
        border-radius: 100px;
        height: 32px;
        width: 160px;
        border: none;
        padding: 0 12px;
        background-color: #f5f5f5;
        justify-content: flex-start;
    }
    header .col-5.form-col.icons a#search-trigger-desktop span {
        display: inline-block;
        margin-left: 8px;
    }
    .search-panel {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {    
    header form {
        max-width: 359px;
        min-width: auto;
    }
}

@media only screen and (orientation: portrait) {
    .cenitho_logo
    {
        max-width: unset;
        height: 27px;
        width: auto;
    }

    #whatsapp_helper
    {
        position: fixed;
        z-index: 9999;
        bottom: 15px;
        right: 15px;
        padding: 10px;
    }
}
