@import url('./utilities.css?v=1.2');

/**
 * Content
 */
.container{
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.page-container{
    width: 100%;
    float: left;
}

.page-title{
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid var(--brightGray);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title h1{
    font-size: 25px;
    font-weight: 600;
    position: relative;
}

.page-title h1:before{
    content: "";
    position: absolute;
    height: 4px;
    width: 30px;
    background: var(--institutional);
    top: 49%;
    left: -35px;
}

.page-title h1:after{
    content: "";
    position: absolute;
    height: 4px;
    width: 30px;
    background: var(--institutional);
    top: 49%;
    right: -35px;
}

.page-content{
    width: 100%;
    float: left;
    padding: 30px 0;
}

.page-img{
    width: 100%;
    float: left;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}

.page-img img{
    width: 100%;
    height: auto;
}

.page-text{
    width: 100%;
    float: left;
    color: #555;
}

.page-text p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 10px;
}

.header-top-container{
    border-bottom: 1px solid var(--brightGray);
}

.header-top{
    padding: 10px 0;
}

.header-top .left{
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-top .left .socials-top{
    display: flex;
    gap: 15px;
}

.header-top .left .socials-top li{
    display: flex
}

.header-top .left .socials-top li a{
    border: 1px solid var(--brightGray);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    color: var(--darkCharcoal);
    padding-top: 1px;
}

.header-top .left .socials-top li a:hover{
    color: var(--institutional);
}

.link-top{
    display: flex;
    gap: 10px;
}

.link-top li{
    border-right: 1px solid var(--brightGray);
    padding-right: 10px;
    line-height: 12px;
}

.link-top li:last-child{
    border-right: none;
    padding-right: 0;
}

.link-top li a{
    font-family: "Lato", sans-serif;
    color: var(--gray);
}

.link-top li a:hover{
    color: var(--institutional);
}

.header-container{
    border-bottom: 1px solid var(--brightGray);
}

.header-content > div.right{
    display: flex;
    align-content: center;
}

.header-content > div.left .logo{
    display: block;
    padding: 15px 0;
}

.header-content .left .logo img{
    max-width: 150px;
}

.header-content .center .categories{
    float: left;
    width: 100%;
    display: flex;
    height: 100%;
}
.header-content .center .categories ul{
    display: flex;
    height: 100%;
    gap: 35px;
}

.header-content .center .categories ul li{
    position: relative;
    display: flex;
}

.header-content .center .categories ul li a{
    font-size: 16px;
    font-weight: 700;
    color: var(--japaneseIndigo);
    font-family: "Quicksand", sans-serif;
    display: flex;
    height: 100%;
    align-items: center;
}

.header-content .center .categories ul li a:hover{
    color: var(--institutional);
}

.header-content .center .categories ul li a i{
    margin-left: 5px;
    font-size: 18px;
}

.header-content .center .categories ul li a i:before{
    width: auto !important;
    margin-right: 0 !important;
    line-height: normal !important;
    margin-left: 0 !important;
}

.header-content .center .categories ul li ul {
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 250px;
    margin-top: 0;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 15px;
    padding: 20px 15px;
    border: 1px solid var(--brightGray);
    border-radius: 9px;
    gap: 15px;
    display: none;
    flex-direction: column;
    height: auto;
}

.header-content .center .categories ul li:hover ul {
    display: flex;
}

.header-content .center .categories ul li ul li a{
    font-size: 15px;
    color: var(--gray);
    font-weight: 600;
}

.header-content .center .categories ul li ul li a i{
    margin-right: 5px;
}

.header-content .right .header-whatsapp a{
    display: flex;
    align-items: center;
}

.header-content .right .header-whatsapp i{
    font-size: 36px;
    color: var(--institutional);
}

.header-content .right .header-whatsapp div{
    display: flex;
    flex-direction: column;
}

.header-content .right .header-whatsapp div strong{
    color: var(--japaneseIndigo);
    font-family: "Poppins", sans-serif;
    line-height: 20px;
    font-size: 16px;
}

.header-content .right .header-whatsapp div small{
    font-family: "Lato", sans-serif;
    color: var(--gray);
    font-size: 13px;
}

.header-content .right .navbar-toggle{
    display: none;
    padding: 0;
    margin: 0 !important;
}

.header-content .right .navbar-toggle button{
    font-size: 30px;
    background: none;
    border: none;
    padding: 0;
}

.header-content .right .navbar-toggle button i:before{
    margin: 0;
}


.slider-container{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.slider{
    border: 1px solid var(--brightGray);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.slider-content{

}

.slider img{
    width: 100%;
}

.slider-rows {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -25px 15px 0;
    font-weight: bold;
    user-select: none;
    background: #F2F3F4;
    border-radius: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--gray);
}

.slider-rows.next {
    right: 0;
}

.slider:hover .slider-rows{
    display: flex;
}

.slider .prev:hover, .slider .next:hover {
    background-color: var(--institutional);
    color: #fff !important;
}

.slider .dots{
    position: absolute;
    z-index: 9;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.slider .dots .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: 2px solid var(--institutional);
}

.slider .dots .active, .slider .dot:hover {
    background-color: var(--institutional);
}

.slider .fade {
    animation-name: fadeOpa;
    animation-duration: 2.5s;
}

.scroll-title h6{
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.module-category-img{
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid var(--brightGray);
}

.module-category-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/***Products list***/
.product-list-item{
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid var(--brightGray);
    border-radius: 15px;
}

.product-list-item .image{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    height: 25rem;
}

.product-list-item .image img{
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-list-item .detail{
    float: left;
    width: 100%;
    min-height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.product-list-item .detail .title{
    float: left;
    width: 100%;
    margin-bottom: auto;
}

.product-list-item .detail .title h5 a{
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 24px;
    color: var(--darkCharcoal);
}

.product-list-item .detail .title h5 a:hover{
    color: var(--institutional);
}

.product-list-item .detail .price{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.product-list-item .detail .price span{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: var(--silverChalice);
    margin-right: 5px;
}

.product-list-item .detail .price strong{
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    color: var(--institutional);
}

.product-list-item .detail .go-button{
    float: left;
    width: 100%;
}

.product-list-item .detail .go-button a{
    background: #fff;
    padding: 8px 5px;
    border-radius: 5px;
    border: 1px dashed var(--silverChalice);
    color: var(--japaneseIndigo);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
}

.product-list-item .detail .go-button a:hover{
    border: 1px solid var(--institutional);
    background: var(--institutional);
    color: #fff;
}


/***Footer***/
.footer{
    border-top: 1px solid var(--brightGray);
    padding: 25px 0;
}

.footer-col{
    float: left;
    width: 100%;
}

.footer-logo img{
    width: auto;
    max-width: 190px;
    height: auto;
}

.footer-company{
    float: left;
    width: 100%;
    margin: 10px 0;
}

.footer-company p{
    line-height: 24px;
    color: var(--darkCharcoal);
    font-weight: 300;
}

.footer-socials{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    float: left;
}

.footer-socials li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    padding-top: 1px;
    background: var(--institutional);
}

.footer-list-title{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 22px;
    margin-top: 20px;
    font-family: "Quicksand", sans-serif;
    color: var(--japaneseIndigo);
}

.footer-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-list li{
}

.footer-list li a{
    color: var(--darkCharcoal);
    font-weight: 400;
}

.footer-list li a:hover{
    color: var(--institutional);
}

.footer-contact{
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-contact p{
    color: var(--darkCharcoal);
    font-weight: 400;
    line-height: 24px;
}


/**Sidebar menu**/
.sidebar-container {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: var(--japaneseIndigo);
    opacity: 0;
    overflow: auto;
    visibility: hidden;
    position: fixed;
}

.sidebar-container.active {
    visibility: visible;
    display: block;
    opacity: 1;
}

.sidebar-container .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid var(--yankesBlue);
}

.sidebar-container .header .left h6{
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.sidebar-container .header .right a{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.sidebar-container .header .right a span{
    font-size: 30px;
}

.sidebar-container .categories{
    float: left;
    width: 100%;
}

.sidebar-container .categories ul{
    display: flex;
    flex-direction: column;
}

.sidebar-container .categories ul li{
    border-bottom: 1px solid var(--yankesBlue);
}

.sidebar-container .categories ul li a{
    font-weight: 400;
    color: #fff;
    padding: 15px 0 15px 35px;
    display: block;
    position: relative;
}

.sidebar-container .categories > ul > li > a:before{
    content: "";
    position: absolute;
    left: 20px;
    top: 46%;
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 100%;
}

.sidebar-container .categories ul li a > i{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: var(--darkGunmetal);
    color: #fff;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

.sidebar-container .categories ul li ul{
    background: var(--darkGunmetal);
    float: left;
    width: 100%;
    display: none;
}

.sidebar-container .categories ul li ul li{
    border-bottom: 1px solid #171b1e;
}


/***Category***/
.category-container{
    float: left;
    width: 100%;
    padding: 50px 0;
}

.category-content{
    width: 100%;
    margin-bottom: 20px;
}

.category-content .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-content .header .left h1{
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}

.category-content .header .right{
    display: flex;
}

.category-content .header .right p{
    color: var(--darkCharcoal);
}

.category-content .header .right p b{

}

.category-container .product-list{
    float: left;
    width: 100%;
}

.category-container .product-list .product-list-item{
    margin-bottom: 30px;
}

.category-container .product-list .product-list-item .detail .title h5 a{
    font-size: 17px;
}

.sub-categories{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.sub-categories ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sub-categories ul li{
    display: block;
}

.sub-categories ul li a{
    float: left;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid var(--brightGray);
    border-radius: 4px;
}

.sub-categories ul li a:hover{
    background: var(--institutional);
    color: #fff;
    border: 1px solid var(--institutional);
}

/***Product detail***/
.product-container{
    float: left;
    width: 100%;
    padding: 50px 0;
}

.product-detail{
    float: left;
    width: 100%;
}

.product-detail .left{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.product-detail .left .product-slider{
    float: left;
    width: 100%;
}


.product-detail .left .product-slider .main-slider{
    margin-bottom: 20px;
}

.product-detail .left .product-slider .main-slider .owl-nav{
    top: calc(45% - 10px);
    margin-top: 0 !important;
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}


.product-detail .left .product-slider .main-slider .owl-nav button{
    background: var(--brightGray);
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.product-detail .left .product-slider .main-slider .owl-nav button.owl-next{
    margin-left: auto;
}

.product-detail .left .product-slider .main-slider .owl-nav button.disabled{
    display: none !important;
}

.product-detail .right{
    float: left;
    width: 100%;
    border: 1px dashed #e6e6e6;
    padding: 20px;
    border-radius: 10px;
}

.product-detail .right .product-map{
    display: flex;
    gap: 4px;
    margin-bottom: 15px;
}

.product-detail .right .product-map a{
    font-weight: 500;
    color: var(--gray);
}

.product-detail .right .product-map a:hover{
    color: var(--institutional)
}

.product-detail .right .product-title{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 20px;
}

.product-detail .right .product-title h1{
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    line-height: 45px;
    color: var(--darkGunmetal);
}

.product-detail .right .product-code{
    float: left;
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.product-detail .right .product-code strong{
    font-size: 15px;
    color: var(--japaneseIndigo);
}

.product-detail .right .product-code span{
    font-size: 15px;
    color: var(--japaneseIndigo);
}

.product-detail .right .product-price{
    float: left;
    width: 100%;
}

.product-detail .right .product-price .action{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.product-detail .right .product-price .action .go-whatsapp{
    flex: 1;
}

.product-detail .right .product-price .action .go-whatsapp a{
    background: var(--institutional);
    color: #fff;
    padding: 10px 15px;
    border-radius: 36px;
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail .right .product-price .action .go-whatsapp a i{
    font-size: 18px;
}

.product-detail .right .product-price .action .go-whatsapp a:hover{
    opacity: 0.7;
}

.product-detail .right .product-price .price{
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.product-detail .right .product-price .price strong{
    font-size: 15px;
    color: var(--japaneseIndigo);
}

.product-detail .right .product-price .price h2{
    font-size: 22px;
    font-weight: 700;
    color: var(--institutional);
}

.product-detail .right .product-price .min-qty{
    float: left;
    width: 100%;
    background: #ebf6f9;
    padding: 10px;
    border-radius: 6px;
}

.product-detail .right .product-price .min-qty p{
    color: var(--darkCharcoal);
    line-height: 23px;
}
.product-detail .right .product-info-text{
    float: left;
    width: 100%;
    margin-top: 40px;
}

.product-detail .right .product-info-text h3{
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}

.product-detail .right .product-info-text p{
    margin-bottom: 10px;
    line-height: 23px;
    color: var(--darkCharcoal);
    font-weight: 300;
}

/**Contact**/
.contact-google-map-container{
    float: left;
    width: 100%;
    height: 400px;
    padding: 30px 0;
}

.contact-google-map-container iframe{
    border-radius: 20px;
    border: 3px solid var(--brightGray) !important;
}

.contact-container{
    float: left;
    width: 100%;
    margin: 20px 0;
}

.contact-left{
    float: left;
    width: 100%;
}

.contact-form{
    float: left;
    width: 100%;
    padding: 20px;
    border: 2px dashed var(--brightGray);
    border-radius: 20px;
}

.contact-form > strong{
    font-family: "Quicksand", sans-serif;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    font-size: 22px;
}

.contact-right{
    float: left;
    width: 100%;
}

.contact-info{
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: var(--darkGunmetal);
}

.contact-info > strong{
    font-family: "Quicksand", sans-serif;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    font-size: 22px;
    color: #fff;
}

.contact-info > div{
    display: flex;
    float: left;
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
}

.contact-info > div:last-child{
    margin-bottom: 0;
}

.contact-info > div strong{
    color: #fff;
    font-size: 19px;
    border-left: 5px solid var(--institutional);
    padding-left: 10px;
    line-height: normal;
    margin-bottom: 10px;
}

.contact-info > div span{
    color: #d6d6d6;
    font-size: 16px;
    padding-left: 15px;
    line-height: 27px;
}


/***404***/
.page-404{
    float: left;
    width: 100%;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-404 img{
    max-width: 400px;
}

.page-404 h5{
    font-size: 25px;
    margin-bottom: 15px;
}

.page-404 p{
    font-size: 15px;
}