/*======================================
Theme Name: Bamija
Theme URI: https://www.virtualna-tvornica.com
Description: Bamija web shop
Version: 1.0
Author: Virtualna Tvornica
Author URI: https://www.virtualna-tvornica.com
Template: Divi
======================================*/

/* Include fonts */
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Light.ttf');
  font-weight:300;
}
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Regular.ttf');
  font-weight:400;
}
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Medium.ttf');
  font-weight:500;
}
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Bold.ttf');
  font-weight:700;
}
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-ExtraBold.ttf');
  font-weight:800;
}
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Black.ttf');
  font-weight:900;
}
/*
body:not(.home, .page-id-36) #main-header {
  background-size: initial;
  background-repeat: repeat-x;
  background-image: url(https://razvoj.virtualna-tvornica.hr/capsiplex/wp-content/uploads/2018/10/header_bg.png)!important;
  min-height: 186px;
  max-height: 186px;
  position: relative;
}

body:not(.home, .page-id-36) #main-header .container:first-child:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 222px;
  background: url(https://razvoj.virtualna-tvornica.hr/capsiplex/wp-content/uploads/2018/10/capsiplex-ee.png);
  background-size: 100%;
  left: calc(100% - 200px);
  top: 8px;
}

*/

/* GENERAL SETTINGS */
body {
  overflow-x: hidden;
  line-height: 1.4em;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #130f0c;
}
body p {
    line-height: 1.4em;
}
a:hover {
  opacity: 1;
}

/* HEADER & NAVIGATION */
.nav li ul {
  width: 216px;
}
#logo,
#et-top-navigation,
#right-mod-menu,
.vt_phone_number {
  transition: all 0.3s ease-in-out;
}
#top-header {
  display: none;
}
#main-header {
  box-shadow: unset;
}
#top-menu a {
  font-weight: 600 !important;
  transition: all 0.3s ease-in-out;
  /*font-size: 15px;*/
}
#top-menu a:hover {
  color: #004C25;
}
.nav li ul {
  padding: 6px 0 0 0;
}
#top-menu li li {
  padding: 0;
  width: 100%;
  display: block;
}
#top-menu li li a {
  width: 100%;
  display: block;
  padding: 6px 16px;
}
.nav li ul {
  border-left: 3px solid #004C25 !important;
  border-top: unset !important;
}
#et-top-navigation {
  float: left;
  font-weight: 600;
  padding-left: 180px !important;
}
#right-mod-menu {
  float: right;
  position: relative;
  margin-top: 17px;
}
.vt_phone_number {
  margin-bottom: 20px;
  padding: 10px 19px 10px 10px;
  background: #004C25;
  color: #ffffff;
  text-align: right;
  border-radius: 19px;
  height: 38px;
  letter-spacing: 1px;
  line-height: 16px;
  position: relative;
  max-width: 225px;
}
.vt_phone_max {
  float: right;
  width: 225px;
}
.vt_phone_number::after {
  position: absolute;
  content: '';
  width: 27px;
  height: 27px;
  left: 12px;
  top: 6px;
  background-size: 27px;
  background-image: url(/wp-content/uploads/2019/01/call_icon.png);
  background-repeat: no-repeat;
}
.search-cart-wrapper {
  /* overflow: hidden; */
  margin-right: 11px;
}
.et-cart-info {
  float: left;
  position: relative;
}
.et-cart-info img {
  width: 24px;
}
.site-search {
  float: left;
  width: 192px;
  margin-right: 11px;
}
.vt_cart_number {
  position: absolute !important;
  background: #004C25;
  color: #ffffff;
  width: 17px;
  height: 17px;
  top: -11px;
  left: 100%;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  margin-left: -7px;
}
.vt_cart_number::before {
  display: none;
}
.site-search #s {
  border: 0;
  border-bottom: 2px solid #a8a8a8;
  width: 100%;
  font-size: 14px;
  color: #a8a8a8;
}
.search {
  position: relative;
}
.site-search #searchsubmit {
  cursor: pointer;
  border: 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -32px;
  background: transparent url(/wp-content/uploads/2019/01/search_icon.png) no-repeat;
  opacity: 0.4;
}
#top-menu .webshop-menu-item a {
  font-size: 20px;
  color: #004C25 !important;
  font-weight: 800 !important;
}
#top-menu .webshop-menu-item ul.sub-menu li a {
  font-size: 14px;
  color: #ababab !important;
  font-weight: 600 !important;
}
#top-menu .webshop-menu-item ul.sub-menu li a:hover {
  color: #004C25 !important;
}
.et_pb_button.et_pb_more_button.et_pb_button_one {
  background: #61892C !important;
  border-radius: 0 !important;
  padding: 6px 25px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase !important;
}
.et_pb_button.et_pb_more_button.et_pb_button_one:hover {
  background: #004C25 !important;
  border-radius: 0 !important;
  padding: 6px 25px !important;
}
.et_fullwidth_nav.et_non_fixed_nav.et_header_style_left #top-menu>li:last-child>ul.sub-menu {
  right: unset;
}

