/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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+.
 */

@media (max-width: 993px) {   {


}
}
template {
  display: none;
}
.overzagol1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.overzagol1 h2 {
  font-size: 30px;
  font-family: roboto;
  color: #000;
}
@media (max-width: 740px) {  .overzagol1 h2 {
  font-size: 18px;
}
}
.overzagol1 p {
  font-size: 15px;
  font-family: roboto;
  color: #999;
  margin-top: 30px;
}
@media (max-width: 740px) {  .overzagol1 p {
  font-size: 12px;
}
}
ul.setcaheader {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-left: 0px;
}
ul.setcaheader li {
  list-style-type: none;
}
ul.setcaheader li:nth-child(1){
  grid-column: 1/4;
}
@media (max-width: 540px) {  ul.setcaheader li:nth-child(1) {
  grid-column: 1/6;

}
}
ul.setcaheader li:nth-child(2){
  grid-column: 4/6;
}
@media (max-width: 540px) {  ul.setcaheader li:nth-child(2) {
  grid-column: 1/6;

}
}
.nav-link {
  color: #fff;
  font-size: 15px;
  font-family: roboto;
  transition: color ease 0.3s;

}
.nav-link:hover {
  color: #999;
}
@media (max-width: 1286px) {  .nav-link {
font-size: 12px;
}
}
@media (max-width: 1094px) {  .nav-link {
font-size: 10px;
}
}
@media (max-width: 965px) {  .nav-link {
font-size: 8px;
}
}
@media (max-width: 837px) {  .nav-link {
font-size: 7px;
}
}
@media (max-width: 575px) {  .nav-link {
font-size: 12px;
}
}
.logo {
    max-width: 252px;
    max-height: 132px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.textover {
  font-family: roboto;
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 960px) {  .textover {
font-size: 15px;

}
}
@media (max-width: 720px) {  .textover {
font-size: 12px;

}
}
a.vmagaz1 {
  font-family: roboto;
    color: rgb(255, 255, 255);
    background-color: rgba(234, 50, 165, 1.0);
    display: block;
    margin: 0 auto;
    max-width: 160px;
    padding: 0 1.8em;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none;
    box-shadow: 0 0 0 transparent;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    opacity: 1;
    transition: background-color .12s ease-out 0s, color .12s ease-out 0s, border-color .12s ease-out 0s, box-shadow .12s ease-out 0s, transform .05s ease-out 0s, opacity .2s ease-out 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding: 10px 20px;
    text-decoration: none;
    margin-bottom: 30px;
}
a.vmagaz1:hover {
  box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
}
a.telef1 {
text-decoration: none;
  font-family: roboto;
  font-size: 30px;
  text-align: center;
  color: #000;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  transition: color ease 0.3s;
}
a.telef1:hover {
  color: #EA32A5;
  text-decoration: none;
}
@media (max-width: 720px) {  a.telef1  {
font-size: 20px;

}
}
ul.socseti1 {
  padding-left: 0px;
  text-align: center;
  margin-bottom: 20px;
}
ul.socseti1 li {
  list-style-type: none;
  display: inline-block;
  padding: 10px;
}
ul.socseti1 li a {
  color: #000;
  font-size: 30px;
  padding: 10px;
    transition: color ease 0.3s;
}
ul.socseti1 li a:hover {
  color: #EA32A5;
  text-decoration: none;
}
@media (max-width: 720px) {  ul.socseti1 li a  {
font-size: 20px;

}
}
a.strvniz1 {
    color: #000;
  font-size: 30px;
  text-decoration: none;
  text-align: center;
  transition: color ease 0.3s;
}
a.strvniz1:hover {
  color: #EA32A5;
  text-decoration: none;
}
@media (max-width: 720px) {  a.strvniz1  {
font-size: 20px;

}
}
a.strvniz1 i {
display: block;
margin: 0 auto;
}
.overcat1 {
  text-align: center;
}
.overcat1 a {
    color: #000;
  font-size: 18px;
  text-decoration: none;
  padding: 5px;  
  display: inline-block;
}
@media (max-width: 960px) {  .overcat1 a {
  font-size: 15px

}
}
@media (max-width: 720px) {  .overcat1 a {
  font-size: 12px

}
}
.overtext2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.overtext2 p {
  color: #000;
  font-size: 15px;
  font-family: roboto;
  text-align: justify;
}
@media (max-width: 720px) {  .overtext2 p {
  font-size: 12px

}
}
.overcat1  {
  padding-left: 0px;

}
@media (max-width: 840px) {  .overcat1 {


}
}
@media (max-width: 740px) {  .overcat1 {


}
}
.overcat1 a {
  list-style-type: none;
transition: 0.5s; /* Время эффекта */
border-radius: 10px;
margin: 10px;
}
.overcat1 a:hover {
text-decoration: none;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
} 
.overcat1 a img {
  width: 100%;
  height: auto;
}
.overcat1 a h3 {
    color: #000;
  font-size: 22px;
  font-family: roboto;
}
@media (max-width: 960px) {  .overcat1 a h3 {
  font-size: 15px;

}
}
@media (max-width: 740px) {  .overcat1 a h3 {
  font-size: 12px;
  margin-top: 20px;
  

}
}




.overcat2 {
  text-align: center;
}
.overcat2 a {
    color: #000;
  font-size: 18px;
  text-decoration: none;
  padding: 5px;  
  display: inline-block;
}
@media (max-width: 960px) {  .overcat2 a {
  font-size: 15px

}
}
@media (max-width: 720px) {  .overcat2 a {
  font-size: 12px

}
}
.overtext2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.overtext2 p {
  color: #000;
  font-size: 15px;
  font-family: roboto;
  text-align: justify;
}
@media (max-width: 720px) {  .overtext2 p {
  font-size: 12px

}
}
.overcat2  {
  padding-left: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 840px) {  .overcat2 {
  grid-template-columns: repeat(3, 1fr);

}
}
@media (max-width: 740px) {  .overcat2 {
  grid-template-columns: repeat(2, 1fr);

}
}
.overcat2 a {
  list-style-type: none;
transition: 0.5s; /* Время эффекта */
border-radius: 10px;
margin: 10px;
}
.overcat2 a:hover {
text-decoration: none;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
} 
.overcat2 a img {
  width: 100%;
  height: auto;
}
.overcat2 a h3 {
    color: #000;
  font-size: 22px;
  font-family: roboto;
}
@media (max-width: 960px) {  .overcat2 a h3 {
  font-size: 15px;

}
}
@media (max-width: 740px) {  .overcat2 a h3 {
  font-size: 12px;
  margin-top: 20px;
  

}
}





.overtovar1 ul, ul.products {
  padding-left: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 840px) {  .overtovar1 ul, ul.products {
  grid-template-columns: repeat(3, 1fr);

}
}
@media (max-width: 740px) {  .overtovar1 ul, ul.products {
  grid-template-columns: repeat(2, 1fr);

}
}
ul.products.columns-4 li.product {
  width: 95%!important;
}
.overtovar1 ul li, ul.products li {
list-style-type: none;
    padding: 10px;
    margin: 10px;
    position: relative;
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 0 1px 13px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
@media (max-width: 740px) {  .overtovar1 ul li {
  height: 330px;

}
}
@media (max-width: 740px) {   ul.products li {
  height: 430px;

}
}
.onsale {
  position: absolute;
    color: white;
    padding: 10px;
    background-color: #ea32a5;
    border-radius: 5px;
    opacity: 0.8;
    font-family: roboto;
    font-size: 14px;
}
.overtovar1 ul li:hover, , ul.products li:hover {
     box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22)!important;
}
ul.products.columns-4 li.product:hover {
     box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22)!important;
}
.overtovar1 ul li a:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
right: 0px;
  background-color: #999;
  opacity: 0;
  border-radius: 10px;
  transition: 0.3s;
}
li.type-product a{
  text-decoration: none;
}
a.woocommerce-loop-product__link:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
right: 0px;
  background-color: #999;
  opacity: 0;
  border-radius: 10px;
  transition: 0.3s;
}
.overtovar1 ul li a:hover:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
right: 0px;
  background-color: #999;
  opacity: 0.3;
  border-radius: 10px;
  transition: 0.2s;
}
a.woocommerce-loop-product__link:hover:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
right: 0px;
  background-color: #999;
  opacity: 0.3;
  border-radius: 10px;
  transition: 0.2s;
}

