@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,200..1000;1,200..1000&display=swap');

/*1. RESET AND TYPHOGRAPHY */
* {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: none !important;
}


@media (min-width: 1450px) {
    .container {
        width: 1400px;
    }
}

.whatsapp_button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.whatsapp-icon {
    background-color: #42db87;
    color: #fff;
    font-size: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 300;
    text-decoration: none !important;
    padding: 10px;
    box-sizing: border-box;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: all 300ms ease-in-out;
    border-radius: 100%;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}


.aspect1 {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}

.aspect1610 {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    object-position: center;
}

header {
    background-color: #fff;
}



header .notification {
    background-color: #f5d147;
    position: relative;
}

header .notification p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 35px 8px 0;
    text-align: center;
    margin: 0;
}

header .topbar {
    padding: 5px 0;
    border-bottom: 1px solid #f0f2f5;
    list-style: none;
}

header .topbar .text {
    line-height: 30px;
    font-size: 16px;
    color: #5b6c8f;
}

header .menu-top .nav-item {
    display: inline-block;
    line-height: 32px;
    border-right: 1px solid #d9dee8;
}

header .menu-top .nav-item a {
    font-size: 14px;
    padding: 0 15px;
    color: #5b6c8f;
}

header .menu-top .nav-item:last-child {
    border-right: none;
}

header .menu-top .nav-item:first-child a {
    padding-left: 0;
}

header .search_form {
    border-radius: 30px;
    overflow: hidden;
    padding: 0 20px 0 0;
    border: 2px solid #f6f6f6;
}

header .search_form input {
    border: none;
    color: #000;
    height: 46px;
    font-size: 15px;
    background: transparent;
}

header .search_form input::-moz-placeholder {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

header .search_form input:-ms-input-placeholder {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

header .search_form input::placeholder {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}


header .search_form input:focus {
    outline: none;
    box-shadow: 0 0 0 #000;
    border-color: #103178;
    background-color: inherit;
}

header .search_form button {
    border: 0;
    background-color: transparent;
}

header .search_form i {
    color: #103178;
    font-weight: 900;
    font-size: 18px;
}

header .whatsapp {
    background-color: #ffffff;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #306A53;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 20px;
}

header .navbar {
    padding: 0;
}

header .main_menu .nav-item {
    padding: 5px 10px;
    border-right: 1px solid #ddd;
}

header .main_menu .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

header .main_menu .nav-item:last-child {
    border: none;
}

header .main_menu .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

header .main_menu .dropdown .dropdown-menu li {
    border-bottom: 1px solid #ddd;
}

header .main_menu .dropdown .dropdown-menu li:last-child {
    border-bottom: 0;
}

header .main_menu .dropdown .dropdown-menu li a {
    font-size: 13px;
    color: #000;

}

header .main_menu .dropdown:hover .dropdown-menu .dropdown .dropdown-menu {
    display: none;
}

header .main_menu .dropdown:hover .dropdown-menu .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
}

header .main_menu .main_menu .dropdown-toggle::after {
    display: none;
}

.homepage_banner {
    background-color: #f5f5f5;
}

.homepage_banner img {
    aspect-ratio: 16/5;
    object-fit: cover;
    border-radius: 9px;
}

.homepage_banner .container {
    position: relative;
}

.homepage_banner #banner_nav {
    position: absolute;
    width: calc(100% + 14px);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    height: 100%;
    top: 0;
    left: -7px;
}

.homepage_banner #banner_nav span {
    background-color: #fff;
    aspect-ratio: 1;
    color: #000;
    padding: 10px;
    border-radius: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .14);
    width: 39px;
    height: 39px;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

.homepage_banner #banner_nav span i {
    font-size: 17px;
}


.homepage_categories img {
    border-radius: 9px;
}

.homepage_categories .content {
    position: absolute;
    bottom: 0;
    width: 80%;
    background-color: #ffffff;
    padding: 20px;
    border-top-right-radius: 9px;
}

.homepage_categories .content h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.homepage_categories .content .more {
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.product_item {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
}

.product_item .img {
    aspect-ratio: 1;
    object-fit: cover;
}

.product_item .price_group {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
}

.product_item .price_group .green {
    font-size: 14px;
    font-weight: 600;
    color: #306A53;
}

.product_item .price_group .discount {
    text-decoration: line-through !important;
    margin-right: 5px;
    color: #9e9e9e;
}

.product_item .price_group .price {
    font-size: 15px;
    font-weight: 600;
}

.product_item .more {
    display: flex;
    justify-content: center;
}

.product_item .more a {
    background-color: #f5d147;
    font-size: 13px;
    color: #000;
    padding: 6px 15px;
    border-radius: 6px;
}

.product_item h2 {
    font-size: 14px;
    text-align: center;
    margin: 20px 0 0 0;
    height: 48px;
}

.related_products {
    border-top: 1px solid #efefef;
}

#page .sidebar_menu {
    border: 2px solid #f6f6f6;
    border-radius: 9px;
}

#page .sidebar_menu ul {
    padding: 0;
}

#page .sidebar_menu ul li {
    list-style: none;
    font-size: 13px;
    letter-spacing: -.2px;
}

#page .sidebar_menu ul li a {
    margin-bottom: 10px;

}

#page .sidebar_menu ul li.active {
    font-weight: 600;
}

#page .sidebar_menu ul li ul {
    padding-left: 10px;
}

.product_info {
    background-color: #f5f5f5;
    padding: 30px 0;
}

.product_info .left {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    aspect-ratio: 16/12;
    padding: 20px;
}

.product_info .left .image {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    aspect-ratio: 16/10;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.product_info .left .images .item {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 10px;
    border-radius: 6px;
}

.product_info .left .images .item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.product_info .info {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    aspect-ratio: 16/12;
    padding: 50px;
}


.product_info .info h1 {
    font-size: 32px;
    font-weight: 600;
    color: #666;
    text-align: center;
}


.product_info .image img {
    width: 60%;
}

.product_info .price_group {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

}

.product_info .price_group .green {
    font-size: 20px;
    font-weight: 600;
    color: #306A53;
}

.product_info .price_group .discount {
    text-decoration: line-through !important;
    margin-right: 5px;
    color: #9e9e9e;
}

.product_info .price_group .price {
    font-size: 22px;
    font-weight: 600;
}

.product_info .whatsapp {
    background-color: #306A53;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 20px;
    width: auto;
}

.blog-item img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 9px;
    margin-bottom: 20px;
}

.blog-item h3 {
    font-size: 22px;
    text-align: center;
    color: #000;
}

footer {
    background-color: #fafafa;
}

footer .logo {
    width: 70%;
}

footer .phone,
footer .mail {
    font-size: 13px;
    color: #000;
}

footer .phone i,
footer .mail i {
    color: #306A53;
}

footer .title {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
}

footer ul {
    padding: 0;
}

footer li {
    list-style: none;
}

footer li a {
    color: #747474 !important;
    font-size: 13px;
    line-height: normal;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    margin: 0;
    list-style: none;
}

@media screen and (max-width:500px) {
    header .main_menu .nav-item {
        border: 0;
    }
}