/* ---------------------------------------------------------------------- */


/*	Basic Elements & Classes */


/* ---------------------------------------------------------------------- */

body {
    background: white;
    /* #FBFBFB url(../img/patterns/5.png); */
    font-family: 'Source Sans Pro', sans-serif;
}


/* Links styles */

a,
a:visited {
    color: #060F4B;
}

a.btn-inverse,
a.btn-cart {
    color: #fff;
}

::-moz-selection {
    background: #f15a23;
    color: #fff;
    text-shadow: none;
}

.::selection {
    background: #f15a23;
    color: #fff;
    text-shadow: none;
}


/*	Animations :)
		-------------------------------------------------- */

#maincontent {
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -ms-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}


/* ---------------------------------------------------------------------- */


/*	Buttons
	/* ---------------------------------------------------------------------- */

.buttons {
    /* Buttons container */
    text-align: center;
    clear: both;
    padding: 17px 0;
}

.cart .btn,
.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.cart .btn,
.btn-cart {
    color: #060f4b;
    background-color: #bcd02e;
    text-decoration: none;
    height: 38px;
    border-radius: 19px;
    margin-top: 25px;
}

.cart .btn:hover,
.cart .btn:active,
.btn-cart:hover,
.btn-cart:active {
    background-color: #bcd02e;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.cart .btn:active,
.btn-cart:active {
    background-color: #c43f2d \9;
}

ul li .cart .btn,
.grid-box .cart .btn,
.product-grid .cart .btn,
.product-list .cart .btn {
    padding: 10px 30px;
    font-size: 11px;
    font-weight: 700;
}

.btn-inverse,
a.btn-inverse {
    color: #ffffff;
    border-color: #060F4B;
    background-color: #060F4B;
}

.btn-inverse:hover,
a.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #060F4B;
    background-color: #fff;
}


/* ---------------------------------------------------------------------- */


/*	Fake fieldset (legend style outside forms)
	/* ---------------------------------------------------------------------- */

.contentset {
    margin: 28px 0 18px;
    text-align: left;
    padding-left: 0px;
    text-transform: uppercase;
    color: #060F4B;
}

.contentset.center {
    text-align: center;
    padding: 0;
}

.contentset .inner {
    margin: -0.8em auto 0;
    font-weight: normal;
    font-size: 1em;
}

.contentset span {
    background: #FFF;
    padding: 0 8px;
    font-weight: bold;
}


/* ---------------------------------------------------------------------- */


/*	Generic Classes
/* ---------------------------------------------------------------------- */

.hidden {
    display: none;
}

.disabled {
    cursor: auto;
}

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

.align-left {
    float: left;
}

img.align-left {
    margin-bottom: 15px;
    margin-right: 15px;
}

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

.float-right {
    float: right;
}

img.align-right {
    margin-bottom: 15px;
    margin-left: 15px;
}


/*	Table styles
	-------------------------------------------------- */

.table thead td,
.table thead th {
    background-color: #f2f2f2;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    color: #000;
}

.table .left {
    text-align: left;
}

.table .right {
    text-align: right;
}

.table .center {
    text-align: center;
}


/* ---------------------------------------------------------------------- */


/*	Forms
/* ---------------------------------------------------------------------- */

.control-group .error {
    color: #B94A48;
    font-size: 11px;
    display: block;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #333;
}

.req_mark {
    color: #D00;
}


/* 'required' mark */


/* ---------------------------------------------------------------------- */


/*	Wrap
/* ---------------------------------------------------------------------- */

.container {
    margin: 0 auto;
    position: relative;
}


/* ---------------------------------------------------------------------- */


/*	Header
/* ---------------------------------------------------------------------- */

#header {
    z-index: 999;
    background: white;
}

#logo {
    text-align: center;
    padding: 10px 0 0;
    margin-left: -17px;
}

#header .rightbox,
#header .leftbox {
    position: relative;
    z-index: 999;
}


/*	Language & Currency dropdowns
	-------------------------------------------------- */

#language_selector,
#currency_selector {
    position: absolute;
    top: 34px;
    left: 0;
}

#currency_selector {
    top: 12px;
}

.dropd {
    z-index: 999;
    position: absolute;
    font-size: 11px;
    font-family: Arial, helvetica, sans-serif;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.dropd.active {
    border: 1px solid #CCC;
    background: #FFF;
    webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.dropd ul {
    padding: 0;
    list-style: none;
}

.dropd span.selected,
.dropd li a {
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 2px 7px;
    font-size: 11px;
    text-decoration: none;
}

.dropd li a:hover {
    background: #F6F6F6;
}

.dropd:hover span.selected {
    color: #333;
}

.dropd span.selected,
.dropd.active span.selected {
    color: #999;
    padding-right: 16px;
    background: transparent url("../img/arrow_down.png") no-repeat 96% 8px;
}

.dropd.active span.selected {
    border-bottom: 1px solid #eee;
}

.dropd .options {
    cursor: pointer;
    display: none;
}

.dropd img {
    display: inline;
    margin: -1px 3px 0 0;
    vertical-align: middle;
}


/* -------------------------------------------------- */


/*	Mini Cart
	/* -------------------------------------------------- */

#minicart {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 15px;
    float: right;
}

#minicart .heading {
    display: block;
    position: relative;
    text-align: right;
    z-index: 999;
    border: 0;
}

#minicart .details {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
}

.cart-icon {
    position: relative;
}

.cart-icon .cart-icon-body {
    border: 2px solid #333;
    position: relative;
    padding: 1px 5px;
    background: #FFF;
    z-index: 10;
    height: 14px;
    width: 16px;
    display: block;
    margin: 5px 0 1px;
}

.cart-icon .cart-icon-handle {
    border: 2px solid #333;
    right: 50%;
    margin-right: -5px;
    top: -5px;
    height: 10px;
    width: 10px;
    position: absolute;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

#minicart h4 {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin: 4px 8px 2px 0;
    margin-right: 48px;
}

.cart-total {
    width: 100%;
}

.cart-total a {
    text-decoration: none;
    color: #f26b55;
    padding: 0 5px;
    font-size: 12px;
    margin-right: 45px;
}

.cart-total:hover {
    color: #fff;
}

#minicart .arrow {
    cursor: pointer;
    padding: 0 5px;
    display: block;
    border: 1px solid transparent;
    position: relative;
    top: 0;
    right: 0;
    font-size: 14px;
    padding: 10px 14px;
    float: right;
}

#minicart.active .arrow {
    background: #fff;
    border: 1px solid #aaa;
    border-width: 1px 1px 0;
    margin-bottom: 0;
    z-index: 1;
}

#minicart.active .arrow {
    background: #fff;
    border: 1px solid #aaa;
    border-width: 1px 1px 0;
    margin-bottom: 0;
    z-index: 1;
}

#minicart .content {
    display: none;
    position: absolute;
    right: 0;
    top: 41px;
    min-height: 120px;
    min-width: 260px;
    margin-top: -1px;
    padding: 12px;
    line-height: 1.2em;
    border: 1px solid #aaa;
    background: #FFF;
    webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

#minicart.active .content {
    display: block !important;
    display: none;
}

#minicart .items {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

#minicart .items td {
    vertical-align: top;
    padding: 10px 5px 6px;
}

#minicart .items tr+tr {
    border-top: 1px dashed #DDD;
}

#minicart .items .image {
    padding-left: 0;
}

#minicart .items .image img {
    text-align: left;
}

#minicart .items .name a {
    text-decoration: none;
}

#minicart .items .quantity,
#minicart .items td.total,
#minicart .items .remove {
    text-align: right;
}

#minicart .items .remove a i {
    font-size: 15px;
}

#minicart .items span.qty {
    background: transparent url(../img/plus.png) left 50% no-repeat;
    padding-left: 8px;
}

#minicart .total {
    border-collapse: collapse;
    padding: 5px;
    float: right;
    clear: left;
    margin-bottom: 8px;
    text-align: right;
}

#minicart .total td.labels {
    padding-right: 6px;
}

#minicart .content .checkout {
    text-align: right;
    clear: both;
}

#minicart .empty {
    padding-top: 50px;
    text-align: center;
}

#closecart {
    float: left;
    bottom: 0;
    left: 9px;
    display: none;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
    margin-top: 1em;
}


/* -------------------------------------------------- */


/*	Search box
	/* -------------------------------------------------- */

#search .search-trigger {
    cursor: pointer;
    padding: 10px 14px;
    display: block;
    border: 1px solid transparent;
    position: relative;
    top: 0;
    right: 0;
    font-size: 14px;
}

#search.active .search-trigger {
    background: #fff;
    border: 1px solid #aaa;
    border-width: 1px 1px 0;
    margin-bottom: 0;
    z-index: 1;
}

#search .content {
    display: none;
    position: absolute;
    right: 0;
    top: 41px;
    width: 220px;
    margin-top: -1px;
    padding: 12px;
    line-height: 1.2em;
    border: 1px solid #aaa;
    background: #FFF;
    webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

#search.active .content {
    display: block !important;
    display: none;
}

#search {
    text-align: left;
    z-index: 1;
    right: 140px;
    top: 15px;
    position: absolute;
}

#search .searchbox {
    position: relative;
    width: 100%;
}

#search input {
    margin: 0;
    padding: 4px 0 4px 8px;
    outline: none;
}

#search .button-search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

#search .btn-default {
    background-color: #f7f7f7;
}

#search .btn-default:hover {
    background-color: #f2f2f2;
}


/* Login */

.login {
    position: absolute;
    right: 100px;
    top: 15px;
    padding: 8px 0;
    font-size: 18px;
    z-index: 1;
}

.login .fa {
    padding: 0 12px;
}


/* -------------------------------------------------- */


/*	Welcome & Important Links
	/* -------------------------------------------------- */

#welcome {
    color: #999;
    margin: 12px 0 8px;
    line-height: 1.2em;
    font-size: 11px;
    font-family: sans-serif;
}

#links a {
    white-space: nowrap;
    border: 0;
    background: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#links a+a {
    margin-left: 6px;
    padding-left: 6px;
    border-left: 1px solid #DDD;
}


/* -------------------------------------------------- */


/*	Content
	/* -------------------------------------------------- */

#content-wrapper .main_image a {
    display: block;
}


/* -------------------------------------------------- */


