@font-face {
    font-family: 'Muli-Light';
    src: url('/assets/fonts/Mulish/Mulish-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Muli-Regular';
    src: url('/assets/fonts/Mulish/Mulish-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Muli-Medium';
    src: url('/assets/fonts/Mulish/Mulish-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Muli-Bold';
    src: url('/assets/fonts/Mulish/Mulish-Bold.ttf') format('truetype');
}

.social-icon.original-social-icon i.fa-google {
    color:#DE564A;
}

body {
    font-family: 'Muli-Regular', sans-serif;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Muli-Medium', sans-serif;
}
th,th a,dt,b, strong {
    font-family: 'Muli-Bold', sans-serif;
}
.site-title p {
    font-family: 'Muli-Light', sans-serif;
}

.content-social .social-icon a {
    font-size: 16px;
}

.widget ul.social-icon {
    font-size: x-large;
    display: inline-flex;
    flex-wrap: wrap;
}
.widget ul.social-icon li {
    padding: 10px;
}
.widget ul.social-icon li:first-child {
    padding-left: 0;
}

.almaira-shop-menu li a {
    font-family: 'Muli-Medium', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.almaira-shop-menu > li > ul.sub-menu > li {
    width: fit-content;
}
.almaira-shop-menu li ul.sub-menu li a {
    font-size: 100%;
}

.menu-close-btn:before, .menu-close-btn:after {
    color: initial;
    border-top: 2px solid;
}

.main-header-col3 .header-icon a {
    font-size: 18px;
}
.cart-contents .cart-crl {
    bottom: 3px;
}

.woocommerce-shop .thunk-breadcrumb {
    padding: 60px 0 30px 0;
}

.thunk-breadcrumb {
    text-align: left;
    padding: 60px 0 0;
}

.thunk-breadcrumb li {
    font-size: 16px;
}
.page-title {
    padding-bottom: 30px;
}
.single-post .thunk-main-area {
    padding: 10px 0;
}

.single-post #sidebar-primary,
.single-product #sidebar-primary {
    padding-top: 50px;
}
.thunk-blog-page .thunk-main-area,
.archive .thunk-main-area {
    padding: 30px 0;
}
.thunk-blog-page .thunk-article {
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
    padding-top: 20px;
}
.thunk-blog-page .thunk-article:first-child {
    padding-top: 0;
}
.thunk-blog-page .thunk-article:last-child {
    border-bottom: 0;
}
.archive.post-type-archive-product .thunk-main-area {
    padding: 0 0 30px 0;
}

.thunk-blog-page .authorbox {
    margin: 0 0 20px;
}
.thunk-blog-page .thunk-author-bio {
    display: flex;
}
.thunk-blog-page .author-avatar img {
    border-radius: 50%;
    max-width: 90px;
}
.author-header>a {
    font-size: 16px;
}

.author-info {
    align-self: flex-start;
}

.navigation.pagination {
    text-align: center;
}

.thunk-page-top-title {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    padding-top: 30px;
}

#search-box input[type="text"] {
    text-decoration: none;
}
#search-box.classic {
    border: 2px solid #f1f1f1;
}

.thaps-search-box {
    max-width: 100% !important;
}
#thaps-search-button {
    min-width: 45px;
}
.thaps-from-wrap {
    border-radius: unset !important;
    border-color: #f1f1f1 !important;
}
.thaps-suggestion-heading {
    border-color: #f1f1f1 !important;
}

.search .thunk-page-top-title {
    padding-top: 60px;
}

.thunk-single-post .thunk-post-info {
    border-top: none;
}
.thunk-post-date {
    font-weight: 500;
}
.thunk-single-post .thunk-post-date,
.thunk-single-page .thunk-post-date {
    margin: 0 0 30px;
}
.thunk-single-post .thunk-posts-description img{
    margin-bottom: 20px; 
}
.wp-block-image {
    margin-bottom: 0;
}

/* Blog Nth style CSS Starts */ 
.thunk-blog-page .thunk-article:nth-of-type(1) .post-content-outer-wrapper,
.thunk-blog-page .thunk-article:nth-of-type(5n+5) .post-content-outer-wrapper{
  display: flex;
}
.thunk-blog-page .thunk-article:nth-of-type(1) .thunk-post-img-wrapper,
.thunk-blog-page .thunk-article:nth-of-type(1) .thunk-posts-description,
.thunk-blog-page .thunk-article:nth-of-type(5n+5) .thunk-post-img-wrapper,
.thunk-blog-page .thunk-article:nth-of-type(5n+5) .thunk-posts-description{
  width: 48%;
} 

