@charset "UTF-8";
/*
  Theme Name: Moja Pijaca
  Theme URI: #
  Author: Simplicity d.o.o.
  Author URI: http://www.simplicity.rs
  Description: Moja Pijaca by Simplicity
  Version: 1.0.2
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Text Domain: moja-pijaca
  Tags: black, gray, white, dark, light, two-columns, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, sticky-post, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 Import
1.0 General
2.0 Typography
3.0 Forms
4.0 Elements
5.0 Helper Classes
6.0 Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
0.0 Import
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 16px;
  line-height: normal;
  overflow-x: hidden;
  overflow-y: auto;
}

.overflow-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "Cooking";
  src: url("fonts/cooking.eot");
  src:
    url("fonts/cooking.eot#iefix") format("embedded-opentype"),
    url("fonts/cooking.woff") format("woff"),
    url("fonts/cooking.ttf") format("truetype"),
    url("fonts/cooking.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
3.0 Forms
--------------------------------------------------------------*/
.page-template-default .default-page-wrapper form {
  display: block;
  max-width: 100%;
  width: 100%;
}

.page-template-default .default-page-wrapper form select {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 0 30px 0;
  box-shadow: none;
  border: 1px solid #fdd151;
  border-radius: 0;
  background: #fff;
  text-shadow: none;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.page-template-default .default-page-wrapper form .wpcf7-radio {
  display: block;
  margin-bottom: 30px;
}

.page-template-default
  .default-page-wrapper
  form
  .wpcf7-radio
  .wpcf7-list-item {
  display: block;
}

.page-template-default .default-page-wrapper form .wpcf7-form-control-wrap {
  display: block;
}

.page-template-default .default-page-wrapper form input[type="text"],
.page-template-default .default-page-wrapper form input[type="email"],
.page-template-default .default-page-wrapper form input[type="tel"],
.page-template-default .default-page-wrapper form input[type="number"],
.page-template-default .default-page-wrapper form input[type="file"],
.page-template-default .default-page-wrapper form input[type="password"],
.page-template-default .default-page-wrapper form textarea {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  margin: 0 0 30px 0;
  box-shadow: none;
  border: 1px solid #fdd151;
  border-radius: 0;
  background: #fff;
  text-shadow: none;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.page-template-default .default-page-wrapper form input[type="file"] {
  padding: 9px 15px;
  height: auto;
  line-height: 1ex;
}

.page-template-default
  .default-page-wrapper
  form
  input[type="password"]::-webkit-input-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="text"]::-webkit-input-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="email"]::-webkit-input-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="tel"]::-webkit-input-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="number"]::-webkit-input-placeholder,
.page-template-default
  .default-page-wrapper
  form
  textarea::-webkit-input-placeholder {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
}

.page-template-default
  .default-page-wrapper
  form
  input[type="password"]:-moz-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="text"]:-moz-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="email"]:-moz-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="tel"]:-moz-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="number"]:-moz-placeholder,
.page-template-default .default-page-wrapper form textarea:-moz-placeholder {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
}

.page-template-default
  .default-page-wrapper
  form
  input[type="password"]::-moz-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="text"]::-moz-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="email"]::-moz-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="tel"]::-moz-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="number"]::-moz-placeholder,
.page-template-default .default-page-wrapper form textarea::-moz-placeholder {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
}

.page-template-default
  .default-page-wrapper
  form
  input[type="password"]:ms-input-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="text"]:-ms-input-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="email"]:-ms-input-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="tel"]:-ms-input-placeholder,
.page-template-default
  .default-page-wrapper
  form
  input[type="number"]:-ms-input-placeholder,
.page-template-default
  .default-page-wrapper
  form
  textarea:-ms-input-placeholder {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
}

.page-template-default .default-page-wrapper form input[type="text"]:hover,
.page-template-default .default-page-wrapper form input[type="text"]:focus,
.page-template-default .default-page-wrapper form input[type="email"]:hover,
.page-template-default .default-page-wrapper form input[type="email"]:focus,
.page-template-default .default-page-wrapper form input[type="tel"]:hover,
.page-template-default .default-page-wrapper form input[type="tel"]:focus,
.page-template-default .default-page-wrapper form input[type="number"]:hover,
.page-template-default .default-page-wrapper form input[type="number"]:focus,
.page-template-default .default-page-wrapper form textarea:hover,
.page-template-default .default-page-wrapper form textarea:focus,
.page-template-default .default-page-wrapper form input[type="password"]:hover,
.page-template-default .default-page-wrapper form input[type="password"]:focus {
  outline: none;
}