/*	Main Navigation
	/* -------------------------------------------------- */

.navbar {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.navbar-collapse {
    border-bottom: 1px solid #ddd;
    max-height: none;
}

.navbar-toggle {
    float: left;
    background: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #777;
}

.navbar .nav>li>a {
    text-shadow: none;
    padding: 6px 8px 8px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #060f4b;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.navbar .nav>li:hover>a,
.navbar .nav>li>a:hover {
    color: #060f4b;
}

.nav li.dropdown:hover>ul.dropdown-menu {
    /* display: block; */
}

.navbar .dropdown-menu {
    margin-top: 0px;
    white-space: nowrap;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #ccc;
    text-align: left;
}

.dropdown-menu li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a {
    color: #060f4b;
    text-decoration: none;
}

.navbar .dropdown-menu>li.column-menu {
    display: table-cell;
    border-right: 1px solid #eee;
    vertical-align: top;
}

.navbar .dropdown-menu>li.column-menu:last-child {
    border-right: 0;
}

.navbar .dropdown-menu>li.column-menu ul {
    padding-left: 0;
}

.navbar .dropdown-menu>li.column-menu ul li {
    list-style: none;
}

.nav .dropdown-menu li {
    position: relative;
}

.nav li:hover>.thirdmenu {
    display: block;
    left: 100%;
    top: 0;
}

.dropdown-submenu i.icon-caret-right {
    float: right;
    margin: 4px -12px 0 0;
}


/* ---------------------------------------------------------------------- */


/*	Content
/* ---------------------------------------------------------------------- */


/*	Main container with shadows
	-------------------------------------------------- */

#content-wrapper .centralbox {
    border: 0;
    background: #FFF;
    margin-top: 0px;
}

.container .container-inner {
    padding: 0 10px 10px;
}

#thickbar {
    background: #333;
    height: 4px;
}


/*	Main content
	-------------------------------------------------- */

#maincontent {
    padding-top: 20px;
    padding-bottom: 20px;
}

#maincontent.home {
    padding: 0;
}

#maincontent .info-inner {
    padding: 40px 40px 20px;
}

#maincontent.maintenance {
    padding: 40px 0 0;
}

#maincontent.span12 {
    margin-left: 0;
}

.mainborder {
    position: relative;
}

.home .mainborder {
    padding-top: 0 !important;
}

.sideleft.col-sm-9 .mainborder {
    border-left: 1px solid #060E48;
    padding: 10px 5px 20px 10px;
}

.sideright.col-sm-9 .mainborder {
    border-right: 1px solid #DDD;
    padding: 10px 20px 20px 10px;
}

.col-sm-12 .mainborder {
    padding: 10px 15px 20px;
}

.middle.col-sm-6 .mainborder {
    border: 1px solid #DDD;
    border-width: 0 1px;
    padding: 20px 10px;
}

.mainborder .product-grid.row {
    margin-left: 0;
}

.mainborder .listing {
    padding: 20px 0;
}


/* -------------------------------------------------- */


/*	Elastislide (carousel)
	/* -------------------------------------------------- */

#carousel {
    margin-top: 16px;
}


/* -------------------------------------------------- */


/*	Breadcrumbs
	/* -------------------------------------------------- */

.breadcrumb {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: none;
    color: #060F4B;
    font-size: 16px;
    padding: 50px 25px;
    font-family: sans-serif;
    font-weight: 300;
    margin: 0 !important;
}

.breadcrumb a {
    color: #060F4B;
    padding: 1px 6px;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline !important;
}

.breadcrumb .divider {
    padding: 0;
}

.breadcrumb>li+li::before {
    content: "/\00a0";
    padding: 0 5px;
    color: #060F4B;
}


/* -------------------------------------------------- */


/*	Page Header
	/* -------------------------------------------------- */

.page-header {
    margin: 0 0 40px;
    border-bottom: 1px solid #ddd;
}

.page-title {
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
}

.page-title {
    margin-top: -15px;
}


/* -------------------------------------------------- */


/*	Products Category Views
/* -------------------------------------------------- */


/* Quick View */

.quickview {
    visibility: hidden;
    text-align: center;
    position: absolute;
    top: 70px;
    width: 90%;
    z-index: 999;
}

.sidebar .quickview {
    display: none !important;
}

.quickview .btn {
    text-transform: uppercase;
    font-size: 11px;
}

.quickview .btn i {
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}

.product-list .quickview {
    background: #f6f6f6;
    padding: 6px 0;
    width: 100%;
    position: relative;
    top: 0;
}

a.more-details {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    margin-bottom: -30px;
    color: #666;
    display: block;
}

#quickViewContent .page-header {
    text-align: center;
    margin-bottom: 50px;
}

.quickview-box .page-header h1 {
    font-size: 2.4em;
}


/* Colorbox */

#cboxContent {
    border: 6px solid #f2f2f2;
    webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

.quickview-box #cboxLoadedContent {
    border: 1px solid #ccc;
    margin: 0 !important;
    padding: 10px 20px;
    width: auto !important;
}

#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    display: none !important;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    bottom: 10px !important;
}

#cboxClose {
    top: 10px;
    right: 10px !important;
    bottom: auto;
}


/*	Products filter
	-------------------------------------------------- */

.product-toolbar {
    padding: 8px 5px;
    margin-bottom: 20px;
    font-size: 11px;
    font-family: sans-serif;
}


/*	Buttons for Grid/List view
		-------------------------------------------------- */

.product-toolbar .display {
    margin-right: 15px;
    float: left;
}

.product-toolbar .btn {
    line-height: 16px;
    font-size: 14px;
}

.product-toolbar .display .btn.active {
    opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
}

.product-toolbar .display [class^="icon-"],
.product-toolbar .display [class*=" icon-"] {
    margin-top: 0;
}


/*	Filter options
		-------------------------------------------------- */

.product-toolbar .list-options {
    text-align: right;
}

.product-toolbar .sort,
.product-toolbar .limit {
    display: inline-block;
    color: #060F4B;
}

.product-toolbar .btn-group {
    display: inline-block;
}

.product-toolbar .sort .btn,
.product-toolbar .limit .btn {
    font-size: 11px;
    font-weight: normal;
}

.product-toolbar .dropdown-menu {
    text-align: left;
}


/* -------------------------------------------------- */


/*	Compare products
		/* -------------------------------------------------- */

.product-compare {
    float: left;
}

.product-compare a {
    text-decoration: none;
    color: #D95B44 !important;
    line-height: 14px;
    line-height: 2em;
    padding: 1px 6px;
}

.product-compare a:hover {
    text-shadow: 0 1px 0 #FFF;
    background: #ffefe7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


/* -------------------------------------------------- */


/*	List view
	/* -------------------------------------------------- */

.product-list>div {
    margin-bottom: 8px;
    overflow: hidden;
}

.product-list>div+div {
    border-top: 1px solid #EEEEEE;
    padding-top: 8px;
}

.product-list .image img {
    width: 99%;
    //max-width:140px !important; 
    padding-left: 10px;
}

.product-list .name {
    margin-bottom: 5px;
}

.product-list .name a {
    font-weight: bold;
    text-decoration: none;
}

.product-list .description {
    margin-bottom: 5px;
    color: #4D4D4D;
    line-height: 1.3em;
}

.product-list .rating {
    color: #7B7B7B;
}

.product-list .price {
    font-weight: bold;
    text-align: right;
    color: #333;
}

.product-list .price-old {
    color: #F00;
    text-decoration: line-through;
    font-weight: normal;
}

.product-list .price-new {
    font-weight: bold;
    color: #333;
}

.product-list .price-tax {
    font-size: 11px;
    font-family: sans-serif;
    font-weight: normal;
    color: #999;
}

.product-list .cart {
    margin-bottom: 3px;
    text-align: right;
}


/*	Add to Wishlist/Comparison (List and Grid views)
	-------------------------------------------------- */

.compare a,
.wishlist a,
.remove a {
    padding: 1px 8px;
}

.compare a:hover,
.wishlist a:hover,
.remove a:hover {
    color: #444;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFF;
    background-color: #EEE;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.compare a,
.wishlist a,
.remove a {
    font-size: 11px;
}

.compare a i,
.wishlist a i,
.remove a i {
    font-size: 8px;
}

.product-list .wishlist,
.product-list .compare {
    text-align: right;
}


/*	Grid view
	-------------------------------------------------- */

#column-right .grid-box,
#column-left .grid-box {
    display: block;
    float: none;
    width: auto;
}

#maincontent.col-sm-6 .cols-3 .grid-box,
#maincontent.col-sm-9 .cols-3 .grid-box {
    width: 33.3%;
}

#maincontent.col-sm-12 .grid-box,
#maincontent.col-sm-9 .cols-4 .grid-box,
.content-bottom .grid-box,
.content-top .grid-box {
    width: 24.9%;
}

#maincontent.col-sm-12 .cols-4 .grid-box,
.content-bottom .cols-4 .grid-box,
.content-top .cols-4 .grid-box,
.tabbed-products .grid-box {
    width: 19.9%;
}

.product-listing,
.box-content {
    overflow: hidden;
}

.product-grid,
.product-box {
    margin-left: -1px;
}

.grid-box {
    text-align: center;
    float: left;
}

