/*
Theme Name: Ljekarna Zubovic
Author: Dot Studio
Version: 1.31
*/

.page {
	overflow: auto !important;
}
.block-classic.block-classic-bg-image.location-1 {
	background: url(assets/img/ljekarna-novi-marof.jpg) no-repeat bottom right 50px;
}
.block-classic.block-classic-bg-image.location-2 {
	background: url(assets/img/ljekarna-zelina.jpg) no-repeat bottom right 50px;
}
.block-classic.block-classic-bg-image {
	background-size: 200px !important;
	background-position-y: center !important;
}
.rd-navbar-call i {
	font-size: 22px;
    vertical-align: text-top;
    color: #1ac0c1;
}
.rd-navbar-static .rd-navbar-dropdown li>a:before, .rd-navbar-static .rd-navbar-megamenu li>a:before, .rd-navbar-fullwidth .rd-navbar-dropdown li>a:before, .rd-navbar-fullwidth .rd-navbar-megamenu li>a:before {
	display: none;
}
.rd-navbar-static .rd-navbar-nav-wrap-default {
	margin-right: 100px;
}
.opening-hours .block-classic {
	background-color: #f8f8f8 !important;
}
.page-footer-full {
    background-color: #099090;
}
.rd-navbar--is-stuck .header-search-form {
	top: 40px;
}
.header-search-form {
    position: absolute;
    right: 0;
    top: 60px;
}
.header-search-form form, .header-search-form #searchsubmit {
    display: none;
}
.header-search-form form.active {
    display: inline-block;
}
.header-search-form #s {
    height: 32px;
    border: 1px solid #42b8d4;
    padding: 10px;
}
.header-search-form form, .header-search-form #searchsubmit {
    display: none;
}
.header-search-form .fa-search {
    font-size: 18px;
    color: #42b8d4;
    margin-left: -30px;
}
.header-search-form .fa-search:hover {
	cursor: pointer;
}

.posts-list .post-footer > div {
	margin-top: 10px;
}
.posts-list .post:hover {
	color: #fff !important;
}

/* SINGLE */
.single .content-single p {
	font-size: 16px;
}
.blog-aside-item-inner {
	background-color: #f8f8f8;
	padding: 20px;
}
.sidebar h4 {
	position: relative;
}
.section-title {
	position: relative;
}
.featured-products .section-title:before, .news .section-title:before, .sidebar h4:before {
    position: absolute;
    width: 40px;
    height: 2px;
    content: " ";
    left: 0;
    bottom: -18px;
    background: #1ac0c1;
}

/* Sidebar */
.sidebar h4 {
	margin-bottom: 30px;
}
.featured-products .section-title, .news .section-title {
	margin-bottom: 10px;
}
.sidebar a {
	font-size: 16px;
}
.sidebar li {
	margin-bottom: 10px;
}
.sidebar .post-date {
	display: block;
	font-size: 12px;
}

/* Footer */
.pre-footer {
	background-color: #139b9b;
}
.pre-footer img {
	margin-top: 37px;
	margin-bottom: 37px;
	width: 200px;
}
.pre-footer a {
	color: #fff;
}
.pre-footer a:hover {
	text-decoration: underline;
}
.pre-footer .col-md-4:last-child {
	text-align: right;
}
.pre-footer .col-md-4:nth-child(2) {
	text-align: center;
}

section.opening-hours ul li {
	max-width: 300px;
}
@media screen and (max-width: 1250px) {
	.block-classic.block-classic-bg-image {
		background-size: 150px !important;
	}
}
@media screen and (max-width: 1040px) {
	.block-classic.block-classic-bg-image {
		background-image: none !important;
	}
}
@media screen and (max-width: 992px) {
	.pre-footer .col-md-4 {
		text-align: center !important;
	}
	html.rd-navbar-fixed-linked .page {
		padding-top: 30px;
	}
	.header-search-form {
		top: 45px;
	}
	.featured-products .section-title:before, .news .section-title:before {
		left: 50%;
		margin-left: -20px;
	}
}
@media screen and (min-width: 992px) {
	.post-classic-image {
		overflow: hidden;
		max-width: 420px;
		flex-basis: 30%;
		width: 30%;
	}
}

/* Remove after deploy*/
.tag-link-3 {
	font-size: 18pt !important;
}

/* Home */
.swiper-main-wrap h1 {
	color: #fff;
	text-shadow: 2px 2px #000;
}

.wp-pagenavi {
	margin-left: 15px;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 0; font-size: 16px;
}

/* Woocommerce */
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border: 1px solid red;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border: 1px solid #69bf29;
}
.woocommerce-ordering {
	display: none;
}
.product .woocommerce-loop-product__title {
	color: #9b9b9b;
    font-weight: 700;
    font-size: 14px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}
