
.slick-loading .slick-list {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.slick-disabled{display: none !important;}

/* product-info label */
.product-info .horizontal, .product-info .rotated, .product-info .round {
    background-size: contain;
    border-radius: 0 !important;
    box-shadow: none;
    line-height: normal !important;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
body .eshop-image-block .horizontal, body .eshop-image-block .round {
	line-height: normal;
	border-radius: 0;
	box-shadow: none;
}

.sortPagiBar {
	margin: 0 0 20px;
}
.sortPagiBar .btn-group .btn {
	border-radius: 0;
	font-size: 18px;
    line-height: normal;
    padding: 7px 10px;
}
.sortPagiBar .btn-group .btn:first-child {
	margin-right: 5px;
}
.sortPagiBar .btn-group .btn i {
	color: #666;
}
.grid .sortPagiBar .btn-group .btn.grid,
.list .sortPagiBar .btn-group .btn.list {
	background: #36c2b9;
	color: #fff;
}
.grid .sortPagiBar .btn-group .btn.grid i,
.list .sortPagiBar .btn-group .btn.list i {
	color: #fff;
}

#products-list .eshop-product-desc, #products-list a, #products-list input, #products-list button, #products-list textarea, #products-list select {
	transition: all 0.5s;
  	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
body .clearfix {
	clear: none;
}
/* Categories */
.eshop-product-sorting .input-large {
    width: auto;
}

.eshop-categories-list .row-fluid .span4 {
	margin-bottom: 2.5641%;
}
.eshop-categories-list .row-fluid:last-child .span4 {
	margin-bottom: 0;
}
.eshop-categories-list .eshop-category-wrap, .eshop-sub-categories-list .eshop-category-wrap {
	text-align: center;
	border: 1px #eee solid;
}
.eshop-categories-list .eshop-category-wrap .image, .eshop-sub-categories-list .eshop-category-wrap .image {
	padding: 10px;
}

.eshop-categories-list .eshop-category-wrap .eshop-info-block, .eshop-sub-categories-list .eshop-category-wrap .eshop-info-block {
	background: #eee;
}

.eshop-categories-list .eshop-category-wrap .eshop-info-block h5 {
	font-weight: bold;
	margin: 0;
}

.eshop-category-desc {
	margin: 0 0 20px;
}

.product-cart label.btn {
	display: inline-block;
	padding: 5px;
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.product-cart .no_margin_left .input-append,
.eshop-info-block .eshop-buttons .bootstrap-touchspin {
	vertical-align: top;
	display: inline-block;
	float: left;
}
.eshop-cart-area {
	margin: 0 0 10px;
}
.eshop-buttons .input-append {
	margin: 0;
}
.eshop-quantity {
}
.product-info .eshop-quantity,
.eshop-info-block .eshop-quantity {
	border: 1px solid #ccc;
    display: table;
    margin: 0 5px 0 0;
}
.eshop-quantity .eshop-quantity-value {
	background: none;
	border: none;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: auto;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
	background: none;
    border: none;
    display: block;
    float: none;
    font-size: 12px;
    line-height: normal;
    margin-left: 0!important;
    max-width: 100%;
    padding: 0 9px;
    position: relative;
    text-align: center;
    width: auto;
	border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: 0;
  border-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 12px;
  font-weight: normal;
}
.no_margin_left {
	margin-left: 0;
}
.eshop-quantity-value {
    text-align: center;
    width: 40px !important;
}
.products-list {
	margin-top: -5px;
	margin-left: 5px;
	min-height: 500px;
}
.products-list ul {
	list-style: none;
	margin: 0;
}

.product-info .thumbnails {
	margin: 10px 0 0;
}

.product-info .thumbnails li a img {
	border: 1px #ccc solid;
}

.eshop-product-show {
	display: inline-block;
	margin: 0 0 0 10px;
}
.eshop-product-show .inputbox {
	width:auto;
}
/* products-list - the side bar*/
.products-list {
	margin-top: -5px;
	margin-left: 5px;
	min-height: 500px;
}
.products-list ul {
	list-style: none;
	margin: 0;
}
.products-list > ul > li {
	padding: 8px 8px 8px 0px;
}
.products-list > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.products-list > ul > li > a {
	text-decoration: none;
}
.products-list > ul > li > a:hover{
	text-decoration: none;
	background: none;
}
.products-list > ul > li ul {
	display: none;
}
.products-list > ul > li a.active {
	font-weight: bold;
}
.products-list > ul > li a.active + ul {
	display: block;
}
.products-list > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.products-list > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.products-list > ul > li ul > li > a.active {
	font-weight: bold;
}

/* price */
.eshop-product-price .price, .eshop-product-price .eshop-sale-price {
    clear: both;
    display: block;
	color: #36c2b9;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    width: 100%;
}
.eshop-base-price {
	color: #cccccc;
	text-decoration: line-through;
}
.error {
	color: #FF0000;
	display: block;
}

.review-list {
	margin-bottom: 15px;
	overflow: auto;
	padding: 15px 0;
	border-bottom: 1px #ddd dashed;
}
.review-list .author {
	font-size: 14px;
	color: #666;
}
.review-list .date {
	font-size: 11px;
	color: #999;
}
.review-list .rating {
}
.review-list .text {
	clear: both;
}
#review-form #review-title {
	border: none;
	font-size: 18px;
	text-transform: uppercase;
}
#review-form .input-large, #review-form textarea {
	width: 100%;
}
.product-info .product-desc {
	padding: 0 5px 10px;
}
.product-info .product-desc address {
	margin: 0;
}
.product-info .product-price {
	padding: 10px 5px;
}
.product-info .product-price h2 {
	margin: 0;
}
.product-info .product-price h2 .eshop-sale-price,
.product-info .product-price h2 .eshop-price {
	color: #36c2b9;
}
.product-info .product-price .eshop-base-price {
    font-size: 18px;
    text-decoration: line-through;
}
.product-info .product-options {
	padding: 0 5px 10px;
}
.product-info .product-options select.inputbox {
	width: 60%;
}
.product-info .product-cart {
	padding: 10px 0;
	margin-bottom: 20px;
}
.product-info .product-review, .product-share {
}
.product-info .product-review {
}
.eshop-wrap-reviews {
}
.eshop-wrap-reviews .review-list {
}
.eshop-wrap-reviews .review-list .span8,
.eshop-wrap-reviews .review-list .span9 {
	min-height: 63px;
	position: relative;
}
.eshop-wrap-reviews .review-list .span8:before,
.eshop-wrap-reviews .review-list .span9:before {
	background: #eee;
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: -15px;
}
.eshop-wrap-reviews .eshop-previous, .eshop-wrap-reviews .eshop-next {
	display: none;
}
.eshop-wrap-reviews .review-nopagination-list a {
	background: none!important;
	cursor: pointer;
	border: none;
	padding: 5px;
}
.eshop-wrap-reviews .review-nopagination-list a:hover, .eshop-wrap-reviews .review-nopagination-list a.eshop-current {
	color: #36c2b9;
}
.product-info .product-review img {
	float: left;
	margin: 5px 10px 0 0;
}

.eshop-product-sorting {
	float: right;
	display: inline-block;
}

.product-info .image-additional a {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
}

.product-info .image-additional > div {
	float: left;
    width: 120px;
	height: 120px;
    padding: 1px;
}

.product-info .image-additional img {
	height: auto;
}

.eshop-product-show {
	float: right;
	display: inline-block;
	margin: 0 0 0 10px;
}
.eshop-product-show .inputbox {
	width:auto;
}

.no_margin_left {
	float: right;
	display:inline-block;
}

.no_margin_left .btn {
	margin: 0;
}
}