.ui-widget.ui-widget-content {
    z-index: auto;
}
.widget.woocommerce .widget-title,
.almaira-widget-content .widget-title,.widget-title{
    font-weight: 500;
    text-transform: uppercase;
}
.widget_top_rated_products .product_list_widget li a span,
.widget_recent_reviews .product_list_widget li a span,
.widget_products .product_list_widget li a span,
.widget_recently_viewed_products .product_list_widget li a span,
.widget.woocommerce ul.cart_list li a, 
.widget.woocommerce ul.product_list_widget li a {
    font-size: 16px;
}

.widget.woocommerce ul.product_list_widget li a {
    margin-bottom: 5px;
}
span.product-title,
span.woocommerce-Price-amount {
    margin-right: 0;
}
.widget_products .product_list_widget li a span {
    font-weight: 500;
}

.comment-form textarea {
    resize: vertical;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    max-width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs .panel,
section.related.products,section.upsells.products {
    text-align: left;
    margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    padding-left: 0;
}

section.rand.products h2,
section.related.products h2,
section.upsells.products h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.thunk-products-wrapper .product {
    cursor: default;
    margin-bottom: 3%;
}

.thunk-sortby .thunk-product .woocommerce-loop-product__title {
    font-size: 16px;
}
.thunk-product .price {
    font-size: 16px;
    margin-bottom: 0.5em;
}
li.product:hover .thunk-product .price {
    opacity: 1;
}

a.th-button:hover {
    color: inherit;
    opacity: 0.7;
}

.thunk-body .thunk-product .button,
.thunk-body.woocommerce .thunk-product .added_to_cart.wc-forward {
    margin-top: 0 !important;
}
.thunk-body li.product:hover .thunk-product .button,
.thunk-body li.product:hover .thunk-product .added_to_cart.wc-forward {
    margin-top: 0 !important;
    bottom: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 0 0 30px 0;
}

.woocommerce ul.products li.product .thunk-product .woocommerce-loop-product__title,
.thunk-product .woocommerce-loop-product__title,
.thunk-product .woocommerce-loop-product__title a {
    font-size: 16px;
    width: 100%;
    text-transform: none;
}
.woocommerce ul.products li.product .price {
    font-size: 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0;
}

.widget.woocommerce .woocommerce-widget-layered-nav-list__item a,
.widget.woocommerce .product-categories li a {
    font-size: 16px;
}
.woocommerce div.product form.cart .variations td {
    padding: 2px 0;
}

.woocommerce form .form-row textarea {
    height: 200px;
}

.widget_layered_nav_filters .almaira-widget-content,
.widget_price_filter .almaira-widget-content,
.widget_layered_nav .almaira-widget-content {
    border-bottom-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.thunk-main-area .page-numbers,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-right: auto;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul li {
    margin-right: 5px;
    border-radius: 0;
}
.thunk-main-area .nav-links .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #747474;
}

.pswp__caption__center {
    text-align: center;
}

#move-to-top {
    right: 30px;
    bottom: 30px;
    line-height: initial;
}
#move-to-top i {
    background-color: rgba(116, 116, 116, 0.1); /*#747474*/
    padding: 10px;
    margin-top: 0;
}

.thunk-frontpage-wrapper section .container {
    padding-left: 10px;
    padding-right: 10px;
}

.filter-check-responsive {
    background: #f8f8f8;
    box-shadow: none;
    margin-top: 30px;
}

@media screen and (max-width: 414px) {
    .main-header-bar.two .main-header-col1 {
        max-width: 50%;
        margin-right: auto;
    }
    .sider-inner ul#almaira-shop-menu {
        padding: 0 10px !important;
    }
    .sider.overcenter {
        max-height: 100%;
        overflow: auto;
    }
    .sider.overcenter .sider-inner {
        max-height: unset;
        overflow: unset;
    }
    .sider.overcenter::-webkit-scrollbar {
        width: 0;
    }
}

@media screen and (max-width: 767px) {
    .site-content #sidebar-primary {
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .thunk-logo {
        width: fit-content;
    }
    .sider.overcenter ul#almaira-shop-menu {
        max-height: 100%;
        margin-bottom: 70px;
    }
    .sider-inner {
        max-height: 100%;
        overflow: auto;
    }
    .sider-inner::-webkit-scrollbar {
        width: 0;
    }
}

@media screen and (min-width: 1025px) {
    .menu-toggle .menu-btn {
        display: none;
    }
}