.overtovar1 ul li img, ul.products li.product img {
  width: 100%;
  height: auto;
}
.overtovar1 ul li h3, .woocommerce-loop-product__title {
  color: #000;
  font-size: 15px;
  font-family: roboto;
  padding: 0px 15px;
  margin-bottom: 20px;
  min-height: 50px;
}
@media (max-width: 740px) {  .overtovar1 ul li h3, .woocommerce-loop-product__title {
  font-size: 12px;
}
}
.overtovar1 ul li p, a.add_to_cart_button {
  color: #000;
  font-size: 15px;
  font-family: roboto;
  padding: 0px 15px;
  margin-bottom: 20px;
  height: 50px;
}
@media (max-width: 740px) {  .overtovar1 ul li p {
  font-size: 10px;
}
}
a.btnkup1, a.add_to_cart_button, a.product_type_grouped, a.added_to_cart {
  text-decoration: none;
  height: 33px;
  width: 150px;
  padding: 5px 30px;
  position: relative;
  bottom: 10px;
  left: 15px;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-family: roboto;
  font-weight: 800;
}
@media (max-width: 575px) {  a.btnkup1, a.add_to_cart_button, a.product_type_grouped, a.added_to_cart {
  width: 100px;
  padding: 5px 15px;
  position: absolute;
  bottom: 10px;
}
}
a.added_to_cart {
  display: block;
      width: 195px;
    height: 33px;
    margin-top: 20px;
    display: none;
}
a.btnkup1:hover, a.add_to_cart_button:hover, a.product_type_grouped:hover, a.added_to_cart:hover {
   background-color: #999;
  opacity: 1; 
  color: #fff;
  text-decoration: none;
}
.overtovar1 ul li a:hover a.btnkup1, .overtovar1 ul li a:hover a.add_to_cart_button, .overtovar1 ul li a:hover a.product_type_grouped, .overtovar1 ul li a:hover a.added_to_cart  {
  background-color: #fff;
  color: #fff;
}

