* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
}
img {
	max-width: 100%;
}

body {
    position: relative;
}
.added_to_cart_info {
    position: fixed;
    top: -100px;
    right: 44px;
    background: red;
    font-size: 22px;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 40px;
    transition: all .3s linear;
    z-index: 99999;
}
.added_text {
    color: #ffffff;
}

/* header start */
.title {
	font-weight: bold;
    padding: 45px 0 14px;
    font-size: 22px;
	color: #000;
    margin-bottom: 0;
	font-family: 'Playfair Display', serif;
}
.main-subtitle-link a{
	color: #212529;
}
.main-subtitle-link a:hover{
	text-decoration: none;
	color: #6fb8d6;
}
header p {
	font-size: 22px;
	margin-bottom: 5px;
}
.bg-red {
	background: #f61c1c;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 10px 47px;
	display: inline-block;
}
@media (min-width: 1200px) {
	.title {
		font-size: 50px;
		line-height: 70px;
	}
	header p {
		font-size: 35px;
		line-height: 40px;
	}
	.bg-red {
		font-size: 40px;
		line-height: 40px;
	}
}
/* header end */

/* navigation start */
.navbar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 9;
}
.navbar-light .navbar-nav .nav-link {
	color: #6b6b6f;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .nav-link.active {
	color: #000;
}
.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:focus {
	color: #000;
	outline: none;
}
.nav-link {
	font-size: 12px;
}
@media (min-width: 992px) {
	.navbar-nav {
		border-bottom: 2px solid #000;
	}
}
@media (min-width: 1200px) {
	.nav-link {
		font-size: 13px;
	}
}
/* navigation end */

