html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
==========================================*/
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica_400-webfont.eot');
  src: url('../fonts/helvetica_400-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helvetica_400-webfont.woff2') format('woff2'),
       url('../fonts/helvetica_400-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica-bold-webfont.eot');
  src: url('../fonts/helvetica-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helvetica-bold-webfont.woff2') format('woff2'),
       url('../fonts/helvetica-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;

} 

html,
body {
  height: 100%;
}

body {
  font: 16px Helvetica;
  line-height: 1.4;
  overflow-x: hidden;
}

.clr {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 1.875em;
}

h3 {
  font-size: 1.625em;
  font-weight: normal;
}

h4 {
  font-size: 1.375em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

img {
  max-width: 100%;
}

/*
==================================*/
a {
  color: #ff0000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-outer {
  position: fixed;
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
  top: 90px;
  left: 0;
  width: 100%;
  max-width: 450px;
  background-color: #fff;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  padding: 0;
}

@media (min-width: 992px) {
  .menu-outer {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    position: static;
    max-width: none;
    width: auto;
    padding: 0 0 0 20px;
    background-color: transparent;
  }
}

.menu a {
  color: #222;
  display: block;
  font-weight: bold;
  font-family: Roboto;
  font-size: 18px;
  padding: 15px 25px;
  border-bottom: 1px solid #d7d7d7;
}

@media (min-width: 992px) {
  .menu a { 
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    padding: 0;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .menu a {
    font-size: 18px;
  }
}

.btn-menu {
  top: 0;
  right: 0;
  padding: 2px 7px;
  font-size: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  outline: none;
  line-height: 1;
}

.btn-menu span {
  display: block;
  width: 28px;
  height: 2px;
  margin: 5px 0;
  background: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}


.nav-fixed .btn-menu span { 
  background: #fff; 
}



.open-nav {
  overflow: hidden;
}

.open-nav .btn-menu span:first-child {
  -webkit-transform: translate(-5px, 4px) rotate(45deg);
      -ms-transform: translate(-5px, 4px) rotate(45deg);
          transform: translate(-5px, 4px) rotate(45deg);
}

.open-nav .btn-menu span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.open-nav .btn-menu span:last-child {
  -webkit-transform: translate(-5px, -10px) rotate(-45deg);
      -ms-transform: translate(-5px, -10px) rotate(-45deg);
          transform: translate(-5px, -10px) rotate(-45deg);
}

.open-nav .menu-outer {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  max-height: -webkit-calc(100vh - 90px);
  max-height: calc(100vh - 90px);
}

.open-nav .menu-outer::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 450px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.btn {
  display: block;
  outline: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: none;
}

.btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-red {
  background-color: #273b8d;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-red:hover {
  color: #fff;
  background-color: #16a085;
}

.btn-after {
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 -webkit-calc(100% - 20px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20px));
}

.btn-to-cart {
  width: 32px;
  height: 30px;
  background: url(../images/icon-cart2.png) no-repeat;
}

@media (min-width: 768px) {
  .btn-to-cart {
    margin-right: 15px;
  }
}

.form input[type="text"],
.form input[type="email"],
.form input[type="phone"],
.form select {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  border: 1px solid #bababa;
  padding: 0 10px;
  height: 50px;
  font-size: 17px;
  font-family: Helvetica;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}


.form select{ 
  padding: 0 10px; 
}

.select2-results__option--disabled{
  display: none
}

/* placeholder
=====================================*/
:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

:-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

/* helpers
=====================================*/
:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#jGrowl {
 /* display: none !important;*/
}

.opacity{
  opacity: 0;
}

/*
====================================*/
.form-success {
  text-align: center;
  padding: 70px 15px;
  font-size: 1.25em;
  /* 20/16 */
}

.form-success p {
  margin: 0;
}

/* MODAL bootstrap
==================================*/
.modal-dialog {
  background: #fff;
  max-width: 500px;
  padding: 30px;
  margin: 80px auto;
  position: relative;
  width: 98%;
  pointer-events: auto;
}

