/*style.css*/
/* general */

    
    
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/LatoLatin-Regular.eot') ;
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    
}   

@font-face {
    font-family: 'Lato Black';
    font-style: normal;
    font-display: swap;
    src: url('../fonts/LatoLatin-Bold.eot') ;
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    
}  


    
a {
  color: #334d84;
  outline: 0;
}

body {
    font-family: 'Lato', sans-serif;

}




h1, h2, h3, h4, h5, h6 {
 font-family: 'Lato', sans-serif;
}

.page-title h1 {
    
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.23px;
    color: #000000;
    text-align: left;
    padding-left: 20px;
}

.topic-block-title h2 {
    
}

.category-description, .manufacturer-description, .vendor-description {
 /*   margin: 0 auto;*/
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.76px;
    text-align: center;
    color: #000000;
    max-width: 700px;
    padding-left: 4px !important;
  margin: 0;
}
}


.category-descriptionBlog, .manufacturer-descriptionBlog, .vendor-descriptionBlog {
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.76px;
    text-align: left;
    color: #000000;
    max-width: 700px;
    padding-left: 25px !important;
}

/*h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 400;
}*/

dl, ul, ol {
  list-style-type: none;
  padding: 0;
}

.row-sm > [class^="col"] {
  padding-left: 7px;
  padding-right: 7px;
}

.required, .field-validation-error {
    color: #dc3545;
}

/* buttons */

.btn {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 0;
  border-radius: .125rem;
  font-weight: 600;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
}
.btn-primary {
    width: 100%;
    height: 31.2px;
    border-radius: 7.2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 14.4px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}
.btn-primary:hover {
    background-image: linear-gradient(#4b6395, #709D2E 50%);
}
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, .5);
}

/* checkbox and radio buttons */

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #334d84;
    background-color: #334d84;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, .9);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
    box-shadow: none;
}



/* dropdown */

.dropdown-item.active, .dropdown-item:active {
    background-color: #fff;
    color: #334d84;
}

/* breadcrumbs */

.breadcrumb {
    background-color: #fff;
    padding: 0;
}

/* pager */

.pager {
    text-align: center;
    padding: 53px 0;
}

.pager ul {
    display: inline-flex;
    margin: 0;
}
.pager ul li {
    padding: 8px 10px;
    margin: 0 5px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.55px;
    color: #fff;
    cursor: pointer;
}
.pager ul li.current-page {
    background-color: #9b9b9b;
}
.pager ul li:not(.current-page) {
    background-color: #eee;
    
}
.pager ul li a {
    color: #000;
}
.pager .next-page {
    margin: 0 0 0 5px;
}
.pager .previous-page {
    margin: 0 5px 0 0;
}
.pager ul li:first-child {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
}
.pager ul li:last-child {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
}

/* reward-points-pager */

.reward-points-pager.pager ul li:not(.current-page) {
    color: #fff;
    font-weight: 500;
}

/* search box autocomplete */

.ui-autocomplete.ui-menu .ui-menu-item-wrapper {
    width: 100%;
    display: table;
    border: 0;
    background: #fff;
    padding: 5px 10px 5px 10px;
}
.ui-autocomplete.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #eceded;
    margin: 0;
}
.ui-autocomplete.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper,
.ui-autocomplete.ui-menu .ui-menu-item:first-child .ui-menu-item-wrapper {
    padding: 10px;
}
.ui-autocomplete.ui-menu .ui-menu-item-wrapper img {
    margin: 0 5px 0 0;
}
.ui-autocomplete.ui-menu .ui-menu-item-wrapper span {
    font-family: 'Lato', sans-serif;
    vertical-align: top;
    font-size: 14px;
}

/* forum */

.post-text .quote {
    padding: 15px;
    background: #eaedf2;
    border: 1px dashed #dfdfdf;
}

/* backgrounds */

.bg-primary {
  background-image: linear-gradient(#334d84, #2e4476 50%) !important;
  background-color: #334d84 !important;
}
.bg2 {
  background-color: #eaedf2 !important;
}

/* notifications */

.bar-notification-container {
    position: fixed;
    top: 95px;
    right: 15px;
    z-index: 1038;
    display: flex;
    flex-direction: column;
}
.bar-notification-container .toast {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 45px 5px 60px;
    opacity: 1;
    background-color: #709d2e;
    color: #fff;
    min-height: 66px;
}
.bar-notification-container .toast::before {
    font-family: Linearicons;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border: 2px solid #fff;
    margin: 5px;
    border-radius: 2px;
}
.bar-notification-container .toast.success::before {
    content: "\ec34";
}
.bar-notification-container .toast.warning::before {
    content: "\ec32";
}
.bar-notification-container .toast.error::before {
    content: "\ec35";
}
.bar-notification-container .toast .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
    
    padding: 5px;
    font-weight: 700;
    opacity: 1;
    text-shadow: none;
    cursor: pointer;
    order: 1;
}
.bar-notification-container .toast .toast-body {
    padding: 0;
    font-size: 14px;
    order: 2;
}
.bar-notification-container .toast .toast-body a {
    color: #fff;
    font-weight: 700;
}

/* lazyloading */

img.lazyload, img.lazyloading {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
img.lazyloaded {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}

/* header */

.header-menu > ul > li {
    display: inline-block;
    padding: 0;
    margin-right: 31px;
    vertical-align: middle;
    -webkit-box-shadow: 2px 3px 22px 5px rgba(0,0,0,0.15);
    box-shadow: 2px 3px 22px 5px rgba(0,0,0,0.15);
    background-color: white;
}

.header-menu > ul > li:hover {
    display: inline-block;
    padding: 0;
    margin-right: 31px;
    vertical-align: middle;
    /*-webkit-box-shadow: 2px 3px 22px 5px rgba(113, 157, 46, 0.58);
    box-shadow: 2px 3px 22px 5px rgba(113, 157, 46, 0.58);*/
    background-color: white;
}

.header-menu > ul > li > a {
    width: 159px;
    height: 22px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    cursor: pointer;
    align-items: center;
    min-height: 43px;
    min-width: 153px;
    line-height: 42px;
}


.section-header {
    background-image: #fff;
    top: -100px;
    transition: all .3s ease-in-out;
}
.section-header.scroll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
}

/* header-links */
  
.header-links  .icontext .icon-wrap {
    color: #fff;
}

/* section main */

