@charset "UTF-8";

/* # Posts styles */

article.post {
    max-width: 100%;
}

article.post img {
    max-width: 100%;
    height: auto;
}

article.post iframe {
    max-width: 100%;
}

.entry-header {
    width: 100%;
}

.entry-title {
    padding-bottom: .5rem;
}

.page .entry-title {
    margin-bottom: 2rem;
}

.img-wrap {
    margin-bottom: 30px;
}

.nn-breadcrumbs {
    margin: 0 !important;
}

.nn-breadcrumbs li,
.nn-breadcrumbs a {
    color: #999;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}

.nn-breadcrumbs a:hover {
    color: #d7d7d7;
}

.nn-breadcrumbs a:after {
    border-color: transparent #999 #999 transparent !important;
}

.breadcrumbs {
    margin: 0 0 20px;
    color: #d7d7d7;
}

.breadcrumbs span,
.breadcrumbs a {
    color: var(--text-color);
    font-size: .75rem;
}

.breadcrumbs span:first-letter,
.breadcrumbs a:first-letter {
    text-transform: uppercase;
}

.breadcrumbs > span {
    vertical-align: top;
    line-height: 1.3rem;
    padding: 0 6px;
}

.breadcrumbs > span:first-child {
    padding-left: 0;
}

.breadcrumbs > span:last-child {
    padding-right: 0;
}

.text {
    margin-bottom: 20px;
}

.singular-post article h1,
.singular-post article h2,
.singular-post article h3,
.singular-post article h4,
.singular-post article h5,
.singular-post article h6 {
    word-break: break-word;
}

.singular-post article .entry-title:before {
    content: "";
    border-bottom: 4px solid red;
    width: 80px;
    position: absolute;
    top: clamp(34px, 1.115rem + 3.51vw, 60px);
    z-index: -1;
    display: inline-block;
    transform: translate(-20px, 10px);
}

.singular-post article img {
    max-width: 100%;
    height: auto;
}

.singular-post article .post-thumbnail {
    margin-bottom: 20px;
}

.singular-post article .post-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 700px;
    width: 100%;
}

.singular-post article .tags-short {
    margin: 20px 0;
    font-weight: 400;
}

.singular-post article .entry-end {
    border-top: 1px dashed var(--forms-border-color);
    margin: 20px 0 40px;
    height: 0;
    width: 100%;
}

.singular-post article .ssba-wrap {
    margin-bottom: 20px;
}

.singular-post article .ssba-wrap > div {
    font-size: var(--font-size);
}

.singular-post article .ssba-wrap img {
    padding: 2px;
}

.singular-post article .ssba-wrap a {
    padding: 0 3px;
}

.singular-post article .small {
    font-size: 14px;
    line-height: 1.5em;
}

.singular-post article .small p {
    margin-bottom: 20px;
}

.singular-post article blockquote {
    line-height: 1.9em;
    font-weight: 500;
    font-style: italic;
    border-left: 4px solid #eee;
    margin: 20px 0 20px 20px;
    padding: 0 0 0 30px;
}

.singular-post article blockquote cite {
    font-weight: 400;
}

.singular-post article .wp-block-pullquote {
    padding: 2em 0;
}

.singular-post article hr + h1,
.singular-post article hr + h2,
.singular-post article hr + h3 {
    margin-top: 20px;
}

.singular-post article ol,
.singular-post article ul {
    font-size: var(--font-size);
    margin-left: 1rem;
}

.singular-post article ol ul,
.singular-post article ol ol,
.singular-post article ul ul,
.singular-post article ul ol {
    margin-top: 5px;
    padding-left: 0;
}

.singular-post article ol li,
.singular-post article ul li {
    margin-bottom: 6px;
}

.singular-post article dd {
    font-style: italic;
    margin-left: 1rem;
}

.singular-post article dt {
    margin-top: 1em;
}

.singular-post article .social-small {
    margin-bottom: 15px;
}

.singular-post article .social-small a {
    padding: 0 5px;
}

.singular-post article .social {
    margin-top: 30px;
    margin-bottom: 15px;
}

.singular-post article ul.wp-block-gallery {
    margin-left: 0;
}

.singular-post article .gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.singular-post article .gallery .gallery-caption {
    font-size: var(--font-size);
}

.singular-post article .gallery:after {
    display: table;
    content: "";
    clear: both;
}

.singular-post article .gallery-item {
    margin: 0;
    float: left;
    padding: .5em;
}

.singular-post article .gallery-item a {
    width: 100%;
}