.product .price .amount {
	font-weight: 700;
	color: #505050;
	line-height: 1.441;
    font-size: 18px;
}
.product img {
    transition: all .3s;
    will-change: transform;
}
.woocommerce a.button, .single_add_to_cart_button, .woocommerce-checkout #place_order, .woocommerce-Button {
	margin-top: 12px !important;
	color: #fff !important;
    background-color: #10bfc1 !important;
    padding: 9px 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
	font-size: 14px;
	border: none;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 9px 15px;
	text-transform: uppercase;
	min-width: 180px;
	min-height: 51px;
	border-radius: 0 !important;
	clear: both;
}
.single_add_to_cart_button {
	margin-top: 20px !important;
}
.woocommerce a.button:hover {
	color: #fff;
	background-color: #2f353e;
}
.woocommerce a.added_to_cart {
	display: none;
}
.woocommerce .single-product .woocommerce-product-details__short-description {
	font-size: 18px;
}
.woocommerce .stepper {
	margin-top: 15px;
}
.woocommerce .stepper-input {
	width: 100px !important;
	height: inherit;
    padding: 8px 30px;
    text-align: center;
    color: #505050;
    background-color: #f5f5f5;
    border: none;
}
.woocommerce-tabs {
	padding-top: 30px;
}
.woocommerce-tabs .wc-tabs {
	padding-left: 0 !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description p {
	margin-top: 0;
}
.woocommerce-tabs h2 {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #fff;
	padding: 10px;
	display: block;
}
.woocommerce div.product .woocommerce-tabs .description_tab,
.woocommerce div.product .woocommerce-tabs .additional_information_tab {
	display: block;
	position: relative;
	z-index: 1;
	min-width: 130px;
	letter-spacing: .1em;
	padding: 20px;
	background: #10bfc1 !important;
	border-radius: 0 !important;
	border: 0 !important;
	color: #fff !important;
	text-transform: uppercase;
	text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
	color: #fff !important;
	border-color: #505050 !important;
	background-color: #505050 !important;
}
.woocommerce div.product .woocommerce-tabs .description_tab:before,
.woocommerce div.product .woocommerce-tabs .description_tab:after,
.woocommerce div.product .woocommerce-tabs .additional_information_tab:before,
.woocommerce div.product .woocommerce-tabs .additional_information_tab:after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
	box-shadow: none;
}
.related.products {
	margin-top: 50px;
}
.related.products h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.related.products h2 {
	margin-bottom: 30px;
}

.woocommerce-cart-form table, .woocommerce .cart_totals table {
	border-radius: 0 !important;
}
.woocommerce-cart-form img {
	max-width: 50px;
}
.woocommerce-cart-form a {
	font-size: 16px;
	font-weight: bold;
}
.woocommerce-cart-form th {
	font-size: 18px;
	color: #505050;
}
.woocommerce-cart-form #coupon_code {
	padding: 14px;
	width: 200px;
	margin-right: 8px;
	border: none;
	background-color: #f5f5f5;
}
.woocommerce .cart_totals h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.woocommerce form .form-row input {
	padding: 10px;
}
.woocommerce form textarea {
	border: 1px solid #ccc;
	padding: 10px;
}
.woocommerce-checkout .country_to_state {

}
.woocommerce-checkout label, #customer_login label, .woocommerce-EditAccountForm label {
	color: #505050;
}
.woocommerce-checkout h3 {
	margin-bottom: 15px;
	margin-top: 15px;
}
.woocommerce-checkout .select2-container.country_to_state {
	display: none;
}
.woocommerce-checkout .select2-container .select2-selection--single {
	height: 40px;
    border-radius: 0;
    border: 1px solid #ccc;
}
.woocommerce-checkout .select2-container #select2-billing_country-container {
	line-height: 40px;
}
#customer_login h2 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
#customer_login label {
	display: block !important;
}
.woocommerce-MyAccount-navigation {
	float: left;
    margin-right: 3%;
    width: 20%;
}
.woocommerce-MyAccount-content {
	float: left;
	width: 77%;
}
.woocommerce-MyAccount-navigation li a {
	padding: 17px 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    background: #10bfc1;
    text-align: left;
    vertical-align: middle;
	display: block;
	margin-bottom: 3px;
}
.woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation li a:hover {
	background: #505050;
}
.rd-navbar--is-stuck .mini-cart-header {
	top: 40px;
}
.mini-cart-header {
	position: absolute;
	right: 65px;
	top: 60px;
}
.mini-cart-header i {
	font-size: 22px;
}
.mini-cart-header img {
	width: 50px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.mini-cart-header .dropdown-menu-mini-cart {
	padding: 15px;
	top: 40px;
}
.mini-cart-header .dropdown-menu-mini-cart .quantity {
	display: block;
}
.mini-cart-header .dropdown-menu-mini-cart li {
	border-bottom: 1px solid #ececec;
	margin: 10px 0;
}
.mini-cart-header .dropdown-menu-mini-cart .remove_from_cart_button {
	color: red;
	font-size: 18px;
	float: right;
}
.mini-cart-header .dropdown-menu-mini-cart .buttons {
	border-top: 1px solid #ececec;
}
.mini-cart-header .dropdown-menu-mini-cart .buttons a {
	margin-top: 3px;
	padding: 5px;
	min-height: 30px;
}
.mini-cart-header .woocommerce-mini-cart__total {
	color: #505050;
}
.mini-cart-header .basket-item-count {
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	background: #00c0c2;
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: -10px;
}
.mini-cart-header .dropdown-menu-mini-cart {
	left: -150px;
	border-radius: 0 !important;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.post-header-inner-img img {
	width: 100%;
}


@media only screen and (max-width: 600px) {
  .swiper-slide {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.swiper-main-wrap .swiper-container {
    height: auto;
    min-height: auto;
}



.swiper-wrapper {
    height: auto !important;
  }
}