.section-main .by-category {
    background-image: linear-gradient(#334d84, #2e4476 50%);
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    height: 43px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 21px;
    height: 21px;
}
.menu-icon span {
    width: 100%;
    height: 3px;
    background: #fff;
}
.section-main .by-category strong {
    margin: 0 0 0 10px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* date picker */

.date-picker-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.date-picker-wrapper > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.date-picker-wrapper > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.date-picker-wrapper > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.date-picker-wrapper > .form-control+.form-control {
    margin-left: -1px;
}

/* menu-cateogry */

.menu-category > li {
display: inline-block;
/*margin-right: 31px;*/
vertical-align: middle;
/*background-color: white;*/
padding: 0 3px;
}
.menu-category > li:hover {
    /*background: #334d84;
    background-image: linear-gradient(#334d84, #2e4476 50%);*/
}
.menu-category > li .first-level li:hover {
    background: #fff;
}
.menu-category > li.nav-item:hover > .nav-link {
    color: #fff;
}
.mainNav.navbar-light .navbar-nav .nav-link:focus, .mainNav.navbar-light .navbar-nav .nav-link:hover,
.mainNav-other.navbar-light .navbar-nav .nav-link:focus, .mainNav-other.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.menu-category li.nav-item > .nav-link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.menu-category > li.nav-item > .nav-link {
    font-weight: 500;
    color: #000;
        
}
.menu-category > li.nav-item > .nav-link > span {
    position: absolute;
    right: 35px;
}
.menu-category .dropright .dropdown-toggle::after {
  content: "\ec3c";
  font-family: Linearicons;
  border: 0;
}
.menu-category li.dropdown li {
  border-bottom: 0;
}
.menu-category li.dropdown .first-level.show {
  display: grid;
  visibility: visible;
  opacity: 1;
}
.menu-category li.dropdown .first-level {
  position: absolute;
  grid-template-columns: auto auto auto;
  margin: 0;
  padding: 30px;
  border-radius: 0;
  border: 0;
  box-shadow: 0 3px 15px 0px rgba(0,0,0,.3);
  animation-name: slideIn;
  animation-duration: .3s;
}
@keyframes slideIn {
  0% {
    transform: translateX(1rem);
    opacity: 0;
  }
  100% {
    transform:translateX(0rem);
    opacity: 1;
  }
  0% {
    transform: translateX(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateX(1rem);
    -webkit-opacity: 0;
  }
}

.menu-category li.dropdown .first-level::before {
    content: "";
    opacity: 1;
    position: absolute;
    left: -8px;
    top: -5px;
    width: 10px;
    height: 10px;
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    margin: 25px auto 0;
    z-index: 1;
}
.menu-category li.dropdown .first-level::after {
    content: "";
    opacity: 1;
    position: absolute;
    left: -8px;
    top: -13px;
    width: 10px;
    height: 10px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    margin: 25px auto 0;
}
.menu-category li.dropdown .first-level li.nav-item .nav-link {
  display: flex;
  white-space: nowrap;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0;
  margin: 0 0 5px 0;
}
.menu-category li.dropdown .first-level > li.nav-item > .nav-link,
.menu-category li.dropdown .first-level li.dropright > .nav-link {
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}
.menu-category li.dropdown .first-level li.dropright .dropright {
    padding: 0 0 0 10px;
}
.menu-category li.dropdown .first-level li.nav-item.dropright > .nav-link.dropdown-toggle::after {
  display: none;
}
.menu-category li.dropdown .first-level > li.nav-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 15px 0 0;
}
.menu-category li.dropdown .first-level .dropdown-menu {
  display: flex;
  flex-direction: column;
  position: static;
  border: 0;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  padding: 0;
}
.mainNav-other.navbar-light .navbar-toggler {
    padding: 6px 12px;
    border-color: #fff;
}
.mainNav-other.navbar-light .navbar-toggler-icon {
    position: relative;
    background-image: none;
}
.mainNav-other.navbar-light .navbar-toggler-icon::before {
    content: "\ec2b";
    font-family: Linearicons;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 30px;
}

/* menu cateogry other pages */

.other-pages-header #navbarSupportedContent {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 1039;
}
.other-pages-header .menu-category {
  min-width: 300px;
  background-color: #fff;
  padding: 0;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.other-pages-header .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar {
    
    padding: 0rem 1rem;
}

/* search box */
/*
.search-box-button {
    box-shadow: none;
}

/* home banner */

.home-banner {
    margin: 15px -15px 30px -15px;
    font-family: 'Red Hat Display', sans-serif;
    line-height: 1;
}
.home-banner .content {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    background: #eaedf2;
}
.home-banner .content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 50%;
    background: rgba(122, 142, 185, .1);
    opacity: 0;
    z-index: 2;
}
.home-banner .content:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.home-banner .content::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(122, 142, 185, .1);
    opacity: 0;
    z-index: 2;
}
.home-banner .content:hover::after {
    top: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.home-banner a {
    max-width: 50%;
    z-index: 3;
}
.home-banner .header {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.home-banner .body {
    width: 100%;
    margin: 15px 0;
    color: #334d84;
    font-size: 16px;
}
.home-banner .footer {
    width: 100%;
    color: #ffc107;
    font-size: 20px;
    font-weight: 400;
}

.row.loga {
    width: 1033px;
    display: flex;
    justify-content: space-around;
   margin: 50px auto auto;
}

.podporujeme {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #fff;
    line-height: 59px;
}

.information {
    text-align: center;
}

/*search naturinka*/


.page.home-page.container {
    margin-bottom: 61px;
}


.phone-label {
    /*display: block;
    content: "";*/
    /*background: url('../images/phone.png') left 8px no-repeat;
    /*background: url('../images/menu-bg.png') left 8px no-repeat;
    
    /*padding: 0 0 0 46px;
    /*float: left;*/
    /*width: 270px;*/
}

.phone-show {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #fff;
    background: url('../images/phone.png') left no-repeat;
    height: 25px;
    padding: 0 0 0 35px;
    margin-left: 50px;
}

.phone-show:before {
    /*background: url('../images/phone.png') left 8px no-repeat;*/
}

.searchBoxOpener {
    cursor: pointer;
    transition: all .3s ease;
    color: #fff;
    
}
.searchBoxOpener .nav-link.open span::before {
    content: '\ec2a';
} 
.searchBoxContent {
    position: fixed;
    top: 40px;
    left: 58%;
    width: 50%;
    max-width: 310px;
    padding: 0 15px;
    opacity: 0;
    z-index: -1;
    transition: all .3s ease;
}
.searchBoxContent.open {
    opacity: 1;
    top: 0px;
    z-index: 1200;
}

@media (min-width: 1200px)  {
 
  .menu-category > li > a {
min-width: 170px;
  
}


img.podmirak {
    z-index: 999;
    position: absolute;
    top: 79px !important;
    left: 0;
    width: 147px !important;
}

.topic-vratny-obal-text {

    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.07px;
    color: #747170;
    margin: 0 0 0 293px;
    max-width: 239px;
    text-align: left;
    font-weight: 900;

}

.topic-vratny-obal, .topic-kompost-obal {

    margin-bottom: 34px;
    max-width: 159px;
    float: left;

}

.topic-kompost-obal {

    padding: 10px 0;

}



input.btn.btn-outline-secondary.checkout-button {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    border-radius: 3px;
    background-color: #709d2e;
    min-width: 128px;
    border-color: #fff;
    border: solid;
    min-width: 135px !important;
}


}

@media (min-width: 992px) and (max-width: 1200px) {

  .menu-category > li > a {
min-width: 0px;
  
} 


}

@media (min-width: 992px) {
.searchBoxContent.open {
    opacity: 1;
    top: 0px;
    z-index: 1200;
    RIGHT: -169px;
}


.add-to-cart-button.product-box-add-to-cart-button.slider-home {

    margin: 136px 0 0 131px;
    width: 110px;
    height: 41px;
    font-size: 21px !important;
    color: black !important;

}

.add-to-cart-button.product-box-add-to-cart-button.slider-home a {

  
    color: black !important;

}

.add-to-cart-button.product-box-add-to-cart-button.slider-home a:hover {

  
    font-size: 22px !importan

}

.input-group.w-lg-25.mb-0 {
    /*margin: 0 0 0 -111px;*/
        margin-bottom: 0px;
}

li.nav-item.hiddenenu {
    display: none;
    position: absolute;
    top: -100000px;
}


.back-picture {
    background: url(../images/bg-full.jpg) center -66px no-repeat;
}

.searchBoxOpener {
    padding: 0 15px 0 0px;
}

.flex-parent {
    display: flex;
    width: 878px;
    height: 20px;
    align-items: center;
}

 .menu-category > li {
    margin-right: 4px;}
    .brand-wrap .logo, .navbar-brand .logo {
    margin-right: 0px;
    max-height: 135px;
    display: inline-block;
}

.navbar-brand {
    z-index: 1;
    order: 2;
    margin: 0 auto 0 auto;
    padding: 0;
    /*width: 700px;*/
  }
  
  .menu-category > li > a {
  
  
font-family: 'Lato', sans-serif;
font-size: 17px;
font-weight: 900;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: 0.7px;
text-align: center;
color: #000000;
cursor: pointer;
align-items: center;
min-height: 43px;
line-height: 42px;
-webkit-box-shadow: 2px 3px 12px 5px rgba(0,0,0,0.15);
box-shadow: 2px 3px 12px 5px rgba(0,0,0,0.15);

  
}

.menu-category > li.nav-item > .nav-link {
    
    padding: 9px 15px;
}

.product-details-page .add-to-cart-panel .qty-input {

    max-width: 47px;
    max-height: 31px;
    

}

.align-left.d-flex.flex-column.text-center.col-lg-3.order-lg-1.logos {
    padding: 0 29px 0 51px;
}

}
/*@media END (min-width: 992px) and (max-width: 1199px)*/

.headBottom {
	position: relative;
}
.headBottom .formSearch {
	transition: all .3s ease;
}
body:not(.is-ready) .search-box-button {
    width: 50px;
}
.search-results-list {
	display: none;
	position: absolute;
}
#small-searchterms {
    margin: 0 5px 0 0;
    font-size: 14px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
#small-search-box-form {
	width: 100%;
}
.search-box-select {
	max-width: 120px;
}
.advanced-search {
    display:none;
}
.basic-search .col-form-label,
.advanced-search .col-form-label {
    font-weight: 400;
}

.obecny-popis {

    

}

.obecny-popis a span {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.44px;
    color: #000000;
    padding-bottom: 10px;
    text-transform: lowercase;
}

ul#myTab {
    border: none;
}

.loga-detail {
    width: 100%;
    float: left;
}

.loga-detail p.logo-product {
    width: 25%;
    float: left;
}

.related-products-grid .title span {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.44px;
    color: #000000;
    padding-bottom: 10px;
    width: 100% !important;
    max-width: 253px;
}

h2.title.w-100.text-left::after   
 {
    position: absolute;
    bottom: 17px;
    left: 162px;
    width: 480%;
    height: 2px;
    content: '';
    transition: transform .3s cubic-bezier(.8,0,.2,1);
    transform: scale3d(0,1,1);
    transform-origin: 100% 50%;
    border-top: 0;
    background-color: #979797;
}

.related-products-grid.product-grid {
    width: 100%;
        clear: both;
}


.nav-link.active:after {
    transform: scale3d(1,1,1);
    transform-origin: 0% 50%;
}

 /*.nav-item:first-child {
    padding: 10px 15px 10px 0;
}  */



.nav-link.active:before {
    content: attr(title);
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    color: #000;
    transition: width .3s ease-out;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

.obecny-popis span {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.44px;
    color: #000000;
    padding-bottom: 10px;
    text-transform: lowercase;
}

.clear {
    clear: both;
}



.flex-child-text {
    width: 250px;
    height: 26px;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.44px;
    color: #000000;
    left: ;
}

.flex-child-edge {
    width: 100%
    height: 2px;
    border: solid 1px #979797;
}

button.add-to-cart-button.product-box-add-to-cart-button {
    width: 93.6px;
    height: 31.2px;
    border-radius: 7.2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    text-transform: uppercase;
    font-family: Lato;
    font-size: 14.4px !important;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    color: #000000;
    
}

div#desc {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0em;
    -moz-column-gap: 0em;
    column-gap: 0em;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.76px;
    color: #000000;
}

/*MENU LEFT*/
li.active.last, li.inactive:hover  {
    display: inline-block;
    border-left: #709d2e 15px solid;
}
.list li.active {
    height: 78px;
}

.block .list li.active a {
    font-family: 'Lato Black', sans-serif;
    font-weight: black;
    font-style: normal;
    padding: 0 0 0 25px;
    display: flex;
    align-items: center;
    min-height: 78px;
    text-transform: uppercase;
}

/*.linearicons-bag2::before {
  
    content: "....";
    background-image: url(../images/shopping-bag.png) no-repeat;
    color: #709d2e;   
    width: 30px;
    height: 30px;                                                     
}
                                                                          
.linearicons-user::before {
    font-family: Font Awesome\ 5 Free;
    content: "\f007";
    /*background: url('../images/user.png')left center no-repeat;*
    color: #9b9b9b;
}                                                                 */

.linearicons-magnifier::before {
 /*   content: "XXX";
    background: url('../images/search.png') left -5px no-repeat;*/
        color: #ffffff;
}

.badge-warning {
    color: #fff;
    background-color: none;
}

.block .list li.active a:hover {
    padding: 0 0 0 25px;
    
}

.block .list li a {
    width: 255px;
    height: 54px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #000000;
    display: flex;
    align-items: center;
    min-height: 66px;
    padding-left: 40px;
}

    .block .list li a:hover {
    
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    padding-left: 35px;
}

/*MENU LEFT END*/