/* call */
.vvt_ree {
  font-size: 12px;
  display: inline-block;
  padding-left: 53px;
}
.vvt_ree_v2 {
  font-size: 16px;
  display: inline-block;
  padding-right: 23px;
  padding-left: 57px;
  font-weight: 600;
}
#page-container {
  /* padding-top: 109px !important;
  margin-top: 0 !important; */
}
.container, .et_pb_row {
  width: 95%;
}
#main-header {
  position: fixed;
}

/* Woocommerce */
.et_button_no_icon.woocommerce-page a.button,
.et_button_no_icon.woocommerce-page a.button:hover {
  padding: 0 !important;
  padding-right: 28px !important;
}
.woocommerce ul.products li.product {
  float: left;
  margin: 0 1.8% 40px 0;
  padding: 0;
  position: relative;
  width: 23.65%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 30.75%;
  margin: 0 3.8% 40px 0;
}
.woocommerce ul.products.columns-3 li.product:nth-child(3n),
.woocommerce-page ul.products.columns-3 li.product:nth-child(3n) {
  margin-right: 0;
}
.woocommerce ul.products.columns-4 li.product:nth-child(4n) {
  margin-right: 0;
}
.custom_add_to_car_vtt {
  overflow: hidden;
}
.custom_add_to_car_vtt .woocommerce-Price-amount {
  /* float: left; */
}
.custom_add_to_car_vtt .add_to_cart_button {
  float: right;
}
.product_addButton_vtt .custom_add_to_car_vtt .add_to_cart_button  {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 0 !important;
  color: #74a236;
  padding: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  padding-right: 28px !important;
}
.product_addButton_vtt .custom_add_to_car_vtt .add_to_cart_button::before {
  position: absolute;
  content: '\f07a';
  top: 0;
  right: 0;
  font-family: FontAwesome;
  font-size: 18px;
}
.product_addButton_vtt .custom_add_to_car_vtt .add_to_cart_button:hover  {
  background: transparent;
  color: #004C25 !important;
}
.product_addButton_vtt .custom_add_to_car_vtt .add_to_cart_button::after  {
  display: none;
}
.product_title_vtt {
  margin-bottom: 4px;
  display: inline-block;
  /*min-height: 53px;*/
}
.vtt_second_part {
  z-index: 99;
  position: relative;
}
.shop_image_vtt {
  position: relative;
  display: block;
}
.shop_image_vtt img {
  /* max-height: 280px; */
  /* object-fit: cover; */
}
.shop_image_vtt .product_overlay_vtt {
  position: absolute;
  width: 0;
  height: 0;
  background: rgba(97, 137, 43, 0.7);
  top: 50%;
  left: 50%;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  font-size: 0;
}
.shop_image_vtt:hover .product_overlay_vtt {
  visibility: visible;
  width: 60%;
  height: 60%;
  background: rgba(97, 137, 43, 0.7);
  top: 50%;
  left: calc(50% - 30%);
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1.2em;
}
.shop_image_vtt .product_overlay_vtt .product_details_text {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  height: 54px;
  transform: translateY(-50%);
  top: 50%;
  padding: 0 10px;
  letter-spacing: 3px;
}

.added_to_cart{
  display: block !important;
  clear: both;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background: #004C25;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 9999;
  position: relative;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 60px;
}

  /* Home section 1 */
