body {
	/*font-family: 'Roboto';*/
}
header a i {
	color:#FFF;
}
a {
    color: #48578c;
}
a i {
    color: #48578c !important;
}
#topbar img {
    max-height: 14px;
    padding: 0px 8px 0px 8px;
    vertical-align: middle;
}
.menui {
	position:relative;
	margin: 10px;
}
.menui li {
	list-style-type: none;margin-top:0;display:inline-block;
	margin-right: 37px;
}
.menui li:last-child {
	margin-right: 0px;
}
.menui li a img {
	font-size: 26px;position: absolute;color: #5764c6;max-width:25px;opacity:0.5;
}
.menui li a span {
	/*margin-left:35px;*/
	line-height: 26px;
}
.menui li a {
    font-family: 'Roboto';
    /* text-transform: uppercase; */
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
}

.tab .tab-item a {
	/*font-family: 'Roboto Condensed';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #211f20;
    text-transform: uppercase;*/

    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 400;
    /* letter-spacing: 0.5px; */
    color: #211f20;
    /*text-transform: uppercase;*/
    padding: 15px 15px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 2px solid #ecf0f1;
    line-height: 100%;
    font-family: 'Roboto Condensed';
}


.menu {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding:0px;
}

.menu .menu-item>a.active, .menu .menu-item>a:active, .menu .menu-item>a:hover
{
    background: #FFF;
    color: #1979c3;
}

.tile-content {
	font-family: 'Roboto Condensed';
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 15px;
    font-weight: bold;
    padding:8px 5px 0px 15px;
}
.menu .menu-item {
    padding:0px;
}

.menu .menu-item>a {    
    margin:0px;
    padding: 8px 15px;
}
.menu .menu-item+.menu-item {
    margin:0;
}

.menu > .divider {
    margin-bottom:0px;
}

