@charset "UTF-8";
/*
  Journal - Advanced Opencart Theme Framework
  Version 2.6.7
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/
/******************************
RESET
*******************************/

/*@font-face {
	font-family: 'Bebas Neue Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Bebas Neue Regular'), url('/fonts/BebasNeueRegular.woff') format('woff');
}

@font-face {
	font-family: 'Bebas Neue Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Bebas Neue Bold'), url('/fonts/BebasNeueBold.woff') format('woff');
}*/

/*CUSTOM*/

/* BLACK FRIDAY
body .box-category li:nth-child(1){
	
	background:#222;
}


body .box-category li:nth-child(1) a{
	color: #fff !important;

}

body .box-category li:nth-child(1):hover{
	
	background:#222 !important;
}

body .box-category li:nth-child(1) a:hover {
    color: #fff !important;
	background:#222 !important;
}

body .box-category li:nth-child(1) a.active {
    color: #fff !important;
	background:#222 !important;
}*/

.side-blog .read-more-posts {
    text-align: right;
    font-size: 13px;
    font-family: 'Roboto', Oswald !important;
    margin-bottom: 10px;
    margin-right: 10px;
}

/*.list-group.box-content ul li:first-child a{
   
    background: #333;
    color: #333;
}




.list-group.box-content ul li:first-child a {
    color: #fff !important;
    display:none !important;
}*/

/*.main-menu-item-2 a{
	background:#000;
}

.main-menu-item-2 .main-menu-text > span{
	background: red;
	line-height: 17px;
	margin-left: 10px;
	border-radius: 3px;
	padding: 1px;
}*/

.ranking-text a {
    margin-left: 0px !important;
    padding-left: 0px;
}

.fb_dialog_advanced{
	margin-right:50px !important;
}

.mega-menu-brands .mega-menu-item > div {
    border: 1px solid #eee !important;
	border-radius: 2px;
}

body .list-group.box-content ul li:first-child a:hover {
    color: #fff !important;
	background: #666 !important;
}

.black-friday{
	display:none;
}



#cookie_consent_notification,
					#cookie_consent_notification *,
					#cookie_consent_notification *:before,
					#cookie_consent_notification *:after {
						font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
						font-weight: 300;
						font-size: 13px;
						line-height: 1.6;
						-webkit-box-sizing: border-box;
						-moz-box-sizing: border-box;
						box-sizing: border-box;
					}

					#cookie_consent_notification {
						position: fixed;
						top: auto;
						left: 0;
						right: auto;
						bottom: 0;
						margin: 0;
						padding: 12px 24px;
						color: white;
						background: #3b4045;
						z-index: 999999;
						width: 100%;
						text-align: center;
						-webkit-transition: all ease-out 0.3s;  
						-moz-transition: all ease-out 0.3s;
						-ms-transition: all ease-out 0.3s; 
						-o-transition: all ease-out 0.3s;
						transition: all ease-out 0.3s;  
						-webkit-transform: translate3d(0,100%,0);
						-moz-transform: translate3d(0,100%,0);
						-ms-transform: translate3d(0,100%,0);
						-o-transform: translate3d(0,100%,0);
						transform: translate3d(0,100%,0);
						-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
						backface-visibility: hidden;
					}

					#cookie_consent_notification.active {
						-webkit-transform: translate3d(0,0,0);
						-moz-transform: translate3d(0,0,0);
						-ms-transform: translate3d(0,0,0);
						-o-transform: translate3d(0,0,0);
						transform: translate3d(0,0,0);
					}

					#cookie_consent_notification .disable_cookie_consent_notification {
						display: inline-block;
						text-decoration: none;
						text-align: center;
						font-weight: bold;
						margin: 0 10px;
						padding: 0 6px;
						color: #32C0F4;
					}


.route-information-information p{

	margin-bottom: 10px;

}

.side-column .oc-module {
  
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
}

.shop-link{

	color:#333;

}


.information-page-26 .shop-jurbarkas {
    display: none;
}

.information-page-22 .shop-kaunas {
    display: none;
}

.information-page-31 .shop-kedainiai {
    display: none;
}

.information-page-18 .shop-klaipeda,
.information-page-18 .shop-klaipeda-2
{
	display: none;

}


.information-page-30 table {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 0 auto;
    width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.information-page-30 table td {
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 10px 2px 0px 2px;
}

.category-page-175 .box-category{

	display:none !important;

}

.read-more-posts i{

	font-size: 15px;
	margin-top:-2px;
	padding-left:5px;

}

.facebook-share{

	display: inline-block;
	height: 20px;
	width: 100%;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;

}

.has-error{
	border:1px solid red;
}

.post-details p{

	margin-bottom:15px;

}

.fa-stack-1x, .fa-stack-2x {
   
    top: -3px;
}

.oc2 #tab-review form table td p {
    max-width: 650px;
    background: #f9f9f9;
    padding: 10px;
}

.p-review {
    border: 1px solid #999;
    border-radius: 10px;
    padding: 2px 10px;
    margin-left: 6px;
    color: #444;
}

.p-review i {
    margin-left: 7px;
    margin-right: 0px !important;
}

.post-comment {
    margin-bottom: 20px;
    padding: 20px;
    background: #eee;
}

body .journal2_static_banners,
.extended-layout .extended-container
{
    background: #f7f7f7 !important;
}

.product-grid-item .name a, .posts h2 a {
    font-family: 'Oswald' !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.ranking-text {
    font-weight: bold;
    font-family: open sans;
	margin-top: 0px;
	display: inline-block;
}
.warehouse {
    table-layout: fixed;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    display: inline-block;
    min-height: 20px;
	color:#73ba6e;
}
.warehouse i{
	 color: #73ba6e;
}

#product .option{
	background: #f5f5f7;
	padding: 15px;
	width: 95%;
}

.post-item-details .post-view-more.button {
    margin: 5px 0 15px 0;
    line-height: 100% !important;
    float: right;
    padding: 5px 12px !important;
    display: none;
}