.homepage_product_cus {
  height: 337px;
  background-size: 100% 337px;
  background-repeat: no-repeat;
}
.hom_cat_wrapp {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hh_outwoot {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.hh_title {
  display: block;
  font-size: 27px;
  color: #fff;
}
.hh_text {
  display: block;
  text-transform: uppercase;
  margin-top: 9px;
}
.hh_text a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.hh_text a:hover {
  padding-left: 20px;
}
.bamija_komplet_wrapp {
  /*position: absolute;
  left: 50%;
  margin-left: -144px;
  top: 50%;
  transform: translateY(-50%);*/
  height: 222px;
}
.bamija_komplet_wrapp_v2 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bamija_komplet_wrapp .et_pb_code_inner {
  height: 100%;
}
.bamija_komplet_wrapp_v2 .et_pb_code_inner {
  height: 100%;
}
.bam_kom_col_1 {
  width: 100%;
  height: 100%;
}
.bamija_komplet_btn {
  display: inline-block;
  padding: 50px 30px;
  background: rgba(97, 137, 43, 0.8);
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 5px;
  width: 480px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -240px;
  top: 50%;
  transform: translateY(-50%);
}
.bamija_djelotvornost_separator {
  display: inline-block;
  padding: 50px 30px;
  background: rgba(97, 137, 43, 0.8);
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  width: calc(100% - 360px);
  text-align: center;
  position: absolute;
  left: calc(23% - 180px);
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.4em;
  left: 50%;
  margin-left: calc(-50% + 180px);
}
/*
.vtt-certificate {
  position: absolute;
  top: -24px;
  right: -21px;
  z-index: 9;
}
.vtt-certificate.on-sale-cer {
  top: -24px;
  right: 47px;
}
.vtt-certificate.single-product-page-cer {
  top: -3px;
  right: -13px;
}
*/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  right: 2em;
}
.testimonials_vtt .et_pb_slide_description {
  padding: 0 !important;
}
.et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: unset;
}
.et_pb_slide_description .et_pb_slide_title {
  margin-bottom: 30px;
}
.testimonials_vtt .et-pb-controllers {
  position: relative;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  margin-top: 50px;
}
.testimonials_vtt.et_pb_slider .et_pb_slide {
  padding: 0 !important;
}
.et_pb_slider_container_inner {
  vertical-align: unset;
}

/* DJELOTVORNOST BAMIJE */
body:not(.home) #et-main-area {
  padding-top: 109px;
}

/* SINGLE PRODUCT PAGE */
.woocommerce div.product .product_title {
  padding-bottom: 5px!important;
  font-size: 25px;
}
.entry-summary p.price {
  margin-bottom: 30px;
}
.entry-summary p.price span {
  font-size: 21px!important;
  font-weight: 600;
  color: #000;
}
.woocommerce .woocommerce-breadcrumb {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 50px;
  color: #004C25;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
  height: auto !important;
  background-color: #fff !important;
  color: #000 !important;
  border: 2px solid #ddd !important;
  border-radius: 0 !important;
  padding: 8px 8px;
  font-size: 15px !important;
  width: 93px;
  text-align: left;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
  font-size: 14px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #f0f0f0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #e6e6e6;
}#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
   border: 1em solid #e6e6e6;
   border-right-color: transparent;
   border-left-color: transparent;
   border-top-color: transparent;
 }