.grid-box .inner {
    padding: 10px;
    text-align: center;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.product-grid .grid-box .cart {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 3px;
}

.product-grid .grid-box .btn-cart {
    margin-top: 4px;
}

.product-grid .grid-box:hover .btn-cart {
    margin-left: 0;
}

.grid-box .image img {
    width: 100%;
    margin-bottom: 10px;
}

.grid-box .name a {
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.grid-box .description {
    display: none;
}

.grid-box .rating {
    display: block;
    margin-bottom: 4px;
}

.grid-box .rating img,
.product-list .rating img {
    display: inline;
}

.grid-box .price-tax {
    margin-left: 5px;
    font-weight: 400;
    font-size: 0.8em;
}

.grid-box .name,
.grid-box .rating,
.grid-box .price,
.grid-box .cart,
.grid-box .wishlist,
.grid-box .compare {
    z-index: 9;
    position: relative;
}

.grid-box .name a {
    color: #000;
}


/* SALE bubble */

.onsale {
    min-height: 18px;
    min-width: 100px;
    padding: 5px 5px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 18px;
    text-shadow: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 5;
    top: 0;
    left: -28px;
    top: 8px;
    background: #E54046;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    /*box-shadow: 0px 1px 1px 1px #b1b1b1;*/
}


/* NEW bubble */

.onnew {
    min-height: 12px;
    min-width: 69px;
    padding: 5px 5px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 18px;
    text-shadow: none;
    color: #001653;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 5;
    right: 0px;
    top: 34px;
    background: #FFCA08;
}


/* LAST bubble */

.onlast {
    min-height: 18px;
    min-width: 100px;
    padding: 5px 5px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 18px;
    text-shadow: none;
    color: #001653;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 5;
    right: -26px;
    top: 6px;
    background: #74D0F5;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(45deg);
    /*box-shadow: 0px 1px 1px 1px #b1b1b1;*/
}


/* LAST bubble */

.onpreorder {
    min-height: 18px;
    min-width: 150px;
    padding: 5px 5px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 18px;
    text-shadow: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 5;
    top: 27px;
    left: -35px;
    background: #dc4343;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    /*box-shadow: 0px 1px 1px 1px #b1b1b1;*/
}

.product-info .onsale {
    top: 7px;
    left: -30px;
}

.wide .image {
    overflow: hidden;
    position: relative;
    margin-bottom: 1em;
}

.wide .image .onsale {
    top: 7px !important;
    left: -15px;
}

.wide .image .onpreorder {
    top: 25px;
    left: -20px;
}

.wide .image .onlast,
.wide .image .onnew {
    top: 7px;
    right: -30px;
}

@media screen and (max-width: 768px) {
    .wide .image .onlast,
    .wide .image .onnew {
        top: 7px;
        right: -17px;
    }
}


/* -------------------------------------------------- */


/*	Single Product
	/* -------------------------------------------------- */


/* Icons
	-----------------------------------------*/

a .icon-remove-sign {
    color: #999;
}

a:hover .icon-remove-sign {
    color: #ff4a4a;
    text-decoration: none;
}

a .fa fa-heart,
a .fa fa-plus {
    color: #999;
}

a:hover .fa fa-heart,
a:hover .fa fa-plus {
    color: #ff4a4a;
}


/*	Images
		-------------------------------------------------- */

.product-info .image {
    padding: 10px;
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.product-info .image #wrap {
    z-index: 888 !important;
}


/* fix to keep dropdown menu on the front */

.product-info .image a:focus {
    outline: none !important;
}

.product-info .image img {
    max-width: 99%;
}

.product-info .image-additional {
    text-align: center;
}

#zoom-image {
    text-align: right;
    display: block;
    margin: 10px 0 0;
    font-size: 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #333;
}

.icon-zoomin {
    height: 14px;
    width: 14px;
    background: transparent url(../img/sprite.png) -42px 0px no-repeat;
}

.product-info .description {
    padding: 0px;
    margin-bottom: 0px;
    line-height: 20px;
}

.product-info .description span {
    font-weight: bold;
}

.product-info .description a {
    text-decoration: none;
}

.product-info .price {
    padding-bottom: 10px;
    margin: 0;
    font-size: 25px;
    /*font-weight: bold;*/
    /*color: #333333;*/
}

.product-info .price-old {
    color: #F00;
    text-decoration: line-through;
    font-weight: normal;
}

.product-info .price-normal,
.product-info .price-new {
    font-size: 22px;
}

.product-info .price-tax,
.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    font-family: sans-serif;
}

.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
    margin-top: 12px;
}

.product-info .price .discount span {
    font-weight: bold;
}

.product-info .options {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    color: #000000;
}

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}

.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}

.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #CCC;
    cursor: pointer;
}

.product-info div.cart {
    color: #4D4D4D;
    margin: 8px 0;
    overflow: hidden;
}

.product-info .cart .quantity,
.product-info .cart .quantity input {
    font-size: 16px;
}

.product-info .cart .text_or {
    margin: 12px 8px;
    vertical-align: middle;
    float: left;
    color: #bbb;
}

.product-info .more-actions {
    margin: 8px 0;
}

.product-info .more-actions span {
    display: inline-block;
    margin-right: 6px;
}

.product-info .minimum {
    color: #BBB;
    font-size: 11px;
    padding-top: 8px;
    display: block;
}

.qty-minus,
.qty-plus {
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    display: inline;
    padding: 8px 4px;
    color: #999;
}

.qty-minus:hover,
.qty-plus:hover {
    color: #f00000;
}

.product-info .cart .input-qty {
    display: inline-block;
    padding: 6px 0;
}

.product-info .qty-input-div {
    display: inline;
    padding: 8px 0;
}

.product-info .cart input[type="text"] {
    font-size: 16px;
    margin: 5px 0 5px 0;
    width: 45px;
    display: inline-block;
}


/*	Tags
	-------------------------------------------------- */

.product-info .tags {
    padding: 8px;
    border-top: 1px solid #EEE;
    font-size: 11px;
}

.product-info .tags a {
    font-family: sans-serif;
    text-decoration: none;
    font-size: 11px;
    text-shadow: 0 1px 0 #FFF;
    padding: 0px 5px 1px 13px;
    line-height: 19px;
    white-space: nowrap;
    background: url(../img/tag.png) no-repeat center left;
}

.product-info .share {
    line-height: normal;
    border-top: 1px solid #e7e7e7;
    padding: 8px 0;
    overflow: hidden;
}

.product-info .share a {
    text-decoration: none;
}


/*	Review buttons
	-------------------------------------------------- */

.product-info .review {
    padding: 12px 0;
    border-top: 1px solid #E7E7E7;
}

.product-info .view-revs {
    margin: 0 8px;
    cursor: pointer;
}

.icon-review {
    height: 14px;
    width: 14px;
    background: transparent url(../img/sprite.png) -58px 1px no-repeat;
}

.icon-review {
    background-position: -58px -18px;
}

#add-review-link {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    white-space: nowrap;
}


/*	Prev/Next buttons
	-------------------------------------------------- */

.prevnext .pager {
    text-align: right;
    margin-top: 0;
}

.prevnext .pager a {
    font-size: 10px;
    padding: 3px 9px;
    text-transform: uppercase;
}


/* -------------------------------------------------- */


/*	Tabs (full info and tabbed products module)
	/* -------------------------------------------------- */

.nav-tabs>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #777;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover {
    font-weight: bold;
    color: #333;
}

#full_info {
    padding-top: 30px;
}


/* -------------------------------------------------- */


/*	Reviews
	/* -------------------------------------------------- */

#review .content {
    margin-bottom: 10px;
}

.review_date {
    font-size: 11px;
    font-family: sans-serif;
    color: #999;
}


/* -------------------------------------------------- */


/*	Related products and sidebar products
	/* -------------------------------------------------- */

.grid-box {
    margin-bottom: 25px;
    text-align: center;
}

.grid-box .image {
    margin-bottom: 0px;
    overflow: hidden;
}

.grid-box img {
    display: inline;
}

.grid-box .price,
.grid-box .rating,
.grid-box .name a {
    display: block;
    margin-bottom: 4px;
}

.grid-box .price {
    font-weight: bold;
    color: #333;
}

.grid-box .price-old {
    color: #F00;
    text-decoration: line-through;
    font-weight: normal;
}

.grid-box .price-new {
    font-weight: bold;
}


/* -------------------------------------------------- */


/*	Shopping Cart
	/* -------------------------------------------------- */

.cart-inner {
    padding: 0 33px;
}

#cart-info {
    margin-bottom: 12px;
}

#cart-info th {
    font-weight: normal;
    border: 0;
}

#cart-info td {
    border-top: 0;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    /* SG Ez szerintem nem kell. */
    /* background: #FFF !important; */
}

#cart-info .input-qty {
    width: 30px;
    text-align: right;
}

#cart-info .image {
    text-align: center;
}

#cart-info .price,
#cart-info .total {
    text-align: right;
}

#cart-info .quantity {
    white-space: nowrap;
}

#cart-info .name a {
    color: #333;
    font-weight: bold;
}

small {
    color: #999;
    font-size: 11px;
}

#cart-info .update-cart {
    width: 16px;
    height: 16px;
    display: inline;
}


/* -------------------------------------------------- */


/*	Cart Total
		/* -------------------------------------------------- */

#total-cart {
    margin-bottom: 10px;
}

#total-cart .inner {
    padding: 12px;
    background: #f9f9f9;
    overflow: hidden;
}

#total-cart table {
    margin: 0 20px 0 0;
    float: right;
    margin-bottom: 12px;
}

#total-cart td {
    padding: 6px;
    text-align: right;
    border-bottom: 1px solid #eee;
}

#total-cart td.total.last {
    font-size: 16px;
    font-weight: bold;
}

#total-cart #continue-shopping {
    margin-top: 6px;
}


/* -------------------------------------------------- */


/*	Checkout
	/* -------------------------------------------------- */

#checkout .panel-default {
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#checkout .panel {
    margin-bottom: 8px;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

#checkout .panel-default+.panel-default {
    border-top: 1px solid #ddd;
}

#checkout .panel-heading {
    background: transparent;
    border: 0;
}

#checkout .panel-heading a {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 18px;
    display: block;
    color: #444;
}

#checkout .panel-heading span {
    font-weight: normal;
    color: #777;
}

.checkout-content {
    padding: 16px 8%;
}

.checkout-content .method-type {
    border-top: 1px dotted #eee;
    padding-top: 6px;
    margin-top: 6px;
}

.checkout-content .method-type:first-child {
    border: 0;
}

.checkout-content .method-type p {
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #777;
}

.checkout-content .method-type label {
    margin-left: 10px;
}

.checkout-content .form-actions {
    clear: both;
}

.checkout-confirm .quantity {
    text-align: center;
}

.checkout-confirm .price,
.checkout-confirm .total {
    text-align: right;
}


/* -------------------------------------------------- */


/*	Confirm Order
		/* -------------------------------------------------- */

#confirm-table tbody .quantity,
#confirm-table tbody .prince,
#confirm-table tbody .total,
#confirm-table tfoot td {
    text-align: right;
}

#confirm-table tfoot td {
    border: 0;
}

