/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  background: url(../images/vng.jpg) repeat;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #121212;
  font-family: Arial, Tahoma, sans-serif;
}

a {
  color: #07aeed;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

a:hover,
a:active,
a:focus {
  color: #47d5ff;
  text-decoration: none;
}

.wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
}

.article {
  width: 100%;
  margin-top: 15px;
}

.article ul,
.article ol {
  padding-left: 17px;
}

.article h4 {
  font-size: 17px;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.article h2 {
  font-size: 20px;
  margin: 0 0 14px 0;
  font-weight: 700;
}

.article h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.article h1 {
  font-size: 22px;
  margin: 0 0 18px 0;
  font-weight: 700;
  line-height: normal;
}

.main__catalog h1 {
    color: #ff0;
}

.main__catalog {
    color:#fff;
}

.items__title {
    color: #ff0;
}

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

.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs li {
  list-style: none;
}

.breadcrumbs li:last-child a {
  color: #8f6b64;
  pointer-events: none;
}

.breadcrumbs li:last-child a::after {
  display: none;
}

.breadcrumbs li:not(:last-child) a:hover {
  text-decoration: underline;
}

.breadcrumbs a {
  color: #a14a0f;
  font-size: 13px;
  text-decoration: none;
}

.breadcrumbs a::after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  padding-right: 4px;
  padding-left: 4px;
}

.burger {
  display: none;
}


.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000000;
  width: 100%;
}

.nav__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__item {
  list-style: none;
  position: relative;
}

.nav__link {
  display: block;
  font-size: 14px;
  line-height: 50px;
  padding: 0 15px;
  text-decoration: none;
  color: #ffff00;
}

.nav__item:hover > .nav__link {
  color: #ff8023;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #000000;
  width: 100%;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #000;
  text-align: center;
  font-size: 16px;
  padding-left: 0!important;
}

.pagination li {
  border: 2px solid #482b03;
  width: 45px;
  height: 45px;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #482b03;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}

.pagination > li.active,
.pagination > li.selected,
.pagination > li:not(.disabled):hover {
  background-color: #ffff01;
  border-color: #ffff01;
  color: #fff;
}

.pagination > li.active a,
.pagination > li.selected a,
.pagination > li:not(.disabled):hover a {
  color: #1e100f;
}

.pagination li.next.hidden,
.pagination li.previous.hidden {
  display: none;
}

.wrap_shadow {
  box-shadow: 0px 0px 25px -6px #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.header {
    background: #ffff00;
}

.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 20px 25px;
}

.header__logo img {
  max-width: 100%;
  max-height: 100%;
  height: 200px;
  width:200px;
}

.header__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.header__phone {
  font-size: 25px;
  font-weight: 700;
  color: #281701;
}

.header__mail a {
  color: #ff6600;
  font-size: 17px;
}

.main {
  margin: 30px auto;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

.main-wrap {
  flex: 1;
}

.main__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar {
  width: 200px;
  margin-right: 25px;
}

.sidebar__nav {
  background: #ffff01;
  border-radius: 6px;
  border: solid #ffff01 1px;
  margin: 20px 0;
  padding: 20px 0;
}

.sidebar__nav-btn {
  padding-left: 15px;
  color: #fff;
  font-weight: 16;
  cursor: pointer;
  padding-bottom: 15px;
}

.sidebar__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar__nav li {
  list-style: none;
  padding: 0 0px 10px 15px;
}

.sidebar__nav a {
  color: #281701;
  text-decoration:none;
}

.sidebar__nav a:hover {
  color: #ff8023;
}

#tovary {
  background: #ffffff;
  border-radius: 6px;
  border: solid #ffff00 1px;
  font-size: 15px;
  color: #482b03;
  padding: 10px 15px;
}

#tovary a,
#tovary a:hover {
  color: #482b03;
  text-decoration: none;
}

.zakaz {
  font-size: 14px;
  line-height: 2;
  text-decoration: underline;
}

.zakaz a {
    color: #cd590b;
}

.zakaz a:hover {
    color: #ff7804;
}

.footer {
  color: #fff;
  background-color: #281701;
  width: 100%;
}

.footer__wrap {
  padding: 25px 20px 15px;
  font-size: 14px;
}

.footer__copyright {
    text-align: right;
}

.footer__slogan {
    text-align: right;
}

.footer__info {
    text-align: left;
    color: #856741;
    font-size: 13px;
}

.footer__bss {
  text-align: right;
  margin-top: 10px;
  color: #bc8b65;
  font-size: 12px;
}

.footer__bss a {
  color: #bc8b65;
}

.sm-show {
  display: none;
}