.row-fluid{width:100%;*zoom:1}
.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}
.row-fluid:after{clear:both}
.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.row-fluid [class*="span"]:first-child{margin-left:0}
.row-fluid .span12{width:100%;*width:99.94680851063829%}
.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%}
.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%}
.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%}
.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%}
.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%}
.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%}
.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%}
.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%}
.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%}
.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%}
.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%}
.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%}
.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%}
.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%}
.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%}
.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%}
.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%}
.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%}
.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%}
.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%}
.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%}
.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%}
.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%}
.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%}
.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%}
.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%}
.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%}
.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%}
.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%}
.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%}
.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%}
.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%}
.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%}
.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%}
.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%}
[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}
[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right}



@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}
@media (max-width: 767px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:768px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 66px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 46px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 66px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 66px;
}
.features-list .feature-row h3 {
  font-size: 28px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 46px;
}
.jumbotron iframe {
  margin-top: 22px;
}

legend + .control-group {
  margin-top: 0;
}


.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
select.inputbox {
  position: relative;
}
select.inputbox:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #36c2b9;
}
.form-group {
  margin-bottom: 22px;
}
.radio,
.checkbox {
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
body .btn-primary {
  background-image: none;
  margin: 0;
}
body .navbar .btn {
  margin: 0;
}
.btn-inverse {
  color: #ffffff;
  background-color: #222534;
  border-color: #181a25;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #0e0f15;
  border-color: #000000;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #222534;
  border-color: #181a25;
}
.btn-inverse .badge {
  color: #222534;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  border-radius: 0 !important;
  height: auto;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #51ffc2;
  border-color: #00b777;
}
.invalid {
  border-color: #f2533d;
}
label.invalid {
  color: #f2533d;
}
input.invalid {
  border: 1px solid #f2533d;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #666666;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #36c2b9;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .caret {
  border-top-color: #36c2b9;
  border-bottom-color: #36c2b9;
}
.nav a:hover .caret {
  border-top-color: #258680;
  border-bottom-color: #258680;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #eeeeee;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 11px;
}
.breadcrumb .divider {
  display: none;
}

.nopagination {
  display: block;
}
.nopagination:before,
.nopagination:after {
  content: " ";
  display: table;
}
.nopagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .nopagination {
    float: left;
  }
}
.nopagination .nopagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 22px;
  padding: 6px 12px;
  background-color: #eeeeee;
  border: 1px solid transparent;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .counter {
    float: left;
  }
}

