@charset "UTF-8";
/*!
Theme Name: penetron72-v2
Version: 2.0.0

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
* {
  font-family: "Proxima Nova", "Arial";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, html {
  background: #F9FAFE;
  margin: 0;
  padding: 0;
}

.wrap, .site-main, .entry-title, .entry-content {
  max-width: 1440px;
  margin: 0px auto;
  padding: 0px 40px;
  width: calc(100% - 80px);
}

body > div.woocommerce {
  max-width: 1440px;
  margin: 0px auto;
  padding: 0px 40px;
  width: calc(100% - 80px);
  min-height: calc(100vh - 600px);
}

body > p {
  max-width: 1440px;
  margin: 10px auto;
  padding: 0px 40px;
  width: calc(100% - 80px);
}

header {
  /* 
  	position: fixed;
      z-index: 20;
      width: 100%;
   */
}

.runrow {
  width: 100%;
  background: #0054A5;
}
.runrow .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 59px;
  column-gap: 40px;
}
.runrow .wrap div {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
}

.mainheader {
  width: 100%;
  background: #fff;
/*   outline: 1px solid #0054A5; */
}
.mainheader .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
}
.mainheader .wrap > a {
  margin-top: 5px;
}
.mainheader .wrap .comm {
  display: flex;
  column-gap: 10px;
  height: 46px;
}

.menuheader {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  column-gap: 2px;
}
.menuheader > li {
  padding: 10px 10px;
  position: relative;
  border: 1px solid #fff;
  /* 		transition: 0.1s; */
}

/* 
.menuheader > li.menu-item-has-children:before {
	content: '+';
}
 */

.menuheader > li a {
  text-decoration: none;
  font-weight: 600;
  color: #0054A5;
  text-transform: none;
}
.menuheader > li:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 1px;
  z-index: 30;
}
.menuheader > li > .sub-menu {
  display: none;
  list-style-type: square;
  color: #f07101;
  padding: 10px 0px 10px 32px;
  margin: 0;
  position: absolute;
  z-index: 20;
  background: #fff;
  width: 300px;
  border: 1px solid #0054A5;
  font-size: 22px;
  left: -1px;
  top: 36px;
}

.menuheader > li > .sub-menu > li > .sub-menu {
  display: none;
  list-style-type: square;
  color: #f07101;
  padding: 10px 20px 0px 32px;
  margin: 0;
  position: absolute;
  z-index: 20;
  background: #fff;
  width: 300px;
  border: 1px solid #0054A5;
  font-size: 22px;

top: -11px;
    right: -300px;
}

.menuheader .sub-menu li {
  margin: 0px 0px 12px 0px;
  position: relative;
  padding-right: 20px;
}
.menuheader .sub-menu li a {
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  letter-spacing: -0.23px;
  line-height: 1;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0);
  text-transform: none;
  
}
.menuheader .sub-menu li a:hover {
  text-decoration: underline;
}
.menuheader > li:hover {
  border: 1px solid #0054A5;
}

.menuheader > li:hover > .sub-menu {
  display: block;
}

.menuheader > li:hover > .sub-menu > li:hover > .sub-menu {
  display: block;
}

@media screen and (max-width: 950px) {
	.menuheader > li:hover > .sub-menu > li:hover > .sub-menu {
	  display: none;
	}
}

.sliderfront {
  width: 100%;
  height: 70vh;
  max-height: 562px;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  position: relative;
}
.sliderfront .slide .h1 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.52px;
  line-height: 60px;
  text-transform: uppercase;
}
.sliderfront .slide .h1 span {
  color: #0054A5;
}
.sliderfront .slide p {
  font-size: 22px;
  color: #000000;
  letter-spacing: -0.34px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0);
  font-weight: 700;
  margin: 10px 0px;
  max-width: 623px;
}

.sliderfront2 {
  overflow: hidden;
  margin: 1px auto 0px auto;
  align-items: center;
  position: relative;
  background: #000;
  width: 100%;
  height: 70vh;
  border-bottom: 1px solid #0054A5;
}
.sliderfront2 video {
  width: 100%;
  /* Видео растягивается на всю ширину контейнера */
  height: 100%;
  /* Видео растягивается на всю высоту контейнера */
  object-fit: cover;
  /* Обрезка лишних частей видео */
  position: absolute;
  /* Абсолютное позиционирование видео */
  top: 0;
  left: 0;
}
.sliderfront2 .slide {
  position: absolute;
  top: 30%;
  left: 100px;
}
.sliderfront2 .slide .h1 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.52px;
  line-height: 60px;
  text-transform: uppercase;
  text-shadow: 0 0 7px black;
}
.sliderfront2 .slide .h1 span {
  color: #0054A5;
  text-shadow: 0 0 7px white;
}
.sliderfront2 .slide p {
  font-size: 22px;
  color: #000000;
  letter-spacing: -0.34px;
  text-shadow: 0 0 7px white;
  font-weight: 700;
  margin: 10px 0px;
  max-width: 623px;
}