p span.price {
  color: #000;
  font-size: 15px;
  margin-left: 0px;
}
.price span.woocommerce-Price-amount {
  color: #000;
  font-size: 15px;
}
.overtovar1 a:hover {
  text-decoration: none;
}
ul.products li.product .button {
  margin-top: 20px;
  bottom: -10px;

}
.overicon1 ul {
  padding-left: 0px;

  text-align: center;
}
.overicon1 ul li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  padding: 30px;

}
.overicon1 ul li a {
  text-decoration: none;
}
.overicon1 ul li p, .overicon1 ul li i{
font-size: 18px;

}
.overicon1 ul li a {
  color: #999;
  transition: color ease 0.3s;
}
.overicon1 ul li a:hover {
  color: #115080;
}
.osntext1 {
  padding-top: 30px;
}
.osntext1 h2 {
  font-size: 30px;
  font-family: roboto;
  font-weight: 800;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 740px) {  .osntext1 h2 {
  font-size: 18px;
}
}
.osntext1 p {
  font-size: 16px;
  font-family: roboto;
  line-height: 1.75;
  text-align: justify;
}
@media (max-width: 740px) {  .osntext1 p{
  font-size: 12px;
}
}
footer h2 {
    font-size: 30px;
  font-family: roboto;
  font-weight: 800;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 740px) {  footer h2 {
  font-size: 18px;
}
}
footer h3 {
  font-size: 20px;
  font-family: roboto;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 740px) {  footer h3 {
  font-size: 15px;
}
}
.overfootercontact ul {
  padding-left: 0px;
  text-align: center;
} 
.overfootercontact ul li {
  list-style-type: none;
  display: inline-block;
  padding: 20px;
}
.overfootercontact ul li a {
  text-decoration: none;
}
.overfootercontact ul li i {
  padding-right: 10px;
}

