/*
Theme Name: Atec
Theme URI: https://atec.rs
Author: Atec Technologies
Author URI: https://atec.rs
Version: 5.0
*/

/* 
1.0 HEADER 
2.0 MENU 
3.0 PAGE LAYOUT & ELEMENTS
4.0 PAGES
5.0 FOOTER
6.0 MEDIA QUERIES
*/

:root {
  --primary-color: #7fa15a;
  --dark: #003c00;
  --light: #7d7d7d;
}

/******** 1.0 HEADER ********/

.top-header {
	background-color: #4baf47;
	padding: 5px 0;
}

.list-inline.header-social {
	margin-bottom: 0;
}

.list-inline.header-social .btn-outline-light.btn-social {
	width: auto;
	height: auto;
}

.address i, .call-us i {
	left: 0;
	font-size: 14px;
	padding: 0 5px 0 0;
	color: #fff;
	top: 14px;
	transition-duration: 0.3s;
}

.footer-social {
	text-align: center;
	margin-bottom: 0;
}

.address a, .call-us a {
	color: #fff;
	text-decoration: none;
}

.list-inline.header-social li {
	display: inline;
	float: right;
}

.list-inline.footer-social li {
	display: initial;
}

.top-header .footer-social {
	text-align: right;
	margin-bottom: 0;
}

.logo-header {
	padding-top: 7px;
}

.list-inline.header-social a {
	text-decoration: none;
	background-color: transparent;
	width: auto;
	color: #fff;
	font-size: 18px;
	padding-right: 8px;
}

.list-inline.header-social:hover {
	color: #f0ffe1 !important;
}

.list-inline.header-social a:hover {
	color: #e8fed1;
}

.shopping-cart {
	padding-top: 11px;
	text-align: right;
}

.address, .call-us {
	color: #888;
}

.top-header .container .row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.address:hover i, .call-us:hover i {
	background-color: transparent;
	color: #fff;
	transition-duration: 0.3s;
	border-color: var(--primary-color);
}

#header-box .btn-social, #header-box .btn-social:visited {
	background-color: var(--dark);
	color: var(--primary-color);
}

#header-box .footer-social {
	padding-top: 17px;
}

.shopping-cart i {
	color: #fff;
	font-size: 16px;
	margin-top: 3px;
	background-color: #4baf47;
	border-radius: 50px;
	padding: 11px 10px 11px 10px;
}

.shopping-cart a {
	color: var(--dark);
	text-decoration: none;
	font-size: 14px;
	letter-spacing: -0.5px;
}

#main-menu li {
	padding: 0px 8px;
}

#main-menu li a {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #313131 !important;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 500;
	transition-duration: 0.5s;
}

#header-box .btn-social:hover {
	background-color: #eaeaea;
}

.top-header a:hover {
	text-decoration: none;
}

.top-header span {
	color: var(--dark);
}

.content-header {
	padding: 8px;
}

/******** 1.0 END HEADER ********/

/******** 2.0 MENU ********/

.affix {
	position: fixed !important;
	top: 0;
	background-color: #77b81e;
}

.mega-sub-menu li a {
	color: var(--dark) !important;
	padding: 8px 17px !important;
	border-bottom: 1px solid #cecece !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #fff!important;
	font-size: 17px!important;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 500!important;
	padding: 11px 20px 0px 20px!important;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 17px;
	padding: 25px 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: transparent;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.menu-item-has-children .caret {
	position: relative;
	content: "\f0d7";
	font-family: "FontAwesome";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	z-index: 999;
	cursor: auto;
}

.menu-item-has-children .caret::before {
	position: absolute;
	content: "\f0d7";
	font-family: "FontAwesome";
	top: -3px;
	left: 3px;
}

.navbar-default {
	background-color: var(--primary-color);
	margin-bottom: 0;
	border: none;
	border-radius: 10px;
}

#menu-main-menu a {
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

#menu-main-menu .active a, #menu-main-menu a:hover, .current-menu-item a {
	color: #ffdc6b;
	background-color: transparent;
	color: #4baf47 !important;
	transition-duration: 0.5s;
}

.navbar-nav {
	float: none;
	margin: 0 auto;
}

.dropdown-menu {
	padding: 10px 12px 15px 12px;
	font-size: 16px;
	background-color: #fff;
}

.dropdown-menu li a {
	font-size: 17px !important;
}

.dropdown-item {
	border-bottom: 1px dotted#4baf47;
}

#main-menu .dropdown-menu li a:hover, #main-menu .dropdown-menu a.active {
	color: #fff !important;
	background-color: #4baf47 !important;
}

.navbar-header {
	display: none;
}

#main-menu .dropdown-menu li {
	padding: 0;
}

.top-header h2 {
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #f2f2f2;
	font-weight: 400;
	margin-bottom: 7px;
	margin-top: 5px;
}

.shop-menu-main a {
	color: #fff !important;
	background-color: #7fa15a;
}

#main-menu li.shop-menu-main a {
	color: #fff !important;
}

#main-menu li.shop-menu-main a:hover, #main-menu li.shop-menu-main  a.active {
	color: #7fa15a !important;
	background-color: #fff !important;
}

