@charset "UTF-8";
/*!
Theme Name: WebSEO-Company
Theme URI: http://underscores.me/
Author: Moinator Group
Author URI: #
Description: Custom Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: safetyzone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/


.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*custom*/
.tnp-widget-minimal input.tnp-email {
  width: 70% !important;
  float: left !important;
  display: block !important;
  height: 42px !important;
}

.tnp-widget-minimal input.tnp-submit {
  float: right !important;
  width: 30% !important;
  display: block !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  height: 42px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}
.tnp-widget-minimal input.tnp-submit:hover {
  color: #000 !important;
  background-color: #fff !important; }

.tnp-widget-minimal input.tnp-email:focus {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: #80bdff !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}
.widget_newsletterwidgetminimal {max-width: 500px;}

.entry-meta {
  font-size: 12px;
  margin-bottom: 20px;
}
.widget-area h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}


.card img {max-width: 100%;width: auto;height: auto;display: block;    width: 100%;}
.section-area h1.page-title {
  display: none;
}
.woocommerce ul.products li.product a {
  color: #000;
}

.woocommerce ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-weight: 600;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  color: red;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000;
}

.woocommerce ul.products li.product .button {
  background: #fff;
  border: 1px solid #f16334;
  border-radius: 0;
  font-size: 14px;
  min-width: 180px;
}

.woocommerce ul.products li.product .button:hover {
  background: #f16334;
}
h1.product_title.entry-title {
  font-size: 1.6875rem;
  font-weight: bold;
  line-height: 1.6875rem;
  letter-spacing: .1875rem;
}

.single-product .content-banner {
  padding: 0;
}

.single-product .content-banner h1 {
  display: none;
}

h1.product_title.entry-title {
  font-size: 1.6875rem;
  font-weight: bold;
  line-height: 1.6875rem;
  letter-spacing: .1875rem;
}

.single-product .content-banner {
  padding: 0;
}

.single-product .content-banner h1 {
  display: none;
}

.woocommerce div.product form.cart .button {
  background: #f16334;
  border: 1px solid #f16334;
  padding: 10px 20px;
  border-radius:0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}


a.add_to_wishlist.single_add_to_wishlist {
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.yith-wcwl-add-button {
  margin-bottom: 20px;
}

.woocommerce .quantity .qty {
  height: 37px;
}

.product_meta {
  font-size: 14px;
}

.product_meta a {
  color: #000;
}
.yith-wcwl-wishlistexistsbrowse a {
  color: #000;
}

.yith-wcwl-wishlistexistsbrowse {
  margin-bottom: 20px;
}

.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2,.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2 {
  display: block;
  flex: none!important;
  max-width: 100%
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
  display: block;
  max-width: 100%;
  width: 100%
}

div#customer_details {
  margin-bottom: 30px
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  height: 30px;
  margin-bottom: 5px;
  padding: 0.175rem 0.75rem;
}

label {
  margin-bottom: 2px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  margin-bottom: 0;
}
.form-row {
  display: block;
  margin-bottom: 0 !important;
  padding: 10px !important;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {float: none;}
section.related.products {
  clear: both;
}

.related h2 {
  font-size: 1.6875rem;
  font-weight: bold;
  line-height: 1.6875rem;
  letter-spacing: .1875rem;
  margin-bottom: 30px;
  text-align: center;
}

.product_meta {
  margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {display: none;}

footer#footer {
  clear: both;
}
.tnp-widget-minimal input.tnp-email {
  width: 60% !important;
}

.tnp-widget-minimal input.tnp-submit {
  WIDTH: 40% !IMPORTANT;
  background-color: #f16334;
  border-color: #f16334;
}
.post-thumbnail {
  margin-bottom: 20px;
}

.post-thumbnail img {max-width: 100%;width: auto;height: auto;margin: 0 auto;display: block;}