.order-info thead th {
    background-color: #F6F6F6;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}


/* ---------------------------------------------------------------------- */


/*	Home
/* ---------------------------------------------------------------------- */


/* -------------------------------------------------- */


/*	Slider
	/* -------------------------------------------------- */

.flexslider {
    margin: 0;
    padding: 0 20px;
    border: 0px;
    clear: both;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    margin-top: 120px;
}

.flex-caption {
    text-align: center;
    position: relative;
    background: #000;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    background: rgba(0, 0, 0, .03);
    padding: 0.7em;
    width: auto;
    font-size: 1.32em;
    color: #333;
    text-shadow: none;
    /* comment the following if you want to show captions */
    display: none;
}

.flex-caption a {
    text-shadow: none;
}

.flex-control-nav {
    position: absolute;
    bottom: 0px;
    text-align: center;
    height: 22px;
    z-index: 99;
    left: 5px;
    /* uncomment if you want to move the control dots to the right of captions */
    /* bottom: 8px; 
				right: 12px; 
				display: block; 
				width: auto;  */
}

#featured-slideshow .flex-control-nav {
    bottom: 8px;
    right: 12px;
    display: block;
    width: auto;
}

.flex-control-paging li a {
    background: #060f4b;
    width: 9px;
    height: 9px;
    box-shadow: none;
}

.flex-control-paging li a.flex-active {
    background: #BCD02E;
    width: 9px;
    height: 9px;
    border: 0;
}

.flex-control-paging li a:hover {
    background: #BCD02E;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    background-position-y: -29px;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav li a.next:hover,
.flex-direction-nav li a.prev:hover {
    background-position-y: -51px;
}


/* Products carousel */

.product-slider ul.slides {
    margin-left: 0px;
}

.product-slider ul li .inner {
    padding: 20px 10px;
    text-align: center;
    position: relative;
    border-left: 1px solid transparent;
    overflow: visible;
}

.product-slider ul li:first-child .inner {
    border: 0;
}

.product-slider ul li .inner .onsale {
    z-index: 9999;
}

.product-slider ul li .rating img {
    width: auto;
    display: inline;
}

.product-slider ul li a img,
.product-slider ul li .cart {
    display: inline-block;
}

.product-slider .slides img {
    display: inline;
    width: auto;
    max-width: 100%;
    border-radius: 0px !important;
}

.product-slider ul li .cart {
    overflow: hidden;
    margin-top: 4px;
}

.sidebar .product-slider ul.slides {
    margin-left: 10px !important;
}

.product-slider .flex-control-nav {
    position: relative;
    bottom: 0;
    margin-bottom: 25px;
}

.tab-content {
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
    overflow: hidden;
}


/*Fix to remove righ/left padding*/

.slides {
    margin: 0 -10px;
}

.banner-carousel {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}


/*Fix to remove righ/left padding*/

#maincontent.span12 .slideshow,
#content-wrapper .slideshow {
    margin: 0 -10px;
    overflow: hidden;
    position: relative;
}


/*	Cloud zoom
	-------------------------------------------------- */


/* This is the moving lens square underneath the mouse pointer. */

.cloud-zoom-lens {
    counter-reset: border: 4px solid #888;
    margin: -4px;
    /* Set this to minus the border thickness. */
    background-color: #fff;
    cursor: move;
}


/* This is for the title text. */

.cloud-zoom-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}


/* This is the zoom window. */

.cloud-zoom-big {
    border: 4px solid #ccc;
    overflow: hidden;
}


/* This is the loading message. */

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}


/* UItoTop (http://www.mattvarone.com/web-design/uitotop-jquery-plugin/)
	-------------------------------------------------- */

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: -999px;
    background: url("../images/pr_ui.totop.png") no-repeat left top;
}

#toTopHover {
    background: url("../images/pr_ui.totop.png") no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}


/* ---------------------------------------------------------------------- */


/*	Sidebar
/* ---------------------------------------------------------------------- */

.sidebar {
    margin-top: 20px;
}

.sidebar.close {
    display: none !important;
    visibility: hidden !important;
    width: 0;
    height: 0;
}

#toggle_sidebar {
    display: block;
    position: absolute;
    z-index: 999;
    top: 12px;
    cursor: pointer;
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    height: 16px;
    width: 16px;
    background: #FFF url(../img/sprite.png) 6px 3px no-repeat;
    border: 1px solid #ddd;
}

.sideleft #toggle_sidebar {
    left: -16px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0px;
    background: #FFF url(../img/sprite.png) 4px 3px no-repeat;
    border-width: 1px 0 1px 1px;
}

.sideright #toggle_sidebar {
    right: -16px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0px;
    background: #FFF url(../img/sprite.png) 5px -15px no-repeat;
    border-width: 1px 1px 1px 0;
}

.middle #toggle_sidebar {
    background-position: -95px -29px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    left: 6px;
    top: 0;
    width: 20px;
    border-width: 1px;
}

#toggle_sidebar:hover {
    background-color: #eee;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

#toggle_sidebar.collapse {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.sideleft #toggle_sidebar.collapse {
    left: -1px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-position: 5px -15px;
    border-width: 1px 1px 1px 0;
    width: 16px;
}

.sideright #toggle_sidebar.collapse {
    top: 40px;
    right: -1px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-position: 4px 3px;
    border-width: 1px 1px 1px 0;
    width: 16px;
}

.col-sm-12 #toggle_sidebar.collapse {
    border-width: 1px;
}


/*	Category boxes
	-------------------------------------------------- */

.box-category {
    margin-top: -5px;
}

.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-category>ul>li {
    display: block;
    position: relative;
}

.box-category>ul>li:first-child {
    border-top: 0;
}

.box-category .expand {
    top: 6px;
    right: 0;
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding: 2p;
    background: transparent url(../img/sprite.png) -39px -15px no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.box-category .expand:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.box-category ul li a {
    padding: 5px 0px;
    display: block;
}

.box-category ul li.double a {
    display: inline-block;
    margin: 0;
}

.box-category ul li {
    position: relative;
}

.box-category>ul>li a.active+.expand {
    background-position: -39px -32px;
}

.box-category>ul>li>a {
    color: #060F4B;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 16px;
}

.box-category>ul>li ul {
    display: none;
    padding-left: 10px;
}

.box-category>ul>li a.active {
    font-weight: bold;
}

.box-category>ul>li a.active+ul {
    display: block;
}

.box-category a:hover {
    background: #f9f9f9;
    text-decoration: none;
}

.box-category>ul>li ul li {
    border-top: 1px dashed #eee;
}

.box-category>ul>li ul li a {
    margin-right: 16px;
}

.box-category>ul>li ul>li>a {
    text-decoration: none;
}


/*	Category info
	-------------------------------------------------- */

.category-info {
    margin-bottom: 20px;
    color: #777;
    overflow: hidden;
}

.category-info .image {
    float: left;
    margin: 0 15px 10px 0;
}

.category-details .contentset {
    border-top-style: dotted;
}

.category-list {
    overflow: hidden;
    list-style: none;
    margin: 0 0 20px;
}

.subcat_thumb {
    float: left;
    margin-right: 2px;
    font-size: 11px;
    text-align: center;
}

.subcat_thumb a {
    color: #777;
    border: 1px solid #fff;
    display: block;
    padding: 3px;
    width: 66px;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
    white-space: nowrap;
}

.subcat_thumb a:hover {
    border-color: #ddd;
    text-decoration: none;
}

.subcat_thumb a img {
    display: block;
    margin: 3px 3px 0;
}

.subcat_thumb a span {
    display: block;
}

.subcat {
    float: left;
    font-size: 11px;
}

.subcat a {
    padding: 2px 8px;
    text-shadow: 0 1px 0 white;
    text-decoration: none;
}

.subcat a:hover {
    background: #EEE;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.category-list ul {
    float: left;
    margin: 0;
    list-style: none;
}


/* ---------------------------------------------------------------------- */


/*	Footer
/* ---------------------------------------------------------------------- */

#footer h3 {
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.4em;
}

#footer ul {
    list-style: none;
    padding: 0;
}

#footer a {
    text-decoration: none;
    font-size: 11px;
}

#footer a:hover {
    text-decoration: underline;
}

#footer-end {
    border-top: 1px solid #CCC;
    margin-top: 12px;
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
}

#footer .contact {
    font-size: 0.86em;
    line-height: 14px;
    text-align: right;
}

#footer .contact span {
    text-transform: uppercase;
}

#footer .contact img {
    margin: 0 0 0 1px;
    display: inline;
    vertical-align: bottom;
}

#footer .contact a,
#footer .contact a:hover {
    text-decoration: none;
}

#footer .social {
    margin-bottom: 8px;
}

#footer .social a {
    font-size: 18px;
    color: #777;
    display: inline-block;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}

#footer .social a:hover {
    background: #777;
    color: #fff;
    text-decoration: none;
}

#footer .social .fa-facebook:hover {
    background: #3a589d;
}

#footer .social .fa-twitter:hover {
    background: #2478ba;
}

#footer .social .fa-google-plus:hover {
    background: #dd4e31;
}

#footer .social .fa-pinterest:hover {
    background: #cb2320;
}

#footer .social .fa-vimeo-square:hover {
    background: #324251;
}

#footer .social .fa-youtube:hover {
    background: #e12b27;
}

#footer .social .fa-flickr:hover {
    background: #ff0084;
}

#footer .social .fa-skype:hover {
    background: #01aef2;
}

#footer .social .fa-behance:hover {
    background: #1478ff;
}

#footer .social .fa-dribbble:hover {
    background: #e24d87;
}

#footer .social .fa-tumblr:hover {
    background: #2c4762;
}

#footer .social .fa-linkedin:hover {
    background: #007bb6;
}

#footer .social .fa-instagram:hover {
    background: #007bb6;
}

#footer .social .fa-dropbox:hover {
    background: #0075d5;
}

#footer .social .fa-rss:hover {
    background: #fe9900;
}

#footer .social .fa-paypal:hover {
    background: #003365;
}

#footer .contact .info {
    font-size: 11px;
    color: #777;
    line-height: 14px;
}

#powered {
    margin-top: 5px;
    text-align: right;
    clear: both;
}

.col-sm-4.map,
.col-sm-4.map .googleMapCanvas {
    height: 150px;
}

.bottom-underline {
    margin-top: 0 !important;
}

.bottom-underline .nav-path-selected a {
    border-bottom: 2px #bcd02e solid;
}