.menu-proizvodi-container a {
	color: #fff;
}

footer .menu-proizvodi-container #shop-menu li a {
	background: transparent !important;
}

#main-menu li.shop-menu-atc > a {
	color: #fff !important;
}

/******** 2.0 END MENU ********/



/******** 3.0 PAGE LAYOUT & ELEMENTS ********/

/* Standard Page Elements */

.related.products {
	clear: both;
}

/******* NAVIGATION *******/
.navigation li {
	display: inline;
}

.navigation ul {
	text-align: center;
}

.navigation li a {
	background-color: #131414;
	border-radius: 1px;
	cursor: pointer;
	color: #fff !important;
	padding: 6px 13px 6px 13px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.5px;
	border-radius: 10px;
}

.navigation {
	padding: 30px 0 10px 0;
	clear: both;
}

.navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	transition: all 0.5s ease;
	text-decoration: none;
	background-color: #131414;
	color: #fff !important;
	font-weight: 400;
	padding: 6px 13px 6px 13px;
	background-color: var(--dark);
}

.navigation li a:visited {
	color: #fff !important;
}

.navigation li.active a, .navigation li a:visited {
	background-color: var(--primary-color) !important;
	border-radius: 10px;
}

.breadcrumb-top {
	background-image: url('images/header-bcg.jpg');
	padding: 3% 0 50px;
	color: #fff;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.breadcrumb-top h1 {
	font-size: 40px;
	margin-bottom: 10px;
	text-align: center;
}

.breadcrumb-top li {
	list-style: none;
	display: inline;
}

.breadcrumb-top a {
	color: #4baf47;
}

.breadcrumb-top ul {
	text-align: center;
}

#scroll-top {
	width: 40px;
	height: 40px;
	opacity: 0.8;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	text-indent: -9999px;
	background: url('images/icon_top.png') no-repeat;
	outline: none !important;
}

.atec-img-block-image img {
	width: 100%;
}

.fp-section-1 .container-fluid {
	padding: 0;
	overflow: hidden;
}

.atec-img-block-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.atec-img-block-btn a {
	padding: 15px 30px;
	color: #fff;
	background-color: #a50046;
	font-size: 20px;
	letter-spacing: 2px;
	border: 1px solid #ffdb6a;
}

.atec-img-block-btn a:hover {
	background-color: #b00b51;
	text-decoration: none;
	color: #ffdc6b;
}

.atec-img-block-text {
	padding-bottom: 15px;
	color: #fff;
	font-size: 28px;
	text-shadow: 2px 2px 4px #000000 !important
}

/******** 3.0 END PAGE LAYOUT & ELEMENTS  ********/



/******** 4.0 PAGES ********/

body {
	font-family: 'Inter',sans-serif;
	color:#464646;
}

.page-content {
	padding-top: 55px;
	padding-bottom: 35px;
}

/* Front page */

.slider-btn {
	width: max-content !important;
}

.categories-section .woocommerce ul.products li.product {
	margin: 0 1.1% 0.992em 0;
	width: 12.65%;
}

.shop-menu-atc {
	background-color: #4baf47;
	border-radius: 10px;
}

.fp-services-section {
	padding: 50px 0 50px;
}

.fp-services-section h4 span, .section-fp-blog h4 span, .categories-section h4 span {
	color: var(--primary-color);
}

.fp-akcija-btn a {
	background-color: #4baf47;
	color: #fff !important;
	border-radius: 5px !important;
	padding: 16px 22px !important;
	font-size: 18px !important;
	text-decoration: none;
	margin-bottom: 50px;
	text-align: center;
}

