* {
    font-family: 'Readex Pro', sans-serif;
    font-weight: 300;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
    margin-right: auto;
    margin-left: auto;
}


.bg-success  {
    background: #0a806b !important;
}


.btn-success  {
    background: #0a806b !important;
    border-color: #0a806b !important;

}

/* header */

.main-navbar .nav-has-childerns .nav-content {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 20px 40px;
    z-index: 6;
    opacity: 0;
    display: none;
    transition: opacity 500 ease-in;
}

.main-navbar .nav-item {
    cursor: pointer;
}

.main-navbar .nav-item:hover .nav-content {
    opacity: 1;
    display: block;
    transition: opacity 500 ease-in;
    
}

.main-navbar .nav-item:hover .nav-link {
    color: #0a806b;
    font-weight: bold;
    transition: font-weight 100ms ease-in-out;

}

.main-navbar .navbar {
    padding: 0;
}

.main-navbar a.nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
}




.main-header {
    padding: 10px 0;
}

.main-header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.main-header .logo img {
    height: 55px;
}

.main-header .list-product-header, .main-header .logo {
    display: inline-block;
}

.main-header .header-contact {
    text-align: end;
    line-height: 1;
    color: white;
}


.main-header .header-contact h5 {
    margin-bottom: 0;
    font-weight: bold;
}

.product-header {
    text-align: center;
    cursor: pointer;
    font-size: 0.75rem;
    background-color: #056654;
    border: 1px solid #ffffff9c;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.product-header img {
    height: 30px;
}

.product-header a {
    color: white;
    text-decoration: none;
}

.product-header p {
    margin: 0;
}


/* end header */

.ul-2-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}



footer {
    color: white;
    font-size: 0.85rem;
    padding: 40px 0 40px 0;
}

footer a {
    color: white;
    text-decoration: none;
}

footer li {
    margin-bottom: 0.25rem;
}


footer a:hover {
    color: white;
    text-decoration: underline;
}

/* Footer */
footer .logo img {
    height: 50px;
    margin-bottom: 1rem;
}


footer  .contact-box {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #056654;
    padding: 5px  10px;
    border-radius: 5px;
}

footer  .contact-box a {
    color: currentColor;
    text-decoration: none;
}

footer  .contact-box span{
    display: block;
}

footer  .contact-box .label-box{
    font-size: 1rem;
}

footer  .contact-box .info{
    font-weight: 600;
}

  
#scrollToTop {
    position: fixed;
    right: 20px;    
    bottom: 20px;
    cursor: pointer;
}

#scrollToTop i {
    font-size: 2.5rem;
}


.splide__slide .product-category:first-child {
    margin-bottom: 1rem;
}

.product-category {
    text-align: center;
    border-radius: 10px;
}


.product-category img {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
}

.product-category a {
    text-decoration: none;
    color: unset;
}

.product-category .product-category-name {
    padding: 10px 10px;
    border-radius: 0 0 15px 15px;
}

.product-category .product-category-name p {
    margin-bottom: 0;
    font-size: 0.85rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


#productsCategorySplide .splide__pagination__page.is-active {
    background: #0a806b;
}

#productsCategorySplide .splide__pagination {
    bottom: -1.5em;
}



#aboutUs {
    padding: 80px 0;
    background-color: #fcfcfc3b;
}


.text-title {
    font-family: 'Work Sans', sans-serif;
    color: black;
}

.arrow-link {
    position: relative;
    cursor: pointer;
}

.arrow-link::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 12 24%22%3E%3Cpath fill%3D%22%23222222%22 d%3D%22M11.3,12.7L12,12l-0.7-0.7l-4-4c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L8.2,11H1c-0.6,0-1,0.4-1,1s0.4,1,1,1h7.2l-2.3,2.3 c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3C7.3,16.7,11.3,12.7,11.3,12.7z%22%2F%3E%3C%2Fsvg%3E");
    margin-left: 6px;
    width: 12px;
    height: 24px;
    position: relative;
    top: 7px;
    margin-top: -8px;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    transition: transform 100ms ease-out;

}

.arrow-link:hover.arrow-link::after {
    transform: translateX(6px);
    transition: transform 100ms ease-out;
}


#nailMactchingCollections {
    padding: 80px 0;
}

#marketingNailSalon {
    padding: 80px 0;
    background-color: #f5fffd57;
}

.product-box {
    cursor: pointer;
    margin-bottom: 0.5rem;
}

.product-box .product-image {
    max-width: 100%;
    border-radius: 5px;
}

.product-box .product-title {
    font-weight: bold;
}

.product-box .product-category {
    color: gray;
    font-size: 0.85rem;
}

.product-box .product-info {
    margin-top: 0.25rem;
}