.section h2 {
  margin: 80px 0px 0px 0px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 40px;
  color: #0054A5;
  letter-spacing: 0.34px;
  line-height: 1;
}

.section p {
  font-weight: 500;
  font-size: 15px;
  color: #53545B;
  letter-spacing: -0.34px;
  margin: 12px 0px 24px 0px;
  max-width: 600px;
}

.listing {
  display: flex;
  flex-wrap: wrap;
  column-gap: 13px;
  row-gap: 38px;
/*   margin: 40px 0px 60px 0px; */
}

.listing .iteminlist {
  display: block;
  width: calc(25% - 13px);
  text-decoration: none;
  
      background: #fff;
    padding: 20px;
    outline: 1px solid #fff;
    transition: .3s;
}

.listing .iteminlist:hover {
    outline: 1px solid #696969;
}

.listing .iteminlist img {
  width: 100%;

  margin: 2px;
  aspect-ratio: 1/1;
}

.listing .iteminlist .h3 {
    font-weight: 600;
    font-size: 20px;
    color: #0054A5;
	text-transform: uppercase;
    letter-spacing: -0.23px;
    text-align: center;
    margin: 3px 0px 0px 0px;
}

.listing .iteminlist .h6 {
    font-weight: 500;
    font-size: 15px;
    color: #53545B;
    letter-spacing: -0.1px;
    text-align: center;
    margin: 3px 0px 0px 0px;
}

.bluebg {
  background: #D6DCEB;
  padding: 50px 0px;
}

.halfflex {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.halfflex .halfblock {
  width: calc(50% - 7px);
  background: #fff;
  border: 10px solid #0054A5;
  padding: 45px 45px 25px 45px;
}
.halfflex .halfblock h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  color: #0054A5;
  letter-spacing: 0.26px;
  line-height: 30px;
  margin: 0px;
}
.halfflex .halfblock h3 span {
  font-size: 19px;
  color: #000000;
  letter-spacing: 0.16px;
  line-height: 30px;
}
.halfflex .halfblock ul {
  margin: 30px 0px 15px 0px;
  list-style-type: none;
  padding: 0;
}
.halfflex .halfblock ul li {
  margin: 15px 0px;
}
.halfflex .halfblock ul li a {
  font-size: 22px;
  color: #FF9000;
  letter-spacing: -0.34px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
}
.halfflex .itemobject {
  height: 350px;
  width: calc(50% - 17px);
  display: block;

  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 20px;
}
.halfflex .itemobject span {
  background: #0054A5;
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: -0.2px;
  padding: 13px 22px;
  position: absolute;
  bottom: 0px;
  max-width: 50%;
}