.quantity .screen-reader-text {
  clip-path: unset;
  position: relative !important;
  color: #000000 !important;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 5px;
}
.quantity {
  width: 100% !important;
}
.woocommerce div.product form.cart .button {
  float: none;
  display: inline-block;
  background: transparent;
  border-radius: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 !important;
  margin-top: 50px;
  color: #74a236 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  padding-right: 28px !important;
  font-size: 15px;
}
.woocommerce div.product form.cart .button::before {
  position: absolute;
  content: '\f07a';
  top: 0;
  right: 0;
  font-family: FontAwesome;
  font-size: 15px;
}
.et_button_no_icon.woocommerce-page button.button, .et_button_no_icon.woocommerce-page button.button.alt, .et_button_no_icon.woocommerce-page button.button.alt:hover, .et_button_no_icon.woocommerce-page button.button:hover {
  padding: 0 !important;
  padding-right: 28px !important;
  color: #004C25 !important;
}
.et_button_no_icon.woocommerce-page button.button[name="apply_coupon"],
.et_button_no_icon.woocommerce-page button.button[name="update_cart"],
.woocommerce-cart .woocommerce a.button, .woocommerce-cart .woocommerce-page a.button {
  padding: 4px 20px !important;
  background: #004C25 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 9px;
  border-radius: 0;
  font-size: 15px;
}
#order_review_heading {
  margin: 30px 0 10px 0;
}
.woocommerce table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vtt_order-checkout_page {
  border: 0;
  cursor: pointer;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
#vtt_order-checkout_page {
  padding: 12px 45px 9px 45px !important;
  background: #008e45!important;
  border-radius: 0 !important;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #ffffff !important;
  border-bottom: 3px solid #004c25 !important;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
#vtt_order-checkout_page:hover {
  padding: 12px 45px 9px 45px !important;
  background: #004C25 !important;
  color: #ffffff !important;
}

.woocommerce div.product form.cart .button:hover {
  padding: 0 !important;
  padding-right: 28px !important;
  color: #004C25 !important;
}
.related-products-vtt {
  margin-top: 70px;
}
.related_title_vtt {
  font-weight: 600;
  margin-bottom: 14px;
}
.woocommerce-cart-form {
  width: 67%;
  float: left;
  margin-right: 3%;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: 30%;
  float: left;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.single-product.et_button_no_icon.woocommerce-page a.button.wc-forward {
  padding: 0 30px !important;
  border-radius: 0;
  color: #004c25 !important;
}
.woocommerce-order-details {
  margin-top: 30px;
}
.woocommerce-thankyou-order-details {
  margin-bottom: 18px !important;
}
  /* FOOTER */
#footer-widgets {
  padding: 3.5% 0 0;
}
.developed-by {
  color: #004C25 !important;
}
#footer-info a {
  transition: all 0.3s ease-in-out;
}
#footer-info a:hover {
  opacity: 1;
}
.et_mobile_menu {
  padding: 1%;
}
.mobile_menu_add {
  display: none;
}
#nav_menu-2 #menu-footer-menu li::before {
  display: none;
}
#nav_menu-2 #menu-footer-menu li a {
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
#nav_menu-2 #menu-footer-menu li {
  margin-bottom: 1px !important;
  padding-left: 0;
}
#nav_menu-2 #menu-footer-menu li a:hover {
  color: #004C25 !important;
}
#menu-footer-menu {
  margin-top: 84px;
}
#custom_html-3, #custom_html-4 {
  margin-top: 76px;
  width: 100%;
}
#custom_html-3 {
  max-width: 223px;
  float: right;
}
#custom_html-4 {
  max-width: 225px;
  float: right;
}
#custom_html-3 {
  margin-top: 131px;
}
#footer-widgets .footer-widget {
  margin-right: 1.5% !important;
}
#footer-widgets .footer-widget:nth-child(1) {
  width: 24%;
}
#footer-widgets .footer-widget:nth-child(2) {
  width: 20%;
}
#footer-widgets .footer-widget:nth-child(3) {
  width: 30%;
}
#footer-widgets .footer-widget:nth-child(4) {
  width: 21%;
  margin-right: 0 !important;
}
.kontakt-ivica {
  color: #004C25;
  font-size: 22px;
  font-weight: 700;
}
.kontakt-ivica.no-bold {
  font-weight: 500;
}
.footer-social-img {
  width: 38px;
  margin-right: 7px;
}
.footer-social-img:nth-child(1) {
  margin-left: 12px;
}
.footer-social-img:nth-child(2) {
  position: relative;
  top: 3px;
}

.vtt_product_intro {
  margin-bottom: 7px;
}
.vtt_product_intro p {
  font-size: 15px;
  /*min-height: 42px;*/
  margin-bottom: 3px;
}

/* FULL HEIGHT */
.home .et_pb_fullscreen .et_pb_fullwidth_header_container {
  min-height: calc(100vh - 141px) !important;
}