.form-close {
  position: absolute;
  top: -5px;
  right: 10px;
  color: #ddd;
  font-size: 40px;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  font-weight: 300;
  font-family: Roboto;
}

.form-close:hover {
  color: #ff0000;
}

#privacy .modal-dialog{
  max-width: 1000px;
}

.btn-line{
  padding: 10px 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

.footer .btn-line{
  color: #5675cc;
  text-decoration: underline;
}

.footer .btn-line:hover{
  color: #5675cc;
  text-decoration: none;
}

.footer .btn-line:focus,
.footer .btn-line:active{
  outline: none
}
/*
=====================================*/
.header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: background .5s, padding .5s;
  -o-transition: background .5s, padding .5s;
  transition: background .5s, padding .5s;
  height: 91px;
}

@media (min-width: 992px) {
  .header {
    height: auto;
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.logo {
  display: block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
}

@media (min-width: 992px) {
  .logo {
    width: auto;
    position: relative;
    margin-left: -90px;
  }
}

.logo img {
  max-width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  .logo {
    margin-top: -40px;
  }

  .nav-fixed .logo {
    margin-top: -50px;
  }
}

.nav-fixed .header {
  background: rgba(0, 0, 0, .5);
}

.logo-white{ 
  opacity: 0;
}

@media (min-width: 992px) {
  .nav-fixed .header {
    padding-top: 30px;
  }
  .nav-fixed .logo img {
    -webkit-transform: scale(0.3) translateY(-95px);
        -ms-transform: scale(0.3) translateY(-95px);
            transform: scale(0.3) translateY(-95px);
  }
  .nav-fixed .menu a{
    color: #fff;
  }
}

.langs {
  list-style: none;
  padding: 15px 0;
  margin: 0;
  position: relative;
}

@media (min-width: 992px) {
  .langs {
    padding: 0;
    margin-left: 50px;
    margin-right: 0;
  }
}

.langs li + li {
  margin-left: 15px;
}

.nav-fixed .logo .logo-white{
  opacity: 1;
}

.nav-fixed .logo .logo-dark{
  opacity: 0;
}

/*
=====================================*/
.top-cart {
  background: url(../images/icon-cart.png) no-repeat 0;
  width: 32px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.nav-fixed .top-cart{  
  background: url(../images/icon-cart-white.png) no-repeat 0;
}

.top-cart span {
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #d52d2e;
  color: #fff;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-family: Helvetica;
  font-weight: bold;
  right: -5px;
  top: -5px;
}

.top-cart-title {
  color: #273b8d;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 19px;
}

.top-cart-outer .empty{
  font-size: 18px;
  font-family: Helvetica;
}

@media (min-width: 768px) {
  .top-cart-title {
    font-size: 27px;
  }
}

.top-cart-outer {
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (min-width: 992px) {
  .top-cart-outer {
    top: 0;
    right: 0;
    position: relative;
  }
}

.top-cart-outer .btn {
  margin-bottom: -30px;
  margin-left: -1px;
}

.top-cart-list {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .top-cart-list {
    padding: 0 30px;
  }
}

.top-cart-list > .row {
  border-bottom: 1px solid #273b8d;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.top-cart-list form {
  line-height: 1;
  padding-top: 2px;
}

.top-cart-total-block {
  padding: 10px 10px 25px;
}

@media (min-width: 768px) {
  .top-cart-total-block {
    padding: 10px 30px 25px;
  }
}

.top-cart-delivery {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-top: 5px;
}

@media (min-width: 768px) {
  .top-cart-delivery {
    font-size: 18px;
  }
}

.top-cart-delivery strong {
  font-weight: 900;
}

.top-cart-total {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 768px) {
  .top-cart-total {
    font-size: 24px;
  }
}

.top-cart-total > span {
  color: #273b8d;
}

.top-cart-inner {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100vw;
  right: -15px;
  top: 65px;
}

@media (min-width: 768px) {
  .top-cart-inner {
    right: 0px;
    width: 445px;
    top: 50px;
  }
}

.msmcd-change {
  cursor: pointer;
}

.msmcd-change:hover {
  color: #273b8d;
}

.cart-remove {
  padding: 0;
  border: none;
  line-height: 1;
  width: 25px;
  height: 25px;
  background: url(../images/icon-remove.png) no-repeat;
}

.cart-remove:hover {
  opacity: .7;
}

.tc-product-title {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

@media (min-width: 768px) {
  .tc-product-title {
    font-size: 18px;
    padding-right: 10px;
  }
}

.tc-product-price {
  font-size: 17px;
  font-weight: bold;
  color: #16a085;
}

.open-cart .top-cart-inner {
  display: block;
}

/*
=====================================*/
.section-header {
  background-position: 50% 0;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  width: 100%;
  min-height: 120px;
  padding-bottom: 100px;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 -webkit-calc(100% - 30px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
}

@media (min-width: 768px) {
  .section-header {
    min-height: 250px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 -webkit-calc(100% - 40px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }
}

@media (min-width: 992px) {
  .section-header {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 -webkit-calc(100% - 70px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 70px));
  }
}

.section-header.main-page {
  min-height: 400px;
}

@media (min-width: 992px) {
  .section-header.main-page {
    height: 100vh;
    min-height: 700px;
  }
}

.main-block {
  padding-top: 100px;
}

@media (min-width: 768px) {
  .main-block {
    padding-top: 150px;
  }
}

@media (min-width: 992px) {
  .main-block {
    padding-top: 230px;
  }
}

@media (min-width: 1440px) {
  .main-block {
    padding-top: 250px;
  }
}

.main-block .btn {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .01em;
  font-family: Helvetica;
}

@media (min-width: 768px) {
  .main-block .btn {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .main-block .btn {
    font-size: 26px;
  }
}

.main-block .btn:hover {
  opacity: .9;
}

.site-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .site-title {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .site-title {
    margin-bottom: 15px;
    font-size: 60px;
  }
}

.site-subtitle {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  min-height: 50px;
}

@media (min-width: 768px) {
  .site-subtitle {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .site-subtitle {
    font-size: 42px;
  }
}

.site-description {
  font-family: Helvetica;
  font-size: 16px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .site-description {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .site-description {
    font-size: 30px;
  }
}

@media (min-width: 1440px) {
  .site-description {
    margin-bottom: 50px;
  }
}

.socials {
  font-family: Helvetica;
}

.socials span {
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  font-weight: bold;
}

.socials a {
  display: inline-block;
}

.socials a + a {
  margin-left: 10px;
}

.site-grafik{
  font-size: 23px;
  font-weight: bold;
  font-family: Helvetica;
}


/*
==========================================*/
.header-carousel .owl-dots{
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .header-carousel .owl-dots{ 
    bottom: 60px; 
  }
}

.header-carousel .owl-dots .owl-dot{
  border: 3px solid #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  background-color: transparent;
  margin: 0 5px;
}

.header-carousel  .owl-dots .owl-dot.active{
  background-color: #fff;
}

.header-carousel .owl-dots .owl-dot:active,
.header-carousel .owl-dots .owl-dot:focus{
  outline: none;
}

.header-carousel  .owl-stage {
  display: flex;
}

.header-carousel  .owl-item {
  display: flex;
  flex: 1 0 auto;
}
 

/*
==========================================*/
.slide{
  overflow: hidden;
  position: relative;
}
 

@media (min-width: 992px) {
  .slide {
    height: 810px;
  }
}

/*
=====================================*/
.block-cover {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.block-cover img,
.block-cover video,
.block-cover picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
 

/*
=====================================*/
/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 500ms  ;
  animation-duration : 500ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*
=====================================*/
.section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  width: 100%;
  margin-top: -100px;
}

@media (min-width: 768px) {
  .section {
    margin-top: -90px;
  }
}
 
@media (min-width: 992px) {
  .section {
    margin-top: -115px; 
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .section-dark{
    padding-top: 50px;
  }
}

.section-gray {
  background: url(../images/bg0.jpg) repeat-y 50% 0 ; 
          background-size: 100% auto;
}

.section-dark {
  background: url(../images/bg1.png)  no-repeat 100% 0 #e2f5f9; 
  /*background-size: 100% auto;*/
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 -webkit-calc(100% - 30px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
}

@media (min-width: 768px) {
  .section-dark {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 -webkit-calc(100% - 40px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }
}

@media (min-width: 992px) {
  .section-dark {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 -webkit-calc(100% - 60px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px));
  }
}

.section:last-child {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.order-page .section {
  padding-bottom: 50px;
}

.order-page .section-gray {
  min-height: -webkit-calc(100vh - 100px);
  min-height: calc(100vh - 100px);
}

/*
=====================================*/
.section-dark .category-title span {
  color: #000
}

.section-dark .category-title span::after { 
  background-color: #fff; 
}

.section-dark  .product-title{
  color: #000;
}

.section-dark  .category-subtitle{
  color: #000;
}
 
/*
=====================================*/
.category-title span {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  line-height: 1;
  min-width: 250px;
}

@media (min-width: 768px) {
  .category-title span {
    min-width: 300px;
    font-size: 36px;
  }
}

.category-title span::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  height: 20px;
  background-color: #273b8d;
  z-index: -1;
  bottom: -8px;
}

@media (min-width: 768px) {
  .category-title span::after {
    left: -40px;
    right: -40px;
    height: 26px;
    bottom: -12px;
  }
}

.category-subtitle{
  max-width: 380px;
  width: 100%;
  color: #fff;
  font-family: Helvetica;
  font-size: 18px;
}

/*
=====================================*/
input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.quantity {
  position: relative;
  width: 100px;
  text-align: center;
}

.quantity input {
  display: block;
  width: 100%;
  height: 28px;
  background-color: #fff;
  border: none;
  text-align: center;
  font-size: 26px;
  color: #273b8d;
  line-height: 1;
  padding: 0;
  font-weight: bold;
}

.quantity input:focus {
  outline: none;
}

.quantity span {
  display: block;
  position: absolute;
  z-index: 2;
  width: 26px;
  height: 28px;
  text-align: center;
  top: 0;
  background-color: #000;
  line-height: 24px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.quantity span.bplus {
  right: 0;
}

.quantity span:hover {
  color: #c92a2a;
}

/*
=====================================*/
.quantity-cart{
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-left: -20px;
}

.quantity-cart span {
  display: block;
  position: absolute;
  z-index: 2;
  width: 20%;
  height: 20%;
  text-align: center;
  top: 0;
  background-color: #fff;
  line-height: 22px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.quantity-cart input {
  display: inline-block;
  border-color: none;
  text-align: center;
  padding: 0 5px;
  width: 100%;
  border: none;
  font-size: 20px;
  color: #273b8d;
}

/*
=====================================*/
.category-list > .row > * {
  margin-bottom: 40px;
}

/*
=====================================*/
.product{
  position: relative; 
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .product {
    height: 100%;
  }
}

.product-image {
  position: relative;
  overflow: hidden;
  height: 200px;
  border: 1px solid #fff;
  background-color: #fff;
}

@media (min-width: 768px) {
  .product-image {
    height: 242px;
  }
}

.product-image>img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  max-height: 99%;
  /*min-width: 100%;
  min-height: 100%;
  */ 
}

.product-description {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  font-weight: bold;
  font-size: 20px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.product-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .product-title {
    font-size: 22px;
  }
}

.product-price {
  color: #16a085;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 992px) {
  .product-price {
    font-size: 28px;
  }
}

.product-panel {
  background-color: #fff;
  height: 46px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 0 15px;
}

.product:hover .product-description {
  opacity: 1;
}

.product-label{
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}

/*
=====================================*/
.title {
  font-weight: 900;
  font-size: 29px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .title {
    font-size: 60px;
  }
}

.title2 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  color: #273b8d;
  text-align: center;
}

@media (min-width: 768px) {
  .title2 {
    font-size: 25px;
    text-align: left;
  }
}

.title3 {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color: #273b8d;
  text-align: center;
}

@media (min-width: 768px) {
  .title3 {
    font-size: 20px; 
    text-align: left;
  }
}

.order-outer {
  background-color: #fff;
  padding: 15px;
  padding-bottom: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 -webkit-calc(100% - 30px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .order-outer {
    margin: 0;
    padding: 35px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .order-outer {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 -webkit-calc(100% - 70px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 70px));
  }
}

.order-outer .top-cart-list {
  padding: 0;
}

.order-outer .top-cart-total-block {
  padding-left: 0;
  padding-right: 0;
}

.order-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.order-form .col-md-4,
.order-form .col-md-6,
.order-form .col-md-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.order-form .btn {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
}

@media (min-width: 768px) {
  .order-form .btn {
    max-width: 300px;
    margin-right: -35px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* footer
=====================================*/
.footer {
  background-color: #000;
  color: #6a6a6a;
  font-family: Roboto;
  font-size: 14px;
}
 

.footer a {
  color: #5675cc;
}

/*
==============================*/
.radio-btn{
  position: relative;
  display: block; 
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-left: -3px;
}

.radio-btn:first-child{
  margin-left: 0;
}

.radio-btn input{
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.radio-btn span{
  display: block;
  width: 100%; 
  margin: 0;
  padding: 13px 30px 12px;
  line-height: 1;
  border: 1px solid #bababa;
  border-radius: 3px;
  font-size: 20px;
  font-family: Helvetica;
  font-weight: bold;
  background-color: #fff;
}

.radio-btn input:checked ~ span{
  color: #fff;
  background-color: #273b8d;
}

#deliveries .radio-btn span{
  font-size: 17px;
  padding-top: 11px;
  padding-bottom: 10px;
}

/*
==============================*/
.radio-btn-link{
  position: relative;
  display: block; 
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-left: -3px;
  color: #000;
  text-decoration: none;
}

.radio-btn-link:hover{ 
  text-decoration: none;
}

.radio-btn-link:first-child{
  margin-left: 0;
}
 
.radio-btn-link span{
  display: block;
  width: 100%; 
  margin: 0;
  padding: 13px 30px 12px;
  line-height: 1;
  border: 1px solid #bababa;
  border-radius: 3px;
  font-size: 18px;
  font-family: Helvetica;
  font-weight: bold;
  background-color: #fff;
}

.radio-btn-link.active  span{
  color: #fff;
  background-color: #273b8d;
}



/*
===================================*/
.select2-container{
  margin-bottom: 15px;
  font-family: Helvetica;
  width: 100% !important;
  display: block;
}

.select2-container.select2-container--open:not(.select2-container--below){ 
  width: calc(100% - 15px)  !important; 
}

.select2-container .select2-selection--single{
  height: 50px;
  border-color: #bababa;
  font-weight: normal;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 50px;
  font-weight: normal;
  color: #6e6e6e;
  border-radius: 3px;
  font-family: Helvetica;
}

.select2-search__field{
  height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 48px;
}


.select2-dropdown.select2-dropdown--below{
  max-width: 100%;
}

/*
==================================*/ 
.social-buttons-wrapper{
  position: fixed;
  right: 17px;
  bottom: 30px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-buttons-wrapper .round-btn + .round-btn{
  margin-top: 15px;
}

.round-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.round-btn_viber-btn {
  background-color: #8f5db7;
  color: #fff;
  -webkit-animation: viber-anim 2s infinite;
  animation: viber-anim 2s infinite;
}


.round-btn_wtsp-btn {
  background-color: #00a500;
  color: #fff;
  -webkit-animation: wtsp-anim 2s infinite;
  animation: wtsp-anim 2s infinite;
}

/*
====================================*/
@-webkit-keyframes viber-anim {
0% {
  -webkit-box-shadow: 0 0 0 0 rgba(123, 81, 157, .6);
  box-shadow: 0 0 0 0 rgba(123, 81, 157, .6);
}
70% {
  -webkit-box-shadow: 0 0 0 20px rgba(123, 81, 157, 0);
  box-shadow: 0 0 0 20px rgba(123, 81, 157, 0);
}
100% {
  -webkit-box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
  box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
}
}

@keyframes viber-anim {
0% {
  -webkit-box-shadow: 0 0 0 0 rgba(123, 81, 157, .6);
  box-shadow: 0 0 0 0 rgba(123, 81, 157, .6);
}
70% {
  -webkit-box-shadow: 0 0 0 20px rgba(123, 81, 157, 0);
  box-shadow: 0 0 0 20px rgba(123, 81, 157, 0);
}
100% {
  -webkit-box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
  box-shadow: 0 0 0 0 rgba(123, 81, 157, 0);
}
}


/*
====================================*/
@-webkit-keyframes wtsp-anim {
0% {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 165, 0, .6);
  box-shadow: 0 0 0 0 rgba(0, 165, 0, .6);
}
70% {
  -webkit-box-shadow: 0 0 0 20px rgba(0, 165, 0, 0);
  box-shadow: 0 0 0 20px rgba(0, 165, 0, 0);
}
100% {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 165, 0, 0);
  box-shadow: 0 0 0 0  rgba(0, 165, 0, 0);
}
}

@keyframes wtsp-anim {
0% {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 165, 0, .6);
  box-shadow: 0 0 0 0 rgba(0, 165, 0, .6);
}
70% {
  -webkit-box-shadow: 0 0 0 20px rgba(0, 165, 0, 0);
  box-shadow: 0 0 0 20px rgba(0, 165, 0, 0);
}
100% {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 165, 0, 0);
  box-shadow: 0 0 0 0  rgba(0, 165, 0, 0);
}
}

/*
=======================================*/
.overlayp{
  display: none;
}

.overlayp.active {
  margin-right: 0;
  display: block;
}

.overlayp {
  position: fixed;
  z-index: 9999999999;
  right: 0;
  bottom: 10px;
  margin-right: -300px;
  transition: margin-left 1s ease-in;
  -moz-transition: margin-left 1s ease-in;
  -webkit-transition: margin-left 1s ease-in; 
}

.panel_viber {
  position: fixed;
  background: url(../images/viber_bg.png) center left;
  width: 240px;
  height: 340px;
  color: #fff;
  background-size: cover;
}

.panel_wtsp {
  position: fixed;
  background: url(../images/wtsp_bg.png) center left;
  width: 240px;
  height: 340px;
  color: #fff;
  background-size: cover;
}

.close_panel {
  position: absolute;  
  left: 20px;
  top: 153px;
  z-index: 8;
  padding-left: 20px;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}

.panel_info {
  position: absolute;
  top: 50px;
  right: 25px;
  height: 180px;
  width: 180px;
  text-align: right;
  line-height: 1;
  font-size: 12px;
  color: #fff;
}

.panel_info img {
  width: 40px;
}

.panel_info h2 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 29px;
}

.panel_info h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}

.panel_info h3 a {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-decoration: none;
}

.minimal-order{
  color: #d52d2e;
  font-size: 17px;
  padding: 15px 0 10px;
}

.minimal-order span,
.minimal-order strong{
  color: #a00303;
}

.order-form .btn[disabled]{
  background-color: #858585 !important;
}

/*
==========================================*/
.order-success-txt{
  font-size: 22px;
  width: 100%;
  max-width: 520px;
  margin-top: 25px;
}

.order-success img{ 
  max-width: 50%; 
}

@media (min-width: 768px) {
  .order-success{
    padding: 40px 0;
  } 
  .order-success-txt{
    font-size: 28px; 
  }
  
  .order-success img{ 
    max-width:100%; 
  }

}

/*
===================================*/
.delivery-address{
  display: none;
}

/*
===================================*/
.button-up{
  position: fixed;
  right: 17px;
  bottom: 180px;
  z-index: 999;
  border: none;
  padding: 0 0 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #4eac99;
  transition: all .5s;
  opacity: 0;
}

.button-up.active{
  opacity: 1;
}

.button-up svg{
  width: 50%;
  height: 50%;
  fill: #fff
}

.button-up:hover{
  transform: scale(1.1);
}

.button-up:active,
.button-up:focus{
  outline: none
}