.fp-akcija-btn {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.fp-akcija-btn a:hover {
	color: var(--dark) !important;
}

.fp-services-section h2, .fp-services-section h3 {
	font-size: 23px;
	color: var(--dark);
	transition-duration: 0.5s;
}

.fp-section-3 {
	background-color: #c9c9c9;
}

.fp-section-3-left {
	padding: 0;
}

.fp-section-3-left img {
	width: 100%;
}

.fp-section-3-right {
	padding: 5%;
}

.categories li {
	display: inline;
}

.categories-section .fp-more-btn {
	text-align: center;
	font-size: 17px;
	margin-top: 35px;
}

.categories-section .fp-more-btn a {
	color: var(--primary-color);
	border: 2px solid var(--primary-color);
	border-radius: 40px;
	padding: 12px 30px;
	transition-duration: 0.4s;
}

.categories-section .fp-more-btn a i {
	padding-left: 8px;
}

.categories-section .fp-more-btn a:hover {
	background-color: var(--primary-color);
	color: #fff;
	text-decoration: none;
	transition-duration: 0.5s;
}

.categories-section .categories {
	padding-left: 0;
	margin-bottom: 85px;
}

.categories li {
	display: inline;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 35px;
	padding: 15px 20px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-right: 10px;
	opacity: 0.7;
	white-space: nowrap;
	line-height: 58px;
}

.active-prod {
	opacity: 1 !important;
}

.categories li:hover {
	cursor: pointer;
	opacity: 1;
}

.add_to_cart_button, .single-product .single_add_to_cart_button {
	background-color: #4baf47 !important;
	color: #fff !important;
	padding: 12px 19px !important;
	font-size: 15px !important;
	font-weight: 400 !important;
}

.outofstock .button {
	border: 2px solid var(--primary-color) !important;
	background-color: transparent !important;
	border-radius: 5px !important;
	color: var(--primary-color) !important;
	padding: 15px 21px !important;
}

.woocommerce-loop-product__title {
	color: #000;
	font-size: 16px !important;
	height: 60px !important;
	font-weight: 600;
}

.single-product .out-of-stock {
	text-align: left;
	font-size: 20px !important;
}

mark {
	background: transparent;
	color: var(--dark);
}

.woocommerce-Price-currencySymbol {
	font-size: 11px;
}

.woocommerce ul.products li.product .price {
	color: #345803;
	display: block;
	font-weight: 600;
	margin-bottom: .5em;
	font-size: 1.1em;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
	border-radius: 5px;
}

.product-category a img {
	box-shadow: 0 0 0 7px rgba(75,175,71,0.2) !important;
	transition: ease-in-out 0.5s;
}

.product-category a:hover img:hover {
	box-shadow: 0 0 0 7px rgba(0,60,0,0.2) !important;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
	margin: 0 1.1% 2.992em 0;
	padding: 5px 5px 10px 5px;
	position: relative;
	width: 23.65%;
	margin-left: 0;
    box-shadow: 0 0 10px 0 rgba(148,146,245,.2);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
	padding: .5em 0;
	margin: 0;
	font-size: 16px;
	text--tr: upp;
	color: var(--dark);
}

.added_to_cart {
	position: absolute;
	color: var(--dark) !important;
	bottom: -33px;
	width: max-content;
	left: ;
	text-align: ;
	left: 30%;
}

.added_to_cart::after {
	content: '\f218';
	position: relative;
	font-family: 'FontAwesome';
	font-size: 18px;
	padding-left: 5px;
}

.add_to_cart_button:hover, .single-product .single_add_to_cart_button:hover {
	color: var(--dark) !important;
}

/* Blog section */

.section-fp-blog {
	padding-top: 20px;
	padding-bottom: 60px;
}

.section-fp-blog-inner, .home-blog-inner {
	border: none;
	text-align: center;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(23,35.000000000000014,39,.08);
	-moz-box-shadow: 0px 0px 15px 0px rgba(23,35.000000000000014,39,.08);
	box-shadow: 0px 0px 15px 0px rgba(23,35.000000000000014,39,.08);
	transition-duration: 1.5s;
	border-radius: 5px !important;
	background-color: #fff;
}

.section-fp-blog-box img, .home-blog-inner img {
	width: 100%;
	border-radius: 5px;
}

.section-fp-blog-box h4, .home-blog-inner h4 {
	font-size: 19px;
	text-transform: up;
	margin-bottom: 15px;
	font-weight: 500;
	color: #003c00;
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
	width: 17.95%;
}

.section-fp-blog-text {
	padding: 0 10px;
}

.blog-inner-text {
	padding: 30px 15px 15px;
}

.section-fp-blog-text p {
	color: var(--light);
}

.view-full-post i {
	color: var(--primary-color);
}

.view-full-post-btn, .view-full-post-btn:visited {
	color: var(--dark);
	padding-right: 6px;
	transition-duration: 0.3s;
	font-size: 15px;
	text-decoration: none;
}

.view-full-post {
	margin-top: 28px;
}

.single-blog-text-inner h1 {
	font-size: 33px;
	font-weight: 500;
	color: var(--dark);
	padding-bottom: 10px;
}

.single-vesti-content {
	padding-top: 2%;
	padding-bottom: 3%;
}

.blog-inner-text .view-full-post-btn:hover {
	text-decoration: none;
	padding-right: 11px;
	transition-duration: 0.3s;
	color: #4baf47;
}

.section-fp-blog-inner:hover {
	box-shadow: 0px 0px 19px 2px rgba(202, 202, 202, 0.55);
	-webkit-box-shadow: 0px 0px 19px 2px rgba(202,202,202,0.55);
	-moz-box-shadow: 0px 0px 19px 2px rgba(202,202,202,0.55);
	transition-duration: 1s;
}

/* Blog single page */

.sidebar-header h5 {
	font-size: 20px;
	color: var(--dark);
}

.sidebar-header span {
	color: var(--primary-color);
}

.shop-sidebar #shop-menu {
	column-count: 1;
}

.sbb-sidebar img {
	margin-top: ;
	margin-top: 35px;
}

.sbb-sidebar a {
	color: var(--dark);
	padding-right: 5px;
	transition-duration: 0.5s;
}

.sbb-sidebar a:hover {
	text-decoration: none;
	padding-right: 10px;
	transition-duration: 0.5s;
}

.single-blog-inner img {
	width: 100%;
}

.home-blog-box {
	margin-bottom: 35px;
}

.archive-home {
	padding: 50px 0;
}

/* Contact page */