.no-results-p {
    background: #fff;
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.side-column .box-content li a:hover, .side-column .box-category li a:hover, .flyout-menu .flyout > ul > li:hover > a, .flyout-menu .flyout > ul > li > a:active, .side-column .box-content li a.active, .side-column .box-category li a.active {
    
    text-decoration: underline;
}

.sub-item:before{
	left: 13px;
}

a.sub-item {
	color:#888;
}

a.sub-item:hover {
	/*background:#f9f9f9 !important;*/
}

.menu-sub{
	/*background:#f9f9f9;*/
	/*border-bottom:1px solid #fff;*/
}

.html-module h2 {
    background: transparent;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-family: 'Oswald', Roboto !important;
    text-transform: uppercase;
}

.m-image {
    float: left;
    width: 160px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin-right: 20px;
}

.m-content{
	float: left;
	width: 80%;
}



.m-content p{
	line-height: 25px;
}

.m-content p a{
	text-decoration:underline;
}

.m-info {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(228, 228, 228);
    display: inline-block;
    width: 100%;
	margin-bottom: 20px;
}

.content-bottom .box.oc-module{
	display:none;
}

.svg-post {
    width: 36px;
    padding-top: 0px;
    height: 36px;
}

.svg-currier{
	width: 36px;
    padding-top: 0px;
    height: 36px;
}

.svg-terminal {
    width: 30px;
    padding-top: 6px;
    height: 30px;
}

a.list-group-item.active{
	/*background:#f9f9f9 !important;*/
}

.no-results-p{
	background: #fff;
}

.post-item-details .post-view-more.button  .fa {
    font-size: 16px;
    margin-right: 0px;
    margin-left: 5px;
}

.home-page .quote::before {
    content: "";
    border-bottom: solid 1px #d5d5d5;
    position: absolute;
    bottom: 25px;
    width: 100%;
    z-index: 0;
    left: 0;
}

.product-page #tabs a:hover, 
.product-page #tabs a.selected, 
.product-page #tabs li a:hover, 
.product-page #tabs li.active a {
    background-color: #fff !important;
}

.product-page .row.product-info {
    background-color: #fff !important;
    margin-bottom: 70px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
}

.product-page .tab-content{

	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);

}

.product-page .product-options {
    background-color: #fff !important;
   
}

.information-page #content {
    padding: 20px !important;
}

.information-page #content p{
	line-height: 18px;
}

.product-page .product-options > div, .product-options > ul {
   
    background-color: #fff !important;
}

.product-page .product-info .tab-content, 
.product-page .tab-content, 
.product-page .quickview .tab-content {
    background-color: #fff !important;
}

.product-page .product-info .left .image a img {
    border:none !important;
}

.product-page .label-sale {
    color: rgb(255, 255, 255);
    border-radius: 50%;
    width: 60px !important;
    height: 40px !important;
    line-height: 40px !important;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ee3342;
    font-size: 20px;
    top: 50px !important;
    right: 50px !important;
}

.label-sale {
    color: rgb(255, 255, 255);
	border-top-left-radius: 0px !important;
    border-top-right-radius: 13px !important;
	border-bottom-left-radius: 13px !important;
	border-bottom-right-radius: 0px !important;
    width: 50px;
    height: 30px !important;
    line-height: 30px !important;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ee3342;
    
}

.product-page .heading-title {
    padding-left: 0px;
}

#column-left .box-content,
#column-left .side-posts .box-post,
#column-right .box-category,
#column-right .box-post
{
   background: #fff !important;
}

.refine-image img {
	background: #fff;
}

.refine-image a{
	border:1px solid #ddd;
}

.heading-title {
    background: transparent !important;
    padding-left: 0px !important;
}

#column-right .box-heading, 
#column-left .box-heading {
    background-color: #fcfcfc;
    border-bottom: 1px solid #f9f9f9;
}

.sf-manufacturer .box-content,
.sf-option .box-content,
.side-blog .box-post,
.sf-category .box-content
{

	padding:8px !important;

}


.side-post-details a {
    font-size: 12px;
}

.sf-price,
.sf-manufacturer,
.sf-option,
.side-posts,
.sf-category

{

	border:1px solid #eee;

}

.form-group.cart:after
{
	border-top:1px solid #ddd;
	width: 95%;
	display:inline-block;
	content:"";

}

.form-group.cart::before {
    border-top: 1px solid #ddd;
    width: 95%;
    display: inline-block;
    content: "";
    margin-top: 6px;
    padding-top: 6px;
}

body .product-wrapper {
   box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
   /*box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.14),0 2px 1px -1px rgba(0,0,0,0.12);*/
}

.home-page .product-wrapper {
   box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
}

body .side-column .box-content li a, body .side-column .box-category li a {
    padding-top: 7px;
    padding-bottom: 4px;
    padding-right: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #f9f9f9;
    font-weight: 500;
}

.box-category {
    padding: 10px !important;
}

.side-column .box-content li a:hover, .side-column .box-category li a:hover, .flyout-menu .flyout > ul > li:hover > a, .flyout-menu .flyout > ul > li > a:active, .side-column .box-content li a.active, .side-column .box-category li a.active, .side-column .oc-module .product-grid-item .name a:hover, #column-right .recentArticles li > a:hover, #column-right .popularArticles li > a:hover, #column-left .recentArticles li > a:hover, #column-left .popularArticles li > a:hover {
    color: rgb(69, 115, 143) !important;
}

.box-category li:nth-child(1) a,
.box-category li:nth-child(2) a,
.box-category li:nth-child(3) a,
.box-category li:nth-child(4) a,
.box-category li:nth-child(5) a
{
    font-weight: bold !important;
    color: #333 !important;
}

/*MULTILANG*/

#header .journal-language{
  display:none;
}

/*MULTILANG END*/

body {

	background-image: none !important; 

}

.route-information-information .col-sm-6{

	width:50%;
	float:left;


}

.shop-block h3{

	font-size: 16px;
	margin-bottom: 20px;
	margin-top:30px;

}

.shop-block iframe{

	margin-bottom: 20px;
	height:200px;

}