.vtt_on_sale {
  text-align: center;
  position: absolute;
  background: #004c25;
  top: -19px;
  right: -19px;
  z-index: 999;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 53px;
}
.vtt_on_sale_txt {
  position: absolute;
  z-index: 99;
  background: #004c25;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 17px;
  font-weight: 500;
  transform: rotate(-42deg);
  top: 11%;
  left: -34%;
}
.vtt_on_sale_txt_wrapp {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.orderby, .woocommerce div.product form.cart .variations td select {
  padding: 6px 8px;
  border: none;
  color: #666!important;
  background-color: #ffffff;
  font-family: Raleway;
  font-weight: 500;
  border: 1px solid #939393;
  border-radius: 0;
  font-size: 15px;
}
.woocommerce div.product form.cart .variations td.label {
  padding: 0 12px 20px 0!important;
  line-height: 34px;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 500
}
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover {
  background-color: transparent !important;
}

.button_center_ali_wrapp {
  border: 3px solid #004c25;
  padding: 15px;
  border-radius: 12px;
  display: block;
  max-width: 320px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button_center_ali_wrapp::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #004c25;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.button_center_ali_wrapp:hover {
  color: #ffffff;
}
.button_center_ali_wrapp:hover::before {
  width: 100%;
}

.three_rte_col .et_pb_main_blurb_image .et_pb_image_wrap img {
  height: 345px;
  object-fit: contain;
}
.et_pb_main_blurb_image {
  box-shadow: 1px 1px 13px -4px rgba(0,0,0,0.6);
}
.single-post .post-meta {
  display: none;
}
.single-post.et_right_sidebar #main-content .container:before {
  visibility: hidden;
}

.entry-title {
  color: #004c25;
  margin-bottom: 17px;
}
.widgettitle {
  color: #004C25;
  margin-bottom: 22px;
}
.single-post .et_pb_widget a {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post .et_pb_widget a:hover {
  padding-left: 17px;
}

.et_pb_post .post-content p {
  display: block;
  max-height: 90px;
  overflow: hidden;
}
.et_pb_blog_grid .et_pb_image_container img {
  height: 230px;
  object-fit: cover;
}
.et_pb_blog_grid_wrapper .et_pb_post .entry-title {
  margin-bottom: 3px;
  /* min-height: 90px; */
}

.more-link {
  border-radius: 6px;
  padding: 2px 30px;
  border: 2px solid #004c25;
  margin-top: 24px;
  display: inline-block;
  font-weight: 600;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.more-link::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #004c25;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.more-link:hover::before {
  width: 100%;
}
.more-link:hover {
  color: #ffffff;
}
.et_pb_blog_grid .et_pb_post {
  border: 0;
}
.o_nama_img_footer .et_pb_image_wrap img {
  height: 310px;
  object-fit: cover;
}

.contact_form_wrapper {
  overflow: hidden;
}
.contact_form_left {
  float: left;
  width: 43%;
  margin-right: 7%;
}
.contact_form_right {
  float: left;
  width: 50%;
}
.input_wrapp {
  margin-bottom: 17px;
}
.wpcf7-text {
  font-size: 16px;
  padding: 8px !important;
  width: 100%;
  max-width: 500px;
}
.wpcf7-textarea {
  width: 100%;
  height: 192px;
  max-width: 500px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
}
.label_for_label {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
}
input[name="gdpr_privole"] {
  margin: 0;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
}
.wpcf7-list-item {
  margin-left: 0;
  padding-left: 22px;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 15px;
  line-height: 1.3em;
  max-width: 1100px;
  display: inline-block;
}
.button_form_wrapp {
  margin: 30px 0 0 0;
  text-align: center;
}
.gdpr_privole {
  margin: 20px 0;
}
.wpcf7-submit {
  border: 2px solid #004c25;
  padding: 10px 40px 8px 40px !important;
  border-radius: 50px;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  color: #004c25;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wpcf7-submit:hover {
  background: #004C25;
  color: #ffffff;
}

.products.columns-4 > li .shop_image_vtt img {
  height: 280px !important;
  object-fit: cover;
}
.products.columns-3 > li .shop_image_vtt img {

}

.grecaptcha-badge {
  visibility: hidden !important;
}
.cont-footer-text-info {
  font-size: 12px;
  clear: both;
  margin-bottom: 10px;
  padding-top: 9px;
}





/* MEDIA */
/* wordpress */
@media all and ( min-width: 783px ) {
  body #main-header {
    top: 0 !important;
  }
  body.admin-bar #main-header {
    top: 32px !important;
  }
}
@media all and ( max-width: 782px ) {
  body #main-header {
    top: 0 !important;
  }
  body.admin-bar #main-header {
    top: 46px !important;
  }
}
@media all and ( max-width: 600px ) {
  body.admin-bar #main-header.vtt_fixed_header_top {
    top: 0 !important;
  }
  #main-header {
    position: relative;
  }
  body.admin-bar #main-header {
    top: 0 !important;
  }
  body:not(.home) #et-main-area {
    padding-top: 0;
  }
}

