﻿body {
	font-family: 'Roboto';
	font-weight: 400;
}

.navbar.navbar-sticky {
    border-bottom: 1px solid #efefef;
}

.site-logo {
	padding: 5px 0;
}

.site-logo img {
	max-width: none;
	max-height: 70px;
}

@media screen and (max-width: 768px) {
	.site-logo {
		max-width: 120px;
	}
	
	.site-logo img {
		max-height: auto;
		max-width: 120px;
	}
}

.main-navigation>.menu  {
    display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
	font-family: 'Poppins';
	font-weight: 700;
}

.main-navigation.text-center>.menu>li>a {
	color: #1b75bc;
	font-weight: 700;
}

.main-navigation.text-center>.menu>li.current-menu-item>a {
	color: #2b3990;
}

a,
button.btn {
	transition: all 0.3s ease-in-out;
}

a {
	color: #29b375;
}

.btn.btn-primary {
	background-color: #29b375;
	border: none !important;
}

.btn.btn-primary:hover {
background: -moz-linear-gradient(left, rgba(43,57,144,1) 0%, rgba(27,117,187,1) 47%, rgba(41,180,115,1) 100%);
background: -webkit-linear-gradient(left, rgba(43,57,144,1) 0%,rgba(27,117,187,1) 47%,rgba(41,180,115,1) 100%);
background: linear-gradient(to right, rgba(43,57,144,1) 0%,rgba(27,117,187,1) 47%,rgba(41,180,115,1) 100%);
}

h1,
h1.h2 {
	font-family: 'Poppins';
	font-weight: 700;	
background: rgb(43,57,144);
background: -moz-linear-gradient(left, rgba(43,57,144,1) 0%, rgba(27,117,187,1) 47%, rgba(41,180,115,1) 100%);
background: -webkit-linear-gradient(left, rgba(43,57,144,1) 0%,rgba(27,117,187,1) 47%,rgba(41,180,115,1) 100%);
background: linear-gradient(to right, rgba(43,57,144,1) 0%,rgba(27,117,187,1) 47%,rgba(41,180,115,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-transform: uppercase;
}

h2, h3 {
	font-family: 'Poppins';
	font-weight: 700;	
color: #1b75bc;
}

.shop-item .shop-item-details .shop-item-title>a {
	font-family: 'Poppins';
	font-weight: 700;	
	color: #4c4c4c;
}

.shop-item .shop-item-tools {
	width: 100%;
}

.shop-item .shop-item-details .shop-item-title {
	width: 75%;
}

.shop-item .shop-item-details .shop-item-price {
	width: 25%;
}

.shop-item .shop-item-details .shop-item-price .old-price {
	display: block;
}

.shop-thumbnail i {
	position: absolute;
	font-size: 40px;
	background: rgb(43,57,144);
	background: -moz-linear-gradient(left, rgba(43,57,144,1) 0%, rgba(27,117,187,1) 47%, rgba(41,180,115,1) 100%);
	background: -webkit-linear-gradient(left, rgba(43,57,144,1) 0%,rgba(27,117,187,1) 47%,rgba(41,180,115,1) 100%);
	background: linear-gradient(to right, rgba(43,57,144,1) 0%,rgba(27,117,187,1) 47%,rgba(41,180,115,1) 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	right: 20px;
}

.shop-thumbnail .shop-label {
	font-size: 16px;
	left: 10px;

}

.featured-image {
    height: 350px;
	background-position-y: center;
}

.shop-thumbnail .shop-label.text-danger {
	color: #29b375 !important;
}

.product-info .old-price {
	font-size: 16px;
	color: #999;
	text-decoration: line-through;
}

.breadcrumb {
	background: #fcfcfc;
	font-size: 0.8em;
}

.add-to-cart {
	background: #29b375;
	transition: all 0.3s ease-in-out;
	width: calc(100% - 44px);
}

.add-to-cart:hover {
background: -moz-linear-gradient(left, rgba(43,57,144,1) 0%, rgba(27,117,187,1) 47%, rgba(41,180,115,1) 100%);
background: -webkit-linear-gradient(left, rgba(43,57,144,1) 0%,rgba(27,117,187,1) 47%,rgba(41,180,115,1) 100%);
background: linear-gradient(to right, rgba(43,57,144,1) 0%,rgba(27,117,187,1) 47%,rgba(41,180,115,1) 100%);
}

.product-tools .add-to-cart {
	width: calc(100% - 185px);
}

.widget>ul>li>a {
	background-color: #1b75bc;
	color: #fff;
	border: none;
	font-family: 'Poppins';
	font-weight: 500;
	padding-right: 40px;
}

.widget>ul>li>a:hover,
.widget>ul>li.active>a {
	background: -moz-linear-gradient(left, rgba(43,57,144,1) 0%, rgba(27,117,187,1) 47%, rgba(41,180,115,1) 100%);
	background: -webkit-linear-gradient(left, rgba(43,57,144,1) 0%,rgba(27,117,187,1) 47%,rgba(41,180,115,1) 100%);
	background: linear-gradient(to right, rgba(43,57,144,1) 0%,rgba(27,117,187,1) 47%,rgba(41,180,115,1) 100%);
	color: #fff;
}

.widget ul li.active li.active a {
	font-weight:bold;
}

.widget>ul>li>a sup {
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b75bc;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 10px;
}

select.form-control {
-webkit-appearance: menulist;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: menulist;
}

.social-bar a {
	color: #1b75bc;
}

.text-primary {
	color: #29b375 !important;
}

.toolbar .inner>.cart-btn .count, .toolbar .inner>a .count {
	background-color: #1b75bc;
}

.contact-form label.error {
    color: red;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.toolbar {
		width: 80px;
	}
}