.shop-block p {
    font-size: 14px;
    line-height: 22px;
}


/*CUSTOM*/

.super-menu > li > a {
    /*font-weight: 600 !important;*/
    font-family: "Oswald", sans-serif !important;
    font-style: normal;
    font-size: 15px !important;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    line-height: 38px;
}

.category-page-178 h2.box-heading.category-module-title {
    font-size: 25px !important;
    font-weight: 300 !important;
}

.more-button {
    display: none;
    text-align: center;
}

.category-page-178 .more-button{

	display:block;
	width: 100%;
	
}

.information-page-17 table td{

	width:50%;
	padding: 0px 10px;

}

.information-page-17 table{
	width:100% !important;	
}

.category-page-178 .more-button a {
    background: rgb(69, 115, 143);
    color: #fff;
    padding: 10px 20px;
    margin: 2px 8px 25px 5px;
    display: inline-block;
    border-radius: 20px;
    font-family: oswald;
    text-transform: uppercase;
}

.category-page-178 .more-button a i {
    font-size: 19px;
    display: inline-block;
    vertical-align: top;
}

.read-more-posts a {
    background: rgb(69, 115, 143);
    color: #fff;
    padding: 5px 10px;
    border-radius: 12px;
}

.read-more-posts a:hover {
    
    color: #fff;
    
}

.journal-links.j-min,
.journal-secondary.j-min
{

	height: 40px;

}

.shipping-price {
    font-weight: 600;
    font-size: 15px;
}

.read-more-posts {
    text-align: right;
    font-size: 15px;
    font-family: "Oswald", Roboto !important;
    margin-bottom: 20px;
    margin-right: 30px;
}

.blog-list-view .post-view-more {
    margin: 5px 0 5px 0;
    padding: 2px !important;
    background: transparent;
    color: rgb(19, 118, 175);
    font-size: 13px !important;
    float: right;
}


.blog-list-view a.post-view-more:hover {
   
    background: transparent;
    color: rgb(55, 141, 192);
	font-weight: bold;
	font-size: 13px !important;
    
}


.posts.blog-list-view .post-wrapper {
    padding: 15px;
    margin-right: 15px !important;
}

.posts.blog-list-view .post-image {
    width: 35% !important;
}

.posts.blog-list-view .post-item-details {
    width: 65% !important;
}

.post-details {
    font-size: 14px;
    line-height: 22px;
}

.action-area h3{


	display:none;

}
.journal-blog-post-page h3{

	margin-top:10px;

}

.comments .user-name {
    font-size: 15px !important;
    font-weight: bold;
}

.comments > .comment:nth-child(2n) {
    background-color: #fff !important;
    margin-bottom: 20px;
}

.journal-blog-post-page h2{

	margin-top:20px;

}

.post-details img.alignright {
    margin-top:9px;
	margin-left:9px;
	margin-bottom:9px;
}

.post-details a {
    text-decoration: underline;
}

.post-details img.alignleft {
    margin-top:9px;
	margin-right:9px;
	margin-bottom:9px;
}


.journal-blog-post-page .blog-post h1.heading-title {
    margin-bottom: 0;
    font-size: 28px !important;
    padding: 15px 20px !important;
    height: auto;
    font-family: "Oswald", Roboto !important;
    font-weight: normal !important;
    line-height: 37px;
    background: #fff !important;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
}

/*.journal-blog-post-page .blog-post h1.heading-title::after {
    border-bottom: 1px solid #ddd;
    display: block;
    content: "";
    width: 95%;
    padding-top: 10px;
}*/



.journal-blog-post-page .post-details table {
   border: none !important;
	width: 100% !important;
	margin: 20px 0px;
}

.journal-blog-post-page .post-details table td{
   border:1px solid #ddd;
   padding:5px;
}

/*.post-details {
    background-color: transparent !important;
    padding: 10px 0px !important;
}*/

.post-details {
    background-color: #fff !important;
    padding: 0px 20px 20px 20px !important;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
}

.store_1{
	display:none;
}

.store_1.logged{
	display:block;
}

.route-account-login .store_1 {
    display: block;
}

.posts h2 {
    padding: 10px 0 0px 0 !important;
    margin: 0 0 0px 0 !important;
}

body .ui-pnotify {
    display: block !important;
    background-color: rgba(0, 0, 0, 0.5) !important; 
	left: 0% !important;
    top: 0% !important;
    margin-left: 0px;
    margin-top: 0px;	
	position: fixed !important;
	height: 100% !important;
	z-index: 99999999;
	padding: 10px;
	width: 100% !important;
}


body .ui-pnotify .alert.alert-success {
    background: #FFF url('../image/success.png') 10px center no-repeat;
    border: 0px solid transparent;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 15px !important;
    display: inline-block;
    width: 400px;
    position: relative;
    left: 35%;
    top: 35%;
	padding: 40px;
}

.mobile-retina{

	display:none;

}

body .ui-pnotify .notification-buttons {
    margin-top: 25px;
    width: 100%;
}

body .ui-pnotify .button.notification-cart {
    background-color: rgba(69, 115, 143,0.6);
}

body .ui-pnotify .button.notification-checkout {
    background-color: rgb(250, 165, 25);
    float: right;
}

body .ui-pnotify .ui-pnotify-title {
    font-weight: 500 !important;
    font-family: Oswald !important;
    font-style: normal !important;
    font-size: 20px !important;
    text-transform: none;
    color: #333 !important;
    background-color: rgba(255, 255, 255, 0) !important;
}

.cart-block{

	display:none;

}

.post-module .box-heading {
    background: transparent;
    font-size: 35px !important;
    font-weight: 400 !important;
    font-family: 'Oswald', Roboto !important;
}

.post-wrapper {
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15) !important;
    border-radius: 5px !important;
}

.category-page body .heading-title {
    font-family: "Oswald", Roboto !important;
    font-size: 35px !important;
    line-height: 20px;
    font-weight: normal !important;
    padding: 20px 0px;
    height: auto;
    padding-left: 20px;
}

.posts h2 a {
    vertical-align: top !important;
    min-height: 50px !important;
}