/* aside start */
.aside-social {
	padding: 30px 0;
}
.social-icon,
.snapchat-icon {
	margin: 10px 5px;
	display: inline-block;
}
.social-icon img {
	height: 38px;
	width: 38px;
}
.snapchat-icon {
	width: 38px;
    height: 38px;
    background: #f4ec32;
    border-radius: 3px;
    padding: 5px;
}
.aside-card {
	border: 2px solid #000;
	padding: 10px;
}
.aside-title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000;
}
.card-subtitle {
	font-size: 16px;
    line-height: 1;
    color: #f61c1c;
    margin-bottom: 12px;
}
.aside-card-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.aside-card-body img {
	max-width: 86px;
	height: auto;
}
.aside-card-body p {
	line-height: 1;
    font-size: 14px;
}
.aside-card-footer {
	color: #F61c1c;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.aside-news img {
	width: 100%;
}
.aside-news h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 19px 0 24px;
	border-bottom: 1px solid #ceced0;
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.aside-wrapper {
		margin: 0 -15px;
		padding: 0 15px;
		border-left: 1px solid #000;
	}
	.aside-social {
		padding: 23px 0;
	}
}
@media (min-width: 1200px) {
	.aside-social {
		padding: 31px 0;
	}
	.aside-title {
		font-size: 24px;
		line-height: 25px;
		letter-spacing: -0.4px;
	}
	.card-subtitle {
		font-size: 21px;
		line-height: 23px;
	}
	.aside-card-body p {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.aside-card-footer {
		font-size: 18px;
		line-height: 25px;
		letter-spacing: -0.4px;
	}
	.aside-news h3 {
		font-size: 20px;
		line-height: 24px;
	}
}
/* aside end */

/* main start */
.main-title {
	font-size: 20px;
	margin: 17px 0 10px;
	text-align: center;
	font-weight: 900;
}
.main-subtitle {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}
.main-card {
	height: 100%;
}
.main-card h4 {
	padding: 20px 0;
	font-size: 18px;
	margin: 0;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
}
.main-card p {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.3;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
}
.main-card a {
	display: inline-block;
	color: #2d9cdb;
	text-decoration: underline;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
}
.font-calibri,
.font-calibri p,
.font-calibri ul {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
}
.font-calibri p,
.font-calibri li {
	margin-bottom: 10px;
}
.article-title {
	font-size: 26px;
	font-weight: bold;
	color: red;
}
.cancer-wrapper ul {
	list-style-position: inside;
}
.article-link {
	font-size: 16px;
    color: #2d9cdb;
    margin: 10px 0 0;
    display: inline-block;
}
.article-text {
	font-size: 16px;
    margin: 0 0 10px;
}
.article-subtitle {
	font-size: 18px;
	font-weight: bold;
}
.bg-violet {
	background: #ab9ac1d1;
}
@media (min-width: 768px) {
	.article-text {
		font-size: 18px;
		margin: 0 0 15px;
	}
	.article-link {
		font-size: 18px;
		margin: 15px 0 0;
	}
	.main-subtitle {
		font-size: 22px;
	}
	.main-article [class*="col-"]:nth-child(odd) {
		border-right: 1px solid #ceced0;
	}
}
@media (min-width: 992px) {
	.main-subtitle {
		font-size: 24px;
	}
	.main-article [class*="col-"]:nth-child(odd) {
		border-right: none;
	}
	.main-article [class*="col-"]:not(:nth-child(3n)) {
		border-right: 1px solid #ceced0;
	}
}
@media (min-width: 1200px) {
	.article-text {
		font-size: 20px;
		margin: 0 0 20px;
	}
	.article-link {
		font-size: 20px;
		margin: 20px 0 0;
	}
	.main-subtitle {
		font-size: 26px;
		line-height: 25px;
	}
	.main-title {
		font-size: 20px;
		line-height: 25px;
	}
	.main-card h4 {
		font-size: 20px;
		line-height: 24px;
	}
	.main-card p {
		font-size: 17px;
		line-height: 22px;
	}
	.main-card a {
		font-size: 16px;
		line-height: 22px;
	}
}
/* main end */

/* footer start */
.copyrights {
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #ceced0;
	padding: 20px 0;
	margin: 0;
}
.copyrights a {
	display: inline-block;
	color: #2d9cdb;
	text-decoration: none;
}
@media (min-width: 1200px) {
	.copyrights {
		font-size: 16px;
		line-height: 25px;
	}
}
/* footer end */

/* obcineto start */
.subtitle {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	color: #6fb8d6;
}
.pubdate {
	font-size: 12px;
	margin-bottom: 5px;
}
.news-title {
	margin-bottom: 5px;
}
.news-title a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.news-text {
	font-size: 14px;
    margin-bottom: 5px;
}
@media (min-width: 768px) {
	.subtitle {
		font-size: 30px;
		padding: 15px 0;
	}
	.pubdate {
		font-size: 13px;
    	margin-bottom: 12px;
	}
	.news-title {
		margin-bottom: 10px;
	}
	.news-title a {
		font-size: 18px;
	}
	.news-text {
		font-size: 15px;
		margin-bottom: 10px;
	}
}
@media (min-width: 1200px) {
	.subtitle {
		font-size: 40px;
		padding: 20px 0;
	}
	.pubdate {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.news-title {
		margin-bottom: 15px;
	}
	.news-title a {
		font-size: 20px;
	}
	.news-text {
		font-size: 16px;
		margin-bottom: 15px;
	}
}
/* obcineto end */

/* article start */
.single-article-subtitle {
	font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}
.single-article-description {
	font-size: 14px;
	margin-bottom: 15px;
}
.single-article p {
	font-size: 14px;
}
.pluso {
	width: 100%;
}
.pluso div {
	width: 100%;
}
.pluso div .pluso-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
@media (min-width: 768px) {
	.single-article-subtitle {
		font-size: 26px;
		padding: 15px 0;
	}
	.single-article-description,
	.single-article p {
		font-size: 15px;
	}
}
@media (min-width: 992px) {
	.pluso div .pluso-wrap {
		display: block;
	}
}
@media (min-width: 1200px) {
	.single-article-subtitle {
		font-size: 32px;
		padding: 20px 0;
	}
	.single-article-description,
	.single-article p {
		font-size: 16px;
	}
}
/* article end */

/* standard style start */
.b-r-1 {
	border-right: 1px solid #ceced0;
}
.b-b-1 {
	border-bottom: 1px solid #ceced0;
}
.b-b-2 {
	border-bottom: 2px solid #000;
}
.text-red {
	color: #f61c1c;
}
.h-line {
	display: block;
    width: 100%;
    height: 2px;
    background: #000;
    margin-top: 5px;
}
.fw-600 {
	font-weight: 600;
}
/* standard style end */

.cookies_wrap {
    position: fixed; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    margin: 0 auto; 
    background-color: rgba(0, 0, 0, 0.85); 
    padding: 26px; 
    color: #fff; 
    font-size: 12px; 
    line-height: 18px; 
    text-align: center; 
    z-index: 99999; 
    width: 100%;
}
.cookies_wrap p { 
    margin: 0; 
    font-size: 14px; 
    color: #fff; 
}
.cookies_wrap .cookies_wrap_outer { 
    display: inline-block; 
    width: 960px; 
}
.cookies_wrap .cookies_wrap_text, 
.cookies_wrap_btns { 
    display: inline-block; 
    vertical-align: middle; 
}
.cookies_wrap .cookies_wrap_text { 
    width: 60%; 
    margin-right: 20px; 
    text-align: left; 
}
.cookies_wrap .cookies_wrap_text a { 
    font-weight: 700; 
    color: #fff !important; 
}
.cookies_wrap .cookies_wrap_btns { 
    text-align: right; 
}
.cookies_wrap .cookie_btn { 
    padding: 10px 28px; 
    margin: 0 5px; 
    min-width: 134px; 
    text-align: center; 
    display: inline-block; 
    text-transform: uppercase; 
    font-weight: bold; 
    -webkit-transition: all 0.4s; 
    -moz-transition: all 0.4s; 
    -o-transition: all 0.4s; 
    transition: all 0.4s; 
    border-radius: 7px;
}
.cookies_wrap .cookie_btn:hover { 
    text-decoration: none; 
}
.cookies_wrap .cookie_btn_default { 
    color: #fff !important; 
    background-color: #026ec1; 
}
.cookies_wrap .cookie_btn_default:hover { 
    background-color: #FF0000; 
    color: #fff !important; 
}
.cookies_wrap .cookie_btn_close { 
    display: inline-block; 
    position: absolute; 
    top: 10px; 
    right: 10px; 
    text-transform: uppercase; 
    color: #fff; 
    height: 20px; 
    width: 20px; 
    border-radius: 50%; 
    background-color: #fff; 
    text-decoration: none; 
}
.cookies_wrap .cookie_btn_close:after { 
    content: "x"; 
    font-size: 12px; 
    font-weight: bold; 
    color: #591f80; 
    position: absolute; 
    top: 50%; 
    left: 50px; 
    -webkit-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
    -o-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%); 
}
.cookies_wrap .cookie_btn_close:hover { 
    text-decoration: none; 
    color: #fff; 
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cookies_wrap .cookies_wrap_text, 
    .cookies_wrap_btns { 
        display: block; 
        text-align: center !important; 
        width: 100%; 
    }
    .cookies_wrap_btns { 
        margin-top: 10px;
    }
}
@media (max-width: 992px) {
    .cookies_wrap .cookies_wrap_outer { 
        width: 100%; 
    }
}

.beta-left h2,
.free-advice h2 {
	margin-bottom: 2px;
	font-family: 'Helvetica';
	font-size: 42px;
	font-weight: 600;
}


.beta-left h2 a,
.beta-left h3 a,
.free-advice a {

	color: #fff;

}

.free-advice h2 {

	padding: 0 25px;

}

.small-block-contact h2{
    font-size: 35px;
}
    

.free-advice h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 3px;
}

