/*
Theme Name: JetNews Magazine
Theme URI: https://cozythemes.com/jetnews-magazine-wordpress-theme/
Author: CozyThemes
Author URI: https://cozythemes.com/
Description: JetNews Magazine is a versatile WordPress theme designed for blogging, news, and magazine websites, offering everything you need to create a professional online presence. With 20+ pre-built templates and a one-click demo importer, you can launch your site in minutes. The theme features 9 global styles for effortless color scheme switching, over 20 integrated typography options, and pre-built sections to streamline your design process. Built for full site editing, JetNews Magazine gives you complete control to customize layouts and achieve any design requirement with ease, making it the perfect choice for content creators and publishers. Explore demos and more details about JetNews Magazine at - https://cozythemes.com/jetnews-magazine-wordpress-theme/.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, e-commerce, full-site-editing, block-patterns, full-width-template, rtl-language-support, threaded-comments, translation-ready, block-styles, wide-blocks
Version: 1.0.4
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jetnews-magazine
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-block-comments textarea#comment {
  border-radius: 4px;
}
input[type="submit"] {
  transition: all ease 0.23s;
  -o-transition: all ease 0.23s;
  -moz-transition: all ease 0.23s;
  -webkit-transition: all ease 0.23s;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
.wpcf7-form-control.wpcf7-select {
  border-radius: 5px;
  border: 1px solid #dad7d7;
  padding: 15px;
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
}
.wpcf7-form-control.wpcf7-select {
  appearance: none;
  position: relative;
}
.wpcf7-form-control.wpcf7-select:after {
  content: ">";
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
}
form.wpcf7-form *::placeholder {
  font-size: 14px;
}
form.wpcf7-form *::-moz-placeholder {
  font-size: 14px;
}
form.wpcf7-form *::-webkit-input-placeholder {
  font-size: 14px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control.wpcf7-submit {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light-color);
  border-radius: 0;
  border: 0;
  font-size: 16px;
  padding: 15px 40px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--light-color);
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form input,
.wp-block-contact-form-7-contact-form-selector .wpcf7-form select,
.wp-block-contact-form-7-contact-form-selector .wpcf7-form textarea {
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--foreground);
  background: transparent;
}
form.comment-form {
  border-radius: 20px;
  margin-top: 24px;
}
.wp-block-post-comments-form {
  border-radius: 20px;
}
form.comment-form input[type="email"],
form.comment-form input[type="text"],
form.comment-form input[type="url"],
form.comment-form textarea {
  border-radius: 5px;
  margin: 12px 0 25px;
}
form.comment-form .form-submit.wp-block-button {
  margin-top: 25px;
}
.wp-block-comment-author-name {
  font-weight: 600;
}

.wp-block-comment-date a {
  color: var(--wp--preset--color--foreground);
  font-size: 13px;
}
.wp-block-comment-template li {
  margin-top: 50px;
}
.wp-block-comment-template li li {
  margin-top: 10px;
  padding-left: 60px;
}
a.comment-reply-link {
  border: 1px solid;
  padding: 8px 23px;
  border-radius: 40px;
  font-size: 13px;
  opacity: 1;
  color: #ffffff;
  background: var(--wp--preset--color--primary);
}
a.comment-reply-link:hover {
  background: var(--wp--preset--color--secondary);
}
.wp-block-post-comments-form {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.woocommerce ul.products li.product a img {
  border-radius: 5px;
  height: 350px;
  object-fit: cover;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 2.5% 2.992em 0;
  width: 23.1%;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin-top: 20px !important;
}
.woocommerce-page .input-text {
  padding: 11px 30px;
  border: 1px solid #817e7e;
  border-radius: 5px;
}
.wp-block-post-excerpt__excerpt a,
.entry-content.wp-block-post-content a,
p a {
  text-decoration: underline;
}
nav.wp-block-navigation ul li a:hover,
.wp-block-navigation .wp-block-navigation-item.current-menu-item {
  color: var(--wp--preset--color--primary) !important;
}
.wp-block-group.jetnews-magazine-product-image {
  position: relative;
  overflow: hidden;
}
.wp-block-group.jetnews-magazine-product-image .wc-block-components-product-image {
  margin: 0;
}
.wp-block-columns.jetnews-magazine-product-buttons {
  position: absolute;
  width: 80%;
  bottom: -40px;
  left: 10%;
  transition: all ease 0.23s;
  opacity: 0;
}
.wp-block-group.jetnews-magazine-product-box:hover .wp-block-columns.jetnews-magazine-product-buttons {
  opacity: 1;
  bottom: 24px;
}
.wp-block-group.jetnews-magazine-product-box .wc-block-components-product-sale-badge,
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-onsale {
  font-size: 12px;
  background: var(--wp--preset--color--light-color);
  color: var(--wp--preset--color--primary);
  border: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
.wp-block-group.jetnews-magazine-product-box .wc-block-components-product-sale-badge.wc-block-components-product-sale-badge--align-left {
  left: 12px;
}
.wp-block-woocommerce-product-sale-badge.jetnews-magazine-sales-bade .wc-block-components-product-sale-badge {
  right: 12px;
  position: absolute;
}
.wp-block-group.jetnews-magazine-product-box .wc-block-components-product-sale-badge.wc-block-components-product-sale-badge--align-right {
  right: 12px;
}
.wp-block-group.jetnews-magazine-product-box .wp-block-group.jetnews-magazine-product-image img {
  transition: all ease 0.23s;
}

.wp-block-group.jetnews-magazine-product-box:hover .wp-block-group.jetnews-magazine-product-image {
  transform: translateY(-7px);
}
.wp-block-group.jetnews-magazine-product-box .wc-block-components-product-price del {
  color: var(--wp--preset--color--primary);
}
.wp-block-group.jetnews-magazine-product-box .wc-block-components-product-price ins {
  text-decoration: none;
}
.wp-block-group.jetnews-magazine-product-box .wp-block-woocommerce-product-price {
  margin-block-start: 0;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
  color: var(--wp--preset--color--meta-color);
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before,
.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
  color: var(--wp--preset--color--secondary);
}
.wp-block-group.jetnews-magazine-product-box a.wp-block-read-more,
.wp-block-group.jetnews-magazine-product-box a.wp-block-button__link.wp-element-button.wc-block-components-product-button__button,
.wp-block-group.jetnews-magazine-product-box button.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button {
  width: 100%;
  text-align: center;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light-color);
  padding: 12px 0;
  font-size: 14px;
  border-radius: 30px;
}
.wp-block-group.jetnews-magazine-product-box a.wp-block-read-more:hover,
.wp-block-group.jetnews-magazine-product-box a.wp-block-button__link.wp-element-button.wc-block-components-product-button__button:hover,
.wp-block-group.jetnews-magazine-product-box button.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button:hover {
  background: var(--wp--preset--color--secondary);
}
@keyframes mightyplumbers-BrandScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.wp-block-group.jetnews-magazine-brand-showcase {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
figure.wp-block-gallery.jetnews-magazine-brands {
  animation: mightyplumbersBrandScroll 30s linear infinite;
  -webkit-animation: mightyplumbersBrandScroll 30s linear infinite;
  -moz-animation: mightyplumbersBrandScroll 30s linear infinite;
  flex-wrap: nowrap;
  animation-play-state: running;
}

.wp-block-group.jetnews-magazine-brand-showcase:hover figure.wp-block-gallery.jetnews-magazine-brands {
  animation-play-state: paused;
}
figure.wp-block-gallery.jetnews-magazine-brands figure.wp-block-image {
  width: 240px !important;
  width: auto;
  height: auto;
  max-height: 80px !important;
  margin: 0 30px !important;
}
figure.wp-block-gallery.jetnews-magazine-brands figure.wp-block-image img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: all ease 0.23s;
}
figure.wp-block-gallery.jetnews-magazine-brands figure.wp-block-image img:hover {
  transform: scale(1.1);
}
.wp-block-cover.is-style-jetnews-magazine-cover-hover-zoom {
  background: #000;
}
.wp-block-cover.is-style-jetnews-magazine-cover-hover-zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  opacity: 0.35;
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
}
.wp-block-cover.is-style-jetnews-magazine-cover-hover-zoom.opacity-none:hover img {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.wp-block-group.jetnews-magazine-product-cats {
  transition: all ease 0.23s;
}
.wp-block-group.jetnews-magazine-product-cats:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-newsletter form.wpcf7-form {
  position: relative;
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-newsletter span.wpcf7-form-control-wrap {
  width: 100%;
  float: left;
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-newsletter input.wpcf7-form-control.wpcf7-submit:hover {
  background: var(--wp--preset--color--secondary);
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-newsletter input.wpcf7-form-control.wpcf7-submit {
  margin-top: 10px;
  background: var(--wp--preset--color--primary);
  height: 50px;
  position: absolute;
  right: 8px;
  padding: 0 30px;
  color: #fff;
  top: 8px;
  color: #fff;
  font-size: 18px;
  border: 0;
  border-radius: 0;
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-newsletter span.wpcf7-form-control-wrap input {
  height: 65px;
  padding: 0 20px;
  color: #fff;
  transition: all ease 0.23s;
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-newsletter span.wpcf7-form-control-wrap input:focus {
  padding-left: 20px;
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-newsletter span.wpcf7-form-control-wrap input::placeholder {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.jetnews-magazine-nav-search.wp-block-search .wp-block-search__inside-wrapper {
  justify-content: end;
}
.jetnews-magazine-nav-search.wp-block-search .wp-block-search__inside-wrapper svg {
  height: 34px;
  width: 34px;
}
.jetnews-magazine-nav-search.wp-block-search .wp-block-search__button {
  padding: 0;
}
.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
  width: 21px;
  height: 21px;
}
.jetnews-magazine-navigation.wp-block-navigation ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
  padding: 0;
  border: 0;
  transition: all ease 0.23s;
  transform: translateY(40px);
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.23); */
  left: 0;
}
.jetnews-magazine-navigation.wp-block-navigation ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu ul {
  left: 100%;
}
.jetnews-magazine-navigation.wp-block-navigation li:hover ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
  transform: translateY(0px);
}
.wp-block-navigation.jetnews-magazine-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  line-height: 58px;
}
.jetnews-magazine-navigation.wp-block-navigation ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content.wp-block-navigation-item__content {
  line-height: 24px;
  transition: all ease 0.23s;
}
.jetnews-magazine-navigation.wp-block-navigation ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  background-color: #ededed;
}