#content strong {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

#content .category-info a {
    text-decoration: underline;

}

body #content .category-info p,
body #content .category-info p span
{

	font-family: "Roboto", sans-serif !important;

}


.product-page body .heading-title {
    font-family: "Oswald", Roboto !important;
    font-size: 28px !important;
    line-height: 38px;
    font-weight: normal !important;
    background: #fff;
    color: #333;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 30px;
    
}

.product-page body .heading-title::after {
    border-bottom: 1px solid #ddd;
    display: block;
    content: "";
    width: 95%;
    padding-top: 10px;
}

.wishlist-compare{


	display:none;

}
.pristatymas {
    background: #fff !important;
}

.text-prist {
    float: left;
    line-height: 11px;
    padding-left: 5px;
    padding-top: 6px;
}

.checkout-page select {
    max-width: 350px;
}

optgroup{

	font-family: "Open sans", sans-serif;
	font-weight:normal;
	font-size:12px;

}

.paysera-title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
}

.checkout-title {
    font-size: 16px;
    margin-bottom: 0px;
}

.payment-paysera-title{

	margin-top:20px;
	margin-bottom:0px;

}

.secondary-title, #content #review-title {
    font-family: 'Oswald', sans-serif !important;
    font-size: 22px !important;    
}

.paysera-payment {
    width: 200px;
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 11px;
    height: auto;
    margin-right: 10px;
    padding: 5px;
}

.paysera-payment-radio{
	display:inline-block;
	vertical-align: middle;
}

.paysera-payment-img{
	display:inline-block;
	vertical-align: middle;
}

.paysera-payment-img img{
	width:150px;
	height:auto;
}

#w2p-cs{

	display:none;

}

#collapse-shipping-method .alert.alert-success,
#collapse-shipping-method .alert.alert-warning

{

	display:none;

}

.image-prist {
    float: left;
}

.checkout-page .col-sm-6 {
    width: 49%;
    float: left;
}

.checkout-page .col-sm-6:first-child {
    margin-right:2%;
}

.checkout-page .checkout-content {
    padding: 20px !important;
}


.journal-checkout .left .login-box .radio label,
.journal-checkout .spw > div .radio label
{
    border-color: #f1f1f1 !important;
}

.checkout-product thead td, .checkout-product tfoot td {
    color: rgb(51, 55, 69);
    background-color: rgb(244, 244, 244);
    font-weight: bold !important;
}

.journal-checkout .spw > div p {
    display: block !important;
}

.journal-checkout .secondary-title {
    padding-left: 0px !important;
}
.pristatymas > div {
    float: left;
    font-size: 11px;
    margin-right: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.pristatymas .text2 {
    color: #444;
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin-right: 0;
    padding-bottom: 10px;
    padding-top: 6px;
    text-align: left;
    width: 100%;
}

.product-info .right .journal-custom-tab {
    background-color: rgba(244, 244, 244, 0);
    padding-top: 20px !important;
    
}

footer .column > h3 {
 
    border-color: #999 !important;
}

.drop-down.main-menu-item-9{

	background:rgb(13, 70, 102) !important;

}

.main-menu-item-9{

	display:none !important;

}

.store_0 .main-menu-item-9{
	display:table-cell !important;
}

.is-sticky .main-menu-item-9{

	display:table-cell !important;

}

.post-view-more.button{

	/*display:none;*/

}

body .posts.blog-list-view > div {
    width: 33% !important;
}

body .posts.blog-list-view > div {
    
}

.brand-title{

	border:none;

}

.single-tab .atab.selected{

	display:none;

}

.button, .side-column .box-content a.button, #quickcheckout .button, .modal-footer .btn {
    font-weight: normal !important;
    font-family: "Oswald", Roboto !important;
    font-style: normal !important;
    font-size: 16px !important;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

#button-cart, .product-info .right .cart div .button.enquiry-button {
    
    font-size: 22px !important;
    
}

.sf-price .ui-widget-content {
    background: #ddd !important;
}

.sticky-header-center.journal-header-center .journal-menu-bg {
    top: 120px;
    transition: all 0.3s;
    box-shadow: 0 0 3px #666;
}

.journal-header-center #cart {
   
    width: 160px;
    float: right;
}

.iSearchBox > div > div:nth-child(2) {
    border-left: 1px solid #eee;
    margin-left: 210px;
    padding-left: 20px;
}

.journal-carousel .htabs {
   
    /*border-bottom: 3px solid rgb(19, 118, 175);*/
}

.heading-title, .box-heading, #blogArticle .articleHeader h1, #swipebox-caption, .journal-carousel .htabs.single-tab a:hover, .journal-carousel .htabs.single-tab a.selected, .oc-filter .panel-heading {
    font-family: "Oswald", sans-serif !important;
	font-size: 19px !important;
	line-height: 38px;
	font-weight: normal !important;
}