.product-box:hover img {
    box-shadow: 0 .25rem 0.25rem rgba(0,0,0,.1);
    transition: box-shadow 200ms linear;
}


#moreCategory {
    padding: 60px 0;
    background-color: #f6f6f6
}

.custom-pagination {
    list-style: none;
    display: flex;
    padding: 0px;
}


.custom-pagination li.page-item a {
    height: 40px;
    width: 40px;
    border-radius: 50rem;
    border: 1px solid gray;
    color: gray;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}



.custom-pagination .page-item a:hover  , .custom-pagination .page-item a.active {
    color: white;
    background: #0a806b;
    border: 1px solid #0a806b;
}

.product-page .variable-product-option {
    margin-bottom: 1rem;
}


.product-page .variable-product-option .variable{
    margin-bottom: 0.5rem;
}

.product-badge {
    display: block;
    margin-bottom: 1rem;
    font-size: 0.85rem;
}


#main-carousel .splide__slide {
    background-size: contain !important;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 1px solid #0a806b !important;
}

.product-page .product-package {
    padding: 20px;
    border: 1px dashed #0a806b;
    border-radius: 5px;
}

.product-page .product-deliver {
    margin-bottom: 1rem;
    font-size: 0.85rem;
}


#blogPosts {
    padding: 60px 0;
}

.posts-row .post {
    border-radius: 5px;
    border: 1px #efefef solid;
    cursor: pointer;
    height: 100%;
}

.posts-row .post a {
    text-decoration: none;
    color: unset;
}

.posts-row .post .post-thumbnail {
    min-height: 250px;
    border-radius: 5px 5px 0 0 ;
    background-position: center;
    background-size: cover;
}

.posts-row .post .post-content {
    padding: 15px;
}


.posts-row .post .post-title {
    font-size: 1.15rem;
    font-weight: bold;
}

.posts-row .post .post-description {
    font-size: normal;
    color: gray;
}


.posts-row .post:hover {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    transition: box-shadow 300ms linear;
}

#rightFixedMenu {
    z-index: 10;
    border-radius: 50rem;
    padding: 20px 15px;
    background: white;
    right: 20px;
    top: 25%;
    position: fixed;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

#rightFixedMenu a {
    text-decoration: none;
    color: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.75rem;
    cursor: pointer;
}
 
#rightFixedMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#rightFixedMenu li {

}

#rightFixedMenu li:not(:last-child){
    margin-bottom: 10px;
}

#rightFixedMenu img {
    height: 28px;
    width: 28px;
    display: flex;
    transition: height 200ms ease-out, width 200ms ease-out;

}

#rightFixedMenu li:hover img  {
    height: 35px;
    width: 35px;
    transition: height 200ms ease-in, width 200ms ease-in;
}

#rightFixedMenu li:hover span {  
    font-weight: bold;
}



.service-box .service-image {
    max-width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
}


.service-box .service-name {
    font-size: 1.25rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.25rem;
}

.service-box .service-description {
    font-size: 1rem;
    margin-bottom: 0;
    color: gray;
}

.service-box a {
    text-decoration: none;
    color: unset;
}

.service-box.arrow-box:hover img  {
    box-shadow: 0 .25rem 0.5rem rgba(0,0,0,.1)!important;
    transition: box-shadow 200ms linear;
}

.service-box.arrow-box:hover .service-name  {
    border-bottom: 2px #0a806b dashed;
    transition:  padding-bottom 100ms ease;
}

.arrow-box a:hover .arrow-link::after {
    transform: translateX(6px);
    transition: transform 100ms ease-out;
}


#newDesign {
    padding: 60px 0;
}


.image-box {
    border-radius: 12px;
    border: 1px solid rgba(34, 34, 34, 0.15);
    margin: 8px;
}

.image-box:hover {
    box-shadow: 0 .25rem 0.5rem rgba(0,0,0,.1)!important;
    transition: box-shadow 200ms linear;
}

.image-box img {
    border-radius: 12px 12px 0 0 ;
}

.image-box a {
    text-decoration: none;
    color: unset;
}

.image-box .image-box-content{
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}

.image-box .image-box-content .image-box-title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.25rem;
}

.image-box .image-box-content .image-box-sub-title {
    margin-bottom: 0;
    color: gray;
}




.matching-box a {
    text-decoration: none;
    color: unset;
}

.matching-box p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.25rem;
}

.matching-box {
    background-color: white;
    border-radius: 12px;
    border: 1px solid rgba(34, 34, 34, 0.15);
}

.matching-box .matching-name {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.matching-box .matching-name .items {
    color: gray;
}


.matching-box:hover {
    box-shadow: 0 .25rem 0.5rem rgba(0,0,0,.1)!important;
    transition: box-shadow 200ms linear;
}


.title-block {
    margin-bottom: 1.5rem;
}


.title-block .title {
    font-weight: bold;
    margin-bottom: 0;
}


.title-block .sub-title {
    color: gray;
}


#mbFixedMenu {
    width: 100%;
    background-color: white;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px 0;
}