.videofront {

}
.videofront .wrap {
  max-width: 1109px;
}
.videofront h2 {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}
.videofront .videoflex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  align-items: center;
  justify-content: center;
}
.videofront .videoflex .videoleft, .videofront .videoflex .slick-prev {
  width: 29px;
  height: 69px;
  background-image: url("https://penetron-72.ru/wp-content/themes/penetron72/img/left.svg");
  background-color: #FF9000;
  border: 0;
}
.videofront .videoflex .videoright, .videofront .videoflex .slick-next {
  width: 29px;
  height: 69px;
  background-image: url("https://penetron-72.ru/wp-content/themes/penetron72/img/right.svg");
  background-color: #FF9000;
  border: 0;
}
.videofront .videoflex .videobox, .videofront .videoflex .slick-list {
  background: #000;
  width: 853px;
}
.videofront .videoflex .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  list-style-type: none;
  gap: 12px;
}
.videofront .videoflex .slick-dots li button {
  width: 50px;
  height: 50px;
  background-color: #0054A5;
  color: #FF9000;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.23px;
  line-height: 50px;
  border: 0;
}
.videofront .videoflex .slick-dots .slick-active button {
  color: #fff;
}
.videofront .videopagi {
  margin: 30px 0px;
  padding-bottom: 50px;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.videofront .videopagi .videopagiitem {
  width: 50px;
  height: 50px;
  background-color: #0054A5;
  color: #FF9000;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.23px;
  line-height: 50px;
}
.videofront .videopagi .activvideopagiitem {
  color: #fff;
}

.photolist {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.photolist .photoitem {
  position: relative;
  width: calc(25% - 20px);
  display: block;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: 50% 50%;
}
.photolist .photoitem span {
  width: 80px;
  height: 80px;
  background-image: url("https://penetron-72.ru/wp-content/themes/penetron72/img/plus.svg");
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

footer {
  padding-top: 60px;
  padding-bottom: 20px;
  background: #0054A5;
  margin-top: 69px;
  min-height: 300px;
  clear: both;
}
footer .footer-firstline {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

footer .footer-firstline a, footer .footer-firstline div {
  width: calc(25% - 20px);
  font-weight: 500;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  line-height: 18px;
}

footer .footer-list {
  margin: 60px 0px 60px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-weight: 700;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
}
footer .footer-list div {
  width: calc(25% - 20px);
}
footer .footer-list div .h3 {
  width: 100%;
  font-size: 19px;
  color: #FFFFFF;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
}
footer .footer-list div a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
  padding-right: 15px;
  font-weight: 500;
}

.productsblock {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.2px;
  line-height: 18px;
}
.productsblock .product-header {
  display: flex;
  color: #FFFFFF;
  height: 38px;
  align-items: center;
  width: 100%;
  column-gap: 4px;
}
.productsblock .product-header .prodcol1, .productsblock .product-header .prodcol2, .productsblock .product-header .prodcol3, .productsblock .product-header .prodcol4 {
  background: #0054A5;
  line-height: 38px;
  outline: 1px solid #0054A5;
}
.productsblock .product {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  column-gap: 4px;
}
.productsblock .prodcol1, .productsblock .prodcol2, .productsblock .prodcol3, .productsblock .prodcol4 {
  background: #F7F7F7;
  line-height: 60px;
  outline: 1px solid #DCDCDC;
  transition: 0.5s;
}
.productsblock .product:nth-child(2n) .prodcol1, .productsblock .product:nth-child(2n) .prodcol2, .productsblock .product:nth-child(2n) .prodcol3, .productsblock .product:nth-child(2n) .prodcol4 {
  background: #E9E9E9;
}
.productsblock .product:hover .prodcol1, .productsblock .product:hover .prodcol2, .productsblock .product:hover .prodcol3, .productsblock .product:hover .prodcol4 {
  background: #fff;
}
.productsblock .prodcol1 {
  flex-grow: 10;
  padding: 0px 0px 0px 30px;
}
.productsblock .prodcol2 {
  width: 146px;
  text-align: center;
}
.productsblock .prodcol3 {
  width: 146px;
  text-align: center;
}
.productsblock .prodcol4 {
  width: 264px;
  padding: 0px 10px 0px 30px;
}
.productsblock a {
  color: #FF9000;
}
.productsblock form {
  display: flex;
  align-items: center;
}
.productsblock form input {
  height: 36px;
  width: 49px !important;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.2px;
  line-height: 18px;
  padding-left: 15px;
  margin-right: 12px;
}
.productsblock form button {
  border: 0;
  height: 38px;
  width: 146px;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.2px;
  line-height: 18px;
  background: #FF9000;
  color: #fff;
}

.bread {
  margin-top: 30px !important;
}
.bread a, .bread span {
  text-decoration: none;
  font-weight: 700px;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.18px;
  line-height: 18px;
}

h1 {
  margin: 0px 0px 0px 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 27px;
  color: #0054A5;
  letter-spacing: -0.5px;
  line-height: 1.2;
  
  margin-bottom: 12px;
  max-width: 600px;
}

.section h2 {
  margin: 30px 0px 0px 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 27px;
  color: #0054A5;
  letter-spacing: -0.5px;
  line-height: 1.2;
  
  margin-bottom: 12px;
  max-width: 600px;
}

/* CTA and cross block */
.ctaorange {
  display: flex;
  align-items: center;
  height: 46px;
  text-align: center;
  padding: 2px 28px 0px 28px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF9000;
}

.ctaorange2 {
  display: inline-block;
  text-align: center;
  padding: 18px 28px;
  margin: 20px 0px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF9000;
}

.cartbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 46px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #0054A5;
  
      position: relative;
}

/* woocommerce */
.term-description {
  font-weight: 500;
  font-size: 15px;
  color: #53545B;
  letter-spacing: -0.1px;
  margin-bottom: 0px;
}
.term-description p {
  max-width: 717px;
}

ul.tabs.wc-tabs {
  display: none;
}

.related h2 {
  margin: 40px 0px 0px 0px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 40px;
  color: #0054A5;
  letter-spacing: 0.34px;
  line-height: 60px;
}

.woocommerce-Tabs-panel h2 {
  margin: 0px 0px 20px 0px;
  font-weight: 600;
  text-transform: none;
  font-size: 22px;
  color: #0054A5;
  letter-spacing: 0.34px;
  line-height: 1;
}
.woocommerce-Tabs-panel p {
  font-weight: 500;
  font-size: 15px;
  color: #53545B;
  letter-spacing: -0.1px;
  margin: 0px 0px 20px 0px;
}

.woocommerce-Tabs-panel p iframe {
	max-width: 100%;
}

.woocommerce-Tabs-panel ul li {
  font-weight: 500;
  font-size: 15px;
  color: #53545B;
  letter-spacing: -0.1px;
  max-width: 717px;
  margin: 0px 0px 10px 0px;
}

.productsingle {
  margin-top: 30px;
}
.productsingle .product_title {
  margin-left: 0px;
}
.productsingle .summary .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  letter-spacing: -1.45px;
  line-height: 18px;
}
.productsingle .woocommerce-Price-currencySymbol {
  font-family: Roboto;
}
.productsingle .cart button {
  border-radius: 0;
  border: 0;
  align-items: center;
  height: 46px;
  text-align: center;
  padding: 2px 28px 0px 28px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF9000 !important;
}
.productsingle .cart .qty {
  border: 1px solid #000;
  border-radius: 0;
  height: 46px;
  width: 92px !important;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.2px;
  line-height: 18px;
  padding-left: 15px;
  margin-right: 12px;
}
.productsingle .woocommerce-product-details__short-description p {
  font-weight: 500;
  font-size: 15px;
  color: #53545B;
  letter-spacing: -0.12px;
  line-height: 20px;
}
.productsingle .woocommerce-product-gallery {
  border: 1px solid #D9D9D9;
}
.productsingle .woocommerce-product-gallery figure {

}

.contentwrap > h2 {
    margin: 40px 0px 20px 0px;
    font-weight: 600;
    text-transform: none;
    font-size: 22px;
    color: #0054A5;
    letter-spacing: 0.34px;
    line-height: 1;

}
.contentwrap > h3 {
  margin: 40px 0px 0px 0px;
  font-weight: 900;
  /*         text-transform: uppercase; */
  font-size: 40px;
  color: #0054A5;
  letter-spacing: 0.34px;
  line-height: 60px;
}
.contentwrap > p {
  font-weight: 500;
  font-size: 15px;
  color: #53545B;
  letter-spacing: -0.1px;
  margin: 0px 0px 15px 0px;
  clear: both;
}

.contentwrap > ul {
  margin: 0px 0px 15px 0px;
}

.contentwrap > p a {
  font-weight: 500;
  font-size: 22px;
  color: #FF9000;
  letter-spacing: -0.34px;
  margin: 0px 0px 40px 0px;
}
.contentwrap ul a {
  font-weight: 500;
  font-size: 22px;
  color: #FF9000;
  letter-spacing: -0.34px;
  margin: 0px 0px 40px 0px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  align-items: center;
  height: 46px;
  text-align: center;
  padding: 2px 28px 0px 28px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF9000;
  justify-content: center;
  transition: 0.3s;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #fc8a26;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  display: flex;
  align-items: center;
  height: 46px;
  text-align: center;
  padding: 2px 28px 0px 28px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF9000;
  justify-content: center;
  transition: 0.3s;
}

.looppostwrap {
  display: flex;
  gap: 30px;
  margin-bottom: 0px;
}
.looppostwrap > img {
  width: 300px;
  border: 10px solid #FFF;
  outline: 1px solid #FF9000;
  margin: 2px;
  aspect-ratio: unset;
  height: unset;
  
      max-width: 300px;
    max-height: 200px;
    min-width: 300px;
    min-height: 200px;
  
}
.looppostwrap .loopposttext h2 {
  margin: 0px 0px 20px 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
  color: #0054A5;
  line-height: 1;
}

.loopposttext p {
	font-size: 15px;
	max-width: 600px;
}

.nav-links a {
	font-size: 15px;
	text-decoration: none;
	color: #696969;
}

.looppostwrap .loopposttext h2 a, .looppostwrap .loopposttext h2 a:visited {
  text-decoration: none;
  color: #0054A5;
}
.single h1 {
  margin-bottom: 40px;
}

#menutogle {
  display: none;
}