.heading-title {
    font-family: 'Oswald', Roboto !important;
    font-size: 30px !important;
    line-height: 38px;
    font-weight: normal !important;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, small, strong, b, i, dl, dt, dd, form, label, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

body {
  overflow-x: hidden; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

textarea:focus, input:focus, select:focus, button:focus {
  outline: none; }

header *, #container *, footer *, #top-modules *, #bottom-modules * {
  box-sizing: border-box; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

.clearfix {
  clear: both;
  display: block; }

:before, :after {
  font-family: 'journal-icons';
  position: relative;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: inherit;
  font-size: inherit;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

i {
  position: relative;
  font-style: normal;
  vertical-align: middle; }
  i img {
    position: relative;
    vertical-align: middle; }

/*********************************************/

.journal-header-center .journal-language form .dropdown-toggle, 
.journal-header-center .journal-currency form .dropdown-toggle {
    max-width: 40px;
    display: none;
}

body .journal-stepper{

	display:none !important;

}

.product-options .journal-custom-tab {
    margin-bottom: 20px !important;
}

.products-menu p{

	margin-bottom:10px;

}

.products-menu p a{
    color:#000;
}

.products-menu p a:hover{
	color:rgb(69, 115, 143);
}

.phone-block{

	font-size:16px;
	font-weight: 600;
}

.phone-block a {
    color: #333;
    font-family: "Oswald", sans-serif, arial;
    font-size: 26px;
    font-weight: 400;
}

.phone-block i {
    font-size: 20px !important;
    display: inline-block;
    color: #333;
}

.phone-block a i{
    
    font-size: 26px;
    font-weight: normal;
}

/*.work-hours {
    font-size: 14px;
    font-weight: 400;
	font-family: "Oswald", sans-serif, arial;
}*/

.work-hours {
    font-size: 12px;
    font-weight: 600;
    font-family: open sans;
    padding-left: 59px;
}

.journal-header-center #search input {
    border-width: 1px;
    border-radius: 3px !important;
    border-style: solid;
    border-color: rgb(228, 228, 228);
    /*box-shadow: inset 0 0px 5px #eee !important;*/
}
.product-wrapper {
	border: 1px solid #e4ebed !important;
	border-radius: 4px;
}

/* checkout */

.route-checkout-checkout .journal-top-header,
.route-checkout-checkout .journal-links,
.route-checkout-checkout .journal-secondary,
.route-checkout-checkout .journal-header-center .journal-menu,
.route-checkout-checkout .journal-menu-bg,
.route-checkout-checkout .breadcrumb,
.route-checkout-checkout .extended-container::before,
.route-checkout-checkout .iSearchBoxWrapper,
.route-checkout-checkout .fullwidth-footer #footer
{
	display:none;
}

.route-checkout-checkout .extended-container {
	min-height:600px;
}

.route-checkout-checkout .journal-header-center .journal-center-bg {
	top: unset;
}

ul#checkout-steps li,
ul#checkout-steps li:before
{   
    font-family: 'Roboto', sans-serif;
}

.route-checkout-checkout #shipping-address-container img{
	position:absolute;
}

.route-checkout-checkout #collapse-welcome,
.route-checkout-checkout #shipping-method-container
{
	background:#fff;
	border-radius: 4px !important;
	box-shadow: 0 0 2px #ddd;
}

.route-checkout-checkout #shipping-address-container,
.route-checkout-checkout #collapse-buyer-data,
.route-checkout-checkout #collapse-checkout-confirm
{
    background: #fff;
    border-radius: 4px !important;
    padding: 15px 30px 30px 30px;
    margin-top: 20px;
	box-shadow: 0 0 2px #ddd;
}

.route-checkout-checkout #payment-methods-container .checkout-content{
	padding: 0px !important;
}

.route-checkout-checkout input[type="text"], 
.route-checkout-checkout input[type="email"], 
.route-checkout-checkout input[type="password"], 
.route-checkout-checkout input[type="tel"], 
.route-checkout-checkout textarea,

.route-account-login input[type="text"], 
.route-account-login input[type="email"], 
.route-account-login input[type="password"], 
.route-account-login input[type="tel"], 
.route-account-login textarea


{
	box-shadow:none;
	border: 2px solid #E4E4E4 !important;
	margin-bottom: 10px;
}

.route-checkout-checkout input[type="text"]:focus, 
.route-checkout-checkout input[type="email"]:focus, 
.route-checkout-checkout input[type="password"]:focus, 
.route-checkout-checkout input[type="tel"]:focus, 
.route-checkout-checkout textarea:focus
{
	box-shadow:0 0 10px #eee;
}

.route-checkout-checkout h3 {
    margin-bottom: 5px;
    font-weight: normal;
}

.route-checkout-checkout #button-login{
	margin-top:10px;
}

.button, #quickcheckout .button, .modal-footer .btn {
    border-radius: 4px !important;
    padding: 0 20px !important;
    line-height: 32px;
    background-color: rgb(69, 115, 143);
}

.login-content .col-sm-6.left,
.login-content .col-sm-6.right
{
	background:#fff;
	border-radius: 4px !important;
	box-shadow: 0 0 2px #ddd;
}

.route-checkout-cart #content {
    background: #fff;
    border-radius: 4px !important;
    box-shadow: 0 0 2px #ddd;
    padding: 20px !important;
    margin: 30px 0px;
}

.route-checkout-cart .alert.alert-warning {
    width: 100%;
    margin: 10px 0px 10px 0px !important;
    padding: 10px;
}

li#collapse-checkout-confirm-title.active::after {
    left: 15%;
    border-radius: 50px;
}


/* */ 

.category-info p{

	font-style: normal;
	font-size: 14px;
	text-transform: none;
	color: rgb(51, 51, 51);
	line-height: 20px;
}

.category-info p a{

	color: #195d9f;
	font-weight: 500;

}

.category-info{

	background: #fff;
	padding: 20px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.15);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(228, 228, 228);

}

ul.breadcrumb li:last-child a {
    font-weight: bold;
	text-decoration: underline;
}
.label-latest{

	display:none !important;

}
.product-compare {
    display: none !important;
}

#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
    background: #fff;
}

.label-latest {
  
    font-size: 10px;
}

#tab-description p,
#tab-description span,
#tab-description strong
{

	background: transparent !important;
	font-family: "Roboto", sans-serif !important;
	/*color: rgb(0, 0, 0) !important;*/

}

#tab-description table
{

	

}
.table.table-striped.table-bordered {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 15px;
}

.compare,
.wishlist{
	display:none !important;
}

.hide-cart .cart.outofstock .button:not(.compare-remove) {
    opacity: 1 !important;
    pointer-events: none;
    cursor: default;
    background: #999 !important;
}

.bold-title{

	font-weight: 600;

}

#sudedamos-dalys{

	padding:20px;

}

.product-layout .caption{

	text-align:center;

}

.product-layout .name a {
    font-weight: 500;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
}


.product-layout .price {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.price-old{

	color:red;
	text-decoration: line-through;

}

table#sudetis {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #333;
    border-image: none;
    border-style: double;
    border-width: 2px 0;
    float: left;
    font-size: 12px;
    padding: 0;
    white-space: normal;
    width: 90%;
}