.jetnews-magazine-navigation.wp-block-navigation ul ul.wp-block-navigation-submenu {
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.15);
}
nav.wp-block-navigation ul.wp-block-navigation__container.is-style-jetnews-navigation-hover-primary-bgcolor.wp-block-navigation ul ul li {
  padding: 0 !important;
}
.woocommerce.wc-block-catalog-sorting select.orderby {
  height: 30px;
  border: 0;
}
.wc-block-product-categories.jetnews-magazine-products-category-filter ul.wc-block-product-categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wc-block-product-categories.jetnews-magazine-products-category-filter ul.wc-block-product-categories-list li {
  margin-bottom: 7px;
}
.wc-block-product-categories.jetnews-magazine-products-category-filter ul.wc-block-product-categories-list li a:hover span.wc-block-product-categories-list-item__name {
  color: var(--wp--preset--color--primary);
}
.woocommerce .wp-block-woocommerce-product-image-gallery {
  max-width: 100%;
}
.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
  left: 10px;
  right: unset;
  z-index: 1;
  top: 10px;
  background: var(--wp--preset--color--primary);
  font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  border: 0;
  margin: 0 30px 0 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  border-width: 0;
  position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--wp--preset--color--heading-color);
  font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 16px 0;
  font-weight: 400;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: var(--wp--preset--color--heading-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
  background-color: var(--wp--preset--color--border-color);
}
.woocommerce-tabs.wc-tabs-wrapper h2 {
  font-size: 24px;
  font-weight: 600;
}
button.single_add_to_cart_button.button.alt.wp-element-button,
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block a.components-button.wc-block-components-button,
a.components-button.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-checkout-button-block.wc-block-mini-cart__footer-checkout.contained {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light-color);
  padding: 15px 60px;
}
button.single_add_to_cart_button.button.alt.wp-element-button:hover,
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block a.components-button.wc-block-components-button:hover,
a.components-button.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-checkout-button-block.wc-block-mini-cart__footer-checkout.contained:hover {
  background: var(--wp--preset--color--secondary);
}
.woocommerce div.product form.cart div.quantity .qty {
  background: #f3f3f3;
  border: 0;
  padding: 14px 40px;
  font-size: 20px;
}
.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block {
  background: var(--wp--preset--color--light-shade);
  padding: 24px;
  border-radius: 20px;
}
.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
  margin-top: 24px;
}
.wc-block-cart-item__wrap a.wc-block-components-product-name {
  color: var(--wp--preset--color--heading-color);
  font-weight: 600;
  font-size: 16px;
}
.wc-block-cart-item__wrap a.wc-block-components-product-name:hover {
  color: var(--wp--preset--color--secondary);
}
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value,
.wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal span.wc-block-components-totals-item__label,
.wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value {
  font-weight: 600;
  color: var(--wp--preset--color--heading-color);
}
.wc-block-components-totals-wrapper {
  border-top: 0;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background: #000;
  color: #fff;
}
figure.wp-block-image.jetnews-magazine-app-image img {
  margin-top: -105px;
}
.wp-block-button.jetnews-magazine-more-products a.wp-element-button:hover {
  border-bottom-color: var(--wp--preset--color--secondary) !important;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
  color: #fff;
}
form.comment-form .form-submit.wp-block-button input#submit {
  color: #fff;
  padding: 16px 30px;
}
.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
  border-color: var(--wp--preset--color--foreground);
}
.wp-block-button.jetnews-magazine-cat-more a.wp-block-button__link {
  width: 40px;
  height: 40px;
  text-indent: -5000px;
  padding: 0;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
}