.pkategorii {
  overflow: hidden;
  margin: 20px 0;
  padding: 0 50px 0 0;
}

.pkategorii a {
    color: #1e100f;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    display: block;
    background: #ffff00;
    padding: 5px 7px;
    border-radius: 3px;
    text-decoration: none;
}

.pkategorii a:hover {
    background: #ffffff;
    color: #1e100f;
}

.pkateglinks {
    float: left; 
    text-align: center; 
    margin: 0 15px 15px 0; 
}

.pkateglinks:nth-child(5n+5) {
    margin: 0 0 15px 0; 
}

.pkateglinks img {
    height: 80px;
}

.catname {
	font-size:25px;
	color:#000000;
	background: url(../images/catname.png) 0 50% no-repeat;
	margin:30px 0 25px 0;}
	
.list-view {
    padding-top: 0;}
	
.items {
	overflow:hidden;}
	
.allitems {
	overflow:hidden;}

.item {
	float: left;
    width: 285px;
    height: 412px;
    background: #fff;
    padding: 15px 20px;
    color: #000;
    margin: 0 0 26px 26px;
    position: relative;
    border: solid #ebebeb 1px;
    border-radius: 6px;
}

.bigitem {
    height: 490px;}

.item:nth-child(3n+1) {
	margin-left: 0;
	
}

.item .img {
	text-align: center;
	height: 182px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	
}
.img img {
	max-height: 100%;
  max-width: 100%;
  height: auto;
	margin: 10px 0 0 0;
	
}
.item .title {
	height: 40px;
	margin: 15px 0 10px 0;
	line-height: 1.2;
	overflow: hidden;
	text-align: center;
	
}
.item .title a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.item .title a:hover {
	color: #000;
    text-decoration: underline;
}

.itemshort {
    height: 60px;
    overflow: hidden;
    margin: 0 0 15px 0;
    color: #606060;
    line-height: 1;
}

.itemweight {
    font-size: 14px;
    color: #aeaeae;
}

.price_box {
	height: 45px;
}

span.price {
	font-size: 15px;
	color: #000000;
	float: left;
	margin: 5px 0 5px 0;

}

button#bye {
	background: none;
	border: none;
	float: right;

}

button#bye a{
	color: #ffff00;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
	padding: 0 25px;
	display: block;
	background: #482b03;
	border-radius: 4px;
}	

button#bye:hover a{
	text-decoration: none;
	color: #ffec75;
	background:#ff6704;

}

.entry__title {
    padding: 50px 0 20px 0;
}

.entry__price {
    padding: 20px 0 40px 0;
    font-size: 1.8em;
}

.main__linked-products, .main__product-description {
padding: 25px;}

.entry__cart-button a {
    text-decoration: none;
}

.product-gallery__nav-item.is-active, .product-gallery__nav-item:hover {
    border-color:#482b03;
}

.btn__basket {
    line-height: 26px;
    padding: 3px 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #482b03;
}

.btn__basket:hover {
    color: #ffec75;
    background: #ff6704;
}

.btn__basket:hover .btn__basket-text {
color:#fff;
}

.btn__basket_big {
    line-height: 36px;
    width: 152px;
}

.btn__basket-text {
    color: #fff;
    letter-spacing: 0.26px;
    font-size: 13px;
    position: relative;
}

.stokstatus {
    float: right;
    padding: 0 15px 0 0;
    font-weight: 200;
    font-size: 0.7em;
    line-height: 1.7;
}

.stokstatus span {
    color:#c70a0a;
}

.main-cat {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0!important;
  width: 100%;
}

.main-cat li {
  width: 25%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.main__title h1, .main__title h2 {
  color: #ff0;
}

.cart-list-header {
    background: #ff6600;
}

.cart-list {
    padding:0 25px;
}


.slider__wrap {
  position: relative;
}

.slider-wrapper {
  position: relative;
}

.slider__button {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slider__button:hover {
  background-color: #ff6600;
}

.slider__button:hover::before {
  border-color: #fff;
}

.slider__button::before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-color: #281701;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slider__button_prev {
  margin-left: 20px;
}

.slider__button_prev::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -15px;
}

.slider__button_next {
  margin-right: 20px;
}

.slider__button_next::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: -10px;
}

.slider__button-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider__title {
  position: absolute;
  z-index: 10;
  left: 20px;
  bottom: 35px;
  background-color: #281701;
  font-size: 17px;
  padding: 8px 30px;
  color: #fff;
}

.slider a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 32.45614%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.swiper-button-disabled {
  pointer-events: none;
}

.sliderr-wrap {
  margin-top: 30px;
  position: relative;
}

.select2-search {
  display: none;
}