table#sudetis td:nth-child(2) {
    width: 60px;
}

#sudedamos-dalys table td {
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-style: none none solid;
    border-width: medium medium 1px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.product-options > div, .product-options > ul {
    margin-bottom: 0px !important;
    background-color: rgb(244, 244, 244);
}


body .product-info .right .cart div .qty {
    border-radius: 0px;
    border: 1px solid #ddd;
    width: 10%;
}

h2{

	margin-bottom: 20px;

}

.route-information-information h2 {
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 20px;
}

.route-information-information h2 span{

	font-size: 14px !important;

}

/*html body {
  
    background-image: none !important;    
    background-color: transparent !important;
}

header, .journal-header-center {
    background-color: transparent !important;
    
}*/

.maintenance-mode .journal-header-center,
.maintenance-mode .fullwidth-footer,
.quick-checkout-page .journal-header-center,
.quick-checkout-page .fullwidth-footer,
.quick-checkout-page .sticky-wrapper
{

	/*display:none;*/

}

.product-grid-item .name {
    display: table;
    margin-top: 10px;
}

.corner-bg {
    border-color: transparent transparent rgb(250, 159, 7);
    border-style: solid;
    border-width: 0 0 53px 53px;
    bottom: 10px;
    height: 0;
    line-height: 0;
    position: absolute;
    right: -5px;
    width: 0;
    z-index: 99;
}

.top-protuct {
    bottom: -40px;
    display: block;
    float: left;
    position: absolute;
    right: -17px;
    width: 75px;
    z-index: 1;
}

.top-protuct span {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
}

.product-thumb .image{

	position:relative;

}




.success, .warning, .alert, .information {
    margin-bottom: 0;
    margin-top: 15px;
    padding: 10px 10px 10px 33px;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}


.alert.alert-warning {
    background: #FFF5CC;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	margin:15px !important;
	display:inline-block;
	width:90%;
}

.alert.alert-success {
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	margin:15px !important;
	display:inline-block;
	width:90%;
}

/******************************
JOURNAL GRID
*******************************/
.xl-5 {
  width: 5%; }

.xl-10 {
  width: 10%; }

.xl-15 {
  width: 15%; }

.xl-20 {
  width: 20%; }

.xl-25 {
  width: 25%; }

.xl-30 {
  width: 30%; }

.xl-35 {
  width: 35%; }

.xl-40 {
  width: 40%; }

.xl-45 {
  width: 45%; }

.xl-50 {
  width: 50%; }

.xl-55 {
  width: 55%; }

.xl-60 {
  width: 60%; }

.xl-65 {
  width: 65%; }

.xl-70 {
  width: 70%; }

.xl-75 {
  width: 75%; }

.xl-80 {
  width: 80%; }

.xl-85 {
  width: 85%; }

.xl-90 {
  width: 90%; }

.xl-95 {
  width: 95%; }

.xl-100 {
  width: 100%; }

.xl-11 {
  width: 11.11111111111111%; }

.xl-12 {
  width: 12.5%; }

.xl-14 {
  width: 14.28571428571429%; }

.xl-16 {
  width: 16.66666666666666%; }

.xl-33 {
  width: 33.33333333333333%; }

.xl-66 {
  width: 66.66666666666666%; }

.xs-5, .xs-10, .xs-15, .xs-20, .xs-25, .xs-30, .xs-35, .xs-40, .xs-45, .xs-50, .xs-55, .xs-60, .xs-65, .xs-70, .xs-75, .xs-80, .xs-85, .xs-90, .xs-95, .xs-100, .xs-33, .xs-66, .sm-5, .sm-10, .sm-15, .sm-20, .sm-25, .sm-30, .sm-35, .sm-40, .sm-45, .sm-50, .sm-55, .sm-60, .sm-65, .sm-70, .sm-75, .sm-80, .sm-85, .sm-90, .sm-95, .sm-100, .sm-33, .sm-66, .md-5, .md-10, .md-15, .md-20, .md-25, .md-30, .md-35, .md-40, .md-45, .md-50, .md-55, .md-60, .md-65, .md-70, .md-75, .md-80, .md-85, .md-90, .md-95, .md-100, .md-33, .md-66, .lg-5, .lg-10, .lg-15, .lg-20, .lg-25, .lg-30, .lg-35, .lg-40, .lg-45, .lg-50, .lg-55, .lg-60, .lg-65, .lg-70, .lg-75, .lg-80, .lg-85, .lg-90, .lg-95, .lg-100, .lg-33, .lg-66, .xl-5, .xl-10, .xl-15, .xl-20, .xl-25, .xl-30, .xl-35, .xl-40, .xl-45, .xl-50, .xl-55, .xl-60, .xl-65, .xl-70, .xl-75, .xl-80, .xl-85, .xl-90, .xl-95, .xl-100, .xl-33, .xl-66 {
  min-height: 1px;
  float: left; }

.xs-11, .xs-12, .xs-14, .xs-16,
.sm-11, .sm-12, .sm-14, .sm-16,
.md-11, .md-12, .md-14, .md-16,
.lg-11, .lg-12, .lg-14, .lg-16,
.xl-11, .xl-12, .xl-14, .xl-16 {
  min-height: 1px;
  float: left; }

/******************************
 GENERAL STRUCTURE
*******************************/
.j-min {
  height: 40px; }

.j-med {
  height: 80px; }

.j-tall {
  height: 120px; }

.j-50 {
  height: 50px; }

.j-70 {
  height: 70px;
}

.j-100 {
  height: 100px; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

body {
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif; }

/******************************
 CONTENT
*******************************/
#container {
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  background-color: transparent;
  z-index: 3; }

.heading-title, .box-heading {
  line-height: 37px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.heading-title {
  margin-bottom: 17px; }

.secondary-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #5C8BA6; }

#content {
  position: relative;
  z-index: 2;
  padding: 20px 20px 0 20px;
  background-color: transparent;
  -webkit-transform: translate3d(0, 0, 0); }
  #content:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.box {
  position: relative; }