.overfootercontact ul li span {
  font-family: roboto;
}
.overfootercontact ul li i, .overfootercontact ul li span {
  color: #999;
  font-size: 18px;
}
.overfooter2link {
  text-align: center;
}
.overfooter2link a {
  font-size: 14px;
  font-family: roboto;
  line-height: 1.75;
  padding: 20px;
}
@media (max-width: 740px) {  .overfooter2link a{
  font-size: 12px;
}
}
.overfooter2link ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.overfooter2link ul li {
  list-style-type: none;
  display: inline-block;
}
.fot {
  background-color: #EFEFEF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.entry-summary h1, .h1erch {
  font-size: 30px;
  font-family: roboto;
  line-height: 1.75;
  font-weight: 800;
}
@media (max-width: 960px) {  .entry-summary h1, .h1erch {
  font-size: 20px;

}
}
.product_meta, .product_meta a {
  font-size: 15px;
  font-family: roboto;
  line-height: 1.75;
  color: #999;
}
.posted_in {
  display: block;
}
.price {
  font-size: 20px;
  font-family: roboto;
  line-height: 1.75;
  font-weight: 800;
  color: green;
  margin-left: 15px;
}
.kolvo {
  font-size: 15px;
  font-family: roboto;
  line-height: 1.75;
}
.kolvo span {
    font-size: 15px;
  font-family: roboto;
  line-height: 1.75;
  padding: 5px 15px;
  background-color: #fff;
  border: 1px solid #3B5B72;
  border-radius: 3px ;
}
a.btncar, .single_add_to_cart_button {
  text-decoration: none;
  display: block;
  width: 250px;
  padding: 12px;
  font-size: 15px;
  font-family: roboto;
  background-color: #EA32A5;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
}
.izbtext {
  font-size: 15px;
  font-family: roboto;
  line-height: 1.75;
  color: #000;
}
a.izbbtn {
  text-decoration: none;
  display: block;
  width: 247px;
  padding: 8px;
  font-size: 15px;
  font-family: roboto;
  background-color: #fff;
  color: #333;
  text-align: center;
  border: 3px solid #333;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
a.izbbtn i {
  padding-right: 10px;
}
.overtexttovarrow h3, .tab-title-description h2 {
    font-size: 20px;
  font-family: roboto;
  line-height: 1.75;
}
.overtexttovarrow p, .woocommerce-product-details__short-description, .tab-title-description p {
    font-size: 15px;
  font-family: roboto;
  line-height: 1.75;
}
#main-slider1.owl-carousel .owl-item {
  max-height: 500px;
}
#main-slider1.owl-carousel .owl-item img {
  display: block;
  max-height: 500px!important;
  width: auto!important;
  margin: 0 auto!important;
}
@media (max-width: 740px) {  #main-slider1.owl-carousel .owl-item img{
  min-height: auto;
  width: 100%!important;
}
}
form input {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 15px;
  font-family: roboto;
  font-weight: 800;
  width: 80%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.table thead th {
  border: none;
}
.table td, .table th {
  border: none;
}
.oform {
  margin-top: 70px;
  margin-bottom: 70px;
}
.oform h2 {
    font-size: 30px;
  font-family: roboto;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 740px) {  .oform h2 {
  font-size: 18px;
}
}
.zagtof {
  text-align: center;
    font-size: 18px;
    font-weight: 800;
    font-family: roboto;
}
#tab-title-description {
  display: none;
}

.woocommerce-pagination {
    margin-bottom: 0px;
    display: grid;
}
.woocommerce-pagination ul.page-numbers {
    border: 0;
    padding: 0;
}
.woocommerce-pagination ul {
display: block;
    margin-top: 100px;
    list-style: none;
    text-align: center;
    margin: 0 auto;
    margin-top: 70px;
}
.woocommerce-pagination ul li {
    float: left;
}
.woocommerce-pagination li>.page-numbers.current {
    background: #f3f3f3;
    color: #111;
    border: 1px solid #f3f3f3;
}