.main_page_h3 {
    color: #060f4b;
    text-align: center;
    font-weight: 900;
    margin-top: 80px;
    text-transform: uppercase;
    font-size: 24px;
}

.worth_text {
    text-align: center;
    color: #060f4b;
    font-size: 21px;
    margin-top: 30px;
    font-weight: 900;
    margin-bottom: 50px;
}

.wave {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.worth_img_wrapper {
    margin-top: -50px;
    padding: 30px;
}

@media (max-width:767px) {
    .worth_img_wrapper {
        margin-top: 50px;
        padding: 15px !important;
    }
    .worth_text {
        font-size: 11px;
    }
    .sb-slidebar .dropdown-menu {
        display: none;
    }
    .sb-slidebar .dropdown-menu.show {
        display: block;
        position: relative;
        background-color: inherit;
    }
    .sb-slidebar a .caret {
        margin-left: 10px;
    }
    .sb-slidebar a.toggled .caret {
        transform: rotate(180deg);
    }
    .sb-slidebar .navbar-nav .show li a {
        color: #fff !important;
    }
}

.pr_comments {
    background-image: url(../images/comments_bg.jpg);
    height: 750px;
    position: relative;
}

.comment_header {
    margin-top: 70px;
}

.comment_image {
    margin-top: 100px;
}

.comment_text {
    text-align: center;
    margin-top: 60px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding-right: 15px;
    padding-left: 15px;
}

body {
    color: #060f4b;
}

.inner>div,
.inner>div>a,
.inner>div>span {
    color: #060F4B;
    font-weight: 700;
}

.text-center {
    font-weight: 700;
}

.delivery_image_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.delivery_image_wrapper>img {
    height: 110px;
    width: auto;
}

.delivery_text {
    padding-left: 0;
    margin: 0px !important;
    font-size: 16px;
    font-weight: 700;
    color: #060f4b;
    text-align: center;
}

.delivery_text_wrapper {
    margin-top: 60px;
}

.delivery {
    background: #f5f5f5;
    padding-bottom: 90px;
    width: 100%;
    padding-top: 40px;
}

.delivery_content {
    margin-top: 150px;
}

.main_slider_p {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 300;
}

.main_slider_btn {
    height: 40px;
    background: #bcd02e;
    border-radius: 20px;
    color: #101d61;
    padding: 9px 45px;
    text-shadow: none;
    font-weight: 800;
}

.main_slider_btn:hover {
    color: #fff;
}

.smiley_wrapper {
    height: 110px;
    width: auto;
    padding-right: 0;
    padding-top: 70px;
}

@media (max-width: 767px) {
    .worth_img_wrapper {
        padding-left: 10%;
        padding-right: 10%;
    }
    .main_page_h3 {
        font-size: 15px;
    }
}

.cat_thumbnails {
    width: 12.5%;
    float: left;
}

.contentset {}

.pr_btn,
#regSubmit {
    height: 40px;
    border-radius: 20px;
    background: #bcd02e;
    color: #060F4B !important;
    font-size: 14px;
    padding: 8px 30px;
    border: 1px solid transparent;
}

.pr_btn:hover,
#regSubmit:hover {
    color: #fff !important;
}

#activationForm .btn {
    height: 40px;
    border-radius: 20px;
    background: #bcd02e;
    color: #060F4B !important;
    font-size: 14px;
    padding: 8px 30px;
    border: 1px solid #bcd02e;
}

#activationForm .btn:hover {
    color: #fff !important;
}

.pr_btn_white {
    height: 40px;
    border-radius: 20px;
    background: #fff;
    color: #060F4B !important;
    font-size: 14px;
    padding: 8px 30px;
    border: 1px solid #060F4B;
}

.pr_btn_white:hover {
    ;
    background: #060F4B;
    color: #fff !important;
    font-size: 14px;
    padding: 8px 30px;
    border: 1px solid #060F4B;
}

.captcha #ssKepcsa .kepcsaNap {
    color: #060F4B;
    background: #fff;
    border: 1px solid #060F4B;
}

.captcha #ssKepcsa .kepcsaNap:hover {
    color: #fff;
    background: #060F4B;
}

.bg-warning {
    background: #060F4B;
}

.text-warning {
    color: #fff;
}

h1 {
    color: #060F4B;
    margin-left: 8px;
}

#checkout {
    margin-top: 0 !important;
}

#emptyCart {
    margin-right: 10px;
}

#emptyCart {
    margin-right: 10px;
    margin-left: 10px;
}

.categories.block {
    border: transparent !important;
}

.worth_wrapper {
    position: relative;
    padding: 0 25px;
}

.worth_wave {
    position: absolute;
    left: 50%;
    top: 140px;
    margin-left: -60px;
}

.slide_wave {
    position: absolute;
    left: 50%;
    top: 98px;
    margin-left: -60px;
}

.hide-bullets {
    list-style: none;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}

@media (min-width: 768px) {
    .thumbWrapper {
        display: block;
        width: 12.5%;
        float: left;
    }
}

@media (max-width: 767px) {
    .thumbWrapper {
        display: block;
        width: 25%;
        float: left;
    }
}

.thumbWrapper .thumbnail {
    border: none !important;
    margin: 0;
    padding: 0;
}

.thumbnail>img {
    width: 100%;
}

.new-caption-area {
    text-align: justify;
}

.cControl {
    text-align: center;
}

.glyphicon-chevron-right,
.glyphicon-chevron-left {
    font-size: 25px;
    color: #000;
}

.cControl>a:hover {
    text-decoration: none;
}

.quote_sign {
    width: 35px !important;
}

#page-lists-slider .glyphicon-chevron-right {
    font-weight: 100;
    border-radius: 15px;
    background: #060f4b;
    color: #fff !important;
}

#page-lists-slider .glyphicon-menu-left {
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    background: #060f4b;
    border-radius: 15px;
    padding: 5px;
}

#page-lists-slider .glyphicon-menu-right {
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
    background: #060f4b;
    border-radius: 15px;
    padding: 5px;
}

.kepcsaNapSelected {
    background: #060F4B !important;
    color: #fff !important;
}

#viewSelector .btn {
    border: none;
    color: #101d61;
    font-size: 22px;
}

#viewSelector .btn:hover,
#viewSelector .active {
    background: #fff !important;
    color: #87d2f5 !important;
    box-shadow: none !important;
}

#sortgroup .btn {
    height: 30px;
    border: 1px solid #060F4B;
    border-radius: 0px;
    color: #060F4B;
}

#sortgroup .btn:hover {
    color: #fff;
}

.sort>span {
    color: #060F4B;
}

.page-selectors>a {
    height: 30px;
    border-radius: 0px;
    border: 1px solid #060F4B;
    color: #060F4B;
    padding-top: 5px;
}

.page-selectors a:hover,
.page-selectors a:focus,
.page-selectors a:actice {
    height: 30px;
    border-radius: 0px;
    border: 1px solid #060F4B !important;
    color: #fff !important;
    padding-top: 5px !important;
    background-color: #060F4B !important;
}

.page-selectors .active {
    height: 30px;
    border-radius: 0px;
    border: 1px solid #060F4B;
    color: #fff;
    padding-top: 5px;
    background: #060F4B !important;
}

.cat_wave {
    margin-top: 20px;
    margin-left: 0px;
}

#column-left-content a {
    font-size: 15px !important;
}

#propertyFilter .inner {
    padding-left: 8px;
}

#propertyFilter .inner>span {
    width: 100%;
    text-align: left;
}

#propertyFilter .inner>span .caret {
    text-align: right;
}

#propertyFilter .cat_wave {
    display: block !important;
    padding-left: 8px;
    margin-top: -5px;
    margin-bottom: 13px;
}

#limitgroup .dropdown-menu {
    width: 100px;
    left: -50px;
    min-width: 100px;
    text-align: center;
}

#sliderPrices {
    height: 4px;
}

.ui-slider-handle {
    top: -9px !important;
}

#resetFilters {
    color: #060F4B;
    border: 1px solid #060F4B;
    height: 38px;
    border-radius: 19px;
}

#resetFilters:hover,
#resetFilters:focus,
#resetFilters:active {
    color: #fff;
    border: 1px solid #060F4B;
    height: 38px;
    border-radius: 19px;
}

#priceRange {
    margin-top: 5px;
}

.miniSurveyView input {
    width: 100% !important;
    height: 35px;
    border: 1px solid #060F4B;
}

.miniSurveyView textarea {
    width: 100% !important;
    height: 150px;
    border: 1px solid #060F4B;
}

.miniSurveyView input[type="submit"] {
    height: 36px;
    border: 1px solid #BCD02E;
    background: #BCD02E;
    width: 100px !important;
    border-radius: 18px;
    margin: 40px auto;
    display: block;
    font-weight: bold;
}

.miniSurveyView input[type="submit"]:hover {
    color: #fff;
}

#column-right {
    border-left: 1px solid #060F4B;
}

.searchbox input {
    height: 34px;
}

.searchbox span>button {
    border: 1px solid #060F4B;
}

.btn-inverse {
    background: #060F4B;
}

.checkout .btn-inverse:hover {
    background: #fff;
    color: #060F4B !important;
}

#cart .color-box {
    width: 13px;
    height: 13px;
    margin-bottom: -2.5px !important;
}

#cart thead>tr {
    text-align: center;
}

td.model,
td.quantity {
    text-align: center;
}

.forgotten {
    height: 36px;
    border-radius: 18px;
    border: 1px solid #060F4B;
}

#button-login,
#button-account {
    height: 36px;
    border-radius: 18px;
    background: #BCD02E;
    color: #060F4B;
    border: #BCD02E;
    margin-right: 10px;
}

#button-account:hover,
#button-login:hover {
    color: #fff;
}

#button-account>span {
    vertical-align: middle;
}

.register ul {
    margin-left: 25px;
}

.carausel-caption {
    display: block !important;
}

.main-carousel-caption {
    text-align: center;
    color: #fff;
    font-size: 55px;
    padding-top: 3%;
}

.main-carousel-caption h3 {
    font-size: 55px !important;
    font-weight: 300;
    margin-top: 20px;
}

.main-carousel-caption .img-centered {
    width: 100px;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #060F4A;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"]+label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"]+label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #5cb85c;
}

.navbar-nav {
    float: right;
    margin: 0;
}

#propertyFilter .property .propValue .checkbox {
    margin-left: 20px;
}