@media all and ( min-width: 1210px ) and ( max-width: 1310px ) {
  #top-menu li {
    padding-right: 15px;
    font-size: 13px;
  }
}

@media all and ( min-width: 981px ) and ( max-width: 1180px ) {
  #footer-widgets .footer-widget:nth-child(1) {
    width: 24%;
  }
  #footer-widgets .footer-widget:nth-child(2) {
    width: 20%;
  }
  #footer-widgets .footer-widget:nth-child(3) {
    width: 24%;
  }
  #footer-widgets .footer-widget:nth-child(4) {
    width: 26%;
    margin-right: 0 !important;
  }
}

@media all and ( min-width: 768px ) and ( max-width: 1200px ) {
  .shop_image_vtt:hover .product_overlay_vtt {
    width: 70%;
    left: calc(50% - 35%);
    font-size: 12px;
  }
  .shop_image_vtt .product_overlay_vtt .product_details_text {
    height: 29px;
    padding: 0 10px;
  }
}

@media all and ( min-width: 1510px ) {
  #custom_html-3 {
    position: relative;
    left: 125px;
  }
}

@media all and ( min-width: 1211px ) {
  .et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: 10px !important;
  }
  #et-top-navigation {
    padding: 85px 0 0 180px !important;
  }
  body.single-product #content-area #left-area {
    padding: 0 180px;
  }
}

@media all and ( min-width: 981px ) {
  .footer-contact-num-2 {
    display: block;
    margin-top: 21px;
  }
  #custom_html-4 .custom-html-widget {
    margin-top: 0;
  }
  .footer-widget .vt_phone_number {
    margin-bottom: 10px;
  }
  .single-post #left-area {
    width: 75.125%;
  }
  .single-post #sidebar {
    width: 24.875%;
  }
  .single-post #content-area {
    padding: 0 180px;
  }
  .vertical_align_middle {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
  }
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 95%;
    padding-left: 180px;
  }
  #main-header.vtt_fixed_header #logo {
    /*max-height: 64%;*/
  }
  #main-header.vtt_fixed_header #et-top-navigation {
    padding: 44px 0 0 180px !important;
  }
  #main-header.vtt_fixed_header #right-mod-menu {
    margin-top: 3px;
  }
  #main-header.vtt_fixed_header #right-mod-menu .vt_phone_number {
    margin-bottom: 15px;
    padding: 7px 19px 10px 10px;
    height: 33px;
    font-size: 14px;
  }
  


  .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container {
    padding-left: 0;
  }
  .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left #main-header .container {
    padding-left: 0;
  }
  .et_fullwidth_nav #main-header .container {
    width: 95%;
    padding-right: 0;
  }
  #logo {
    position: relative;
    left: -4px;
  }
  .testimonials_vtt {
    top: 50%;
    transform: translateY(-50%);
    max-width: 550px;
  }
}

@media all and ( min-width: 768px ) {
  .woocommerce ul.products.columns-4 li.product:nth-child(4n+1) {
		clear: both;
	}
  .woocommerce ul.products.columns-3 li.product:nth-child(3n+1) {
		clear: both;
	}
}