.cf-contact-info h3, .contact-page-text h4 {
	color: #1f1f1f;
	margin-bottom: 25px;
	margin-top: 20px;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
}

.contact-detail-list ul {
	padding-left: 0;
	list-style: none;
}

.contact-detail-list li {
	margin-bottom: 18px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	position: relative;
	padding-left: 40px;
	list-style: none;
}

.contact-detail-list .contact-icon {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 6px;
}

.contact-detail-list .contact-detail {
	font-size: 14px;
	line-height: 14px;
	color: #1f1f1f;
	display: block;
}

.contact-detail-list img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.contact-detail-list .small {
	font-size: 12px;
	color: #808080;
	display: block;
}

.contact-page h4 {
	color: #252525;
	font-size: 28px;
	font-weight: bold;
	padding-left: 15px;
}

.contact-page label {
	width: 100%;
}

.wpcf7-form-control-wrap {
	color: #717171;
	font-weight: 400;
}

.contact-page input, .contact-page textarea {
	border: 1px solid #e8e8e8;
	margin-bottom: 0;
	padding: 16px 25px;
	width: 100%;
	border-radius: 40px;
	font-size: 15px;
}

.button-submit-contact input {
	width: auto;
	font-size: 17px;
}

.contact-page p {
	margin-bottom: 25px;
	padding-left: 0px;
}

.contact-map {
	margin-top: 30px;
}

.page-id-7 .wpcf7-form-control.wpcf7-submit {
	text-transform: uppercase;
}

.wpcf7-submit {
	color: #fff;
	padding: 10px 35px !important;
	letter-spacing: 0.5px;
	transition-duration: 0.3s;
	font-size: 18px;
	background-color: #4baf47;
	border: 1px solid #77b81e;
}

.wpcf7-submit:hover {
	background-color: transparent !important;
	color: var(--primary-color) !important;
	transition-duration: 0.3s !important;
}

.wpcf7-submit:hover {
	background-color: #b00b51;
	text-decoration: none;
	color: #ffdc6b;
}

.cp-sec2 {
	color: var(--dark);
}

.cp-sec2 span {
	color: var(--primary-color);
}

.cp-box-right h3 {
	padding-bottom: 30px;
	font-size: 28px;
	font-weight: 500;
	color: #003c00;
}

.cp-box-right {
	padding: 3%;
}

.cp-box i {
	font-size: 15px;
	color: #518432;
	padding: 0 10px 0 0;
	color: #4baf47;
	border: 2px dotted #4baf47;
	border-radius: 50px;
	padding: 8px;
	margin-right: 5px;
}

.cp-box-right .fas.fa-map-marker-alt {
	padding: 7px 9px;
}

.cf-tit {
	color: var(--dark);
	font-size: 15px;
}

.contact-detail {
	padding-top: 9px;
	display: flex;
	font-size: 17px;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-width: 3px;
	border-color: var(--fancybox-accent-color, rgba(38, 174, 53, 0.96))!important;
}

.cp-r2 {
	padding: 60px 0 60px;
}

.cp-r1 {
	background-color: #f7f7f7;
	padding: 55px 0;
}

.contact-page {
	padding: 0 !important;
}

.cp-box-left h3 {
	padding-bottom: 19px;
	font-size: 28px;
	font-weight: 500;
	color: #003c00;
}

.cp-box-left {
	padding: 3%;
	box-shadow: 0px 0px 15px 0px rgba(23,35.000000000000014,39,.08);
}

.button-submit-contact p {
	margin-bottom: 0;
}

.cp-box:nth-child(3) {
	margin-top: 30px;
	padding-bottom: 30px;
}

.message-box-contact .wpcf7-form-control.wpcf7-textarea {
	height: 220px;
}

.cp-box a {
	color: #212529;
	text-decoration: none;
}

.cp-box a:hover {
	color: var(--dark);
}

.sbb-sidebar img {
	border-radius: 5px;
}

.sidebar-text.col-xl-8 h4 {
	font-size: 18px;
	color: var(--dark);
}

.sidebar-text {
	padding-left: 5px;
}

.sidebar-text .view-full-post {
	margin-top: 10px;
}

.single-blog-box.sbb-sidebar {
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeded;
	margin-bottom: 15px;
}

.single-blog-text p {
	font-size: 15px;
	line-height: 21px;
}

.blog-sidebar-content h3 {
	color: var(--dark);
	font-size: 33px;
	padding-top: 20px;
	padding-bottom: 25px;
}

.about-gallery figure img {
	max-height: 220px;
}

/* Shop page */

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: 13px;
}

.woocommerce-pagination ul li a:focus, .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li a:visited, .woocommerce-pagination ul li span.current, .woocommerce-pagination ul li span.current {
	background: #d6eabb !important;
	color: var(--dark) !important;
}

.page-numbers {
	color: var(--dark);
	border-radius: 5px;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-radius: 50px;
}

.single_add_to_cart_button {
	margin-left: 14% !important;
}

.single-product .product_meta {
	text-align: left;
	font-size: 15px;
	color: var(--light);
}

.single-product .product_meta a {
	color: var(--dark);
}