@media only screen and (max-width: 1229px) {

  .sliderr-wrap {
    padding: 0 15px;
  }

  .main__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
  }

  .sidebar__nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    margin-left: 20px;
  }

  .sidebar__nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 10px;
  }

  .item {
    margin-left: calc((100% - 740px) / 3);
  }
}

@media only screen and (max-width: 998px) {
  .main-cat li {
    width: 33%;
  }
}

@media only screen and (max-width: 820px) {
  .item, .item:nth-child(4n+1) {
    margin-left: calc((100% - 556px) / 2);
  }

  .item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {

  .main-cat li {
    width: 50%;
  }

  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 15px;
    cursor: pointer;
  }
  

  .burger::before,
  .burger::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    height: 2px;
    width: 100%;
    background-color: #1e100f;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .burger::before {
    top: calc(100% - 11px);
  }

  .burger span {
    width: 100%;
    height: 2px;
    background-color: #1e100f;
  }

  .burger_active {
    top: 15px;
    right: 15px;
    position: fixed;
    z-index: 1000;
    margin-right: 0;
  }

  .burger_active::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(100% - 24px);
    opacity: 1;
  }

  .burger_active::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
  }

  .burger_active span {
    opacity: 0;
  }

  .nav {
    background-color: transparent;
    padding: 0 15px 0 10px;
  }

  .nav__ul {
    flex-wrap: wrap;
    margin: 10px 0 0 0;
  }

  .nav__link {
    color: #000;
    line-height: normal;
    padding: 5px 10px;
  }

  .nav__item:hover:hover .nav__link,
  .nav__link:active,
  .nav__link:focus {
    text-decoration: underline;
    color: #000;
  }

  .sidebar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }

  .sidebar__nav {
    margin-left: 0;
    padding: 2px 0;
    display: flex;
    justify-content: flex-end;
  }

  .sbmenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #ff6704;
    transition: all .4s ease;
  }

  .sbmenu.js-active {
    left: 0;
    z-index: 999;
  }

  .sidebar__nav li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .sidebar__nav ul {
    padding-top: 40px;
    padding-right: 0;
    display: block;
  }

  .basket {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  
}

@media only screen and (max-width: 640px) {
  .item, .item:nth-child(4n+1),.item:nth-child(3n+1) {
    margin-left: calc((100% - 375px) / 1);
  }

  .item:nth-child(2n+1) {
    margin-left: 0;
  }

  .main {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 566px) {
  .main-cat li {
    width: 100%;
  }

  .header__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__logo {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__cont {
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sm-show {
    display: block;
  }

  
}

@media only screen and (max-width: 460px) {
  .item {
      width:100%;
    margin: 0 20px 30px!important;
  }

  .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Products Begin*/ 

.product-description {
  display: flex;
  justify-content: space-between;
}

.product-description__img-block {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.product-gallery {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.product-gallery__body {
  width: 100%;
  cursor: default;
}

.product-gallery__img-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.product-gallery__nav {
  position: relative;
}

.product-description__entry {
  width: 50%;
}

.cart-item {
  display: flex;
  padding-left: 5px;
}

.cart-item__thumbnail {
  margin-right: 5px;
}

.cart-item__info {
  display: flex;
}
.cart-item__img {
  position: static;
  transform: none;
  width: 100%;
  height: auto;
}

.cart-item__action {
  top: 2px;
  transform: translateY(0);
}

.form-group__input {
  margin: 5px 0 10px 0;
}



.cart-list__column {
  width: 17.6%;
}

.cart-list__column_info {
  width: 38.2%;
}

@media only screen and (max-width: 768px) {
  .product-description {
    flex-wrap: wrap;
  }

  .menu {
    background-color: transparent;
  }

  .product-description__img-block,
  .product-description__entry {
    width: 100%;
    margin-right: 0;
  }

  .product-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .product-gallery__nav {
    width: 100%;
  }
  
  .order-box-delivery {
    display: flex;
    flex-wrap: wrap;
  }

  .order-box-delivery__type {
    width: 100%;
  }

  .order-box-delivery__address {
    width: 100%;
    margin-top: 20px;
  }

  .cart-list-header {
    display: flex;
    flex-wrap: wrap;
  }

  .cart-list__column {
    width: 33%;
    margin-right: 0;
  }

  .cart-list__column_info {
    width: 100%;
    margin-right: 0;
  }

  .cart-item__summ {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .entry__count {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .entry__cart-button {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .cart-item {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .cart-item__info {
    width: 100%;
    align-items: center;
    padding-right: 40px;
    margin-bottom: 20px;
  }

  .cart-item__price, .cart-item__summ, .cart-item__quantity {
    width: 30%;
  }
}