.logoandclose {
  display: none;
}



@media (min-width: 1281px) and (max-width: 1450px) {
	.menuheader > li a {
			font-size: 12px;
		}

}

@media (min-width: 1100px) and (max-width: 1280px) {
  .comm .headeroffer {
    display: flex !important;
  }
}
@media (min-width: 1001px) and (max-width: 1280px) {

	.runrow .wrap div {
		font-size: 15px;
	}
	
	.menuheader > li a {
		font-size: 12px;
	}

  .wrap, .site-main, .entry-title, .entry-content {
    max-width: 1440px;
    margin: 0px auto;
    padding: 0px 15px;
    width: calc(100% - 30px);
  }

  .single h1 {
    font-size: 30px;
    line-height: 1;
  }

  .woocommerce-Tabs-panel h2 {
    font-size: 30px;
    line-height: 1;
  }

  .comm .headeroffer {
    display: none;
  }

  .mainheader {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    column-gap: 2px;
    font-size: 15px;
    letter-spacing: -0.2px;
  }
  .mainheader .wrap > ul > li {
    padding: 10px 6px;
  }
  .mainheader .wrap > a > img {
    width: 150px;
  }

  .productsblock {
    font-size: 15px;
  }
  .productsblock .product form button {
    font-size: 15px;
    width: 100px;
  }
  .productsblock .prodcol1 {
    width: 300px;
  }
  .productsblock .prodcol2 {
    width: 100px;
  }
  .productsblock .prodcol3 {
    width: 100px;
  }
  .productsblock .prodcol4 {
    width: 200px;
  }
}
@media (max-width: 550px) {
  .headeroffer {
    display: none;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 40px);
    padding: 0;
  }

  @keyframes ticker {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .runrow {
    overflow: hidden;
  }
  .runrow > .wrap {
    display: flex;
    width: fit-content;
    animation: ticker 10s linear infinite;
  }
  .runrow > .wrap > div {
    white-space: nowrap;
  }

  h1 {
    margin-top: 30px !important;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    color: #0054A5;
    letter-spacing: 0.34px;
    line-height: 1;
  }

  .productsblock .product-header {
    display: flex;
    color: #FFFFFF;
    height: unset;
    align-items: center;
    width: 100%;
    column-gap: 4px;
    flex-wrap: wrap;
  }
  .productsblock .product {
    display: flex;
    align-items: center;
    width: 100%;
    height: unset;
    column-gap: 4px;
    flex-wrap: wrap;
  }
  .productsblock .prodcol1 {
    width: 100%;
    line-height: 1 !important;
    padding: 20px 20px;
  }
  .productsblock .prodcol2 {
    width: calc(50% - 2px);
    text-align: center;
    margin: 5px 0px;
  }
  .productsblock .prodcol3 {
    width: calc(50% - 2px);
    text-align: center;
  }
  .productsblock .prodcol4 {
    width: 100%;
    padding: 0px 10px 0px 30px;
  }

  .logoandclose {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  .logoandclose > a img {
    height: 32px;
  }
  .logoandclose > div svg {
    width: 24px;
    height: 24spx;
  }

  .mainheader .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 96px;
  }
  .mainheader .wrap > a img {
    width: 80%;
  }
  .mainheader .comm .headeroffer {
    /* 				display: none; */
  }
  .mainheader .comm #menutogle {
    display: flex;
    padding: 2px 20px 0px 20px;
  }

  .menuheader {
    display: none;
  }

  .menuheader {
    background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    padding: 40px;
    overflow: scroll;
  }
  .menuheader .sub-menu {
    display: block;
    list-style-type: square;
    color: #f07101;
    position: relative;
    z-index: 20;
    background: #fff;
    width: auto;
    border: 0;
    padding: 12px 0px 0px 18px;
    left: unset;
    top: unset;
  }
  .menuheader .sub-menu li {
    margin: 0px 0px 8px 0px;
    line-height: 1;
  }
  .menuheader .sub-menu li a {
    font-size: 15px;
  }

  .sliderfront2 .slide {
    position: absolute;
    top: 30%;
    left: 20px;
  }

  .sliderfront2 .slide .h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .sliderfront2 .slide .h1 span {
    color: #0054A5;
    text-shadow: 0 0 7px white;
  }
  .sliderfront2 .slide p {
    font-size: 15px;
    color: #000000;
    letter-spacing: -0.34px;
    text-shadow: 0 0 7px white;
    font-weight: 700;
    margin: 10px 0px;
    max-width: 623px;
  }

  .listing .iteminlist {
    display: block;
    width: calc(50% - 13px);
    text-decoration: none;
  }
  .listing .iteminlist img {
    width: calc(100% - 0px);
    border: 10px solid #FFF;
    outline: 2px solid #FF9000;
    margin: 2px;
    aspect-ratio: 1/1;
  }
  .listing .iteminlist .h3 {
    margin-top: 5px;
    text-transform: none;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    letter-spacing: -0.23px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0);
  }

  .halfflex .halfblock {
    width: calc(100% - 0px);
    background: #fff;
    border: 10px solid #0054A5;
    padding: 45px 45px 25px 45px;
  }
  .halfflex .halfblock h3 {
    font-size: 22px;
    line-height: 1;
  }
  .halfflex .halfblock h3 span {
    font-size: 15px;
  }
  .halfflex .halfblock ul li {
    margin: 10px 0px;
  }
  .halfflex .halfblock ul li a {
    font-size: 15px;
  }

  .halfflex .itemobject {
    height: 350px;
    width: calc(100% - 0px);
    display: block;
    border: 5px solid #0054A5;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 20px;
  }

  .section h2 {
    margin: 80px 0px 20px 0px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px;
    color: #0054A5;
    letter-spacing: 0.34px;
    line-height: 1;
  }
  .section p {
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    letter-spacing: -0.34px;
    max-width: 717px;
    margin: 0px 0px 40px 0px;
  }

  .photolist .photoitem {
    position: relative;
    width: calc(50% - 7px);
    display: block;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: 50% 50%;
  }

  footer .footer-firstline a, footer .footer-firstline div {
    width: calc(100% - 20px);
    font-weight: 700;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    line-height: 18px;
    margin: 0 0 20px 0px;
  }
  footer .footer-list {
    margin: 60px 0px 30px 0px;
  }
  footer .footer-list > div {
    width: calc(100% - 20px);
  }

  .videofront .videoflex .videobox, .videofront .videoflex .slick-list {
    background: #000;
    /* 				width: 100%; */
  }
  .videofront .videoflex .slick-arrow {
    display: none !important;
  }

  .woocommerce-Tabs-panel h2 {
    margin: 40px 0px 20px 0px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    color: #0054A5;
    letter-spacing: 0.34px;
    line-height: 1;
  }
  .woocommerce-Tabs-panel p {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    letter-spacing: -0.34px;
    margin: 0px 0px 40px 0px;
  }

  .looppostwrap {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .archive-description {
    overflow: hidden;
  }

  .contentwrap > h2 {
    margin: 30px 0px 20px 0px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    color: #0054A5;
    letter-spacing: 0.34px;
    line-height: 1;
  }
  .contentwrap > h3 {
    margin: 30px 0px 20px 0px;
    font-weight: 900;
    /* text-transform: uppercase; */
    font-size: 22px;
    color: #0054A5;
    letter-spacing: 0.34px;
    line-height: 1;
  }
}
.rank-math-breadcrumb {
  margin-top: 30px !important;
  max-width: 1440px;
  margin: 0px auto;
  padding: 0px 40px;
  width: calc(100% - 80px);
}
.rank-math-breadcrumb a, .rank-math-breadcrumb span {
  text-decoration: none;
  font-weight: 700px;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.18px;
  line-height: 18px;
}

