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


/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */

@charset "utf-8";
body {
    background: white;
    /* #FBFBFB url(../img/patterns/5.png); */
}


/* Links styles */

a,
a:visited {
    color: #333;
}

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: #ffffff;
    text-transform: uppercase;
    background-color: #DD4B39;
    border-color: #DD4 text-decoration: none;
}

.cart .btn:hover,
.cart .btn:active,
.btn-cart:hover,
.btn-cart:active {
    background-color: #c43f2d;
    border-color: #c43f2d;
    color: #fff;
    text-decoration: none;
}

.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: 5px 10px;
    font-size: 10px;
}

.btn-inverse,
a.btn-inverse {
    color: #ffffff !important;
    border-color: #363636;
    background-color: #363636;
}

.btn-inverse:hover,
a.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}


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


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

.contentset {
    margin: 28px 0 18px;
    text-align: left;
    padding-left: 10px;
    text-transform: uppercase;
    color: #000;
    border-top: 1px solid #DDD;
}

.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 12px;
    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;
    padding-bottom: 1em;
}

#logo {
    text-align: center;
    padding: 20px 0 0;
}

#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;
    border-right-color: #ddd;
    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;
    border-right: 1px solid #e0e0e0;
    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: 28px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.navbar .nav>li:hover>a,
.navbar .nav>li>a:hover {
    color: #D14836;
    background-color: transparent !important;
}

.navbar .nav>li:focus>a,
.navbar .nav>li>a:focus {
    background-color: transparent !important;
}

.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 {
    background-color: #2e2e2e;
    color: #fff;
    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: 10px;
}

.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 #DDD;
    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: #CCC;
    font-size: 11px;
    padding: 6px 0;
    font-family: sans-serif;
    /* text-align: center; */
}

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

.breadcrumb a:hover {
    color: #444;
    text-shadow: 0 1px 0 #FFF;
    background: #EEE;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.breadcrumb .divider {
    padding: 0;
}


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


/*	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 {
    border-bottom: 1px solid #DDD;
    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;
    padding: 2px 8px;
}

.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: #999;
}

.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 {
    border-left: 1px solid #EEE;
    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: -35px;
    background: #dc4343;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}


/* NEW bubble */

.onnew {
    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: 0px;
    right: -35px;
    background: #dc4343;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(45deg);
}


/* 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: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 5;
    top: 0px;
    right: -35px;
    background: #dc4343;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(45deg);
}


/* 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: 15px;
    left: -50px;
    background: #dc4343;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.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 {
    margin-bottom: 10px;
    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;
}

.product-info .image-additional a {
    margin: 5px;
    padding: 5px;
    display: inline-block;
    border: 1px solid #eee;
}

.product-info .image-additional:hover a {
    border: 1px solid #fff;
}

.product-info .image-additional a:hover {
    border: 1px solid #eee;
}

#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: 5px 0px 10px 0px;
    margin-bottom: 10px;
    line-height: 20px;
    /*border-bottom:1px solid #E7E7E7;*/
    text-align: justify;
}

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

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

.product-info .price {
    padding-bottom: 10px;
    margin: 0px 0 10px;
    font-size: 24px;
    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;
}

.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;
    height: 3em;
}

.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 15px;
}