.woocommerce-pagination li>.page-numbers {
    padding: 10px 15px;
    margin: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
}
form.woocommerce-cart-form table {
    position: inherit;
    width: 100%;
}
.cart:before {
    content: '';
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: rgba(0,0,0,.48);
}
form.woocommerce-cart-form table thead tr th {
    font-size: 15px;
    font-weight: 800;
}
form.woocommerce-cart-form table td.product-remove {
    font-size: 35px;
}
.input-text {
  margin-left: 0px;
  width: 200px;
}
.table.shop_table_responsive tr td.product-remove a {
  color: red;
}
table.shop_table_responsive tr td a {
  color: #000!important;
  font-weight: 400;
}
td.product-price {
  font-weight: 400;
}
td.product-quantity {
  padding-top: 21px;  
}
td.product-subtotal {
  font-weight: 800;
}
.coupon #coupon_code {
    width: 300px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #000;
}
.coupon .button {
    background-color: #EA32A5;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    width: 300px;
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
}
.wc-proceed-to-checkout a {
    background-color: #EA32A5;
    padding: 10px;
    border-radius: 5px;
    color: #fff!important;
    width: 300px;
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
}
@media (max-width: 767px) { 
  table.shop_table_responsive tr td img  {
      width: 100%;
  height: auto;
}
.product-remove {
  position: relative;
}
table.shop_table_responsive tr td.product-remove a {
  position: absolute;
  top: -19px;
  right: -3px;
}
td.product-quantity .quantity {
  margin-top: -10px;
}
.product-thumbnail:before {
  display: none;
}
}
.woocommerce-info {
  text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
    text-decoration: none;
    display: block;
    width: 250px;
    padding: 12px;
    font-size: 15px;
    font-family: roboto;
    background-color: #333333;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.woocommerce-info {
  background-color: #333333!important;
}
a.showcoupon{
  display: block;
  color: #fff;
}
.checkout_coupon {
  text-align: center;
}
#coupon_code {
  text-align: center;

}
.checkout_coupon #coupon_code {
  display: block;
  margin: 0 auto;
}
.woocommerce-form-coupon button {
  font-family: roboto;
    color: rgb(255, 255, 255);
    background-color: rgba(234, 50, 165, 1.0);
    display: block;
    margin: 0 auto;
    max-width: 260px;
    padding: 0 1.8em;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none;
    box-shadow: 0 0 0 transparent;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    opacity: 1;
    transition: background-color .12s ease-out 0s, color .12s ease-out 0s, border-color .12s ease-out 0s, box-shadow .12s ease-out 0s, transform .05s ease-out 0s, opacity .2s ease-out 0s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding: 10px 20px;
    text-decoration: none;
    margin-bottom: 30px;
}
.woocommerce-billing-fields__field-wrapper label {
  display: block!important;
  width: 100%;
  font-weight: 800;
}
.woocommerce-billing-fields__field-wrapper span, .woocommerce-billing-fields__field-wrapper p, .woocommerce-billing-fields__field-wrapper input, #billing_first_name_field {
  width: 100%;
}
.woocommerce-billing-fields h3, #order_review_heading {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  font-family: roboto;
}
.woocommerce-checkout-review-order-table {
  width: 100%;
  margin-top: 30px;
}
.product-total, .woocommerce-Price-amount, .woocommerce-checkout-review-order-table td {
  text-align: right;
  font-weight: 400;
}
td.product-name {
  text-align: left;
}
.woocommerce-checkout-review-order-table th {
  padding-top: 20px;
  padding-bottom: 20px;
}
#billing_last_name_field, .woocommerce-additional-fields {
  display: none;
}
#place_order {
  font-family: roboto;
  color: rgb(255, 255, 255);
  background-color: rgba(234, 50, 165, 1.0);
  display: block;
  margin: 0 auto;
  max-width: 260px;
  padding: 0 1.8em;
  border: 1px solid transparent;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 0 transparent;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  opacity: 1;
  transition: background-color .12s ease-out 0s, color .12s ease-out 0s, border-color .12s ease-out 0s, box-shadow .12s ease-out 0s, transform .05s ease-out 0s, opacity .2s ease-out 0s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  padding: 10px 20px;
  text-decoration: none;
  margin-bottom: 30px;
}
ul.obrtov {
  padding-left: 0px;
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}




ul.obrtov li {
  list-style-type: none;
}
ul.obrtov li:nth-child(1) {
  display: grid;
  grid-column: 1/3;
}
ul.obrtov li:nth-child(2) {
  display: grid;
  grid-column: 3/4;
}

.flex-active-slide img {
  width: 70%;
  height: auto;
/*  text-align: right;
  float: right;*/
  margin-right: 20px;
} 
.wp-post-image {
  width: 70%;
    height: auto;
    /* text-align: right; */
    /* float: right; */
    /* margin-right: 20px; 
    margin: 0 auto;*/
    display: block;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
 /* float: none!important;*/
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
/*  position: absolute;*/
    top: 0px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%;
    padding-bottom: 20px;
}