.singular-post article .gallery-item img {
    width: 100%;
}

.singular-post article .gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.singular-post article .gallery-columns-2 .gallery-item {
    width: 50%;
}

.singular-post article .gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.singular-post article .gallery-columns-4 .gallery-item {
    width: 25%;
}

.singular-post article .gallery-columns-5 .gallery-item {
    width: 20%;
}

.singular-post article .gallery-columns-6 .gallery-item {
    width: 16.6667%;
}

.singular-post article .gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.singular-post article .gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.singular-post article .gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.singular-post article .gallery-columns-2 .gallery-item:nth-child(2n+1),
.singular-post article .gallery-columns-3 .gallery-item:nth-child(3n+1),
.singular-post article .gallery-columns-4 .gallery-item:nth-child(4n+1),
.singular-post article .gallery-columns-5 .gallery-item:nth-child(5n+1),
.singular-post article .gallery-columns-6 .gallery-item:nth-child(6n+1),
.singular-post article .gallery-columns-7 .gallery-item:nth-child(7n+1),
.singular-post article .gallery-columns-8 .gallery-item:nth-child(8n+1),
.singular-post article .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.singular-post article .alignleft {
    float: left;
    margin-right: 1.5em;
    margin-top: .5em;
    margin-bottom: .5em;
}

.singular-post article .alignright {
    float: right;
    margin-left: 2em;
    margin-top: .5em;
    margin-bottom: 1em;
    display: inherit;
}

.singular-post article .aligncenter {
    clear: both;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1em;
    text-align: center;
    display: inherit;
}

.singular-post article input:not([type=submit], [type=button]),
.singular-post article select,
.singular-post article textarea {
    width: 100%;
}

.singular-post .woocommerce {
    margin: 50px 0;
}

.singular-post .woocommerce .products {
    place-items: center;
    margin-left: auto;
    margin-right: auto;
}

.singular-post .woocommerce .products:before,
.singular-post .woocommerce .products:after {
    display: none !important;
}

.singular-post .woocommerce li {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
    max-width: 315px;
}

.li-compact.li-compact ul {
    margin-left: .5rem;
}

.pages-pagination {
    margin-bottom: 40px;
}

.entry-edit-link {
    margin-top: 40px;
}

.entry-edit-link .dashicons {
    font-size: 1.5rem;
}

.singular-post .paging-navigation {
    border-bottom: 1px dashed var(--forms-border-color);
    margin: 40px 0;
    width: 100%;
    padding-bottom: 40px;
}

.singular-post .paging-navigation hr {
    display: none;
}

.singular-post .paging-navigation .pagination {
    display: flex;
}

.singular-post .paging-navigation .pagination > div {
    flex: 1 1 auto;
    position: relative;
    align-self: center;
}

.singular-post .paging-navigation .pagination > div a {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.singular-post .paging-navigation .pagination .nav-next {
    text-align: right;
    padding: 0 35px 0 20px;
    max-width: 50%;
    margin-left: auto;
}

.singular-post .paging-navigation .pagination .nav-previous {
    text-align: left;
    padding: 0 20px 0 35px;
    max-width: 50%;
    margin-right: auto;
}

.singular-post .paging-navigation .pagination .post-title {
    color: var(--link-color);
    word-wrap: break-word;
}

.singular-post .paging-navigation .pagination .screen-reader-text {
    font-weight: 300;
}

.singular-post .paging-navigation .pagination .nav-previous a:before,
.singular-post .paging-navigation .pagination .nav-next a:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg) translateY(-50%);
    background: none;
    position: absolute;
    top: 50%;
    transform-origin: top;
}

.singular-post .paging-navigation .pagination .nav-previous a:before {
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    left: -1.8rem;
}

.singular-post .paging-navigation .pagination .nav-next a:before {
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    right: -1.8rem;
}

.archive-posts .off-btm-brd .end-content-post::before,
.singular-post .off-btm-brd .paging-navigation {
    border: 0;
    padding-bottom: 0;
}

.single-format-video iframe,
.single-format-audio iframe {
    width: 100%;
    height: 56.25vw;
}

.entry-content {
    word-break: break-word;
}

.entry-content p {
    word-break: break-word;
}

.entry-content iframe[src*="youtube.com/embed"] {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

/* # Comments block */

.comments-area {
    margin-top: 20px;
}

.comments-area .comments-title {
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 800;
}

.comments-area .comments-title span {
    color: #0082c8;
}

.comments-area .comment-navigation {
    margin: 0 0 30px;
}

.comments-area .screen-reader-text {
    display: none;
}

.comments-area .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
}