.woocommerce .quantity .qty {
	border: 1px solid #cecece;
	padding: 8px 0;
	border-radius: 10px;
	width: 58px;
	font-size: 19px;
	color: var(--dark);
}

.single-product .price:first-child {
	width: min-content;
	font-weight: 500;
}

.sp-main {
	padding-right: 65px;
}

.single-product .cart {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 20px 0;
}

.shop-sidebar {
	border-radius: 5px;
	padding: 10px 0;
}

.shop-sidebar h3 {
	border: 1px solid #c1c1c1;
	padding: 20px 10px;
	color: #fff;
	font-size: 19px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 800;
	background-color: #4baf47;
	letter-spacing: 1px;
}

.product {
	text-align: center;
}

.woocommerce-product-details__short-description, .woocommerce-tabs.wc-tabs-wrapper {
	text-align: left;
}

.wp-block-heading.title-about {
	font-size: 25px;
	padding-bottom: 15px;
	line-height: 24px;
	margin-bottom: 15px;
	color: #003c00;
	margin-top: 0;
}

.fp-action-section h4, .section-fp-blog-boxes h5, .categories-section h4 {
	font-size: 40px;
	text-align: center;
	letter-spacing: 0px;
	margin-bottom: 50px;
	color: var(--dark);
	margin-top: 10px;
	font-weight: 600;
}

.container.section-fp-blog-boxes.archive-blog h4 {
	text-align: center;
}

.product-category .woocommerce ul.products li.product {
	float: left;
	margin: 0 1.1% 2.992em 0;
	padding: 13px;
	position: relative;
	width: 23.65%;
	margin-left: 0;
	box-shadow: none;
}

.fp-action-section {
	background-color: #fff;
	color: var(--dark);
	padding-bottom: 60px;
	padding-top: 62px;
	font-size: 15px;
	background-color: #e2f2da;
	background-image: url('images/proba4.png');
	background-repeat: no-repeat;
	background-position: left 10% bottom 0%, right 10% bottom 2%;
	text-align: center;
	background-size: cover;
}

.fp-action-section h2 {
	font-size: 20px;
}

.categories-section h4 {
	padding-top: 25px;
}

.fp-action-section p {
	font-size: 21px;
	padding-bottom: 18px;
}

.products-heading .woocommerce ul.products li.product {
	box-shadow: none;
}

.fp-action-section .woocommerce ul.products li.product, .fp-action-section .woocommerce-page ul.products li.product {
	float: left;
	margin: 0 1.1% 2.992em 0;
	padding: 13px;
	position: relative;
	width: 14.65%;
	margin-left: 0;
	box-shadow: 0px 0px 20px 1px rgba(202, 202, 202, 0.45);
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #345803;
	font-size: 25px;
}

.shop-sidebar {
	border: 1px solid #c1c1c1;
}

.shop-sidebar a {
	font-size: 16px;
	padding: 7px 12px;
	width: 100%;
	display: inline-block;
	transition-duration: 0.3s;
	text-decoration: none;
	background-color: #fff;
	color: #003c00;
}

.shop-sidebar a:hover, .shop-sidebar .current-product-parent a{
	text-decoration: none;
	background-color: #4baf47 !important;
	transition-duration: 0.5s;
	color: #fff;
}

.shop-sidebar {
	padding: 0;
}

.shop-sidebar li:last-child {
	border-bottom: none;
}

.shop-sidebar li {
	border-bottom: 1px solid #c1c1c1;
}

.shop-sidebar ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.sp-main h1 {
	color: var(--dark);
	margin-top: 5px;
}

.posted_in a {
	text-decoration: none;
}

#shop-menu .current-product-parent a {
	background-color: #4baf47 !important;
}

.shop-sidebar .current-menu-item a {
	color: #fff !important;
	background-color: #4baf47 !important;
}

.related.products > h2 {
	width: max-content;
}

.woocommerce ul.products li.product .onsale {
	right: 35px !important;
}

.woocommerce span.onsale {
	padding: 0.8em !important;
	font-size: 1em !important;
	background-color: #b90000 !important;
	font-size: 0.9em !important;
	rotate: -10deg;
}

.orderby {
	border: 2px solid #e3e3e3;
	color: var(--light);
	padding: 12px 4px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.woocommerce-result-count {
	display: none;
}

.single-product .wc-tabs {
	display: none;
}

.single-product #tab-description h2 {
	color: var(--dark);
	margin-bottom: 40px;
}

.single-product #tab-description {
	box-shadow: none;
}

.related.products h2 {
	margin-bottom: 80px;
	margin-top: 75px;
}

/* Shopping cart page */

.woocommerce-privacy-policy-text a, .woocommerce-privacy-policy-text a:visited {
	color: var(--primary-color);
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: var(--primary-color);
	color: #fff;
	width: max-content;
	border-radius: 5px;
	padding: 15px 30px !important;
	display: unset;
}

.wc-proceed-to-checkout {
	text-align: right;
	margin-top: 40px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: var(--dark);
}

.woocommerce-cart-form__cart-item a {
	color: var(--dark);
}