@media (max-width: 1000px) {
  .rank-math-breadcrumb {
    width: calc(100% - 40px);
    padding: 0;
  }
}
.wp-block-file {
  width: 30%;
  float: left;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0px 20px 20px 0px;
  min-height: 140px;
  display: flex;
  align-items: center;
}
.wp-block-file a {
  font-size: 17px;
  text-decoration: none;
  color: #0054A5;
}

.wp-block-list li {
  font-size: 15px;
  margin-bottom: 5px;
}
.wp-block-list li a {
  font-size: 19px;
}

/* табилца в товаре */
.woocommerce-Tabs-panel table {
  border-collapse: collapse;
}

.woocommerce-Tabs-panel table tbody tr:nth-child(1) {
  background: #0054A5;
  color: #fff;
}

.woocommerce-Tabs-panel table tbody tr td {
  border: 1px solid #a5a5a5;
  padding: 5px 12px;
}

@media (max-width: 1000px) {
  .woocommerce-Tabs-panel table {
    width: 100%;
    overflow-x: auto;
    display: block;
  }

  .woocommerce-Tabs-panel table tbody {
    width: 100%;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    margin: 0px auto;
    padding: 0px 0px;
    width: 100%;
  }
}




.contentwrap {

    margin-top: 15px;
}

.imgprodcat {
	max-width: 500px;
	    border: 10px solid #FFF;
    outline: 2px solid #FF9000;
    margin: 2px;
}