.color-box,
.color-name>.color {
    height: 1.25em;
    width: 1.25em;
    display: inline-block;
    border: 1px solid rgba(111, 111, 111, 0.3);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #fff;
    background-color: #060F4B;
    border-color: #060F4B;
}

#loginForm .form-group input {
    height: 45px;
    border: 1px solid #060F4B;
    border-radius: 0px;
}

legend {
    color: #060F4B;
}

.form-control {
    border: 1px solid #060F4B;
    border-radius: 0px;
    height: 45px;
}

#registerForm .control-label {
    padding-top: 13px;
}

.carausel-caption img {
    width: 100px;
    height: 100px;
}

.flexRow {
    height: auto;
    display: flex;
    flex-flow: row column;
}

.flexRow div {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1 1 100%;
}

.sliderLeftText {
    position: relative;
    background: #f5f5f5;
}

.cControl {
    position: absolute;
    bottom: 80px;
    text-align: center;
}

.pr_next_prev {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.balra,
.balra:hover,
.balra:active,
.balra:focus {
    color: #e13434;
}

.jobbra,
.jobbra:hover,
.jobbra:active,
.jobbra:focus {
    color: #fdca00;
}

.cControl .glyphicon-menu-left,
.cControl .glyphicon-menu-right {
    color: #060F4B;
}

.cControl #per {
    font-size: 22px;
}

#rank {
    font-size: 30px;
}

.pr-new-caption-area>img {
    padding-top: 25%;
}

@media (max-width: 1400px) {
    .pr-new-caption-area>img {
        padding-top: 20%;
    }
    .pr-new-caption-area h3 {
        margin-top: 30px !important;
    }
}

.sliderLeftText h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.sliderLeftText div {
    padding: 0 25% 0 10%;
}

.pr-new-caption-area p {
    text-align: justify;
}

.sb-slidebar .navbar-nav {
    float: left;
}

.sb-slidebar .nav.navbar-nav {
    display: flex;
    flex-direction: column;
}

.sb-slidebar {
    background: #060F4B !important;
}

.sb-slidebar .nav>li>a {
    font-size: 18px !important;
}

.sb-slidebar .navbar-nav li a {
    padding: 6px !important;
}

.cControl span {
    vertical-align: sub;
}

.cControl span.glyphicon {
    vertical-align: middle;
}

a:focus,
cControl a:active {
    outline: none !important;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .pr-new-caption-area>img {
        padding-top: 20px;
    }
    .pr-new-caption-area>h3 {
        margin-top: 0px;
    }
    .cControl {
        bottom: 15px;
    }
}

.mgt30 {
    margin-top: 60px !important;
}

@media (max-width: 991px) {
    .pr-new-caption-area>img {
        display: none;
    }
    .cControl {
        bottom: 15px;
    }
    .sliderLeftText div {
        padding: 0 10px;
    }
    .sliderLeftText h3 {
        margin-top: 5px;
    }
    .mgt30 {
        margin-top: 30px !important;
    }
    .pr_next_prev {
        font-size: 23px;
    }
    .delivery_content .col-xs-12 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .flexRow {
        display: block;
    }
    .sliderLeftText {
        height: 360px;
    }
    #cat_slider-thumbs {
        padding: 0 15px;
    }
    .delivery_content {
        margin-top: 60px;
    }
    .delivery .wave {
        margin-top: 5px;
    }
    .pr-right-menu #search {
        top: 0
    }
    .pr-right-menu .login {
        top: 5px
    }
    .pr-right-menu #minicart {
        top: 5px
    }
}

.pr-new-caption-area h3 {
    margin-top: 50px;
}

.pr-new-caption-area p {
    font-weight: lighter;
}

.pr-new-caption-area .cat_link {
    text-decoration: underline;
    font-weight: bolder;
    margin-top: 50px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #001653;
}

.commentSlide .carousel-indicators {
    bottom: 60px !important;
}

.commentSlide .carousel-indicators .active {
    border: #fff;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #060F4B;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #060F4B;
}

.commentSlide {
    height: 680px;
}

.delivery p {
    margin-top: 20px;
}

.delivery .wave {
    margin-top: 30px;
}

#propertyFilter .center {
    margin-bottom: 11px;
}

#featured-products {
    padding-top: 25px;
}

.cloumnt-left-content>div>h4>span {
    margin-left: 8px;
}

.category-14 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/breadcrumb_photos/classic.png');
}

.category-14 a {
    color: #fff;
}

.category-14 .breadcrumb>li+li::before {
    color: #fff;
}

.category-28 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/breadcrumb_photos/antibacterial.png');
}

.category-28 a {
    color: #fff;
}

.category-28 .breadcrumb>li+li::before {
    color: #fff;
}

.category-29 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/breadcrumb_photos/premium.png');
}

.category-29 a {
    color: #fff;
}

.category-29 .breadcrumb>li+li::before {
    color: #fff;
}

.category-11 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/breadcrumb_photos/casual.png');
}

.category-11 a {
    color: #fff;
}

.category-11 .breadcrumb>li+li::before {
    color: #fff;
}

.category-16 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/breadcrumb_photos/summer.png');
}

.category-16 a {
    color: #Fff;
}

.category-16 .breadcrumb>li+li::before {
    color: #fff;
}

.category-15 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/breadcrumb_photos/outdoor.png');
}

.category-15 a {
    color: #fff;
}

.category-15 .breadcrumb>li+li::before {
    color: #fff;
}

.category-40 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/breadcrumb_photos/bamboo_new.jpg');
}

.category-40 a {
    color: #fff;
}

.category-40 .breadcrumb>li+li::before {
    color: #fff;
}

.category-41 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/breadcrumb_photos/woman.png');
}

.category-41 a {
    color: #fff;
}

.category-41 .breadcrumb>li+li::before {
    color: #fff;
}

.breadcrumb_product {
    padding: 42px 17px;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

#collectionForm .quantity .form-control {
    height: 28px !important;
}

#collectionForm input[type="number"] {
    font-size: 1em;
    min-width: 4em;
    padding: 2px;
    margin: 0;
    border: 1px solid #060F4B;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1199px) {
    .bottom-underline li {
        margin: 0;
    }
}

#login input::-webkit-input-placeholder {
    color: #060F4B;
}

#login input:-moz-placeholder {
    color: #060F4B;
    opacity: 1;
}

#login input::-moz-placeholder {
    color: #060F4B;
    opacity: 1;
}

#login input:-ms-input-placeholder {
    color: #060F4B;
}

#login_space {
    height: 97px;
}

.prPageTitle {
    background: #f5f5f5;
    color: #060F4B;
    height: 90px;
}

.prPageTitle h1 {
    font-size: 30px;
    font-weight: bold;
    margin-left: 19px;
    margin-top: 27px;
}

.prRegister {
    padding: 0 30px;
}

#column-left-content>div>h4>span,
#column-left-content>div>img {
    padding-left: 8px;
}

.box-category #cat_accordion {
    padding-left: 5px;
}

#resetFilters {
    width: 210px;
}

#listInfo {
    text-align: center;
}

#aktualis .page-header,
#right_sidebar .page-header {
    padding: 0;
    color: white;
    position: relative;
}

.page-header>h1 {
    height: 90px;
    color: #060F4B;
    font-weight: bold;
    background: #f5f5f5;
}

.searchResultSection .actions input {
    background: #fff;
    color: #060F4B;
    height: 36px;
    border-radius: 18px;
    border: #060F4B 1px solid;
    padding: 6px 36px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.searchResultSection .actions input:hover {
    background: #060F4B;
    color: #fff;
}

#profileForm .btn {
    height: 38px;
    border-radius: 19px;
    border: 1px solid #060F4B;
    color: #060F4B;
    margin: 40px auto;
}

#profileForm .btn:hover {
    color: #fff;
    background: #060F4B;
}

.text-muted {
    color: #060F4B;
}

#facebook {
    width: 280px;
}

.category- {
    background: #F5F5F5;
}

@media (max-width: 767px) {
    #logo p {
        margin: 0;
        margin-bottom: -38px;
    }
    #logo {
        margin: 15px 0 0 0;
        padding: 0 !important;
    }
    #search .search-trigger {
        padding: 10px 4px;
    }
    .sliderLeftText {
        padding: 0 30px;
    }
    .pr-new-caption-area h3 {
        margin-top: 18px;
    }
    .sliderLeftText {
        height: 400px;
    }
}

@media (max-width: 550px) {
    #logo p {
        margin: 0;
        margin-bottom: 0px;
    }
    #logo {
        margin: 15px 0 0 0;
        padding: 0 !important;
    }
    #search .search-trigger {
        padding: 10px 4px;
    }
    .sliderLeftText {
        padding: 0 30px;
    }
    .pr-new-caption-area h3 {
        margin-top: 18px;
    }
    .sliderLeftText {
        height: 400px;
    }
}

.main-carousel-caption-content {
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    position: absolute;
    width: 100%;
}

@media (max-width: 1370px) {
    .main_slider_p {
        margin-bottom: -12px;
    }
    .main-carousel-caption h3 {
        margin-top: 0px;
        margin-bottom: -5px;
    }
    .main-carousel-caption-content .img-centered {
        width: 80px;
    }
}

@media (max-width: 1050px) {
    .main_slider_p {
        margin-bottom: -12px;
        font-size: 22px;
    }
    .main-carousel-caption h3 {
        font-size: 39px !important;
        margin-top: 0px;
        margin-bottom: -2px;
    }
    .main-carousel-caption-content .img-centered {
        width: 60px;
    }
    .main_page_h3 {
        margin-top: 30px;
        margin-bottom: 80px !important;
    }
    .worth_wave {
        top: 70px;
    }
    .worth_text {
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .main_slider_p {
        margin-bottom: -30px;
        font-size: 12px;
    }
    .main-carousel-caption h3 {
        font-size: 23px !important;
        margin-top: -25px;
        margin-bottom: -2px;
    }
    .main-carousel-caption-content .img-centered {
        width: 35px;
    }
    .main_slider_btn {
        height: 20px;
        background: #bcd02e;
        border-radius: 10px;
        color: #101d61;
        padding: 2px 20px;
        text-shadow: none;
        font-weight: 800;
        font-size: 12px;
    }
    .sliderLeftText h3 {
        margin-bottom: 15px;
    }
    .pr-new-caption-area h3 {
        margin-top: 10px;
    }
    .sliderLeftText {
        height: 450px;
    }
    .main_page_h3 {
        margin-bottom: 0px !important;
    }
    .flexslider {
        margin-top: 60px;
    }
    .delivery p,
    .delivery_text {
        margin: 0 !important;
    }
    .delivery_text_wrapper {
        margin-top: 60px;
    }
    .breadcrumb {
        font-size: 12px;
        padding: 35px 0 !important;
    }
    #footer .container {
        margin-bottom: 30px;
    }
    #copyright {
        margin-left: 15px;
    }
    #siteset {
        margin-right: 15px;
    }
}