.wp-block-button.jetnews-magazine-cat-more a.wp-block-button__link:after {
  content: "";
  width: 10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent var(--wp--preset--color--primary);
  transform: rotate(0deg);
  position: absolute;
  left: 16px;
  top: 14px;
}
.wp-block-button.jetnews-magazine-cat-more a.wp-block-button__link:hover:after {
  border-color: transparent transparent transparent var(--wp--preset--color--light-color);
}
.wp-block-cover.jetnews-magazine-category-box:hover .wp-block-button.jetnews-magazine-cat-more a.wp-block-button__link {
  opacity: 1;
  transform: translateY(-5px);
}
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block td.wc-block-cart-item__image {
  padding: 16px 0 !important;
}
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block td.wc-block-cart-item__image img {
  border-radius: 12px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image img {
  border-radius: 4px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #00a0d2;
}
.wp-block-group.jetnews-magazine-sticky-menu {
  transition: all ease 0.23s;
}
.wp-block-group.jetnews-magazine-sticky-menu.sticky-menu-enabled {
  position: fixed;
  width: 100%;
  top: 0px;
  padding: 5px 30px;
  border-radius: 0;
  z-index: 999;
  max-width: 100%;
  left: 0;
  right: 0;
}
.wp-block-group.jetnews-magazine-sticky-menu.sticky-menu-enabled:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  background: var(--wp--preset--color--dark-shade);
  top: 0;
  z-index: 1;
  opacity: 0.8;
}
body.logged-in .wp-block-group.jetnews-magazine-sticky-menu.sticky-menu-enabled {
  top: 30px;
}
.wp-block-group.jetnews-magazine-sticky-menu.sticky-menu-enabled .jetnews-magazine-sticky-navigation {
  z-index: 2;
  position: relative;
}
.wp-block-button.jetnews-magazine-scrollto-top .wp-block-button__link.wp-element-button {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: inline-block;
  z-index: 999;
  text-indent: -5000px;
  display: none;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.089);
}
.wp-block-button.jetnews-magazine-scrollto-top .wp-block-button__link.wp-element-button:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-mask-image: url(assets/images/up-arrow.svg);
  mask-image: url(assets/images/up-arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
}
.wp-block-button.jetnews-magazine-scrollto-top .wp-block-button__link.wp-element-button:hover:after {
  background-color: var(--wp--preset--color--light-color) !important;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 68px;
  padding: 0;
  border: 0;
  border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 0;
  background: var(--wp--preset--color--light-shade);
  margin-left: 80px;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid.wp-block-product-new.wc-block-product-new {
  margin-top: 20px;
}
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center {
  font-size: 30px;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-woocommerce-empty-cart-block img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  height: 340px;
  border-radius: 20px;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  margin: 0;
  padding: 0;
  grid-gap: 32px;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products li.wc-block-grid__product {
  max-width: 23% !important;
  border: 0 !important;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
  font-size: 16px;
  color: var(--wp--preset--color--heading-color);
}
.wp-block-woocommerce-empty-cart-block a:hover .wc-block-grid__product-title {
  color: var(--wp--preset--color--secondary);
}
.wp-block-woocommerce-empty-cart-block a.wp-block-button__link.wp-element-button.add_to_cart_button {
  color: #fff;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 5px;
}
.wc-block-mini-cart__empty-cart-wrapper a.components-button.wc-block-components-button.wc-block-mini-cart__shopping-button {
  color: #fff;
  padding: 14px 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: var(--wp--preset--color--light-shade);
  padding: 24px;
  box-sizing: border-box;
  border-radius: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #ebefef;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: var(--wp--preset--color--heading-color);
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: var(--wp--preset--color--secondary);
}
.woocommerce-account button.woocommerce-Button.button.wp-element-button,
.wp-element-button,
.wp-block-button__link {
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 65%;
}
header.woocommerce-Address-title.title h3 {
  font-size: 20px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: left;
  width: 100%;
}
span.wc-block-mini-cart__badge {
  color: #fff;
}
h2.wc-block-mini-cart__title {
  font-size: 24px;
}
.wp-block-group.jetnews-magazine-nav {
  margin-bottom: -20px;
  z-index: 5;
  position: absolute;
  width: 100%;
  background: #ddd;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

ul.wp-block-social-links.jetnews-magazine-social-profile .wp-social-link svg {
  width: 20px;
  height: 20px;
}
ul.wp-block-social-links.jetnews-magazine-social-profile a.wp-block-social-link-anchor:hover {
  background: var(--wp--preset--color--primary);
  border-radius: 50%;
}
ul.wp-block-social-links.jetnews-magazine-social-profile a.wp-block-social-link-anchor:hover svg {
  fill: #fff;
}
.wp-block-group.topbar-links a {
  text-decoration: none;
}
.is-style-jetnews-post-title-underline-primary.wp-block-post-title a,
.is-style-jetnews-post-title-underline-secondary.wp-block-post-title a {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(var(--wp--preset--color--primary), var(--wp--preset--color--primary));
  background-position: 0 1.05em;
  background-size: 0 3px;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
}
.is-style-jetnews-post-title-underline-secondary.wp-block-post-title a {
  background-image: linear-gradient(var(--wp--preset--color--secondary), var(--wp--preset--color--secondary));
}
.is-style-jetnews-post-title-underline-primary.wp-block-post-title a:hover,
.is-style-jetnews-post-title-underline-secondary.wp-block-post-title a:hover {
  background-size: 100% 3px;
}
ul.wp-block-categories-list.sidebar-category-list.wp-block-categories li {
  border-bottom: 1px solid var(--wp--preset--color--border-color);
  padding: 0px 0 12px;
  margin-bottom: 12px;
}
ul.wp-block-social-links.sidebar-social-media-icons li {
  border-radius: 0;
}
ul.wp-block-social-links.sidebar-social-media-icons li a {
  padding: 5px;
}
p.sidebar-tag-clouds.wp-block-tag-cloud a {
  background: #f1f1f1;
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
  padding: 4px 8px;
  display: inline-block;
  margin: 0 0 4px;
}
p.sidebar-tag-clouds.wp-block-tag-cloud a:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light-color);
}
ul.wp-block-social-links.social-icons-no-radius li {
  border-radius: 0;
}
p.footer-tag-list.wp-block-tag-cloud a {
  text-decoration: none;
  background: var(--wp--preset--color--border-dark-color);
  padding: 3px 8px;
  display: inline-block;
  margin: 0 5px 8px 0;
  color: #fff;
}
p.footer-tag-list.wp-block-tag-cloud a:hover {
  background: var(--wp--preset--color--primary);
}
.wp-block-cover.has-parallax.newsork-magazine-cover-fixed,
.wp-block-cover.has-parallax.newsork-magazine-cover-fixed .wp-block-cover__image-background.has-parallax {
  background-attachment: fixed !important;
}
nav.jetnews-magazine-pagination.wp-block-query-pagination .wp-block-query-pagination-numbers a.page-numbers,
nav.jetnews-magazine-pagination.wp-block-query-pagination .wp-block-query-pagination-numbers span.page-numbers.current,
nav.jetnews-magazine-pagination.wp-block-query-pagination a.wp-block-query-pagination-next,
nav.jetnews-magazine-pagination.wp-block-query-pagination a.wp-block-query-pagination-previous {
  border: 1px solid var(--wp--preset--color--border-color);
  color: var(--wp--preset--color--primary);
  height: 44px;
  display: inline-block;
  line-height: 44px;
  padding: 0px 17px;
}
nav.jetnews-magazine-pagination.wp-block-query-pagination .wp-block-query-pagination-numbers span.page-numbers.current,
nav.jetnews-magazine-pagination.wp-block-query-pagination a:hover {
  background-color: var(--wp--preset--color--primary);
  color: #fff !important;
  border-color: var(--wp--preset--color--primary);
}
nav.jetnews-magazine-pagination.wp-block-query-pagination {
  gap: 5px;
}
.jetnews-magazine-sidebar-comments.wp-block-latest-comments li.wp-block-latest-comments__comment footer.wp-block-latest-comments__comment-meta,
.jetnews-magazine-sidebar-comments.wp-block-latest-comments li.wp-block-latest-comments__comment footer.wp-block-latest-comments__comment-meta a {
  color: var(--wp--preset--color--heading-color);
}
.jetnews-magazine-sidebar-comments.wp-block-latest-comments li.wp-block-latest-comments__comment footer.wp-block-latest-comments__comment-meta a {
  text-decoration: underline;
}
.jetnews-magazine-sidebar-comments.wp-block-latest-comments li.wp-block-latest-comments__comment footer.wp-block-latest-comments__comment-meta a:hover {
  color: var(--wp--preset--color--primary);
}
.jetnews-magazine-sidebar-comments.wp-block-latest-comments time.wp-block-latest-comments__comment-date {
  text-transform: none;
  margin-top: 7px;
}
.wp-block-navigation__responsive-container-close {
  right: 10px;
}
@media (max-width: 600px) {
  .wp-block-navigation.jetnews-magazine-navigation ul {
    grid-gap: 0;
    padding-block-start: 0;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .wp-block-navigation.jetnews-magazine-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    line-height: 30px;
    padding: 0;
  }
  .jetnews-magazine-navigation.wp-block-navigation ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
    transform: translateY(0);
    box-shadow: none;
    border: 0 !important;
  }
  .jetnews-magazine-navigation.wp-block-navigation ul ul.wp-block-navigation-submenu li {
    border: 0 !important;
    margin: 5px 0 !important;
  }
  .jetnews-magazine-navigation.wp-block-navigation ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
    background-color: transparent;
  }
  nav.is-responsive.wp-block-navigation ul {
    padding: 0 30px;
  }
  nav.is-responsive.wp-block-navigation ul ul {
    padding: 0;
  }
}