.free-advice .phone-number {
	font-size: 21px;
}


.free-advice {

	width: 100%;

	color: #fff;

	background-color: #ed230b;

	text-align: center;

	padding: 30px 0;

}

.form-wrapper{
    margin: auto;
    max-width: 650px;
}

@media screen and (max-width: 1560px) {
.small-block-contact h2{
    font-size: 28px !important;
}

	.beta-left h2,
	.free-advice h2 {
		font-size: 36px;
	}

	.free-advice h3 {
		font-size: 21px;
	}

	.free-advice .phone-number {
		font-size: 18px;
	}

	.beta-left h2,
	.free-advice h2 {
		margin-bottom: 2px;
	}
}

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

.small-block-contact h2{
    font-size: 18px;
}
    

	.beta-left h2,
	.free-advice h2 {
		margin-bottom: 2px;
	}

}


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


	.beta-left h2,
	.free-advice h2 {
		font-size: 32px;
	}

}

/* TRGOVINA PAGE */
.container-fluid {
    padding: 20px 80px;
}
.trgovina_title {
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid #F08F42;
	color: #ed230b !important;
    font-size: 40px !important;
    padding: 20px 0 !important;
}
.product_item {
    box-shadow: 10px 25px 24px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 40px;
    min-height: 570px;
    margin: 25px 0;
}
.product_item:hover .product_img img {
    transform: scale(1.07);
	filter: drop-shadow(10px 10px 7px rgba(0, 0, 0, 0.75));
}
.top_block {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 525px;
}
.product_img {
   text-align: center;
}
.product_img img {
    width: 350px;
    transition: all .3s linear;
}
.product_order {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
}
.order_link {
    font-size: 36px;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: all .3s linear !important;
    padding: 30px;
    border: 1px solid #6c6767a8;
    border-radius: 5px;
    box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.25) !important;
    margin-bottom: 50px;
	min-width: 148px;
    text-align: center;
}
.order_link:hover {
    background-color: #68bd44e2;
    color: #ffffff;
    text-decoration: none;
    box-shadow: none !important;
}
.product_link {
    text-align: center;
    width: 110%;
    text-decoration: none;
    color: #000000;
    font-size: 22px;
    transition: all.3s linear;
}
.product_link:hover {
    color: #000000;
}
.order_link,
.product_link {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}
.socials {
    margin: -30px;
}
.socials_list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_item {
    margin-right: 10px;
    transition: all .3s linear;
}
.social_item:hover {
    transform: scale(1.2);
}
.social_item .social_img {
    width: 36px;
    height: 36px;
}
.product_title {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #68BD44;
    font-size: 40px;
    padding: 15px;
    border-bottom: 2px solid #F08F42;
    margin-top: -100px;
    display: flex;
    align-items: end;
    justify-content: center;
    min-height: 128px;
	letter-spacing: .15rem;
}
.product_description {
    font-size: 22px;
}
.product_description ul {
    margin-left: 24px;
}
.first_sentance {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
}
.second_sentance {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.desc {
    font-size: 22px;
    text-align: justify;
}
@media screen and (max-width:991px) {
	.product_title {
		margin-top: 10px !important;
		font-size: 35px !important;
		min-height: 70px;
	}
}
@media screen and (max-width:768px) {
	.container-fluid {
		padding: 20px;
	}
	.product_item {
		padding: 10px;
	}
	.order_link {
		padding: 15px 20px;
	}
	.product_description {
		font-size: 20px;
	}
	.first_sentance {
		font-size: 28px;
	}
	.second_sentance {
		font-size: 20px;
	}
}
/* KOSARIKA PAGE */
.b-b-2 {
    border-bottom: 2px solid #F08F42 ;
}
.subtitle {
    font-size: 40px;
    padding: 20px 0;
    color: red;
}
.order_form {
    width: 100%;
    margin: 20px 0;
}
.table-responsive {
	width: 75% !important;
	margin: 15px auto;
}
.shop_table {
    border: 1px solid #cdc5c5 !important;
    width: 100% !important;
}
.shop_table td,
.shop_table th {
    padding: 0 20px;
}
.shop_table tr {
    border: 1px solid #cdc5c5 !important;
}
.shop_table .product-thumbnail img {
    max-width: 60px;
    height: auto;
}
.shop_table .product-remove a {
    color: red;
    font-size: 30px;
    cursor: pointer;
    text-decoration: none;
}
.proceed-to-checkout a {
    display: block;
    padding: 1em 2em;
    border: 2px solid #000;
    text-align: center;
    font-weight: 800;
    box-shadow: none!important;
    color: #000000;
    text-decoration: none;
    transition: all .3s linear;
	width: 75%;
	margin: 0 auto;
}
.proceed-to-checkout a:hover {
    background:red ;
}
.total_price {
	font-weight: 800;
	font-size: 18px;
}

/* PLACENJE PAGE */
.checkout_form {
    margin: 20px 0;
}
.checkout_form label {
    display: block;
}
.checkout_form input {
    width: 100%;
    margin-bottom: 10px;
}
.checkout_form .checkout_btn {
    padding: 10px 20px;
    margin: 20px auto;
    display: block;
    cursor: pointer;
    transition: all .3s linear;
}
.checkout_form .checkout_btn:hover {
    background:red;
    color:#fff;
}

.shopping_cart {
    position: relative;
}

.shopping_cart span {
    padding: 4px 13px;
    padding: red;
    border-radius: 50%;
    background: red;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    position: absolute;
    top: -13px;
    left: 27px
}