#content .content ul, #content .content li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }
#content .content ul {
  margin: 8px 0; }
#content .content > ul > li > a {
  display: inline-block;
  padding: 4px 0 4px 10px;
  font-size: inherit; }

/******************************
 BUTTONS / LINKS
*******************************/
a {
  color: #333745;
  text-decoration: none;
  cursor: pointer; }

button {
  border: none;
  background-color: transparent;
  padding: 0; }

.button {
  cursor: pointer;
  font-size: 14px;
  transition: color .2s, background-color .2s;
  padding: 0 12px;
  border: 0;
  line-height: 32px;
  background-color: transparent;
  display: inline-block;
  -webkit-appearance: none;
  text-align: center; }
  .button i:before {
    padding: 0 1px; }

.cart {
  position: relative; }

.button-disabled {
  opacity: .5;
  cursor: default; }
  .button-disabled:before, .button-disabled:after {
    display: none !important; }

.buttons {
  overflow: hidden;
  padding: 15px 0;
  line-height: 30px;
  margin: 20px 0 20px 0; }
  .buttons .left {
    padding-top: 2px; }

.buttons .left {
  float: left;
  text-align: left; }

.buttons .right {
  float: right;
  text-align: right; }

.buttons .right a {
  text-decoration: none !important; }

.buttons .center {
  float: left;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

hr {
  border: 0;
  background-color: #E4E4E4;
  height: 1px;
  margin: 0; }

/******************************
 BREADCRUMB
*******************************/
.breadcrumb {
  margin: 0 auto;
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 0; }
  .breadcrumb a {
    color: inherit;
    font-size: inherit;
    transition: all .2s ease;
    display: inline-block;
    vertical-align: middle; }

ul.breadcrumb {
  list-style: none; }
  ul.breadcrumb li {
    display: inline-block; }
    ul.breadcrumb li a {
      margin: 0 4px; }
    ul.breadcrumb li:before {
      content: "»"; }
    ul.breadcrumb li:first-of-type a {
      margin-left: 0; }
    ul.breadcrumb li:first-of-type:before {
      display: none; }

.extended-container {
  position: relative;
  z-index: 10; }
  .extended-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute; }

.home-page .extended-container:before,
.maintenance-mode .extended-container:before {
  display: none; }

.home-page #container:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.maintenance-message {
  padding-bottom: 20px;
  padding-top: 20px; }
  .maintenance-message h1 {
    line-height: 30px; }
    .maintenance-message h1 br {
      display: none; }

/******************************
 NOTIFICATION
*******************************/
.journal-slider + #container > #notification {
  display: none; }

#notification {
  position: absolute;
  z-index: 2;
  width: 100%; }

.success, .warning, .information, .attention {
  width: 100%;
  position: relative;
  z-index: 2;
  height: auto;
  padding: 10px 15px;
  line-height: 20px; }
  .success a, .warning a, .information a, .attention a {
    color: #428bca; }
  .success img, .warning img, .information img, .attention img {
    float: right;
    margin-top: 6px;
    cursor: pointer;
    display: block; }

.success {
  background-color: #CDECA6; }

.warning {
  background-color: #FBE3A7; }

.attention {
  background-color: #FBE3A7; }

.information {
  background-color: #BFE7F1; }

.fa-exclamation-circle {
  font-size: 17px; }

/******************************
 INPUTS
*******************************/
.required, .cart-info .stock {
  color: #EA2E49;
  font-size: 16px; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
textarea {
  -webkit-appearance: none;
  background: white;
  border-radius: 0px;
  border: 1px solid #E4E4E4;
  padding: 8px;
  width: 100%;
  transition: all 0.2s;
  font-size: 13px;
  box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.08); }

textarea {
  width: 100%;
  max-width: 100%;
  resize: none;
  height: 150px; }

input[type='radio'],
input[type='checkbox'] {
  margin: 5px; }

select {
  background: #fff;
  border: 1px solid #E4E4E4;
  padding: 5px;
  margin: 5px;
  max-width: 100%; }

label {
  cursor: pointer;
  padding-right: 20px; }

span.error,
.text-danger {
  display: inline-block;
  background-color: #EA2E49;
  color: white;
  padding: 3px 4px 2px 4px;
  font-size: 12px;
  position: relative; }

/******************************
 COLORBOX
*******************************/
#cboxLoadedContent h1 {
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 1px solid #E4E4E4;
  margin: 10px 0 10px 10px;
  font-size: 24px; }
#cboxLoadedContent p {
  padding: 0 10px; }

/******************************
 RESPONSIVE VIDEO
*******************************/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .responsive-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.extended-layout #column-left {
  padding: 20px 0 0 0;
  width: 220px; }
.extended-layout #column-right {
  padding: 20px 0 0 0;
  width: 220px; }

.extended-layout .single-blog #column-right {
  padding: 20px 0 0 0;
  width: 340px; }

.extended-layout #column-left + #content {
    padding: 0px 0 0 20px;
    margin-left: 240px;
    margin-top: 20px;
	overflow: hidden;
}



.information-page #column-left + #content i {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    width: 16px;
    text-align: center;
}

.information-page #column-left + #content a {
	text-decoration: underline;
	color: #008aff;
}
.shop-list {
    list-style: none;
    padding-left: 20px;
}

.shop-block {
    padding: 10px;
    background: #fff;
    margin: 10px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
}

#tab-description p, 
#tab-description p span {
    font-size: 13px !important;
    line-height: 15px;
    color: #333 !important;
}

.no-results{
	margin-bottom: 60px;
}

.border-shops{

	width: 98%;
	border-bottom: 1px dashed #ddd;
	height: 1px;
	float: left;
	padding: 20px 0px;
	margin-bottom: 20px;

}

.shop-title-2 {
    font-family: 'Oswald', Roboto !important;
    font-size: 25px !important;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 10px !important;
}

.shop-more h3 {
    margin: 10px 0px 5px 0px;
}

.shop-more .block-img {
    overflow: hidden;
    max-height: 175px;
}

.shop-more {

	margin-bottom:30px;

}