.contentcatwrap h2 {
	margin: 40px 0px 20px 0px;
    font-weight: 800;
    text-transform: none;
    font-size: 22px;
    color: #0054A5;
    letter-spacing: 0.14px;
    line-height: 1;
}

.contentcatwrap p {
font-weight: 500;
    font-size: 15px;
    color: #53545B;
    letter-spacing: -0.1px;
    margin: 0px 0px 30px 0px;
    
    max-width: 600px;
}

.contentcatwrap ul li {
	font-weight: 500;
    font-size: 15px;
    color: #53545B;
    letter-spacing: -0.1px;
        margin: 0px 0px 15px 0px;
        
        max-width: 500px;
}

.posts-navigation {
	width: 100%;
}

.page-title {
	width: 100%;
}

.looppostwrap {
    width: 100%;
}

.loopposttext > div {

}

.loopposttext > img {

    width: 300px;
    border: 10px solid #FFF;
    outline: 2px solid #FF9000;
    margin: 2px;
    aspect-ratio: unset;
    height: unset;


    float: left;
    margin-right: 30px;
}

.cart-count {
	position: absolute;
    right: 2px;
    top: 3px;
    color: #FF9000;
}


/* новый слайдер */

.slick-prev:before,
.slick-next:before {
	display: none;
}