.navbar-toggle {
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li {
  position: inherit !important;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-default {
  background-color: #eeeeee;
  border: none;
  border-bottom: 2px #36c2b9 solid;
}
.navbar-default .navbar-brand {
  color: #202634;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #0d0f14;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #202634;
  font-family: "Cabin Condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.8s ease 0s;
  padding-left: 18.33333333px;
  padding-right: 18.33333333px;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 11px;
    padding-right: 11px;
  }
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #222534;
  background-image: none;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #202634;
  display: inline-block;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #36c2b9;
  background-image: none;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #36c2b9;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #202634;
  border-bottom-color: #202634;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #222534;
  color: #ffffff;
  background-image: none;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #36c2b9;
  color: #ffffff;
  background-image: none;
}
.navbar-default .navbar-nav > .active > a .caret,
.navbar-default .navbar-nav > .active > a:hover .caret,
.navbar-default .navbar-nav > .active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #202634;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #222534;
    background-image: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #36c2b9;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #202634;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.scrolled-nav .t3-mainnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  transition: all 0.8s ease 0s;
}
.scrolled-nav .t3-mainnav .logo-image {
  float: left;
  display: inline-block;
  opacity: 1;
  width: 160px;
  transition: all 0.5s ease 0s;
  margin: 0 20px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
.scrolled-nav .t3-mainnav .logo-image .logo-img {
  margin: 6px 0;
}
@media screen and (max-width: 767px) {
  .scrolled-nav .t3-mainnav .logo-image {
    position: absolute;
    z-index: 9999;
    left: 10px;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .scrolled-nav .t3-mainnav .t3-navbar {
    position: inherit;
    padding-left: 180px;
  }
}
.scrolled-nav .t3-mainnav .relative-wrap {
  position: relative;
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
  top: -50px;
  position: static;
}
.t3-mainnav .logo-image {
  float: left;
  display: none;
  opacity: 0;
  width: 0;
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -15px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #36c2b9;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}
body .navbar .navbar-collapse > button.btn {
  float: left;
  margin: 0 5px 0 0;
  width: auto;
  background: none;
  color: #000000;
}
.navbar-header {
  position: relative;
  z-index: 999;
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 44px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  font-family: "Cabin Condensed", Arial, sans-serif;
  color: #333333;
  font-size: 24px;
  line-height: 21.81818182px;
  margin: 0 0 11px 0;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 22px;
  }
}
.module-title:before {
  background: #36c2b9;
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.eshop-products-heading,
.page-header h2,
h1.eshop-category-title,
.page-header h1.page-title {
  background: transparent;
  font-family: "Cabin Condensed", Arial, sans-serif;
  color: #333333;
  font-size: 24px;
  line-height: 21.81818182px;
  margin: 0 0 11px 0;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .eshop-products-heading,
  .page-header h2,
  h1.eshop-category-title,
  .page-header h1.page-title {
    margin-bottom: 22px;
  }
}
.eshop-products-heading:before,
.page-header h2:before,
h1.eshop-category-title:before,
.page-header h1.page-title:before {
  background: #36c2b9;
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.eshop-information .eshop-info-title .title-block:before {
  background: #36c2b9;
}
.eshop-information .eshop-info-title .title-block:after {
  background: #36c2b9;
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 22px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding-top: 11px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 7.33333333px 0;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.categories-module h4 a,
ul.categories-module h4 a,
.category-module h4 a,
ul.category-module h4 a {
  color: #555555;
}
.categories-module h4 a:hover,
ul.categories-module h4 a:hover,
.category-module h4 a:hover,
ul.category-module h4 a:hover {
  color: #36c2b9;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
  float: left;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 0;
  color: #555555;
  display: block;
  line-height: normal;
  padding: 6px 8px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #36c2b9;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #258680;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.t3-slideshow .sp-slider-items .item-2 .sp-introtext {
  color: #36c2b9;
}
.t3-slideshow .sp-slider-items .item-3 h1 {
  color: #36c2b9;
}
.t3-slideshow .sp-slider-items .item-3 .sp-slider-content .btn {
  background: #36c2b9;
  border-color: #36c2b9;
}
.t3-slideshow .sp-awetive-layout .slide-indicators li {
  background-color: #36c2b9;
}
.t3-slideshow .sp-awetive-layout .slide-indicators li.active {
  background: none;
  border: 1px solid #36c2b9;
}
.t3-testimonial #sp-testimonial-wrapper #monialsfader #monials li .img img {
  border: 2px #36c2b9 solid;
}
.t3-testimonial li .author .author_name {
  color: #36c2b9;
}
.t3-testimonial .osTestimonial ol.carousel-indicators li {
  display: inline-block;
  border: none;
  float: none;
  background-color: #ababab;
  margin: 1px 5px 1px 1px;
}
.t3-testimonial .osTestimonial ol.carousel-indicators li.active {
  border: none;
  background-color: #36c2b9;
}
.t3-module .product-infor-block .sale-price,
.t3-module .product-infor-block .eshop-price,
.t3-module .product-infor-block .price {
  display: inline;
  color: #36c2b9;
}
.t3-eshop-products .eshop-product.list .eshop-wrap-grid-boxes,
.t3-sidebar .eshop-product.list .eshop-wrap-grid-boxes {
  border-bottom: 1px dashed #eeeeee;
  margin: 0 0 14.66666667px;
  padding: 0 0 14.66666667px;
}
.t3-eshop-products .eshop-product.list .eshop-wrap-grid-boxes h4.eshop-product-title,
.t3-sidebar .eshop-product.list .eshop-wrap-grid-boxes h4.eshop-product-title {
  color: #222222;
  font-size: 14px;
  margin: 0 0 11px;
}
.t3-eshop-products .eshop-product.list .eshop-product-row:last-child .eshop-wrap-grid-boxes,
.t3-sidebar .eshop-product.list .eshop-product-row:last-child .eshop-wrap-grid-boxes {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.eshop-category ul li a:hover,
.eshop-category ul li a.active {
  color: #36c2b9 !important;
}
.eshop-product-tabs #productTab {
  padding: 0 0 22px;
}
.eshop-product-tabs #productTab li {
  margin-left: 11px;
}
.eshop-product-tabs #productTab li a {
  background: #eeeeee;
  color: #555555;
}
.eshop-product-tabs #productTab li a:hover {
  color: #ffffff;
  background: #36c2b9;
}
.eshop-product-tabs #productTab li.active a {
  color: #ffffff;
  background: #36c2b9;
}
.eshop-product-tabs .padding-inner,
.t3-latest-product .padding-inner,
.t3-featured-product .padding-inner,
.mega-dropdown-inner .padding-inner {
  padding: 0 13.75px;
}
.eshop-product-tabs .image,
.t3-latest-product .image,
.t3-featured-product .image,
.mega-dropdown-inner .image {
  position: relative;
  overflow: hidden;
}
.eshop-product-tabs h4.eshop-product-title,
.t3-latest-product h4.eshop-product-title,
.t3-featured-product h4.eshop-product-title,
.mega-dropdown-inner h4.eshop-product-title {
  text-transform: uppercase;
  margin: 10px 0;
}
.eshop-product-tabs h4.eshop-product-title a,
.t3-latest-product h4.eshop-product-title a,
.t3-featured-product h4.eshop-product-title a,
.mega-dropdown-inner h4.eshop-product-title a {
  color: #222534;
}
.eshop-product-tabs .eshop-base-price,
.t3-latest-product .eshop-base-price,
.t3-featured-product .eshop-base-price,
.mega-dropdown-inner .eshop-base-price,
.eshop-product-tabs .eshop-sale-price,
.t3-latest-product .eshop-sale-price,
.t3-featured-product .eshop-sale-price,
.mega-dropdown-inner .eshop-sale-price,
.eshop-product-tabs .eshop-price,
.t3-latest-product .eshop-price,
.t3-featured-product .eshop-price,
.mega-dropdown-inner .eshop-price {
  display: inline-block !important;
  font-size: 15px;
  line-height: normal;
}
.eshop-product-tabs .eshop-base-price,
.t3-latest-product .eshop-base-price,
.t3-featured-product .eshop-base-price,
.mega-dropdown-inner .eshop-base-price {
  color: #cccccc;
}
.eshop-product-tabs .eshop-sale-price,
.t3-latest-product .eshop-sale-price,
.t3-featured-product .eshop-sale-price,
.mega-dropdown-inner .eshop-sale-price,
.eshop-product-tabs .eshop-price,
.t3-latest-product .eshop-price,
.t3-featured-product .eshop-price,
.mega-dropdown-inner .eshop-price {
  color: #36c2b9;
  clear: both;
  display: block;
  font-weight: bold;
}
.eshop-product-tabs .btn-primary,
.t3-latest-product .btn-primary,
.t3-featured-product .btn-primary,
.mega-dropdown-inner .btn-primary {
  float: right;
  text-transform: uppercase;
  position: relative;
  padding-left: 30.8px;
}
.eshop-product-tabs .btn-primary:before,
.t3-latest-product .btn-primary:before,
.t3-featured-product .btn-primary:before,
.mega-dropdown-inner .btn-primary:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  left: 8px;
  top: 10px;
  content: "\f07a";
  position: absolute;
}
.eshop-product-tabs .category-view-all,
.t3-latest-product .category-view-all,
.t3-featured-product .category-view-all,
.mega-dropdown-inner .category-view-all {
  padding-top: 22px;
}
.eshop-product-tabs .category-view-all .btn-primary,
.t3-latest-product .category-view-all .btn-primary,
.t3-featured-product .category-view-all .btn-primary,
.mega-dropdown-inner .category-view-all .btn-primary {
  float: none;
  padding-left: 11.57894737px;
}
.eshop-product-tabs .category-view-all .btn-primary:before,
.t3-latest-product .category-view-all .btn-primary:before,
.t3-featured-product .category-view-all .btn-primary:before,
.mega-dropdown-inner .category-view-all .btn-primary:before {
  display: none;
}
.eshop-product-tabs .nopagination,
.t3-latest-product .nopagination,
.t3-featured-product .nopagination,
.mega-dropdown-inner .nopagination {
  float: right;
  height: auto;
  margin: 0;
  overflow: hidden;
}
.eshop-product-tabs .nopagination .eshop-first,
.t3-latest-product .nopagination .eshop-first,
.t3-featured-product .nopagination .eshop-first,
.mega-dropdown-inner .nopagination .eshop-first,
.eshop-product-tabs .nopagination .eshop-last,
.t3-latest-product .nopagination .eshop-last,
.t3-featured-product .nopagination .eshop-last,
.mega-dropdown-inner .nopagination .eshop-last,
.eshop-product-tabs .nopagination .eshop-previous,
.t3-latest-product .nopagination .eshop-previous,
.t3-featured-product .nopagination .eshop-previous,
.mega-dropdown-inner .nopagination .eshop-previous,
.eshop-product-tabs .nopagination .eshop-next,
.t3-latest-product .nopagination .eshop-next,
.t3-featured-product .nopagination .eshop-next,
.mega-dropdown-inner .nopagination .eshop-next {
  display: none;
}
.eshop-product-tabs .nopagination ul,
.t3-latest-product .nopagination ul,
.t3-featured-product .nopagination ul,
.mega-dropdown-inner .nopagination ul {
  overflow: hidden;
}
.eshop-product-tabs .nopagination ul a,
.t3-latest-product .nopagination ul a,
.t3-featured-product .nopagination ul a,
.mega-dropdown-inner .nopagination ul a {
  background: #b2b2b2;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.eshop-product-tabs .nopagination ul a.eshop-current,
.t3-latest-product .nopagination ul a.eshop-current,
.t3-featured-product .nopagination ul a.eshop-current,
.mega-dropdown-inner .nopagination ul a.eshop-current {
  background: #36c2b9;
}
.t3-featured-product h4.eshop-product-title,
.mega-dropdown-inner h4.eshop-product-title {
  font-size: 14px;
}
.t3-featured-product .eshop-price,
.mega-dropdown-inner .eshop-price,
.t3-featured-product .base-price,
.mega-dropdown-inner .base-price,
.t3-featured-product .eshop-base-price,
.mega-dropdown-inner .eshop-base-price,
.t3-featured-product .eshop-sale-price,
.mega-dropdown-inner .eshop-sale-price {
  text-align: right;
  display: block !important;
}
@media screen and (min-width: 768px) {
  .t3-featured-product .eshop_product.col-lg-2,
  .mega-dropdown-inner .eshop_product.col-lg-2 {
    width: 20%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .t3-featured-product .eshop_product.col-lg-2,
  .mega-dropdown-inner .eshop_product.col-lg-2 {
    width: 50%;
  }
  .t3-featured-product .eshop-product .eshop-wrap-product,
  .mega-dropdown-inner .eshop-product .eshop-wrap-product {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .t3-featured-product .eshop-product .eshop-wrap-product,
  .mega-dropdown-inner .eshop-product .eshop-wrap-product,
  .t3-featured-product .product-tab-content .eshop-product-tab,
  .mega-dropdown-inner .product-tab-content .eshop-product-tab {
    display: inline-block;
    width: auto;
  }
}
.t3-featured-product .eshop-price,
.t3-featured-product .base-price,
.t3-featured-product .eshop-base-price,
.t3-featured-product .eshop-sale-price {
  float: right;
}
.eshop-related-product {
  position: relative;
}
.eshop-related-product .slick-prev,
.eshop-related-product .slick-next {
  top: -45px;
}
.eshop-related-product .related {
  display: table;
  width: 100%;
}
.eshop-related-product .related .col-md-6 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.eshop_advanced_search h4 {
  border-color: #eeeeee;
}
.eshop_advanced_search h4 a {
  color: #666666;
}
.eshop_advanced_search .noUi-background {
  background: #eeeeee;
  border-radius: 0;
}
.eshop_advanced_search .noUi-connect {
  background: #36c2b9;
}
.eshop_advanced_search .noUi-handle {
  background: #666666;
  border-radius: 0;
}

.items-leading .leading {
  margin-bottom: 44px;
}
.items-row .item {
  margin-bottom: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid #ddd;
}
.divider-vertical {
  margin: 0 0 44px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 22px;
}
.article-info {
  margin: 0;
  width: 85%;
  color: #868686 !important;
  font-style: italic;
  letter-spacing: 1px;
}
.article-info a {
  color: #36c2b9;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.article-footer {
  color: #999999;
  font-size: 13px;
  margin-bottom: 22px;
}
.article-intro img,
.article-content img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 33px 22px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 22px 33px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 22px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 22px;
}
.img-fulltext-right {
  float: right;
  margin-left: 22px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 13px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 22px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.login-wrap .other-links ul {
  padding-left: 15px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 11px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 22px;
  padding: 11px 22px;
  border-radius: 0;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 22px 0;
}
#searchForm legend {
  margin-bottom: 11px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 22px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 11px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.category.list-striped h3 {
  margin: 0;
}
.search-results {
  margin-top: 22px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 22px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 22px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
div.finder {
  margin-bottom: 22px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 22px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 11px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 11px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 22px;
  margin-bottom: 22px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 22px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 22px;
  margin-bottom: 22px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 22px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .nopagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .nopagination ul li {
  border: 1px solid #eeeeee;
  float: left;
  line-height: normal;
  margin-right: 11px;
  padding: 11px 22px;
}
.article-content .nopagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 22px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #eeeeee;
  border-radius: 0;
  float: right;
  padding: 10px;
  margin: 0 0 22px 22px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #36c2b9;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #36c2b9;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 11px 22px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #36c2b9;
}
.items-more h3 {
  margin: 0 0 22px;
}
.items-more .nav > li {
  border-top: 1px solid #eeeeee;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 11px 0;
}
.display-limit {
  margin: 11px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 11px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}

body .page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 22px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -22px;
}
.article-title,
.article-header h1 {
  margin: 0 0 11px 0;
  font-size: 18px;
  text-transform: uppercase;
}
.article-title a,
.article-header h1 a {
  color: #222534;
}
.article-header h1.article-title {
  background: transparent;
  font-family: "Cabin Condensed", Arial, sans-serif;
  color: #333333;
  font-size: 24px;
  line-height: 21.81818182px;
  margin: 0 0 11px 0;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .article-header h1.article-title {
    margin-bottom: 22px;
  }
}
.article-header h1.article-title:before {
  background: #36c2b9;
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 44px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .masthead {
    padding: 88px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 22px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.contact .page-header {
  border: none;
  margin: 0;
  padding: 0;
}
.contact .image {
  width: 100%;
}
.contact .contact-position h3 {
  color: #333333;
  font-size: 18px;
  line-height: 21.81818182px;
  font-weight: bold;
  line-height: 21.8182px;
  text-transform: uppercase;
}
.contact .jicons-icons,
.contact .jicons-text {
  background: #36c2b9;
  padding: 4.4px;
  color: #ffffff;
  display: inline-block;
  height: 26px;
  line-height: normal;
  margin: 0 10px 0 0;
  text-align: center;
  width: 25px;
}
.contact form {
  margin: 0;
}
.contact .form-horizontal .form-group {
  margin: 0;
}
.contact .form-horizontal .form-group textarea,
.contact .form-horizontal .form-group input[type="text"],
.contact .form-horizontal .form-group input[type="email"],
.contact .form-horizontal .form-group .inputbox {
  width: 100%;
  border-radius: 0;
}
.contact .form-horizontal .form-group #jform_contact_message {
  height: 255px;
}
.contact .form-horizontal .form-group .btn[type="submit"] {
  margin-top: 11px;
}
.contact .form-horizontal .control-label {
  padding: 10px 0;
  text-align: left;
  color: #222534;
  font-weight: bold;
}
.jumbotron-primary {
  background-color: #36c2b9;
  color: #fafdfd;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #d2f2f0;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.t3-wrapper {
  overflow: hidden;
}
.brown-bg {
  background-color: #9f824a !important;
}
.cyan-bg {
  background-color: #6bc15f !important;
}
.gray-dark-bg {
  background-color: #222534 !important;
}
.green-bg {
  background-color: #00b777 !important;
}
.purple-bg {
  background-color: #6c4a87 !important;
}
.red-bg {
  background-color: #f2533d !important;
}
.yellow-bg {
  background-color: #fbaf01 !important;
}
.eshop-header {
  background: #222534;
}
.eshop-header .col-lg-6:last-child .t3-module {
  float: right;
}
.eshop-header .t3-module {
  margin: 0;
  padding: 9.16666667px 0;
  color: #ffffff;
}
.eshop-header .t3-module form {
  margin: 0;
}
.eshop-header .t3-module .eshop-currency a {
  line-height: normal;
  background: #32374d;
  color: #bbbbbb;
}
.eshop-header .t3-module .eshop-currency a.active {
  color: #ffffff !important;
  background: #36c2b9;
}
.eshop-header .t3-module ul.nav {
  float: right;
  margin: 3px 0 0;
}
.eshop-header .t3-module ul.nav li {
  position: relative;
  line-height: normal;
}
.eshop-header .t3-module ul.nav li:before {
  content: "/";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  color: #bbbbbb;
}
.eshop-header .t3-module ul.nav li:first-child:before {
  display: none;
}
.eshop-header .t3-module ul.nav li a {
  background: none;
  padding: 0 10px 0;
  color: #bbbbbb;
  text-transform: uppercase;
}
.eshop-header .t3-module ul.nav li.active a,
.eshop-header .t3-module ul.nav li a:hover {
  color: #ffffff;
}
.eshop-header .t3-module ul.nav li:last-child a {
  padding: 0 0 0 10px;
}
.t3-header {
  padding-top: 22px;
  padding-bottom: 22px;
}
.t3-header .t3-module {
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-header .t3-module {
    margin: 22px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .t3-header .t3-module {
    margin: 22px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .t3-header .t3-module .eshop-search {
    float: right;
  }
}
.t3-header .t3-module .eshop-cart #eshop-cart-total {
  color: #36c2b9;
}
.t3-header .t3-module .eshop-cart .eshop-items > a,
.t3-header .t3-module .eshop-cart .eshop-checkout,
.t3-header .t3-module .eshop-cart .eshop-mini-cart-info .btn:hover {
  background: #36c2b9;
  color: #ffffff;
}
.t3-header .t3-module .eshop-cart .eshop-total,
.t3-header .t3-module .eshop-cart .eshop-price {
  color: #36c2b9;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-header .col-lg-4:first-child .t3-module {
    margin: 0;
  }
}
.t3-header .t3-eshop-header2 .custom {
  color: #999999;
  margin: 0 0 0 50px;
  position: relative;
  display: inline-block;
}
.t3-header .t3-eshop-header2 .custom:before {
  background-color: #eeeeee;
  content: "";
  height: 100%;
  left: -10px;
  position: absolute;
  width: 1px;
  top: 0;
}
.t3-header .t3-eshop-header2 .custom:after {
  color: #36c2b9;
  content: "\f095";
  font-family: FontAwesome;
  font-size: 40px;
  height: 100%;
  left: -48px;
  position: absolute;
  top: -5px;
  width: auto;
}
.t3-header .t3-eshop-header2 .custom h2 {
  color: #36c2b9;
  font-family: "Lato", Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.t3-header .t3-eshop-header2 .custom p {
  margin: 0;
  line-height: normal;
}
.t3-header .t3-eshop-header2 .eshop-search .product_search {
  height: auto;
  padding: 11px 10px 12px;
  width: 215px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .t3-header .t3-eshop-header2 .eshop-search .product_search {
    width: 160px;
  }
}
.t3-header .t3-eshop-header2 .eshop-search .add-on {
  border-radius: 0 !important;
  background: #36c2b9;
  border: none;
  padding: 12px 12px 13px;
  height: auto;
  width: 50px;
}
.t3-header .t3-eshop-header2 .eshop-search .add-on i,
.t3-header .t3-eshop-header2 .eshop-search .add-on em {
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .t3-header .t3-eshop-header2 #eshop-cart .eshop-items > a {
    font-size: 13px;
  }
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
    margin: 0;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  margin-top: 22px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.boxed-layout {
  background: url(../../../templates/eshop_fashion_pro/images/background/gen_bkg_boxed.jpg) repeat-y center top;
}
.boxed-layout > .container {
  background: #FFF;
}
.mod-articles-category-image {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.mod-articles-category-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.mod-articles-category-image:hover img {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transform: scale(1.5) rotate(-7deg);
  -ms-transform: scale(1.5) rotate(-7deg);
  -moz-transform: scale(1.5) rotate(-7deg);
  -webkit-transform: scale(1.5) rotate(-7deg);
  -o-transform: scale(1.5) rotate(-7deg);
}
.post-image {
  position: relative;
  display: block;
}
.post-image .hover_shine {
  background: url("../../../templates/eshop_fashion_pro/images/glass.png") no-repeat -265px 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.post-image:hover .hover_shine {
  background-position: 590px 0;
  -moz-transition: all 2s ease 0s;
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  -ms-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
}
#back-to-top {
  position: fixed;
  right: 22px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: none;
  border: 2px solid #36c2b9;
  color: #36c2b9;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  text-align: center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: none;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#back-to-top.affix {
  bottom: 44px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 28px;
  line-height: 22px;
}
.eshop-shop-introduction {
  background: #eeeeee;
  position: relative;
  padding: 66px 0;
  margin: -44px 0 22px;
}
.eshop-shop-introduction:before {
  background: #eeeeee;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.eshop-shop-introduction:after {
  background: #eeeeee;
  content: "";
  height: 100%;
  right: -100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.eshop-shop-introduction h1 {
  color: #000000;
  font-weight: bold;
  margin: 0;
}
.eshop-shop-introduction h2 {
  font-family: "Lato", Arial, sans-serif;
  color: #36c2b9;
  font-size: 56px;
  font-weight: 100;
  letter-spacing: 5px;
  margin: 0 0 22px;
}
.eshop-shop-introduction .btn {
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 22px;
}
.boxed-layout .eshop-shop-introduction {
  margin: -44px -15px 22px;
}
.boxed-layout .eshop-shop-introduction:before {
  display: none;
}
.boxed-layout .eshop-shop-introduction:after {
  display: none;
}
.view-frontpage .sortPagiBar {
  display: none;
}
.grid .sortPagiBar .btn-group .btn.grid,
.list .sortPagiBar .btn-group .btn.list {
  background: #36c2b9;
}
.eshop-product-price .price,
.eshop-product-price .eshop-sale-price,
#eshop_result .eshop-sale-price,
#eshop_result .eshop-price {
  color: #36c2b9 !important;
}
#cboxContent .brand-primary-bg {
  background: #36c2b9 !important;
}
.product-info .product-price h2 .eshop-sale-price,
.product-info .product-price h2 .eshop-price,
.eshop-wrap-reviews .review-nopagination-list a:hover,
.eshop-wrap-reviews .review-nopagination-list a.eshop-current {
  color: #36c2b9;
}
.product-info .slick-prev:hover,
.product-info .slick-next:hover,
.eshop-checkout-page .checkout-heading:before {
  background-color: #36c2b9;
}
.brand-primary-bg {
  background: #36c2b9 !important;
}
body .eshop-image-block .horizontal,
body .image .horizontal,
body .eshop-image-block .round,
body .image .round {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  line-height: normal;
}
.t3-testimonial {
  background: #f5f5f5;
  padding-top: 44px;
  padding-bottom: 44px;
  margin-bottom: 55px;
}
.t3-testimonial .t3-module {
  margin: 0;
}
.t3-testimonial .os-module-testimonial sup {
  left: 0;
  top: 0;
}
.t3-testimonial .os-module-testimonial sub {
  right: 0;
  bottom: 0;
}
.t3-testimonial .os-module-testimonial img.avatar {
  border: 2px solid #36c2b9;
}
.t3-testimonial .info .name {
  color: #36c2b9;
}
.t3-testimonial .info sup,
.t3-testimonial .info sub {
  position: absolute;
  color: #36c2b9;
}
.t3-sl {
  padding-bottom: 33px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 33px;
    padding-top: 0;
  }
}
.t3-sl .t3-module {
  margin: 0;
}
.t3-sl.eshop-products {
  padding-bottom: 55px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .t3-sl.eshop-products {
    padding-bottom: 55px;
    padding-top: 0;
  }
}
.t3-sl-1 .t3-module {
  margin: 0;
}
.t3-sl-2 {
  background: #f5f5f5;
  border-top: 3px #36c2b9 solid;
  padding-bottom: 33px;
  padding-top: 41.8px;
  margin: 55px 0 0;
}
.t3-sl-2 .t3-module {
  color: #666666;
  margin: 0;
  font-size: 13px;
}
.t3-sl-2 .t3-module .module-title {
  color: #333333;
  font-family: "Cabin Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
}
.t3-sl-2 .t3-module .module-title:before {
  display: none;
}
.t3-sl-2 .t3-module .social-icons {
  background: #555555;
  color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  margin: 0 5.5px 0 0;
}
.t3-sl-2 .t3-module .social-icons:hover {
  background: #36c2b9;
}
.t3-sl-2 .t3-module .social-icons i {
  color: #ffffff !important;
}
.t3-sl-2 .t3-module .input-wrap input[type="text"],
.t3-sl-2 .t3-module .input-wrap input[type="email"],
.t3-sl-2 .t3-module .input-wrap input[type="submit"] {
  border-radius: 0;
  line-height: 23px;
  width: 220px;
}
.t3-sl-2 .t3-module .input-wrap .btn {
  position: relative;
  border-radius: 0;
  padding: 7px 14px 8px;
}
.t3-sl-2 .col-lg-3 .timer .custom p {
  position: relative;
  padding: 0 0 0 18px;
}
.t3-sl-2 .col-lg-3 .timer .custom p:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  left: 0;
  top: 5px;
  content: "\f017";
  position: absolute;
}
.t3-sl-2 .col-lg-3:first-child .t3-module {
  margin: 0;
}
.t3-sl-2 .col-lg-3:first-child .t3-module .custom p {
  position: relative;
  padding: 0 0 0 23px;
}
.t3-sl-2 .col-lg-3:first-child .t3-module .custom p:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  left: 0;
  top: 5px;
  content: "\f095";
  position: absolute;
}
.t3-sl-2 .col-lg-3:first-child .t3-module .custom p:first-child:before {
  content: "\f041";
}
.t3-sl-2 .col-lg-3:first-child .t3-module .custom p:last-child:before {
  content: "\f0e0";
}
.t3-sl-2 .col-lg-3:first-child .t3-module .custom p a {
  color: #666666;
}
.t3-sl-2 .col-lg-3:last-child form {
  margin: 0;
}
.t3-sl-2 .col-lg-3:last-child .t3-module {
  margin: 0;
}
.t3-sl-2 .col-lg-3:last-child .t3-module .custom p {
  position: relative;
  padding: 0 0 0 23px;
}
.t3-sl-2 .col-lg-3:last-child .t3-module .custom p:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  left: 0;
  top: 5px;
  content: "\f095";
  position: absolute;
}
.t3-sl-2 .col-lg-3:last-child .t3-module .custom p:first-child:before {
  content: "\f041";
}
.t3-sl-2 .col-lg-3:last-child .t3-module .custom p:last-child:before {
  content: "\f0e0";
}
.t3-sl-2 .col-lg-3:last-child .t3-module .custom p a {
  color: #666666;
}
.t3-sl-2,
.t3-manufacturer,
.shipping,
.t3-testimonial {
  color: #666666;
}
.t3-sl-2 .t3-module .module-inner p i,
.t3-manufacturer .t3-module .module-inner p i,
.shipping .t3-module .module-inner p i,
.t3-testimonial .t3-module .module-inner p i {
  color: #666666;
}
.t3-sl-2 .t3-module .module-title,
.t3-manufacturer .t3-module .module-title,
.shipping .t3-module .module-title,
.t3-testimonial .t3-module .module-title {
  color: #333333;
}
.t3-latest-product .t3-module .eshop-product .image .row,
.t3-shop-by-cat .t3-module .eshop-product .image .row {
  display: table;
}
.t3-latest-product .t3-module .eshop-product .image .row .col-lg-6,
.t3-shop-by-cat .t3-module .eshop-product .image .row .col-lg-6 {
  float: none;
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
}
.t3-latest-product .t3-module .eshop-product-tabs .eshop-product-tab .row,
.t3-shop-by-cat .t3-module .eshop-product-tabs .eshop-product-tab .row {
  display: table;
}
.t3-latest-product .t3-module .eshop-product-tabs .eshop-product-tab .row .col-lg-6,
.t3-shop-by-cat .t3-module .eshop-product-tabs .eshop-product-tab .row .col-lg-6 {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .t3-latest-product .t3-module .eshop-product-tabs .eshop-product-tab,
  .t3-shop-by-cat .t3-module .eshop-product-tabs .eshop-product-tab {
    float: left;
    width: 50%;
  }
  .t3-latest-product .t3-module .eshop-product-tabs .eshop-product-tab .row,
  .t3-shop-by-cat .t3-module .eshop-product-tabs .eshop-product-tab .row {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .t3-latest-product .t3-module .eshop-product-tabs .eshop-product-tab .image,
  .t3-shop-by-cat .t3-module .eshop-product-tabs .eshop-product-tab .image {
    display: inline-block;
  }
  .t3-latest-product .t3-module .eshop-product-tabs .product-tab-content,
  .t3-shop-by-cat .t3-module .eshop-product-tabs .product-tab-content {
    margin: 20px 0 0;
  }
  .t3-latest-product .t3-module .eshop-product-tabs .default > #productTab,
  .t3-shop-by-cat .t3-module .eshop-product-tabs .default > #productTab {
    float: left;
  }
  .t3-latest-product .t3-module .eshop-product-tabs #productTab li,
  .t3-shop-by-cat .t3-module .eshop-product-tabs #productTab li {
    float: none;
  }
}
.t3-shop-by-cat {
  margin: 0 0 55px;
}
.t3-latest-product,
.t3-featured-product,
.mega-dropdown-inner {
  margin: 0 0 55px;
}
.t3-latest-product .t3-module,
.t3-featured-product .t3-module,
.mega-dropdown-inner .t3-module {
  margin: 0;
}
.t3-latest-product .slick-prev,
.t3-featured-product .slick-prev,
.mega-dropdown-inner .slick-prev,
.t3-latest-product .slick-next,
.t3-featured-product .slick-next,
.mega-dropdown-inner .slick-next {
  background-color: #eeeeee;
  background-position: center center;
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-next.png);
  height: 30px;
  position: absolute;
  width: 30px;
  right: 15px;
  display: inline-block !important;
  margin: 0;
}
.t3-latest-product .slick-prev:hover,
.t3-featured-product .slick-prev:hover,
.mega-dropdown-inner .slick-prev:hover,
.t3-latest-product .slick-next:hover,
.t3-featured-product .slick-next:hover,
.mega-dropdown-inner .slick-next:hover {
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-next-hover.png);
  background-color: #36c2b9;
}
.t3-latest-product .slick-prev,
.t3-featured-product .slick-prev,
.mega-dropdown-inner .slick-prev {
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-prev.png);
  left: auto;
  right: 50px;
}
.t3-latest-product .slick-prev:hover,
.t3-featured-product .slick-prev:hover,
.mega-dropdown-inner .slick-prev:hover {
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-prev-hover.png);
}
.t3-latest-product,
.eshop-related-product {
  margin-bottom: 55px;
}
.t3-latest-product .t3-module,
.eshop-related-product .t3-module {
  margin: 0;
}
.t3-latest-product .t3-module #images-product-row,
.eshop-related-product .t3-module #images-product-row {
  -moz-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: auto;
}
.t3-latest-product .t3-module .eshop-product,
.eshop-related-product .t3-module .eshop-product {
  -moz-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.t3-latest-product .t3-module .eshop-product .customNavigation,
.eshop-related-product .t3-module .eshop-product .customNavigation {
  position: absolute;
  right: 15px;
  top: -45px;
}
.t3-latest-product .t3-module .eshop-product .customNavigation .btn.prev,
.eshop-related-product .t3-module .eshop-product .customNavigation .btn.prev,
.t3-latest-product .t3-module .eshop-product .customNavigation .btn.next,
.eshop-related-product .t3-module .eshop-product .customNavigation .btn.next {
  background-color: #eeeeee;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-next.png);
  height: 30px;
  width: 30px;
  display: inline-block !important;
  margin: 0;
}
.t3-latest-product .t3-module .eshop-product .customNavigation .btn.prev:hover,
.eshop-related-product .t3-module .eshop-product .customNavigation .btn.prev:hover,
.t3-latest-product .t3-module .eshop-product .customNavigation .btn.next:hover,
.eshop-related-product .t3-module .eshop-product .customNavigation .btn.next:hover {
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-next-hover.png);
  background-color: #36c2b9;
}
.t3-latest-product .t3-module .eshop-product .customNavigation .btn.prev,
.eshop-related-product .t3-module .eshop-product .customNavigation .btn.prev {
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-prev.png);
  left: auto;
  right: 50px;
}
.t3-latest-product .t3-module .eshop-product .customNavigation .btn.prev:hover,
.eshop-related-product .t3-module .eshop-product .customNavigation .btn.prev:hover {
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-prev-hover.png);
}
.t3-latest-product.eshop-product,
.eshop-related-product.eshop-product {
  -moz-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.t3-latest-product.eshop-product .customNavigation,
.eshop-related-product.eshop-product .customNavigation {
  position: absolute;
  right: 15px;
  top: -45px;
}
.t3-latest-product.eshop-product .customNavigation .btn.prev,
.eshop-related-product.eshop-product .customNavigation .btn.prev,
.t3-latest-product.eshop-product .customNavigation .btn.next,
.eshop-related-product.eshop-product .customNavigation .btn.next {
  background-color: #eeeeee;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-next.png);
  height: 30px;
  width: 30px;
  display: inline-block !important;
  margin: 0;
}
.t3-latest-product.eshop-product .customNavigation .btn.prev:hover,
.eshop-related-product.eshop-product .customNavigation .btn.prev:hover,
.t3-latest-product.eshop-product .customNavigation .btn.next:hover,
.eshop-related-product.eshop-product .customNavigation .btn.next:hover {
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-next-hover.png);
  background-color: #36c2b9;
}
.t3-latest-product.eshop-product .customNavigation .btn.prev,
.eshop-related-product.eshop-product .customNavigation .btn.prev {
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-prev.png);
  left: auto;
  right: 50px;
}
.t3-latest-product.eshop-product .customNavigation .btn.prev:hover,
.eshop-related-product.eshop-product .customNavigation .btn.prev:hover {
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-prev-hover.png);
}
.t3-featured-product .eshop-product .eshop-wrap-product > .row {
  width: 100%;
  display: table;
  margin: 0 auto;
}
.t3-featured-product .eshop-product .eshop-wrap-product > .row > .col-md-6 {
  padding: 0;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.mega-dropdown-inner {
  margin: 0;
}
.mega-dropdown-inner .t3-module {
  margin: 0;
}
.mega-dropdown-inner .eshop-product {
  padding: 0 22px;
}
.mega-dropdown-inner .eshop-product .slick-prev,
.mega-dropdown-inner .eshop-product .slick-next {
  background-color: #eeeeee;
  background-position: center center;
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-next.png);
  display: inline-block !important;
  margin: -40px 0 0;
  right: -25px;
}
.mega-dropdown-inner .eshop-product .slick-prev:hover,
.mega-dropdown-inner .eshop-product .slick-next:hover {
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-next-hover.png);
  background-color: #36c2b9;
}
.mega-dropdown-inner .eshop-product .slick-prev {
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-prev.png);
  left: -25px;
  right: auto;
}
.mega-dropdown-inner .eshop-product .slick-prev:hover {
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-prev-hover.png);
}
.mega-dropdown-inner .eshop-wrap-product .row {
  display: table;
  width: 100%;
}
.mega-dropdown-inner .eshop-wrap-product .row .col-lg-6 {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 0;
}
.mega-dropdown-inner .eshop-wrap-product .row .col-lg-6 .product-review {
  padding: 0;
}
.mega-dropdown-inner .eshop-wrap-product .row .col-lg-6 .product-review p {
  margin: 0;
}
.t3-shop-by-cat .t3-module {
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .t3-shop-by-cat .t3-module h3.module-title {
    position: absolute;
    top: 5px;
    left: 0;
  }
}
.shipping {
  padding-top: 0;
  padding-bottom: 55px;
}
.shipping .t3-module {
  background: #f5f5f5;
  margin: 0;
  padding: 5.5px;
  text-align: center;
}
.shipping .t3-module .module-inner {
  margin: 5.5px;
  border: 1px #cccccc solid;
  padding: 11px;
}
.shipping .t3-module .module-inner p {
  margin: 0;
  text-transform: uppercase;
}
.shipping .t3-module .module-inner p i,
.shipping .t3-module .module-inner p em {
  color: #666666;
  font-size: 18px;
  margin: 0 5px 0 0;
}
.t3-eshop-products .col-lg-3:last-child .t3-module .module-title {
  background: #36c2b9;
  color: #ffffff;
  padding: 5.5px 11px;
  margin: 0 0 11px;
}
.t3-eshop-products .col-lg-3:last-child .t3-module .eshop-product .slick-slide {
  position: relative;
}
.t3-eshop-products .col-lg-3:last-child .t3-module .eshop-product .slick-slide img {
  border: none;
  box-shadow: none;
  display: block;
  padding: 0;
}
.t3-eshop-products .col-lg-3:last-child .t3-module .eshop-product .slick-slide .product-infor {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.t3-eshop-products .col-lg-3:last-child .t3-module .eshop-product .slick-slide .product-infor a.link {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px;
}
.t3-eshop-products .col-lg-3:last-child .t3-module .eshop-product .slick-slide:hover .product-infor {
  bottom: 0;
}
.t3-eshop-products .col-lg-3:last-child .t3-module .eshop-product .slick-dots li {
  float: none;
  padding: 0;
  height: 10px;
  width: 10px;
}
.t3-eshop-products .col-lg-3:last-child .t3-module .eshop-product .slick-dots li button {
  background: #b2b2b2;
  padding: 0;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.t3-eshop-products .col-lg-3:last-child .t3-module .eshop-product .slick-dots li.slick-active button {
  background: #36c2b9;
}
.t3-sidebar .t3-module .module-title {
  background: #36c2b9;
  color: #ffffff;
  padding: 5.5px 11px;
  margin: 0 0 14.66666667px;
}
.t3-sidebar .t3-module .wrap-gray {
  background: #f5f5f5;
  border-bottom: 5px #ffffff solid;
  padding: 11px 0;
  line-height: normal;
  display: table;
}
.t3-sidebar .t3-module .wrap-gray .col-md-3,
.t3-sidebar .t3-module .wrap-gray .col-md-9 {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.t3-sidebar .t3-module .wrap-gray .col-md-3 {
  text-align: center;
}
.t3-sidebar .t3-module .wrap-gray h4 {
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5.5px;
}
.t3-sidebar .t3-module .wrap-gray .fa {
  font-size: 28px;
  color: #666666;
}
.t3-sidebar .t3-module .wrap-gray p {
  margin: 0;
}
.t3-sidebar .t3-module .eshop-product .slick-slide {
  position: relative;
}
.t3-sidebar .t3-module .eshop-product .slick-slide img {
  border: none;
  box-shadow: none;
  display: block;
  padding: 0;
}
.t3-sidebar .t3-module .eshop-product .slick-slide .product-infor {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.t3-sidebar .t3-module .eshop-product .slick-slide .product-infor a.link {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px;
}
.t3-sidebar .t3-module .eshop-product .slick-slide:hover .product-infor {
  bottom: 0;
}
.t3-sidebar .t3-module .eshop-product .slick-dots li {
  float: none;
  padding: 0;
  height: 10px;
  width: 10px;
}
.t3-sidebar .t3-module .eshop-product .slick-dots li button {
  background: #b2b2b2;
  padding: 0;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.t3-sidebar .t3-module .eshop-product .slick-dots li.slick-active button {
  background: #36c2b9;
}
.t3-manufacturer {
  background: #f5f5f5;
  padding-top: 66px;
  padding-bottom: 66px;
}
.t3-manufacturer .t3-module {
  margin: 0;
}
.t3-manufacturer .t3-module .bx-wrapper .bx-controls-direction a {
  background-color: #eeeeee;
}
.t3-manufacturer .t3-module .bx-wrapper .bx-controls-direction a:hover {
  background-color: #36c2b9;
}
.t3-blog {
  padding-top: 55px;
}
.t3-blog .t3-module {
  margin: 0;
}
.t3-blog .article-title a {
  color: #222534;
}
.t3-mainbody {
  padding-top: 22px;
  padding-bottom: 22px;
}
.t3-content {
  padding-top: 22px;
  padding-bottom: 22px;
}
.t3-sidebar {
  padding-top: 22px;
  padding-bottom: 22px;
}
.t3-sidebar .t3-module {
  margin-bottom: 33px;
}
.t3-sidebar .t3-module .module-title {
  background: #36c2b9;
  color: #ffffff;
  font-size: 18px;
  padding: 10px;
}
.t3-sidebar .t3-module .module-title:before {
  display: none;
}
.t3-sidebar .t3-module .slick-list {
  margin: 0 0 30px;
}
.t3-sidebar .t3-module .slick-dots {
  bottom: -52px;
}
.t3-sidebar-left .t3-module:first-child .module-title {
  margin: 0;
  padding-left: 33px;
  position: relative;
}
.t3-sidebar-left .t3-module:first-child .module-title:before {
  background: none;
  height: auto;
  width: auto;
  display: inline-block;
  font-family: 'FontAwesome';
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  left: 8px;
  top: 10px;
  content: "\f039";
  position: absolute;
}
.t3-sidebar-left .search .module-title {
  padding-left: 33px;
  position: relative;
}
.t3-sidebar-left .search .module-title:before {
  background: none;
  height: auto;
  width: auto;
  display: inline-block;
  font-family: 'FontAwesome';
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  left: 8px;
  top: 10px;
  content: "\f002";
  position: absolute;
}
.t3-footer {
  border-top: 1px solid #eeeeee;
  background: #222534;
  color: #999999;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  color: #999999;
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #999999;
}
.t3-footnav {
  padding: 22px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 44px 0;
  }
  .t3-footnav .col-lg-2,
  .t3-footnav .col-lg-4 {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t3-footnav .col-sm-6 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .t3-footnav .col-sm-6 {
    width: 50%;
  }
}
.t3-footnav .t3-module {
  background: #222534;
  color: #999999;
  margin-top: 11px;
  margin-bottom: 0;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-family: "Cabin Condensed", Arial, sans-serif;
  font-size: 15px;
  margin-bottom: 11px;
  padding: 0;
}
.t3-footnav .t3-module .module-title:before {
  display: none;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #999999;
  background: none;
  font-size: 13px;
  padding: 6px 0;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #999999;
}
.t3-copyright {
  border-top: none;
  background: #1c1e2b;
  font-size: 13px;
  padding: 22px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright .footer-right {
  text-align: right;
}
.t3-copyright .footer-right .custom {
  float: right;
}
.t3-copyright .footer-right .custom p {
  margin: 0;
}
.t3-copyright .footer-right .custom p img {
  display: inline-block;
  padding: 0 10px;
  vertical-align: bottom;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}



#product_image_preview_holder, #product_image_preview {
    position: relative !important;
}
.box-product {
    overflow: visible;
}
.image, .product_image {
    position: relative !important;
}
.cut-rotated {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    width: 100%;
}
.horizontal, .rotated, .round {
    background-size: contain;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 0.2em;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.horizontal {
    border-radius: 0.3em;
    line-height: 1em;
    padding: 3px 5px;
}
.horizontal.small-db.bottom_left, .horizontal.big-db.bottom_left {
    bottom: 10%;
    left: 2%;
}
.horizontal.small-db.bottom_right, .horizontal.big-db.bottom_right {
    bottom: 10%;
    right: 2%;
}
.horizontal.small-db.top_left, .horizontal.big-db.top_left {
    left: 2%;
    top: 10%;
}
.horizontal.small-db.top_right, .horizontal.big-db.top_right {
    right: 2%;
    top: 10%;
}
.instock {
    color: #6da50c;
}
.outofstock {
    color: #e32122;
}
#product_image_preview_holder {
    position: relative !important;
}
.rotated {
    width: 300px;
}
.rotated.small-db.top_left {
    left: -115px;
    top: 25px;
}
.rotated.big-db.top_left {
    left: -100px;
    top: 35px;
}
.rotated.small-db.top_right {
    right: -115px;
    top: 25px;
}
.rotated.big-db.top_right {
    right: -100px;
    top: 35px;
}
.rotated.small-db.bottom_right {
    bottom: 25px;
    right: -115px;
}
.rotated.big-db.bottom_right {
    bottom: 35px;
    right: -100px;
}
.rotated.small-db.bottom_left {
    bottom: 25px;
    left: -115px;
}
.rotated.big-db.bottom_left {
    bottom: 35px;
    left: -100px;
}
.rotated.position_manual {
    left: -115px;
    min-width: 5em;
    top: 25px;
    transform: rotate(-45deg);
}
.rotated.top_left, .rotated.bottom_right {
    transform: rotate(-45deg);
}
.rotated.top_right, .rotated.bottom_left {
    transform: rotate(45deg);
}
.round {
    border-radius: 25em;
}
.round.big-db {
    font-size: 2em;
    line-height: 2.5em;
    min-width: 2.5em;
}
.round.small-db {
    font-size: 1.3em;
    line-height: 2.6em;
    min-width: 2.6em;
}
.round.small-db.bottom_left, .round.big-db.bottom_left {
    bottom: 5%;
    left: 2%;
}
.round.small-db.bottom_right, .round.big-db.bottom_right {
    bottom: 5%;
    right: 2%;
}
.round.small-db.top_left, .round.big-db.top_left {
    left: 2%;
    top: 2%;
}
.round.small-db.top_right, .round.big-db.top_right {
    right: 2%;
    top: 2%;
}


label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}



button#add-to-cart { margin-top: 30px;}

#cartcontainer {
    float: right;
    margin-top: 63px;
    margin-right: 90px;
}

.product-price .price {
    font-family: "Goldplay-Regular", Helvetica, Arial, sans-serif;
    color: #444;
    font-size: 0.8em;
    }

@media (max-width: 767px) {
    .ajax-block-product.spanbox {
        border-bottom: 1px solid #efefef;
        margin-bottom: 10px;
        margin-left: 0 !important;
        margin-right: 0;
        margin-top: 0;
        padding: 0 0 10px;
        position: relative;
        width: 100%;
    }
    .row-fluid .span6 {width: 100% !important;}
    .row-fluid .span3 {width: 100% !important;}
}


.btn-primary {
    background-color: #36c2b9;
    border-color: #2e6da4;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #027B8C;
  border-color: #204d74;
}


.nicerow {padding-bottom: 20px; border-bottom: 1px solid #EEEEEE; margin-bottom: 20px;}

/*
.scaption  a {
 background-color: rgba(255, 255, 255, 0.7) !important;
 color: #191919 !important;
 font-size: 36px;
}
*/


mark {
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: #191919;
    font-size: 40px;
}


.scaption::selection, .scaption::-moz-selection {
    background: #fff !important;
     background-color: rgba(255, 255, 255, 0.7) !important;
    color: #191919;
}






/* ----- | Story-Box | ----- */
.story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

.story-box .story-box-image {
	width: 70%;
	height: 500px;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
	opacity: .9;
}

.story-box .story-box-info {
    color: #003;
	box-sizing: border-box;
	width: 50%;
	height: 430px;
	padding: 60px;
	margin: 35px 0 0 -20%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 35px -20% 0 0;
}

.story-box .story-box-info .story-title {
	font-family: 'Playfair Display';
	font-size: 26px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0;
	color: #1d2c4c;
}

.story-box .story-box-info .story-box-content p {
	font-size: 15px;
	font-weight: 300;
	color: #666;
	line-height: 16px;
}

.story-box .story-box-info .story-box-content a {
	font-size: 16px;
	text-decoration: underline !important;
}

/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {

	.story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
	}

	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.story-box.description-left .story-box-info { margin: -40px 5% 0; }

	.story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}
}


@media (max-width: 767px) {

	.story-box.description-left .story-box-info { margin: -100px 5% 0; }
	.story-box .story-box-info {
		padding: 35px;
		text-align: center;
		margin: -100px 5% 0;
	}
}

@media (max-width: 479px) {

	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	.story-box.description-left .story-box-info { margin: -200px 5% 0; }

}