.information-page-21 .shop-vilnius{
	display:none;
}

.shop-more p{}

.shop-block img{
	width:100%;
}

.map-block{

	padding:0px 20px;

}

.extended-layout #column-right + #content {
  padding: 20px 20px 0 0;
  margin-right: 220px; }


.extended-layout .single-blog #column-right + #content {
    padding: 20px 20px 0 0;
    margin-right: 340px;
}

.extended-layout .single-blog #column-right + #content ul li{

	margin-bottom: 10px;

}

.extended-layout #column-left + #column-right + #content {
  padding: 20px 20px 0 20px;
  margin-left: 220px;
  margin-right: 220px; }
.extended-layout #content {
  padding: 20px; }


.route-information-information #content {
    padding: 20px 0 0 0;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    margin-bottom: 40px;
    padding: 20px;
    margin-top: 30px;
}

body .journal-header-center #cart {
    
    border-radius: 5px;
    
}

body .journal-top-header{

	background:#f9f9f9;
	

}

body .journal-links .j-min,
body .journal-secondary .j-min,
body .journal-top-header.j-min


{

	height:30px;

}

ol li {
    margin-bottom: 10px;
}

/******************************
 TOP BOTTOM POSITION
*******************************/
#top-modules, #bottom-modules {
  z-index: 1; }
  #top-modules > div, #bottom-modules > div {
    margin: 0 auto;
    overflow: hidden;
    z-index: 1; }
    #top-modules > div.journal2_slider, #top-modules > div.gutter, #bottom-modules > div.journal2_slider, #bottom-modules > div.gutter {
      padding: 0; }
    #top-modules > div > div, #bottom-modules > div > div {
      position: relative;
      margin: 0 auto; }
  #top-modules .box.static-banners,
  #top-modules .multi-modules-wrapper,
  #top-modules .box.journal-carousel
  .box.custom-sections,
  #top-modules .box.cms-blocks, #bottom-modules .box.static-banners,
  #bottom-modules .multi-modules-wrapper,
  #bottom-modules .box.journal-carousel
  .box.custom-sections,
  #bottom-modules .box.cms-blocks {
    padding-bottom: 0 !important; }
  #top-modules .multi-modules-wrapper, #bottom-modules .multi-modules-wrapper {
    margin-bottom: -20px; }

#top-modules {
  position: relative; }

.ui-menu {
  z-index: 99 !important; }

/******************************
OC 2
*******************************/
.oc2 .extended-layout #column-left + .row #content {
  padding: 20px 0 0 20px;
  margin-left: 220px; }
.oc2 .extended-layout #column-right + .row #content {
  padding: 20px 20px 0 0;
  margin-right: 220px; }
.oc2 .extended-layout #column-left + #column-right + .row #content {
  padding: 20px 20px 0 20px;
  margin-left: 220px;
  margin-right: 220px; }
.oc2.information-page #content {
  padding-bottom: 20px; }
.oc2 .required {
  color: inherit; }
  .oc2 .required label {
    font-weight: normal; }
    .oc2 .required label:before {
      content: "* ";
      color: red;
      font-weight: bold;
      font-size: 16px;
      position: relative;
      top: 3px;
      margin-right: 3px; }
.oc2 fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  .oc2 fieldset > div {
    clear: both;
    margin-bottom: 6px;
    overflow: hidden; }
  .oc2 fieldset .radio {
    padding-top: 7px; }
    .oc2 fieldset .radio label {
      width: 100%;
      padding-top: 0; }
      .oc2 fieldset .radio label:before {
        display: none; }
  .oc2 fieldset label {
    width: 25%;
    float: left;
    display: block;
    padding-top: 7px; }
  .oc2 fieldset label + div, .oc2 fieldset label + input.form-control {
    width: 75%;
    float: right; }
  .oc2 fieldset .radio-inline {
    width: auto; }
    .oc2 fieldset .radio-inline:before {
      display: none; }
.oc2 .form-horizontal .form-group {
  overflow: hidden;
  margin-bottom: 5px; }
  .oc2 .form-horizontal .form-group label {
    width: 25%;
    float: left;
    display: block;
    padding-top: 7px; }
  .oc2 .form-horizontal .form-group label + div {
    width: 75%;
    float: right; }
.oc2 .secondary-title {
  margin-bottom: 10px; }
.oc2 .input-group {
  display: table;
  position: relative; }
  .oc2 .input-group .form-control {
    float: left;
    display: table-cell; }
.oc2 .input-group-btn {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle; }
  .oc2 .input-group-btn button {
    padding: 6px 12px 9px 12px;
    cursor: pointer;
    font-size: 12px;
    box-shadow: none; }
    .oc2 .input-group-btn button:hover {
      transition: all 0.2s; }
.oc2 .date .input-group-btn button, .oc2 .time .input-group-btn button, .oc2 .datetime .input-group-btn button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.oc2 .fa {
  font-size: 14px; }
  .oc2 .fa:before {
    font-family: 'FontAwesome'; }
.oc2 .captcha-row .pull-right {
  float: none;
  margin-left: 25%; }
.oc2 .alert button {
  font-size: 15px;
  position: absolute;
  right: 10px;
  cursor: pointer; }

.oc2.firefox .input-group-btn {
  display: inline-block; }

.oc2.route-account-register .form-horizontal .radio {
  padding-top: 0; }
  .oc2.route-account-register .form-horizontal .radio label {
    width: auto;
    float: none;
    padding-top: 0; }
.oc2.route-account-register .form-horizontal label.radio-inline {
  width: auto; }

.modal {
  color: #222; }

.old-browser {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #f74558;
  height: 60px;
  line-height: 60px;
  position: fixed;
  z-index: 9999999;
  top: 0; }
  .old-browser a {
    text-decoration: underline;
    color: #fff; }

.oc1 .ui-datepicker {
  z-index: 99999999 !important; }

.i6 body, .ie7 body, .ie8 body {
  padding-top: 60px; }

.tooltip + .tooltip {
  visibility: visible; }

.android:not(.chrome) .product-grid-item .name a {
  display: block; }