.slick-prev {
	position: absolute;
    bottom: 0px;
    left: 0px;
        z-index: 999;
        border: 0;
    width: 46px;
    height: 46px;
    background: #ffffff80;
        display: flex;
    justify-content: center;
    align-items: center;
        cursor: pointer;
}

.slick-next {
	position: absolute;
    bottom: 0px;
    right: 0px;
        z-index: 999;
        border: 0;
    width: 46px;
    height: 46px;
    background: #ffffff80;
    display: flex;
    justify-content: center;
    align-items: center;
        cursor: pointer;
}

.slick-prev svg {
	margin-left: -5px;
}

.slick-next svg {
	margin-right: -5px;
}

.home-slider .slick-list {
	height: 100%;
}

.home-slider .slick-track  {
	height: 100%;
}

.home-slider {
    aspect-ratio: 3 / 1;
    margin-bottom: 70px;
}

.home-slider .slide {
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    
    display: flex !important;
    align-items: center;
}

.home-slider .slide .slide-content {
    max-width: 550px;
    margin-left: 5%;
    color: #fff;
}

.home-slider .slide .slide-content .slide-title {
	font-weight: 900;
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 0.9;
}

.home-slider .slide .slide-content p {
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
}

.home-slider .slide .slide-content a.btn {
    display: inline-block;
    background: #FF9000;
    color: #fff;
    text-decoration: none;
    padding: 11px 20px;
    font-size: 13px;
    font-weight: 600;
}

/* секции */

.section {
	margin-top: 45px;
	margin-bottom: 45px;
}

.videorow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.videorow .videobox {
	width: calc(50% - 10px);
}

.videorow .videobox iframe {
	max-width: 100%;
	    aspect-ratio: 20 / 11.25;
    display: block;

    height: fit-content;
}



/* продукт */

.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
	order: 2;
	width: 35%;
	border: 0;
	margin: 0;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
order: 1;
    width: calc(65% - 22px);
    background: #fff;
    padding: 44px 44px 10px 44px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.woocommerce .single-product div.product {
	aspect-ratio: 1 / 1;
	display: flex;
	flex-wrap: wrap;
row-gap: 20px;
justify-content: space-between;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {

}


.woocommerce div.product #pa_volume {
	display: none;
}

.woocommerce div.product form.cart .variations .label {
	display: block;
	width: 100%;
}

.woocommerce div.product form.cart .variations .value {
	display: block;
}

.reset_variations {
	display: none !important;
}

.woocommerce div.product form.cart .variations label {
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	outline: 1px solid #fff;
	transition: .3s;
}

.woocommerce div.product form.cart .variations .rudr-variation-radios label:hover {

	outline: 1px solid #696969;
}