.card {
    margin-bottom:15px;
    min-height:295px;
    height: 295px;
    border:0px solid #f5f5f5;
}
.card:hover {
    /*box-shadow: 0 2px 1px rgba(0,0,0,0.1);*/
    box-shadow: 0 3px 10px rgba(0,0,0,.05)!important;
}
.card-header .btn {
	font-family: 'Roboto Condensed';
	line-height: 17px;
	padding: 0px 0px 0px 12px;
	margin-top: 0px;
	font-size: 12px;
	color: #EEB523;
	position: relative;
	border-color: #FFF;
	border: 0px;
	background-color: #FFF;
    font-weight: 500;

    height: 32px;
    line-height: 31px;
    padding: 0 26px;
    border: 1px solid #e5e5e5;
    background: none;
    color: #888;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
.card-header .btn:hover {
    color:#FFF;
    background-color: #1979c3 !important;
    border: 1px solid #1979c3 !important;
}

.card .card-title {
	font-family: 'Roboto Condensed';
    font-size:21px;
    font-weight:500;
    /*float: left;*/
    margin-right: 10px;
    /*padding-top:5px;*/
    text-align: center;
}
.card .card-subtitle {
    float:left;
    font-size: 12px;
    color: #999;
    padding-top: 12px;
}
.card-body a {
    min-height: 50px;
    font-family: 'Roboto';
    /*text-transform: uppercase;*/    
    font-weight: 400;    
    line-height: 18px;
    font-size: 14px;
    color: #666666;
    line-height: 1.66;
    letter-spacing: 0;
}

.btn {
    border-color:#323648;
    background-color: #FFF;
    color: #6D6F7B;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}
.btn:hover {
    background-color:#1C299D;
    border-color:#1C299D;
    color: #FFF;
}
/*.btn {
	font-family: 'Roboto Condensed';
    border-color:#FFB500;
    color:#FFB500;
}
.btn:hover {
    background-color:#FFBC1A;
    border-color:#FFBC1A;
    color:#FFF;
}*/
/*.btn.btn-primary {
    background-color:#FFBC1A;
    border-color:#FFBC1A;
    color:#FFF;
}
.btn.btn-primary:hover {
    background-color:#FFBC1A;
    border-color:#FFB500;
}*/

.btn.btn-primary {
    border-color:#3F46AD;
    background-color: #3F46AD;
    color: #FFF;
}
.btn.btn-primary:hover {
    background-color:#1C299D;
    border-color:#1C299D;
}

.btn.btn-secondary {
    border-color:#EEB523;
    background-color: #EEB523;
    color: #FFF;
}
.btn.btn-secondary:hover {
    background-color:#EEB523;
    border-color:#EEB523;
}

.btn.btn-success {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#5cb85c), to(#419641));
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -moz-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    background-repeat: repeat-x;
    border:1px solid #3e8f3e;
    border-color: #3e8f3e;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #FFF;
}
.btn.btn-success i {
    color:#FFF;
}

h5.title {
    padding: 0 0 15px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #ecf0f1;
    line-height: 100%;
    font-family: 'Roboto Condensed';
}

h5.title:before {
    background: #1979c3;
    content: "";
    width: 138px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.tab {
    margin: 30px 0px;
    border-bottom: 0px;
}
.tab .tab-item a.active, .tab .tab-item.active a {
    border-bottom-color: #EEB523;
    color:#000;
}
.loadmore {
    margin-top:20px;
}

.short-description table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
    display: table;    
}
.short-description table tr {
    border:0px !important;
}
.short-description table td {
    border-color: #999;
    border-spacing: 0;
    border:1px solid #CCC;
}




.font1 {
    font-family: 'Roboto Condensed';
}

.badge:not([data-badge])::after, .badge[data-badge]::after {
    background: #FFB500;
}

footer h5 {
    /*font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFF;*/
        font-family: 'Roboto Condensed';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #48578c;
    text-transform: uppercase;
}
/*footer h5.bb {
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
}*/
footer ul {
    padding:0;
    margin:0;
}
footer ul li {
    list-style-type: none;
}
footer li a, footer a {
    text-decoration: none;
    color: #8d8d8d;
}
footer, footer li a, footer p {
    color: #8d8d8d;
    font-size: 13px;
}

/*footer .divider {
    border-top: .1rem dotted #dadada;
}*/
footer a:hover {
    color: #ffc93a;
    text-decoration: none;
}
footer i {
    color:#000;
}

ul.footerlogos li {
    list-style-type: none;
    display: inline-block;
    margin-right:10px;
}

#cookieBar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;

    color: rgb(76, 86, 105);
    background-color: rgb(255, 255, 255);
    border: 1px solid #ecf2fc;
    max-width: 1200px;
    z-index: 901;
    border-radius: 3px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 3px 6px rgba(36,129,215,.05),0 2px 3px rgba(36,129,215,.04)!important;
}
#cookieBar p {
    float:left;
    line-height: 28px;
    margin-bottom: 0px;
}
#cookieBar a {
    color: #48578c;
    line-height: 28px;
    text-decoration: none;
}

.sale_banner {
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 900;
}

.sale_banner .sale_text {
    line-height: 20px;
    font-size: 11px;
    padding: 7px 7px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;    
    color: #FFF;
    background-color: #ff3333;
    border-radius: 30px;
}

.page h3 {
    font-size:16px;
    font-weight: bold;
}

.panel {
    padding:15px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ecf2fc;
    box-shadow: 0 3px 6px rgba(36,129,215,.05),0 2px 3px rgba(36,129,215,.04)!important;
}

button.addtocart {
    /*background-image: -webkit-gradient(linear,left top,left bottom,from(#ffa033),to(#ff8800));
    background-image: -webkit-linear-gradient(top,#ffa033,#ff8800);
    border:0;
    color:#FFF;*/
}
button.added {
    /*color:#AED581 !important;
    border-color: #AED581 !important;*/
    background-color: #eff1fa !important;
}
button.added i {
    /*color:#AED581 !important;*/
}


/* Slicknav */
.slicknav_menu {
    display:none;
    background: #48578c;
}
.slicknav_btn {
    background:none;    
}

.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}

@media screen and (max-width: 40em) {
    /* #menu is the original menu */
    .slicknav_menu {
        display:block;
    }
}