@media (max-width: 575px) {  

  ul.obrtov {
 grid-template-columns: repeat(1,1fr);
}
ul.obrtov li:nth-child(1) {
  display: grid;
  grid-column: 1;
}
ul.obrtov li:nth-child(2) {
  display: grid;
  grid-column: 1;
}
.flex-active-slide img {
  width: 100%;

}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    position: inherit;

}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  float: left!important;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 33.15%!important;
}
}


.tinvwl_add_to_wishlist_button {
  text-decoration: none;
    display: block;
    width: 247px;
    padding: 8px;
    font-size: 15px;
    font-family: roboto;
    background-color: #fff;
    color: #EA32A5;
    text-align: center;
    border: 3px solid #EA32A5;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.qty {
  font-size: 15px;
  font-family: roboto;
  line-height: 1.75;
  padding: 5px 15px;
  background-color: #fff;
  border: 1px solid #3B5B72;
  border-radius: 3px;
  width: 60px;
}
.obrtov .price span.woocommerce-Price-amount {
  font-size: 20px;
    font-family: roboto;
    line-height: 1.75;
    font-weight: 800;
    color: green;
    padding-left: 0px;

}
.obrtov .price {
      padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.woocommerce-breadcrumb {
  font-size: 15px;
  font-weight: 800;
  font-family: roboto;
  margin-top: 50px;
}
.additional_information_tab {
  display: none!important;
}
.woocommerce-Tabs-panel--description h2, .related h2{
  font-size: 15px;
  font-family: roboto;
  line-height: 1.75;
  min-height: 50px;
}
.woocommerce-Tabs-panel--description p, .woocommerce-Tabs-panel--description li, {
  font-size: 20px;
  font-family: roboto;
  line-height: 1.75;
}
ul.products.columns-3 li.product {
  width: 95%!important;

}

.obrtov .onsale {
    color: white;
    padding: 10px;
    text-align: center;
    background-color: #ea32a5;
    border-radius: 5px;
    opacity: 0.8;
    font-family: roboto;
    font-size: 14px;
    position: relative;
}

.s-header__basket-wr {
  position: fixed;
  right: 15px;
  top: 115px;
  height: 60px;
  width: 60px;
      box-shadow: 0 1px 13px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border-radius: 50%;
  background-color: #fff;
  z-index: 999;

}
.s-header__basket-wr2 {
  position: fixed;
  right: 15px;
  top: 100px;
  height: 60px;
  width: 60px;
      box-shadow: 0 1px 13px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border-radius: 50%;
  background-color: #fff;
  z-index: 999;

}
.s-header__basket-wr i {
  margin-top: 19px;
  margin-left: 10px;
  font-size: 22px;
  color: #999;

}
.s-header__basket-wr2 i {
  margin-top: 19px;
  margin-left: 17px;
  font-size: 22px;
  color: #999;

}
.basket-btn__counter {
position: absolute;
    color: #999;
    font-size: 18px;
    right: 14px;
}
ul.wc_payment_methods {
  padding-left: 0px;
}
.menu2 ul.menuulgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-left: 0px;
    margin-bottom: 0px;
}
.menu2 ul.menuulgrid li {
    list-style-type: none;
    
}
.menu2 ul.menuulgrid {
    background-color: rgba(234, 50, 165, 1.0);
border-radius: 10px;
padding-left: 10px;
padding-right: 10px;
}