@media all and ( max-width: 980px ) {
  .contact_form_left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .contact_form_right {
    float: none;
    width: 100%;
  }
  .bamija_djelotvornost_separator {
    width: 90%;
    margin-left: -45%;
    font-size: 20px;
  }
  #custom_html-3, #custom_html-4 {
    margin-top: 0;
  }
  #footer-widgets .footer-widget:nth-child(3) {
    clear: both;
  }
  #custom_html-3, #custom_html-4 {
    float: none;
  }
  .testimonials_bg_image_txt {
    min-height: 270px !important;
    background-color: rgba(0,0,0,0.4);
  }
  .woocommerce-cart-form {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
    float: none;
  }
}
@media all and ( max-width: 767px ) {
  .woocommerce ul.products.columns-4 li.product:nth-child(4n+1) {
		clear: unset;
	}
	.woocommerce ul.products.columns-4 li.product:nth-child(2n+1) {
		clear: both;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 48%;
    margin-right: 4%;
  }
  .woocommerce ul.products.columns-3 li.product:nth-child(2n) {
    margin-right: 0%;
  }
  .woocommerce ul.products.columns-3 li.product:nth-child(3n+1) {
		clear: unset;
	}
  
  #menu-footer-menu {
    margin-top: 0;
  }
  #footer-widgets .footer-widget {
    margin-bottom: 4.5% !important;
  }
  .homepage_product_cus_mobile {
    height: 300px !important;
    background-size: 100% 300px !important;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1210px) {
	#et_mobile_nav_menu {
		display: block;
		float: none;
	}
 #top-menu {
		display: none;
	}
}
@media (max-width: 980px) {
	#et_mobile_nav_menu {
		display: block;
		float: right;
    text-align: unset;
  }
  #logo {
    max-width: 100%;
    max-height: 100%;
  }
  #main-header .container:first-child {
    width: 90%;
  }
  #et-top-navigation {
    padding-top: 45px !important;
  }
}

@media ( max-width: 570px ) {
  .bamija_djelotvornost_separator {
    padding: 20px;
    letter-spacing: 1px;
    font-size: 18px;
  }
  .woocommerce ul.products.columns-4 li.product:nth-child(4n+1) {
		clear: unset;
	}
	.woocommerce ul.products.columns-4 li.product:nth-child(2n+1) {
		clear: unset;
  }
  .woocommerce ul.products.columns-3 li.product:nth-child(3n+1) {
		clear: unset;
	}
  #logo {
    height: 145px !important;
    max-height: 99%;
    position: relative;
    left: -4px;
  }
  #et-top-navigation {
    padding-top: 17px !important;
    padding-left: 130px !important;
  }
  .mobile_menu_bar:before {
    top: 8px;
  }
  .vt_phone_max {
    display: none;
  }
  .search-cart-wrapper {
    margin-top: 12px;
  }
  .sm-mobile-ver {
    margin: 0 auto;
    font-size: 12px;
    background: #252525;
    padding: 10px !important;
    width: auto;
  }
  .sm-mobile-ver::after {
    display: none;
  }
  .mobile_menu_add {
    background: #252525;
  }
  .search-icon-mobile {
    display: inline-block;
    margin-left: 8px;
  }
  .search-icon-mobile i {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    top: 2px;
    position: relative;
    cursor: pointer;
  }
  .mobile_menu_add {
    display: block;
  }
  .site-search {
    display: none;
  }
  #main-header .container {
    width: 95% !important;
  }
  .woocommerce ul.products li.product {
    width: 100% !important;
    float: none !important;
    margin: 0 1.8% 40px 0 !important;
    padding: 0;
    position: relative;
  }
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    float: none !important;
    width: 100% !important;
    margin: 0 1.8% 40px 0 !important;
  }
  .shop_image_vtt:hover .product_overlay_vtt {
    font-size: 15px;
  }
  .shop_image_vtt .product_overlay_vtt .product_details_text {
    height: 37px;
    padding: 0 20px;
  }
  .bamija_komplet_btn {
    padding: 40px 20px;
    font-size: 20px;
    width: 80%;
    left: calc(50% - 40%);
    margin-left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media all and ( max-width: 380px ) {
  .bamija_komplet_btn {
    padding: 40px 20px;
    font-size: 14px;
    width: 90%;
    left: calc(50% - 45%);
    margin-left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}