.rudr-variation-radios {
    display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.rudr-variation-radios > label {
    display: flex;
    width: 150px;
    height: 30px;
    background: #F9FAFE;
    align-items: center;
    justify-content: space-evenly;
    color: #0054A5;
}

.rudr-variation-radios > label > input {
	display: none;
}

.rudr-variation-radios > label:has(input:checked) {
  background-color: #FF9000;
	color: #fff;
}

.woocommerce div.product .single_variation_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price  {
    color: #000;
    font-size: 17px;
}

.productsingle .summary .woocommerce-Price-amount {
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    letter-spacing: -.12px;
    line-height: 17px;
}

.single h1 {
    margin-bottom: 20px;
}

.productsingle .woocommerce-Price-currencySymbol {
    font-family: Roboto;
    font-weight: 400;
}

.single_variation .woocommerce-variation-price {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.productsingle .cart .qty {
    border: 1px solid #000;
    border-radius: 0;
    height: 30px;
    width: 150px !important;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.2px;
    line-height: 18px;
    padding-left: 16px;
    margin-right: 0px;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    gap: 12px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    display: flex;
    align-items: center;
    height: 30px;
    text-align: center;
    padding: 0px;
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    line-height: 18px;
    text-transform: none;
    text-decoration: none;
    background-color: #76CB00 !important;
    justify-content: center;
    transition: 0.3s;
    width: 150px;
}


.woocommerce-tabs {
order: 3;

    width: calc(65% - 22px);
    background: #fff;
    padding: 44px 44px 10px 44px;
    margin-bottom: 0px;
}

.cross-product {
    width: 35%;
	background: #fff;
    order: 4;
        padding: 44px 44px 10px 44px;
}

.cross-product h2 {
    margin: 0px 0px 20px 0px;
    font-weight: 600;
    text-transform: none;
    font-size: 19px;
    color: #0054A5;
    letter-spacing: 0.34px;
    line-height: 1;
}

.cross-product .product {
    max-width: 250px;
    padding: 0 !important;
}

.cross-product .product h2 {
    font-weight: 600;
    text-transform: none;
    font-size: 15px;
    color: #0054A5;
    letter-spacing: 0.34px;
    line-height: 1;
    margin: 0px 0px 15px 0px;
}

.cross-product .product .price {
	display: none;
}

.cross-product .product a {
	text-decoration: none;
	font-size: 15px;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 0 0 0;
}

.woocommerce-tabs table {
	font-size: 13px;
}

/* newproducts */

.newproducts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.newproducts div.product {
	width: calc(25% - 24px);
	padding: 15px;
	transition: .3s;
	outline: 1px solid #fff;
	background: #fff;
}

.newproducts div.product:hover {
	outline: 1px solid #696969;
}

.newproducts div.product .price {
	font-size: 15px !important;
}


.newproducts .woocommerce-LoopProduct-link {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.newproducts .woocommerce-LoopProduct-link .custom-acf-field {
    order: 2;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #53545b;
}

.newproducts .woocommerce-LoopProduct-link > img {
order: 1;
width: 100%;
text-align: center;
}

.newproducts .woocommerce-LoopProduct-link > h2 {
order: 3;
width: 100%;
text-align: center;
}

.newproducts .woocommerce-loop-product__title {
    margin-top: 5px;
    font-weight: 600;
    font-size: 20px;
    color: #0054A5;
text-transform: uppercase;
    letter-spacing: -0.23px;

    text-align: center;
    margin: 3px 0px 0px 0px;
}

#pa_vid,
.variations .value > select
 {
	display: none;
}

.blocks-3column {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px; 
	margin: 20px 0px;
}

.blocks-3column > div {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 25px;
    font-size: 15px;
    text-align: center;
}

.blocks-3column > div > p {
	margin: 20px 0px 0px 0px;
}

.wp-block-button__link {
    background-color: #ff9100;
    border-radius: 0px;
}

.wp-block-file__button {
    background-color: #ff9100;
    border-radius: 0px;
    color: #fff !important;
}

.contentcatwrap {
    margin-top: 50px;
}

.term-description {
    margin-bottom: 50px;
}


.flex-control-thumbs {
	display: none;
}



.product-type-variable .summary > .price {
	display: none;
}

.product-type-simple .quantity {
	margin-right: 12px !important;
}

@media (max-width: 800px) {
	.home-slider {
		aspect-ratio: 1 / 1;
		margin-bottom: 20px;
	}
	
	.section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section h2 {
        margin: 40px 0px 10px 0px;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 20px;
        color: #0054A5;
        letter-spacing: 0.34px;
        line-height: 1;
    }
    
    .listing {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
}

    .listing .iteminlist .h3 {
    font-size: 15px;
    }
    
        .listing .iteminlist .h6 {
    font-size: 13px;
    }
    
    body > p {
		max-width: 1440px;
		margin: 20px auto;
		padding: 0px 20px;
		width: calc(100% - 0px);
	}
	
	.newproducts div.product {
		width: calc(50% - 10px);
		padding: 15px;
		transition: .3s;
		outline: 1px solid #fff;
		background: #fff;
	}
	
	.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    order: 1;
    width: 100%;
    background: #fff;
    padding: 44px 44px 10px 44px;
    margin-right: 20px;
    margin-bottom: 0px;
}
	
	.woocommerce div.product div.images, .woocommerce-page div.product div.images {
    order: 2;
    width: 100%;
    border: 0;
    margin: 0;
}

.woocommerce-tabs {
    order: 3;
    width: 100%;
    background: #fff;
    padding: 44px 44px 10px 44px;
    margin-bottom: 0px;
}

.cross-product {
    width: 100%;
    background: #fff;
    order: 4;
    padding: 44px 44px 10px 44px;
}

.woocommerce-variation-add-to-cart {
    flex-wrap: wrap;
}

.productsingle {
    margin-top: 0px;
}

.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {

        padding: 20px;

    }
    
    .single h1 {
    margin-bottom: 0px;
            margin-top: 0px !important;
}

.wp-block-file {
    width: 100%;
}

.home-slider .slide .slide-content .slide-title {
    font-weight: 900;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 0.9;
}

}