.newswokmarquee-wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.newswokmarquee-content {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  padding-right: 2rem;
  animation: newswokmarquee 15s linear infinite;
  flex-wrap: nowrap;
  display: flex;
  flex-wrap: nowrap;
}

.pause {
  animation-play-state: paused;
}
.newswokmarquee-content li {
  overflow: hidden;
  position: relative;
  display: inline-block;
  flex: 1 0 auto;
  margin-block-start: 0;
  white-space: nowrap;
  flex: 1 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes newswokmarquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.wp-block-query.jetnewsmagazine-featured-slider,
.wp-block-query.jetnewsmagazine-post-carousel {
  overflow: hidden;
  position: relative;
}
.wp-block-query.jetnewsmagazine-featured-slider li.wp-block-post,
.wp-block-query.jetnewsmagazine-post-carousel li.wp-block-post {
  margin-block-start: 0 !important;
}
.wp-block-query.jetnewsmagazine-featured-slider .jetnewsmagazine-pagination.swiper-pagination-bullets {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.wp-block-query.jetnewsmagazine-featured-slider .jetnewsmagazine-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 0.35;
}
.wp-block-query.jetnewsmagazine-featured-slider .jetnewsmagazine-pagination.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--wp--preset--color--primary);
  opacity: 1;
}
.wp-block-query.jetnewsmagazine-featured-slider .jetnewsmagazine-button-prev,
.wp-block-query.jetnewsmagazine-featured-slider .jetnewsmagazine-button-next,
.wp-block-query.jetnewsmagazine-post-carousel .jetnewsmagazine-carousel-button-prev,
.wp-block-query.jetnewsmagazine-post-carousel .jetnewsmagazine-carousel-button-next {
  width: 45px;
  height: 45px;
  background: #fff;
  color: var(--wp--preset--color--primary);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  margin-top: -30px;
  transition: all ease 0.23s;
  opacity: 0;
}
.wp-block-query.jetnewsmagazine-featured-slider .jetnewsmagazine-button-prev:hover,
.wp-block-query.jetnewsmagazine-featured-slider .jetnewsmagazine-button-next:hover,
.wp-block-query.jetnewsmagazine-post-carousel .jetnewsmagazine-carousel-button-prev:hover,
.wp-block-query.jetnewsmagazine-post-carousel .jetnewsmagazine-carousel-button-next:hover {
  color: #fff;
  background: var(--wp--preset--color--primary);
}
.wp-block-query.jetnewsmagazine-featured-slider .jetnewsmagazine-button-next,
.wp-block-query.jetnewsmagazine-post-carousel .jetnewsmagazine-carousel-button-next {
  left: auto;
  right: 0;
}
.wp-block-query.jetnewsmagazine-featured-slider .jetnewsmagazine-button-prev:after,
.wp-block-query.jetnewsmagazine-featured-slider .jetnewsmagazine-button-next:after,
.wp-block-query.jetnewsmagazine-post-carousel .jetnewsmagazine-carousel-button-prev:after,
.wp-block-query.jetnewsmagazine-post-carousel .jetnewsmagazine-carousel-button-next:after {
  font-size: 20px;
}
.wp-block-query.jetnewsmagazine-post-carousel .jetnewsmagazine-carousel-button-prev,
.wp-block-query.jetnewsmagazine-post-carousel .jetnewsmagazine-carousel-button-next {
  opacity: 0;
  transition: all ease 0.23s;
  width: 45px;
  height: 45px;
}
.wp-block-query.jetnewsmagazine-post-carousel:hover .jetnewsmagazine-carousel-button-prev,
.wp-block-query.jetnewsmagazine-post-carousel:hover .jetnewsmagazine-carousel-button-next,
.wp-block-query.jetnewsmagazine-featured-slider:hover .jetnewsmagazine-button-prev,
.wp-block-query.jetnewsmagazine-featured-slider:hover .jetnewsmagazine-button-next {
  opacity: 1;
  left: 24px;
}
.wp-block-query.jetnewsmagazine-post-carousel:hover .jetnewsmagazine-carousel-button-next,
.wp-block-query.jetnewsmagazine-featured-slider:hover .jetnewsmagazine-button-next {
  left: auto;
  right: 24px;
}
.jetnews-magazine-search-button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