.woocommerce-cart-form__contents th {
	color: var(--dark);
}

.woocommerce-checkout label, .woocommerce-checkout h3 {
	color: var(--dark);
}

.input-text {
	border: 1px solid #cecece;
	border-radius: 5px;
	padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 12px;
	right: 15px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #cecece;
	border-radius: 5px;
	height: 48px;
	padding: 8px;
}

.woocommerce-info {
	border-top-color: var(--primary-color);
}

.woocommerce-info::before {
	color: var(--primary-color);
}

.return-to-shop a, .woocommerce-message a {
	background-color: var(--primary-color) !important;
	color: #fff !important;
	border-radius: 5px !important;
	padding: 20px 25px !important;
}

.wc-block-cart__submit-container a, .components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	color: #fff;
	text-decoration: none;
	background-color: #4baf47;
	font-weight: 500;
	text-transform: uppercase;
}

.wc-block-cart__submit-container a, .components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

.woocommerce-table__product-name.product-name a {
	color: #246022;
}

.wc-block-checkout__actions_row a, .wc-block-cart-item__wrap a {
	color: #051c04;
	font-size: 18px;
}

.wc-block-components-totals-shipping__fieldset {
	display: none;
}

.woo-dostava .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value, .woo-dostava-placanje .wc-block-components-radio-control__secondary-label {
	display: none;
}

/******** 5.0 PAGES ********/


/******** 5.0 FOOTER ********/

footer {
	font-weight: normal;
	padding-bottom: 0;
	padding-top: 62px;
	font-size: 15px;
	background-color: #e2f2da;
	background-image: url(images/footer-bcgg.jpg);
	background-size: cover;
}

.contact-detail i {
	padding-top: 5px;
	font-size: 17px;
	color: #fff;
}

.footer-social {
	text-align: center;
}


.footer-box2 i {
	font-size: 16px;
	color: #4baf47;
	padding-right: 8px;
}

.btn-social, .btn-social:visited {
	border-radius: 100%;
	display: inline-flex;
	width: 2rem;
	height: 2rem;
	justify-content: center;
	align-items: center;
	margin-right: 7px;
	background-color: #4baf47;
	border-color: #f8f9fa;	
}

.btn-social:hover {
	background-color: #fff;
	color: #23282d;
	text-decoration: none;
}

.btn-outline-light:hover {
	color: #23282d;
	background-color: #fff;
	border-color: #f8f9fa;
}

.footer-social i {
	color: #fff;
}

.footer-social:hover i {
	color: #7fa15a;
}

.footer-img-box {
	text-align: center;
	padding-bottom: 17px;
}

.footer-contact-email {
	text-align: right;
	color: #fff;
	font-size: 18px;
}

.footer-contact-email span, .footer-contact-phone span, .footer-contact-email i, .footer-contact-phone i {
	color: #ffdc6b;
	font-size: 16px;
}

.footer-contact-phone {
	text-align: left;
	color: #fff;
	font-size: 18px;
}

.website-design {
	text-align: center;
	font-size: 11px;
}

.website-design .container {
	padding: 20px 0;
	color: #fff;
}

.footer-main {
	padding-bottom: 25px;
	display: flex;
}

.website-design a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}

.footer-box a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	padding: 3px 0;
	color: #0f0f0f;
	transition: 0.3s;
}

footer #shop-menu li {
	display: block;
}

footer #shop-menu {
	padding-left: 10px;
}

.footer-box:first-child ul {
	padding-top: 3px;
	text-align: left;
	width: max-content;
	margin-bottom: 10px;
}

.footer-box ul {
	padding-left: 0;
}

.footer-box li {
	list-style-type: none;
	padding: 5px 0;
	display: inline;
	position: relative;
}

footer .contact-detail {
	padding-top: 3px;
	display: flex;
	font-size: 16px;
	padding-bottom: 15px;
}

footer #shop-menu {
	padding-left: 0;
}

#shop-menu {
	column-count: 3;
}

.footer-box3 li::before {
	content: "\f111";
	position: relative;
	color: #4baf47;
	font-family: 'FontAwesome';
	left: 0;
	transition-duration: 0.5s;
	font-size: 5px;
	top: -3px;
	padding-right: 4px;
}

footer .menu-item a:hover {
	text-decoration: none;
}

footer .menu-item a:hover::before {
	left: 12px;
	transition-duration: 0.5s;
}

.footer-box .footer-social li {
	list-style-type: none;
	padding: 5px 0;
	display: inline;
}

.footer-box h5, .footer-box h1, .footer-social h3 {
	margin-bottom: 15px;
	color: #131313;
	margin-top: 0;
  	position: relative;
  	font-size: 20px;
  	line-height: 28px;
  	padding-left: 0;
  	z-index: 0;
  	padding-bottom: 10px;
    transition: 0.4s;
    font-weight: 600;
 }

.footer-box h5::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 2px;
	background-color: #4baf47;
}

.footer-box h5::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #4baf47;
  transition: 0.4s;
}

.footer-box:hover h5::after {
  width: 80px;
}

.contact-detail-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0;
	color: #333;
}

.website-design {
	color: #999;
	background-color: #4baf47;
}