#mbFixedMenu span {
    display: block;
}

#mbFixedMenu a {
    text-decoration: none;
    color: unset;
}

#mbFixedMenu .menu {
    width: 100%;
    display: flex;
}


#mbFixedMenu .item {
    justify-content: center;
    width: 100%;
    text-align: center;
    display: flex;
}


#blogPage {
    padding: 60px 0;
}

#blogPage .post-title {
    text-align: center;
    margin-bottom: 1rem;
}

#blogPage .post-title h1 {
    font-size: 2.25rem;
    font-weight: bold;
}


#menuMobile {
    width: 300px;
    border: 0;
}

#menuMobile a {
    color: unset;
    text-decoration: none;
}

#menuMobile ul.first-items, #menuMobile ul.second-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menuMobile ul.first-items li  {
    background: white;
    color: black;
}

#menuMobile ul.second-items > li  {
    padding: 10px 15px;
    background: rgb(214, 214, 214);
    color: black;
}

#menuMobile .item {
    padding: 10px 20px;
}

#menuMobile .item.has-child {
    display: flex;
    justify-content: space-between;
}


#categoryModalContent {
    max-width: 100%;
    height: 500px;
    display: flex;
    flex-direction: row;
}

#categoryModalContent .tabs {
    background: white;
    width: 25%;
    font-size: 0.65rem;
    line-height: 1.2;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

#categoryModalContent .tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#categoryModalContent .tabs img {
    height: 40px;
    height: 40px;
    margin-bottom: 5px;
}

#categoryModalContent .tabs li {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 10px 10px;
    background-color: #9de8da4f;
    position: relative;
    border: 0px;
}

#categoryModalContent .tabs li.active {
    border-left: 4px solid #056654;
    background: white;
    transition: border-left 100ms ease,  background 200ms linear;
}

#categoryModalContent .arrow svg {
    display: none;
}

#categoryModalContent .tabs li.active .arrow svg{
    display: block;
    color: #ededed;
    position: absolute;
    height: 32px;
    width: 32px;
    right: -15px;
    top: calc(50% - 16px);
}

#categoryModalContent .tabs-content {
    background-color: #ededed;
    width: 75%;
    padding: 10px;
}

#categoryModalContent .tabs-content .content {
    border-radius: 5px;
    padding: 15px;
    font-size: 0.7rem;
    text-align: center;
    display: none;
    background-color: white;
}


#categoryModalContent .tabs-content .content.active {
    display: block;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Alexandria', sans-serif;
}

#lookingFor {
    padding: 75px 0;
}

.service-icon-box {
    background: white;
    border-radius: 5px;
}


#socialMedia {
    padding: 80px 0;
}

.author-box {
    display: flex;
    flex-direction: row;
    margin-top: 1.5rem;
}

.author-avatar {
    margin-right: 15px;
} 

.author-avatar img {
    border-radius: 50rem;
} 

.author-name {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.author-description {
    color: gray;
}

.text-orange {
    color: #fb6b26;
}

.text-success {
    color: #0a806b !important;
}

#onlineMenu {
    padding: 80px 0;
}

#onlineMarketing {
    position: relative;
}


#onlineMarketing div {
    z-index: 2;
}



.emoji-love {
    position: absolute;
    top: 0;
    z-index: 3;
    animation: MoveUpDown 5s linear infinite;
}

.emoji-love img {
    width: 60px;
}


.emoji-money {
    position: absolute;
    bottom: 150px;
    right: 0;
    z-index: 3;
    animation: MoveUpDown 6s linear infinite;
    animation-delay: 1s;
}

.emoji-money img {
    width: 60px;
}


@keyframes MoveUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(25px);
    }
  }


#digitalSignage {
    padding: 60px 0;
    background-image: url('../images/wall.jpg');
    background-size: cover;
}

.shadow-tv {
    box-shadow: 0.5rem -0.1rem 1rem rgba(0,0,0,0.5);
}

.tv-frame {
    position: absolute;
    z-index: 2;
}

.tv-frame img {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.accordion-printing .accordion-item{
    border: 0;
}

.accordion-printing .accordion-body {
    padding-right: 0;
    padding-left: 0;
}

.accordion-printing  .accordion-button {
    padding-left: 0;
    padding-right: 0;
    background: unset;
    color: black;
    font-weight: bold;
    box-shadow: unset;
    border-bottom: 1px rgb(0 0 0 / 10%) solid;
    border-radius: 0 !important;
}


.price-box {
    margin-bottom: 1rem;
}

.price-box .price {
    color: #d61f27;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0;
}


.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}