.loga-lower .html-widget {
    width: 20%;
    float: left;
    padding: 10px 0;
}

.flex-item {
  background: tomato;
  padding: 5px;
  width: 200px;
  height: 150px;
  margin-top: 10px;
  
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}

/*search naturinka end*/

/* custom swiper nav */

.custom-button-prev,
.custom-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  background: rgba(0,0,0,.5);
  cursor: pointer;
  outline: none;
  transition: all .3s ease-in-out;
}
.custom-button-prev:hover,
.custom-button-next:hover {
    box-shadow: 0 0 0 4px #003246;
    background: #334d84;
    color: #fff;
}

/* featured categories products on homepage */

.categoryItem .card-banner .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.categoryItem .card-banner .card-body p {
  height: 100%;
}
.CatFeaturedProd .slider,
.CatFeaturedProd .swiper-container,
.CatFeaturedProd .swiper-wrapper,
.CatFeaturedProd .swiper-slide {
  height: 100% !important;
}
.slider .custom-prev,
.slider .custom-next {
    position: absolute;
    top: calc(50% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 40px;
    background: rgba(142, 142, 142, 0.5);
    color: #fff;
    outline: none;
    cursor: pointer;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.slider .custom-prev:hover,
.slider .custom-next:hover {
    /*box-shadow: 0 0 0 4px #ffc107;
    background: #334d84;*/
    color: #fff;
}
.slider .custom-prev {
  left: 0;
}
.slider .custom-next {
  right: 0;
}

/* card product */  /*NATURINKA*/

.card-product {
  margin: 0;
  height: 100%;
  box-shadow: none !important;
}
.card-product .btn-primary {
    font-size: 12px;
    text-transform: uppercase;
}
.card-product .info-wrap {
  padding: 10px 0 0 0;
}
.card-product .img-wrap {
  height: auto;
}
.card-product .picture {
    display: block;
    position: relative;
}
.card-product .picture::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.card-product img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.card-product .title {
margin: 0;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.76px;
    text-align: center;
    color: #000000;
  
}

.vlastnost-category {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.76px;
    text-align: center;
    color: #000000;
}

.product-name h1 {
    width: 100%;
    
    font-size: 24px;
    color: #000;
    font-weight: bold;
    font-style: normal;
    width: 100%;
    float: left;
}        


/*blog*/ 

@media (max-width: 575px) {
    .card-productBlog .info-wrap {
      min-height: auto;
      padding-bottom: 15px;
    }
  }
  
  .card-productBlog {
    margin: 0;
    height: auto;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
  }
  .card-productBlog .btn-primary {
      font-size: 12px;
      text-transform: uppercase;
  }
  .card-productBlog .info-wrap {
    padding: 10px 0 10px 0;
    min-height: auto;
  }
  .card-productBlog .img-wrap {
    border-radius: 0.2rem 0.2rem 0 0;
    overflow: hidden;
    position: relative;
    height: 220px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .card-productBlog .img-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .card-productBlog .picture {
      display: block;
      position: relative;
  }
  .card-productBlog .picture::before {
      content: "";
      display: block;
      padding-top: 100%;
  }
  .card-productBlog img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
  }
  .card-productBlog .title {
  margin: 0;
      overflow: hidden;
      font-family: 'Lato', sans-serif;
      font-size: 18px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.76px;
      text-align: left;
      color: #000000;
      padding-bottom: 10px;
    
  }
  
  .card-productBlog .title {
    margin-top: 10px;
  }

  .card-productBlog .title a {
    color: #000000 !important;
    outline: 0;
}

  .card-productBlog .description a {
    color: #000000 !important;
    outline: 0;
}
  
/*blog end*/

.bradcrumbs {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.55px;
    color: #000000;
    width: 100%;
}

.product-variant-list {
   
    float: left;
    background-color: #fff;
    border-radius: 0px;
    padding: 10px 0px 0 27px;
}

.kosik-nadpis.logovratnyobal {

    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-stretch: normal;
    line-height: normal;
    color: #000;
    line-height: 2;
    height: 10px;
    width: 100%;

}

.kosik-nadpis.logovratnyobal {
    background: url(../images/vratny-obal.jpg) 0 0 no-repeat;
    height: 35px;
    text-align: right;
    font-size: 0px;
}


.kosik-nadpis.logovratnyobalkompost {

    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-stretch: normal;
    line-height: normal;
    color: #000;
    line-height: 2;
    height: 10px;
    width: 100%;

}

.kosik-nadpis.logovratnyobalkompost {
    background: url(../images/kompost-obal.jpg) 0 0 no-repeat;
    height: 35px;
     text-align: right;
    font-size: 0px;
}

.row.variant-overview {
    max-width: 446px;
}

.variant-name {

    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.55px;
    color: #000000;
    text-transform: capitalize;

}

.product-price {
    font-family: 'Lato', sans-serif;
    font-size: 14px !important;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.76px;
    color: #000000 !important;
    text-align: left;
}

.col-lg-12.px-0.product-tabs-container {

    clear: both;

}


.slider-link .img-fluid {
    max-height: 407px !important;
}

.gallery.slider.col-12.col-md-6.text-center {
    max-height: 454px;
}


.product-variant-line.col-auto {
    width: 100%;
}


.additional-details {
    /*max-width: 165px;
    float: left;
    width: 100%        */
    /*padding: 7px 0;*/
    
}

.price-col {
    max-width: 93px !important;
}

.variant-overview .w-100 {
    width: 50% !important;
}

.gtin {

/*    text-transform: capitalize;*/
    padding: 6px 0;
    max-width: 165px;

}

.kosik-nadpis.bezobalu {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-stretch: normal;
    line-height: normal;
    color: #000;
    line-height: 2;
    height: 10px;
    width: 100%;
    padding-bottom: 35px;
 }

.d-inline-flex.flex-wrap.align-items-end.mt-3 {
    padding: 0;
    margin-top: 1px !important;
}

.w-100 {
    /*width: 58px !important;
    float: left;*/
}

.product-variant-line.col-auto {
    padding: 0;
}

/*NATURINKA*/
  
.card-product .sku {
    font-size: 14px;
}
.product-item-list .product-title {
    font-family: inherit;
}
.card-product .title a,
.product-item-list .product-title a {
    margin: 0;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.76px;
    text-align: center;
    color: #000000;
}
.product-item-list .description {
  color: #777;
}
.product-item-list .prices {
    font-family: 'Lato', sans-serif;
}
.product-item-list .sku {
    font-size: 14px;
}
.product-item-list .product-box-add-to-cart-button {
    text-transform: uppercase;
    line-height: 16px;
}
.product-item-list .prices .actual-price,
.card-product .price-wrap .price-new {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.76px;
    text-align: center;
    color: #000000;
}
.card-product .price-wrap {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.76px;
    text-align: center;
    color: #000000;
    padding: 12px 0;

}

.card-product .rest-buttons {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all .3s ease;
}
.card-product:hover .rest-buttons {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.card-product .rest-buttons .btn-sm {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #fff;
    background-color: #334d84;
    box-shadow: none;
    font-size: 20px;
    cursor: pointer;
    transition: all .3s ease;
}
.card-product .rest-buttons .btn-sm:hover {
    color: #fff;
    box-shadow: 0 0 0 3px #ffc107;
}

/* header-main */

.header-main .qty {
  position: absolute;
    top: 4px;
    right: 4px;
}
.header-main .qty .badge,
.inbox-unread {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 100%;
  background: none;
}

/*rating*/

.ratings {
    font-size: 20px;
    height: 18px;
    backface-visibility: hidden;
}
.ratings::after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.rating-box {
    height: 20px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
    position: relative;
}
.rating-box .rating {
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.rating-box::before {
    content: "\2605\2605\2605\2605\2605";
    height: 20px;
    color: #c3c5c9;
    display: flex;
    flex-wrap: nowrap;
    font-size: 20px;
    line-height: 16px;
}
.rating-box .rating:before {
    content: "\2605\2605\2605\2605\2605";
    height: 20px;
    color: #ffc107;
    display: flex;
    flex-wrap: nowrap;
    font-size: 20px;
    line-height: 16px;
}

/* columns pages */

.leftSide-container {
  display: flex;
  flex-direction: column;
}
.leftSide .block .title {
    position: relative;
}
.leftSide .block .title strong {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  color: #000;
  display: inline-block;
}
.leftSide .block .title::before {
    content: '';
    /* position: absolute; */
    /* bottom: 5px; */
    left: 0;
    width: 30px;
    height: 2px;
    background: rgba(0,0,0,.1);
}
.leftSide .listbox li > a {
  color: #000;
  text-transform: uppercase;
}
.leftSide .listbox li:hover > a {
  color: #000;
   font-weight: 700;
   text-transform: uppercase;
}
.leftSide .listbox .list li.active.last > a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.leftSide .listbox .list li {
    position: relative;
}
.leftSide .listbox .sublist li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -20px;
    width: 10px;
    height: 10px;
    border: 2px solid #334d84;
    border-radius: 50%;
}
.leftSide .listbox .list .sublist .sublist li::after {
    content: "";
    position: absolute;
    top: 18px;
    left: -15px;
    width: 1px;
    height: 7px;
    background: #000;
}
.leftSide .listbox .list .sublist li.last::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -15px;
    width: 1px;
    height: calc(100% - 17px);
    background: #334d84;
}
.leftSide .listbox .list .sublist {
  padding: 0 0 0 20px;
}
.leftSide .img-sm {
    width: 70px;
    height: auto;
}

/* canavs */

.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
    background-color: rgba(0, 0, 0, 0.3);
}
.c-offcanvas--left,
.c-offcanvas--right {
    box-shadow: 0 0 24px rgba(0,0,0,0.3);
}
.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open {
    transform: translate3d(-30%, 0, 0);
}

/* mini cart */

.mini-cart-button {
    cursor: pointer;
}
.html-shopping-cart-page .mini-cart-button {
    pointer-events: none;
}
.pageForSlide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pageForSlide.show {
	-webkit-transform: translate3d(-15%, 0, 0);
	transform: translate3d(-20%, 0, 0);
}
.flyout-cart.no-data {
	height: auto !important;
}
.flyout-cart-nodata-text {
    width: 100%;
    justify-content: center;
	font-size: 16px;
}
.flyout-cart-nodata-icon {
    width: 100%;
	color: rgba(0, 0, 0, .20);
}
.flyout-cart-nodata-icon .lnr {
    font-size: 70px;
}
.flyout-cart-header {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    padding: 5px;
    /*background-image: linear-gradient(#334d84, #2e4476 50%);*/
    background-color: #000;
    color: #fff;
    height: 43px;
}
.mini-shopping-cart {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.out-items {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.flyout-cart .items {
    padding: 0;
    position: absolute;
    y ft C? 
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flyout-cart .items-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 100px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    z-index: 1;
}
.flyout-cart .deletecartitem {
    color: #F26101;
}
.flyout-cart-header a {
    color: #fff;
    font-size: 16px;
}
.flyout-cart-header .close-cart {
    order: 2;
    padding-right: 10px;
}
.flyout-cart-header .close-cart .c-button__text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flyout-cart .product {
	margin-bottom: 0 !important;
}
.fly-close {
	z-index: 99999;
	position: absolute;
	right: 0;
	background: #0091b5;
	color: #fff;
	height: 43px;
	padding-left: 0;
	padding-right: 0;
	width: 9.333333%;
}
.fly-close:before {
	content: "";
	position: absolute;
	top: 20px;
	right: 15px;
	width: 15px;
	height: 3px;
	background: #fff;
	transform: rotate(45deg);
}
.fly-close:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 15px;
	width: 15px;
	height: 3px;
	background: #fff;
	transform: rotate(-45deg);
}

input.btn.btn-outline-secondary.checkout-button {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    border-radius: 3px;
    background-color: #709d2e;
    min-width: 128px;
    border-color: #fff;
    border: solid;
}

.flyout-cart .cart-button {
        color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    border-radius: 3px;
    background-color: #709d2e;
    min-width: 128px;
    border-color: #fff;
    /* border-style: solid; */
    border: solid;
}




.flyout-cart .cart-button:hover, input.btn.btn-outline-secondary.checkout-button:hover {
	color: #000;
   	border-color: #fff;
}
.flyout-cart .btn-info:not(:disabled):not(.disabled).active,
.flyout-cart .btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
	color: #000;
	border-color: #fff;
	box-shadow: none;
}
.flyout-cart .price strong {
	color: #1D1F20;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	margin-left: 5px;
}
.flyout-cart .quantity strong {
	color: #1D1F20;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}
.flyout-cart .attributes {
	font-weight: 300;
	font-size: 12px;
	color: #888;
}
.navUp .container.fly-in {
	padding-right: 21px !important;
}
.flyout-cart .name {
    margin-bottom: 5px;
}
.flyout-cart .name a {
	color: #1D1F20;
	font-size: 16px;
	font-weight: 500;
    line-height: 1;
}
.flyout-cart .price span,
.flyout-cart .quantity span {
	font-size: 14px;
	line-height: 1;
	font-weight: 300;
}
.flyout-cart {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 300px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flyout-cart .flyout-cart-bottom {
    padding: 15px;
    width: 100%;
    /*background-image: linear-gradient(#131519, #2d4e23 50%);*/
}
.flyout-cart .flyout-cart-bottom .totals {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	display: flex;
	flex-direction: column;
	padding: 0;
	align-items: flex-start;
}
.flyout-cart .flyout-cart-bottom strong {
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 1px;
}
.flyout-cart .item {
	border-bottom: 1px solid #dddddd;
	padding: 15px !important;
}
.flyout-cart .item:last-of-type {
	border-bottom: none;
}
.mini-shopping-cart .product {
	font-size: 12px;
}

/* shopping cart */

.shopping-cart {
	width: 100%;
	border-bottom: 0;
	margin-bottom: 15px;
	border: 0;
}
.shopping-cart thead {
	border-bottom: 3px solid #334d84;
}
.shopping-cart th.product {
	width: 100%;
}
.shopping-cart th {
	color: #364150;
	padding: 20px;
	white-space: nowrap;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.shopping-cart td {
	background: #fff;
	min-width: 60px;
	padding: 20px;
}
.shopping-cart td:last-child {
	border-right: 0 !important;
	text-align: center;
	padding: 10px;
}
.shopping-cart tr:last-child td {
	border: 0;
}
.shopping-cart tr:last-child {
	margin-bottom: 0;
}
.shopping-cart tbody tr {
    border-bottom: 1px solid #d7d7d7;
}
.shopping-cart .product-unit-price.price,
.shopping-cart .product-subtotal.price,
.shopping-cart .prod-total,
.shopping-cart .unit-price del {
	font-size: 14px;
	margin-left: 3px;
}
.shopping-cart .remove-from-cart .remove {
	display: none;
}
.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u + label {
	border: 1px solid rgba(0, 0, 0, .25);
	background: transparent;
	z-index: 996;
}
.shopping-cart .remove-from-cart input[type='checkbox'] + label {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto !important;
	margin: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-indent: -999px;
	overflow: hidden;
	border: 1px solid #000;
	cursor: pointer;
	z-index: 99;
}
.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u + label:before,
input[type='checkbox'].checkbox-u + label:after {
	content: '';
	width: 20px;
	height: 2px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	margin: auto;
	background: transparent;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
.shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:before {
	left: 11px;
}
.shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:after {
	width: 14px;
	bottom: -4px;
	left: -13px;
}
.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u:checked + label:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u:checked + label:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u:checked + label:before,
input[type='checkbox'].checkbox-u:checked + label:after {
	transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	background: #405763;
}
.shopping-cart td.product .product-name {
	font-size: 14px;
	color: #364150;
	font-weight: 500;
}
.shopping-cart .quantity .plus,
.shopping-cart .quantity .minus {
	position: relative;
	cursor: pointer;
	width: 25px;
	height: 30px;
	border: 1px solid #405763;
}
.shopping-cart .quantity .plus::after,
.shopping-cart .quantity .plus::before,
.shopping-cart .quantity .minus::before {
	content: "";
	width: 15px;
	height: 1px;
	background: #405763;
	position: absolute;
	left: 4px;
	top: 13px;
}
.shopping-cart .quantity .plus::after {
	transform: rotate(90deg);
}
.shopping-cart .quantity .qty-input {
	width: 60px;
	border: 1px solid #405763;
	color: #405763;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	font-size: 16px;
	height: 30px;
	box-shadow: unset;
}
.shopping-cart .unit-price,
.shopping-cart .sku,
.shopping-cart .quantity,
.shopping-cart .total {
	white-space: nowrap;
}
.shopping-cart .subtotal-text,
.shopping-cart .unit-price-text {
	display: none;
}
.shopping-cart-page .common-buttons .update-cart-button::before {
	font-family: Font Awesome\ 5 Free;
	padding-right: 5px;
	font-weight: 900;
}
.order-summary-content .totals .total-info,
.order-summary-content .deals,
.order-summary-content .estimate-shipping {
    background: #fff;
}
.order-summary-content .totals {
    position: sticky;
    top: 115px;
}
.order-summary-content .deals,
.order-summary-content .estimate-shipping {
    margin-bottom: 15px;
    border: 1px solid #d7d7d7;
    border-radius: 0;
}
.order-summary-content .totals td {
    border-top: 0;
}
.order-summary-content .totals table {
    margin: 0;
    border-bottom: 0;
    border: 1px solid #003246;
    border-radius: 0 !important;
    border-collapse: unset;
}
.shopping-cart-page .update-cart-button,
.shopping-cart-page .continue-shopping-button,
.shopping-cart-page .removeAll-cart-button {
	font-family: inherit;
	font-weight: 400;
	font-size: 16px !important;
}
.shopping-cart-page .removeAll-cart-button::before {
	padding-right: 5px;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.shopping-cart-page .continue-shopping-button::before {
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	padding-right: 5px;
}
.shopping-cart-page select:focus {
	background-color: #eee;
}
.shopping-cart-page .total-info {
	margin-top: 0;
}
.shopping-cart-page .total-info tbody {
	border: 0;
}
.shopping-cart-page .checkout-buttons {
	display: flex;
	justify-content: center;
}
.shopping-cart .qty-input-ro {
	margin: auto;
	width: 70px;
	border-radius: 0;
}

/* table */

.table th {
    white-space: nowrap
}

/* checkout  opc */

.opc .step-title {
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    background-image: linear-gradient(#334d84, #2e4476 50%);
    border-bottom: 3px solid #ffc107;
}
.opc .step-title .number {
    margin: 0 15px 0 0 !important;
}
.opc .step-title .title {
    margin: 0 !important;
}
.opc .tab-section {
    margin: 0 0 15px 0;
}

/* checkout standard */

.order-progress a:not([href]):not([tabindex]).btn {
    color: #fff;
}

/* cookie bar */

@media (min-width: 769px) {
.eu-cookie-bar-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background-color: rgba(45, 146, 72, 0.7);
    z-index: 1041;
}     

.col-lg-9.col-12.rightSide {
    margin-bottom: 35px;
}

.col-lg-6.col-md-7.col-sm-7.col-12.px-sm-3.px-0.text-center.buttons.d-flex.justify-content-center.align-items-center {
    min-width: 100%;
}

.col-lg-5.col-md-5.col-sm-5.col-12.text-center.totals {
    min-width: 100%;
}  

.product-variant-list {
    width: 470px;
    
}

 


}

@media (max-width: 575px) {
 .eu-cookie-bar-notification {
    background-color: rgba(45, 146, 72, 0.7);
    z-index: 1041;
}
 /*kosik mobil*/
.product-details-page .add-to-cart-panel .qty-input {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    background: #fff;
    border-radius: 11px;
    
    border: 1px solid #709D2E;
    color: #000;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    margin: 0 0 0 29px;
}


.product-details-page .add-to-cart-panel .qty-container {
    display: inline-flex;
    margin: 0 10px 0 0;
}
.product-details-page .add-to-cart-panel .qty-container .qty-minus,
.product-details-page .add-to-cart-panel .qty-container .qty-plus {
    position: relative;
    width: 30px;
    height: 45px;
    /*border: 1px solid #ced4da;*/
    cursor: pointer;
}
.product-details-page .add-to-cart-panel .qty-container .qty-minus::before,
.product-details-page .add-to-cart-panel .qty-container .qty-plus::before {
    content: "";
    position: absolute;
    top: calc(100% - 27.5px);
    left: 10.5px;
    width: 30px;
    height: 2px;
    background: #888;
}
.product-details-page .add-to-cart-panel .qty-container .qty-plus::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 25px;
    width: 2px;
    height: 30px;
    background: #888;
}

.product-details-page .add-to-cart-panel .add-to-cart-button {
   /*content: "\2605";*/
   height: 24px;
    width: 27px;
    border: none;
    background-color: #000;
    margin: 7px 0 0 0;
    font-size: 0px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    margin-left: 28px;
    background: url(../images/shopping-bag-mini.png) top left
    }

 /*END kosik mobil*/
 
 
.footer-block.follow-us.col-lg-3.col-md-3.col-12 {
    margin-top: 20px;
}

.shopping-cart-page .update-cart-button, .shopping-cart-page .continue-shopping-button, .shopping-cart-page .removeAll-cart-button {
    
    min-height: 57px;
}


button.btn.btn-warning.d-flex.justify-content-center.continue-shopping-button.ml-sm-1 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    border-radius: 3px;
    background-color: #709d2e;
    min-width: 128px;
    border-color: #fff;
    border: solid;
}

.btn-primary {
    width: 100%;
    height: 31.2px;
    border-radius: 7.2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #749d28;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

.opc .step-title {
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    background-image: linear-gradient(#749d28, #749d28 50%);
    border-bottom: 3px solid #333333;
}

.section-header {
 
    padding-bottom: 10px;
}


.menu-category > li.nav-item > .nav-link {
    border-bottom: 1px solid #6f9d2f;
}

.product-details-page .add-to-cart-panel .qty-input {

    max-width: 100%;
    max-height: 100%;
    

}

.product-variant-list {
    width: 100%;
    
}

header.section-header.scroll img.logo {
      width: 51%;
    position: absolute;
    top: -26px;
    left: 82px;
    background: white;
    padding-bottom: 8px;
    border-radius: 25px;
    padding: 0 16px;
    box-shadow: 0 0 0 4px rgb(111, 157, 47);
}


.header.section-header.scroll.phone-show-m {
    font-size: 0px;;
}
.phone-show-m {
   font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #fff;
    background: url(../images/phone.png) left no-repeat;
    /* height: 25px; 
    padding: 0 0 0 27px;
    margin-left: 21px;  */
}

p.caalphone.align-self-center {
    margin: 0;
    line-height: 0;
}

.phone-show-m a {
    color: #fff;
    /* margin: 5px 0; */
}

.phone-show-m .html-widget {
    padding: 0;
    margin: 8px 0 0 37px;
}

.navbar-brand {
    z-index: 1;
    order: 2;
    margin: 0 auto 0 auto;
    padding: 0;
    /*width: 700px;*/
  }
            
                       

    }

/* END 525 */

/* product gallery */
.gallery.slider:not(.sliding-page) .swiper-all-container {
    position: relative;
    left: 15px;
    /*max-width: calc(100% - 130px);*/
    max-width: 100%;
}
.gallery.slider .gallery-thumbs {
    min-width: 100px;
    max-width: 100px;
    margin: 0;
}
.gallery.slider .gallery-thumbs .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
}
.gallery.slider .img-thumbnail {
    padding: 0;
    border-radius: 0;
    border: 0;
}

/* product */

.product-details-page .product-name h2 {
    font-size: 26px;
}
.product-details-page .product-reviews-overview {
    display: inline-flex;
    align-items: center;
    margin: 0 0 15px 0;
}
.product-details-page .product-review-box {
    margin: 0 15px 0 0;
}
.product-details-page .product-review-links a {
    font-size: 14px;
    color: #000;
}
.product-details-page .product-review-links a:hover {
    color: #334d84;
}
.product-details-page .product-review-links .separator {
    color: #888;
    margin: 0 5px;
}
.product-details-page .short-description {
    color: #888;
    padding: 0 0 15px 0;
}
.product-details-page .product-info {
    padding: 15px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.product-details-page .prices {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
    max-width: 68px; 
}
/*.product-details-page .prices .product-price span {
    font-size: 22px;
    font-weight: 700;
    color: #334d84;
} smazat */
.product-details-page .prices .old-product-price {
    text-decoration: line-through;
    color: #888888;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 300;
}
.product-details-page .prices .non-discounted-price {
    font-size: 22px;
    font-weight: 700;
    color: #334d84;
    text-decoration: line-through;
}
.product-details-page .overview .value {
    max-width: 165px;
    float: left;
    width: 100%;
    
}
.product-details-page .attributes {
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #dcdcdc;
}
.product-details-page .attributes td:first-child {
    clear: both;
    float: left;
    margin: 0 15px 0 0;
    min-width: 100px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-details-page .attributes .attribute-square {
    display: flex;
    width: 30px;
    height: 30px;
}
.product-details-page .attributes .option-list {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
}
.product-details-page .attributes .custom-radio.custom-control {
    padding: 0;
}
.product-details-page .attributes .custom-control .custom-control-label {
    cursor: pointer;
} 
.product-details-page .attributes .custom-radio.custom-control .custom-control-label::before,
.product-details-page .attributes .custom-radio.custom-control .custom-control-label::after {
    display: none;
}
.product-details-page .attributes .custom-select {
    margin: 0 5px 5px 0;
}
.product-details-page .attributes .custom-radio.custom-control .custom-control-input {
    cursor: pointer;
}
.product-details-page .attributes .simple-radio .custom-radio.custom-control .custom-control-label {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
    margin: 0 5px 5px 0;
    padding: 5px 8px;
    border: 2px solid #ced4da;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.product-details-page .attributes .simple-radio .selected-value .custom-radio.custom-control .custom-control-label {
    border-color: #334d84;
}
.product-details-page .attributes .attribute-squares li.selected-value::before {
    content: "\ec34";
    font-family: Linearicons;
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    z-index: 1;
}
.product-details-page .attributes .attribute-squares li {
    position: relative;
    margin: 0 7.5px 0 0;
}
.product-details-page .attributes .image-squares .tooltip-container {
    display: none;
}
.product-details-page .tier-prices {
    margin: 15px 0 0 0;
}
.product-details-page .tier-prices .title strong {
    font-weight: 500;
}
.product-details-page .tier-prices table {
    width: 100%;
    margin: 5px 0 15px 0;
}
.product-details-page .tier-prices table tr {
    border-bottom: 1px solid #ced4da;
}
.product-details-page .tier-prices table tr:last-child {
    border-bottom: 0;
}
.product-details-page .tier-prices .item-quantity {
    font-weight: 500;
}
.product-details-page .tier-prices .item-price {
    color: #334d84;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.product-details-page .tier-prices .field-header {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
}
.product-details-page .min-qty-notification {
    width: 100%;
    margin: 0 0 5px 0;
    color: #dc3545;
}
.product-details-page .customer-entered-price,
.product-details-page .customer-entered-price .enter-price-label {
    width: 100%;
}
.product-details-page .customer-entered-price .enter-price-input {
    width: auto;
    text-align: center;
    max-width: 120px;
    border-radius: 0;
    font-weight: 700;
    color: #000;
}
.product-details-page .customer-entered-price .price-range {
    margin: 5px 0;
}
.product-details-page .customer-entered-price .enter-price-label {
    font-weight: 700;
}
.product-details-page .add-to-cart-panel {
    display: inline-flex;
    margin: 0;
}


@media (min-width: 576px) {

.product-details-page .add-to-cart-panel .qty-input {

    font-family: 'Lato', sans-serif;
    font-size: 14px;
    background: #fff;
    border-radius: 11px;
    /* padding: 0 15px; */
    border: 1px solid #709D2E;
    color: #000;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);

}


.product-details-page .add-to-cart-panel .qty-container {
    display: inline-flex;
    margin: 0 10px 0 0;
}
.product-details-page .add-to-cart-panel .qty-container .qty-minus,
.product-details-page .add-to-cart-panel .qty-container .qty-plus {
    position: relative;
    width: 30px;
    height: 45px;
    /*border: 1px solid #ced4da;*/
    cursor: pointer;
}
.product-details-page .add-to-cart-panel .qty-container .qty-minus::before,
.product-details-page .add-to-cart-panel .qty-container .qty-plus::before {
    content: "";
    position: absolute;
    top: calc(100% - 27.5px);
    left: 10.5px;
    width: 10px;
    height: 2px;
    background: #888;
}
.product-details-page .add-to-cart-panel .qty-container .qty-plus::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 15px;
    width: 2px;
    height: 10px;
    background: #888;
}


.product-details-page .add-to-cart-panel .add-to-cart-button .lnr {
    margin: 0 6px 0 0;
}
.product-details-page .add-to-cart-panel .add-to-cart-button {
 height: 24px;
    width: 27px;
    border: none;
    background-color: #000;
    
        margin: 7px 0 0 0;
    font-size: 0px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    
    background: url(../images/shopping-bag-mini.png) top left
    }
    
    }
.product-details-page .overview-buttons {
    display: inline-flex;
    margin: 0 0 15px 10px;
    height: 45px;
}

input.btn.btn-outline-secondary.btn-block.checkout-button {
    color: white;
}
.product-details-page .overview-buttons .btn {
    background-color: #fff;
    color: #000;
    font-size: 18px;
    border-radius: 0;
    
    margin: 0 10px 0 0;
    box-shadow: none;
}
.product-details-page .overview-buttons .btn:last-child {
    margin: 0;
}
.product-details-page .product-tabs {
    margin: 0 0 15px 0;
}
.product-details-page .product-tabs .nav-item:first-child {
    padding: 10px 15px 10px 0;
}
.product-details-page .product-tabs .nav-item {
    padding: 10px 15px;
}
.product-details-page .product-tabs .nav-link,
.custom-nav-tabs .nav-item .nav-link {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #777;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    text-transform: uppercase;
    transition: all .3s ease;
}
.product-details-page .product-tabs .nav-item .nav-link::before,
.custom-nav-tabs .nav-item .nav-link::before {
    content: attr(title);
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    color: #000;
    transition: width .3s ease-out;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.product-details-page .product-tabs .nav-item:hover .nav-link::before,
.custom-nav-tabs .nav-item:hover .nav-link::before {
    width: 100%;
}
.product-details-page .product-tabs .nav-link.active,
.custom-nav-tabs .nav-item .nav-link.active {
    color: #000;
}
.product-details-page .product-tabs .nav-link::after, .custom-nav-tabs .nav-link::after
 {
    position: absolute;
    bottom: 17px;
    left: 162px;
    width: 480%;
    height: 2px;
    content: '';
    transition: transform .3s cubic-bezier(.8,0,.2,1);
    transform: scale3d(0,1,1);
    transform-origin: 100% 50%;
    border-top: 0;
    background-color: #979797;
}




.product-details-page .product-tabs .nav-link.active::after,
.custom-nav-tabs .nav-link.active::after {
    transform: scale3d(1,1,1);
    transform-origin: 0% 50%;
}

 @media (min-width: 770px) {
a.homepage.nav-link.active::after {
    position: absolute;
    /* bottom: 17px; */
    left: 293px;
    width: 66%;
    height: 2px;
    content: '';
    transition: transform .3s cubic-bezier(.8,0,.2,1);
    transform: scale3d(0,1,1);
    transform-origin: 100% 50%;
    border-top: 0;
    background-color: #979797;
    margin: -21px 0 0 0;
}
}

 @media (max-width: 769px) {
    a.homepage.nav-link.active::after {
    position: absolute;
    /* bottom: 17px; */
    left: 90px;
    width: 66%;
    height: 2px;
    content: '';
    transition: transform .3s cubic-bezier(.8,0,.2,1);
    transform: scale3d(0,1,1);
    transform-origin: 100% 50%;
    border-top: 0;
    background-color: #979797;
    margin: -21px 0 0 0;
}
}

.nav-tabs .nav-link {
    border: none;
   ;
}




a.homepage.nav-link.active::after {
    transform: scale3d(1,1,1);
    transform-origin: 0% 50%;
}

.product-details-page .full-description {
    color: #888;
}

/* product reviews page */

.product-reviews-page .rating-options {
    display: inline-flex;
}
.product-reviews-page .rating-options .custom-control-label::after {
    display: none;
}
.product-reviews-page .rating-options .custom-radio {
    position: relative;
    padding: 0;
    width: 20px;
    height: 36px;
}
.product-reviews-page .rating-options .custom-radio .custom-control-label {
    width: 100%;
    height: 100%;
}
.product-reviews-page .rating-options .custom-control-label::before {
    content: "\2605";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 1;
    border: 0;
    width: 20px;
    height: 26px;
    color: #c3c5c9;
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: none;
    transition: all .3s ease;
}
.product-reviews-page .rating-options .custom-control-input:checked ~ .custom-control-label::before,
.product-reviews-page .rating-options .custom-radio.check .custom-control-label::before {
    color: #ffc107;
}
.custom-control-input {
    z-index: 1;
}
.product-review-list .review-title {
    color: #222121;
    font-size: 16px;
    font-weight: 700;
}
.product-review-list .date, .product-review-list .review-text {
    font-size: 14px;
    margin: 10px 0 0 0;
}
.product-review-list .customer, .product-review-list .date, .product-review-list .review-text {
    color: #4c4c4c;
}
.product-review-helpfulness .question {
    color: #4c4c4c;
    font-size: 14px;
    white-space: nowrap;
}
.product-review-helpfulness .vote-options {
    margin: 10px 0;
}
.product-review-helpfulness .vote {
    color: #4c4c4c;
    font-size: 24px;
    cursor: pointer;
    padding: 0 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.product-review-helpfulness .vote.yes:hover {
    color: #69b241;
}
.product-review-helpfulness .vote.no:hover {
    color: #ed5348;
}
.product-review-helpfulness .vote-stats {
    color: #4c4c4c;
    font-size: 14px;
}
.product-review-helpfulness .result {
    position: absolute;
    bottom: -50px;
    font-size: 14px;
    padding: 10px;
    margin: 10px 0 0 0;
    width: 180px;
    z-index: 1;
}

/* blog - news */

.blog-posts .date-container,
.blogpost-page .date-container,
.news-item-page .date-container,
.news-list-homepage .date-container {
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
}
.blog-posts .date,
.blogpost-page .date,
.news-item-page .date,
.news-list-homepage .date {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #dcdcdc;
    width: 60px;
}
.blog-posts .date .day,
.blogpost-page .date .day,
.news-item-page .date .day,
.news-list-homepage .day {
    padding: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 700;
}
.blog-posts .date .month,
.blogpost-page .date .month,
.news-item-page .date .month,
.news-list-homepage .month {
    width: 100%;
    text-align: center;
    background: #334d84;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
}
.blog-comment,
.news-comment {
    display: inline-flex;
    width: 100%;
    margin: 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #dcdcdc;
}
.blog-comment .comment-content,
.news-comment .comment-content {
    width: 100%;
    margin: 0 0 0 15px;
}
.blog-comment .comment-time,
.news-comment .comment-content {
    text-align: right;
}
.blog-comment .comment-title,
.blog-comment .comment-body,
.news-comment .comment-title,
.news-comment .comment-body {
    text-align: left;
}

/* newsletter */

.newsletter {
  position: relative;
  background-image: linear-gradient(#334d84, #2e4476 50%);
}
.newsletter-result,
.newsletter-validation {
  position: absolute;
  bottom: 15px;
  text-align: center;
  color: #fff;
}
.newsletter .subscribe .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ffc107;
  background-color: #ffc107;
}

/* footer */



footer .list li a {
  color: #000;
}
footer .footer-block .title {
  font-size: 24px;
  color: #000;
}
footer .social .networks {
    display: inline-flex;
}
footer .social a {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    margin: 0 15px 0 0;
    transition: all .3s ease-in-out;
}


li.facebook {
display: block;
width: 38px;
height: 38px;
background: url('../images/social-sprite.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
font-size: 0;
margin: 0 ;
text-align: center ;
transition: all .3s ease-in-out;
}

.footer-block .list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0.15px;
    color: #fff;
}

.adresa_footer {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0.15px;
    padding: 0;
    color: #fff;
}

.footer-block ul.list {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.15px;
    padding: 41px 0 0 0;
    line-height: 19px;
    color: #fff;
}

.adresa_footer p {
    margin: 0;
    padding: 0;
}

.footer-block .list a {
    
    color: #fff;
}

.footer-powered-by {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.footer-powered-by a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

span.footer-disclaimer {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.loga-lower {
/*    margin: 0 auto;
/*    width: 1200px;*/
}

footer .social a:hover {
    filter: invert(50%);
}
/*footer .social .facebook a::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/social-sprite.png);
} */
footer .social .twitter a::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/twitter.svg);
}
footer .social .rss a::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/rss.svg);
}
footer .social .youtube a::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/youtube.svg);
}

.footer-upper.py-5{
   background-color: #c2c2c2;
   padding-bottom: 0 !important;
}

.footer-lower.py-3 {
    background-color: #c2c2c2;
    max-width: 1200px;
    margin: 0 auto;
}

footer {
    background-color: #c2c2c2;
}

/*back to top*/

#back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 0;
    z-index: 997;
    color: #fff;
}

@media (min-width: 769px) {
#back-to-top .lnr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #c2c2c2;
    background-image: linear-gradient(#c2c2c2, #c2c2c2 50%);
    font-size: 22px;
    transform: scale(1);
    box-shadow: 0 0 0 6px rgb(111, 157, 47);
    transition: all .3s ease;
    color: black;}}
#back-to-top:hover .lnr {
    transform: scale(.9);
    background: rgb(111, 157, 47);
    box-shadow: none;
    color:#fff;
}
#back-to-top.show {
	opacity: 1;
}

/* backdrop */

.backdrop {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1038;
  left: -100%;
  background-color: transparent;
  visibility: hidden;
  transition: background-color 300ms cubic-bezier(.23,1,.32,1) 0ms;
}
.backdrop.is-visible {
  visibility: visible;
  left: 0;
  background-color: rgba(0,0,0,.3);
}

/* media */



@media (min-width: 1200px) {
  .col-for-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  
  
}
@media (min-width: 992px) {
    .header-links .icon-sm {
            font-size: 19px;
        font-weight: 500;
    }
    .forms-container .fieldset.card:nth-child(odd) {
        border-right: 0;
    }
    .forms-container .fieldset.card {
        border-radius: 0;
        border-bottom: 0;
    }
    .forms-container {
        border-bottom: 1px solid rgba(0,0,0,.125);
    }
    .c-offcanvas-content-wrap.is-open:not(.c-offcanvas-content-wrap--left) {
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
    .c-offcanvas--right {
        width: 30%;
        transform: translate3d(100%, 0, 0);
    }
    
    .gallery.slider:not(.sliding-page) .swiper-all-container {
        max-width: 100%;
        left: 0;
    }
    .gallery.slider .gallery-thumbs {
        margin: 15px 0 0 0;
        min-width: 100%;
        max-width: 100%;
    }
}



@media (min-width: 991px) and (max-width: 1200px) {
.searchBoxContent {
    left: 54%;
    
}

img.podmirak {
    z-index: 999;
    position: absolute;
    top: 23px;
    left: 0;
    width: 147px;
}

.topic-vratny-obal-text {

    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.07px;
    color: #747170;
    margin: 0 0 0 293px;
    max-width: 239px;
    text-align: left;
    font-weight: 900;

}

.topic-vratny-obal, .topic-kompost-obal {

    margin-bottom: 34px;
    max-width: 159px;
    float: left;

}

.topic-kompost-obal {

    padding: 10px 0;

}


}



@media (min-width: 768px) and (max-width: 991px) {
    .gallery.slider:not(.sliding-page) .swiper-all-container {
        max-width: 100%;
        left: 0;
    }
    .gallery.slider .gallery-thumbs {
        margin: 15px 0 0 0;
        min-width: 100%;
        max-width: 100%;
    }
    
    .page.category-page {
    clear: both;
    margin-top: 125px;
}
 
   
}
@media (min-width: 768px) {
    .container {
        min-width: 768px;
    }
    .page-title h1 {
    
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.23px;
    color: #000000;
    text-align: left;
    padding-left: 25px !important;
}


.topic-block-title h2 {
    
    font-size: 24px;
    color: #000;
    font-weight: regular;
    font-style: normal;
    width: max-content;
    letter-spacing: 1.46px;
    text-align: left;
    color: #000000;
}


.podpis {
    margin-bottom: 0px;
    margin-top: 13px;
    float: right;
}

.side-2 {
    display: block;
    background: url('../images/background-lg.png') top center no-repeat;
}


}
@media (max-width: 1199px) {
  .other-pages-header .menu-category {
    min-width: 220px;
  }
  .shopping-cart-page .checkout-buttons .btn {
        width: 100%;
        margin-top: 15px;
    }
    .shopping-cart-page .checkout-buttons {
        flex-wrap: wrap;
    }
    .order-progress .lnr {
        font-size: 20px;
    }
    .order-progress .inactive-step,
    .order-progress .active-step {
        padding: 0 5px;
    }
    .deleteshoppingcartitem {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 28px;
        z-index: 1;
    }
	#mainSlider .mainSlider-prev {
		left: 30px;
	}
	#mainSlider .mainSlider-next {
		right: 30px;
	}
	.remove-from-cart::before {
		background: transparent !important;
	}
	.return-product-container {
		width: calc(100% - 30px);
		margin-left: 15px;
	}
	.advanced-search-results .products-container .product-desc {
		max-width: 220px;
	}
	.order-details-page .quantity {
		font-size: 23px;
		color: #000 !important;
	}
	.block-account-navigation .list li a {
		font-size: 13px;
		font-weight: 300;
	}
	.card.gen .btn-group .btn {
		padding-left: 8px;
		padding-right: 8px;
		display: flex;
		justify-content: center;
	}
	.order-details-page td.subtotal {
		justify-content: flex-end;
	}
	.shopping-cart td.product .product-name {
		font-size: 18px;
	}
	.shopping-cart .discount {
		font-size: 13px;
	}
	.order-details-page .shopping-cart .product {
		width: 100%;
		background: #eee;
		min-height: 52px;
	}
	.order-details-page .product-unit-price,
	.order-details-page .product-subtotal.price {
		font-size: 23px;
	}
	.order-details-page .shopping-cart tr {
		min-height: 160px;
	}
	.order-details-page .shopping-cart .unit-price {
		justify-content: flex-end;
		margin-bottom: 0;
	}
	.shopping-cart-container {
		box-shadow: unset !important;
	}
	.order-details-page .shopping-cart .product-subtotal.price {
		position: relative;
		left: unset;
		bottom: unset;
	}
	.shopping-cart .product-subtotal.price {
		position: absolute;
		left: 75px;
		bottom: 20px;
	}
	.shopping-cart .add-to-cart {
		position: absolute;
		right: 0;
		top: 0;
	}
	.order-details-page .quantity {
		font-size: 23px;
		color: #000 !important;
	}
	.order-details-page .shopping-cart .product {
		width: 100%;
		background: #eee;
		min-height: 52px;
		padding: 10px !important;
	}
	.order-details-page .product-unit-price,
	.order-details-page .product-subtotal.price {
		font-size: 18px;
	}
	.shopping-cart .remove-from-cart.remove-os {
		width: 100% !important;
	}
	.shopping-cart .remove-from-cart.remove-os label {
		margin-left: auto !important;
		left: -25px !important;
	}
	.shopping-cart .remove-from-cart.remove-os p {
		width: 100%;
	}
	.shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:after {
		left: -12px;
	}
	.shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:before {
		left: 9px;
	}
	.shopping-cart {
		box-shadow: unset;
		border: 0;
	}
	.shopping-cart .quantity .qty-input {
		width: 45px;
	}
	.shopping-cart .remove-from-cart input[type='checkbox'] + label {
		width: 30px;
	}
	.shopping-cart td {
		padding: 15px;
	}
	.shopping-cart-page {
		clear: both;
	}
	.shopping-cart tbody {
		border: 0;
	}
	.shopping-cart thead {
		display: none;
	}
	.shopping-cart tr {
		margin: 0 0 10px;
		font-size: 0;
		letter-spacing: 0;
		border: 2px solid #fff;
		position: relative;
		text-align: center;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
		padding-bottom: 65px;
		display: flex !important;
		flex-direction: column;
	}
	.shopping-cart td {
		font-size: 14px;
		letter-spacing: .2px;
		padding: 15px;
		border: none !important;
		text-align: center;
	}
	.shopping-cart tr,
	.shopping-cart td {
		display: block;
	}
	.shopping-cart tr {
		margin-right: 2px;
		min-height: 220px;
		border: 1px solid rgba(0, 0, 0, .25);
	}
	.shopping-cart .remove-from-cart,
	.shopping-cart .add-to-cart {
		height: 48px;
		align-items: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border: none;
		text-align: center;
		display: -webkit-flex;
		display: -webkit-box;
		display: -moz-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center !important;
		margin-right: 0 !important;
		padding: 0;
        width: 50%;
	}
    .shopping-cart-page .shopping-cart .remove-from-cart {
        width: 100%;
    }
    .shopping-cart-page .shopping-cart .remove-from-cart input[type='checkbox'] + label {
        margin-right: 0 !important;
    }
    .shopping-cart .remove-from-cart input[type='checkbox'] + label {
        margin: unset;
        top: 3px;
        margin-left: 3px;
        margin-bottom: auto !important;
    }
	.shopping-cart .remove-from-cart .remove {
		display: block;
		margin-bottom: 0;
		margin-left: 15px;
		left: 25px;
		z-index: 99;
		text-transform: uppercase;
		font-size: 15px;
		top: 10px;
		position: absolute;
	}
	.shopping-cart .remove-from-cart:before,
	.shopping-cart .add-to-cart:before {
		content: '';
		position: absolute;
		height: 48px;
		top: 0;
		left: 0;
		right: 0;
		background: #dfe1e2;
		z-index: 0;
	}
	.shopping-cart .product-picture {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 15px;
	}
	.shopping-cart .product-picture a:before {
		content: '';
		display: block;
	}
	.shopping-cart .product-picture img {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 100%;
	}
	.shopping-cart .product-picture ~ td {
		padding: 10px;
	}
	.shopping-cart .product {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-self: flex-start;
		padding: 0 10px 0 !important;
		padding-bottom: 10px !important;
	}
	.shopping-cart .quantity {
		left: 0;
		width: 45%;
		padding: 10px 0 10px 10px !important;
		color: #909090;
		text-transform: none;
		font-family: 'Lato', sans-serif;
		line-height: 18px;
		font-size: 18px;
	}
	.shopping-cart .quantity,
	.shopping-cart .subtotal {
		display: flex;
		align-items: center;
		height: 66px;
		margin: 0 !important;
		padding: 10px;
		text-align: center !important;
		border-top: 1px solid #ccc !important;
		position: absolute;
		bottom: 0;
		top: unset;
	}
	.order-details-page .shopping-cart tr {
		min-height: 160px;
	}
	.shopping-cart .subtotal {
		width: 60%;
		right: 0;
		padding-left: 5px !important;
		justify-content: flex-end;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.shopping-cart .subtotal .price span:first-of-type {
		font-size: 17px !important;
	}
	.shopping-cart .subtotal .price span:nth-of-type(2) {
		font-size: 26px !important;
	}
	.shopping-cart .subtotal .price span:nth-child(3) {
		font-size: 17px !important;
	}
	.shopping-cart tbody tr:nth-child(even) {
		background-color: #fff;
	}
	.shopping-cart .unit-price {
		display: flex;
		align-items: center;
		bottom: 66px;
		width: 100%;
		justify-content: center;
		padding-left: 0 !important;
		padding-top: 0 !important;
	}
	.shopping-cart .subtotal-text,
	.shopping-cart .unit-price-text {
		display: inline-block;
		margin-right: 5px;
		font-size: 20px;
	}
	.shopping-cart .subtotal .prod-total {
		font-size: 18px;
	}
}
/*@media END (max-width: 1199px)*/

@media (max-width: 991px) {
  .home-banner {
      display: none;
  }
  
  img.podmirak {
    z-index: 999;
    position: absolute;
    top: 23px;
    left: 0;
    width: 100px;
}
  
  .nav-item.searchBoxOpener {
    display: none;
}
  
  
  .menu-category > li > a {
    display: block;
    width: 159px;
    height: 22px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300; 
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000000;
    cursor: pointer;
    align-items: left;
    min-height: 43px;
    min-width: 153px;
    line-height: 42px;
}

.menu-category > li > a:hover {
    -webkit-box-shadow: none; 
    box-shadow: none;
    background-color: none; 
}

.mainNav.navbar-light .navbar-nav .nav-link:focus, .mainNav.navbar-light .navbar-nav .nav-link:hover, .mainNav-other.navbar-light .navbar-nav .nav-link:focus, .mainNav-other.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.col-lg-6.col-md-7.col-sm-7.col-12.px-sm-3.px-0.text-center.buttons.d-flex.justify-content-center.align-items-center {
    min-width: 100% !important;
}

.col-lg-5.col-md-5.col-sm-5.col-12.text-center.totals {
    min-width: 100% !important;
}

  .menu-category .dropright .dropdown-toggle::after {
    transition: all .3s ease;
  }
  .bar-notification-container {
    top: unset;
    bottom: 15px;
    right: 15px;
    max-width: 290px;
  }
  .flyout-cart {
      min-width: 17em;
  }
  .flyout-cart-header {
      font-size: 14px;
      height: 50px;
  }
  .section-header {
/*      height: 50px;*/
  }
  .search-box-text.form-control {
      border-radius: 0;
  }
  #off-canvas-left-push .mainNav-other .navbar-collapse.collapse {
      display: block;
  }
  .menu-category .dropright.show .dropdown-toggle::after {
      transform: rotate(90deg);
  }
  .menu-category li.dropdown .first-level {
      position: static;
      padding: 10px;
      animation-name: none;
  }
  .menu-category li.dropdown .first-level li.nav-item .nav-link {
      justify-content: space-between;
  }
  .c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open {
    transform: translate3d(-17em, 0, 0);
  }
  .main-card.card {
      border: 0;
      border-radius: 0;
  }
  .main-card.card > .card-body {
      padding: 0;
  }
  .header-main {
      padding: 0;
  }
  .header-main #small-search-box-form,
  .section-main #mainNav_container {
      display: none;
  }
  .header-links {
      order: 3;
  }
  .product-details-page .overview-buttons {
      display: none;
  }
  .card-product .rest-buttons {
      display: none;
  }
  .mainNav.navbar .navbar-toggler {
    position: absolute;
    top: -35px;
    right: 7.5px;
  }
  .menu-category li.dropdown .first-level.show {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .other-pages-header #navbarSupportedContent {
    top: 55px;
    left: 0;
    z-index: 1039;
  }

  .brand-wrap .logo, .navbar-brand .logo {
      margin: 0 0 0 15px;
  }
  .breadcrumb {
    display: none;
  }
  .other-pages-header .navbar-nav .dropdown-menu {
    position: static;
  }
  footer .footer-block .title {
    font-size: 18px;
  }
  .leftSide {
    padding: 0;
    display: none;
    overflow: hidden;
  }
  .leftSide-container {
    padding: 15px;
    border: 0;
  }
  #leftSide .leftSide {
    display: block;
  }
  
  .col-lg-3.col-12.leftSide {
    background: url('http://naturinka.com/Themes/naturinkanew/Content/images/bg-left-bottom.png') 0 672px no-repeat;
}
  
  .filter-button .lnr {
    font-size: 24px;
  }
  .filter-button .c-button__text {
      line-height: 1;
  }
  .mainNav, .mainNav-other {
      display: none;
  }
  #off-canvas-left-push.c-offcanvas--push .mainNav,
  #off-canvas-left-push.c-offcanvas--push .mainNav-other {
      display: flex;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  .product-details-page .product-tabs .nav-link .lnr {
      font-size: 24px;
  }
  .product-details-page .product-tabs .nav-item .nav-link::before {
      display: none;
  }
  
          .page.category-page {
    clear: both;
    margin-top: 105px;
}
}
@media (max-width: 575px) {

   .page.category-page {
    clear: both;
    margin-top: 0px;
}

img.podmirak {
    z-index: 999;
    position: absolute;
    top: -73px;
    left: 0;
    width: 90px;
}

    .product-item-list .btn-primary {
        display: none;
    }
    .card-product .add-to-cart-button {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .card-product .btn-primary {
        width: 100%;
        margin: 10px 0 0 0;
        box-shadow: none;
    }
    .card-product .btn-primary:hover,
    .card-product .btn-primary:focus,
    .card-product .btn-primary:active {
        box-shadow: none !important;
    }
    .product-details-page .add-to-cart {
        width: 100%;
    }
    .product-details-page .overview-buttons {
        margin: 0 0 15px 0;
    }
    .gallery.slider .gallery-thumbs {
        min-width: 50px;
        max-width: 50px;
    }
    .gallery.slider .gallery-thumbs .swiper-slide {
        width: 50px !important;
        height: 50px !important;
        margin: 0 10px 10px 0 !important;
    }
    .gallery.slider:not(.sliding-page) .swiper-all-container {
        max-width: calc(100% - 65px);
    }
    

}

.generalMarginSupporter.categoryGrid.mb-3 {
    display: none;
}                           

.article1 {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 3.5em;
-moz-column-gap: 3.5em;
column-gap: 2.9em;
-webkit-column-width: 250px;
-moz-column-width: 250px;
column-width: 251px;
font-family: 'Lato', sans-serif;
font-size: 13px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: 0.55px;
text-align: left;
float: left;
color: #000000;
}


.article2 {
       -webkit-column-count: 2;
          -moz-column-count: 2;
               column-count: 2;
       -webkit-column-gap: 2.5em;
          -moz-column-gap: 2.5em;
               column-gap: 2.5em;
   -webkit-column-width: 383px;
      -moz-column-width: 383px;
           column-width: 383px;
          	    
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.76px;
    color: #000000;
}



.full-description .flex-parent {
    padding-bottom: 35px;
}

.full-description .flex-child-text {
width: 237px;
height: 23px;
font-family: 'Lato', sans-serif;
font-size: 19px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: 3.44px;
color: #000000;
left: ;
}

.text-info {
    font-size: 25px;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    /*background-color: #E2001A;*/
}


.topic-vratny-obal-text {

    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.07px;
    color: #747170;
    margin: 0 0 0 293px;
    max-width: 239px;
    text-align: left;
    font-weight: 900;

}

.topic-vratny-obal, .topic-kompost-obal {

    margin-bottom: 34px;
    max-width: 159px;
    float: left;

}

.topic-kompost-obal {

    padding: 10px 0;

}

.spacer {

    clear: both;

}

.spacer2 {

    float: left;
    width: 606px;
    height: 50px;

}

.first-col-hidden {

    max-width: 25%;
    float: left;
    height: 1064px;

}


.first-col-hidden-text {

    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.55px;
    text-align: left;
    float: left;
    color: #757170;
    margin-top: 138px;

}



/*.first-col-hidden img {

    margin: 196px auto 0;

} */

.img-first-hidden img {

    margin: 199px auto 0;

}


.img-third-hidden img {
    margin:69px auto 0;
}

.table-container {

    float: left;

}

.flex-table {
  display: flex;
  flex-flow: row wrap;
  border-left: solid 1px $table-border;
  transition: 0.5s;
  
}

.flex-row{

    
    padding: 15px 0 40px 57px;
    line-height: 27px;
    font-size: 15px;
    color: #757170;

}


.flex-row.first {

    background: url("../images/mydla-path.svg") top left no-repeat;

}


.flex-table2 {
  display: flex;
  flex-flow: row wrap;
  border-left: solid 1px $table-border;
  transition: 0.5s;
  
}

.flex-row2{

    
   padding: 25px 0 40px 57px;
    line-height: 27px;
    font-size: 15px;
    color: #757170;

}


.flex-row.first2 {

    background: url("../images/sampon-path.svg") top left no-repeat;
    padding: 25px 0 40px 57px;
}


.pl-sm-4.page-body {
    padding-bottom: 50px;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
    background-color: #9b9b9b;
    }
    
    .nadpis.bold {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.76px;
    color: #000000;
    padding: 17px 0;
}

h4 {
 font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.76px;
    color: #000000;
    padding: 17px 0;
}

/*doplneno*/
select#billing-address-select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    border-radius: 3px;
    background-color: #fff !important;
    min-width: 128px;
    border-color: #fff;
    /* border: solid; */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.opc .step-title {
    width: 100%;
    padding: 0px 15px;
    color: #fff;
    background-image: linear-gradient(#749d28, #709628 50%);
    border-bottom: 3px solid #ffc107;
}
.opc .step-title .number {
    margin: 0 15px 0 0 !important;
        display: none;
}
.opc .step-title .title {
    margin: 0 !important;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    padding: 4px 11px;
}
.opc .tab-section {
    margin: 0 0 15px 0;
}

input.button-1.new-address-next-step-button, input.button-1.shipping-method-next-step-button, input#btnSearch, input.view-detail, input.button-1.payment-info-next-step-button, input.button-1.confirm-order-next-step-button, input.button-1.payment-method-next-step-button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    border-radius: 3px;
    background-color: #709d2e;
    min-width: 128px;
    border-color: #fff;
    /* border-style: solid; */
    border: solid;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 13px 0 0 0;
}

input#Keywords.text-box.single-line {
    font-family: inherit;
    /* font-size: inherit; */
    /* line-height: inherit; */
    color: #2b2b2b !important;
    font-family: 'Lato', sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    text-align: center;
    border-radius: 3px;
    background-color: #ffffff;
    min-width: 240px;
    /* border-color: #fff; */
    border-style: solid;
    border: solid;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 13px 0 0 0;
    border-width: inherit;
}