#footer ul li a:hover,
#footer ul li a:active {
    background-color: #fff !important;
    text-decoration: none;
    color: #060F4B !important;
}

#colorPalette .color-box {
    margin-right: 4px;
}

.sb-slidebar .nav .open>a,
sb-slidebar .nav>.active>a {
    color: #060F4B !important;
}

.field-info {
    padding: 15px;
}

div.checkbox {
    padding-left: 30px;
}

.checkout .btn-cart {
    background: #BCD02E;
    color: #060F4B;
    padding-top: 9px;
}

.checkout .btn-cart:hover {
    background-color: #BCD02E !important;
    color: #fff;
    border: 1px solid transparent;
}

.sz01 {
    margin-top: 80px;
}

.sz02 {
    margin-top: 60px;
}

#aktualis .page-title {
    margin-left: 15px;
    margin-top: 20px;
}

#footer .social .fa-facebook {
    background: #3a589d;
}

#prevCat {
    color: #E705ED;
}

#nextCat {
    color: #C54347;
}

#collectionForm {
    margin-left: 0px;
}

#collectionForm #addCollection {
    margin: 0px auto;
    display: block;
    width: 100%;
    /*background-image: url('../images/shopping-cart-btn.png');
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 40px;
    background-position: 80px 8px;*/
}

#addCollection .fa-shopping-cart {
    font-size: 21px;
    margin-right: 5px;
    margin-bottom: -2px;
}

.text-right {
    text-align: left !important;
}

.thumbWrapper h3 {
    visibility: hidden;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    position: absolute;
    width: 100%;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.thumbWrapper .h3-0 {
    visibility: visible;
}

.thumbWrapper {
    position: relative;
}

@media (width:767px) {
    .thumbWrapper h3 {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .breadcrumb_product {
        padding: 25px 0px;
        display: block;
        font-size: 13px;
        font-weight: bold;
    }
    .breadcrumb {
        font-size: 12px;
        padding: 21px 0 !important;
    }
    .product-info .price {
        margin: 10px 0 10px;
    }
    #collectionForm {
        margin-left: 0px;
    }
    .product-info .price {
        border-bottom: 1px solid transparent;
        padding-bottom: 10px;
        margin: 10px 0 10px;
        margin-bottom: 10px;
        /*font-size: 16px;*/
        font-weight: bold;
        /*color: #333333;*/
        height: 50px;
    }
    .nav .nav-tabs .nav-justified {
        margin-left: 0 !important;
    }
    #maincontent ul {
        margin-left: 0;
    }
    .product-info .description {
        text-align: center;
    }
}

@media (max-width: 991px) {
    #collectionForm #addCollection {
        margin-top: 10px;
    }
}

@media (max-width: 420px) {
    #tab-similarBox .image {
        height: 180px;
    }
}

.description.cikksz {
    font-size: 11px;
}

.cat_logo.category-11 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/main_slider/casual_02_icon.png');
    background-size: 100%;
}

.cat_logo.category-14 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/main_slider/classic_pamut_03_icon.png');
    background-size: 100%;
}

.cat_logo.category-28 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/main_slider/anti_bact_01_icon.png');
    background-size: 100%;
}

.cat_logo.category-29 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/main_slider/premium_05_icon.png');
    background-size: 100%;
}

.cat_logo.category-16 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/main_slider/summer_07_icon.png');
    background-size: 100%;
}

.cat_logo.category-15 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/main_slider/outdoor_04_icon.png');
    background-size: 100%;
}

.cat_logo.category-40 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/main_slider/bambusz_06_icon.png');
    background-size: 100%;
}

.cat_logo.category-41 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/main_slider/noi_08_icon.png');
    background-size: 100%;
}

.cat_logo.category-44 {
    background-image: url('/packages/mercatex/themes/princezokni_2016/images/main_slider/spring-icon.jpg');
    background-size: contain;
    width: 185px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.cat_logo {
    width: 70px;
    height: 70px;
    margin-top: 10px;
}

.rightcol .name {
    margin-top: 10px;
}

.rightcol .compare {
    margin-bottom: 5px;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #fff !important;
}

#collectionForm .quantity {
    padding: 2px 2px !important;
}

.table>tbody>tr>th {
    padding: 0 0px;
}

@media (max-width: 767px) {
    #collectionForm .table td {
        min-width: 51px;
    }
    #collectionForm .table-responsive {
        border: 0px !important;
    }
    #full_info #tabs>ul {
        margin-left: 0 !important;
    }
    .cat_logo {
        display: block;
        margin: 10px auto;
    }
    #collectionForm .table {
        width: 0 !important;
        margin: 0 auto;
    }
    #collectionForm input[type="number"] {
        min-width: 50px !important;
    }
    #maincontent {
        padding: 0px !important;
    }
    .mainborder {
        padding: 0 !important;
    }
    .onnew {
        min-width: 39px;
        right: -1px;
        top: 16px;
    }
    .allowance {
        left: 0px;
        padding: 4px 8px !important;
        bottom: 18px;
    }
    .hide-bullets .thumbWrapper h3 {
        font-size: 12px;
    }
}

#gallery_01 {
    margin: 0 8px !important;
}

#gallery_01>a {
    padding: 3px !important;
}

.navbar.bottom-underline .dropdown-menu li a:active {
    color: #060F4B !important;
    background: #fff;
}

#productList_ .allowance {
    bottom: 25px !important;
    left: 0;
    padding: 3px 17px !important
}

.product-grid .allowance {
    left: 0 !important;
    bottom: 30px !important;
}

.product-grid .onnew {
    top: 25px !important;
}

.product-info .allowance {
    left: 0;
}

#productList_similars .allowance {
    bottom: 30px !important;
}

@media (max-width: 1200px) {
    .breadcrumb_product {
        padding: 30px 15px;
    }
    .breadcrumb {
        padding: 35px 20px;
    }
}

@media (max-width: 767px) {
    .breadcrumb_product {
        padding: 20px 15px;
    }
    .breadcrumb {
        padding: 35px 20px;
    }
    .rightcol .name {
        text-align: center;
    }
}

.image {
    height: auto !important;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav>li>a:focus {
        background-color: #060F4B !important;
    }
    .erdemesCikk .row {
        margin-top: -110px !important;
    }
}

.navbar.bottom-underline .dropdown-menu li a:active {
    color: #060F4B !important;
}

.erdemesCikk .main_page_h3 {
    display: none;
}

.erdemesCikk .worth_wave {
    display: none;
}

.worth_wrapper a {
    text-decoration: none;
}

#productForm .flex-control-nav {
    height: auto !important;
    position: relative;
}

.imageSlider {
    overflow: hidden;
}

.imageSlider .image {
    width: auto !important;
    padding: 0 !important;
    margin-left: 17px;
}

.imageSlider ul {
    margin: 0 !important;
}

.imageSlider .flex-direction-nav {
    display: none;
}

#teamCarousel .carousel-caption h3 {
    color: #060F4B;
    text-shadow: none;
    font-size: 16px;
}

#teamCarousel .carousel-caption h2 {
    color: #060F4B;
    text-shadow: none;
    font-size: 19px;
}

#teamCarousel .carousel-caption .text {
    color: #060F4B;
    text-shadow: none;
    font-size: 13px;
    text-align: justify;
}

#teamCarousel {
    margin-bottom: 30px;
}

.col-sm-6.teamTargetDiv ul {
    list-style-type: none;
    font-size: 25px;
}

#teamCarousel img {
    margin: 0 auto;
    display: block;
}

.carousel-caption.teamCaption {
    visibility: hidden;
}

.erdemes_cikk .worth_img_wrapper {
    margin-top: 0 !important;
}

#aktualis .worth_img_wrapper {
    margin-top: 0px !important;
}

#aktualis .worth_text {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 15px;
}

#column-right {
    margin-bottom: 30px;
}

.Kapcsolat {
    background: #F5F5F5;
}

.col-xs-12.sidebar {
    padding-left: 15px;
}

.carousel-control.right,
.carousel-control.left {
    background: none !important;
}

#gallery_01 {
    margin: 0 8px !important;
    width: 75%;
    display: block;
    margin: 0 auto !important;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
    font-size: 20px;
    color: #060F4B;
}

.carousel-inner.ketto {
    margin-left: -37px;
}

.col-xs-6.delivery_text_wrapper.sz01 {
    padding-left: 0px;
}

#total-cart .buttons {
    text-align: right !important;
    padding-right: 25px;
    padding-top: 40px;
}

.freeDelivery {
    clear: both;
    float: right;
    padding-right: 25px;
}

#continue-shopping {
    height: 38px;
    border-radius: 19px;
    padding: 8px 12px;
    background: #BCD02E;
    border: none;
    margin-bottom: 150px;
}

.btn.btn-default.pr_btn_white:active,
.btn.btn-default.pr_btn_white:focus {
    color: #fff !important;
}

#thumbCarousel .carousel-inner>.next {
    width: 100%;
    margin-left: 35px;
}

#thumbCarousel .carousel-inner>.item {
    transition: transform 1.8s ease-in-out !important;
}

@media (max-width: 767px) {
    #total-cart .buttons a,
    #total-cart .buttons button {
        text-align: center;
        display: block;
        margin: 10px auto !important;
        width: 90%;
    }
    #total-cart table {
        float: right !important;
        margin-bottom: 15px !important;
    }
    .cart-inner .quantity .btn {
        padding: 4px 3px;
    }
}

.refressedCartMsgBox a {
    margin: 5px;
}