.comments-area .nav-links .nav-next {
    text-align: right;
    grid-column-start: 2;
}

.comments-area .comments-ol .comment-list,
.comments-area .comments-ol .children {
    margin: 0;
    padding: 0;
}

.comments-area .comments-ol .comment {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments-area .comments-ol .comment-single {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0 10px;
    margin-bottom: 25px;
}

.comments-area .comments-ol .comment-single .comment-author-avatar:after {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid;
    border-color: transparent #0056b3 #0056b3 transparent;
    transform: rotate(-45deg);
    display: inline-block;
    position: initial;
    margin-left: 10px;
    vertical-align: middle;
}

.comments-area .comments-ol .comment-single .comment-content {
    border: 1px solid rgba(0, 0, 0, .125);
}

.comments-area .comments-ol .comment-single .comment-info {
    padding: .75rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.comments-area .comments-ol .comment-single .comment-author {
    font-size: 14px;
    line-height: 17.5px;
    margin-bottom: 10px;
}

.comments-area .comments-ol .comment-single .comment-author .authorcomment {
    color: var(--main-color);
}

.comments-area .comments-ol .comment-single .comment-text {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.comments-area .comments-ol .comment-single .comment-reply {
    padding: .75rem 1.25rem;
}

.comments-area .comments-ol .comment-single .comment-reply .comment-reply-link {
    padding: 15px 30px;
    font-size: 18px;
}

.comments-area .comments-ol li ul.children {
    margin-left: 40px;
}

.comments-area .comment-respond {
    padding-bottom: 60px;
}

.comments-area .comment-respond .comment-reply-title {
    font-size: 30px;
    margin-bottom: 18px;
}

.comments-area .comment-respond .comments-field-comment {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dadada;
    color: #24292e;
    display: block;
    font-size: 15px;
    margin: 0 0 20px;
    outline: 0;
    padding: 30px 10px 10px;
    width: 100%;
    font-weight: 600;
    height: 64px;
    transition: border-color .15s ease-in-out,
                box-shadow .15s ease-in-out,
                background-color .4s ease-in-out;
}

.comments-area .comment-respond .comments-field-comment::-moz-placeholder {
    color: #24292e;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.comments-area .comment-respond .comments-field-comment:-ms-input-placeholder {
    color: #24292e;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.comments-area .comment-respond .comments-field-comment::placeholder {
    color: #24292e;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.comments-area .comment-respond .comments-field-comment:focus {
    background-color: #fff;
    border-color: var(--main-color);
}

.comments-area .comment-respond .comments-field input {
    padding: 15px 10px;
    border: 1px solid #eee;
    outline: none;
    background-color: #fff;
    margin-bottom: 20px;
}

.comments-area .comment-respond .logged-in-as a {
    display: inline-block;
    margin-right: 20px;
}

.comments-area .comment-respond #cancel-comment-reply-link {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
}

.comments-area .comment-respond .comment-recap {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.comments-area .comment-respond .btn-comment-submit-wrp {
    position: relative;
    z-index: 3;
}

/* # Posts single styles */

.site {
    background: #f6f6f6;
}

.post .entry-header-wrap {
    padding: clamp(50px, 1.571rem + 5.41vw, 90px) 0;
}

.single-container .entry-header {
    background: #1d2228;
    color: #fff;
}

.single-container .entry-header .entry-title,
.single-container .entry-header .entry-description {
    color: #fff;
    max-width: 900px;
}

.single-container .entry-header .entry-title {
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 20px;
}

.single-container .entry-header .entry-title {
    font-size: 34px;
}

.single-container .entry-header .entry-description {
    font-size: 18px;
}

.single-container .entry-content-wrap {
    margin-top: clamp(40px, 1.723rem + 2.7vw, 60px);
}

.single-container .entry-image {
    margin-top: clamp(-50px, 2.348rem + 2.7vw, -70px);
}

.single-container article .post-thumbnail img {
    width: auto;
}

.single-container .post-navigation {
    max-width: var(--container);
    margin: 0 auto;
    padding: clamp(10px, -1.318rem + 6.76vw, 60px) 0 40px;
}

.single-container .post-navigation .screen-reader-text {
    display: none;
}

.single-container .post-navigation a {
    text-decoration: none;
    padding: 18px 30px;
    border: 1px solid #ddd;
    transition: all .4s ease-in-out;
    display: inline-block;
}

.single-container .post-navigation a:after {
    content: "→";
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    line-height: 0;
    padding-bottom: 5px;
    vertical-align: middle;
}

.single-container .post-navigation a:hover {
    background: #eee;
}

.single-container .post-navigation .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
}

.single-container .post-navigation .nav-links .nav-previous a:after {
    display: none;
}

.single-container .post-navigation .nav-links .nav-previous a:before {
    content: "←";
    margin-right: 10px;
    padding-bottom: 5px;
    font-size: 20px;
}

.single-container .post-navigation .nav-links .nav-next {
    text-align: right;
    grid-column-start: 2;
}

.single-container .post-author-bio {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
}

.single-container .post-author-bio li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-container .post-author-bio .post-author-avatar {
    padding: 20px;
}

.single-container .post-author-bio .post-author-content {
    padding: 20px 20px 20px 0;
}

.single-container .post-author-bio .post-author-name {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}

.single-container .post-author-bio .post-author-desc {
    font-size: 14px;
    line-height: 21px;
}

.single-container .entry-author {
    margin: 20px 0;
}

.single-container .entry-author .author-soc-wrap {
    margin: 0;
    padding: 5px 10px;
    background: #fcfcfc;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.single-container .entry-author .author-soc-wrap a {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.single-container .entry-author .author-soc-wrap a svg {
    max-width: 18px;
    height: auto;
    fill: #444;
    color: #444;
}

.single-container .post-share {
    margin-bottom: 40px;
    text-align: right;
}

.footer {
    border-top: 0;
    background-color: #f6f6f6;
}

.single-post .single-container article .post-thumbnail img {
    width: 100%;
}

article .post-thumbnail img {
    width: 100%;
}

/* # Product single page styles */

:root {
    --wc-highlight: var(--mainl-color);
}

.single-product .site {
    background: none;
}

.type-woo-product {
    padding-top: 80px;
}

.type-woo-product h2 {
    font-weight: 600 !important;
}

.type-woo-product .woocommerce-breadcrumb {
    margin-bottom: 40px;
}

.type-woo-product .woocommerce-breadcrumb a,
.type-woo-product .woocommerce-breadcrumb span:last-child {
    display: inline-block;
    margin: 0 8px;
}

.type-woo-product .woocommerce-product-gallery__image {
    border: 6px solid #eee;
}

.type-woo-product .sku_wrapper {
    display: inline-block;
    margin-bottom: 20px;
    color: #5e5e5e;
    border-bottom: 2px solid gray;
}

.type-woo-product .product_title {
    line-height: 1.2;
    font-size: clamp(32px, 1.689rem + 1.08vw, 40px);
    margin-bottom: 40px;
}

.type-woo-product .product_title:before {
    display: none !important;
}

.type-woo-product .woocommerce-product-details__short-description {
    margin-bottom: 40px;
}

.type-woo-product div.product p.price {
    color: var(--main-color);
    font-size: 2.25em !important;
}

.type-woo-product div.product span.price {
    color: var(--mainl-color);
    font-size: 26px !important;
}

.type-woo-product .single_variation_wrap .woocommerce-variation {
    margin-bottom: 20px;
    font-size: 20px;
}

.type-woo-product div.product form.cart .reset_variations {
    color: var(--mainl-color);
    font-size: 35px;
    vertical-align: bottom;
    text-decoration: none;
}

.type-woo-product table.variations {
    margin-bottom: 40px !important;
}

.type-woo-product table.variations td,
.type-woo-product table.variations th {
    padding: 10px 4px;
}

.type-woo-product div.product form.cart .variations select {
    padding: 8px 6px;
    width: auto;
}

.type-woo-product button.single_add_to_cart_button {
    background-color: var(--mainl-color) !important;
    padding: 13px 30px !important;
    border-radius: 0;
}

.type-woo-product button.single_add_to_cart_button:hover {
    background-color: var(--button-bg-hover) !important;
}

.type-woo-product .tagged_as {
    color: #979797;
}

.type-woo-product .tagged_as a {
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    background-color: #eee;
    font-size: 13px;
    position: relative;
    margin-left: 15px;
    margin-bottom: 10px;
}

.type-woo-product .tagged_as a:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: -26px;
    border: 13px solid transparent;
    border-right-color: #eee;
}

.type-woo-product .tagged_as a:after {
    z-index: 2;
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background: #ccc;
    border-radius: 50%;
    top: 50%;
    left: -4px;
    margin: -2px 0 0;
}

.type-woo-product .posted_in {
    color: #979797;
    margin-bottom: 20px;
}

.type-woo-product div.product div.images .flex-control-thumbs li {
    padding: 6px;
}

.type-woo-product .woocommerce-Tabs-panel {
    padding: 0 20px !important;
}

.type-woo-product .shared_as {
    margin: 22px 0;
}

.type-woo-product .shared_as a {
    display: inline-block;
    margin: 0 20px 10px 0;
}

.type-woo-product .shared_as a svg {
    fill: var(--maind-color);
    transition: all .3s ease-in-out;
}

.type-woo-product .shared_as a:hover svg {
    fill: var(--mainl-color);
}

.type-woo-product .woocommerce-Reviews-title {
    display: none;
}

.type-woo-product a.added_to_cart {
    display: block !important;
    clear: both;
    margin-left: 158px;
}

.related.products {
    margin-top: 60px;
    border-top: 4px solid var(--maind-color);
    padding-top: 40px;
}

.related.products h2 {
    display: inline-block;
}

.related.products h2:before {
    display: none;
}

.related.products .products {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.related.products .products:before {
    display: none !important;
}

.related.products .products li {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

/* # Custom input type number styles */

.numberstyle-qty {
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #cecece;
}

.numberstyle-qty input,
.numberstyle-qty .qty-btn {
    position: relative;
    display: block;
    float: left;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
    line-height: 40px;
    outline: 0;
    box-shadow: 0;
}

.numberstyle-qty .qty-btn {
    width: 40px;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 250ms ease;
}

.numberstyle-qty .qty-btn.disabled {
    cursor: default;
    color: rgba(116, 116, 116, .5);
}

.numberstyle-qty input {
    width: 50px;
    border-left: 0;
    border-right: 0;
    color: #747474;
    font-size: 18px;
    font-weight: 700;
    z-index: 1;
}

.numberstyle-qty input:focus {
    outline: 0;
    box-shadow: 0;
}

.numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.numberstyle-qty input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.numberstyle-qty input[type=number] {
    -moz-appearance: textfield;
}

/*
 * More from me link 🔥
 */

.more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 7px 21px;
    border-radius: 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    font-family: "Source Sans Pro", sans-serif;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    -webkit-animation: reveal 5000ms cubic-bezier(.87, -0.41, .19, 1.44);
    animation: reveal 5000ms cubic-bezier(.87, -0.41, .19, 1.44);
}

.more::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 20%;
    height: 100%;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0);
    transition: max-width 0ms ease 250ms, background-color 250ms ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.more:hover::before {
    max-width: 100%;
    background-color: rgba(0, 0, 0, .6);
    transition: all 250ms ease;
}

@-webkit-keyframes reveal {
    0%,
    90% {
        bottom: -30px;
    }

    100% {
        bottom: 15px;
    }
}

@keyframes reveal {
    0%,
    90% {
        bottom: -30px;
    }

    100% {
        bottom: 15px;
    }
}

/* ## Produkts block */

.prods-blk {
    padding-bottom: var(--padding-bottom);
}

.products {
    text-align: center;
}

.prods-blk-line-first {
    text-align: center;
}

.prod-recent-titl {
    display: inline-block;
    margin-bottom: var(--title-margin-bottom);
}

.attachment-woocommerce_thumbnail {
    border: 1px solid #e3e3e3;
}

.woocommerce-loop-product__link {
    text-decoration: none;
    transition: all .2s ease-in-out;
    display: inline-block;
    position: relative;
}

.woocommerce-loop-product__link:hover .price {
    color: #000;
}

.woocommerce-loop-product__link:hover img {
    transform: scale(1.06) translate(0, -5px);
    filter: contrast(1.05) brightness(1.4);
}

.onsale {
    position: absolute;
    left: -5px;
    top: -10px;
    padding: 2px 6px;
    background-color: var(--mainl-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 5;
}

.woocommerce-loop-product__title {
    line-height: 1.4;
    margin: 10px auto 5px;
    padding-left: 9px;
    position: relative;
    max-width: 300px;
    font-family: var(--font-serif);
    font-size: 17px;
    font-weight: 500;
}

.woocommerce-loop-product__title:before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: var(--mainl-color);
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 5px;
}

img {
    transition: all .3s ease-in-out;
}

.price {
    display: block !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.price del {
    color: #bbb;
    font-weight: 400 !important;
}

.price ins {
    text-decoration: none;
    color: var(--mainl-color);
}

.woocommerce-Price-currencySymbol {
    margin-left: -3px;
}

.prods-blk-more {
    background-color: #eee;
    padding: 4px 10px;
    color: #fff;
    text-align: right;
    font-size: 14px;
    margin-top: 40px;
}

.prods-blk-more a {
    color: var(--mainl-color);
    text-decoration: none;
}

.prods-blk-more a:after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-left-color: var(--mainl-color);
}

.prods-blk-more a:hover {
    text-decoration: none;
}

.prods-blk-2c {
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    display: grid;
    gap: 40px 40px;
}

.prods-blk-2c .prod-recent-titl {
    font-size: 25px;
    margin-bottom: 30px;
}

.prods-blk-2c .prod-recent-titl:before {
    top: 25px;
}

.prods-blk-2c .products.columns-3 {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

@media screen and (min-width: 300px) {
    .single-container .entry-header .entry-title {
        font-size: calc(34px + 16 * ((100vw - 300px) / 468));
    }
}

@media screen and (min-width: 768px) {
    .single-container .entry-header .entry-title {
        font-size: 50px;
    }
}

@media screen and (max-width: 1380px) {
    .entry-header-wrap,
    .entry-content-wrap,
    .post-navigation,
    .entry-image,
    .comments-area {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 1200px) {
    .related.products .products {
        grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
        max-width: 100% !important;
    }
}

@media screen and (max-width: 992px) {
    .comments-area {
        max-width: 690px;
        margin-left: auto;
        margin-right: auto;
    }
    .single-container .post-navigation {
        max-width: 690px;
        margin-left: auto;
        margin-right: auto;
    }
    .single-container .post-navigation .nav-links .nav-title {
        display: none;
    }
    .single-container .post-author-bio {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .single-container .post-author-bio .post-author-content {
        padding: 0 10px 20px;
    }
    .related.products .products {
        grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .single-format-video iframe,
    .single-format-audio iframe {
        max-height: 625px;
    }
    .comments-area .comments-ol .comment-single {
        grid-template-columns: 1fr;
    }
    .comments-area .comments-ol .comment-single .comment-author-avatar {
        padding: .75rem 1.25rem 0;
        border: 1px solid rgba(0, 0, 0, .125);
        border-bottom: 0;
    }

    .comments-area .comments-ol .comment-single .comment-author-avatar:after {
        display: none;
    }
    .comments-area .comments-ol .comment-single .comment-content {
        border-top: 0;
    }
    .comments-area .comment-respond .comment-recap .g-recaptcha {
        transform-origin: left;
    }
    .single-container .post-author-bio .post-author-avatar img {
        max-width: 100px;
    }
    .single-container .entry-author .author-soc-wrap {
        text-align: center;
    }
    .single-container .post-share {
        text-align: center;
    }
    .type-woo-product {
        padding-top: 40px;
    }
    .related.products h2 {
        font-size: 30px;
    }

    .related.products h2:before {
        top: 30px;
    }
    .prods-blk-2c {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 576px) {
    article.post iframe {
        height: 50vw;
        margin: 0 auto;
        display: block;
    }
    .singular-post article ol {
        margin-left: 15px;
        padding-left: 0;
    }

    .singular-post article ul {
        margin-left: 15px;
        padding-left: 0;
    }

    .entry-edit-link {
        text-align: left;
        margin-top: 20px;
    }

    .singular-post .paging-navigation {
        margin: 20px 0;
        padding-bottom: 20px;
    }

    .singular-post .paging-navigation .pagination .nav-next {
        max-width: 100%;
        width: 100%;
        padding: 10px 0 !important;
    }

    .singular-post .paging-navigation .pagination .nav-previous {
        max-width: 100%;
        width: 100%;
        padding: 10px 0 !important;
    }

    .singular-post .paging-navigation .pagination {
        flex-flow: column nowrap;
    }

    .singular-post .paging-navigation .pagination .nav-previous,
    .singular-post .paging-navigation .pagination .nav-next {
        text-align: center;
        padding: 10px;
    }

    .singular-post .paging-navigation .pagination .nav-previous a:before,
    .singular-post .paging-navigation .pagination .nav-next a:before {
        content: none;
    }
    .single-container .entry-image {
        text-align: center;
    }
    .single-container .post-navigation a {
        padding: 10px;
    }
    .type-woo-product div.product .woocommerce-tabs ul.tabs li a {
        font-size: 14px;
    }
    .prods-blk-2c .products.columns-3 {
        grid-template-columns: 1fr;
    }
}

/*# sourceMappingURL=woo-single.css.map */