.footer-box {
	padding-right: 25px;
}

.footer-box .policy-privacy a {
	font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff!important;
}

#billing_state_field, #billing_company_field, #shipping_company_field, #shipping_state_field {
	display: none!important;
}

#mega-menu-wrap-primarym {
	display: none;
}

.footer-box.footer-box2 a:hover, .footer-box.footer-box3 a:hover {
	color: #4baf47;
}


/******** 5.0 END FOOTER ********/


/******** 6.0 MEDIA QUERIES ********/

    @media only screen and (max-width : 1340px) {

.address, .call-us {
	padding-left: 0.5%;
}

.fp-action-section {
	padding-left: 2%;
	padding-right: 0%;
}

#bs-example-navbar-collapse-1 {
	padding: 0;
}

.cp-box i {
	left: -16px;
}

.section-fp-blog-text {
	height: 165px;
}

.woocommerce ul.products li.product .onsale {
	right: 10px !important;
}

    }

/* Large Devices, Wide Screens */

    @media only screen and (max-width : 1200px) {

.sbb-sidebar img {
	margin-top: 5px;
	margin-bottom: 10px;
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
	margin-bottom: 15px;
}

.cp-box-right {
	padding-left: 15px;
}

.fp-action-section .woocommerce ul.products li.product, .fp-action-section .woocommerce-page ul.products li.product {
	width: 31.65%;
}

.sidebar-text {
	padding-left: 15px;
}

.related.products h2 {
	margin-bottom: 50px;
}

#main-menu li {
	padding: 5px 5px;
}

#main-menu li a {
	font-size: 18px;
	padding-left: 3px;
	padding-right: 3px;
}

.fp-action-section h4, .section-fp-blog-boxes h5, .categories-section h4 {
	margin-bottom: 35px;
}

.sp-main {
	padding-right: 25px;
}

.breadcrumb-top {
	background-size: auto;
}

#shop-menu {
	column-count: 2;
}

.categories-section .woocommerce ul.products li.product {
	width: 18.65%;
	height: 240px;
}

.categories-section .woocommerce ul.products li.first, .categories-section .woocommerce ul.products li.last {
	clear: none !important;
}

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

.section-fp-blog-inner, .home-blog-inner {
	height: 490px;
}

#menu-primary-menu {
	box-shadow: 3px 5px 10px rgba(0,0,0,0.3);
}

.top-header h2 {
	font-size: 15px;
	letter-spacing: 0;
	margin-top: 5px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	padding: 15px 20px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 48.65%;
}

.single_add_to_cart_button {
	margin-left: 1% !important;
}

.footer-main {
	padding-bottom: 0px;
}

.footer-box h5 {
	margin-bottom: 10px;
}

#header-box {
	position: relative;
}

.products-heading .woocommerce ul.products li.product {
	margin-bottom: 10px;
}

.logo-header img {
	width: 100%;
	max-width: 300px;
	position: relative;
	z-index: 999;
}

.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	padding: 10px 14px;
}

.footer-box {
	padding-right: 15px;
}

.cp-r1 {
	padding-bottom: 10px;
}

.cp-box span {
	padding-left: 0;
}

.cp-box i {
	left: -70px;
}

.cp-sec2 {
	margin-bottom: 30px;
	text-align:center;
}

.button-submit-contact {
	text-align:center;
}

.section-fp-blog-text {
	height: 150px;
}

.sidebar-header h5 {
	margin-top: 20px;
}

.blog-inner-text {
	padding: 20px 10px 15px;
}

.home-blog-inner h4 {
	margin-bottom: 10px;
	height: 50px;
}

.sp-main {
	padding-right: 15px;
}

.section-fp-blog-boxes .home-blog-box .section-fp-blog-box {
	margin-bottom: 30px;
}

.categories-section .categories {
	text-align: center;
}

.wpcf7 .ajax-loader {
	position: absolute;
}

.shopping-cart i {
	margin-top: 9px;
	margin-bottom: 9px;
}

.navbar-toggle {
	display: none;
}

footer .contact-detail {
	padding-top: 0px;
}

.footer-box.footer-box2 div {
	padding: 8px 0;
}

.footer-box.footer-box1 {
	padding-bottom: 15px;
}

.navbar-toggler {
	position: absolute;
	right: 0%;
	top: -45px;
	z-index: 99;
}

.shopping-cart {
	padding-top: 0px;
	text-align: right;
	padding-right: 10%;
	position: absolute;
}

.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

#main-menu {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 9999;
	background-color: #fff;
}

.product-category.product {
	width: 23% !important;
}

.product-category.product.last {
	clear: both;
}

.products.columns-5 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-category.product {
	flex-basis: calc(25% - 20px);
}

.categories-section .woocommerce ul.products li.product {
	width: 31.5% !important;
}

.categories-section .woocommerce ul.products li.first, .categories-section .woocommerce ul.products li.last {
	clear: none !important;
}

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 850px) {
.navbar-header {
	display: none;
	padding-top: 11px;
}

.mg-menu {
	float: right;
	padding-top: 10px;
}

}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    	
.dropdown-menu {
	position: relative;
	width: 100%;
}