.menu2 form input {
  padding-left: 10px;
  font-size: 15px;
  font-family: roboto;
  font-weight: 800;
  margin: 0 auto;
  display: inline-block;
}
.menu2 form input[type="text"] {
    width: 82%;
    outline: 0;
    padding-top: 15px;
}
.menu2 form input[type="submit"] {
    width: 16%;
    outline: 0;
    background-color: #000;
    border: 0px;
    color: #ffe650;;
    font-size: 20px;
}
.menu2 nav {
    padding-bottom: 0px;
    padding-top: 3px;
}
.menu2 .nav-link {
    color: #fff;
    font-size: 12px;
    font-family: roboto;
    transition: color ease 0.3s;
    text-transform: uppercase;
}
.header {
  background-image: url(../img/p3.png);
  background-size: cover;
  background-position: center;
  background-position-x: -100px;
} 
@media (max-width: 766px) {  .header{
   background-position: center;
}
}
.header .bgroz, .header .dropdown-menu {
  background-color: #ffb4da;
  border-radius: 15px; 
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: 0.5s color ease;
  opacity: 1;
}
.bgroz {
  margin: 10px 15px;
}
.header .dropdown-menu {
  margin-top: 0px;
}
.header .dropdown-menu:hover {
background-color: #ff39a4
color: #fff;
}
.header nav .nav-link, .header nav .dropdown-menu .dropdown-item{
  color: #042a59;
  text-transform: uppercase;
  font-weight: 800;
  transition: 0.5s color ease;
}
.header nav .nav-link:hover {
  color: #fff;
}
ul.menuulgrid {
  margin-bottom: 0px;
  padding-left: 0px;
}
.search_form {
  margin-top: 2px;
}
@media (max-width: 1286px) {  .search_form{
  margin-top: 2px;
}
}
@media (max-width: 1094px) {  .search_form{
  margin-top: 0px;
}
}
@media (max-width: 766px) {  .search_form{
  margin-top: 20px;
}
}
.search_form form input {
  padding-left: 10px;
  font-size: 15px;
  font-family: roboto;
  font-weight: 800;
  margin: 0 auto;
  display: inline-block;
}
.search_form form input[type="text"] {
    width: 100%;
    outline: 0;
    border-radius: 30px;
    padding-top: 15px;
    border: none;
}


.search_form form input[type="submit"] {
    width: 16%;
    outline: 0;
    background-color: transparent;
    border: 0px;
    color: #f7409d;;
    font-size: 20px;
    right: 18px;
    position: absolute;
}
.overtextcontact {
    margin-top: 0px;
}
.overtextcontact h2 {
    color: #000;
    font-size: 26px;
    font-family: roboto;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0px;
}
.overtextcontact h3 {
    color: #000;
    font-size: 22px;
    font-family: roboto;
}
.overtextcontact p .overtextcontact ul li{
  color: #000;
    font-size: 15px;
    font-family: roboto;
    text-align: justify;
}
.content_block {
	overflow: hidden;
	position: relative;    
}
.content_block.hide {
	height: 300px;
}
.content_block.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}
.content_toggle {
    text-align: center;
    display: block;
    width: 150px;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #ffb4da;
    border-radius: 25px;
    color: #fff;
    font-family: roboto;
    text-decoration: none;
    transition: 0.3s background-color ease;
}
.content_toggle:hover {
    background-color:#ec2e95;
    color:#fff;
    text-decoration: none;
}
.coupon {
    display: none;
}
.cart_totals h2 {
    text-align: inherit;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
.cart-subtotal {
    display: none;
}
.product-remove .remove {
    color: #ea32a5!important;
}
ul.wc_payment_methods li {
    position: relative;
}
ul.wc_payment_methods {
    list-style-type: none;
}
input.input-radio {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 20px;
    height: 20px;
    
}
ul.wc_payment_methods label {
    margin-left: 30px;
}
ul.wc_payment_methods li input[type='radio']:after, ul.wc_payment_methods li input[type='radio']:checked:after {
    background-color: #999;
}

.wToo {
  position: fixed;
  display: inline-block;
  right: 20px;
  bottom: 50px;
  z-index: 500;
}
.WTooBatton {
  -webkit-animation: blink 2s linear infinite; 
  animation: blink 5s linear infinite; 
  font-weight: bold; 
  color: color: #F00; 
}
.WTooText {
  padding: 10px;
  background: #292929;
  opacity: .85;
  color: #ffffff;
  font-family: 'Verdana', sans-serif; 
  border-radius: 4px; 
  margin-right: 10px;
}
a.WTooText:hover {
  text-decoration: none;
  color: #ffffff;
}
.tinvwl-to-left, .tinvwl-to-right, .product-cb, .global-cb {
    display: none;
}
.product-remove i {
    background-color: #fff;
    color: #EA32A5;
    font-size: 22px;
}
.tinv-wishlist .product-remove button {
    background-color: transparent!important;
}
.order-total th {
    padding-right: 10px;
}
.woocommerce-terms-and-conditions-wrapper {
    display: none;
}
td.product-name img {
    display: block;
    width: auto;
    float: left;
    margin-right: 10px;
}