#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;
    float: left;
    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 12px 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;
    border: 0px;
    clear: both;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.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;
    right: 10px;
    bottom: 5px;
    text-align: center;
    height: 22px;
    z-index: 99;
    /* 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: #ccc;
    border: 1px solid #fff;
    width: 9px;
    height: 9px;
    box-shadow: none;
}

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

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

.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: 15px;
}

.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%;
}

.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;
}

.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/ui.totop.png") no-repeat left top;
}

#toTopHover {
    background: url("../images/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 {
    border-top: 1px solid #eee;
    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 8px;
    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: #333;
    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;
    color: #DD4B39;
}

.box-category>ul>li>a.active {
    margin-bottom: 8px;
}

.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 {
    margin-top: 12px;
}

#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;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -25px !important;
}

#propertyFilter input[type="checkbox"] {
    margin: 0 !important;
}

.col-md-6.text .btn {
    border: transparent;
}

@media (max-width: 767px) {
    .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;
        border-bottom: none;
    }
}

#collectionForm .table {
    width: 0 !important;
}

.collectionTitle {}

#addCollection {
    width: 100%;
}

#collectionForm input[type="number"] {
    min-width: 1px !important;
}

#collectionForm .table td {
    min-width: 60px !important;
}

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

@media (max-width: 767px) {
    .cikksz {
        text-align: center !important;
    }
    .collectionTitle,
    #collectionForm .table-bordered {
        margin-left: 0 !important;
    }
    #addCollection {
        display: block;
        margin: 0 auto;
        float: none !important;
    }
    .similarAndData {
        margin-left: 0 !important;
    }
    #tab-similarBox .image {
        height: auto !important;
        padding: 0 !important;
    }
    #tab-similarBox .price {
        margin-top: 20px !important;
    }
}

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

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

.col-sm-6.teamTargetDiv {
    padding-right: 60px;
}

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

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

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

.rsRow.Kapcsolat {
    background: #f5f5f5;
}

#kapcsolat-page .szurke {
    background: #f5f5f5;
    padding: 15px;
}

#column-right {
    display: block !important;
}

body #siteWrapper .contactTitle h3 {
    font-family: "Cardo", serif !important;
    font-size: 45px !important;
    margin-top: 1em;
    margin-bottom: .5em;
}

#empty_cart {
    display: none;
}

.refressedCartMsgBox a {
    margin: 5px;
}

.refressedCartMsgBox {
    margin: 0 auto;
    background: #fff;
    border-radius: 0px;
    padding: 38px;
    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-default {
    height: 34px;
    padding: 6px 12px;
}

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

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

.btn.btn_green.continueShopping {
    background: #DD4B39;
    color: #fff;
}

.btn.btn_green.continueShopping:hover {
    background: #c43f2d;
    color: #fff;
}

#addCollection .fa.fa-shopping-cart {
    margin-right: 7px;
    font-size: 17px;
}

.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: 50px;
}

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

.notLoggedInMsgBox p {
    text-align: justify;
}

.notLoggedInMsgBox a {
    display: block;
    height: 34px;
    margin: 5px auto;
    border: 1px solid #ccc;
    ;
    padding: 7px;
}

.notLoggedInMsgBox .btn_green {
    background: #DD4B39;
    border: #DD4B39;
    padding: 7px;
    color: #fff;
}

.notLoggedInMsgBox .btn_green:hover {
    background: #c43f2d;
    border: #c43f2d;
    color: #fff;
}

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

.notLoggedInMsg .btn {
    width: 100%;
}

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

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

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

@media (max-width: 767px) {
    .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;
    }
}

.refressedCartMsg p {
    margin-left: 5px;
}

#collectionForm input[type="number"] {
    border: 1px solid #888;
}

.table-bordered {
    border: none !important;
}

.table-bordered>tbody>tr>td {
    border: none;
}

.table-bordered>tbody>tr>th {
    border: none;
}

.table>tbody>tr>td.active {
    background-color: #f5f5f5 !important;
}

tr:first-child th {
    border-bottom: 1px solid #888 !important;
}

.table>tbody>tr>td.active {
    background-color: #fff !important;
}

.productInfo p {
    margin-bottom: 0 !important;
}

.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 #mapWrapper h1,
.cardo * {
    font-size: 28px !important;
}

body #siteWrapper h1,
.cardo * {
    font-style: italic;
}

#kapcsolat-page .contactTitle h3 {
    font-style: italic;
}

#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;
}

.delivery-1.delivery-address .col-sm-8 {
    padding-top: 7px;
}

#page-lists-slider .main-carousel-caption-content {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#page-lists-slider .main-carousel-caption-content .img-centered {
    display: none;
}

#page-lists-slider .main-carousel-caption-content h3 {
    font-family: "Cardo", serif !important;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: left;
    font-style: italic;
}

.main_slider_p {
    color: #fff;
    font-size: 16px;
}

#page-lists-slider .active .main-carousel-caption-content {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    text-align: center;
    opacity: 1;
}

#page-lists-slider .main-carousel-caption-content {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 35%%;
    transition: all 3s;
    opacity: 0;
}

#page-lists-slider .active .main-carousel-caption-content h3 {
    margin-left: 5%;
    transition: all 1.5s;
}

#page-lists-slider .main-carousel-caption-content h3 {
    width: 440px;
    margin: 20px 0 0 0px;
}

#page-lists-slider .active .main-carousel-caption-content p {
    margin: 20px 0 0 5%;
    transition: all 2s;
}

#page-lists-slider .main-carousel-caption-content p {
    margin: 20px 0 0 0px;
    text-align: left;
    width: 390px;
}

#page-lists-slider .active .main-carousel-caption-content a {
    margin: 20px 0 0 5% !important;
    transition: all 2.5s;
}

#page-lists-slider .main-carousel-caption-content a {
    margin: 20px 0 0 0px !important;
}

#page-lists-slider item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#page-lists-slider .main-carousel-caption-content .img-centered {
    display: none;
}

#page-lists-slider .main-carousel-caption-content h3 {
    font-family: "Cardo", serif !important;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: left;
}

.main_slider_p {
    color: #fff;
    font-size: 15px;
}

.btn span::before,
.order_button span::before {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 0.9375rem 0;
}

.main_slider_btn {
    border: none;
    cursor: pointer;
    padding: 13px 25px;
    display: inline-block;
    margin: 40px 30px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #000;
    color: #fff;
    height: 50px;
    font-size: 16px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    line-height: 24px;
    font-size: 13px;
}

.main_slider_btn:before {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    top: 100%;
    content: 'B\0150 VEBBEN';
    color: #fff;
    font-family: Arial !important;
    padding: 13px 25px;
}

.main_slider_btn:after {
    content: '';
    color: #fff;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.main_slider_btn span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
    font-family: Arial;
}

.main_slider_btn:hover::before {
    top: 0;
}

.main_slider_btn:hover span {
    -webkit-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    transform: translateY(-300%);
}

.carousel.slide.wide a {
    color: #fff;
}

.fb-like.fb_iframe_widget {
    padding-top: 3px;
    padding-bottom: 10px;
}

#contractSet .checkbox #newsletter,
#contractSet .checkbox #termsOfService,
.checkbox #sameAddress {
    margin-left: 0px !important;
}


/*
inspired from https://codepen.io/Rowno/pen/Afykb 
*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.btn.main_slider_btn {
    float: left;
    margin-left: 0 !important;
}

@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;
}

@media (max-width: 1080px) {
    #page-lists-slider .main-carousel-caption p,
    #page-lists-slider .main-carousel-caption a {
        display: none;
    }
    .xsSliderBtn {
        width: 100%;
        height: 100%;
        display: block !important;
        z-index: 500;
        position: absolute;
    }
    #page-lists-slider .main-carousel-caption-content h3 {
        font-family: "Cardo", serif !important;
        font-size: 18px;
        width: 75%;
    }
}

@media (max-width: 500px) {
    #page-lists-slider .main-carousel-caption-content h3 {
        font-family: "Cardo", serif !important;
        font-size: 14px;
        width: 75%%;
    }
}

.main-carousel-caption {
    height: 100%;
}

#aktualis .page-title {
    text-align: left !important;
}

#overviewForm #contractSet .checkbox #termsOfService {
    margin-left: -20px !important;
}

#maincontent .mainborder>.box-category #cat_accordion {
    margin-left: 0px;
}

.list .compare {
    display: none;
}

.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 p {
    margin-bottom: 10px !important;
}

.delivery-box table {
    width: 100%;
}

.delivery-box thead {
    font-weight: bold;
}

.delivery-box td,
.delivery-box th {
    padding: 3px;
}

#maincontent .nav.nav-tabs.nav-justified.similarAndData {
    margin-left: 0px;
}

#maincontent .nav.nav-tabs.nav-justified.similarAndData li a:hover,
#maincontent .nav.nav-tabs.nav-justified.similarAndData li a:focus {
    background-color: #fff !important;
    color: #000;
}

#maincontent .nav.nav-tabs.nav-justified.similarAndData li a:hover {
    background-color: #eee !important;
}

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

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

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

#gallery_01>a {
    padding: 3px !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: #dd4b39;
}

.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;
}