input#btnSearch {
    width: 90px;
}

table.packetery-hours {
    font-size: 12px;
    line-height: 2;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    background: #6f9628;
    color: white;
}

.payment-logo {
    display: none;
}

button.learn-more.btn.btn-warning.ml-1 {
    padding: 0;
    margin: 0;
}

.podporujeme {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #fff;
    line-height: 59px;
}

.MarkAsNew {
    background: url(../images/novinka.png) top left no-repeat;
    z-index: 999999999;
    position: absolute;
    top: 23px;
    left: 0;
    height: 82px;
    width: 84px;
}

div#block-popular-tags {
    display: none;
}

.page.all-shops-page {
    max-width: 918px;
}


.custom-select {
  
    color: #ffffff;
    vertical-align: middle;
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23000' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right .75rem center/8px 10px;
    background-color: #000000;
    border: 1px solid #000000;
   
}

.payment-details {
    margin-bottom: 0.8rem;
}

label {
    display: inline-block;
    margin-bottom: 0rem;
}

button.btn.btn-warning.checkout-as-guest-button {
    max-width: 600px;
    margin: 33px auto;
}
.buttons.btn-group.mx-0 {
    width: 100%;
}
.gg-close-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px
}
.gg-close-r::after,
.gg-close-r::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 8px;
    left: 3px
}
.gg-close-r::after {
    transform: rotate(-45deg)
}
button.gg-close-r {
    font-size: 0;
}

.html-widget p {
    margin: 0;
}

.info-wrap {
  min-height: 220px;
}

.base-price-pangv {
  font-size: 11px;
  color: gray;
  font-style: italic;
}