.product-category.product {
	flex-basis: calc(33% - 20px);
}

.categories-section .woocommerce ul.products li.product {
	width: 47.5% !important;
	height: 300px;
}

.categories-section .woocommerce ul.products li.first, .categories-section .woocommerce ul.products li.last {
	clear: none !important;
}

.section-fp-blog-inner, .home-blog-inner {
	height: auto;
}

footer {
	padding-top: 35px;
}

.section-fp-blog {
	padding-bottom: 20px;
}

.shopping-cart {
	padding-right: 18%;
}

.container.section-fp-blog-boxes.archive-blog h4 {
	height: auto;
}

.fp-action-section .woocommerce ul.products li.product, .fp-action-section .woocommerce-page ul.products li.product {
	width: 48.65%;
}

.address a, .call-us a {
	font-size: 14px;
}

.address i, .call-us i {
	font-size: 15px;
}

.top-header .btn-social, .top-header .btn-social:visited {
	font-size: 16px;
}

.section-fp-blog-box h4, .home-blog-inner h4, .section-fp-blog-text {
	height: auto;
}

.footer-box.footer-box2 {
	padding-bottom: 7px;
}

.footer-main {
	display: block;
}

.content-header {
	position: relative;
	top: 0;
}

#header-box {
	padding: 0;
}

.navbar-default {
	border-radius: 0;
}

.home-blog-box {
	padding: 0 40px;
}

.woocommerce ul.products li.product .onsale {
	right: 25px !important;
}

.breadcrumb-top {
	padding: 50px 0;
}

.cp-r2 {
	padding: 35px 0;
}

.top-header > .row {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

.navbar-default .navbar-toggle {
	z-index: 99;
}

header .shopping-cart {
	margin-bottom: 8px;
	margin-top: 5px;
}

.navbar-toggle {
	float: left;
}

.navbar-header {
	display: none;
	padding-top: 11px;
}

.navbar-toggler {
	right: 7%;
}

.list-inline.header-social {
	display: none;
}

.address, .call-us {
	text-align: center;
}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 576px) {

.woocommerce-loop-product__title {
	height: 73px !important;
}

.product-category.product {
	width: 48% !important;
}

.categories-section .woocommerce ul.products li.product {
	width: 47.5% !important;
	height: auto;
}

.fp-action-section h4, .section-fp-blog-boxes h5, .categories-section h4 {
	margin-bottom: 35px;
	font-size: 35px;
}

.home-blog-inner h4 {
	padding-bottom: 5px;
}

.logo-header img {
	max-width: 250px;
}

header .shopping-cart {
	padding-right: 18%;
    margin-top: -4px;
}

.fp-action-section {
	padding-bottom: 40px;
	padding-top: 30px;
}

.fp-action-section h2, .fp-action-section p {
	font-size: 18px;
}

.breadcrumb-top h1, .breadcrumb-top ul {
	padding-left: 12px;
}

.navbar-toggler {
	right: 5%;
}

.breadcrumb-top h1 {
	font-size: 30px;
}

.breadcrumb-top {
	font-size: 13px;
}

#main-menu li a {
	font-size: 17px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
	width: 48%;
	margin: 0 0 0em;
}

.sp-main h1 {
	font-size: 23px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 21px;
}

.page-content {
	padding-top: 5px;
}

}

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

.shopping-cart i {
	font-size: 14px;
	margin-top: 0;
	padding: 0px 0 0px 0px;
}

.categories-section .woocommerce ul.products li.product {
	width: 47.5% !important;
	height: 231px;
}

#shop-menu {
	column-count: 1;
}

.product-category.product {
	flex-basis: calc(50% - 20px);
}

.top-header h2 {
	display: none;
}

.address, .call-us {
	padding-left: 1%;
	text-align: left;
}

header .shopping-cart {
	padding-right: 1%;
	margin-top: 0;
	top: -34px;
}

.breadcrumb-top h1, .breadcrumb-top ul {
	padding-left: 12px;
}

.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
	width: 50%;
	margin: 0 0 0em;
}

.shopping-cart {
	padding-right: 19%;
}

.shopping-cart a {
	font-size: 14px;
	color: #fff;
}

.footer-main {
	padding-bottom: 0;
}

.logo-header img {
	max-width: 220px;
}

footer {
	padding-top: 35px;
}

.navbar-toggler {
	top: -38px;
}

.section-fp-blog {
	padding-bottom: 10px;
}

.categories-section .categories {
	margin-bottom: 40px;
}

.categories-section .fp-more-btn {
	margin-top: 0;
}

.cp-box i {
	left: 17px;
}

.blog-inner-text {
	padding: 10px 5px 20px;
}

.archive-home {
	padding-bottom: 0;
}

.woocommerce ul.products li.product .onsale {
	right: -2px !important;
}

.section-fp-blog .section-fp-blog-inner h4{
	font-size: 23px;
	margin-bottom: 35px;
}

.cp-sec2 {
	font-size: 30px;
}

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
    
    /******** 6.0 END MEDIA QUERIES ********/