.refressedCartMsgBox {
    margin: 0 auto;
    background: #fff;
    border-radius: 0px;
    padding: 35px;
    top: 37%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.refressedCartMsg {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 100%;
    top: 0;
    min-height: 1200px;
    background-color: rgba(0, 0, 0, 0.5);
}

.refressedCartMsg .btn.btn_green {
    height: 38px;
    background: #BCD02E;
    border-radius: 19px;
    padding: 8px 21px;
}

.refressedCartMsg .btn.btn_green:hover,
.btn.btn_green:active {
    color: #fff;
}

.refressedCartMsg .btn.btn-default {
    height: 38px;
    border-radius: 19px;
    padding: 8px 12px;
}

.refressedCartMsg .refressedCartMsg p {
    margin-left: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.visible-xs h3 {
    text-align: center;
}

#empty_cart {
    display: none;
}

.refressedCartMsgBox p {
    margin-left: 7px;
}

.notLoggedInMsg {
    display: none;
    position: fixed;
    z-index: 2002;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 0;
    left: 0;
    height: 1200px;
}

.notLoggedInMsgBox {
    display: block;
    background: #fff;
    padding: 45px;
}

.notLoggedInBorder {
    width: 400px;
    padding: 1px;
    height: auto;
    background: #fff;
    display: block;
    margin: 300px auto;
}

.notLoggedInMsgBox p {
    text-align: justify;
}

.notLoggedInMsgBox a {
    display: block;
    height: 38px;
    margin: 5px auto;
    border-radius: 19px;
    border: 1px solid;
    padding: 9px;
}

.notLoggedInMsgBox .btn_green {
    background: #BCD02E;
    border: #BCD02E;
    padding: 9px;
}

.notLoggedInMsgBox .btn_green:hover {
    color: #fff;
}

.compare a i {
    font-size: 14px;
}

.compare a {
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    background: #eee;
}

.compare a:hover,
.wishlist a:hover,
.remove a:hover {
    color: #444;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    background: #eee;
}

.notLoggedInMsgBox p {
    margin-bottom: 25px;
}

@media (max-width: 1400px) and (min-width: 767px) {
    .refressedCartMsgBox {
        top: 320px;
    }
}

@media (max-width: 767px) {
    #column-left-content contentset.center {
        margin: 0px
    }
    .first_cat {
        display: none;
    }
    .refressedCartMsgBox {
        top: 100px;
    }
    .refressedCartMsgBox a {
        margin: 5px;
        display: block;
        margin: 5px auto;
    }
    .refressedCartMsgBox p {
        text-align: center;
    }
    .aktualis_aside .media {
        display: block;
        margin: 0 auto;
        max-width: 200px;
    }
    .buttons {
        padding: 0;
    }
    .refressedCartMsgBox {
        top: 100px;
    }
    .refressedCartMsgBox a {
        margin: 5px;
        display: block;
        margin: 5px auto;
    }
    .refressedCartMsgBox p {
        text-align: center;
    }
    .aktualis_aside .media {
        display: block;
        margin: 0 auto;
        max-width: 200px;
    }
    .notLoggedInBorder {
        width: 300px;
        margin: 125px auto;
    }
    .notLoggedInMsgBox p,
    .notLoggedInMsgBox a {
        font-size: 11px;
    }
    #collectionForm .col-sm-5 {
        position: static;
    }
    #collectionForm .table td {
        min-width: 45px !important;
    }
    .buttons a,
    .buttons button {
        font-size: 12px;
        width: 70%;
        margin: 5px auto;
        display: block;
    }
    .freeDelivery {
        text-align: justify;
        margin-top: 20px;
    }
    .buttons {
        padding: 0;
    }
    .notLoggedInBorder {
        width: 310px;
        margin: 125px auto;
    }
    .notLoggedInMsgBox {
        padding: 30px;
    }
    .visible-sx h3 {
        margin-left: 15px;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media (min-width: 767px) {
    .visible-xs {
        display: none;
    }
}

.visible-sx h3 {
    margin-left: 15px;
    margin-bottom: 15px;
}

.visible-sx h3 {
    margin-left: 15px;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.row.kapcsolat.Pick.Pack.Ponton {
    background: #fff !important;
}

#tab-detailBox {
    padding: 39px;
    font-size: 13px;
}

#tab-propertyBox {
    padding: 40px;
}

.rightcol .compare {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.productList .compare a,
.productList .compare a i {
    font-size: 12px;
    font-weight: 400;
    background: #fff;
}

.carousel-indicators li {
    border-color: #000;
}

.carousel-indicators .active {
    background: #000;
}

.carousel-indicators {
    left: 103%;
}

.carousel-indicators {
    bottom: -80px;
}

.col-sm-6.teamTargetDiv {
    min-height: 470px;
}

body #siteWrapper h1,
.cardo * {
    font-size: 25px !important;
    margin-left: 0px;
}

.carousel-indicators .active {
    background: #BCD02E;
    border-color: #BCD02E;
}

#featured-products .onsale {
    width: 150px;
    left: -52px;
}

#aktualis #maincontent a {
    text-decoration: underline;
}


/* Kis felbont�sn�l, ha t�bb sorba t�ri a napokat. */

.kepcsaNap {
    margin-bottom: .25em;
}


/* �zenetek megjelen�t�s�hez. */

.message {
    padding: 1em;
}


/* loader.gif input-ba */

.loading,
input.loading {
    background-image: url('images/loader.gif') !important;
    background-repeat: no-repeat !important;
    background-position: right 5px center !important;
}


/* input-ok inf� mez�i */

.field-info {
    margin-top: .5em;
}


/* Ez szerintem v�g�l nem kell a main.css-ben!
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}*/


/* Megrendel� formon a sz�ll�t�si m�dok inf�j�ban a log�k. */

.delivery-logo {
    float: right;
    margin: -3.5em 0 1em 1em;
    max-height: 64px;
    max-width: 96px;
}

.delivery-option label,
.delivery-option input {
    cursor: pointer;
}

.delivery-address,
.payment {
    display: none;
}


/* .form-label mellett, ahol nincs input, csak �rt�k van megjelen�tve. */

.form-value {
    padding-top: 7px;
}

#propertyWrapper {
    display: none;
}

.ui-slider-handle {
    background: #ff0000 !important;
    border: solid 2px #ff0000 !important;
}

.radio label.disabled,
.checkbox label.disabled {
    cursor: default;
}


/* Megrendelőoldalon vendégként alapból nem látszódik a form. */

#orderWrapper {
    display: none;
}

.oldPrice {
    font-weight: normal;
    text-decoration: line-through;
    font-size: .9em;
}

.fancybox-lock .fancybox-overlay {
    overflow: hidden;
}

#resetFilters {
    margin-top: 1em;
}

body #header h2 {
    margin: 0;
}

#profileForm #contractSet .checkbox label::before {
    margin-left: -15px;
}

#profileForm #contractSet .checkbox label::after {
    margin-left: -15px;
}

#profileForm #contractSet label.checkbox {
    padding-left: 10px;
}

.delivery-1.delivery-address .col-sm-8 {
    padding-top: 7px;
}

.fb-like.fb_iframe_widget {
    margin-top: 3px;
}

@media (max-width:768px) {
    #st-2 {
        width: 83.3% !important;
    }
    #toTop {
        bottom: 60px;
    }
    #st-2 {
        -moz-transition: all 0s ease-in !important;
        -ms-transition: all 0s ease-in !important;
        -o-transition: all 0s ease-in !important;
        -webkit-transition: all 0s ease-in !important;
        transition: all 0s ease-in !important;
    }
}

@media (min-width: 769px) {
    #viber_share {
        display: none !important;
    }
}

#viber_share {
    position: fixed;
    bottom: 0;
    left: 83.3%;
    display: block;
    width: 16.6%;
    background: #fff !important;
    z-index: 94034;
}

#viber_share img {
    margin: 11px auto 12px;
    width: 24px;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    #aktualis .cc_container {
        bottom: 48px !important;
    }
}

#st-2 {
    -moz-transition: all 0s ease-in !important;
    -ms-transition: all 0s ease-in !important;
    -o-transition: all 0s ease-in !important;
    -webkit-transition: all 0s ease-in !important;
    transition: all 0s ease-in !important;
}

.list .compare {
    display: none;
}

#orderForm .row {
    clear: both;
}

.container.row.delivery_content {
    margin: 0 auto;
    margin-top: 150px;
}

.container.row.delivery_content a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.searchbox.notfound {
    margin-bottom: 30px;
}

.similartitle {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}

.errorpage .list.cols-4.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.errorpage .grid-box .inner {
    border: 1px solid #eee;
}

.errorpage .grid-box {
    margin: 0 10px 25px 10px;
}

.delivery-option.disabled {
    cursor: not-allowed;
}

#sticker {
    height: 150px;
    overflow: hidden;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
}

#sticker img {
    height: 100%;
    width: auto;
}

@media screen and (max-width: 768px) {
    #sticker {
        display: none;
    }
}

.delivery-box {
    padding: 10px 0px;
    border-top: 1px solid #e7e7e7;
    margin: 15px 0px;
}

.delivery-box table {
    width: 100%;
}

.delivery-box thead {
    font-weight: bold;
}

.delivery-box td,
.delivery-box th {
    padding: 3px;
}

#productForm .prices {
    color: #060f4b;
}

.product-info .nav.nav-tabs a {
    color: #060f4b !important;
}


/*button[data-target="#mobileCats"] {
	display: none;
	margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
	#mobileCats {
		display: block;
	}
}*/

@media screen and (max-width: 768px) {
    /*button[data-target="#mobileCats"] {
		display: block;
	}
	.cat-block-name {
		display: none;
	}*/
    #maincontent .box-content.box-category {
        display: none;
    }
    #mobileCatWrapper {
        padding-left: 5px;
        display: block;
    }
    #mobileCats .box-content.box-category {
        display: block;
    }
    #mobileCatWrapper .btn-default {
        color: #060f4b;
    }
    #mobileCatWrapper .btn-default:hover,
    #mobileCatWrapper .btn-default:active,
    #mobileCatWrapper .btn-default:focus {
        color: #fff;
    }
}

.secondImg {
    opacity: 0;
    transition: all .5s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.swapImg img:not(.secondImg) {
    transition: all .5s linear;
}

.swapImg:hover img:not(.secondImg) {
    opacity: 0;
}

.swapImg:hover .secondImg {
    opacity: 1;
}