body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #595959;
}
button,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  background-color: #FFF;
  border: 1px solid #ccc;
}
.input-text:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover,
textarea:hover,
.input-text:active,
input[type=email]:active,
input[type=password]:active,
input[type=search]:active,
input[type=tel]:active,
input[type=text]:active,
input[type=url]:active,
textarea:active,
.input-text:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  background-color: #FFF;
  outline: none;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
p {
  text-align: left;
  margin-bottom: 25px;
}
p + h2,
p + h3 {
  margin-top: 40px;
}
p strong,
p b {
  color: #595959;
}
img {
  border-radius: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #595959;
  text-align: left;
}
.site-header .header__page-title {
  font-size: 40px;
  text-align: left;
  font-weight: 400;
  line-height: 1.3;
}
.site-header .header__page-title span {
  font-size: 50px;
  color: #6EA600;
  font-weight: 600;
  display: block;
}
.site-header .header__page-title a {
  text-decoration: inherit;
  color: inherit;
}
h1,
.h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 500;
  margin-bottom: 25px;
}
h2,
.h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}
strong,
b {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}
a {
  color: #6EA600;
  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  outline: 0;
  color: #6EA600;
  text-decoration: none;
}
.header-top {
  height: 300px;
  background-color: #F2EEDA;
  width: 100%;
  overflow: hidden;
}
.header-top .header-top-text {
  height: 300px;
  position: relative;
}
.header-top .header-top-text .header-top-text-content {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-top .header__image {
  position: absolute;
  left: 350px;
  top: 0;
  bottom: 0;
  right: 0;
  background: url('/wp-content/themes/storefront-child/img/header-bg-2.jpg') left center no-repeat;
  background-size: cover;
}
.header-menu {
  width: 100%;
  background-color: #3B5900;
}
.header-menu > .container {
  padding-left: 0;
  padding-right: 0;
}
.header-menu #site-navigation {
  width: 100%;
  margin-right: 0;
}
.header-menu #site-navigation .menu-toggle {
  height: 40px;
  border: none;
  color: #FFF;
  border-radius: 0;
  background-color: #3B5900;
  padding-right: .4em;
  z-index: 2000;
}
.header-menu #site-navigation .menu-toggle:before,
.header-menu #site-navigation .menu-toggle:after,
.header-menu #site-navigation .menu-toggle span:before {
  background: #FFF !important;
}
.header-menu #site-navigation .menu-toggle:hover,
.header-menu #site-navigation .menu-toggle:focus,
.header-menu #site-navigation .menu-toggle:active {
  background-color: #6EA600;
  color: #FFF;
  text-decoration: none;
}
.header-menu #site-navigation .main-menu {
  display: flex;
  width: 100%;
}
.header-menu #site-navigation .main-menu .primary-navigation {
  flex: 1 0 auto;
}
.header-menu #site-navigation .main-menu .navbar-nav {
  margin-left: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.header-menu #site-navigation .main-menu .navbar-nav li {
  flex: 1 0 auto;
}
.header-menu #site-navigation .main-menu .navbar-nav li.current-menu-item a {
  background-color: #6EA600;
  color: #FFF;
  text-decoration: none;
}
.header-menu #site-navigation .main-menu .navbar-nav a {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #FFF;
  padding: 11px 10px 10px;
  font-weight: 400;
  background-color: #3B5900;
  text-decoration: none;
  display: block;
}
.header-menu #site-navigation .main-menu .navbar-nav a:hover,
.header-menu #site-navigation .main-menu .navbar-nav a:focus,
.header-menu #site-navigation .main-menu .navbar-nav a:active {
  background-color: #6EA600;
  color: #FFF;
  text-decoration: none;
}
.header-menu #site-navigation .menu .current_page_item a {
  background-color: #6EA600;
  color: #FFF;
}
.header-menu #site-navigation .menu a {
  color: #fff;
  padding-left: .875em;
  padding-right: .875em;
  text-decoration: none;
}
.header-menu #site-navigation .menu a:hover,
.header-menu #site-navigation .menu a:focus,
.header-menu #site-navigation .menu a:active {
  background-color: #6EA600;
  color: #FFF;
}
.header-menu #site-navigation .menu:last-child {
  display: none;
}
.cart_container {
  position: relative;
}
.cart_container .wpmenucart-contents {
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  padding: 11px 24px 10px;
  background-color: #6EA600;
  text-decoration: none;
  display: block;
}
.cart_container .wpmenucart-contents:hover {
  background: #F2EEDA;
  color: #3B5900;
}
.cart_container .wpmenucart-contents i {
  display: inline-block;
  margin-right: 10px;
  height: 19px;
}
.cart_container .dropdown-content {
  display: none;
  box-shadow: 0 0 5px 0 #0003;
  padding: 0 1.41575em;
  position: absolute;
  right: 0;
  top: 100%;
  width: 400px;
  z-index: 999;
  font-size: .875em;
  background-color: #F2EEDA;
}
.cart_container:hover .wpmenucart-contents {
  z-index: 1000;
  color: #3B5900;
  background: #F2EEDA;
}
.cart_container:hover .dropdown-content {
  display: block;
}
.cart_container .woocommerce-mini-cart__empty-message {
  margin: 0;
  padding: 14px 0;
}
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart p.total {
  padding-left: 0;
  padding-right: 0;
}
.site-header .widget_shopping_cart .product_list_widget li {
  padding-left: 26px;
  padding-right: 0;
}
.site-header .widget_shopping_cart .product_list_widget li a.remove {
  margin-top: -2px;
}
.site-header .widget_shopping_cart .product_list_widget li a.remove:before {
  display: block;
}
.site-header .widget_shopping_cart .buttons a {
  font-size: 18px;
  line-height: 25px;
  padding: 14px 38px 12px 38px;
  background-color: #6EA600;
  color: #FFF;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 400;
  transition: none;
  border-radius: 10px;
}
.site-header .widget_shopping_cart .buttons a:hover,
.site-header .widget_shopping_cart .buttons a:focus,
.site-header .widget_shopping_cart .buttons a:active {
  outline: 0;
  text-decoration: none;
  color: #3B5900;
  background-color: #F2EEDA;
}
.site-header .widget_shopping_cart .buttons a.dark {
  background: #3B5900;
}
.site-header .widget_shopping_cart .buttons a:hover {
  color: #6EA600;
  background: #fff;
}
.btn-custom,
input[type="submit"].btn-custom {
  font-size: 18px;
  line-height: 25px;
  padding: 14px 38px 12px 38px;
  background-color: #6EA600;
  color: #FFF;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 400;
  transition: none;
  border-radius: 10px;
}
.btn-custom:hover,
input[type="submit"].btn-custom:hover,
.btn-custom:focus,
input[type="submit"].btn-custom:focus,
.btn-custom:active,
input[type="submit"].btn-custom:active {
  outline: 0;
  text-decoration: none;
  color: #3B5900;
  background-color: #F2EEDA;
}
.btn-custom-small {
  font-size: 15px;
  text-transform: none;
  padding: 11px 20px 10px;
  line-height: 17px;
}
.btn-custom-dark {
  background: #3B5900;
}
.btn-custom-secondary {
  background: #F2EEDA;
  color: #3B5900;
}
.btn-custom-secondary:hover,
.btn-custom-secondary:focus,
.btn-custom-secondary:active {
  color: #fff;
  background-color: #6EA600;
}
.btn-custom-styles {
  font-size: 18px;
  line-height: 34px;
  padding: 14px 38px;
  background-color: #6EA600;
  color: #FFF;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 400;
  transition: none;
}
.btn-custom-styles:hover,
.btn-custom-styles:focus,
.btn-custom-styles:active {
  outline: 0;
  text-decoration: none;
  color: #3B5900;
  background-color: #F2EEDA;
}
#masthead {
  margin-bottom: 0;
  padding-top: 0;
  border: 0;
  width: 100%;
}
.homepage {
  padding-top: 40px;
}
.custom-products-container {
  margin-bottom: 40px;
}
.custom-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #F2EEDA;
}
.custom-product:last-of-type {
  border-bottom: 1px solid #F2EEDA;
}
.custom-product .product-info {
  display: flex;
  width: 70%;
  align-items: center;
}
.custom-product .product-img {
  width: 100px;
  padding-left: 15px;
  padding-right: 45px;
  float: left;
  flex: 0 0 auto;
}
.custom-product .product-title {
  flex: 1 1 auto;
}
.custom-product .product-title h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.custom-product .product-title span {
  display: block;
}
.custom-product .product-price {
  font-weight: 600;
  padding: 0 20px 0 10px;
}
.custom-product .product-add {
  width: 220px;
}
.custom-product .product-add .add_to_cart_button .icon-added {
  margin-left: 8px;
  display: none;
}
.custom-product .product-add .add_to_cart_button.added .icon-added {
  display: inline-block;
}
.custom-product .product-add .added_to_cart {
  font-size: 18px;
  line-height: 25px;
  padding: 14px 38px 12px 38px;
  background-color: #6EA600;
  color: #FFF;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 400;
  transition: none;
  border-radius: 10px;
  background: #3B5900;
  margin-top: 10px;
}
.custom-product .product-add .added_to_cart:hover,
.custom-product .product-add .added_to_cart:focus,
.custom-product .product-add .added_to_cart:active {
  outline: 0;
  text-decoration: none;
  color: #3B5900;
  background-color: #F2EEDA;
}
.custom-product .product-add > a {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  display: block;
}
.right-sidebar .widget-area {
  width: 100%;
}
.added_to_cart {
  font-size: 18px;
  line-height: 34px;
  padding: 14px 38px;
  background-color: #6EA600;
  color: #FFF;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 400;
  transition: none;
}
.added_to_cart:hover,
.added_to_cart:focus,
.added_to_cart:active {
  outline: 0;
  text-decoration: none;
  color: #3B5900;
  background-color: #F2EEDA;
}
.added_to_cart::after {
  display: none;
}
.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area .widget .sidebar-block a {
  display: block;
  padding: 29px 10px 27px 80px;
  color: #3B5900;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  background-color: #F2EEDA;
  border-radius: 10px;
  height: 100%;
  position: relative;
  font-weight: 500;
}
.widget-area .widget .sidebar-block a i {
  display: block;
  width: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 30px;
  color: #6EA600;
  font-weight: 600;
  font-size: 30px;
}
.widget-area .widget .sidebar-block a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #6EA600;
}
.widget-area .widget .sidebar-block a:hover i {
  color: inherit;
}
.widget-area .widget .sidebar-block a:not(.button) {
  color: #3B5900;
  text-decoration: none;
}
.widget-area .widget .sidebar-block a:not(.button):hover {
  color: #FFF;
}
.right-sidebar .content-area {
  width: 100%;
  margin-right: 0;
  float: none;
}
.site-footer {
  color: #FFF;
  padding: 0;
}
.site-footer a {
  color: #FFF;
}
.site-footer .footer-top {
  background-color: #6EA600;
  padding-top: 27px;
  padding-bottom: 29px;
  font-size: 20px;
}
.site-footer .footer-top a {
  position: relative;
  text-decoration: none;
  color: #FFF;
}
.site-footer .footer-top a:before {
  position: absolute;
  width: 38px;
  text-align: center;
  top: 50%;
  left: 0;
}
.site-footer .footer-top a:hover {
  text-decoration: underline;
}
.site-footer .footer-top a.footer-tel {
  padding-left: 54px;
}
.site-footer .footer-top a.footer-tel:before {
  margin-top: -15px;
  content: url('/wp-content/themes/storefront-child/img/tel.svg');
}
.site-footer .footer-top a.footer-mail {
  padding-left: 50px;
}
.site-footer .footer-top a.footer-mail:before {
  margin-top: -10px;
  content: url('/wp-content/themes/storefront-child/img/mail.svg');
}
.site-footer .footer-top .footer-top-content {
  display: flex;
  justify-content: space-around;
}
.site-footer .footer-bottom {
  background-color: #3B5900;
  padding-top: 32px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
}
.site-footer .footer-bottom .row {
  flex-direction: row-reverse;
}
.site-footer .footer-menu ul {
  list-style-type: none;
  margin: 0;
  float: right;
}
.site-footer .footer-menu ul li {
  display: inline-block;
  padding-left: 25px;
}
.site-footer .footer-menu ul li a {
  color: #FFF;
}
.post .posted-on,
.post .post-author {
  display: none;
}
.post .cat-links {
  display: none;
}
.post .entry-header {
  border: 0;
}
.post .btn-custom {
  text-decoration: none!important;
}
.woocommerce-result-count {
  display: none;
}
.wp-block-separator {
  margin: 25px 0!important;
}
.return-to-shop .wc-backward {
  font-size: 18px;
  line-height: 34px;
  padding: 14px 38px;
  background-color: #6EA600;
  color: #FFF;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 400;
  transition: none;
}
.return-to-shop .wc-backward:hover,
.return-to-shop .wc-backward:focus,
.return-to-shop .wc-backward:active {
  outline: 0;
  text-decoration: none;
  color: #3B5900;
  background-color: #F2EEDA;
}
.entry-content .notice-container-wrap li::before {
  display: none;
}
.woocommerce-products-header + .storefront-sorting {
  display: none;
}
.eshop-content .woocommerce-info {
  text-align: left;
}
.eshop-content > .storefront-sorting:first-of-type {
  display: none;
}
.woocommerce-pagination {
  float: left;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  background-color: transparent;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  background-image: url("/wp-content/plugins/responsive-lightbox/assets/swipebox/img/icons.svg");
  background-repeat: no-repeat;
  background-position: 6px 2px;
  width: 30px;
  height: 30px;
  background-size: auto!important;
}
.nivo-lightbox-image {
  display: flex;
}
.nivo-lightbox-image img {
  margin: auto;
}
#customer_login > .col-1,
#customer_login > .col-2 {
  max-width: none;
  -ms-flex: none;
  flex: none;
}
#customer_login input[type=text],
#customer_login input[type=password],
#customer_login input[type=email] {
  box-shadow: none;
}
#customer_login .woocommerce-form__label-for-checkbox {
  padding-top: 10px;
  margin-bottom: 0;
}
.woocommerce .password-input {
  width: 100%;
}
.woocommerce .row {
  display: block;
}
.woocommerce .woocommerce-MyAccount-content {
  text-align: left;
}
.woocommerce .woocommerce-MyAccount-content p {
  text-align: left;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce .woocommerce-MyAccount-content .woocommerce-column {
  max-width: none;
  -ms-flex: none;
  flex: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
  background-color: transparent;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
  padding-bottom: 0;
  background-color: transparent;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table,
.woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details {
  border: 1px solid #3B5900;
  background-color: transparent;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead th,
.woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details thead th {
  color: #FFF;
  background-color: #3B5900;
}
.woocommerce .woocommerce-MyAccount-content address p {
  text-align: center;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Pagination a {
  font-size: 18px;
  line-height: 25px;
  padding: 14px 38px 12px 38px;
  background-color: #6EA600;
  color: #FFF;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 400;
  transition: none;
  border-radius: 10px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Pagination a:hover,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Pagination a:focus,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Pagination a:active {
  outline: 0;
  text-decoration: none;
  color: #3B5900;
  background-color: #F2EEDA;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  display: block;
}
.woocommerce .woocommerce-MyAccount-navigation ul li::before,
.woocommerce .woocommerce-MyAccount-navigation ul li::after {
  display: none;
}
label[for=shipping_method_0_wbs24a10ee82f_cena_nad_v_hov_limit_budeme_v_s_kontaktovat_pro_up_esn_n_nejvhodn_j_a_nejlevn_j_p_epravy] .cost {
  display: none;
}
#order_comments_field {
  clear: both;
}
.daterangepicker .calendar-table th {
  background-color: transparent;
  font-weight: bold;
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  padding: 1px;
  background-color: #FFF;
}
.daterangepicker .calendar-table td.active {
  background-color: #3B5900;
}
.daterangepicker .calendar-table select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  font-weight: 400;
  border-color: #a9a9a9;
}
.storefront-breadcrumb {
  padding: 0;
  margin: 15px 0 40px;
}
/*
 * Styly k checkout pluginu
 */
.woocommerce .woocommerce-form-login .woocommerce-form__label {
  padding-top: 10px;
  margin-bottom: 0;
}
.woocommerce #eshop-navigation .col-12 {
  flex: none;
}
.woocommerce #eshop-navigation .navigation-tile .circle {
  line-height: 55px;
  margin-right: 0;
}
.woocommerce .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-input-wrapper #order_comments {
  min-height: 140px;
}
.woocommerce .woocommerce-shipping-fields .form-row {
  display: block;
}
.woocommerce #eshop-navigation {
  margin-right: 0;
  margin-left: 0;
}
.woocommerce #eshop-navigation .navigation-tile {
  background-color: #3B5900;
  color: #FFF;
  border: 1px solid #fff;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}