/* Modal styles */
.jetnews-magazine-search-content {
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  transform: scale(0);
  transition: all ease-in-out 0.3s;
}
.jetnews-magazine-search-content.active {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  text-align: center;
  position: relative;
}

.jetnews-magazine-search-button:hover,
.jetnews-magazine-search-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.wp-block-cover.search-modal-cover .wp-block-search__button {
  margin: 0;
}
.wp-block-cover.search-modal-cover .wp-block-search__input {
  height: 64px;
  padding-left: 20px;
}
button.jetnews-magazine-search-close {
  width: 40px;
  height: 40px;
  font-size: 17px;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: var(--wp--preset--color--primary);
  float: right;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 0;
}
button.jetnews-magazine-search-close:hover {
  color: #fff;
  background: var(--wp--preset--color--secondary);
}
.wp-block-cover.search-modal-cover .wp-block-search__button:hover {
  color: var(--wp--preset--color--secondary) !important;
}
.jetnews-magazine-search-modal .jetnews-magazine-search-button .wp-element-button {
  position: relative;
  font-size: 0 !important;
}
.jetnews-magazine-search-modal .jetnews-magazine-search-button {
  padding: 0;
  margin-bottom: -10px;
}
.jetnews-magazine-search-modal .wp-block-search__button svg {
  height: 38px;
  width: 38px;
}
.jetnews-magazine-search-modal .jetnews-magazine-search-button .wp-element-button:after,
button.jetnews-magazine-search-close:before {
  content: "";
  background: var(--wp--preset--color--light-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  display: inline-block;
  mask-image: url(assets/images/icon_search.svg);
  width: 18px;
  height: 18px;
  mask-size: 100%;
}
.jetnews-magazine-search-modal .jetnews-magazine-search-button .wp-element-button.has-foreground-color:after {
  background: var(--wp--preset--color--foreground);
}
.jetnews-magazine-search-modal .jetnews-magazine-search-button .wp-element-button.has-primary-color:after {
  background: var(--wp--preset--color--primary);
}
.jetnews-magazine-search-modal .jetnews-magazine-search-button .wp-element-button.has-secondary-color:after {
  background: var(--wp--preset--color--secondary);
}
.jetnews-magazine-search-modal .jetnews-magazine-search-button .wp-element-button.has-tertiary-color:after {
  background: var(--wp--preset--color--tertiary);
}
.jetnews-magazine-search-modal .jetnews-magazine-search-button .wp-element-button.has-heading-color-color:after {
  background: var(--wp--preset--color--heading-color);
}
button.jetnews-magazine-search-close:before {
  mask-image: url(assets/images/icon_close.svg);
  background: var(--wp--preset--color--primary);
  transition: all ease 0.23s;
}
button.jetnews-magazine-search-close:hover:before {
  background: var(--wp--preset--color--light-color);
  transform: rotate(360deg);
}
ul.wp-block-social-links li {
  transition: all ease 0.23s;
  transform: translateY(2px);
}
.wp-block-group.jetnews-magazine-slider-controls,
.wp-block-group.jetnews-magazine-carousel-controls {
  position: unset;
}
.block-editor-block-list__block.wp-block.swiper-wrapper.jetnewsmagazine-swiper-holder li,
.jetnews-magazine-slider-controls.wp-block-group.block-editor-block-list__layout .wp-block.wp-block-html,
.jetnews-magazine-carousel-controls.wp-block-group.block-editor-block-list__layout .wp-block.wp-block-html {
  display: none;
}
.block-editor-block-list__block.wp-block.swiper-wrapper.jetnewsmagazine-swiper-holder li:first-child,
.wp-block-query.jetnewsmagazine-post-carousel .block-editor-block-list__block.wp-block.swiper-wrapper.jetnewsmagazine-swiper-holder li:nth-child(2),
.wp-block-query.jetnewsmagazine-post-carousel .block-editor-block-list__block.wp-block.swiper-wrapper.jetnewsmagazine-swiper-holder li:nth-child(3),
.wp-block-query.jetnewsmagazine-post-carousel .block-editor-block-list__block.wp-block.swiper-wrapper.jetnewsmagazine-swiper-holder li:nth-child(4),
.jetnews-magazine-slider-controls.wp-block-group.block-editor-block-list__layout .wp-block.is-selected.wp-block-html,
.jetnews-magazine-carousel-controls.wp-block-group.block-editor-block-list__layout .wp-block.is-selected.wp-block-html {
  display: block !important;
}
.wp-block-query.jetnewsmagazine-post-carousel .block-editor-block-list__block.wp-block.swiper-wrapper.jetnewsmagazine-swiper-holder {
  display: flex;
  gap: 30px;
}
.wp-block-query.jetnewsmagazine-post-carousel .block-editor-block-list__block.wp-block.swiper-wrapper.jetnewsmagazine-swiper-holder li {
  width: 25%;
  max-width: 25%;
}
.block-editor-block-list__block.wp-block.jetnews-magazine-search-content {
  display: none;
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-newsletter-form input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  margin-top: 10px;
}
ul.wp-block-categories-list.jetnews-magazine-categories-grid.wp-block-categories {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-block-start: 0;
  padding-inline-start: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
ul.wp-block-categories-list.jetnews-magazine-categories-grid.wp-block-categories li {
  margin: 0;
  padding: 20px;
  text-align: center;
  background: var(--wp--preset--color--light-shade);
  border-radius: 0;
  color: var(--wp--preset--color--heading-color);
  transition: all ease 0.23s;
}
ul.wp-block-categories-list.jetnews-magazine-categories-grid.wp-block-categories li a {
  color: var(--wp--preset--color--heading-color);
  display: block;
}
ul.wp-block-categories-list.jetnews-magazine-categories-grid.wp-block-categories li:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light-color);
}
ul.wp-block-categories-list.jetnews-magazine-categories-grid.wp-block-categories li:hover a {
  color: var(--wp--preset--color--light-color);
}
.jetnews-magazine-navigation.wp-block-navigation ul ul.wp-block-navigation-submenu li {
  border-bottom: 1px solid #ededed;
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-footer-newsletter-1 span.wpcf7-form-control-wrap {
  width: 70%;
  display: inline-block;
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-footer-newsletter-1 input.wpcf7-form-control.wpcf7-submit {
  width: 28%;
  margin-left: 2%;
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-footer-newsletter-2 input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  margin-top: 15px;
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-footer-newsletter-3 input.wpcf7-form-control.wpcf7-email.wpcf7-text {
  border: 0;
  background: #fff;
  border-radius: 8px;
  height: 60px;
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-footer-newsletter-3 input.wpcf7-form-control.wpcf7-submit {
  background: var(--wp--preset--color--dark-shade);
  width: 100%;
  height: 60px;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: -20px;
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-newsletter-1 input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  margin-top: 10px;
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-newsletter-2 form.wpcf7-form {
  position: relative;
}
.wp-block-contact-form-7-contact-form-selector.jetnews-magazine-newsletter-2 input.wpcf7-form-control.wpcf7-submit {
  position: absolute;
  right: 5px;
  top: 14px;
  padding: 10px;
}
ul.wp-block-social-links.jetnews-magazine-social-profile .wp-social-link {
  margin-top: -5px;
}
.wp-block-group.is-position-sticky {
  z-index: 1;
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin-left: 0;
}
.wp-block-group.jetnews-magazine-slant-header,
.wp-block-group.jetnews-magazine-slant-header-2 {
  overflow: hidden;
}
.wp-block-group.jetnews-magazine-slant-header .jetnews-magazine-heading,
.wp-block-group.jetnews-magazine-slant-header-2 .jetnews-magazine-heading {
  position: relative;
}
.wp-block-group.jetnews-magazine-slant-header .jetnews-magazine-heading:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 52px 0 0 20px;
  border-color: transparent transparent transparent var(--wp--preset--color--primary);
  transform: rotate(0deg);
  position: absolute;
  right: -20px;
  top: 0;
}
.wp-block-group.jetnews-magazine-slant-header-2 .jetnews-magazine-heading:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 52px 20px 0 0;
  border-color: var(--wp--preset--color--primary) transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  right: -20px;
  top: 0;
}google.com, pub-8350210389955161, DIRECT, f08c47fec0942fa0