.page-template-default .default-page-wrapper form input[type="text"]:focus,
.page-template-default .default-page-wrapper form input[type="email"]:focus,
.page-template-default .default-page-wrapper form input[type="tel"]:focus,
.page-template-default .default-page-wrapper form input[type="number"]:focus,
.page-template-default .default-page-wrapper form textarea:focus,
.page-template-default .default-page-wrapper form input[type="password"]:focus {
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

.page-template-default .default-page-wrapper form textarea {
  height: 400px;
  padding: 15px;
}

.page-template-default .default-page-wrapper form input[type="submit"] {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #fdd151;
  color: #fff;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  font-size: 21px;
  line-height: normal;
  border: none;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.page-template-default .default-page-wrapper form input[type="submit"]:focus,
.page-template-default .default-page-wrapper form input[type="submit"]:hover {
  background: #f39c12;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 br {
  display: none;
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 101;
}

header.is-fixed {
  position: fixed;
}

/*--------------------------------------------------------------
CTA Bar
--------------------------------------------------------------*/
.cta-bar {
  background: #56ae27;
}

.cta-bar.scrolled {
  display: none;
}

.cta-bar .relative-me {
  position: relative;
  overflow: hidden;
}

.cta-bar span {
  display: inline-block;
  font-family: "Caveat", cursive;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.cta-bar span i {
  display: inline-block;
  background-image: url("img/truck.png");
  background-repeat: no-repeat;
  background-position: 0;
  width: 50px;
  height: 28px;
  vertical-align: middle;
  margin-right: 18px;
}

.cta-bar a.toggle-cta {
  display: inline-block;
  background: #fdd151;
  font-family: "Caveat Brush", cursive;
  font-size: 20px;
  line-height: 25px;
  color: #231f20;
  text-transform: uppercase;
  text-align: center;
  margin-left: 15px;
  padding: 5px 19px;
  border-radius: 20px;
}

.no-touch .cta-bar a.toggle-cta:hover {
  background: #ffae00;
}

.cta-bar .left-side {
  float: left;
  margin-top: 10px;
}

.cta-bar .right-side {
  float: right;
  font-size: 0;
  line-height: 0;
}

.cta-bar .right-side > a:not(.cart-trigger),
.cta-bar .right-side > span {
  font-family: "Caveat Brush", cursive;
  font-weight: normal;
  font-size: 24px;
  line-height: 56px;
  color: #fff;
  background-color: #458f1e;
  display: inline-block;
}

.cta-bar .right-side > span {
  padding: 0 5px;
}

.cta-bar .right-side a.wc-log-in {
  padding-left: 10px;
}

.cta-bar .right-side a.wc-register {
  padding-right: 10px;
}

.cta-bar .right-side a.wc-my-account,
.cta-bar .right-side a.wc-log-out {
  padding: 0 10px;
}

.no-touch .cta-bar .right-side a:not(.cart-trigger):hover {
  color: #fdd151;
}

.cta-bar .right-side a.cart-trigger {
  position: relative;
  display: inline-block;
  background: #397319;
  line-height: 56px;
  padding-left: 55px;
  padding-right: 8px;
  vertical-align: top;
}

.cta-bar .right-side a.cart-trigger:before {
  content: attr(data-total);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  font-family: "Caveat Brush", cursive;
  font-size: 13px;
  color: #231f20;
  background: #fdd151;
  position: absolute;
  left: 45px;
  top: 3px;
  transition: all 0.3s ease-in-out;
}

.cta-bar .right-side a.cart-trigger span {
  font-size: 20px;
  line-height: 35px;
  font-family: "Caveat Brush", cursive;
  font-weight: normal;
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}

.cta-bar .right-side a.cart-trigger i {
  position: absolute;
  display: block;
  width: 34px;
  height: 36px;
  background-image: url("img/sprite-cart.png");
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 12px;
  margin-top: -18px;
}

.no-touch .cta-bar .right-side a.cart-trigger:hover:before {
  background: #ffae00;
  transition: all 0.3s ease-in-out;
}

.no-touch .cta-bar .right-side a.cart-trigger:hover span {
  color: #fdd151;
  transition: all 0.3s ease-in-out;
}

.cta-map {
  position: fixed;
  top: 244px;
  left: 0;
  width: 100%;
  z-index: 99;
  height: calc(100vh - 244px);
  -webkit-transform: translateY(calc(-100% - 244px));
  -ms-transform: translateY(calc(-100% - 244px));
  transform: translateY(calc(-100% - 244px));
  transition: all 0.3s ease-in-out;
}

.cta-map.active-map {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  transition: all 0.3s ease-in-out;
}

.cta-map #map {
  height: calc(100% - 80px);
}

.cta-map .cta-map-note {
  background-color: #0cb407;
  padding: 25px 15px;
  text-align: center;
  font-family: "Caveat Brush", cursive;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

.cta-map .cta-map-note span {
  color: #f8e71c;
}

.cta-map .cta-map-note-top {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1200px;
  width: 100%;
  background-color: rgba(69, 143, 30, 0.75);
  font-family: "Caveat Brush", cursive;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  padding: 0 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

/*--------------------------------------------------------------
Main Bar
--------------------------------------------------------------*/
.main-bar {
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
}

.main-bar .logo-wrapper {
  display: inline-block;
}

.main-bar .logo-wrapper img {
  display: block;
}

.main-bar .addon-buttons {
  font-size: 0;
  line-height: 0;
}

.main-bar .addon-buttons > a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}

.main-bar .addon-buttons > a:first-of-type {
  margin-left: 0;
}

.main-bar .addon-buttons > a:last-of-type {
  margin-right: 0;
}

.main-bar .addon-buttons > a i,
.main-bar .addon-buttons > a span {
  display: block;
}

.main-bar .addon-buttons > a i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opactiy=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: all 0.3s linear;
}

.main-bar .addon-buttons > a span {
  font-family: "Caveat Brush", cursive;
  font-weight: 400;
  font-size: 19px;
  line-height: normal;
  text-transform: uppercase;
  color: #141311;
  transition: all 0.3s ease-in-out;
}

.no-touch .main-bar .addon-buttons > a:hover i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opactiy=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  transition: all 0.3s linear;
}

.no-touch .main-bar .addon-buttons > a:hover span {
  color: #55504f;
  transition: all 0.3s ease-in-out;
}

.main-bar .addon-buttons > a.search-trigger i {
  position: relative;
  width: 26px;
  height: 27px;
  background-image: url("img/sprite-search.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.main-bar .main-bar-top {
  background: #f4f4f4;
  padding: 15px 0;
}

.main-bar .main-bar-bottom {
  padding: 15px 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
}

.main-bar .d-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.main-bar .d-nav > li {
  position: relative;
  display: inline-block;
  font-family: "Caveat Brush", cursive;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.main-bar .d-nav > li:first-of-type {
  margin-left: 0;
}

.main-bar .d-nav > li:last-of-type {
  margin-right: 0;
}

.main-bar .d-nav > li > a {
  color: #141311;
  display: block;
  padding-left: 19px;
  padding-right: 19px;
  height: auto;
}

.main-bar .d-nav > li.menu-item-has-children > a:after {
  content: "\f078";
  display: block;
  font-family: "FontAwesome";
  font-size: 10px;
  color: #141311;
  line-height: normal;
  margin-top: 6px;
  transition: all 0.3s ease-in-out;
}

.no-touch .main-bar .d-nav > li:hover {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.no-touch .main-bar .d-nav > li:hover > a {
  color: #56ae27;
}

.no-touch .main-bar .d-nav > li:hover > a:after {
  color: #56ae27;
  transition: all 0.3s ease-in-out;
}

.main-bar .d-nav > li > ul {
  display: none;
  position: fixed;
  top: 187px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 11px 16px 20px 0px rgba(0, 0, 0, 0.75);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  padding: 20px 10px;
  margin: 0 -15px;
  z-index: 10;
}

.main-bar .d-nav > li > ul.one-col > li {
  width: 100%;
}

.main-bar .d-nav > li > ul.two-col > li {
  width: 50%;
  float: left;
}

.main-bar .d-nav > li > ul.three-col > li {
  width: 33.33333%;
  float: left;
}

.main-bar .d-nav > li > ul.four-col > li {
  width: 25%;
  float: left;
}

.main-bar .d-nav > li > ul.five-col > li {
  width: 20%;
  float: left;
}

.main-bar .d-nav > li > ul.six-col > li {
  width: 16.66666%;
  float: left;
}

.main-bar .d-nav > li > ul > li {
  display: block;
  padding: 0 15px;
}

.main-bar .d-nav > li > ul > li > a {
  text-indent: -9999px;
}

.main-bar .d-nav > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-bar .d-nav > li > ul > li > ul > li {
  display: block;
}

.main-bar .d-nav > li > ul > li > ul > li > a {
  font-family: "Caveat Brush", cursive;
  font-size: 22px;
  line-height: 34px;
  color: #81ab6b;
}

.no-touch .main-bar .d-nav > li > ul > li > ul > li > a:hover {
  color: #141311;
}

.home .main-bar .d-nav > li > ul {
  top: 244px;
}

/*--------------------------------------------------------------
Toggle Mobile Menu Button
--------------------------------------------------------------*/
.mobile-menu-button {
  position: relative;
  display: inline-block;
  font-family: "Caveat Brush", cursive;
  font-size: 20px;
  line-height: normal;
  color: #333;
  text-transform: uppercase;
}

.mobile-menu-button i {
  margin-right: 10px;
}

.no-touch .mobile-menu-button:hover {
  color: #575757;
}

.order-text {
  font-family: "Caveat Brush", cursive;
  font-size: 36px;
  line-height: 36px;
  color: #8e8e8e;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.order-text span {
  color: #ffbb00;
}

.header-search-form {
  display: block;
  max-width: 100%;
  width: 100%;
}

.header-search-form .search-relative {
  position: relative;
  overflow: hidden;
}

.header-search-form .search-relative:before {
  content: "";
  display: block;
  width: 26px;
  height: 27px;
  background-image: url("img/sprite-search.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.header-search-form input[type="search"] {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #56ae27;
  box-shadow: none;
  outline: none;
  font-family: "Caveat Brush", cursive;
  font-size: 24px;
  line-height: normal;
  color: #919191;
  height: 50px;
  padding: 0 172px 0 47px;
}

.header-search-form input[type="search"]::-webkit-input-placeholder {
  color: #919191;
}

.header-search-form input[type="search"]:-moz-placeholder {
  color: #919191;
}

.header-search-form input[type="search"]::-moz-placeholder {
  color: #919191;
}

.header-search-form input[type="search"]:-ms-input-placeholder {
  color: #919191;
}

.header-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 160px;
  height: 50px;
  background: #56ae27;
  text-align: center;
  font-family: "Caveat Brush", cursive;
  font-size: 30px;
  color: #fff;
  box-shadow: none;
  outline: none;
  border: none;
}

/*--------------------------------------------------------------
# Search Panel
--------------------------------------------------------------*/
.search-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opactiy=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  text-align: center;
  transition: all 0.3s ease;
}

.search-panel > a {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.search-panel > a:focus,
.search-panel > a:active {
  text-decoration: none;
}

.search-panel > a:hover {
  color: #fdd151;
}

.search-panel > div {
  width: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-panel input[type="search"] {
  position: relative;
  text-align: center;
  height: auto;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #fff;
  font-size: 24px;
  color: #fff;
  font-family: "Caveat Brush", cursive;
  transition: all 0.15s ease-in-out;
}

.search-panel input[type="search"]::-webkit-input-placeholder {
  color: #fff;
  font-family: "Caveat Brush", cursive;
  font-size: 20px;
}

.search-panel input[type="search"]:-moz-placeholder {
  color: #fff;
  font-family: "Caveat Brush", cursive;
  font-size: 20px;
}

.search-panel input[type="search"]::-moz-placeholder {
  color: #fff;
  font-family: "Caveat Brush", cursive;
  font-size: 20px;
}

.search-panel input[type="search"]:-ms-input-placeholder {
  color: #fff;
  font-family: "Caveat Brush", cursive;
  font-size: 20px;
}

.search-panel input[type="search"]:focus {
  box-shadow: none;
  color: #fff;
  border-bottom-color: #fdd151;
  transition: all 0.15s ease-in-out;
}

.search-panel.show-panel {
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opactiy=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

/*--------------------------------------------------------------
Pre Footer
--------------------------------------------------------------*/
.footer-newsletter-area {
  font-size: 0;
  line-height: 0;
  margin-top: 50px;
}

.footer-newsletter-area span {
  display: inline-block;
  vertical-align: middle;
}

.footer-newsletter-area span.newsletter-text {
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 46px;
  color: #488a00;
}

.footer-newsletter-area span.newsletter-text:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  background-image: url("img/newsletter-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 87px;
  height: 25px;
}

.footer-newsletter-area form {
  position: relative;
  overflow: hidden;
}

.footer-newsletter-area form p {
  margin: 0;
  padding: 0;
}

.footer-newsletter-area form label {
  display: none;
}

.footer-newsletter-area form input[type="text"] {
  width: 458px;
  display: block;
  border: 2px solid #488a00;
  height: 46px;
  font-family: "Caveat", sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  color: #488a00;
  padding: 0 175px 0 10px;
}

.footer-newsletter-area form input[type="text"]::-webkit-input-placeholder {
  color: #488a00;
}

.footer-newsletter-area form input[type="text"]:-moz-placeholder {
  color: #488a00;
}

.footer-newsletter-area form input[type="text"]::-moz-placeholder {
  color: #488a00;
}

.footer-newsletter-area form input[type="text"]:-ms-input-placeholder {
  color: #488a00;
}

.footer-newsletter-area form input[type="submit"] {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding: 0 20px;
  height: 46px;
  outline: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  text-shadow: none;
  margin: 0;
  background: #488a00;
  color: #fff;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
footer {
  position: relative;
  background-color: #fbe5cf;
  margin-top: 109px;
}

footer:before {
  content: "";
  display: block;
  position: absolute;
  top: -109px;
  left: 0;
  width: 100%;
  height: 109px;
  background-image: url("img/footer-decoration.png");
  background-repeat: repeat-x;
  background-position: left top;
}

footer .widget-area {
  padding-bottom: 35px;
  padding-top: 105px;
  border-bottom: 4px solid #d9cca7;
}

footer .payment-logos-area {
  padding: 40px 0;
  font-size: 0;
  line-height: 0;
  background: #3e3b38;
}

footer .payment-logos-area span {
  display: inline-block;
  vertical-align: middle;
}

footer .payment-logos-area span.payment-text {
  font-family: "Caveat", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 40px;
}

footer .payment-logos-area span.payment-logo {
  margin-right: 10px;
}

footer .payment-logos-area span.payment-logo:last-of-type {
  margin-right: 0;
}

footer .copyright-area {
  padding: 10px 0;
  border-top: 4px solid #d9cca7;
}

footer .copyright-area span {
  display: inline-block;
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  color: #55504f;
}

/*--------------------------------------------------------------
Front Page Carousel
--------------------------------------------------------------*/
.home-carousel-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.home-carousel-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 112px;
  background-image: url("img/carousel-decoration.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.home-carousel-wrapper .home-carousel-init {
  margin: 0;
}

.home-carousel-wrapper .home-carousel-init .home-carousel-item {
  position: relative;
  padding: 305px 0 180px 0;
  height: calc(100vh - 112px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-carousel-wrapper .home-carousel-init .home-carousel-item .product-title {
  position: relative;
  z-index: 2;
  font-family: "Caveat Brush", cursive;
  font-size: 100px;
  line-height: 100px;
  color: #fdd151;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.home-carousel-wrapper .home-carousel-init .home-carousel-item .product-image {
  position: absolute;
  margin-top: 70px;
  top: 50%;
  left: calc((100vw - 1170px) / 2);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.home-carousel-wrapper
  .home-carousel-init
  .home-carousel-item
  .carousel-button {
  position: relative;
  z-index: 2;
}

.home-carousel-wrapper .home-carousel-init .slick-prev,
.home-carousel-wrapper .home-carousel-init .slick-next {
  width: 76px;
  height: 86px;
  margin-top: 70px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.home-carousel-wrapper .home-carousel-init .slick-prev:before,
.home-carousel-wrapper .home-carousel-init .slick-next:before {
  display: block;
  content: "";
  font-size: 0;
  line-height: 0;
  width: 76px;
  height: 86px;
  background-image: url("img/carousel-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opactiy=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

.no-touch .home-carousel-wrapper .home-carousel-init .slick-prev:hover:before,
.no-touch .home-carousel-wrapper .home-carousel-init .slick-next:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opactiy=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.home-carousel-wrapper .home-carousel-init .slick-prev {
  left: 15px;
}

.home-carousel-wrapper .home-carousel-init .slick-next {
  right: 15px;
}

.home-carousel-wrapper .home-carousel-init .slick-next:before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*--------------------------------------------------------------
Front Page Services
--------------------------------------------------------------*/
.front-page-services-outer {
  margin: 50px 0;
}

.front-page-services-outer .front-page-services-inner {
  background: #f6f6f6;
  padding: 35px 0;
}

.front-page-services-outer .front-page-services-inner .services-row {
  display: table;
  width: 100%;
}

.front-page-services-outer
  .front-page-services-inner
  .services-row
  .service-column {
  display: table-cell;
  width: 20%;
  vertical-align: top;
}

.front-page-services-outer
  .front-page-services-inner
  .services-row
  .service-column
  .service-icon {
  margin-bottom: 20px;
}

.front-page-services-outer
  .front-page-services-inner
  .services-row
  .service-column
  .service-text {
  font-family: "Caveat Brush", cursive;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #3e3b38;
}

/*--------------------------------------------------------------
Front Page Products
--------------------------------------------------------------*/
.featured-products-showcase-wrapper .container {
  padding: 0 14px;
  max-width: 1198px;
}

.featured-products-showcase-wrapper .container .row {
  margin: 0 -14px;
}

.featured-products-showcase-wrapper .container .row .product-column,
.featured-products-showcase-wrapper .container .row .col {
  padding: 0 14px;
}

.featured-products-showcase-wrapper .featured-title {
  font-family: "Caveat Brush", cursive;
  font-size: 60px;
  line-height: normal;
  text-transform: uppercase;
  color: #58af29;
  margin-top: 15px;
  margin-bottom: 61px;
}

.featured-products-showcase-wrapper .featured-button {
  margin-top: 82px;
  margin-bottom: 40px;
}

.featured-products-showcase-wrapper .featured-button .products-showcase-button {
  font-size: 60px;
  border-radius: 30px;
  padding: 9px 42px 14px 32px;
}

/*--------------------------------------------------------------
Product on Page (:not on Single)
--------------------------------------------------------------*/
.product-column .product-inner {
  margin: 14px 0;
  border: 1px dashed #ffae00;
  border-radius: 10px;
}

.product-column .product-inner .product-image {
  position: relative;
  padding: 25px;
  border-bottom: 1px dashed #ffae00;
}

.no-touch .product-column .product-inner .product-image:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0.5);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product-column .product-inner .product-title,
.product-column .product-inner .product-description {
  display: table;
  width: 100%;
  padding: 0 25px;
}

.product-column .product-inner .product-title .product-v-align,
.product-column .product-inner .product-description .product-v-align {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.product-column .product-inner .product-title {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 18px;
  text-transform: uppercase;
}

.product-column .product-inner .product-title a {
  font-family: "Caveat Brush", cursive;
  font-size: 30px;
  line-height: 30px;
  color: #ffae00;
}

.no-touch .product-column .product-inner .product-title a:hover {
  color: #55504f;
}

.product-column .product-inner .product-price {
  font-family: "Caveat Brush", cursive;
  font-size: 18px;
  line-height: 24px;
  color: #58af29;
  text-align: center;
  margin-top: 5px;
}

.product-column .product-inner .description {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #55504f;
  margin-top: 8px;
}

.product-column .product-inner .product-cta {
  padding: 0 25px 13px 25px;
}

.product-column .product-inner .product-cta .open-product {
  margin-top: 23px;
  position: relative;
  display: block;
  width: 100%;
  height: 47px;
  line-height: 47px;
  font-family: "Caveat Brush", cursive;
  font-size: 20px;
  text-transform: uppercase;
  color: #55504f;
  background: #fdd151;
  text-align: center;
  padding: 0 47px 0 0;
  border-radius: 5px;
}

.product-column .product-inner .product-cta .open-product span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 54px;
  height: 47px;
  background-color: #ffae00;
  background-image: url("img/product-button-icon.png");
  background-size: 34px 32px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.no-touch .product-column .product-inner .product-cta .open-product:hover {
  background-color: #ffae00;
}

.product-column .product-inner .product-image {
  display: block;
}

.search .product-column .product-inner .product-image:before,
.related-products-wrapper .product-column .product-inner .product-image:before {
  display: none;
}

.related-products-wrapper .product-column .product-inner .product-image a {
  display: block;
}

/*--------------------------------------------------------------
Page
--------------------------------------------------------------*/
.page-featured-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.page-featured-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 112px;
  background-image: url("img/carousel-decoration.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.page-featured-image h1.page-title {
  font-family: "Caveat Brush", cursive;
  font-size: 100px;
  line-height: 100px;
  color: #fdd151;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}

.navigation {
  margin-top: 62px;
}

.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.navigation ul li {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: transparent;
  font-family: "Caveat Brush", cursive;
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

.navigation ul li.active {
  background: #fdd151;
}

.navigation ul li a {
  color: #55504f;
  display: block;
}

.navigation ul li:first-of-type {
  margin-left: 0;
}

.navigation ul li:last-of-type {
  margin-right: 0;
}

.no-touch .navigation ul li:hover {
  background: #fdd151;
  transition: all 0.3s ease-in-out;
}

.shop-breadcrumbs-sort .woocommerce-result-count {
  display: none;
}

.shop-breadcrumbs-sort .woocommerce-breadcrumb {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: #b4b4b4;
}

.shop-breadcrumbs-sort .woocommerce-breadcrumb .home-icon {
  display: inline-block;
  width: 20px;
  height: 22px;
  background-image: url("img/home-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}

.shop-breadcrumbs-sort .woocommerce-breadcrumb span {
  vertical-align: middle;
  display: inline-block;
  margin: 0 4px;
}

.shop-breadcrumbs-sort .woocommerce-breadcrumb a {
  display: inline-block;
  color: #b4b4b4;
  vertical-align: middle;
}

.no-touch .shop-breadcrumbs-sort .woocommerce-breadcrumb a:hover {
  color: #fdd151;
}

.shop-breadcrumbs-sort .woocommerce-ordering {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.shop-breadcrumbs-sort .woocommerce-ordering span {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #979797;
}

.shop-breadcrumbs-sort .woocommerce-ordering select {
  background: transparent;
  border: 2px solid #969696;
  border-radius: 5px;
  height: 35px;
  padding: 0 38px 0 17px;
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  color: #979797;
  width: auto;
  margin-left: 10px;
  outline: none;
  -webkit-appearance: none;
}

.shop-breadcrumbs-sort .woocommerce-ordering:after {
  content: "";
  display: block;
  width: 40px;
  height: 35px;
  background: url("img/select-arrow.jpg") no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/*--------------------------------------------------------------
Archive & Shop
--------------------------------------------------------------*/
.archive-page-wrapper #sidebar {
  display: none;
}

.single-product-page {
  padding-bottom: 40px;
}

.single-product-page .related-products .related-products-title {
  text-align: center;
  font-family: "Caveat Brush", cursive;
  font-size: 60px;
  line-height: normal;
  color: #58af29;
  text-transform: uppercase;
  margin: 80px 0 60px 0;
}

.single-product-page .product {
  margin: 0 -15px;
}

.single-product-page .product.product-inner {
  margin: 0;
}

.single-product-page .product::after {
  clear: both;
  content: "";
  display: table;
}

.single-product-page .product .product_meta > span {
  display: block;
}

.single-product-page .product .product_meta_klasifikacija {
  margin-top: 10px;
  margin-bottom: 30px;
}

.single-product-page .product .product_meta > span,
.single-product-page .product .posted_in,
.single-product-page .product .posted_in a {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #55504f;
  margin: 20px 0;
}

.single-product-page .product .posted_in a:hover {
  color: #333;
}

.single-product-page .product .sku_wrapper {
  display: none;
}

.single-product-page .product .images,
.single-product-page .product .summary {
  margin: 0 !important;
  width: 50% !important;
  padding: 0 15px !important;
}

.single-product-page .product .related.products {
  width: 100%;
  padding: 0 15px;
  float: left;
}

.single-product-page .product .single-product-price {
  font-size: 0;
  line-height: 0;
}

.single-product-page .product .single-product-price > div {
  display: inline-block;
  font-family: "Caveat Brush", cursive;
  font-size: 40px;
  line-height: normal;
  text-transform: uppercase;
  color: #de9700;
}

.single-product-page .product .single-product-price p.price {
  font-family: "Caveat Brush", cursive;
  font-size: 40px;
  line-height: normal;
  text-transform: uppercase;
  color: #de9700;
  margin: 0 0 0 10px;
}

.single-product-page .product .single-product-cart-action {
  margin-top: 50px;
}

.single-product-page .product .single-product-cart-action .quantity {
  background: #ffae00;
  position: relative;
  padding: 2px 2px 2px 0;
}

.single-product-page .product .single-product-cart-action .quantity:before {
  content: "KG";
  display: inline-block;
  width: 52px;
  height: 43px;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 43px;
  color: #55504f;
  text-align: center;
}

.single-product-page .product .single-product-cart-action .quantity:after {
  content: "";
  display: block;
  width: 105px;
  height: 21px;
  background-image: url("img/add-weight.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -30px;
  left: 5px;
}

.single-product-page
  .product
  .single-product-cart-action
  .quantity.komad:before {
  content: "KOM";
}

.single-product-page .product .single-product-cart-action .button {
  padding: 0 63px 0 10px;
  margin: 0;
  position: relative;
  height: 47px;
  line-height: normal;
  font-family: "Caveat Brush", cursive;
  font-size: 30px;
  text-transform: uppercase;
  color: #55504f;
  background: #fdd151;
  text-align: center;
  outline: none;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.single-product-page .product .single-product-cart-action .button:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 54px;
  height: 47px;
  background-color: #ffae00;
  background-image: url("img/product-button-icon.png");
  background-size: 34px 32px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.no-touch
  .single-product-page
  .product
  .single-product-cart-action
  .button:hover {
  background-color: #ffae00;
  transition: all 0.3s ease-in-out;
}

.single-product-page .product .single-product-share:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #bdbdbd;
  margin-top: 35px;
  margin-bottom: 20px;
}

.single-product-page .product .single-product-share span,
.single-product-page .product .single-product-share a {
  display: inline-block;
}

.single-product-page .product .single-product-share span {
  font-family: "Caveat Brush", cursive;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #bdbdbd;
  margin-right: 9px;
}

.single-product-page .product .single-product-share a {
  font-size: 23px;
  color: #bdbdbd;
  margin: 0 9px;
}

.single-product-page .product .single-product-share a:last-of-type {
  margin-right: 0;
}

.no-touch .single-product-page .product .single-product-share a:hover {
  color: #333;
}

.single-product-page .product_title {
  font-family: "Caveat Brush", cursive;
  font-size: 60px;
  line-height: normal;
  text-transform: uppercase;
  color: #ffae00;
  margin: 0 0 30px 0;
}

.single-product-page div[itemprop="description"] p {
  font-family: "Courier", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
  color: #55504f;
}

.single-product-page div[itemprop="description"]:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #55504f;
  margin-bottom: 20px;
}

.single-product-page .woocommerce-tabs {
  display: none;
}

.single-product-page
  .product.product-type-variable
  .single-product-cart-action {
  margin-top: 30px;
}

.woocommerce-variation.single_variation {
  margin-bottom: 50px;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 43px;
  color: #55504f;
}

.woocommerce div.product form.cart .reset_variations {
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 47px;
  color: #ffae00;
}

.woocommerce div.product form.cart .variations .select {
  position: relative;
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}

.woocommerce div.product form.cart .variations .select:before {
  content: "\f078";
  display: block;
  font-family: "FontAwesome";
  color: #ffae00;
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.woocommerce div.product form.cart .variations select {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 2px solid #ffae00;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 43px;
  color: #55504f;
  padding: 0 10px 0 10px;
  background-color: transparent;
}

.woocommerce-variation-price .price > span {
  font-family: "Caveat Brush", cursive;
  font-size: 40px;
  line-height: normal;
  text-transform: uppercase;
  color: #de9700;
}

.woocommerce .woocommerce-message {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #55504f;
}

.woocommerce ul#shipping_method li:before {
  display: none;
}

/*--------------------------------------------------------------
Default Page
--------------------------------------------------------------*/
.page-template-default .default-page-wrapper .container {
  max-width: 1020px;
}

.default-page-wrapper .page-content {
  margin: 25px 0;
}

.default-page-wrapper .page-content a {
  color: #fdd151;
}

.default-page-wrapper .page-content a.wc-backward {
  color: #515151;
}

.no-touch .default-page-wrapper .page-content a:hover {
  color: #333;
}

.default-page-wrapper .page-content h1,
.default-page-wrapper .page-content h2,
.default-page-wrapper .page-content h3,
.default-page-wrapper .page-content h4,
.default-page-wrapper .page-content h5,
.default-page-wrapper .page-content h6 {
  font-family: "Caveat Brush", cursive;
  font-weight: normal;
  margin: 20px 0;
}

.default-page-wrapper .page-content h1 {
  font-size: 39px;
}

.default-page-wrapper .page-content h2 {
  font-size: 33px;
}

.default-page-wrapper .page-content h3 {
  font-size: 27px;
}

.default-page-wrapper .page-content h4 {
  font-size: 21px;
}

.default-page-wrapper .page-content h5 {
  font-size: 17px;
}

.default-page-wrapper .page-content h6 {
  font-size: 12px;
}

.default-page-wrapper .page-content ul li,
.default-page-wrapper .page-content ol li,
.default-page-wrapper .page-content p,
.default-page-wrapper .page-content address,
.woocommerce-product-details__short-description,
.woocommerce-product-details__short-description p {
  font-family: "Courier", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #55504f;
}

.default-page-wrapper .page-content p.woocommerce-FormRow {
  margin: 0;
}

.widget_wysija_cont .allmsgs blink {
  display: block;
}

.widget_wysija_cont .allmsgs li,
.widget_wysija_cont .allmsgs blink {
  font-family: "Courier", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #55504f;
}

.default-page-wrapper .page-content ul li,
.default-page-wrapper .page-content ol li {
  position: relative;
  margin-bottom: 0;
  line-height: 50px;
}

.default-page-wrapper .page-content ul li:before,
.default-page-wrapper .page-content ol li:before {
  content: "\f111";
  position: absolute;
  margin-left: -20px;
  font-family: "FontAwesome";
  font-size: 10px;
}

.default-page-wrapper .page-content ul,
.default-page-wrapper .page-content ol {
  margin-bottom: 38px;
  list-style: none;
}

.default-page-wrapper .page-content .woocommerce-MyAccount-content h2 {
  font-family: "Caveat Brush", cursive;
  font-size: 36px;
  line-height: 48px;
  color: #56ae27;
  margin: 0 0 27px 0;
}

.default-page-wrapper .page-content .woocommerce-MyAccount-content p {
  font-family: "Courier", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #55504f;
}

.default-page-wrapper .page-content .woocommerce-MyAccount-content a {
  font-family: "Courier", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #56ae27;
  text-decoration: underline;
}

.default-page-wrapper .page-content .woocommerce-MyAccount-content legend {
  font-family: "Caveat Brush", cursive;
  font-size: 30px;
  line-height: 38px;
  color: #56ae27;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.cart_totals {
  width: 100% !important;
  float: none !important;
}

.cart_totals h2 {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  color: #343131;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
  vertical-align: middle;
}

.cart_totals h2:before {
  font-family: "FontAwesome";
  display: inline-block;
  content: "\f054";
  font-size: 14px;
  color: #666;
  margin-right: 15px;
}

.cart_totals th,
.cart_totals td {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #343131;
  border-bottom: 1px solid #fdd151;
  padding: 7px !important;
}

.cart_totals th {
  border-right: 1px solid #fdd151 !important;
  color: #343131;
  font-family: "Caveat", cursive;
  font-weight: 700;
}

.cart_totals td {
  padding-left: 15px !important;
}

.cart_totals tr.cart-subtotal th,
.cart_totals tr.cart-subtotal td {
  border-top: 1px solid #fdd151 !important;
}

.cart_totals .order-total th {
  color: #343131;
}

.cart_totals a.checkout-button {
  border-radius: 3px;
  font-family: "Caveat Brush", cursive;
  font-size: 21px;
  line-height: normal;
  padding: 12px 16px;
  color: #fff;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  background: #fdd151 !important;
  max-width: none;
  width: auto;
  text-align: center;
}

.cart_totals a.checkout-button:hover {
  background: #575757 !important;
  color: #fff !important;
}

.woocommerce div.product p.stock {
  display: none;
}

.account-username-checkout {
  display: none;
}

table.shop_table.cart {
  border: none;
  border-radius: 0;
  margin: 0 0 35px 0;
  width: 100%;
}

table.shop_table.cart th {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #343131;
  border-bottom: 1px solid #fdd151;
  padding: 7px 0;
}

table.shop_table.cart th:first-of-type {
  padding-left: 34px;
}

table.shop_table.cart th:last-of-type {
  padding-right: 34px;
}

table.shop_table.cart tbody tr td.actions {
  padding: 26px 0;
}

table.shop_table.cart .button,
.woocommerce table.shop_table.my_account_orders .button {
  border-radius: 3px;
  font-family: "Caveat Brush", cursive;
  font-size: 21px;
  line-height: normal;
  padding: 7px 25px;
  color: #fff;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  background: #959595;
  max-width: none;
  width: auto;
  text-align: center;
}

.woocommerce table.shop_table.my_account_orders .button {
  margin: 5px 0;
  font-size: 16px;
  padding: 5px 10px;
}

table.shop_table.cart .button:hover,
.woocommerce table.shop_table.my_account_orders .button:hover {
  background: #fdd151;
}

table.shop_table.cart tbody tr td.actions .coupon .input-text,
table.shop_table.cart tbody tr td.actions .coupon .button {
  border-radius: 3px;
  border: 1px solid #959595;
  font-family: "Caveat Brush", cursive;
  font-size: 21px;
  line-height: normal;
  padding: 6px 18px;
  color: #818181;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  background: #fff;
  max-width: none;
  width: auto;
  text-align: center;
}

table.shop_table.cart tbody tr td.actions .coupon .input-text:focus {
  border-color: #fdd151;
}

table.shop_table.cart tbody tr td.actions .coupon .button {
  border: 2px solid #fdd151;
  background: #fdd151;
  padding: 5px 17px;
  margin-left: 20px;
  font-weight: normal;
  color: #fff;
}

table.shop_table.cart tbody tr td.actions .coupon .button:hover {
  background: #333;
  color: #fff;
}

table.shop_table.cart tbody tr.cart_item td {
  border-bottom: 1px solid #c9c9c9;
  border-top: 0;
  padding: 21px 0;
}

table.shop_table.cart tbody tr.cart_item td:first-of-type {
  padding-left: 34px;
  width: 125px;
}

.page-template-template-pricing
  table.shop_table.cart
  tbody
  tr.cart_item
  td:first-of-type {
  width: 50%;
}

table.shop_table.cart tbody tr.cart_item td:last-of-type {
  padding-right: 34px;
}

table.shop_table.cart tbody tr.cart_item td img {
  width: 56px;
}

table.shop_table.cart tbody tr.cart_item td.product-name a {
  font-family: "Caveat Brush", cursive;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #3a3a3a;
}

table.shop_table.cart tbody tr.cart_item td.product-name a:hover {
  color: #fdd151;
}

table.shop_table.cart tbody tr.cart_item td.product-subtotal span,
table.shop_table.cart tbody tr.cart_item td.product-price span {
  font-family: "Caveat Brush", cursive;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #3a3a3a;
}

table.shop_table.cart tbody tr.cart_item td.product-price .variation {
  font-family: "Caveat Brush", cursive;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #3a3a3a;
}

table.shop_table.cart tbody tr.cart_item td .qty {
  width: 45px;
  height: 30px;
  background: #fff;
  border: 1px solid #959595;
  font-family: "Caveat Brush", cursive;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #3a3a3a;
  text-align: center;
  padding: 0;
  outline: none;
}

table.shop_table.cart tbody tr.cart_item td a.remove {
  width: 30px;
  height: 30px;
  font-size: 21px;
  color: #fff !important;
  background: #fdd151;
  border-radius: 2px;
  line-height: 30px;
}

table.shop_table.cart tbody tr.cart_item td a.remove:hover {
  background: #575757;
}

.woocommerce table.shop_table.my_account_orders {
  border-color: #fdd151;
  border-radius: 0;
  margin: 0;
}

.woocommerce table.shop_table.my_account_orders a {
  text-decoration: none;
}

.woocommerce table.shop_table.my_account_orders td {
  font-size: 14px;
  line-height: 20px;
  color: #55504f;
  font-family: "Courier", sans-serif;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 0;
  border: 1px solid #fdd151;
  border-radius: 0;
}

.woocommerce form.checkout_coupon .form-row,
.woocommerce form.login .form-row,
.woocommerce form.register .form-row {
  margin: 0;
  padding: 0;
}

.woocommerce form.checkout_coupon .input-text,
.woocommerce form.login .input-text,
.woocommerce form.register .input-text {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  margin: 0 0 30px 0;
  box-shadow: none;
  border: 1px solid #fdd151;
  border-radius: 0;
  background: #fff;
  text-shadow: none;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.woocommerce form.checkout_coupon .input-text::-webkit-input-placeholder,
.woocommerce form.login .input-text::-webkit-input-placeholder,
.woocommerce form.register .input-text::-webkit-input-placeholder {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
}

.woocommerce form.checkout_coupon .input-text:-moz-placeholder,
.woocommerce form.login .input-text:-moz-placeholder,
.woocommerce form.register .input-text:-moz-placeholder {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
}

.woocommerce form.checkout_coupon .input-text::-moz-placeholder,
.woocommerce form.login .input-text::-moz-placeholder,
.woocommerce form.register .input-text::-moz-placeholder {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
}

.woocommerce form.checkout_coupon .input-text:-ms-input-placeholder,
.woocommerce form.login .input-text:-ms-input-placeholder,
.woocommerce form.register .input-text:-ms-input-placeholder {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
}

.woocommerce form.checkout_coupon .input-text:hover,
.woocommerce form.checkout_coupon .input-text:focus,
.woocommerce form.login .input-text:hover,
.woocommerce form.login .input-text:focus,
.woocommerce form.register .input-text:hover,
.woocommerce form.register .input-text:focus {
  outline: none;
}

.woocommerce form.checkout_coupon .input-text:focus,
.woocommerce form.login .input-text:focus,
.woocommerce form.register .input-text:focus {
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

.woocommerce form.checkout_coupon .button,
.woocommerce form.login .button,
.woocommerce form.register .button {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #fdd151;
  color: #fff;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  font-size: 21px;
  line-height: normal;
  border: none;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.woocommerce form.checkout_coupon .button:focus,
.woocommerce form.checkout_coupon .button:hover,
.woocommerce form.login .button:focus,
.woocommerce form.login .button:hover,
.woocommerce form.register .button:focus,
.woocommerce form.register .button:hover {
  background: #f39c12;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.woocommerce .woocommerce-info {
  border-top-color: #fdd151 !important;
  padding: 20px 20px 20px 50px !important;
  font-family: "Caveat Brush", cursive;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #3a3a3a;
}

.woocommerce .woocommerce-info:before {
  top: 23px;
  left: 20px;
  color: #fdd151;
}

.woocommerce .woocommerce-info a {
  color: #fdd151;
}

.woocommerce .woocommerce-info a:hover {
  color: #3a3a3a;
}

.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields {
  margin: 0 -10px;
}

.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3 {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #343131;
  text-transform: uppercase;
}

.woocommerce .woocommerce-billing-fields .form-row,
.woocommerce .woocommerce-billing-fields .form-row-wide,
.woocommerce .woocommerce-shipping-fields .form-row,
.woocommerce .woocommerce-shipping-fields .form-row-wide {
  float: left;
  padding: 0 10px;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.woocommerce .woocommerce-billing-fields #billing_company_enabled_field,
.woocommerce .woocommerce-shipping-fields #shipping_company_enabled_field {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-billing-fields .form-row-first,
.woocommerce .woocommerce-billing-fields .form-row-last,
.woocommerce .woocommerce-shipping-fields .form-row-first,
.woocommerce .woocommerce-shipping-fields .form-row-last {
  float: left;
  padding: 0 10px;
  margin: 0;
  width: 50%;
  overflow: hidden;
}

.woocommerce .woocommerce-billing-fields #billing_postcode_field,
.woocommerce .woocommerce-shipping-fields #billing_postcode_field {
  float: left;
  padding: 0 10px;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.woocommerce .woocommerce-billing-fields .form-row label,
.woocommerce .woocommerce-shipping-fields .form-row label {
  font-family: "Caveat Brush", cursive;
  font-size: 21px;
  line-height: normal;
  color: #343131;
  text-transform: uppercase;
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
}

.woocommerce .woocommerce-billing-fields .form-row label + strong,
.woocommerce .woocommerce-shipping-fields .form-row label + strong {
  display: block;
  margin-bottom: 30px;
}

.woocommerce .woocommerce-billing-fields .form-row input.input-text,
.woocommerce .woocommerce-billing-fields .form-row textarea,
.woocommerce .woocommerce-billing-fields .form-row select,
.woocommerce .woocommerce-shipping-fields .form-row input.input-text,
.woocommerce .woocommerce-shipping-fields .form-row textarea,
.woocommerce .woocommerce-shipping-fields .form-row select {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  margin: 0 0 30px 0;
  box-shadow: none;
  border: 1px solid #fdd151;
  border-radius: 0;
  background: #fff;
  text-shadow: none;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.woocommerce
  .woocommerce-billing-fields
  .form-row
  input.input-text::-webkit-input-placeholder,
.woocommerce
  .woocommerce-billing-fields
  .form-row
  textarea::-webkit-input-placeholder,
.woocommerce
  .woocommerce-billing-fields
  .form-row
  select::-webkit-input-placeholder,
.woocommerce
  .woocommerce-shipping-fields
  .form-row
  input.input-text::-webkit-input-placeholder,
.woocommerce
  .woocommerce-shipping-fields
  .form-row
  textarea::-webkit-input-placeholder,
.woocommerce
  .woocommerce-shipping-fields
  .form-row
  select::-webkit-input-placeholder {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
}

.woocommerce
  .woocommerce-billing-fields
  .form-row
  input.input-text:-moz-placeholder,
.woocommerce .woocommerce-billing-fields .form-row textarea:-moz-placeholder,
.woocommerce .woocommerce-billing-fields .form-row select:-moz-placeholder,
.woocommerce
  .woocommerce-shipping-fields
  .form-row
  input.input-text:-moz-placeholder,
.woocommerce .woocommerce-shipping-fields .form-row textarea:-moz-placeholder,
.woocommerce .woocommerce-shipping-fields .form-row select:-moz-placeholder {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
}

.woocommerce
  .woocommerce-billing-fields
  .form-row
  input.input-text::-moz-placeholder,
.woocommerce .woocommerce-billing-fields .form-row textarea::-moz-placeholder,
.woocommerce .woocommerce-billing-fields .form-row select::-moz-placeholder,
.woocommerce
  .woocommerce-shipping-fields
  .form-row
  input.input-text::-moz-placeholder,
.woocommerce .woocommerce-shipping-fields .form-row textarea::-moz-placeholder,
.woocommerce .woocommerce-shipping-fields .form-row select::-moz-placeholder {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
}

.woocommerce
  .woocommerce-billing-fields
  .form-row
  input.input-text:-ms-input-placeholder,
.woocommerce
  .woocommerce-billing-fields
  .form-row
  textarea:-ms-input-placeholder,
.woocommerce .woocommerce-billing-fields .form-row select:-ms-input-placeholder,
.woocommerce
  .woocommerce-shipping-fields
  .form-row
  input.input-text:-ms-input-placeholder,
.woocommerce
  .woocommerce-shipping-fields
  .form-row
  textarea:-ms-input-placeholder,
.woocommerce
  .woocommerce-shipping-fields
  .form-row
  select:-ms-input-placeholder {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
}

.woocommerce .woocommerce-billing-fields .form-row input.input-text:hover,
.woocommerce .woocommerce-billing-fields .form-row input.input-text:focus,
.woocommerce .woocommerce-billing-fields .form-row textarea:hover,
.woocommerce .woocommerce-billing-fields .form-row textarea:focus,
.woocommerce .woocommerce-billing-fields .form-row select:hover,
.woocommerce .woocommerce-billing-fields .form-row select:focus,
.woocommerce .woocommerce-shipping-fields .form-row input.input-text:hover,
.woocommerce .woocommerce-shipping-fields .form-row input.input-text:focus,
.woocommerce .woocommerce-shipping-fields .form-row textarea:hover,
.woocommerce .woocommerce-shipping-fields .form-row textarea:focus,
.woocommerce .woocommerce-shipping-fields .form-row select:hover,
.woocommerce .woocommerce-shipping-fields .form-row select:focus {
  outline: none;
}

.woocommerce .woocommerce-billing-fields .form-row input.input-text:focus,
.woocommerce .woocommerce-billing-fields .form-row textarea:focus,
.woocommerce .woocommerce-billing-fields .form-row select:focus,
.woocommerce .woocommerce-shipping-fields .form-row input.input-text:focus,
.woocommerce .woocommerce-shipping-fields .form-row textarea:focus,
.woocommerce .woocommerce-shipping-fields .form-row select:focus {
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

.woocommerce .woocommerce-billing-fields .form-row textarea,
.woocommerce .woocommerce-shipping-fields .form-row textarea {
  height: 147px;
  padding: 24px;
}

.moja-pijaca-checkout-custom-fields {
  padding: 30px 15px 0 15px;
  border: 2px dashed red;
  clear: left;
  overflow: hidden;
  float: left;
  margin: 0 10px;
  background: #eee;
}

.woocommerce label.checkbox {
  display: inline-block;
  margin-right: 10px;
}

.woocommerce #order_review_heading {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #343131;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 15px;
}

.woocommerce #order_review .button {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #fdd151;
  color: #fff;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  font-size: 21px;
  line-height: normal;
  border: none;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}

.woocommerce #order_review .button:focus,
.woocommerce #order_review .button:hover {
  background: #f39c12;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.woocommerce #order_review table {
  border: 0;
  border-radius: 0;
}

.woocommerce #order_review table thead tr th {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  background-color: #fdd151;
  padding: 7px 15px;
}

.woocommerce #order_review table thead tr th:first-of-type {
  border-right: 1px solid #fff;
}

.woocommerce #order_review table thead tr th:last-of-type {
  border-left: 1px solid #fff;
}

.woocommerce #order_review table tbody tr td {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 21px;
  line-height: normal;
  color: #333;
  text-transform: uppercase;
  padding: 10px 15px;
}

.woocommerce #order_review table tfoot tr th,
.woocommerce #order_review table tfoot tr td {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 21px;
  line-height: normal;
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  padding: 7px 15px;
}

.woocommerce #order_review table tfoot tr th {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce #order_review table tfoot tr td {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce #order_review table tfoot tr td p {
  color: #333;
  margin-bottom: 0;
}

.woocommerce #order_review table thead tr th.product-name,
.woocommerce #order_review table tbody tr td.product-name {
  width: 70%;
}

.woocommerce .woocommerce-checkout #payment {
  background: #fff;
  border: 0;
  border-radius: 0;
}

.woocommerce .woocommerce-checkout #payment .form-row {
  padding: 0;
  margin: 0;
}

.woocommerce form .form-row .input-checkbox {
  margin: -5px 5px 0 0 !important;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.woocommerce .woocommerce-checkout #payment ul {
  border-color: #fdd151;
  padding: 0;
}

.woocommerce .woocommerce-checkout #payment ul li {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  color: #fff;
  background-color: #575757;
  padding: 15px 20px;
}

.woocommerce .woocommerce-error {
  padding: 20px 20px 20px 50px !important;
}

.woocommerce .woocommerce-error:before {
  top: 23px;
  left: 20px;
  color: #b81c23;
  font-size: 16px;
}

.woocommerce .woocommerce-error li {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  color: #333;
}

.woocommerce header.title {
  position: relative;
  overflow: hidden;
}

.woocommerce header.title h3 {
  display: inline-block;
}

.woocommerce p.myaccount_user,
.woocommerce p.myaccount_address,
.woocommerce address {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  color: #333;
  margin: 0 0 15px 0;
}

.woocommerce p.myaccount_user a,
.woocommerce p.myaccount_address a,
.woocommerce address a {
  color: #fdd151;
}

.woocommerce p.myaccount_user a:hover,
.woocommerce p.myaccount_address a:hover,
.woocommerce address a:hover {
  color: #333;
}

.woocommerce .edit {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  color: #fdd151;
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
}

.woocommerce .edit:hover {
  color: #333;
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6 {
  font-family: "Caveat", cursive;
  font-weight: 700;
  line-height: 1.1;
  margin: 20px 0;
  padding: 0;
  color: #343131;
  text-transform: uppercase;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: none;
  width: 100%;
  margin-bottom: 25px;
}

table.shop_table.cart tbody tr.cart_item td .qty {
  margin: 0;
}

.woocommerce form .form-row select {
  border-radius: 0;
  -webkit-appearance: none;
  padding: 5px 10px;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
  margin: 10px 0;
}

.woocommerce td.product-name dl.variation dd p {
  font-size: 16px;
  line-height: 24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  display: block;
  margin-bottom: 2px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-of-type {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 24px;
  color: #55504f;
  font-family: "Courier", sans-serif;
  padding: 13px 10px;
  background-color: #fdd151;
  opacity: 0.5;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  color: #55504f;
  margin-right: 15px;
  vertical-align: middle;
}

.no-touch .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  opacity: 1;
}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0e4";
}

.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f0ca";
}

.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f015";
}

.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}

.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f0ae";
}

.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f09d";
}

.woocommerce .woocommerce-error:before {
  display: none;
}

.woocommerce .woocommerce-error li {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  color: #342d2d;
}

.woocommerce #mailpoet_subscription_section {
  clear: left;
  overflow: hidden;
  float: left;
  margin: 10px;
}

.woocommerce #mailpoet_subscription_section h3 {
  display: none;
}

.woocommerce #mailpoet_subscription_section label {
  display: block;
}

.woocommerce #mailpoet_subscription_section input[type="checkbox"] {
  margin: -4px 10px 0 0 !important;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

/*.woocommerce
.woocommerce-billing-fields
#billing_postcode_field.validate-postcode,
.woocommerce
.woocommerce-shipping-fields
#shipping_postcode_field.validate-postcode,
.woocommerce .woocommerce-billing-fields #billing_city_field,
.woocommerce .woocommerce-shipping-fields #shipping_city_field,
.woocommerce
.woocommerce-billing-fields
#billing_postcode_field.validate-postcode
input,
.woocommerce
.woocommerce-shipping-fields
#shipping_postcode_field.validate-postcode
input,
.woocommerce .woocommerce-billing-fields #billing_city_field input,
.woocommerce .woocommerce-shipping-fields #shipping_city_field input {
    opacity: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    outline: none;
    border: none;
    box-shadow: none;
    border: none;
}*/
.ywcdd_carrier_content:has(#ywcdd_carrier) {
  display: none;
}

/*
Tables
---------------------------------------------------------------------------------------------------- */

/*--------------------------------------------------------------
# Uputstvo
--------------------------------------------------------------*/
.pijaca-step-wrapper {
  display: table;
  width: 100%;
  margin: 42px 0;
}

.pijaca-step-wrapper .step-image,
.pijaca-step-wrapper .step-text {
  display: table-cell;
  vertical-align: middle;
}

.pijaca-step-wrapper .step-image {
  width: 276px;
}

.pijaca-step-wrapper .step-text {
  padding-left: 55px;
}

.pijaca-step-wrapper .title,
.pricing-title {
  font-family: "Caveat Brush", cursive;
  font-weight: 400;
  font-size: 42px;
  line-height: 40px;
  color: #ffae00;
}

.pricing-title {
  margin: 0 0 25px 0;
}

.pijaca-step-wrapper .description {
  font-family: "Courier", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #55504f;
}

.widget {
  overflow: hidden;
  margin-bottom: 37px;
}

.widget:last-of-type {
  margin-bottom: 0;
}

.widget .widget-title {
  font-family: "Caveat Brush", cursive;
  font-weight: 400;
  font-size: 26px;
  line-height: normal;
  margin: 0 0 22px 0;
  color: #55504f;
  text-transform: uppercase;
}

.widget .textwidget p {
  font-family: "Courier", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #55504f;
}

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

.widget .product_list_widget li {
  display: block;
  padding: 0 !important;
}

.widget .product_list_widget li a {
  display: inline-block !important;
  font-family: "Caveat", cursive;
  font-weight: 700 !important;
  font-size: 26px;
  line-height: 40px;
  color: #55504f;
  vertical-align: middle;
}

.widget .product_list_widget li a:before {
  content: "-";
  display: inline-block;
}

.no-touch .widget .product_list_widget li a:hover {
  color: #000;
}

.widget .product_list_widget li a img {
  display: none;
}

.widget .product_list_widget li .amount {
  display: none;
}

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

.widget .menu li {
  display: block;
}

.widget .menu li a {
  display: block;
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  color: #55504f;
}

.no-touch .widget .menu li a:hover {
  color: #000;
}

.widget .contact-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget .contact-wrapper li {
  display: block;
  line-height: 40px;
  margin-bottom: 5px;
}

.widget .contact-wrapper li::after {
  clear: both;
  content: "";
  display: table;
}

.widget .contact-wrapper li span {
  display: block;
  float: left;
}

.widget .contact-wrapper li span.icon {
  margin-right: 20px;
}

.widget .contact-wrapper li span.content {
  display: block;
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 26px;
  line-height: normal;
  color: #55504f;
}

.widget .contact-wrapper li span.content a {
  color: #55504f;
}

.no-touch .widget .contact-wrapper li span.content a:hover {
  color: #000;
}

.widget .contact-wrapper li:last-of-type {
  margin-bottom: 0;
}

.widget .social-media-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.widget .social-media-wrapper a {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 0;
  text-align: center;
  background: #3e3b38;
  color: #fbe5cf;
  margin: 0 7px;
  border-radius: 50px;
}

.widget .social-media-wrapper a i {
  font-size: 30px;
  line-height: 50px;
}

.widget .social-media-wrapper a:first-of-type {
  margin-left: 0;
}

.widget .social-media-wrapper a:last-of-type {
  margin-right: 0;
}

.no-touch .widget .social-media-wrapper a:hover {
  background: #000;
}

/*--------------------------------------------------------------
5.0 Helper Classes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/
.container {
  max-width: 1190px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .col-lg-five {
    width: 20%;
  }
}

.vertical-center {
  display: table;
  width: 100%;
}

.vertical-center .center-me {
  display: table-cell;
  vertical-align: middle;
}

.vertical-center .center-me:first-of-type {
  text-align: left;
}

.vertical-center .center-me:nth-of-type(2) {
  text-align: center;
}

.vertical-center .center-me:last-of-type {
  text-align: center;
}

.mobile-col .vertical-center .center-me:first-of-type {
  text-align: left;
}

.mobile-col .vertical-center .center-me:nth-of-type(2) {
  text-align: right;
}

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.button {
  display: inline-block;
  background: #fdd151;
  border-radius: 10px;
  font-family: "Caveat Brush", cursive;
  font-size: 40px;
  line-height: normal;
  color: #141311;
  padding: 19px 27px 17px 27px;
  text-transform: uppercase;
}

.no-touch .button:hover {
  background: #ffae00;
  color: #141311;
}

.woocommerce .button,
.woocommerce input.button,
.woocommerce .added_to_cart.wc-forward {
  background: #fdd151;
  font-family: "Caveat Brush", cursive;
  font-size: 20px;
  line-height: normal;
  color: #141311;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.no-touch .woocommerce .button:hover,
.no-touch .woocommerce input.button:hover {
  background: #ffae00;
  color: #141311;
  transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
Messages
--------------------------------------------------------------*/
.nothing-found {
  font-family: "Caveat Brush", cursive;
  font-size: 40px;
  line-height: normal;
  text-transform: uppercase;
  color: #58af29;
  margin: 25px 0;
}

/*--------------------------------------------------------------
Cooking Icons
--------------------------------------------------------------*/
[class^="cooking-"]:before,
[class*=" cooking-"]:before,
[class^="cooking-"]:after,
[class*=" cooking-"]:after {
  font-family: cooking;
  font-size: 20px;
  font-style: normal;
}

.cooking-baguettes:before {
  content: "\e000";
}

.cooking-birthday18:before {
  content: "\e001";
}

.cooking-bread11:before {
  content: "\e002";
}

.cooking-bread12:before {
  content: "\e003";
}

.cooking-bread13:before {
  content: "\e004";
}

.cooking-cake13:before {
  content: "\e005";
}

.cooking-chef27:before {
  content: "\e006";
}

.cooking-chicken11:before {
  content: "\e007";
}

.cooking-chicken12:before {
  content: "\e008";
}

.cooking-cocktail27:before {
  content: "\e009";
}

.cooking-cooking23:before {
  content: "\e00a";
}

.cooking-corn5:before {
  content: "\e00b";
}

.cooking-covered22:before {
  content: "\e00c";
}

.cooking-drinking3:before {
  content: "\e00d";
}

.cooking-egg10:before {
  content: "\e00e";
}

.cooking-egg9:before {
  content: "\e00f";
}

.cooking-eggplant4:before {
  content: "\e010";
}

.cooking-fish50:before {
  content: "\e011";
}

.cooking-fish51:before {
  content: "\e012";
}

.cooking-food33:before {
  content: "\e013";
}

.cooking-food34:before {
  content: "\e014";
}

.cooking-fork36:before {
  content: "\e015";
}

.cooking-hand169:before {
  content: "\e016";
}

.cooking-hand171:before {
  content: "\e017";
}

.cooking-hot70:before {
  content: "\e018";
}

.cooking-ice68:before {
  content: "\e019";
}

.cooking-knife30:before {
  content: "\e01a";
}

.cooking-melting2:before {
  content: "\e01b";
}

.cooking-milk10:before {
  content: "\e01c";
}

.cooking-pepper3:before {
  content: "\e01d";
}

.cooking-plate19:before {
  content: "\e01e";
}

.cooking-popcorn5:before {
  content: "\e01f";
}

.cooking-salad:before {
  content: "\e020";
}

.cooking-salt8:before {
  content: "\e021";
}

.cooking-skewer1:before {
  content: "\e022";
}

.cooking-slotted3:before {
  content: "\e023";
}

.cooking-soup10:before {
  content: "\e024";
}

.cooking-soup8:before {
  content: "\e025";
}

.cooking-soup9:before {
  content: "\e026";
}

.cooking-spoon14:before {
  content: "\e027";
}

.cooking-spoon15:before {
  content: "\e028";
}

.cooking-strainer3:before {
  content: "\e029";
}

.cooking-sushi7:before {
  content: "\e02a";
}

.cooking-vegetables1:before {
  content: "\e02b";
}

.cooking-wine58:before {
  content: "\e02c";
}

/**
 * Update: 27. July 2016
 */
.woocommerce div.product .product-cta {
  padding-top: 32px;
}

.woocommerce div.product.product-type-variable .product-price p.price > span {
  display: block;
}

.woocommerce
  div.product.product-type-variable
  .product-price
  p.price
  > span:last-of-type {
  display: inline-block;
}

.woocommerce div.product .product-cta form.cart {
  margin: 0;
}

.woocommerce div.product .product-cta form.cart .variations,
.woocommerce div.product .product-cta form.cart .variations tbody,
.woocommerce div.product .product-cta form.cart .variations tbody tr,
.woocommerce div.product .product-cta form.cart .variations tbody tr td {
  margin: 0;
  display: block;
}

.woocommerce div.product .product-cta form.cart .variations tbody tr td.label {
  display: none;
}

.woocommerce div.product .product-cta form.cart .variations .select {
  min-width: 100%;
  margin: 0;
  padding-top: 35px;
}

.woocommerce div.product .product-cta form.cart .variations .select:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 30px;
  background-image: url("img/choose.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.woocommerce div.product .product-cta form.cart .variations .select:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 47px;
  background-image: url("img/product-select.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.woocommerce div.product .product-cta form.cart .variations select {
  border: 2px solid #ffe291;
  border-radius: 5px;
  padding: 0 50px 0 10px;
  text-align: center;
}

.woocommerce div.product .product-cta form.cart .reset_variations {
  display: none !important;
}

.woocommerce
  div.product
  .product-cta
  form.cart
  .woocommerce-variation.single_variation {
  margin: 10px 0;
}

.woocommerce
  div.product
  .product-cta
  form.cart
  .woocommerce-variation-price
  span.price {
  font-size: 18px;
  line-height: 24px;
}

.woocommerce
  div.product
  .product-cta
  form.cart
  .woocommerce-variation-price
  span.price
  > span {
  margin: 0;
  font-family: "Caveat Brush", cursive;
  font-size: 1.25em;
  line-height: 24px;
  color: #77a464;
  text-align: center;
}

.woocommerce
  div.product
  .product-cta
  form.cart
  .woocommerce-variation-add-to-cart-enabled
  .quantity {
  width: 0;
  height: 0;
  opacity: 0;
  backface-visibility: hidden;
}

.woocommerce div.product .product-cta form.cart a.added_to_cart {
  display: none !important;
}

.woocommerce div.product .product-cta form.cart > .quantity {
  float: none;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-top: 35px;
}

.woocommerce div.product .product-cta form.cart > .quantity input {
  background: transparent;
  border: 2px solid #ffe291;
  border-radius: 5px;
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0 50px 0 10px;
  text-align: center;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 43px;
  color: #55504f;
  outline: none;
}

.woocommerce div.product .product-cta form.cart > .quantity:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 47px;
  background-image: url("img/product-select.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.woocommerce div.product .product-cta form.cart > .quantity:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 30px;
  background-image: url("img/choose.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.woocommerce
  div.product.product-type-simple
  .product-cta[data-product-unit="KG"]
  form.cart
  > .quantity:before {
  background-image: url("img/product-kg.png");
}

.woocommerce
  div.product.product-type-simple
  .product-cta[data-product-unit="KOM"]
  form.cart
  > .quantity:before {
  width: 56px;
  background-image: url("img/product-kom.png");
}

.woocommerce
  div.product.product-type-simple
  .product-cta[data-product-unit="KOM"]
  form.cart
  > .quantity
  input {
  padding: 0 66px 0 10px;
}

.woocommerce div.product .product-cta form.cart {
  position: relative;
  overflow: hidden;
}

.woocommerce div.product .product-cta form.cart:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 47px;
  background-color: #ffae00;
  background-image: url("img/product-button-icon.png");
  background-size: 34px 32px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.woocommerce div.product .product-cta form.cart .button {
  float: none;
  margin-top: 23px;
  position: relative;
  display: block;
  width: 100%;
  height: 47px;
  line-height: 47px;
  font-family: "Caveat Brush", cursive;
  font-size: 20px;
  text-transform: uppercase;
  color: #55504f;
  background: #fdd151;
  text-align: center;
  padding: 0 47px 0 0;
  border-radius: 5px;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.woocommerce div.product .product-cta form.cart .button:after {
  margin: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 47px;
  z-index: 100;
  background: #ffae00;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
}

.no-touch .woocommerce div.product .product-cta form.cart .button:hover {
  background-color: #ffae00;
  transition: all 0.3s ease-in-out;
}

.single.woocommerce div.product form.cart div.quantity,
.single.woocommerce div.product form.cart .button {
  float: none;
}

.single.woocommerce div.product form.cart div.quantity {
  display: inline-block;
}

.single.woocommerce div.product form.cart .button {
  display: block;
  margin-top: 20px;
}

.single.woocommerce div.product form.cart div.quantity {
  background: transparent;
  width: 150px;
  margin: 0;
  padding: 0;
}

.single-product-page .product .single-product-cart-action .quantity:after {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  left: 0;
  width: 74px;
  height: 30px;
  background-image: url("img/choose.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.single.woocommerce .related-products-wrapper div.product form.cart {
  overflow: visible;
}

.single.woocommerce
  .related-products-wrapper
  div.product
  form.cart
  div.quantity {
  width: 100%;
  overflow: visible;
}

.single.woocommerce
  .related-products-wrapper
  div.product
  form.cart
  div.quantity:after {
  top: -35px;
}

.single.woocommerce div.product form.cart .variations .select:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 47px;
  background-image: url("img/product-select.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.single.woocommerce div.product form.cart .variations select {
  border: 2px solid #ffe291;
  border-radius: 5px;
  padding: 0 50px 0 10px;
  text-align: center;
}

.single.woocommerce div.product form.cart .quantity input {
  background: transparent;
  border: 2px solid #ffe291;
  border-radius: 5px;
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0 50px 0 10px;
  text-align: center;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 43px;
  color: #55504f;
  outline: none;
  height: auto;
}

.single.woocommerce
  div.product:not(.product-type-variable)
  form.cart
  .quantity:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 47px;
  background-image: url("img/product-select.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.single.woocommerce
  div.product.product-type-simple
  .single-product-cart-action[data-product-unit="KG"]
  form.cart
  > .quantity:before {
  background-image: url("img/product-kg.png");
}

.single.woocommerce
  div.product.product-type-simple
  .single-product-cart-action[data-product-unit="KOM"]
  form.cart
  > .quantity:before,
.single-product-page
  .product.product-type-variable
  .single-product-cart-action
  .quantity:before {
  width: 56px;
  background-image: url("img/product-kom.png");
}

.single.woocommerce
  div.product.product-type-simple
  .single-product-cart-action[data-product-unit="KOM"]
  form.cart
  > .quantity
  input {
  padding: 0 66px 0 10px;
}

.single-product-page
  .product.product-type-variable
  .single-product-cart-action
  .quantity:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 47px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.single-product-page
  .product.product-type-variable
  .single-product-cart-action
  .quantity:after {
  display: none;
}

.single.woocommerce div.product form.cart {
  margin: 0;
}

.single.woocommerce div.product form.cart .variations,
.single.woocommerce div.product form.cart .variations tbody,
.single.woocommerce div.product form.cart .variations tbody tr,
.single.woocommerce div.product form.cart .variations tbody tr td {
  margin: 0;
  display: block;
}

.single.woocommerce div.product form.cart .variations tbody tr td.label {
  display: none;
}

.single.woocommerce div.product form.cart .variations .select {
  min-width: 100%;
  margin: 0;
  padding-top: 35px;
}

.single.woocommerce div.product form.cart .variations .select:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 30px;
  background-image: url("img/choose.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.single.woocommerce div.product form.cart .variations .select:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 47px;
  background-image: url("img/product-select.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.single.woocommerce div.product form.cart .variations select {
  border: 2px solid #ffe291;
  border-radius: 5px;
  padding: 0 50px 0 10px;
  text-align: center;
}

.single.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}

.single.woocommerce
  div.product
  form.cart
  .woocommerce-variation.single_variation {
  margin: 10px 0;
}

.single.woocommerce
  div.product
  form.cart
  .woocommerce-variation-price
  span.price {
  font-size: 18px;
  line-height: 24px;
}

.single.woocommerce
  div.product
  form.cart
  .woocommerce-variation-price
  span.price
  > span {
  margin: 0;
  font-family: "Caveat Brush", cursive;
  font-size: 1.25em;
  line-height: 24px;
  color: #77a464;
  text-align: center;
}

.single.woocommerce div.product form.cart a.added_to_cart {
  display: none !important;
}

.single-product-page
  .product.product-type-variable
  .single-product-cart-action
  .quantity {
  width: 166px;
}

.single-product-page
  .product.product-type-variable
  .single-product-cart-action
  .quantity
  input.qty {
  padding: 0 66px 0 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  appearance: none !important;
}

.quantity input[type="number"] {
  padding: 0 50px !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.quantity .minus,
.quantity .plus {
  display: block;
  position: absolute;
  width: 40px;
  height: 23px;
  left: 0;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  background: #ffe291;
}

.quantity .minus {
  bottom: 0;
  border-bottom-left-radius: 5px;
}

.quantity .plus {
  bottom: 24px;
  border-top-left-radius: 5px;
}

table.shop_table.cart tbody tr.cart_item td .quantity {
  position: relative;
}

table.shop_table.cart tbody tr.cart_item td .qty {
  background: transparent;
  border: 2px solid #ffe291;
  border-radius: 5px;
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0 50px 0 10px;
  text-align: center;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 43px;
  color: #55504f;
  outline: none;
  height: auto;
}

table.shop_table.cart tbody tr.cart_item td.product-quantity .qty {
  width: auto;
}

.woocommerce td.product-name .wc-item-meta {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 10px;
  display: block;
}

.woocommerce td.product-name .wc-item-meta li {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.woocommerce td.product-name .wc-item-meta li strong {
  font-weight: 400;
}

.woocommerce td.product-name .wc-item-meta li:before {
  display: none;
}

.woocommerce td.product-name .wc-item-meta li p {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 20px;
}

/*--------------------------------------------------------------
6.0 Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1366px) {
  .cta-map #map {
    height: calc(100% - 70px);
  }

  .cta-map .cta-map-note {
    font-size: 20px;
    line-height: 20px;
  }

  .home-carousel-wrapper
    .home-carousel-init
    .home-carousel-item
    .product-title {
    font-size: 60px;
    line-height: 60px;
  }

  .home-carousel-wrapper
    .home-carousel-init
    .home-carousel-item
    .carousel-button {
    font-size: 40px;
    padding: 19px 20px 17px 20px;
  }
}

/*--------------------------------------------------------------
MAX-WIDTH: 1280px
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  .main-bar .d-nav > li,
  .main-bar .d-nav > li > ul > li > ul > li > a {
    font-size: 18px;
  }

  .home-carousel-wrapper .home-carousel-init .home-carousel-item {
    padding: calc(75vh / 2) 0px;
  }

  .home-carousel-wrapper
    .home-carousel-init
    .home-carousel-item
    .product-image {
    display: none;
  }
}

/*--------------------------------------------------------------
MAX-WIDTH: 1170px
--------------------------------------------------------------*/
@media only screen and (max-width: 1170px) {
  .home-carousel-wrapper
    .home-carousel-init
    .home-carousel-item
    .product-image {
    left: 30px;
    max-width: 400px;
  }
}

/*--------------------------------------------------------------
MIN-WIDTH: 1025px
--------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .desktop-col {
    display: block;
  }

  .mobile-col,
  .responsive-navigation {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .home-carousel-wrapper .home-carousel-init .home-carousel-item {
    padding: 0;
  }

  .home-carousel-wrapper .home-carousel-init .home-carousel-item .container {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*--------------------------------------------------------------
MAX-WIDTH: 1024px
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .home-carousel-wrapper
    .home-carousel-init
    .home-carousel-item
    .product-title {
    font-size: 50px;
    line-height: 50px;
  }

  .home-carousel-wrapper
    .home-carousel-init
    .home-carousel-item
    .carousel-button {
    font-size: 30px;
    padding: 19px 20px 17px 20px;
  }

  .desktop-col {
    display: none;
  }

  .mobile-col,
  .responsive-navigation {
    display: block;
  }

  .mobile-col .center-me > a {
    vertical-align: middle;
    text-indent: 0;
    margin: 0 10px;
  }

  .mobile-col .center-me > a.cart-trigger,
  .mobile-col .center-me > a.search-trigger {
    position: relative;
    display: inline-block;
    text-align: center;
  }

  .mobile-col .center-me > a.cart-trigger:first-of-type,
  .mobile-col .center-me > a.search-trigger:first-of-type {
    margin-left: 0;
  }

  .mobile-col .center-me > a.cart-trigger:last-of-type,
  .mobile-col .center-me > a.search-trigger:last-of-type {
    margin-right: 0;
  }

  .mobile-col .center-me > a.cart-trigger i,
  .mobile-col .center-me > a.cart-trigger span,
  .mobile-col .center-me > a.search-trigger i,
  .mobile-col .center-me > a.search-trigger span {
    display: block;
  }

  .mobile-col .center-me > a.cart-trigger i,
  .mobile-col .center-me > a.search-trigger i {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opactiy=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all 0.3s linear;
  }

  .mobile-col .center-me > a.cart-trigger span,
  .mobile-col .center-me > a.search-trigger span {
    display: none;
  }

  .no-touch .mobile-col .center-me > a.cart-trigger:hover i,
  .no-touch .mobile-col .center-me > a.search-trigger:hover i {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opactiy=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    transition: all 0.3s linear;
  }

  .mobile-col .center-me > a.search-trigger i {
    position: relative;
    width: 26px;
    height: 27px;
    background-image: url("img/sprite-search.png");
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  .mobile-col .center-me > a.cart-trigger:before {
    text-indent: 0;
    content: attr(data-total);
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    text-align: center;
    line-height: 19px;
    font-family: "Patrick Hand", cursive;
    font-size: 15px;
    color: #fff;
    background: #56ae27;
    position: absolute;
    right: -13px;
    top: -8px;
    transition: all 0.3s ease-in-out;
  }

  .mobile-col .center-me > a.cart-trigger i {
    position: relative;
    width: 34px;
    height: 36px;
    background-image: url("img/sprite-cart-alt.png");
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  .no-touch .mobile-col .center-me > a.cart-trigger:hover:before {
    background: #55504f;
    transition: all 0.3s ease-in-out;
  }

  .mobile-col .center-me > a:first-of-type {
    margin-left: 0;
  }

  .mobile-col .center-me > a:last-of-type {
    margin-right: 0;
  }

  .responsive-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: #f2f2f2;
    z-index: 1000;
    overflow: hidden;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition:
      transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
  }

  .responsive-navigation.is-visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition:
      transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
  }

  .responsive-navigation .safe-scroll {
    height: 100%;
    overflow-y: auto;
  }

  .responsive-navigation a.close-responsive-navigation {
    display: block;
    border-bottom: 1px solid #fff;
    font-family: "Caveat Brush", cursive;
    font-size: 22px;
    line-height: 34px;
    color: #81ab6b;
    text-align: center;
    padding: 15px 0;
    background-color: #fbe5cf;
  }

  .responsive-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .responsive-navigation .mp-nav > li {
    display: block;
  }

  .responsive-navigation .mp-nav > li > a {
    display: block;
    border-bottom: 1px solid #fff;
    font-family: "Caveat Brush", cursive;
    font-size: 22px;
    line-height: 34px;
    color: #81ab6b;
    text-align: center;
    padding: 15px;
  }

  .responsive-navigation .mp-nav > li > a img {
    display: none !important;
  }

  .no-touch .responsive-navigation .mp-nav > li > a:hover {
    background-color: #fbe5cf;
  }

  .responsive-navigation .mp-nav > li.menu-item-has-children > a {
    display: block;
    position: relative;
    vertical-align: middle;
  }

  .responsive-navigation .mp-nav > li.menu-item-has-children > a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: normal;
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
  }

  .responsive-navigation
    .mp-nav
    > li.menu-item-has-children
    > a.activated:after {
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .responsive-navigation .mp-nav > li > ul {
    display: none;
  }

  .responsive-navigation .mp-nav > li > ul > li > a {
    font-size: 0;
    line-height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opactiy=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: none;
  }

  .responsive-navigation .mp-nav > li > ul > li > ul > li > a {
    display: block;
    border-bottom: 1px solid #fff;
    font-family: "Caveat Brush", cursive;
    font-size: 22px;
    line-height: 34px;
    color: #81ab6b;
    text-align: center;
    padding: 10px 25px;
  }

  .no-touch .responsive-navigation .mp-nav > li > ul > li > ul > li > a:hover {
    background-color: #fbe5cf;
  }

  .cta-map {
    top: 180px;
    height: calc(100vh - 180px);
    -webkit-transform: translateY(calc(-100% - 180px));
    -ms-transform: translateY(calc(-100% - 180px));
    transform: translateY(calc(-100% - 180px));
  }

  .cta-map.active-map {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
MAX-WIDTH: 991px
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .cta-bar .left-side {
    float: none;
    text-align: center;
    margin: 0;
    padding: 10px 0;
  }

  .cta-bar .right-side {
    display: none;
  }

  .featured-products-showcase-wrapper
    .featured-button
    .products-showcase-button {
    font-size: 30px;
    padding: 19px 20px 17px 20px;
  }

  .featured-products-showcase-wrapper .featured-button {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .front-page-services-outer .front-page-services-inner .services-row {
    display: block;
    margin: 0 -10px;
    font-size: 0;
    text-align: center;
  }

  .front-page-services-outer
    .front-page-services-inner
    .services-row
    .service-column {
    display: inline-block;
    width: 33.33333%;
    padding: 0 10px;
    margin: 20px 0;
  }

  .single-product-page .product {
    margin: 0;
  }

  .single-product-page .product .images,
  .single-product-page .product .summary {
    padding: 0px !important;
    float: none !important;
    width: 100% !important;
  }

  footer .payment-logos-area span.payment-text {
    margin-bottom: 20px;
  }

  .footer-newsletter-area span.newsletter-text {
    display: block;
    margin-bottom: 15px;
  }

  .footer-newsletter-area span.newsletter-text:after {
    display: none;
  }

  .cta-map {
    top: 233px;
    height: calc(100vh - 233px);
    -webkit-transform: translateY(calc(-100% - 233px));
    -ms-transform: translateY(calc(-100% - 233px));
    transform: translateY(calc(-100% - 233px));
  }

  .cta-map.active-map {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .home-carousel-wrapper .home-carousel-init .home-carousel-item {
    padding: calc((100vh - 112px) / 4);
  }
}

@media only screen and (max-width: 880px) {
  .cta-map #map {
    height: 100%;
  }

  .cta-map .cta-map-note {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
  }
}

/*--------------------------------------------------------------
MAX-WIDTH: 767px
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .page-featured-image h1.page-title {
    font-size: 30px;
    line-height: 30px;
  }

  .widget:last-of-type {
    margin-bottom: 37px;
  }

  footer .widget-area {
    padding-top: 0;
  }

  table.shop_table.cart tbody tr.cart_item td:first-of-type {
    width: 100%;
    padding-left: 0;
  }

  table.shop_table.cart tbody tr.cart_item td a.remove {
    margin: 0 auto;
  }

  table.shop_table.cart tbody tr td.actions .coupon .input-text,
  table.shop_table.cart tbody tr td.actions .coupon .button {
    float: none;
    width: 100%;
    display: block;
    margin: 10px 0;
  }

  table.shop_table.cart tbody tr.cart_item td.product-quantity {
    overflow: hidden;
  }

  table.shop_table.cart tbody tr.cart_item td.product-quantity .quantity {
    float: right;
  }

  .woocommerce #content table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions input,
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce table.cart td.actions input,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions input,
  .woocommerce-page table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions input {
    width: 100%;
  }

  .home-carousel-wrapper {
    display: none;
  }

  .front-page-services-outer {
    margin-top: 0;
  }

  .mobile-col .order-text {
    font-size: 20px;
    line-height: 20px;
  }

  .mobile-col .header-search-form input[type="search"],
  .mobile-col .header-search-form button {
    font-size: 20px;
    height: 30px;
  }

  .mobile-col .header-search-form input[type="search"] {
    padding-left: 12px;
  }

  .mobile-col .header-search-form .search-relative:before {
    display: none;
  }
}

@media only screen and (max-width: 666px) {
  .cta-bar span {
    display: block;
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
MAX-WIDTH: 640px
--------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  .product-column .product-inner .product-cta .open-product {
    font-size: 20px;
  }

  .featured-products-showcase-wrapper .featured-title {
    font-size: 40px;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .front-page-services-outer
    .front-page-services-inner
    .services-row
    .service-column {
    width: 50%;
  }

  .pijaca-step-wrapper {
    display: block;
    margin: 22px 0;
  }

  .pijaca-step-wrapper .step-image,
  .pijaca-step-wrapper .step-text {
    display: block;
    margin: 22px 0;
    text-align: center;
  }

  .pijaca-step-wrapper .step-image {
    width: 100%;
  }

  .pijaca-step-wrapper .step-text {
    padding-left: 0;
  }

  .shop-breadcrumbs-sort .woocommerce-ordering:after {
    display: none;
  }

  .shop-breadcrumbs-sort .woocommerce-ordering select {
    margin: 0;
    width: 100%;
  }

  .shop-breadcrumbs-sort .woocommerce-ordering {
    float: none;
  }

  .shop-breadcrumbs-sort .woocommerce-ordering span {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }

  .woocommerce .woocommerce-billing-fields .form-row-first,
  .woocommerce .woocommerce-billing-fields .form-row-last,
  .woocommerce .woocommerce-shipping-fields .form-row-first,
  .woocommerce .woocommerce-shipping-fields .form-row-last {
    width: 100%;
  }

  .cta-bar span {
    font-size: 20px;
  }

  .cta-map .cta-map-note-top {
    font-size: 20px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/*--------------------------------------------------------------
MAX-WIDTH: 480px
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .home-carousel-wrapper
    .home-carousel-init
    .home-carousel-item
    .product-title {
    font-size: 40px;
    line-height: 40px;
  }

  .home-carousel-wrapper
    .home-carousel-init
    .home-carousel-item
    .carousel-button {
    font-size: 25px;
    padding: 10px 10px 8px 10px;
  }

  .featured-products-showcase-wrapper
    .featured-button
    .products-showcase-button {
    font-size: 25px;
    padding: 10px 10px 8px 10px;
  }

  .footer-newsletter-area form input[type="text"] {
    width: 100%;
  }

  .footer-newsletter-area form input[type="submit"] {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: 100%;
    text-align: center;
  }

  .main-bar .logo-wrapper img {
    max-width: 150px;
  }

  .col-xxs-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .front-page-services-outer
    .front-page-services-inner
    .services-row
    .service-column
    .service-icon
    img {
    max-width: 50px;
  }

  .front-page-services-outer
    .front-page-services-inner
    .services-row
    .service-column
    .service-text {
    font-size: 17px;
    line-height: 23px;
  }
}

body > .cart-trigger {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 72px;
  height: 72px;
  text-indent: 100%;
  z-index: 9999;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  background: #fff;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.22),
    0 14px 56px rgba(0, 0, 0, 0.25);
}

body > .cart-trigger:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 36px;
  background-image: url("img/sprite-cart-alt.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -17px;
  margin-left: -18px;
}

body > .cart-trigger:after {
  content: attr(data-total);
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: #e94b35;
  color: #fff;
  font-family: "Caveat Brush", cursive;
  font-size: 18px;
  text-indent: 0;
  text-align: center;
  line-height: 28px;
}

body > .cart-trigger.is-empty {
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
}

@media only screen and (min-width: 361px) {
  body > .cart-trigger {
    display: none;
  }
}

@media only screen and (max-width: 360px) {
  .main-bar .logo-wrapper img {
    max-width: 125px;
  }

  .mobile-col .center-me > a.cart-trigger {
    display: none;
  }

  .mobile-col .header-search-form input[type="search"] {
    padding-right: 132px;
  }

  .mobile-col .header-search-form button {
    width: 120px;
  }

  .mobile-col .order-text {
    font-size: 17px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 300px) {
  .front-page-services-outer
    .front-page-services-inner
    .services-row
    .service-column {
    width: 100%;
  }
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.eot");
  src:
    url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Montserrat-Bold.woff") format("woff"),
    url("fonts/Montserrat-Bold.ttf") format("truetype"),
    url("fonts/Montserrat-Bold.svg#2eb9a020d90588d099da01ff1a93c338")
      format("svg");
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Montserrat Light";
  src: url("fonts/Montserrat-Light.eot");
  src:
    url("fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/Montserrat-Light.woff") format("woff"),
    url("fonts/Montserrat-Light.ttf") format("truetype"),
    url("fonts/Montserrat-Light.svg#c152625b71562a7bb7b752375273b2d5")
      format("svg");
  font-style: normal;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "introrustg-base2line";
  src: url("fonts/Montserrat-Regular.eot");
  src:
    url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Montserrat-Regular.woff") format("woff"),
    url("fonts/Montserrat-Regular.ttf") format("truetype"),
    url("fonts/Montserrat-Regular.svg#95d90f2cd2aa64bdfee0e9f34c516e71")
      format("svg");
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "intro_rust_gbase_2_line";
  src: url("fonts/introrustg-base2line-webfont.eot");
  src:
    url("fonts/introrustg-base2line-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/introrustg-base2line-webfont.woff2") format("woff2"),
    url("fonts/introrustg-base2line-webfont.woff") format("woff"),
    url("fonts/introrustg-base2line-webfont.ttf") format("truetype"),
    url("fonts/introrustg-base2line-webfont.svg#intro_rust_gbase_2_line")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.special-page-wrapper .special-page-hero-area {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: #69a302;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.special-page-wrapper .special-page-hero-area .special-logo {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -75px;
  z-index: 10;
}

.special-page-wrapper .special-page-hero-area .special-phone {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #476e00;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 18px 10px;
  font-size: 0;
  line-height: 0;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  z-index: 10;
}

.special-page-wrapper .special-page-hero-area .special-phone span {
  display: inline-block;
  vertical-align: middle;
}

.special-page-wrapper .special-page-hero-area .special-phone span.icon {
  width: 30px;
  height: 22px;
  background-image: url("img/special-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3px;
}

.special-page-wrapper .special-page-hero-area .special-phone span.number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}

.special-page-wrapper .special-page-hero-area .special-content {
  padding: 95px 15px 0 15px;
  text-align: center;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.special-page-wrapper .special-page-hero-area .special-content h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 70px;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
}

.special-page-wrapper .special-page-hero-area .special-content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 0;
}

.special-page-wrapper .special-page-hero-area .special-button {
  position: absolute;
  left: 50%;
  bottom: 70px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 18px;
  border: 2px solid #fff;
  min-width: 200px;
  text-align: center;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.special-page-wrapper .special-page-hero-area .special-button:hover,
.special-page-wrapper .special-page-hero-area .special-button:focus {
  color: #69a302;
  background-color: #fff;
}

.special-page-wrapper .special-page-hero-area .special-button:focus {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.special-page-wrapper #special-content {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 15px 50px 15px;
}

.special-page-wrapper #special-content p {
  font-family: "Montserrat Light", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  color: #4e4e4e;
  margin: 0 0 34px 0;
}

.special-page-wrapper #special-content ul,
.special-page-wrapper #special-content ol {
  margin-bottom: 34px;
}

.special-page-wrapper #special-content ul li,
.special-page-wrapper #special-content ol li {
  font-family: "Montserrat Light", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  color: #4e4e4e;
}

.special-page-wrapper #special-content p b,
.special-page-wrapper #special-content p strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.special-page-wrapper #special-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  color: #69a302;
  text-align: center;
  margin: 0;
  padding: 0;
}

.special-page-wrapper #special-content h3:after {
  content: "";
  display: block;
  width: 226px;
  height: 4px;
  background-image: url("img/h3-divider.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 50px auto 35px auto;
}

.special-page-wrapper #special-content .stretch-full {
  position: relative;
  width: 100vw;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  left: calc((-100vw + 960px) / 2);
  margin: 0 0 30px 0;
}

.special-page-wrapper #special-content .stretch-full img {
  display: none;
}

.special-page-wrapper #special-content form {
  display: block;
  max-width: 100%;
  width: 100%;
}

.special-page-wrapper #special-content form br {
  display: none;
}

.special-page-wrapper #special-content form input,
.special-page-wrapper #special-content form select,
.special-page-wrapper #special-content form textarea,
.special-page-wrapper #special-content form label {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: block;
  max-width: 100%;
  width: 100%;
}

.special-page-wrapper #special-content form label {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  margin: 30px 0 4px 0;
}

.special-page-wrapper
  #special-content
  form
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.special-page-wrapper #special-content form textarea {
  height: 40px;
  border: 1px solid #69a302;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  padding: 0 10px;
  margin: 0;
  font-family: "Montserrat Light", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
}

.special-page-wrapper #special-content form textarea {
  min-height: 230px;
  padding: 10px;
}

.special-page-wrapper #special-content form input[type="submit"] {
  background: #69a302;
  border: none;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  padding: 10px;
  margin: 30px 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.special-page-wrapper #special-content form input[type="submit"]:hover,
.special-page-wrapper #special-content form input[type="submit"]:focus {
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.special-page-wrapper .special-page-footer {
  background-color: #6aa303;
  font-family: "Montserrat Light", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 15px 15px 11px 15px;
  text-align: center;
}

.special-page-wrapper.alt-color .special-page-hero-area {
  background-color: #ffa500;
}

.special-page-wrapper.alt-color .special-page-hero-area .special-phone {
  background-color: #7bb003;
}

.special-page-wrapper.alt-color .special-page-hero-area .special-button:hover,
.special-page-wrapper.alt-color .special-page-hero-area .special-button:focus {
  background-color: #ca0000;
  border-color: #ca0000;
  color: #fff;
}

.special-page-wrapper.alt-color #special-content h3 {
  color: #ffa500;
}

.special-page-wrapper.alt-color #special-content h3:after {
  background-image: url("img/h3-divider-2.svg");
}

.special-page-wrapper.alt-color
  #special-content
  form
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.special-page-wrapper.alt-color #special-content form textarea {
  border-color: #ffa500;
}

.special-page-wrapper.alt-color #special-content form input[type="submit"] {
  background-color: #ffa500;
}

.special-page-wrapper.alt-color .special-page-footer {
  background-color: #ffa500;
}

/*--------------------------------------------------------------
  Christmas Packages Page Template
--------------------------------------------------------------*/

/*@font-face {
    font-family: 'intro_rust_gbase_2_line';
    src: url('fonts/introrustg-base2line-webfont.eot');
    src: url('fonts/introrustg-base2line-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/introrustg-base2line-webfont.woff2') format('woff2'),
         url('fonts/introrustg-base2line-webfont.woff') format('woff'),
         url('fonts/introrustg-base2line-webfont.ttf') format('truetype'),
         url('fonts/introrustg-base2line-webfont.svg#intro_rust_gbase_2_line') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
  font-family: "intro_rust_gbase_2_line";
  src:
    url("fonts/introrustg-base2line-webfont.woff2") format("woff2"),
    url("fonts/introrustg-base2line-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "intro_script_rh2_base";
  src: url("https://www.dev.mojapijaca.rs/wp-content/themes/moja-pijaca/fonts/introscriptr-h2base-webfont.eot");
  src:
    url("https://www.dev.mojapijaca.rs/wp-content/themes/moja-pijaca/fonts/introscriptr-h2base-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("https://www.dev.mojapijaca.rs/wp-content/themes/moja-pijaca/fonts/introscriptr-h2base-webfont.woff2")
      format("woff2"),
    url("https://www.dev.mojapijaca.rs/wp-content/themes/moja-pijaca/fonts/introscriptr-h2base-webfont.woff")
      format("woff"),
    url("https://www.dev.mojapijaca.rs/wp-content/themes/moja-pijaca/fonts/introscriptr-h2base-webfont.ttf")
      format("truetype"),
    url("https://www.dev.mojapijaca.rs/wp-content/themes/moja-pijaca/fonts/introscriptr-h2base-webfont.svg#intro_script_rh2_base")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.special-sub-content {
  max-width: 565px;
  width: 100%;
  text-align: center;
}

.cp-header {
  height: 800px !important;
}

h1.christmas-package-title {
  font-family: "intro_rust_gbase_2_line" !important;
  font-weight: normal !important;
  text-align: left !important;
  margin-top: 60px !important;
  font-size: 65px !important;
  line-height: 70px !important;
}

h2.christmas-package-tagline {
  font-family: "Roboto" !important;
  font-size: 22px;
  text-align: left;
  margin-top: 40px !important;
}

.cp-typography p {
  font-family: "Roboto" !important;
  font-size: 22px !important;
}

.cp-typography h3 {
  font-size: 30px !important;
  color: #bd0017 !important;
  line-height: 34px !important;
}

.cp-typography h3::after {
  background-image: url("img/h3-divider-cp.svg") !important;
  margin: 10px auto 35px auto !important;
}

.cp-bg-color {
  background-color: #18171d !important;
}

.cp-bg-phone {
  background-color: #7bb003 !important;
}

.cp-btn {
  font-size: 50px;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin: auto;
  margin-top: 70px;
}

.cp-btn:hover,
.cp-btn:active,
.cp-btn:focus {
  color: #000;
  background-color: #fff;
}

.cp-slider-container {
  padding: 30px 0;
  background-color: #27262d;
  width: 100%;
}

.margin-image {
  margin-right: 30px;
}

.cp-package-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: table;
}

.package-container {
  position: relative;
  max-width: 360px;
  width: 100%;
  height: auto;
  float: left;
  margin: 0 15px;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.package-container h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

.package-container p {
  font-size: 20px;
  line-height: 40px;
  font-family: "Roboto";
}

.special-p {
  font-family: "intro_script_rh2_base" !important;
  font-size: 30px !important;
}

.special-p::after {
  content: "";
  display: block;
  width: 150px;
  height: 4px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px auto 25px auto;
}

.package-one .special-p {
  color: #dd435d;
}

.package-two .special-p {
  color: #55a326;
}

.package-three .special-p {
  color: #e1900a;
}

.package-one .special-p::after {
  background-image: url("img/h4-divider-cp1.png");
}

.package-two .special-p::after {
  background-image: url("img/h4-divider-cp2.png");
}

.package-three .special-p::after {
  background-image: url("img/h4-divider-cp3.png");
}

.package-one {
  border: 2px solid #3ddabf;
  color: #0a9880;
}

.package-two {
  border: 2px solid #ffa798;
  color: #ff5538;
}

.package-three {
  border: 2px solid #c4b6ff;
  color: #6a52cd;
}

.cp-header-package-image {
  margin-top: -70px;
}

.cp-btn-order {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 50px;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin: auto;
  border-radius: 30px;
  margin-bottom: 30px;
  display: table;
}

.cp-btn-order:hover,
.cp-btn-order:active,
.cp-btn-order:focus {
  color: #fff;
}

.package-one .cp-btn-order {
  background-color: #0a9880;
}

.package-two .cp-btn-order {
  background-color: #ff5538;
}

.package-three .cp-btn-order {
  background-color: #6a52cd;
}

.cp-decoration-package-image {
  position: absolute;
  left: 15px;
  top: 0;
}

.cp-slideshow {
  width: 100%;
  max-width: 1340px;
  margin: auto;
}

/**
 * Responsive
 */
@media only screen and (max-width: 1200px) {
  .cp-package-container {
    max-width: 990px;
  }

  .package-container {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .special-page-wrapper .special-page-hero-area {
    background-size: inherit;
  }

  .cp-package-container {
    max-width: 100%;
  }

  .package-container {
    max-width: 400px;
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 990px) {
  .special-page-wrapper #special-content .stretch-full {
    width: 100%;
    height: auto;
    left: 0;
    background: #fff;
  }

  .cp-typography img {
    display: block !important;
    margin: auto;
  }

  .special-page-wrapper #special-content .stretch-full img {
    display: inline-block;
  }
}

@media only screen and (min-width: 641px) {
  .special-page-wrapper .special-page-hero-area .special-content h1 .mobile {
    display: none;
  }

  .special-page-wrapper .special-page-hero-area .special-content h1 .desktop {
    display: inline-block;
  }
}

@media only screen and (max-width: 640px) {
  .special-page-wrapper .special-page-hero-area .special-logo {
    top: 20px;
    left: 10px;
    margin-left: 0;
  }

  .special-page-wrapper .special-page-hero-area .special-content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .special-page-wrapper .special-page-hero-area .special-content h1 .mobile {
    display: inline-block;
  }

  .special-page-wrapper .special-page-hero-area .special-content h1 .desktop {
    display: none;
  }

  h1.christmas-package-title {
    font-size: 55px !important;
    line-height: 60px !important;
  }

  h2.christmas-package-tagline {
    font-size: 20px;
    margin-top: 20px !important;
  }

  .related-products-wrapper .product-inner {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 400px) {
  .special-page-wrapper .special-page-hero-area .special-phone {
    display: none;
  }

  .special-page-wrapper .special-page-hero-area .special-logo {
    top: 10px;
    left: 50%;
    margin-left: -75px;
  }

  .special-page-wrapper #special-content form input[type="submit"] {
    font-size: 18px;
    line-height: 24px;
  }
}

div.ywcdd_timeslot_content span.select2-container {
  width: 100% !important;
}

/* June 2022 */
.logos-flex {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.logos-flex .payment-logo img {
  max-height: 50px;
  width: auto;
}

.logos-flex .payment-logo-1 img {
  border-radius: 3px;
  background: #fff;
  padding: 5px;
}

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

.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  input[type="text"],
.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  input[type="tel"],
.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  .wpwl-control {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0 10px !important;
  line-height: 50px !important;
  height: 50px !important;
  border: 1px solid #56ae27 !important;
  border-radius: 6px !important;
  opacity: 1 !important;
  color: #000 !important;
}

.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  input[type="text"]::-webkit-input-placeholder,
.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  input[type="tel"]::-webkit-input-placeholder,
.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  .wpwl-control::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0 10px !important;
  line-height: 50px !important;
  height: 50px !important;
  border: 1px solid #56ae27 !important;
  border-radius: 6px !important;
  opacity: 1 !important;
  color: #000 !important;
}

.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  input[type="text"]::-moz-placeholder,
.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  input[type="tel"]::-moz-placeholder,
.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  .wpwl-control::-moz-placeholder {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0 10px !important;
  line-height: 50px !important;
  height: 50px !important;
  border: 1px solid #56ae27 !important;
  border-radius: 6px !important;
  opacity: 1 !important;
  color: #000 !important;
}

.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  input[type="text"]:-moz-placeholder,
.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  input[type="tel"]:-moz-placeholder,
.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  .wpwl-control:-moz-placeholder {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0 10px !important;
  line-height: 50px !important;
  height: 50px !important;
  border: 1px solid #56ae27 !important;
  border-radius: 6px !important;
  opacity: 1 !important;
  color: #000 !important;
}

.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  input[type="text"]:ms-input-placeholder,
.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  input[type="tel"]:ms-input-placeholder,
.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  .wpwl-control:ms-input-placeholder {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0 10px !important;
  line-height: 50px !important;
  height: 50px !important;
  border: 1px solid #56ae27 !important;
  border-radius: 6px !important;
  opacity: 1 !important;
  color: #000 !important;
}

.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  input[type="text"]::placeholder,
.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  input[type="tel"]::placeholder,
.page-template-default.woocommerce-order-pay
  .default-page-wrapper
  #allsecure_payment_container
  .wpwl-control::placeholder {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0 10px !important;
  line-height: 50px !important;
  height: 50px !important;
  border: 1px solid #56ae27 !important;
  border-radius: 6px !important;
  opacity: 1 !important;
  color: #000 !important;
}

.wpwl-wrapper.wpwl-wrapper-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.wpwl-wrapper.wpwl-wrapper-submit:before,
.wpwl-wrapper.wpwl-wrapper-submit:after {
  display: none;
}

.wpwl-button {
  padding: 12px 36px !important;
  border-radius: 6px !important;
  margin: 0 !important;
  display: inline-flex !important;
  border: none !important;
  flex-grow: 1;
  justify-content: center;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.wpwl-button.wpwl-button-cancel {
  background-color: #e5e7eb !important;
  color: #4b5563 !important;
}

.wpwl-button.wpwl-button-pay {
  background-color: #56ae27 !important;
  color: #fff !important;
}

.wpwl-container {
  margin: 0 !important;
}

#allsecure_merchant_info {
  font-size: 16px !important;
  padding: 0 0 0 41px !important;
  margin: 0 0 20px 0 !important;
}

.wpwl-form.wpwl-form-card.wpwl-clearfix {
  max-width: 600px !important;
  margin: 0 !important;
}

table.shop_table.cart.shop_table--biz tbody tr.cart_item td.product-quantity,
table.shop_table.cart.shop_table--biz tbody tr.cart_item td.product-price {
  max-width: 150px;
  width: 150px;
}

table.shop_table.cart.shop_table--biz tbody tr.cart_item td {
  padding: 21px;
}

table.shop_table.cart.shop_table--biz tbody tr th.product-category {
  background: #fdd151;
}

table.shop_table.cart.shop_table--biz
  tbody
  tr.cart_item
  td.product-quantity
  .qty {
  padding: 0 10px 0 50px !important;
}

table.shop_table.cart.shop_table--biz
  tbody
  tr.cart_item
  td.product-quantity
  input::-webkit-outer-spin-button,
table.shop_table.cart.shop_table--biz
  tbody
  tr.cart_item
  td.product-quantity
  input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

table.shop_table.cart.shop_table--biz
  tbody
  tr.cart_item
  td.product-quantity
  input[type="number"] {
  -moz-appearance: textfield !important;
}

.customer-info {
  background: #fdd151;
  max-width: 300px;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 40px;
  display: block;
  margin-left: auto;
  font-family: "Caveat Brush", cursive;
  color: #3a3a3a;
  font-size: 22px;
  line-height: 1.5;
}

.main-bar-wholesale {
  background: #56ae27;
  color: #fff;
  font-family: "Caveat", cursive;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-top: 16px;
}

.main-bar-wholesale a {
  display: inline-block;
  font-family: "Caveat Brush", cursive;
  font-size: 20px;
  line-height: 25px;
  color: #231f20;
  text-transform: uppercase;
  text-align: center;
  margin-left: 15px;
  padding: 5px 19px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.main-bar-wholesale .main-bar-wholesale__new {
  background: #fdd151;
}

.main-bar-wholesale .main-bar-wholesale__new:hover {
  background: #ffae00;
}

.main-bar-wholesale .main-bar-wholesale__reorder {
  background: #ffae00;
}

.main-bar-wholesale .main-bar-wholesale__reorder:hover {
  background: #fdd151;
}

.main-bar-wholesale p {
  margin-bottom: 16px;
}

/* 2022-12-15 */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.quantity input[type="number"] {
  -moz-appearance: textfield !important;
}

/* 2025-07-24 */
.main-bar .d-nav > li > ul {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.main-bar .d-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  backface-visibility: visible;
  transition: all 0.3s ease-in-out;
}

label[for="billing_company"],
label[for="billing_pib"],
label[for="shipping_company"],
label[for="shipping_pib"] {
  & span.optional {
    display: none;
  }
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-block: 0 !important;
}