.woocommerce #eshop-navigation .navigation-tile .circle {
  color: #fff;
  background-color: transparent;
}
.woocommerce #eshop-navigation .navigation-tile.active {
  background-color: #6EA600;
  color: #fff;
}
.woocommerce #eshop-navigation .navigation-tile.active .circle {
  color: #3B5900;
  background-color: #fff;
  margin-right: 20px;
}
.woocommerce #eshop-navigation .navigation-tile.active .tile-arrow {
  border-left-color: #6EA600;
  right: -15px;
}
.woocommerce #eshop-navigation .navigation-tile.active ~ .navigation-tile {
  background-color: #F2EEDA;
  color: #3B5900;
}
.woocommerce #eshop-navigation .navigation-tile.active ~ .navigation-tile .circle {
  color: #3B5900;
}
.woocommerce #eshop-navigation .navigation-tile:first-of-type {
  border-left-width: 0px;
}
.woocommerce #cart-list-head {
  background-color: #3B5900;
  color: #FFF;
}
.woocommerce .cart-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0;
  border-color: #F2EEDA;
}
.woocommerce .cart-line .product {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.woocommerce .cart-line .product .cart-image {
  flex: 0 0 auto;
}
.woocommerce .cart-line .product .cart-image img {
  max-height: 150px;
  width: auto;
  margin: auto;
}
.woocommerce .cart-line .product .cart-description {
  padding-left: 15px;
}
.woocommerce .cart-line .product .cart-title {
  text-align: left;
  font-weight: 600;
}
.woocommerce .cart-line .actions .remove-button {
  color: #b00;
  border: none;
  height: 25px;
  width: 25px;
}
.woocommerce .cart-line .actions .remove-button i {
  position: relative;
  top: -3px;
}
.woocommerce .cart-line .actions .remove-button:hover,
.woocommerce .cart-line .actions .remove-button:active,
.woocommerce .cart-line .actions .remove-button:focus {
  color: #fff;
  background-color: #b00;
}
.woocommerce .cart-line .price,
.woocommerce .cart-line .quantity,
.woocommerce .cart-line .product,
.woocommerce .cart-line .actions {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: initial;
}
.woocommerce .cart-line .price .price-vat-excluded {
  display: none;
}
.woocommerce .cart-line .quantity,
.woocommerce .cart-line .actions {
  height: auto;
}
.woocommerce .cart-line .quantity .quantity-input {
  font-size: 15px;
}
.woocommerce .voucher-and-total-price .voucher .voucher-input {
  border: 1px solid #ccc;
  box-shadow: none;
  background-color: transparent;
  border-right-width: 0;
}
.woocommerce .voucher-and-total-price .voucher .voucher-button {
  font-size: 18px;
  line-height: 25px;
  padding: 14px 38px 12px 38px;
  background-color: #6EA600;
  color: #FFF;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 400;
  transition: none;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.woocommerce .voucher-and-total-price .voucher .voucher-button:hover,
.woocommerce .voucher-and-total-price .voucher .voucher-button:focus,
.woocommerce .voucher-and-total-price .voucher .voucher-button:active {
  outline: 0;
  text-decoration: none;
  color: #3B5900;
  background-color: #F2EEDA;
}
.woocommerce .voucher-and-total-price .col-12 {
  flex: none;
}
.woocommerce .voucher-and-total-price .cart-price-total > .button {
  font-size: 18px;
  line-height: 25px;
  padding: 14px 38px 12px 38px;
  background-color: #6EA600;
  color: #FFF;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 400;
  transition: none;
  border-radius: 10px;
  font-size: 15px;
  text-transform: none;
  padding: 11px 20px 10px;
  line-height: 17px;
  margin: 10px 0 0 10px;
}
.woocommerce .voucher-and-total-price .cart-price-total > .button:hover,
.woocommerce .voucher-and-total-price .cart-price-total > .button:focus,
.woocommerce .voucher-and-total-price .cart-price-total > .button:active {
  outline: 0;
  text-decoration: none;
  color: #3B5900;
  background-color: #F2EEDA;
}
.woocommerce .voucher-and-total-price .cart-price-total .button-empty-cart {
  background: #3B5900;
}
.woocommerce .voucher-and-total-price .cart-price-total .price-vat-excluded {
  display: none;
}
.woocommerce .voucher-and-total-price .cart-price-total .price-total {
  margin-top: 0;
}
.woocommerce .voucher-and-total-price .cart-subtotal {
  display: none;
}
.woocommerce .voucher-and-total-price .conditions {
  font-size: 15px;
  padding-top: 0;
}
.woocommerce .voucher-and-total-price .cart-discount {
  padding-top: 0;
}
.woocommerce .buttons .col-12 {
  flex: none;
}
.woocommerce .buttons .btn {
  font-size: 18px;
  line-height: 25px;
  padding: 14px 38px 12px 38px;
  background-color: #6EA600;
  color: #FFF;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 400;
  transition: none;
  border-radius: 10px;
  text-decoration: none !important;
}
.woocommerce .buttons .btn:hover,
.woocommerce .buttons .btn:focus,
.woocommerce .buttons .btn:active {
  outline: 0;
  text-decoration: none;
  color: #3B5900;
  background-color: #F2EEDA;
}
.woocommerce .buttons .btn:not(.btn-primary) {
  background: #F2EEDA;
  color: #3B5900;
}
.woocommerce .buttons .btn:not(.btn-primary):hover,
.woocommerce .buttons .btn:not(.btn-primary):focus,
.woocommerce .buttons .btn:not(.btn-primary):active {
  color: #fff;
  background-color: #6EA600;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  color: #595959;
  background-color: #F2EEDA;
  border-radius: 0;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a {
  color: #595959;
}
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:active,
.woocommerce .woocommerce-info a:active,
.woocommerce .woocommerce-message a:focus,
.woocommerce .woocommerce-info a:focus {
  opacity: 1;
  text-decoration: none;
}
.woocommerce .woocommerce-error li {
  margin-bottom: 0;
}
.woocommerce .woocommerce-error li::before,
.woocommerce .woocommerce-error li::after {
  display: none!important;
}
.woocommerce .checkout .radio .next-items {
  display: none;
}
.woocommerce .checkout .radio .type .radio-item .payment-icon img {
  display: none;
}
.woocommerce .checkout .radio .type .custom-radio {
  margin-top: 6px;
}
.woocommerce .radio {
  margin-bottom: 40px;
}
.woocommerce .radio p {
  text-align: left;
}
.woocommerce .radio .type .radio-item {
  border-bottom-color: #f2f2f2;
}
.woocommerce .radio .type input[type=radio]:checked ~ label {
  border-color: #F2EEDA;
  background: #F2EEDA;
}
.woocommerce .radio .type input[type=radio]:checked ~ label .custom-radio {
  border-color: #3B5900;
}
.woocommerce .radio .type input[type=radio]:checked ~ label .custom-radio::before {
  background-color: #3B5900;
}
.woocommerce .radio .type:hover .custom-radio {
  border-color: #3B5900;
}
.woocommerce .form .form-group input[type=checkbox] ~ label {
  margin-left: 0;
}
.woocommerce .form .form-group input[type=checkbox] ~ label:hover .custom-checkbox {
  border-color: #3B5900;
}
.woocommerce .form .form-group input[type=checkbox]:checked ~ label {
  background-color: #F2EEDA;
  border-color: #F2EEDA;
}
.woocommerce .form .form-group .custom-checkbox {
  z-index: 0;
}
.woocommerce .form .form-group .custom-checkbox::before {
  border-color: #3B5900;
}
.woocommerce .form .form-group.big-checkbox {
  font-size: 20px;
}
.woocommerce .form .form-row label {
  padding: 0 11px;
}
.woocommerce .btn {
  font-size: 18px;
  line-height: 25px;
  padding: 14px 38px 12px 38px;
  background-color: #6EA600;
  color: #FFF;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 400;
  transition: none;
  border-radius: 10px;
  background: #3B5900;
  text-decoration: none !important;
}
.woocommerce .btn:hover,
.woocommerce .btn:focus,
.woocommerce .btn:active {
  outline: 0;
  text-decoration: none;
  color: #3B5900;
  background-color: #F2EEDA;
}
.woocommerce .delivery-price-summary h2 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  line-height: inherit;
  color: #3B5900;
}
.woocommerce .woocommerce-validated.form-row-last {
  clear: none;
}
.woocommerce .woocommerce-customer-details .addresses .col-1,
.woocommerce .woocommerce-customer-details .addresses .col-2 {
  max-width: none;
}
.woocommerce #payment .place-order {
  display: none;
}
.woocommerce #order_review {
  padding-top: 0;
  background-color: transparent;
}
.woocommerce #order_review .shop_table {
  width: 100%;
  text-align: right;
}
.woocommerce textarea:focus {
  outline: 0;
}
.woocommerce .col-12 {
  max-width: none;
  flex: none;
}
.woocommerce .form-row {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce .woocommerce-billing-fields {
  padding-top: 20px;
}
.woocommerce .woocommerce-billing-fields::after {
  content: '';
  display: table;
  clear: both;
}
.woocommerce .woocommerce-billing-fields h3 {
  font-weight: 400;
  font-size: 2em;
  line-height: 1.214;
}
.woocommerce .woocommerce-billing-fields p {
  margin-bottom: 35px;
}
.woocommerce .woocommerce-billing-fields .woocommerce-validated {
  clear: none;
}
.woocommerce .woocommerce-billing-fields .select2-container--default .select2-selection--single {
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  border: 0;
}
.woocommerce .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.woocommerce .woocommerce-billing-fields .input-text,
.woocommerce .woocommerce-billing-fields input[type=email],
.woocommerce .woocommerce-billing-fields input[type=password],
.woocommerce .woocommerce-billing-fields input[type=search],
.woocommerce .woocommerce-billing-fields input[type=tel],
.woocommerce .woocommerce-billing-fields input[type=text],
.woocommerce .woocommerce-billing-fields input[type=url],
.woocommerce .woocommerce-billing-fields textarea {
  background-color: #FFF;
  border: 1px solid #ccc;
  box-shadow: none;
}
.woocommerce .woocommerce-billing-fields .input-text:hover,
.woocommerce .woocommerce-billing-fields input[type=email]:hover,
.woocommerce .woocommerce-billing-fields input[type=password]:hover,
.woocommerce .woocommerce-billing-fields input[type=search]:hover,
.woocommerce .woocommerce-billing-fields input[type=tel]:hover,
.woocommerce .woocommerce-billing-fields input[type=text]:hover,
.woocommerce .woocommerce-billing-fields input[type=url]:hover,
.woocommerce .woocommerce-billing-fields textarea:hover,
.woocommerce .woocommerce-billing-fields .input-text:active,
.woocommerce .woocommerce-billing-fields input[type=email]:active,
.woocommerce .woocommerce-billing-fields input[type=password]:active,
.woocommerce .woocommerce-billing-fields input[type=search]:active,
.woocommerce .woocommerce-billing-fields input[type=tel]:active,
.woocommerce .woocommerce-billing-fields input[type=text]:active,
.woocommerce .woocommerce-billing-fields input[type=url]:active,
.woocommerce .woocommerce-billing-fields textarea:active,
.woocommerce .woocommerce-billing-fields .input-text:focus,
.woocommerce .woocommerce-billing-fields input[type=email]:focus,
.woocommerce .woocommerce-billing-fields input[type=password]:focus,
.woocommerce .woocommerce-billing-fields input[type=search]:focus,
.woocommerce .woocommerce-billing-fields input[type=tel]:focus,
.woocommerce .woocommerce-billing-fields input[type=text]:focus,
.woocommerce .woocommerce-billing-fields input[type=url]:focus,
.woocommerce .woocommerce-billing-fields textarea:focus {
  box-shadow: none;
}
.woocommerce .woocommerce-shipping-fields {
  clear: both;
}
.woocommerce .woocommerce-shipping-fields .select2-container--default .select2-selection--single {
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  border: 0;
}
.woocommerce .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.woocommerce .woocommerce-shipping-fields .form-group.big-checkbox {
  margin-bottom: 25px;
}
.woocommerce .woocommerce-shipping-fields .input-text,
.woocommerce .woocommerce-shipping-fields input[type=email],
.woocommerce .woocommerce-shipping-fields input[type=password],
.woocommerce .woocommerce-shipping-fields input[type=search],
.woocommerce .woocommerce-shipping-fields input[type=tel],
.woocommerce .woocommerce-shipping-fields input[type=text],
.woocommerce .woocommerce-shipping-fields input[type=url],
.woocommerce .woocommerce-shipping-fields textarea {
  background-color: #FFF;
  border: 1px solid #ccc;
  box-shadow: none;
}
.woocommerce .woocommerce-shipping-fields .input-text:hover,
.woocommerce .woocommerce-shipping-fields input[type=email]:hover,
.woocommerce .woocommerce-shipping-fields input[type=password]:hover,
.woocommerce .woocommerce-shipping-fields input[type=search]:hover,
.woocommerce .woocommerce-shipping-fields input[type=tel]:hover,
.woocommerce .woocommerce-shipping-fields input[type=text]:hover,
.woocommerce .woocommerce-shipping-fields input[type=url]:hover,
.woocommerce .woocommerce-shipping-fields textarea:hover,
.woocommerce .woocommerce-shipping-fields .input-text:active,
.woocommerce .woocommerce-shipping-fields input[type=email]:active,
.woocommerce .woocommerce-shipping-fields input[type=password]:active,
.woocommerce .woocommerce-shipping-fields input[type=search]:active,
.woocommerce .woocommerce-shipping-fields input[type=tel]:active,
.woocommerce .woocommerce-shipping-fields input[type=text]:active,
.woocommerce .woocommerce-shipping-fields input[type=url]:active,
.woocommerce .woocommerce-shipping-fields textarea:active,
.woocommerce .woocommerce-shipping-fields .input-text:focus,
.woocommerce .woocommerce-shipping-fields input[type=email]:focus,
.woocommerce .woocommerce-shipping-fields input[type=password]:focus,
.woocommerce .woocommerce-shipping-fields input[type=search]:focus,
.woocommerce .woocommerce-shipping-fields input[type=tel]:focus,
.woocommerce .woocommerce-shipping-fields input[type=text]:focus,
.woocommerce .woocommerce-shipping-fields input[type=url]:focus,
.woocommerce .woocommerce-shipping-fields textarea:focus {
  box-shadow: none;
}
.woocommerce #ship-to-different-address {
  float: left;
  width: 100%;
}
.woocommerce #ship-to-different-address label {
  font-weight: 400;
}
.woocommerce .black-bg {
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.woocommerce .black-bg label,
.woocommerce .black-bg h3 {
  color: #0000;
}
.woocommerce .checkout_coupon input[type=submit],
.woocommerce .woocommerce-form-login input[type=submit],
.woocommerce .checkout_coupon button[type=submit],
.woocommerce .woocommerce-form-login button[type=submit] {
  font-size: 18px;
  line-height: 25px;
  padding: 14px 38px 12px 38px;
  background-color: #6EA600;
  color: #FFF;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 400;
  transition: none;
  border-radius: 10px;
}
.woocommerce .checkout_coupon input[type=submit]:hover,
.woocommerce .woocommerce-form-login input[type=submit]:hover,
.woocommerce .checkout_coupon button[type=submit]:hover,
.woocommerce .woocommerce-form-login button[type=submit]:hover,
.woocommerce .checkout_coupon input[type=submit]:focus,
.woocommerce .woocommerce-form-login input[type=submit]:focus,
.woocommerce .checkout_coupon button[type=submit]:focus,
.woocommerce .woocommerce-form-login button[type=submit]:focus,
.woocommerce .checkout_coupon input[type=submit]:active,
.woocommerce .woocommerce-form-login input[type=submit]:active,
.woocommerce .checkout_coupon button[type=submit]:active,
.woocommerce .woocommerce-form-login button[type=submit]:active {
  outline: 0;
  text-decoration: none;
  color: #3B5900;
  background-color: #F2EEDA;
}
.woocommerce .last-step .summary {
  flex: 0 0 100%;
  text-align: center;
}
.woocommerce .last-step .summary .col-6-m {
  max-width: 50%;
}
.woocommerce .last-step .summary .col-6-m:nth-of-type(3) {
  clear: both;
  padding-top: 40px;
}
.woocommerce .last-step .summary .btn {
  line-height: 34px;
  padding: 14px 38px;
  background-color: #6EA600;
  color: #FFF;
  text-align: center;
  border: none;
  font-weight: 400;
  transition: none;
  text-decoration: none;
  font-size: 18px;
  border-radius: 0;
}
.woocommerce .last-step .summary .btn:hover,
.woocommerce .last-step .summary .btn:focus,
.woocommerce .last-step .summary .btn:active {
  outline: 0;
  text-decoration: none;
  color: #3B5900;
  background-color: #F2EEDA;
}
.woocommerce .last-step .cart-line .pad {
  display: none;
}
.woocommerce .last-step .step-3-summary > h2 {
  padding-top: 40px;
  line-height: 28px;
}
.woocommerce .last-step .step-3-summary .delivery-price-summary {
  line-height: 32px;
}
.woocommerce ul.order_details li::before {
  display: none;
}
.woocommerce .woocommerce-customer-details {
  padding-top: 40px;
}
.woocommerce .woocommerce-customer-details::after {
  content: '';
  display: table;
  clear: both;
}
.woocommerce .hentry {
  margin-bottom: 0;
}
.woocommerce #payment.outside-pay .payment_methods > .wc_payment_method > label {
  padding: 0;
  float: left;
  width: calc(100% - 20px);
  margin-left: 7px;
  margin-bottom: 15px;
}
.woocommerce #payment.outside-pay .payment_methods > .wc_payment_method > label img {
  display: none;
}
.woocommerce #payment.outside-pay .payment_methods > .wc_payment_method > label .payment_box {
  padding-left: 0;
}
.woocommerce #payment.outside-pay .payment_methods > .wc_payment_method .input-radio {
  float: left;
  width: 13px;
  position: relative;
  top: 7px;
}
.woocommerce #payment.outside-pay .payment_methods > .wc_payment_method .input-radio:focus {
  outline: none;
}
.woocommerce #payment.outside-pay .payment_methods > .wc_payment_method::after {
  content: '';
  display: table;
  clear: both;
}
.woocommerce #payment.outside-pay > .form-row {
  padding: 18px 0!important;
}
.woocommerce #payment.outside-pay > .form-row .wc-terms-and-conditions {
  padding-left: 0!important;
}
.woocommerce #payment.outside-pay > .form-row .wc-terms-and-conditions input[type=checkbox] {
  position: relative;
  top: 7px;
}
.woocommerce #payment.outside-pay > .form-row .wc-terms-and-conditions input[type=checkbox]:focus {
  outline: 0;
}
.woocommerce .woocommerce-thankyou-order-details {
  display: block!important;
  border: 1px solid #3B5900;
  background-color: transparent;
}
.woocommerce .woocommerce-thankyou-order-details li::after {
  display: none!important;
}
.woocommerce .woocommerce-thankyou-order-details::before,
.woocommerce .woocommerce-thankyou-order-details::after {
  display: none!important;
}
.woocommerce .woocommerce-table--order-details {
  border: 1px solid #3B5900;
  background-color: transparent;
}
.woocommerce .woocommerce-table--order-details th,
.woocommerce .woocommerce-table--order-details td {
  background-color: transparent;
}
.woocommerce #order_review:not(.woocommerce-checkout-review-order) .shop_table {
  border: 1px solid #3B5900;
  background-color: transparent;
}
.woocommerce #order_review:not(.woocommerce-checkout-review-order) .shop_table th,
.woocommerce #order_review:not(.woocommerce-checkout-review-order) .shop_table td {
  background-color: transparent;
}
.woocommerce #payment.outside-pay .payment_methods > .wc_payment_method {
  width: 100%;
}
.woocommerce #payment.outside-pay .payment_methods > .wc_payment_method p {
  text-align: left;
}
.woocommerce #payment.outside-pay .payment_methods > .wc_payment_method > label {
  padding: 0;
  float: left;
  width: calc(100% - 20px);
  margin-left: 7px;
  margin-bottom: 15px;
}
.woocommerce #payment.outside-pay .payment_methods > .wc_payment_method > label img {
  display: none;
}
.woocommerce #payment.outside-pay .payment_methods > .wc_payment_method > label .payment_box {
  padding-left: 0;
}
.woocommerce #payment.outside-pay .payment_methods > .wc_payment_method .input-radio {
  float: left;
  width: 13px;
  position: relative;
  top: 7px;
}
.woocommerce #payment.outside-pay .payment_methods > .wc_payment_method .input-radio:focus {
  outline: none;
}
.woocommerce #payment.outside-pay .payment_methods > .wc_payment_method::after {
  content: '';
  display: table;
  clear: both;
}
.woocommerce #payment.outside-pay > .form-row {
  padding: 18px 0!important;
}
.woocommerce #payment.outside-pay > .form-row .wc-terms-and-conditions {
  padding-left: 0!important;
}
.woocommerce #payment.outside-pay > .form-row .wc-terms-and-conditions input[type=checkbox] {
  position: relative;
  top: 7px;
}
.woocommerce #payment.outside-pay > .form-row .wc-terms-and-conditions input[type=checkbox]:focus {
  outline: 0;
}
.woocommerce .woocommerce-order-details h2 {
  margin-top: 30px;
}
.woocommerce .woocommerce-column--billing-address address,
.woocommerce .woocommerce-column--shipping-address address,
.woocommerce .woocommerce-customer-details address {
  padding: 0  10px;
}
.woocommerce .cart-discount {
  padding-top: 25px;
}
.woocommerce .cart-discount .coupon-amount {
  font-size: 18px;
}
.woocommerce .cart-discount .coupon-amount a {
  font-size: 13px;
}
.woocommerce .choose-delivery-point {
  float: right;
  padding-top: 15px;
}
.woocommerce .choose-delivery-point img {
  display: none;
}
.woocommerce .choose-delivery-point button {
  font-size: 18px;
  line-height: 34px;
  padding: 14px 38px;
  background-color: #6EA600;
  color: #FFF;
  text-align: center;
  border: none;
  text-decoration: none;
  font-weight: 400;
  transition: none;
}
.woocommerce .choose-delivery-point button:hover,
.woocommerce .choose-delivery-point button:focus,
.woocommerce .choose-delivery-point button:active {
  outline: 0;
  text-decoration: none;
  color: #3B5900;
  background-color: #F2EEDA;
}
/*
 * Konec stylů k pluginu
 */
@media screen and (max-width: 1199px) {
  /*
     * Styly pluginu
     */
  .woocommerce #eshop-navigation .navigation-tile {
    font-size: 14px;
  }
  .woocommerce #eshop-navigation .navigation-tile .circle {
    margin: 10px 10px 0;
  }
  .woocommerce #eshop-navigation .navigation-tile.active .circle {
    margin-right: 13px;
  }
  .woocommerce .step-0 .voucher-and-total-price .voucher {
    width: 70%;
  }
  .woocommerce .step-0 .voucher-and-total-price .voucher .voucher-input {
    width: 270px;
  }
  .woocommerce .step-0 .voucher-and-total-price .cart-price-total {
    width: 30%;
  }
  .woocommerce .last-step .step-3-summary .voucher-and-total-price .conditions,
  .woocommerce .last-step .step-3-summary .voucher-and-total-price .cart-price-total {
    width: 50%;
  }
  .woocommerce .last-step .step-3-summary .voucher-and-total-price .conditions .voucher-and-total-price .cart-price-total,
  .woocommerce .last-step .step-3-summary .voucher-and-total-price .cart-price-total .voucher-and-total-price .cart-price-total {
    width: 100%;
  }
  .woocommerce .woocommerce-checkout-step-1 #order_review {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .woocommerce .woocommerce-checkout-step-1 #order_review .voucher-and-total-price::after {
    content: '';
    display: table;
    clear: both;
  }
  .woocommerce .woocommerce-checkout-step-1 #order_review .cart-price-total {
    float: right;
  }
  /*
     * Konec stylů pluginu
     */
}
@media screen and (max-width: 991px) {
  .header-menu #site-navigation .main-menu {
    display: block;
  }
  .cart_container:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart_container .wpmenucart-contents {
    float: right;
  }
  .cart_container .dropdown-content {
    max-width: 100%;
  }
  .site-footer {
    text-align: center;
  }
  .site-footer .footer-top .footer-top-content {
    display: block;
  }
  .site-footer .footer-bottom .row {
    display: block;
  }
  .site-footer .footer-menu {
    margin-bottom: 10px;
  }
  .site-footer .footer-menu ul {
    float: none;
  }
  .site-footer .footer-menu li {
    padding: 0 12px;
  }
  /*
     * Styly pluginu
     */
  .tile-arrow {
    display: none !important;
  }
  .woocommerce #eshop-navigation .col-12 {
    flex: 0 0 100%;
  }
  .woocommerce #eshop-navigation .navigation-tile {
    width: 100%;
    border: none;
    margin-top: 1px;
  }
  .woocommerce #eshop-navigation .navigation-tile .circle {
    margin-right: 20px;
  }
  .woocommerce #eshop-navigation .navigation-tile.right {
    border-bottom-width: 1px;
  }
  .woocommerce #cart-list-head {
    line-height: 22px;
    padding: 14px 0;
    font-size: 14px;
  }
  .woocommerce #cart-list-head .col-5-l {
    width: 41.66666667%;
  }
  .woocommerce #cart-list-head .col-2-l {
    width: 16.66666667%;
  }
  .woocommerce #cart-list-head .col-1-l {
    width: 8.33333333%;
  }
  .woocommerce .cart-line .product {
    width: 41.66666667%;
  }
  .woocommerce .cart-line .price,
  .woocommerce .cart-line .quantity {
    width: 16.66666667%;
  }
  .woocommerce .cart-line .actions {
    width: 8.33333333%;
  }
  .woocommerce .step-0 .voucher-and-total-price .voucher {
    width: 50%;
  }
  .woocommerce .step-0 .voucher-and-total-price .voucher .voucher-input {
    border-right-width: 1px;
    border-bottom-width: 0;
  }
  .woocommerce .step-0 .voucher-and-total-price .voucher .voucher-button {
    font-size: 18px;
    line-height: 25px;
    padding: 14px 38px 12px 38px;
    background-color: #6EA600;
    color: #FFF;
    text-align: center;
    border: none;
    text-decoration: none;
    font-weight: 400;
    transition: none;
    border-radius: 10px;
    width: 270px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .woocommerce .step-0 .voucher-and-total-price .voucher .voucher-button:hover,
  .woocommerce .step-0 .voucher-and-total-price .voucher .voucher-button:focus,
  .woocommerce .step-0 .voucher-and-total-price .voucher .voucher-button:active {
    outline: 0;
    text-decoration: none;
    color: #3B5900;
    background-color: #F2EEDA;
  }
  .woocommerce .step-0 .voucher-and-total-price .cart-price-total {
    width: 50%;
  }
  .woocommerce .last-step .step-3-summary .voucher-and-total-price .cart-price-total {
    padding-top: 0;
  }
  .woocommerce .last-step .step-3-summary .voucher-and-total-price .cart-price-total .order-total {
    padding-top: 0;
  }
  .woocommerce-checkout-review-order-table .voucher-and-total-price .cart-price-total {
    width: 100%;
  }
  /*
     * Konec stylů pluginu
     */
}
@media screen and (max-width: 979px) {
  .woocommerce .step-3-summary .voucher-and-total-price {
    text-align: center;
  }
  .woocommerce .step-3-summary .voucher-and-total-price .price-total {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .header-top {
    height: auto;
  }
  .header-top .header-top-text {
    height: auto;
    padding-top: 20px;
  }
  .header-menu #site-navigation .menu:last-child {
    display: block;
  }
  .cart_container {
    padding-right: 42.25px;
  }
  /*
     * Styly pluginu
     */
  .woocommerce #cart-list-head {
    display: none;
  }
  .woocommerce .cart-line {
    display: block;
  }
  .woocommerce .cart-line .product {
    width: 50%;
    text-align: center;
    float: left;
    display: block;
  }
  .woocommerce .cart-line .product .cart-image {
    float: none;
    display: inline-block;
  }
  .woocommerce .cart-line .product .cart-description {
    padding: 0;
  }
  .woocommerce .cart-line .product h2 {
    text-align: center;
  }
  .woocommerce .cart-line .price,
  .woocommerce .cart-line .quantity,
  .woocommerce .cart-line .actions {
    width: 50%;
    text-align: center!important;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .woocommerce .cart-line .quantity .right {
    float: none;
    display: inline-block;
  }
  .woocommerce .cart-line .actions .remove-button {
    float: none;
    margin: auto;
  }
  .woocommerce .step-0 .voucher-and-total-price .voucher {
    width: 50%;
  }
  .woocommerce .step-0 .voucher-and-total-price .voucher .voucher-input {
    width: 100%;
  }
  .woocommerce .step-0 .voucher-and-total-price .voucher .voucher-button {
    width: 100%;
  }
  .woocommerce .step-0 .voucher-and-total-price .cart-price-total {
    width: 50%;
  }
  .woocommerce .buttons .col-12 {
    width: 100%;
    padding-top: 0;
  }
  .woocommerce .buttons .col-12 .btn {
    padding: 14px 0;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .woocommerce .woocommerce-checkout-review-order-table .voucher-and-total-price .cart-price-total {
    width: 100%;
  }
  .woocommerce .woocommerce-checkout-review-order-table .voucher-and-total-price .fee {
    text-align: center;
  }
  .woocommerce .radio .type .radio-item .delivery-icon.icon-none {
    width: 0;
    margin: 0 5px;
  }
  .woocommerce .checkout_coupon .form-row-first {
    margin-bottom: 0;
  }
  .woocommerce .checkout_coupon .form-row-last input[type=submit] {
    width: 100%;
  }
  .woocommerce .checkout_coupon .input-text {
    border-bottom-width: 0;
  }
  .woocommerce .step-3-udaje .col-12,
  .woocommerce .step-3-doruceni .col-12 {
    padding-left: 0;
  }
  .woocommerce .delivery-price-summary {
    text-align: center;
  }
  .woocommerce .delivery-price-summary h2 {
    margin-bottom: 10px;
    text-align: center;
  }
  .woocommerce .delivery-price-summary .text-right {
    text-align: center!important;
  }
  .woocommerce .delivery-price-summary .col-12 {
    width: 100%;
  }
  .woocommerce .last-step h2 {
    text-align: center;
  }
  .woocommerce .last-step .summary h2 {
    text-align: left;
    font-size: 24px;
  }
  .woocommerce .last-step .voucher-and-total-price {
    text-align: center;
  }
  .woocommerce .last-step .voucher-and-total-price .cart-price-total {
    width: 100%;
  }
  .woocommerce .last-step .voucher-and-total-price .cart-price-total .price-total {
    text-align: center;
  }
  .woocommerce .last-step .step-3-summary .voucher-and-total-price .conditions,
  .woocommerce .last-step .step-3-summary .voucher-and-total-price .cart-price-total {
    width: 100%;
  }
  .woocommerce .last-step .step-3-summary .voucher-and-total-price .conditions {
    padding-top: 0;
    margin-bottom: 25px;
  }
  .woocommerce .woocommerce-customer-details .addresses .col-1,
  .woocommerce .woocommerce-customer-details .addresses .col-2 {
    width: 100%;
  }
  .woocommerce .order-total .voucher-and-total-price .cart-price-total {
    text-align: center;
  }
  .woocommerce .woocommerce-error .notice-container-wrap {
    margin: 0;
    text-align: center;
  }
  /*
     * Konec stylů pluginu
     */
  .widget-area {
    margin-bottom: 30px;
  }
  .widget-area .widget {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 576px) {
  .step-0 .voucher-and-total-price .cart-price-total {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .custom-product .product-info {
    display: block;
    text-align: center;
    padding-right: 20px;
  }
  .custom-product .product-img {
    float: none;
    width: auto;
    display: inline-block;
    padding: 0;
    margin-bottom: 5px;
  }
  .custom-product .product-title h4 {
    text-align: inherit;
  }
  .custom-product .product-price {
    padding: 0;
    margin-top: 5px;
  }
  /*
     * Styly pluginu
     */
  .woocommerce .step-0 .voucher-and-total-price .voucher {
    width: 100%;
  }
  .woocommerce .step-0 .voucher-and-total-price .voucher .voucher-input {
    width: 100%;
  }
  .woocommerce .step-0 .voucher-and-total-price .voucher .voucher-button {
    width: 100%;
  }
  .woocommerce .step-0 .voucher-and-total-price .cart-price-total {
    width: 100%;
    text-align: center !important;
  }
  .woocommerce .step-0 .voucher-and-total-price .cart-price-total .price-total {
    text-align: center;
    padding: 10px 0;
  }
  .woocommerce .step-0 .voucher-and-total-price .cart-price-total .button {
    float: none;
    display: inline-block;
  }
  .woocommerce .last-step .summary .col-6-m {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .woocommerce .last-step .summary .col-6-m h2 {
    text-align: center;
  }
  .woocommerce .last-step .summary .col-6-m:not(:first-of-type) {
    margin-top: 40px;
  }
  .woocommerce .step-3-udaje .col-12,
  .woocommerce .step-3-doruceni .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce .radio .type .radio-item {
    padding: 10px;
  }
  .woocommerce .radio .type .radio-item .cost {
    margin-left: 10px;
  }
  .woocommerce .form .form-group input[type=checkbox] ~ label {
    display: flex;
  }
  /*
     * Konec stylů pluginu
     */
}
@media screen and (max-width: 450px) {
  .custom-product {
    display: block;
  }
  .custom-product .product-info {
    width: 100%;
    padding-right: 0;
  }
  .custom-product .product-add {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .widget-area .widget {
    margin-bottom: 30px;
  }
  .widget-area .widget .sidebar-block a {
    display: block;
    padding-left: 45px;
    color: #3B5900;
    font-size: 18px;
    line-height: 20px;
  }
  .widget-area .widget .sidebar-block a i {
    width: 30px;
    margin-top: -11px;
    left: 10px;
    font-size: 24px;
  }
}
/*# sourceMappingURL=custom.css.map */