:root {
  --plp-blue: #5c6d91;
  --plp-pink: #ec238e;
  --plp-green: #a7cf4b;
  --plp-yellow: #ffcd24;
  --plp-text: #12131a;
  --plp-muted: #6b7084;
  --plp-border: rgba(18,19,26,.09);
  --plp-bg: #fff;
  --plp-surface: #f4f5f9;
  --plp-radius-card: 14px;
  --plp-radius-sm: 8px;
  --plp-shadow: 0 1px 3px rgba(18,19,26,.06), 0 6px 16px rgba(18,19,26,.04);
  --plp-shadow-hover: 0 2px 8px rgba(18,19,26,.08), 0 12px 28px rgba(18,19,26,.08);
}

.clear {clear:both;}

.owl-top-narrow #category-slider-demo-7 .owl-controls{right:-2px}
.header .demo-tooltip,.footer .demo-tooltip{position:absolute;right:15px;top:5px;z-index:9;width:20px}
.header-container.sticky-header .header .demo-tooltip{display:none}
.footer .demo-tooltip{top:-20px}
a.tooltip-icon{border:1px solid #fff;color:#fff;border-radius:50%;display:block;width:20px;height:20px;text-align:center;line-height:20px;font-size:10px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-animation:tooltip-animation 1s ease-in infinite;-moz-animation:tooltip-animation 1s ease-in infinite;-ms-animation:tooltip-animation 1s ease-in infinite;animation:tooltip-animation 1s ease-in infinite}
.header-container.type4 a.tooltip-icon{color:#000;border-color:#000}
.tooltip-popup{position:absolute;right:-10px;top:30px;width:300px;background-color:#111;box-shadow:0 0 8px rgba(255,255,255,.5);padding:20px;border-radius:10px;font-size:12px;line-height:1.4;color:#fff;text-align:left}
.tooltip-popup h4{font-size:16px;color:#fff}
.tooltip-popup p{margin-bottom:10px;color:#fff}
.tooltip-popup em{font-size:10px}
a.tooltip-close{position:absolute;right:10px;top:10px;color:#fff}
.footer-middle>.container{position:relative}
.container:after{content: "";display: table;clear: both}
@-webkit-keyframes tooltip-animation {
0%{opacity:1}
50%{opacity:0}
100%{opacity:1}
}
@keyframes tooltip-animation {
0%{opacity:1}
50%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes tooltip-color {
0%{color:#fff}
50%{color:#333}
100%{color:#fff}
}
@keyframes tooltip-color {
0%{color:#fff}
50%{color:#333}
100%{color:#fff}
}
@-webkit-keyframes tooltip-color-white {
0%{color:#444}
50%{color:#fff}
100%{color:#444}
}
@keyframes tooltip-color-white {
0%{color:#444}
50%{color:#fff}
100%{color:#444}
}
.category-description img{max-width:100%}
.form-list .field{margin-left:4%}
.form-list .fields .field:first-child{margin-left:0}
.box{margin-bottom:30px}
.box .box-title{margin:0}
.product-tabs-container{position:fixed;left:0;top:0;width:100%;padding:15px 0;z-index:1;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.1)}
.product-tabs-container.has-sticky-header{top:45px}
.sticky-tab > li{display:inline-block;font-size:13px;padding:0 10px}
.sticky-tab > li:first-child{padding-left:0}
.sticky-tab > li > a{color:#777;padding:10px 0}
.bounce-loader{transition:all .2s;text-align:center;width:70px;display:inline-block}
.bounce-loader .bounce1,.bounce-loader .bounce2,.bounce-loader .bounce3{animation:1.4s ease-in-out 0 normal both infinite running bouncedelay;background-color:#CCC;border-radius:100%;box-shadow:0 0 20px 0 rgba(0,0,0,0.15);display:inline-block;height:18px;width:18px;margin:0 1.5px}
.bounce-loader .bounce1{animation-delay:-.32s}
.bounce-loader .bounce2{animation-delay:-.16s}
@keyframes bouncedelay {
0%,80%,100%{transform:scale(0)}
40%{transform:scale(1)}
}
@media(max-width: 991px) {
.product-tabs-container.has-sticky-header:not(.has-mobile-sticky-header){top:0}
.product-tabs-container.has-sticky-header.has-mobile-sticky-header{top:110px}
}
ul.scene{width:100%;height:100%}
ul.scene > li.layer{width:100%;height:100%}
.animation-spin {
  -moz-animation: spin 20s infinite linear;
  -o-animation: spin 20s infinite linear;
  -webkit-animation: spin 20s infinite linear;
  animation: spin 20s infinite linear;
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .usp-bar {display:none;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


/******************************************************************************************************************/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 1px solid #e4e4e4;
    height: 27px;
    background: #fff url(../images/select-bg.svg) no-repeat 100% 48%;
    background-size: 30px 60px;
    padding-right: 25px;
    text-indent: .01em;
    text-overflow: '';
}
.pager .limiter select {padding-right:25px;}
#newsletter_popup {
    display: none;
}
.icon-right-open:before {
    content: '\e81a';
}
.icon-left-open:before {
    content: '\e819';
}
.header .form-search {
  border-radius: 20px !important;
}
body.boxed .page{overflow:visible;}
.homepage-bar {
    border-top: none;
    border-color: #e5e8e8;
    background-color: transparent;
}
.homepage-bar .col-lg-4 {
    border: none;
    padding-top: 20px;
    padding-bottom: 21px;
	}
.homepage-bar i {
    color:#465157;
}
.homepage-bar h3 {
    font-size: 14px;
    font-weight: 600;
    color: #465157;
    line-height: 19px;
}
.homepage-bar p {
    font-size: 13px;
    font-weight: 300;
    color: #839199;
    line-height: 19px;
}
.header-container.type4.header-newskin .main-nav .menu >li.menu-full-width .nav-sublist-dropdown .container ul >li >a.level1,
.header-container.type4.header-newskin .main-nav .menu >li.menu-static-width .nav-sublist-dropdown .container ul >li >a.level1 {
    color: #5c6d91;
	font-size:15px;
	font-weight:400;
}
.main-nav .menu > li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist a {font-size:14px !important; font-family: 'Lat', sans-serif !important; font-weight:300 !important; line-height:16px !important;  color: #5c6d91 !important;}

.list-title, div.filter-title, h3.filter-title, h2.filter-title .content {
    background: none;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 15px;
	color:#5c6d91;
}
div.filter-title .content, h3.filter-title .content, h2.filter-title .content {
    background: none;
    padding-right: 0;
}



.owl-top-narrow .owl-controls {
    top: auto;
    bottom: -35px;
    left: 5px;
}

.ratings {background: none;}
.product-name a {
    color: #5b5b5f;
}
.regular-price .price {
    font-family: 'Lat', sans-serif;
    font-size: 18px;
    letter-spacing: 0.005em;
    color: #2b2b2d;
    font-weight: 400;
}
.special-price .price {
    font-family: 'Lat', sans-serif;
    font-size: 18px;
    color: #ff0000;
    font-weight: 400;
}
.old-price .price {
    font-family: 'Lat', sans-serif;
    color: #2b2b2d;
    font-size: 14px;
    font-weight: 400;
}
.product-label {
    left: 10px;
    right: auto !important;
}
span.new-product-icon,span.sale-product-icon {
    border-radius: 20px;
}
.product-label span {
    font-size: 11px;
    padding: 5px 0px;
}
.owl-theme .owl-controls .owl-page span {
    width: 11px;
    height: 3px;
    margin: 5px;
}
.owl-theme .owl-controls .owl-page.active span {
    background-color: #2b2b2d;
}
a.addtocart i.icon-cart {
    font-size: 17px;
    line-height: 29px;
}
a.addtocart i.icon-cart:before {
    content: "\e87f";
}
.item:hover .details-area .actions a.addtocart {
    border-color: #2b2b2d;
    background-color: #2b2b2d;
}
a.addtowishlist,a.comparelink {
    color: #2b2b2d;
    border-color: #f4f4f4;
    background-color: #f4f4f4;
}
.icon-wishlist:before {
    content: '\e88a';
}
.custom-support {
    text-align: center;
}
.custom-support i {
    background-color: transparent;
    float: none;
    color: #0088cc;
    width: auto;
    height: auto;
    border-radius: 0;
    padding-bottom: 14px;
    display: inline-block;
}
.custom-support div.content {
    margin-left: 0;
}
.custom-support div.content>h2 {
    text-transform: uppercase;
    font-size: 16px;
    color: #2b2b2d;
    line-height: 22px;
}
.custom-support div.content>em {
    color: #465157;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.custom-support div.content>p {
    font-size: 13px;
    line-height: 24px;
    color: #687176;
}
.latest-blog {
    text-align: left;
}
.owl-top-narrow .recent-posts .owl-item .item .recent-inner{
    background-color: #fff;
    padding: 10px;
}
.postTitle h1 {
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	font-size: 20px;
}
.top-container >.breadcrumbs {
    padding: 5px 0 5px;
}
.breadcrumbs li { 
    line-height: 30px;
    display: inline-block;
}
.breadcrumbs li.home a {
    display: inline-block;
    text-indent: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
}
.breadcrumbs li.home a:after {
    content: "\e883";
    font-family: 'porto';
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}

.block-category-nav {
    margin-bottom: 0;
}
.block-layered-nav dt, .block-layered-nav .currently .block-subtitle, .block-category-nav .block-title {
    border: none;
    background-color:transparent;
    padding: 5px 20px 5px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #5c6d91;
	margin-top:6px;
}
.block-category-nav .category-list span.plus {cursor:pointer;}
.block-category-nav .category-list span.plus .icon-plus-squared:before,
.block-category-nav .category-list a.plus .icon-plus-squared:before {
    content: '\e873';
}
.block-category-nav .category-list span.plus .icon-minus-squared:before,
.block-category-nav .category-list a.plus .icon-minus-squared:before {
    content: '\e874';
}
.block-category-nav .category-list span.plus,
.block-category-nav .category-list a.plus {
    font-size: 11px;
    right: -3px;
    color: #21293c;
}
.block-category-nav .block-title {
    padding: 5px 20px;
	margin-top:4px !important;
}
.block-category-nav .block-title strong {
    font-weight: 600;
}
.block-layered-nav dt:before, .block-category-nav .block-title:before {
    right: 0;
}
.block-layered-nav dd, .block-category-nav .block-content{
    border: none;
    background-color: transparent;
    padding: 10px 15px 30px 15px;
    border-bottom: #efefef solid 1px;
    position: relative;
    z-index: 2;
}
.block-category-nav .block-content{
    padding-bottom: 24px;
}
.block.block-layered-nav {
    margin-bottom: 10px;
    margin-top: 25px;
}
.block.block-layered-nav  .block-title {
    padding: 0 20px;
    margin-bottom: -15px;
    margin-top: 25px;
    text-transform: uppercase;
}
.block-layered-nav .currently ol{
    border: none;
    background-color: transparent;
    padding-left: 0;
    padding-right: 20px;
}
.block-layered-nav .currently li {
    padding: 5px 20px 5px 0px;
}
.block-layered-nav .currently .label {
	color:#5c6d91;
}
.block-layered-nav .actions {
    border: none;
    background-color: transparent;
    border-bottom: #efefef solid 1px;
    padding-left: 0;
    padding-right: 20px;
    padding-bottom: 35px;
}
.block-layered-nav .currently .btn-previous, .block-layered-nav .currently .btn-remove {
    right: 0;
    color: #21293c;
}
.block-layered-nav .actions a {
    color: #21293c;
}
#narrow-by-list dd .swatch-label {
    background-color: #fff;
    border: solid 1px #e9e9e9;
}
.block-layered-nav dt:before, .block-category-nav .block-title:before{
    content:'\e81b';
    border: 0;
    color: #21293c;
    font-size: 17px;
	transform: translate(0%, -50%);
	margin-top:0;
}

.block-layered-nav dt.closed:before, .block-category-nav .block-title.closed:before{
    content:'\e81c';
}
.block-layered-nav dt:hover:before, .block-category-nav .block-title:hover:before {
    background-color: transparent !important;
    color: inherit;
}
.block-layered-nav span.filter-value { cursor:pointer; }
.block-layered-nav dd span.filter-value,										
.block-category-nav .category-list a,
.block-layered-nav dd a {
	font-family: 'Lat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #5c6d91;
    font-weight:300;
}
.price-filter-slider .text-box input.go {
    border-radius: 0;
}
.price-filter-slider .text-box {
    margin: 0 -5px;
}
.owl-top-narrow .sidebar-list .owl-controls {
    top: -28px;
    right: -9px;
    left:auto;
}
.owl-top-narrow .sidebar-list .owl-controls .owl-buttons div {color:#21293c;font-size:19px;}
.owl-top-narrow .sidebar-list .owl-controls .owl-buttons div i:before {margin:0 2px;}
.sidebar h2.sidebar-title {
    padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
    color: #21293c;
    letter-spacing: 0.01em;
    margin-bottom:20px !important;
    padding-top: 30px;
}
.sidebar .custom-block {
    background-image: none;
    border-bottom: solid 1px #efefef;
    margin-bottom: 30px;
    padding: 0 10px 15px;
}
.sidebar-filterproducts.custom-block + h2 {
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #21293c !important;
    letter-spacing: 0.01em;
    padding: 0 20px;
}
.sidebar-filterproducts.custom-block + h2 +h5{
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #7a7d82 !important;
    letter-spacing: 0.022em;
    padding: 0 20px;
}
.sidebar-filterproducts.custom-block + h2 + h5 + p{
    color: #21293c !important;
    font-size: 15px !important;
    letter-spacing: 0.01em;
    padding: 0 20px;
}
.filter-products .products.small-list div.item .product-image {
    border: solid 1px #ececec;
}
.filter-products .products.small-list div.item .details-area .ratings {
    margin-top: 0;
}
.category-image {
    margin: 0 0 25px;
}
.full-width-image-banner:after {
    display: none;
}

.full-width-image-banner .btn-default {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.025em;
    padding: 10px 20px;
    background-color: #010204;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    margin-top: 31px;
}
.toolbar .sorter {
    margin-bottom: 10px;
}
.sorter .view-mode i {
    border: none;
    font-size: 15px;
    width: 15px;
    height: 15px;
    color: #000;
}
.toolbar .sorter .sort-by select {
    min-width: 100px;
}

.toolbar .ams-ajax {cursor:pointer;}
.icon-mode-grid:before{
    content: "\e880";
}
.icon-mode-list:before{
    content: "\e87b";
}
.sorter .view-mode strong i, .sorter .view-mode a:hover i {
    background-color: transparent;
    color: #000;
}
.sorter .view-mode {
    float: right;
    margin-right: 0;
    line-height: 28px;
    height: 28px;
    margin-left: 20px;
    margin-top: 7px;
}
.toolbar-bottom .pager .pages {
    display: block;
}
.pager li >a, .pager li >span {
    background: transparent;
    color: #706f6c;
    border: 0;
    line-height: 30px;
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}
.pager .pages li {
    background: none !important;
    height: 32px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    font-weight: 600;
}
.pager .pages li a {
    color: #706f6c;
    background: none;
    display: block;
    border: solid 1px #e9e9e9;
}
.toolbar .pages {
    display: none;
}
.toolbar-bottom {
    border-top: solid 1px #efefef;
    padding-top: 25px;
}
.toolbar-bottom .toolbar {
    width: 100%;
}
.toolbar-bottom .pages {
    display: block;
}
.toolbar-bottom .sorter .limiter {
    float: left;
}
.pager .pages li .icon-right-dir:before {
    content: '\e81a';
}
.pager .pages li .icon-left-dir:before {
    content: '\e819';
}
.pager .pages li a.i-next, .pager .pages li a.i-previous {
    color: #78755c;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    display: block;
    background: none;
    border: 0;
}
.pager li >a:hover {
    background-color: transparent;
}
.pager .pages .current {
    color: #706f6c;
}
.products-grid .ratings {
    margin: 0 0 9px;
}
.product-view .product-img-box li.etalage_small_thumbs {margin-top:20px;}
.product-view .product-img-box li.etalage_thumb, .product-view .product-img-box li.etalage_small_thumbs li {
    padding: 0;
    border-color: #dae2e6;
    border-radius: 0;
}
.product-view .product-img-box li.etalage_small_thumbs li.etalage_smallthumb_active {
    border-color: #0088cc;
    position: relative;
}
.product-view .product-img-box li.etalage_small_thumbs li.etalage_smallthumb_active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: solid 1px #0088cc;
}
.product-view .product-img-box .etalage-control a.etalage-next {
    right: 7px;
}
.product-view .product-img-box .etalage a.fancy-images {
	display:block; position:absolute; height:100%; width:100%;
}
.product-view .product-img-box:hover .etalage-control {z-index:100;}
.glyphicon-search:before {
    content: '\e873';
    font-family: 'porto';
    font-size: 14px;
    color: #21293c;
}
.product-view .product-name h1 {
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #21293c;
    margin: 0 0 15px;
}
.product-view select{border:1px solid #5c6d91;}

.quickview-index-view .product-view .product-name h1 {
    margin: 15px 0;
}
.prev-next-products .product-nav {
    padding-bottom: 10px;
}
.prev-next-products a {
    line-height: 23px;
}
.ratings .rating-links .separator,.ratings .rating-links .separator + a {
    display: none;
}
.product-view .product-info {margin-top:5px;} 

.product-view .product-shop .short-description {
	font-family: 'Lat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
	border:none;
	padding:5px 0 25px;
}  
.product-options,
.product-options-bottom {
    border-bottom: none;
	padding: 0px;
	margin: 0px;
}

.product-view .product-shop .price-box .regular-price .price {
    color: #ec388e;
	font-size:28px; 
	font-weight:bold;
}
.product-view .product-shop .price-box .special-price .price {
    color: #ec388e;
	font-size:28px; 
	font-weight:bold;
}
.product-view .product-shop .price-box .old-price {font-weight:300; display:block; margin-top:6px; margin-bottom:5px; font-size:14px; letter-spacing:0px; line-height:17px;}
.product-view .product-shop .price-box .old-price .price-discount {font-size:14px;}
.product-view .product-shop .price-box .old-price .price {
	font-size: 14px;
	line-height:1.2;
	font-weight:300;
	font-family: 'Montserrat', sans-serif;  
}
.product-view .product-shop .price-box .old-price span {padding: 0 3px;}
.product-view .product-shop .availability {
    color: #000;
    font-weight: 400;
}
.product-view .product-options dt label {font-weight:500; font-size:13px; color:#5c6d91; text-transform:none;}

.product-view .product-options .swatch-attr label {
    text-transform: uppercase;
    color: #21293c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.005em;
}
.product-view .product-options .swatch-attr label .select-label {
    text-transform: capitalize;
    color: inherit;
}
.product-view .product-shop .short-description .std {
	font-family: 'Lat', sans-serif;
	font-weight:300;
    line-height: 18px;
	font-size:16px;
}
.product-view  .qty-holder {
    display: none;
    vertical-align: middle;
    margin-right: 7px;
    width: 104px;
    position: relative;
    text-align: center;
}
.add-to-cart .out-of-stock {color:#ec388e;}

.add-to-cart .qty {
    display: inline-block;
    vertical-align: middle;
    height: 43px;
    width: 44px!important;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #21293c;
    margin: 0;
    border-color: #dae2e6;
}
.product-view .button-container {margin-top:20px;}
.qty-changer {
    display: block;
}
.qty-changer >a {
    position: absolute;
    top: 0;
    width: 30px;
    height: 43px;
    border: solid 1px #dae2e6;
    line-height: 41px;
    font-size: 11px;
    color: #8798a2;
}
.qty-changer .qty_inc {
    right: 1px;
}
.qty-changer .qty_inc i:before {
    content: '\e873';
}
.qty-changer .qty_dec {
    left: 1px;
}
.qty-changer .qty_dec i:before {
    content: '\e874';
}
button.button span {
	text-transform: uppercase;
	background-color:#a7cf4b;
	font-weight:600;
}

.add-to-cart button.button {
    height: 43px;
  min-width:280px;
  max-width:100%;
}

.add-to-cart button.button span {
    height: 44px;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
  background-color:#a7cf4b;
  font-family: 'Lat', sans-serif;
  letter-spacing: 1px;
}
button.button > span,
.add-to-cart button.button > span {
	padding:0 40px;
	border-radius: 21px !important;
} 

.add-to-cart button.button span i {
    font-size: 18px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
}
.add-to-cart button.button span i:before {
    content: '\e87f';
}
a.addtowishlist, .link-wishlist, a.comparelink, .link-compare,
a.addtowishlist:hover, .link-wishlist:hover, a.comparelink:hover, .link-compare:hover{
    color: #302e2a;
}
.product-tabs>ul li {
    border: none;
    background: none;
    border-right:0;
}
.product-tabs>ul li.active {
    border-bottom: #0088cc;
    background-color: transparent;
}
.product-tabs .custom-tab a,
.product-tabs > ul li span.tab,
.product-tabs>ul li a {
    font-size: 13px;
    font-weight: 700;
    padding: 10px 0 14px;
    margin-right: 37px;
    color: #5c6d91;
    text-transform: uppercase;
	display:inline-block;
}
.product-tabs .custom-tab a {margin-right:0;}
.product-tabs > ul li span.tab {cursor:pointer;}
.product-tabs > ul li.active span.tab,
.product-tabs>ul li.active a {
    color:#ec388e;
    position: relative;
}
.product-tabs > ul li.active span.tab:after,
.product-tabs>ul li.active a:after {
    content: '';
    position: absolute;
    height: 2px;
    background-color:#ec388e;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-tabs .tab-content {
    border:none;
    border-top: solid 1px #5c6d91;
    box-shadow: none;
    padding: 32px 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 27px;
}
.product-view .product-collateral .tab-content img{max-width:100%;}

.catalog-product-view .sidebar .custom-block {
    border: none;
    color: #6b7a83;
    padding-bottom: 0;
    margin-bottom: 33px;
}
.catalog-product-view .sidebar .custom-block-1 {
    margin-top: -25px;
}
.catalog-product-view .sidebar .block-manufacturer + .custom-block-1 {
    margin-top: 0;
}
.catalog-product-view .sidebar .custom-block-1>div i {
    color: #0088cc;
    border: none;
    font-size: 40px;
}
.catalog-product-view .sidebar .custom-block-1>div {
    min-height: 65px;
    clear: both;
    padding: 18px 0;
    border-bottom: solid 1px #dee5e8;
    margin-bottom: 0;
}
.catalog-product-view .sidebar .custom-block-1>div:last-child {
    border-bottom-width: 0;
}
.block-manufacturer {
    text-align: center;
    padding: 10px 10px 0;
    margin-bottom: 0;
}
.block-manufacturer hr {
    border-color: #dee5e8;
    margin-bottom: 0;
}
.catalog-product-view .sidebar .custom-block-1 {
    margin-top: -25px;
}
.catalog-product-view .sidebar .block-manufacturer + .custom-block-1 {
    margin-top: 0;
}
.block-manufacturer {
    text-align: center;
    padding: 0 10px 0;
    margin-bottom: 0;
}
.block-manufacturer hr {
    border-color: #dee5e8;
    margin-bottom: 0;
    margin-top: 25px;
    border-width: 0 0 1px 0;
}
.catalog-product-view .sidebar .custom-block-1 {
    margin-top: -25px;
}
.catalog-product-view .sidebar .block-manufacturer + .custom-block-1 {
    margin-top: 0;
}
.catalog-product-view .sidebar .custom-block-1>div h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #6b7a83;
    margin-left: 80px;
}
.block.block-related .block-title strong {
    font-size: 15px;
    font-weight: 600;
    color: #21293c;
    letter-spacing: 0.01em;
    margin-bottom: 20px !important;
    padding-top: 0;
    text-transform: uppercase;
}
.block.block-related .owl-theme .owl-controls {
    top: -59px;
    right: 5px;
}
.block.block-related .owl-theme .owl-controls .owl-buttons div {
    font-size: 19px;
    width: 13px;
    position: relative;
    color: #21293c;
}
.block.block-related {
    padding: 0 10px;
}
.block.block-related .product {
    margin: 15px 0;
}
.block.block-related .product-name{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.001em;
    color:#7a7d82;
    margin: 5px 0 0;
}
.block.block-related .product-name a{
    color:#7a7d82;
}
.block.block-related .col-6 {
    width: 40%;
}
.block.block-related .product-details {
    width: 60%;
}
.bottom-container {
    background-color: #f4f4f4;
    padding: 60px 0 45px;
	clear:both;
}
.bottom-container .box-up-sell >h2,
.product-view .box-up-sell >h2 {
    background: none;
    font-size: 18px;
    border-bottom: #e1e1e1 solid 1px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: left;
    color: #302e2a;
}
.bottom-container .box-up-sell >h2 span,
.product-view .box-up-sell >h2 span {
    background: none;
}
.block.block-related .product .product-image {
    padding: 0;
    border-color:#ececec;
}
.checkout-onepage-index .main-container, .cart {margin-top:20px;}

.cart .discount h2:before, .cart .shipping h2:before {
    content: '\e81c';
    border: 0;
    color: #21293c;
    font-size: 17px;
    background-color: transparent;
}
.cart .discount h2:hover:before, .cart .shipping h2:hover:before {
    background-color: transparent;
    border: 0;
    color: #21293c;
}
.cart .discount h2.opened:before, .cart .shipping h2.opened:before {
    content: '\e81b';
} 

.cart .discount button.button.cancel-coupon > span {
	background-color: #b0b0b0;
}

.cart .discount button.button.apply-coupon > span {
	background-color: #b0b0b0;
}

.cart .crosssell .product-image {
    border: none;
    padding: 0;
}
body.boxed .page{overflow:visible;}
body.boxed .page{overflow:visible;}
.footer-top {
    text-align: left;
    padding: 15px 0 0;
}
.footer-top .footer-top-inner{
    border-bottom: 1px solid #3d3d38;
}
.footer-top .block .block-title {
    margin-bottom: 13px;
    padding-top: 25px;
}
.footer-top .block .block-title strong {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.footer-top .input-box {
    width: 100%;
    max-width: 400px;
    float: left;
}
.footer-container .validation-advice {
    position: absolute;
}

.footer-top .input-box input {
	background: rgba(255, 255, 255, 0.7);
    color: #5c6d91;
	font-weight: bold;
    height: 44px;
	line-height: 44px;
    font-size: 14px;
    padding-left: 15px;
    float: left;
    max-width: 375px;
    width: 90%;
    border-radius: 22px 0 0 22px;
	border:none;
    padding-right: 105px;
    margin-right: 22px;
}
.footer-top .input-box button {
    float: left;
    width:120px;
    margin-left: -120px;
}
.footer-top .input-box button span {
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    text-transform: uppercase;
    border-radius: 0 22px 22px 0 !important;
    opacity: 1;
	font-size:13px;	
}
.footer-top .block-content {
    display: inline-block;
    vertical-align: middle;
}
.footer .social-icons {float: right}
.footer-top .social-icons a {
    background-image: none;
    background-color: #33332f;
    text-indent: 0;
    color: #fff;
    border-radius: 0;
    font-size: 18.6px;
    width: 48px;
    height: 48px;
    text-align: center;
    margin-left: 0;
    margin-right: 4px;
    float: left;
    line-height: 46px;
}
.footer-logo {text-align:center; margin:25px 0 10px;}
.footer-logo img {max-width:100%;}

.footer-middle {
    padding:24px 0;
}
.footer-middle .block .block-title {
    margin-bottom: 15px;
	height:44px;
}
.footer-middle .block .block-title strong {
    font-size: 20px;
	line-height:22px;
    font-weight: 400;
    text-transform: uppercase;
	color:#5c6d91;
}
.footer-middle ul.links li,
.footer-middle ul.features li {
    padding: 2px 0;
}
.footer-middle .contact-info li:first-child{
    border-top-width: 0;
}
.footer-middle .contact-info li {
    padding: 12px 0;
}
.footer-middle .contact-info i {
    color: #e1ddc3 !important;
    font-size: 26px;
    line-height: 28px;
}
.footer-middle .contact-info p{
    line-height: 1;
}
.footer-middle .contact-info b {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 7px;
    display: inline-block;
}
.footer-middle .block-bottom {
    border-top: 1px solid #3d3d38;
    text-align: left;
    padding: 27px 0;
    overflow: hidden;
    margin-top: 32px;
}
.footer-middle .working span {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.005em;
    line-height: 18px;
    color: #fff;
}
.footer-middle .working span b {
    text-transform: capitalize;
    color: #a8a8a8;
    font-weight: 400;
}
.footer-middle .second-block {margin-top:35px;}
.footer-middle .cards img {display:inline-block; margin-right:10px; height:30px; margin-bottom:15px;}
.trustMark img{margin-bottom:15px;}

.footer-bottom address {float:none; text-align:center; font-size:14px; font-family: 'Lat', sans-serif; font-weight:300; border-top:1px solid #5c6d91; padding-top:20px;}

.add-to-cart button.button {width:100%;}

@media(max-width: 1199px){
    .footer .social-icons {
        float: left;
        margin-top: 20px;
    }
}
@media(max-width: 991px){
    .homepage-bar .col-lg-4 {
        text-align: left !important;
    }
}
@media(max-width: 767px){

    .footer .social-icons {
        margin-top: 0;
        margin-left: 15px;
    }
    .footer-middle .block {
        margin-bottom: 30px;
    }
    .footer-middle .working {
        margin: 20px 0;
        width: 100%;
    }
    .footer-middle .custom-block {
        float: left !important;
    }
}
@media(max-width: 767px){
    .footer .social-icons {
        margin-top: 20px;
        margin-left: 0;
    }
}
@media(max-width:375px){
    .product-view .product-options-bottom .add-to-links {
        margin: 10px 0 0;
    }
}
@media (max-width: 480px){
.sorter .limiter label {
    min-width: 47px;
}
}
.block-manufacturer {
    padding: 0 10px;
}
.block-manufacturer hr {
    border-width: 0 0 1px 0;
    margin-top: 25px;
}
.footer-top .input-box button span span {
    padding: 0;
}
.details-area .ratings {
    margin-bottom: 10px;
}
a.quickview-icon {
    background-color: #2b2b2d;
}

hr {width:10px; margin:10px 0; height:3px; border:none; background:#5c6d91;}
h1, h2, h3, h4, h5, h6 {color:#5c6d91;}
label {color:#5c6d91;}
.breadcrumbs li a,
.breadcrumbs li strong {color:#5c6d91; font-size:14px; font-family: 'Lat', sans-serif; font-weight:300;}
.breadcrumbs li a {color:#ec388e; }
.breadcrumbs li a:hover {color:#ec388e;}
/********** CATEGORY ***********/
.category-banner .full-width-image-banner .container {height: 350px; display: flex;}
.category-banner .full-width-image-banner .container > .row{align-items: center;}
.category-banner .full-width-image-banner.default-banner .container{padding-top:0; height:auto;}
.full-width-image-banner {background-size:cover !important;  height: 350px;}
.full-width-image-banner .container {position:relative;}
.full-width-image-banner .content {color: #fff;  z-index:1; width:100%; text-align:left; margin-top:0; padding:5px 0;}
.full-width-image-banner strong,
.full-width-image-banner h2,
.full-width-image-banner h1 {color: #fff; font-weight: 700; font-size:56px; line-height:60px; display:block;}
.full-width-image-banner h1{text-transform:uppercase;}
.full-width-image-banner p { font-family: 'Lat', sans-serif; font-weight: 300; font-size:16px; line-height:20px; text-transform:none;}
.full-width-image-banner hr {background:#fff; margin:20px 0}
.special-offer-overlay {
	text-align:center;
	padding: 10px 20px 20px;
	background:rgba(239, 239, 239, 0.8);
	position:absolute;
	right:150px;
	bottom:30px;
	color:#114060;
	font-size:22px; 
	font-weight:300;
	max-width:450px;
	z-index:1;
}
.full-width-image-banner.default-banner { height: 130px; background-size:cover !important; position:relative; padding-top: 0; display: flex; align-items: center;}
.full-width-image-banner.default-banner .row { height: 130px; position:relative; display:flex;justify-content:left;align-items:center;}
.full-width-image-banner.default-banner .special-offer-overlay {
	text-align:left;
	padding: 15px 30px;
	max-width:350px;
	width:auto;		
	display:inline-block;
	border:1px solid #114060;
	font-size:18px; 
	position:absolute;
	top:auto; bottom:auto;left:auto;right:0;
	line-height:22px;
	background:rgba(237,53,143, 0.7);
	color:#fff;
	font-weight:500;
}
.full-width-image-banner.default-banner > .special-offer-overlay {
	margin-right:40px;
}		
.top-container .category-banner .full-width-image-banner.default-banner .row > h1 {
	margin-bottom:0px;
}

.category-banner .full-width-image-banner img.category-banner-img {
	position: absolute;
	width: 100%;
	bottom: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);	
}
@media (max-width: 1366px) {
	.category-banner .full-width-image-banner img.category-banner-img {
		width:auto;
		height:100%;
	}
}					

.special-offer-overlay strong {color:#ed358f; font-size:32px;}
.full-width-image-banner.default-banner .special-offer-overlay strong{color:#ffffff;  font-size:18px; display:inline; line-height:22px;}
.full-width-image-banner.default-banner h1.background-title,
.full-width-image-banner.default-banner strong.background-title {font-size:48px; display:block; text-align:left; text-transform:uppercase; margin-bottom:0;}
.special-offer-overlay a {display:inline-block; margin-top:15px; color:#ed358f; font-weight:500; font-size:26px;}
.full-width-image-banner.default-banner .special-offer-overlay a{margin:0; color:#ffffff;  font-size:18px; text-decoration:underline;}

#slideshow .category-products .products-grid.columns4 li.item:hover {padding-top:10px;}

/* CART BUTTON */
.item .details-area .actions a.addtocart {
	background-color:#5c6d91; 
	color:#ffffff; 
	font-size:13px;
	border-radius: 17px;	
	line-height:34px;
	height:34px;
	border:0;
	font-weight:600;
	padding:0 15px;
	letter-spacing:normal;
    text-transform: uppercase;

}
.item:hover .details-area .actions a.addtocart {background:#5c6d91;}

.icon-ract::before {margin-right:0;} 
.item .details-area .actions a.addtocart span {margin-top:0; vertical-align:top; display: inline-block;}

/* NAME */
.product-name a {color:#5c6d91;}

.menu-product span hr,
.category-products  .item .details-area .product-name hr {
	width: 29px;
	margin: 11px auto;
	height: 2px;
	border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
	border-top: 2px solid #5c6d91;
	display:inline-block;
}
.category-products .products-grid li.item .item-area {width:100%; position:relative; border:1px solid #f4f4f4;}

.filter-products .products div.item .details-area .product-name a,
.category-products .products-grid li.item .details-area .product-name a {font-size:15px; text-transform:uppercase;height:50px; overflow: hidden; display:block; line-height:17px; font-weight:600; }

/* DESCRIPTION */
.category-products .short-desc {font-weight:300; font-family: 'Lat', sans-serif; line-height:18px; height:72px; text-align:left;}
.category-products .short-desc a {color:#ec388e;}


/* PRICE */
.old-price, .special-price {display:inline-block; vertical-align: baseline;}
.old-price .price{color:#5c6d91; font-size:14px; line-height:16px;}
.special-price .price{color:#ec388e; font-size:22px; line-height:24px;}

.regular-price .price {color:#5c6d91; font-size:22px; }
.price-box .price-label,
.configurable-price-from-label {display:block; font-weight:300; font-family: 'Lat', sans-serif; font-size:12px; color:#5c6d91; line-height:16px;}

.item .price-box .price-label, .item .price-box .configurable-price-from-label {display:none !important;}

.category-products  .outofstock {margin:10px 0;  color:#ec388e; display:inline-block;}

/* PAGINATION */
.pager .pages li.current,
.pager .pages li a{
	border-color:#5c6d91; 
	border-radius: 50%;
	color:#5c6d91;
	
}
.pager .pages li a:hover,
.pager .pages li.current {color:#fff; background-color:#5c6d91 !important;}

.toolbar-bottom .sorter .limiter {display:none;}

/* SELECT */
.category-products select {
	height:32px;
	border-radius: 16px;	
}

/* POPUST */
.discount-label {
	width: 0; 
	height: 0; 
	border-top: 80px solid #ec388e;
	border-bottom: 80px solid transparent;
	border-right: 80px solid transparent;
	top:0;
	left:0;
	position:absolute;
	z-index: 999;	
}

.discount-label span.sale-product-icon {
	position:absolute;
	top: -60px;
	width: auto;
	left: 10px;
	text-align: center;
	font-size: 20px;
	transform: rotate(-45deg);
	display:block;
	text-align:left;
	padding:0;
	background:none;
}
.discount-label span.sale-product-icon.two-digit {
	left: 5px;
}

/* SIDEBAR */
.block-layered-nav dt, .block-layered-nav .currently .block-subtitle, .block-category-nav .block-title {background:none; border:none;padding-left:0;}
.block-layered-nav dt:before, .block-category-nav .block-title:after {}

.block-layered-nav dd, .block-category-nav .block-content {background:none; border:none;padding-left:0;}

.price-filter-slider .text-box input {border-radius: 13px;}

/* BREZPLAČNA DOSTAVA */
.free-shipping-label {background:url('../images/free-shipping-bkg.png') top left no-repeat; height:73px; width:73px; color:#fff; top:-20px; right:10px !important; left:auto; padding:25px 0; text-align:center;}
.product-label.free-shipping-label span {font-size:8px; line-height:8px; display:inline-block;}

/*******************************************************************************************************/
/********** PRODUCT VIEW ***********/
.product-view .product-name h1 {font-size:21px; color:#5c6d91; text-transform:uppercase;}

.product-tabs .tab-content p {font-family: 'Lat', sans-serif; font-weight:300; font-size:16px; line-height:20px; letter-spacing: 0.005em;}
.product-tabs .tab-content .std ul {list-style: disc outside;}
.product-tabs .tab-content .std ul li {line-height:20px;}

.product-tabs .custom-tab, .product-tabs > ul {float:left;}


.product-view .product-options dd,
.product-view .product-options dl {line-height:30px;}
.product-view .product-options dt {width:auto; min-width:30%;}
.product-view .product-options .input-box {width:170px;}
.product-options dd select {min-width:180px;}

.product-view .free-delivery  {color:#ec388e; line-height:12px; font-size:12px; text-transform:uppercase; margin-bottom:5px;}
.product-view .free-delivery  span {word-spacing: 1200px;}
.product-view .free-delivery img{margin-right:15px; float:left;}

.product-extra-info .info-label {min-width: 120px;display:inline-block;}
.product-extra-info {margin:20px 0 30px; font-weight:300; line-height:18px; font-size:12px;}

.product-extra-info .delivery-times  {padding: 15px 15px; text-align:left; background:#f2f2f2; max-height:300px;  }
.product-extra-info .delivery-times > div { column-count: 2; column-gap: 20px; }
.product-extra-info .delivery-times .title { font-weight:700; border-bottom:1px solid #5c6d91; padding-bottom:10px; margin-bottom:10px;}
.product-extra-info .delivery-times div div{ break-inside:avoid; margin-bottom:15px;}
.product-extra-info .delivery-times strong { font-weight:600;}
.product-extra-info .delivery-times li {cursor:pointer;}
.product-extra-info .title-delivery-times {text-decoration:underline; cursor:pointer;}
.product-extra-info .title-delivery-times:hover {text-decoration:none;}


.popUpInfo {max-width:460px; padding:15px 10px; font-weight:500; font-family: 'Lat', sans-serif; color:#5c6d91;line-height: 22px;}
.popUpInfo .usp-title {display:block; margin-bottom:10px; font-size:18px;}
.popUpInfo * {max-width:100%;}

.ratings .rating-links > a, .no-rating a {color:#5c6d91; font-size:12px; font-family: 'Lat', sans-serif; font-weight:300;}

.product-view .discount-label {
	border-top: 80px solid #5c6d91;
}

.product-view .price-box {display:inline-block;}

.product-view .manufacturer-container {position:relative;}
.product-view .product-manufacturer {position:absolute; top:-35px; right:0; text-align:center !important; font-family: 'Lat', sans-serif; font-weight:300; }
.product-view .product-manufacturer a {display:block;}

/*******************************************************************************************************/
/********** HEADER ***********/
.header > .logo {max-width:265px;}
.header-container.header-newskin .mybag-link .cart-qty {background-color:#ec388e;}
/* TOP BAR */
.top-links-container {background:none;}
.header-container {font-size:12px; font-family: 'Lat', sans-serif; font-weight:300; color:#5c6d91;}
.header-container .links li {text-transform:none; font-size:12px; line-height:12px; padding:0 7px 0 8px; position:relative;}

.header-container .links li a{ font-size:12px; line-height:12px; color:#5c6d91 !important; padding:0;}
.header-container .website-switch{ float:right;}
.header-container .website-switch select#select-website {right:0px;}
.header-container .links {margin:0;}
.header-container .top-links-area {float:left; padding:5px 0; margin-left:40px;}
.header-container .page-name {float:left; padding:5px 6px 5px 0}
.header-container .header-text-info {float:left; position:relative; line-height:24px; padding:0 6px 0 7px;}
.header-container .top-links-container  span.split {}
.header-container .top-links-container .header-text-info span.split {padding:0; display:inline-block; float:none; margin: 0 7px 0 7px;}

.header-container .header-text-info:before,
.header-container .links li + li:before {position:absolute; left:-2px; content:"|"; }

.selectbox li:hover {background:none;}
.header-container .selectbox li a,
.header-container .selectbox li a:hover {color:#5c6d91 !important;}
/* USP Bar */
.usp-bar  {background:#efefef;  margin-bottom:20px; padding-bottom:20px;}
.usp-bar h3 {font-size:12px; text-transform:uppercase; font-weight:600; margin-top:20px; }
.usp-bar .text-area img {float:left; margin-right:15px;}
.usp-bar .text-area {font-size:12px; line-height:13px; display:inline-block; font-family: 'Lat', sans-serif; font-weight:300; clear:both;}

.bottom-container .usp-bar {margin-bottom:0;}

.header .form-search #search { font-size:14px;}

.usp-bar-header {
	background:#ec388e;
	color:#fff;
	height:30px;
}

.usp-bar-header span {color:#fff; display:inline-block;  font-weight:500; font-size:14px; line-height:25px;}
.usp-bar-header span:after {font-size:14px; background:url('../images/Kljukica.png') center center no-repeat; display: inline-block; height:20px; content:"";width:25px; background-size: contain; margin-left:15px;vertical-align: text-bottom;} 
.usp-bar-header .location-usp a:hover span{text-decoration:underline;}
.usp-bar-header .location-usp span:after {background:url('../images/Lokacija.png') center center no-repeat; background-size: contain; height:20px; width:25px;} 
.usp-bar-header .row > div {text-align:center; padding:3px 0 0;}
.main-container {padding-top:2px;}
.top-container > .breadcrumbs {padding-top:0px;margin-top:0px;}

.header-container.type4.header-newskin .mobile-header-links {background:#5c6d91;}
.header-container.type4.header-newskin .mobile-header-links .links{
	float:none;
	text-align:center;
	margin-bottom:0px;
	border:none;
	position:relative;
	display:flex;
	background-color: transparent !important;
	
}
.header-container.type4.header-newskin .mobile-header-links .links li {
	flex: 1 1 0;
	width: 0;
	line-height:24px;
}
.header-container.type4.header-newskin .mobile-header-links .links li a {font-size:14px; color:#fff  !important; font-weight:500;}
.header-container.type4.header-newskin .mobile-header-links .links:hover a,
.header-container.type4.header-newskin .mobile-header-links .links li a:hover {background-color: transparent !important; color:#fff  !important;}
.header-container.type4.header-newskin .mobile-header-links .links li + li:before {
	display:none;
}
.header-container.type4.header-newskin {border-top:0;}

@media (max-width: 991px) {
	.hide-md {display:none !important;}
}
@media (max-width: 767px) {
	.hide-sm {display:none !important;}
}
@media (max-width: 575px) {
	.hide-xs {display:none !important;}
	.mobile-padding-2r {margin-top:15px;}
	.usp-bar-header .location-usp a span{text-decoration:underline;}
	.usp-bar-header .location-usp a:hover span{text-decoration:none;}
}
@media (max-width: 550px) {
	.special-offer-overlay div {display: inline;}
}
@media (min-width: 992px) {
	.header .form-search button.button {background-color:#5c6d91; border-radius: 0 16px 16px 0; color:#fff; font-size:16px;}
	.mobile-header-links {display:none;}
}

/* SEARCH */
@media (min-width: 992px) and (max-width:1200px) {
	.header-container.type4.header-newskin .header #search_mini_form {width:300px;}
	.full-width-image-banner.overlay-desktop-image .content {padding-right:300px;}
}
.header-container.type4.header-newskin .header #search_mini_form.show{display:block; }
@media (max-width:991px) {
	.header-container.type4.header-newskin .header .form-search {max-width:100%; min-width:0;}
}

/* CONTACT INFO */
.contact-block {
    z-index: 1;
    display: inline-block;
    height: 40px;
    text-align: left;
    vertical-align: middle;
	border-right: solid 1px #dde0e2;
	padding-right: 30px;
	float:right;
}
.contact-block {line-height:22px;}
.contact-block div a span{font-family: 'Lat', sans-serif; font-weight:300; font-size:18px; color:#5c6d91;}
.contact-block div.phone a span{font-family: 'Lat', sans-serif; font-size:22px; font-weight:400;}
.contact-block div i {margin-right:7px; font-size:14px;}

.cart-area {position:relative; top:auto; right:auto;margin:0; float:right; margin-right:15px;}
.break {
  flex-basis: 100%;
  height: 0;
}
.header-container.type4.header-newskin .header {display:flex;flex-wrap: wrap;}
.actions-container {display:inline-block; flex-grow: 1;}
@media (max-width:991px) {
	.top-links-container,
	.header-container.type4.header-newskin .cart-area .mybag-link,
	.contact-block  { display:none;}
	.header-container.type4.header-newskin .cart-area {margin:0;}
	
	.header-container.type4.header-newskin .header {display:block;}
	.header-container.type4.header-newskin .header #search_mini_form {display:block; width:100%; padding-right:30px;}
	.header-container.type4.header-newskin .header .form-search:before {display:none;}
	
	.checkout-cart-index .header-container.type4.header-newskin .header #search_mini_form,
	.firecheckout-index-index .header-container.type4.header-newskin .header #search_mini_form {padding-left: 0;}

	.header-container.type4.header-newskin .header .search-area {position:relative; top:initial !important; right:0 !important; left:0 !important; border-width:1px; flex-grow: 1;}
	.header-container.type4.header-newskin .header .form-search {position:relative; top:initial !important; right:0 !important; border-width:1px; width:100%;}
	.header .form-search #search {}
	.header-container.type4.header-newskin .header > .logo {max-width:100%; width:100%; text-align:center; margin-top:55px !important;}
	
	.header-container.type4.header-newskin .menu-icon {margin:0px !important;}
	.actions-container {
		display:flex; 
		flex-wrap: nowrap; 
		position:fixed;
		flex-grow: initial;
		top: 15px;
		left: 30px;
		right: 30px;
	}
	.actions-container.absolute-position {position:absolute;}
	
}

/* NAVIGATION */
.menu {text-align:center;}
.main-nav .menu-wrapper {background:#fff;}

.main-nav ul.menu > li a::after {content:"" !important; width:0px !important;}
.fixed-header ul.menu > li > a, .main-nav ul.menu > li > a {font-size:17px; font-family: 'Montserrat', sans-serif; font-weight:300; text-transform: none; margin-left:7px !important; margin-right:7px !important; padding-left:0 !important; padding-right:0 !important; color:#5c6d91;}

.main-nav ul.menu > li + li:before{
	margin-top:-5px; 
	margin-left:-5px;
	content:"\B7";
	height:0;
	font-size:30px;
	color:#5c6d91;
	float:left;
	line-height:39px;
}

.header-container .menu>li:hover,.header-container .menu>li.act{
    background-color:#fff !important;
}
.header-container .menu>li a{
   border-bottom:4px solid #fff;
}
.header-container .menu>li:hover>a,.header-container .menu>li.act>a{
    color:#ec388e  !important;
	border-bottom:4px solid #ec388e;
}


.header-container.type4.header-newskin .main-nav ul.menu>li.menu-full-width>a,.header-container.type4.header-newskin .main-nav ul.menu>li.menu-static-width>a,.header-container.type4.header-newskin .main-nav ul.menu>li.menu-item-has-children>a{padding-bottom:9px; padding-top:9px; border-bottom:4px solid #fff; font-weight:400;}
.header-container.type4.header-newskin .main-nav ul.menu>li.menu-static-width.act>a,.header-container.type4.header-newskin .main-nav ul.menu>li.menu-full-width.act>a,.header-container.type4.header-newskin .main-nav ul.menu>li.menu-item-has-children.act>a{padding-bottom:9px; padding-top:9px; border-bottom:4px solid #fff;}
.header-container.type4.header-newskin .main-nav ul.menu>li.menu-static-width.act:hover>a,.header-container.type4.header-newskin .main-nav ul.menu>li.menu-full-width.act:hover>a,.header-container.type4.header-newskin .main-nav ul.menu>li.menu-item-has-children.act:hover>a{padding-bottom:9px; padding-top:9px; border-bottom:4px solid #fff;}
.header-container.type4.header-newskin .main-nav ul.menu>li>a {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

@media (min-width: 992px) and (max-width:1200px) {
	.fixed-header ul.menu > li > a, .main-nav ul.menu > li > a {font-size:14px;}
	.main-nav ul.menu > li + li::before {margin-top:-8px;}
}

.bottom-container {padding:0; background:none;}
.bottom-container hr {width:10px; margin:10px 0; height:3px;}

/*  3 COLUMN BANNERS */
.group-banner {  text-align:left; position:relative; margin:20px 0;}
/*
.group-banner > img {max-width:100%;}
.group-banner > a {display:block; position:absolute; width:100%; padding:50px 50px; color:#fff; top:0; left:0;}
.group-banner > a:hover {text-decoration: none;}
.group-banner  .banner-title, .group-banner  .banner-subtitle { font-size:35px; text-transform:uppercase;}
.group-banner .banner-title {display:block;}
.group-banner .banner-subtitle {display:block; }
.group-banner .banner-text {display:block; font-family: 'Lat', sans-serif; font-size:18px; font-weight:400;}
*/
.bottom-container .group-banner hr {margin:20px 0; background:#fff;}

.group-banner  img { width:100%; max-width:100%; }

/*******************************************************************************************************/
/********** FOOTER ***********/

/* FOOTER TOP */
.footer-top {padding:40px 0 40px; color:#fff; background:url('../images/newsletter-background.jpg') top center no-repeat; background-size:cover;}
.footer-top .footer-top-inner {border:none; }
.footer-top > .container > .row {
	background: rgba(62, 74, 98, 0.5);
	padding: 20px 0 20px;
}
.footer-top a {color:#fff;}

.footer-top .block .block-title {margin:0; padding:0; font-size:31px; font-weight:400;color:#fff;}
.footer-top .block .block-title hr {background:#fff;}
.footer-top .block .block-title strong {text-transform:none; font-size:31px;}

.footer-top p {font-family: 'Lat', sans-serif; font-weight:400; font-size:18px;}
.footer-top .input-box {margin-top:10px;float:none;}
.newsletter-gdpr-checkbox {margin-top:15px;clear:both; position:relative;height:auto; margin-bottom:20px; font-weight: 300; font-size: 12px;}

.footer-top .block-contact{font-size:15px; color:#fff; font-family: 'Lat', sans-serif; font-weight:300;}
.footer-top .block-contact span{display:block; font-size:18px;}
.footer-top .block-contact strong{display:block; font-size:22px;}
.footer-top .block-contact .seperator {height:30px;}
.footer-top .block-contact i {margin-right:7px; font-size:14px;}

.footer-top a:hover {background:none;}

.footer-top .block-contact .social {margin-top:5px;}

/* O FURNITURI */
.footer-furnitura {background-color:#efefef; min-height:242px;}
.footer-furnitura .container .row {padding:40px 0;}
.footer-furnitura .container  {position:relative;}
.footer-furnitura .container img{
    display: inline-block;
	position:absolute;
    height: 242px;
    position: absolute;
    left: -242px;
	top:0;
	max-height:100%;
}
.footer-furnitura h3 {font-weight:400; font-size:31px; }
.footer-furnitura p {font-family: 'Lat', sans-serif; font-weight:300; font-size:18px;line-height:22px;}

/* FOOTER MIDDLE */
.footer-middle a {color:#5c6d91; font-family: 'Lat', sans-serif; font-weight:300; font-size:14px; line-height:16px;}


/*HOMEPAGE*/
h1.home-title {text-transform:uppercase; text-align:center; font-size:22px; color:#5c6d91; font-weight:600; margin-bottom:10px;}
.cms-home h3.filter-title {text-transform:uppercase; margin-bottom:5px;}
.cms-home .recent-blog-posts {margin-top:10px;}

.special-offer-timer .time-left {background:#ec388e; color:#fff; text-align:center; padding:20px 0;}
.special-offer-timer .time-left span {}
.special-offer-timer .time-left li.timeleft-text {color:#fff; font-size:19px;}

.bottom-home-dailydeal {padding:0;}
.bottom-home-dailydeal ul.time-left {background-color: rgba(236,56,142,1); padding:15px 0;}
.bottom-home-dailydeal ul.time-left > span {display:block;}

.filter-products .two-column .details-area,
.filter-products .two-column .product-image-area{width:50%; float:left; display:inline-block;}
.filter-products .two-column .details-area {padding-left:10px; text-align:center;}

.filter-products .products div.item .item-area {border:1px solid #f4f4f4;}

/* ATTIBUTE PAGE */
.attribute-values-all .attribute {text-align:center; margin-top: 15px;}
.attribute-values-all .attribute-container {display:inline-block; border:1px solid #efefef; padding:5px;width:100%;}
.attribute-values-all .attribute-logo {text-align:center; margin: 15px 0 5px; height:50px; display:inline-block;  }
.attribute-values-all .attribute-logo img {max-width:100%;}

.attributeinfo-attributeinfo-view h1{display:inline-block;}

.single-images a.category-link {
    position: relative !important;
    display: table !important;
	margin-top:20px;
}
.single-images a.image-link:hover {}

.single-images a.category-link img{
   width: 100%;
}

.single-images .image-text {
    z-index: 99;
    width: 100%;
    height: auto; 
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    display:inline-block;
    text-align:center;
    color:#fff;
    text-transform: uppercase;
    font-size:27px;
    padding:0 30px;

}


.single-images a.category-link:hover::after{
  content: "";
  background: rgba(236,56,142,0.7);
  position: absolute;
  display: block;
  width: 100%;
  height:100%;
  top: 0;
  bottom: 0;
}

#subcategories {margin-bottom:5px;}
#subcategories.single-images a.category-link {margin-top: 0px; margin-bottom: 10px;}
#subcategories.single-images .owl-item {text-align:center;}
#subcategories.single-images .item {
    padding: 0 5px;	
	display:inline-block;
}
#subcategories.single-images .image-text {
    font-size:19px;
	font-weight:600;
    padding:0 20px;	
	text-transform:none;
}

@media  (max-width: 575px) {
	#subcategories .col-sm-6 {
		-webkit-flex: 0 0 50%;
		-moz-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;		
	}
}

/* CONTACT US */
#contactForm  .form-list .subscribtions label {float:none;}
#contactForm  .form-list .subscribtions span {display:block; margin-bottom:10px;}
#contactForm  .form-list .subscribtions > div {margin-bottom:5px;}
#contactForm  .form-list .subscribtions .input-radio {vertical-align: sub; margin-right:10px;}

.contact-info [class^="icon-"]::before, .contact-info [class*=" icon-"]::before {line-height:43px;}

#totop {
	right:30px;
	bottom: 100px;
	background-color:#5c6d91;
	color:#fff;
	border-radius: 50%;
}

.form-list input.input-text,
.form-list textarea {
	border-radius: 6px;
}
.subscribtions label,
.subscribtions {font-family:'Lat', sans-serif; font-weight:300;}

.underlined {text-decoration:underline;}
.underlined:hover {text-decoration:none;}

.contacts-index-index h2.legend {font-weight:400;}

.contacts-index-index .col-main .contact-info i {
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 19px;
}
.contacts-index-index .col-main .contact-info [class^="icon-"]::before, .contacts-index-index .col-main .contact-info [class*=" icon-"]::before {
    line-height: 38px;
}
.text_above_contact_form {font-family: 'Lat',sans-serif;margin-bottom:20px; line-height: 18px;font-weight: 300;}

/* ACCOUNT TABLE*/
.data-table thead th {color:#5c6d91; font-weight:400; }
.separator {margin:0;}

/* RELATED PRODUCTS */
#related-products {margin-top:30px; margin-bottom:20px;}
#related-products .item {padding:0 10px;}
#related-products h2.filter-title {border-bottom:1px solid #5c6d91; margin-bottom:10px; background:none; font-size: 18px; line-height:34px;}
#related-products h2.filter-title .content{padding:0;}

.item .details-area .actions {margin:0;}
.list-title {margin:0; padding:0;}

.single-images .category-link:before {

    background: red;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: block;

}

/* BANNER */
	.banner-container {color:#fff; }

	.banner-container .content  {
		font-size:18px;
		line-height:25px;
		letter-spacing: 0.05em;
		font-weight: 600;
		text-transform:uppercase;
		margin-top:100px;
    position:absolute;
    top:0;
	}
	
	.banner-container .content .btn-default {
		font-size: 15px;
		line-height: 50px;
		letter-spacing: 0.05em;
		padding: 0 30px;
		border-radius:25px;
		background-color: #ec388e;
		color: #fff;
		text-transform: uppercase; 
		margin-top: 28px;
	}
	
	.banner-container .item {
		background-size: cover !important;
		display:block;
	}
  .banner-container.main-banner .item {height:auto;}
	.banner-container a.item {text-decoration:none; color:#fff;}


	.banner-container .diamond {
		
	  color: black;
	  width: 200px;
	  height: 200px;
	  text-align: center;
	  line-height: 50px;
	  color:#fff;
	  text-transform:uppercase;
	  
	}
	.banner-container .diamond:before {
		content: " ";
		display: block;
		position: absolute;
		width: 200px;
		height: 200px;
		box-sizing: border-box;
		background:#ec388e;
		transform: rotate(45deg);
		border-radius: 30px;
		z-index:-1;
	}

	.banner-container .diamond div.line1 {font-size:46px; font-weight:300;}
	.banner-container .diamond div.line2 {margin:20px 0; font-size:83px; font-weight:700;}
	.banner-container .diamond div.line3 {font-size:19px; line-height:23px;}

	@media(max-width:1024px){
		.filter-products .two-column .details-area, .filter-products .two-column .product-image-area{
			width:100%; float:none;
		}
	}



/*  MENU  */
.menu-product { border:1px solid #f4f4f4;}
.menu-product .product-essential {text-align:center;}
.menu-product span {margin-top:0;}
.menu-product span a {
  display:block;
	font-size: 14px;
	text-transform: uppercase;
  height:auto;
	max-height: 51px;
	overflow: hidden;
	line-height: 16px;	
	color:#5c6d91 !important;
  text-align:center;
}

.menu-product span hr {margin:0 auto;}

.main-nav .menu > li .nav-sublist-dropdown .row > ul {width:100%;}
.main-nav .menu > li .nav-sublist-dropdown {padding-bottom:25px;}

.product-view .bottom-home-dailydeal {margin-top:0;}
.product-view .bottom-home-dailydeal ul.time-left > span {font-family:'Montserrat', sans-serif;;}
.product-view .bottom-home-dailydeal ul.time-left li > div {background-color: #ec388e; padding:5px 0; width:40px;}

.product-view .product-img-box .timer-on-image {display:inline-block; position:absolute; right:15px; top: 5px; z-index:99;}
.product-view .product-img-box .saleBadge {position:absolute; right:27px; top:100px; z-index:100; }
.product-view .product-img-box .noInterestBadge {position:absolute; right:27px; right:15px; bottom: 50px; z-index:100;}


.post-list-img {float:left; width:40%;text-align:center;border: 1px solid #f6f5f5; display:inline-block; margin-right:20px;}
.post-list-img img {max-width: 100%;}

.page-nav-title {
	color: #5c6d91;
	font-size: 17px;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:600;
}
.block .block-content > ul a {
	font-family: 'Lat', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #5c6d91;
	font-weight: 300;
}

.footer-top-inner .button span {background:#ec388e; }

/*  CHECKOUT*/
.cart-price .cart-discount {
	border-radius: 50%;	
	background:#ec388e;
	height:40px; 
	width:40px; 
	text-align:center;
	color:#fff;
	font-size:14px;
	display:block;
	line-height:40px;
}

.cart-table .product-name a{color:#5c6d91; font-weight: 300;}
.data-table button.button > span {background:#5c6d91; color:#fff; border:none;}
.data-table button.button:hover > span {border:none;}
.cart .cart-table-wrap {margin-bottom:0px; padding: 20px;}
.cart .totals .price {font-weight:300;}
.cart .totals tfoot tr:last-child th strong, .cart .totals tfoot tr:last-child td strong, .cart .totals tfoot tr:last-child .price{font-weight:600;color:#5c6d91;}


.cart .totals .price {color:#5c6d91;}
.cart .cart-collaterals h2 {background:#efefef;color:#5c6d91;}
.cart .cart-collaterals h2 + * {background:#fff;}

#checkout-step-login .col-1 button span:after,
.cart .btn-proceed-checkout.button span span:after {
    content: "\f0a9";
    font-family: FontAwesome;
    margin-left:4px;
}

.cart .usp-bar {background:#fff;}

#opc-login h4 {color:#5c6d91; font-weight:300; font-size:14px; text-transform:uppercase;}
#opc-login p, #opc-login li {font-family: 'Lat', sans-serif !important; font-weight:300;}
.header-container.header-newskin .mini-cart .actions .btn-default {
	background:#5c6d91; 
	border-radius: 22px;
	font-family:'Montserrat', sans-serif;
	font-weight:600;
}
.header-container.header-newskin .mini-cart .product-details a {color:#5c6d91;letter-spacing: 0}
.header-container.header-newskin .mini-cart .totals .label,
.header-container.header-newskin .mini-cart .totals .price-total {color:#5c6d91; font-weight:600;}

.sp-methods label {color:#5c6d91;}

.header-container .top-links-icon { padding: 0px 20px 0px 10px;}
.header-container .top-links-icon a {padding:0;} 
.menu-icon .fa {color:#ec388e}
.header-container .actions-container .menu-icon > span {cursor:pointer;}
.checkout-cart-index .header-container.type4 .menu-icon,
.firecheckout-index-index .header-container.type4 .menu-icon {display:none;}

@media(min-width: 1200px){
	.top-container .category-banner .full-width-image-banner .content.wide {width:650px;}
}

.top-container .category-banner .full-width-image-banner .special-overlay-image { position:inline-block; position:absolute; right:0; top: 0; bottom: 0; margin: auto 0;  max-height:200px;}
.top-container .category-banner .full-width-image-banner .special-overlay-image img{ position:inline-block; height:100%; max-height:200px;}

.full-width-image-banner.overlay-desktop-image .special-offer-overlay {display:none;}

.top-container .category-banner .content {width:410px;}
.top-container .category-banner .full-width-image-banner .content.wide h1{font-size: 50px;line-height: 56px;}

@media(max-width: 1300px){

	.special-offer-overlay {right:40px;}
}

@media(max-width: 1200px){
	.banner-text {padding-left:40px;}
	.top-container .category-banner .content,
	.top-container .category-banner .content.wide {width:100%;}
	.special-offer-overlay {right:30px; max-width:300px;}
}

@media(max-width: 1000px){

	.banner-container .content h2 {font-size: 43px; line-height:47px;}
	.full-width-image-banner p{font-size:20px; line-height:24px;}

	.banner-text {
		width:250px;
	}

	.banner-discount {
		left:270px; 
		top:150px;
	}

	.banner-container .diamond {
		width: 150px;
		height: 150px;
		line-height: 40px;
	}
	.banner-container .diamond:before {

		width: 150px;
		height: 150px;
		border-radius: 30px;

	}

	.banner-container .diamond div.line1 {font-size:38px; margin-top:10px;}
	.banner-container .diamond div.line2 {margin:10px 0; font-size:56px; }
	.banner-container .diamond div.line3 {font-size:14px; line-height:16px;} 

}
@media(max-width: 991px){
	.top-container .category-banner .full-width-image-banner .special-overlay-image {display:none;}
	.full-width-image-banner.overlay-desktop-image .special-offer-overlay {display: inline-block;}
	.full-width-image-banner .content {padding:5px 0 43px;}
	.full-width-image-banner h2, .full-width-image-banner h1 {font-size:44px;}	
	
	.header-container .header-text-info {
		display: none; 
	}
	.header-container.type4.header-newskin .menu-icon {color:#ec388e; font-size:36px; margin-right:30px;}
	.banner-discount {
		left:320px; 
		top:200px;
	}
	.special-offer-overlay {left:0; bottom:0; position:abolute; width:100%; max-width:100%; padding:10px 0; font-size:16px;}
	.special-offer-overlay strong, .special-offer-overlay a{font-size:18px; line-height:18px; margin:0; }
	.special-offer-overlay div{display:inline-block;}	
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.footer-furnitura h3,
	.footer-top .block .block-title strong,
	.footer-top .block .block-title {
		font-size:26px;
	}
	.banner-container .content {margin-top:40px;}

}




/* BANNER */
.banner-text {
	display:inline-block;
	width:400px;
}

.banner-discount {
	display: inline-block;
	position:absolute;
	left:400px; 
	top:70px;
}
.banner-container.special-offer-banner  .content{ margin-top:40px;}


@media(max-width: 800px){
	.banner-container .content h2 {font-size: 30px; line-height:32px;}
	.full-width-image-banner p{font-size:20px !important; line-height:24px !important;}

	.banner-text {
		width:300px;
	}

	.banner-discount {
		left:320px; 
		top:50px;
	}
	
	 .top-container .category-banner  .full-width-image-banner p {font-size:19px !important;line-height:21px !important;}

}

@media (max-width: 767px) {
	.header-container.type4.header-newskin .header > .logo {display:block;}   
	.banner-container .content {margin-top:60px;}
	.full-width-image-banner hr{display:none;}
	.add-to-cart button.button {width:100%; margin-top:5px;}
	.full-width-image-banner h2, .full-width-image-banner h1 {font-size:36px;line-height: 44px;}
	.category-banner .full-width-image-banner .container > .row {  align-items: normal;}
	.category-banner .full-width-image-banner .container .content {padding:20px 0 0;}
}
@media (max-width: 640px) {
	.banner-container .content {margin-top:30px;}
	.banner-text {
		width:250px;
	}
	
	.banner-discount {
		left:270px; 
		top:50px;
	}
	
	.banner-container .diamond {
		width: 100px;
		height: 100px;
		line-height: 20px;
	}
	.banner-container .diamond:before {
	
		width: 100px;
		height: 100px;
		border-radius: 30px;
	}
	
	.banner-container .diamond div.line1 {font-size:20px; margin-top:10px;}
	.banner-container .diamond div.line2 {margin:10px 0 10px; font-size:36px; }
	.banner-container .diamond div.line3 {font-size:9px; line-height:13px;}  
	
	.top-container .category-banner .full-width-image-banner p {display:block !important;}
	.header-container .top-links-area {margin-left:10px; padding:0;}
}

@media(max-width: 500px){
	.banner-container .content h2 {font-size: 30px;}
	.full-width-image-banner p{font-size:25px; line-height:29px;}
	.banner-container .content .btn-default {margin-top:15px;}
	
	.single-images .image-text {
		font-size: 18px;
		font-weight:700;
		padding:0;
	}
  
	.top-container .category-banner .content {width:100%;}

    .top-container .category-banner  .full-width-image-banner p {font-size:16px !important;}
}

@media (max-width: 400px) {

	.banner-container .content h2 {
		font-size: 26px;
		line-height: 28px;
	}
	.banner-text {
		width:200px;
	}

	.banner-discount {
		left:230px; 
		top:40px;
	}

	.banner-container .diamond {
		width: 70px;
		height: 70px;
		line-height: 20px;
	}
	.banner-container .diamond:before {

		width: 70px;
		height: 70px;
		border-radius: 20px;
	}

	.banner-container .diamond div.line1 {font-size:12px; margin-top:15px;}
	.banner-container .diamond div.line2 {margin:5px 0; font-size:22px; }
	.banner-container .diamond div.line3 {display:none;}  
	
	.banner-container .content .btn-default{line-height:40px;}
}

@media(max-width: 350px){
  .footer-furnitura h3 {font-size:20px;}
}
.page-title.category-title {display:block !important;margin-top:6px;}

.not-available-title h2,
.not-available-title {font-size:20px; margin:0; line-height:24px; margin:0;color:#ec388e; display:inline-block;}
.not-available-title {margin-bottom:10px;}

.not-available-desc {margin-bottom:30px;}

#notification-bar .notification-content {padding:0 30px; display:block;line-height: 18px;}
#notification-bar {padding: 10px 0;  text-align:center; background-color:#fecd99; color:#FFFFFF; line-height:normal; }
#notification-bar span.notification-close { position:absolute; cursor: pointer;display: inline-block;text-decoration: none; float:right; top:13px; right:10px;}
#notification-bar .notification-close a { text-decoration: none; color: #fff; font-size: 40px; line-height:30px;}
#notification-bar .notification-close a:hover { text-decoration: none; }
#notification-bar span.link {cursor:pointer; }
#notification-bar span.link:hover {text-decoration:underline;}

@media(max-width: 900px){
  #notification-bar .notification-content {font-size:12px;  line-height:14px;padding:0 40px;}
}
@media(max-width: 767px){
  #notification-bar .notification-content span {font-size:14px !important; }
}

@media(max-width: 500px){
  #notification-bar .notification-content {font-size:11px; line-height:13px;}
}
/* Unsubscribe SQUALO */
.btn1 {
	text-transform: uppercase;
	background-color: #a7cf4b;
	font-weight: 600;
	padding: 0 20px;
	border-radius: 21px !important;
	display: inline-block;
	border: 0;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	color:#fff;
}
.btn1:hover {
	color:#fff;
}
input.input-text.squalo-input {
	padding: 0 15px;
	line-height: 38px;
	height:38px;
	font-size: 14px;
	border-radius: 21px !important;
}

/* REMOVE discount-label */
.dostava-badge,
.discount-badge {position:absolute; top:left; top:0; display:block;  width:80px; height:80px; background:url('../images/popust-bkg.png') 0 0 no-repeat;; z-index:1000;}
.discount-text {transform: rotate(-45deg); font-size: 20px; margin-top:20px;  margin-left:-20px; color:#fff; text-align:center; }

.dostava-badge { width:116px; height:116px; background:url('../images/ekspres-dostava-bkg.png') 0 0 no-repeat;}
.dostava-text {
	transform: rotate(-45deg);
	font-size: 11px;
	margin-top: 43px;
	margin-left: -36px;
	color: #fff;
	width: 170px;
	display: block;
	text-align: center;
}

.discount-badge.pv {background:url('../images/popust-bkg-product.png') 0 0 no-repeat;}
.dostava-badge.pv {background:url('../images/ekspres-dostava-bkg-product.png') 0 0 no-repeat;}

.block-main-layer .layer-filter-icon {width:auto; padding-right:10px; bottom:0; width:100%; top:auto;}
.block-main-layer .layer-filter-icon > span:hover {text-decoration:none;}
.block-main-layer .layer-filter-icon > span {color:#5c6d91; cursor:pointer;}
.block-main-layer .layer-filter-icon span span{font-size:20px;}

.block-main-layer .block-layered-nav dt {margin-top:25px;}
.block-main-layer .block-layered-nav dd {padding-bottom:10px;}														  
.owl-middle-narrow .owl-controls .owl-buttons div {font-size:60px;}

.top-text {color: #ec388e; font-weight:300;}



.product-view .data-table img{max-width:100%;}
.piktogram {padding: 10px 5px; }
.piktogram img{max-height:45px; float:left; margin-right:10px;}
.piktogram div{ min-height:75px;border:1px solid #efefef; padding:15px;}

.products-grid .old-price, .products-grid .special-price {display:inline-block;vertical-align: bottom;}
.category-products .short-desc {height:90px; }
.item .price-box{margin:0 0 5px;height:24px;}
.products-grid .product-installment {font-size:12px; height:14px;}
.products-grid .product-installment span{color:#ec388e;}
.installments-container {min-height:10px;}

#installmentsDetails { font-size:15px;  font-weight:300; color:#5c6d91;}
.installments { height:19px; font-size:15px; display:inline-block; margin-left:20px;}
.product-view .product-shop .price-box {margin:0 0 5px}

.badgeClick{cursor: pointer;}
.badgeClick.badgeDarilo {position:absolute; right:5px; top:5px; z-index:100; height:60px;}
.badgeClick.badgeObresti {position:absolute; right:5px; bottom:5px; z-index:100; height:60px;}

#special_offer .old-price, #special_offer .special-price {display:inline-block; vertical-align: bottom;}
.product-view .price{vertical-align: baseline;}
.product-view .usp, .product-view .locations {margin:20px 0;}


.product-view .usp ul, .product-view .locations ul {
  list-style: none;
  padding: 0;
}
.product-view .usp li, .product-view .locations li {
  line-height:20px;
  font-weight:300;
  font-size:12px;
}
.product-view .usp li:before, .product-view .locations li:before {
  content: "\f00c"; 
  font-family: FontAwesome;
  display: inline-block;
  width: 25px; 
  font-size:14px;
  line-height:20px;
}
.product-view .locations li:before {content: "\f041"; }
.product-view .locations strong {line-height:18px;}
.product-view .locations span {margin-bottom:8px; font-size:15px;color:#ec388e; display:block;}
.location-title {font-size:18px;margin-bottom:20px; display:block; min-width:400px;}
.product-view .locations span.new-location-label {display:inline-block; margin-left:10px; color:#a7cf4b; font-weight:bold;}

.product-view-0eom {background:#f8f8f8; padding:5px 10px; border:1px solid #5c6d91;margin-top:10px;}
.product-view-0eom span {font-family: 'Lat', sans-serif; font-size:20px; color:#ec388e; display:block; padding-bottom:5px;}
.product-view-0eom strong {font-size:16px; color:#ec388e;}
.product-view-0eom div {margin:5px 0; font-size:12px;line-height:14px;}

.product-top-text,
.darilo1,
.darilo2 {
	border-radius: 12px; border:1px solid #5c6d91; padding:10px 0 10px 10px; 
}
.darilo1 span,
.darilo2 span {
	display:inline-block;max-width:63%; font-size:16px; line-height:20px; color:#5c6d91;
}
.darilo1 img{
	display:inline-block; width:95px; max-width:30%; margin-right:5%;
}

.darilo2 span{
	max-width:100%; 
}

.darilo3 {
	border-bottom: 1px solid #5c6d91;
	padding-bottom: 10px;
}
.darilo3 b{
	color: #ec388e;
}


.price-details {background:#f2f2f2; padding:15px 15px 15px;}
.options-container .product-options {background:#5c6d91; padding:14px 15px 0 15px; color:#fff;}
.price-details .price-box {width:100%;}
.product-view .product-info {margin-top:0;}
.product-view .options-container .product-options dt label {color:#fff; font-weight:bold; font-size:14px;}
.product-view .options-container .product-options dd {float:right;}
.product-view .options-container .product-options .input-box {width:240px;}

#btnForm {display:inline-block; float:right;}
#btnForm.form-bottom {display:block;}

.leanpay-badge3 {height:119px; width:220px;  padding-top:36px; background-size: cover; display:inline-block;}
.leanpay-badge3 span {padding-left:7px; display:block; line-height: 44px; font-weight:bold; font-size:18px; color:#fff;}
.leanpay-badge3.leanpay-badge-hr {height:auto; width:200px;}

.price-label2 {padding:0 !important; display:inline-block; width:115px;}

.product-view .product-name h1 {font-size:22px; color:#ec388e; line-height:26px; margin-bottom:10px;} 

.product-view .free-delivery {margin-top:5px;}
.product-view .free-delivery img {float:right; margin:0 0 0 10px;}

.product-extra-info {line-height:20px; font-size:14px; text-align:right; margin-top:15px; margin-bottom:10px;}

.product-options dd {margin:0 0 10px;}

.product-view .add-to-cart {margin:15px 0;}
.product-view .add-to-cart button.button {height:auto; float:right;}
.add-to-cart button.button span span::before {font-size:28px !important;}

@media(max-width:1199px) {
    .leanpay-badge3 {margin-top:10px;}

}

@media(max-width:750px) {
    .leanpay-badge3 {margin-top:0; height:97px; width:180px; padding-top:29px; }
    .leanpay-badge3 span {line-height:40px; font-size:16px; }
}
@media(max-width:500px) {
    #btnForm {margin-top:6px; float: none; display:block;}
}

.leanpay-badge3 {background:url(../images/leanpay-badge-normal.png) 0 0 no-repeat; }
.leanpay-badge-eom0 {background:url(../images/leanpay-badge.png) 0 0 no-repeat; }
.leanpay-badge3.leanpay-badge-hr {background:url(../images/Leanpay-badge-hr.png) 0 0 no-repeat;} 
.leanpay-badge3.dpd-rati {
	background:url(../images/na-rate-badge.png) 0 0 no-repeat;
	width:210px;	
}
/*
BLACK FRIDAY
*/
/*
.discount-badge.pv,
.discount-badge {background-image:url('../images/popust-black-bkg.png') !important;}
*/
.footer-bottom br {display:none;}
.footer-bottom address {line-height:22px; }
.footer-middle {padding-bottom:0;}
.breadcrumbs {margin:3px 0 0;}

span.break:after{content:"\A";white-space: pre; }

.mobile-nav.side-block .sw-mobile-menu li .open-child::after {font-size:20px; line-height:10px;}
.mobile-nav .sw-mobile-menu li > a {font-size:14px;}
.mobile-nav .sw-mobile-menu > li > ul > li a {font-size:13px; line-height:34px;}
.mobile-nav.side-block .sw-mobile-menu > li > ul > li > ul > li a {padding-left:25px;}

.mobile-nav .sw-mobile-menu li .open-child {height:34px;}

/* HEADER */
/*.header-container {font-size:13px;}*/
.header-container .page-name {line-height:24px; padding-top:0; padding-bottom:0;}
.header-container .top-links-area {line-height:24px; padding:0;}
.header-container .links li + li::before {top: 2px;}
.selectbox .select .text {font-size:12px; text-transform:none;}
.header-container.type4.header-newskin .top-links .dropdown span,
.header-container.type4.header-newskin .top-links a {
	letter-spacing: 0; 
	text-transform:none;
	line-height: 16px;
	font-size: 12px;
	white-space: nowrap;
}
.header-container.type4.header-newskin .top-links .dropdown span img,
.selectbox li a img {margin: 3px 6px 0 0;}
.selectbox .dropdown ul {padding: 4px 15px 4px 5px;}
.header-container .website-switch .dropdown {
	width:150px !important;
	border-color:#5c6d91;
	right: 0;
	width: auto !important;
}
.header-container.type4.header-newskin .selectbox .select {letter-spacing: 0;}

.header-container .header-text-info::before {top:0px;}

.header-container .top-links-icon::before {top:auto;margin-top:0px;}

.leanpay-badge3 span {display:inline-block;}
#btnForm .leanpay-badge3 .fa:before {color:#fff;vertical-align: initial;}

.product-view .product-shop .add-to-box {margin:0; padding:0; border:0;}

/* HOMEPAGE blog posts */
.recent-blog-posts .post-list-img {
	float:none;
	width:100%;
	display:block;
	border:none;
	margin: 10px 0 15px;
}
.recent-blog-posts .postTitle {
	height:44px;
	line-height:22px;
	overflow:hidden;
	margin-bottom:0;
	margin-bottom: 5px;
}
.recent-blog-posts .postTitle a{
	line-height:22px;
	font-size:14px;
	color:#5c6d91;
	text-transform:uppercase;
	
}

.recent-blog-posts .postDetails {
	font-size:12px;
}
.recent-blog-posts .postContent {
	font-family: 'Lat', sans-serif;
	font-weight:300;
}
.sidebar .block.block-blog-tags .block-title,
.sidebar  .block.block-blog-categories .block-title{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #5c6d91;
}
.sidebar .block.block-blog-categories a {
	color: #5c6d91;
	font-weight: 300;
}
.sidebar  .block.block-blog-categories a::before {
	content:"";
	display:none;
}
.sidebar .block-account ul li, .sidebar .block.block-blog-categories .blog-category {
	padding: 5px 0;
	position: relative;
	line-height: 1.3;
	border-bottom:none;	
}

.block.block-blog-tags ul li a {
	background-color:#efefef;
	color:#5c6d91;
}
.block-account ul li strong, .block-account ul li a {padding-left:15px;}
.block-reorder .block-title,
.block-account .block-title {color:#5c6d91;text-transform: uppercase;}
.my-account .addresses-list address {line-height:20px;}
.block-account, .my-account, .account-create, .account-login {margin-top:20px;}

@media (min-width: 768px){
	.footer-accordion .accordion-content {display:block !important;}
}

@media (max-width: 1200px){
	.product-view .options-container .product-options .input-box {width:180px;}
	#btnForm .leanpay-badge3 {background:none; height:auto; width:auto; display:inline-block; margin:0; padding:0; padding-left:121px; margin-top:6px;}
	#btnForm.form-bottom {margin-top:0;}
	#btnForm {float:none; }
	.leanpay-badge3 span {padding:0; color:#5c6d91; line-height: 17px; display:inline-block; }
	#btnForm .leanpay-badge3 .fa:before {color:#5c6d91;vertical-align: initial;}
	
	.product-manufacturer span {display:none;}
	
	.product-view .usp {padding-bottom:0px;margin-bottom:0;}
	.product-view .product-info {padding-bottom:0;}
	.product-collateral {margin-top: 25px;}
	
	.top-container .category-banner .full-width-image-banner.default-banner > .special-offer-overlay {
		width:auto;
		max-width:initial;
		top:auto;
		bottom:0;
		left:0;
		right:auto;
		padding:5px 30px;
		border:0;
	}
	.top-container .category-banner .full-width-image-banner.default-banner > .special-offer-overlay br{
		display:none;
	}
}

@media (max-width: 767px){
	/* PRODUCT MOBILE */
	.product-view .options-container .product-options .input-box {width:240px;}
	.product-view .product-img-box:not(.type-) {margin-bottom:10px;}
	.product-view .product-manufacturer {position:relative; top:0; right:0;}
	.product-view .product-shop .prev-next-products {display:none;}
	
	.breadcrumbs li {line-height:18px;}
	.breadcrumbs li.product {display:inline-block; }
	
	/* HOME MOBILE */
	.cms-home h3.filter-title,
	.cms-home .home-title { margin-bottom:0; font-size:22px;font-weight: 600; line-height:28px;}
	
	
	
	/* BASIC */
	.footer-middle .block {margin-bottom:0;}
	.footer-middle .block .block-title {margin-top:20px; height:auto; margin-bottom:10px;}
	.footer-middle .block .block-title:empty {display:none;}
	.footer-logo {margin-bottom:0px;}
	
	span.break:after{content:""; white-space: initial; }
	
	.footer-middle .footer-accordion .block .block-title strong{cursor:pointer;}
	.footer-middle .footer-accordion .block .block-title:after {font-family: FontAwesome; content:"\f107"; display:inline-block; margin-left:10px;}

	.header-container.type4.header-newskin .links {
		display: none;
		position: absolute;
		left: 0;
		right:auto;
		margin: 0;
		padding: 5px 0;
		background-color: #fff;
	}
	.header-container .top-links-icon {
		display: inline-block;
	}
	.selectbox .select .text,
	.header-container .page-name {font-size:14px;}
	
	.header-container.type4.header-newskin .links li a {
		color: #5c6d91 !important;
		white-space: nowrap;
		padding: 0 10px;
		font-weight: 300;
		font-size:14px; 
		line-height:22px;
	}	
	.header-container .header-text-info:before, .header-container .links li + li:before {display:none;}
	
	
	.header-container.type4.header-newskin .links{border-radius:0;text-align:left;border:1px solid #5c6d91;}
	.header-container.type4.header-newskin .links li{display:block;border:0;padding:0}
	
	.header-container.type4.header-newskin .links li:hover a {text-decoration:underline; background:#fff !important; color:#5c6d91 !important;}
	
	.breadcrumbs-split i:before {margin:0;}
	
	.breadcrumbs li.home a{width:16px;}
	
	.catalog-product-view .breadcrumbs li[class^="category"] {
		display:none;
	}
	.catalog-product-view .breadcrumbs li:nth-last-of-type(2) {
		display:inline-block;
	}
	
	.catalog-product-view .breadcrumbs li.product strong {display:inline-block; white-space: nowrap; max-width:170px; padding-right:0; overflow:hidden; }
	.catalog-product-view .breadcrumbs li.product:after {display:inline-block; width:15px;content:"..."; line-height:19.5px;}
	
}

@media (max-width: 767px) and (min-width: 481px) {
	.category-banner .full-width-image-banner .container .content {padding-left:15px; padding-right:15px;}
}
@media (max-width: 480px){
	/* CATEGORY MOBILE */
	.category-products .products-grid li.item{float:left !important;width:50% !important;}
	.category-products .products-grid li.item .short-desc {display:none;}
	.category-products .products-grid li.item .dostava-badge {display:none;}
	.category-products .products-grid li.item .details-area .product-name {margin:0;}
	.category-products .products-grid li.item .details-area .product-name a {font-size:13px; line-height:15px;  height:30px;}
	.category-products .item .details-area .product-name hr {margin:5px auto;}
	
	.category-products .regular-price .price {font-size:18px; line-height:22px;} 
	.category-products .special-price .price {font-size:18px; line-height:22px;}
	.category-products .old-price .price {font-size:12px; line-height:14px;}
	
	.category-products .badgeClick.badgeDarilo {display:none;}
	
	.category-products .free-shipping-label {height:60px; width:60px; background-size:cover;}
	.category-products .free-shipping-label span {padding: 2px 5px; font-size:7px;}
	
	.category-banner .full-width-image-banner .container{height:240px;}
	.top-container .category-banner .full-width-image-banner h1,.top-container .category-banner .full-width-image-banner .content.wide h1 {font-size:32px; line-height: 34px; margin-bottom:10px;}
	.category-banner .full-width-image-banner p {font-size:12px !important; line-height: 14px !important; font-weight:400;}
	
	.catalog-category-view .category-banner .full-width-image-banner .container{height:240px;}
	.catalog-category-view .category-banner .full-width-image-banner.default-banner .container{padding-top:0;}
	.catalog-category-view .top-container .category-banner .full-width-image-banner .content.wide h1,
	
	.catalog-category-view .top-container .category-banner .full-width-image-banner h1 {font-size:28px; line-height: 26px; margin-bottom:7px;}


	.full-width-image-banner h2, .full-width-image-banner h1 {font-size: 32px;line-height: 36px;}
	.top-container .category-banner .full-width-image-banner p {
		font-size: 13px !important;
		line-height: 14px !important;
	}
	.category-banner .full-width-image-banner .container .content {padding-top:14px;}
	
	.catalog-category-view .top-container .category-banner .full-width-image-banner .row {margin:0 !important;}
	
	.catalog-category-view .top-container .category-banner .full-width-image-banner .special-offer-overlay div strong,
	.catalog-category-view .top-container .category-banner .full-width-image-banner .special-offer-overlay div {display:inline !important; }
	
	.catalog-category-view .main-container {padding-top:15px;}	

	/* RELATED PRODUCTS*/
	#related-products .category-products .short-desc {display:none;}

	#related-products .category-products li.item {float:left !important;width:50% !important;}
	#related-products .category-products li.item .short-desc {display:none;}
	#related-products .category-products li.item .dostava-badge {display:none;}
	#related-products .category-products li.item .details-area .product-name {margin:0;}
	#related-products .category-products li.item .details-area .product-name a {font-size:13px; line-height:15px;  height:30px;}
	#related-products .category-products .item .details-area .product-name hr {margin:5px auto;}
	
	.category-products .regular-price .price {font-size:18px; line-height:22px;} 
	.category-products .special-price .price {font-size:18px; line-height:22px;}
	.category-products .old-price .price {font-size:12px; line-height:14px;}	
	
	/* PRODUCT MOBILE */
	.product-view .product-img-box .saleBadge {display:none;}
	.col1-layout .product-view .product-info { padding-bottom:0;border-bottom:0;}
	.product-view .product-collateral {margin-top:15px;}
	.product-view .product-shop .short-description {display:none;}
	
	.product-view .options-container .product-options .input-box {width:180px;}
	

	.product-tabs > .custom-tab, .product-tabs > ul {display:none !important; }
	
	/* BASIC */
	.category-products .sorter .limiter {display:none;}
	
	.cms-home .filter-products.category-products .short-desc {display:none;}
	
	.top-container .category-banner .full-width-image-banner.default-banner {
		height: 180px;
		padding-top: 0;
	}
}
@media(max-width: 991px) {
	.top-container .category-banner .full-width-image-banner p {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	
	.top-container .category-banner .full-width-image-banner.default-banner .container  {
		height: 100%;
	}
	.top-container .category-banner .full-width-image-banner.default-banner h1.background-title,
	.top-container .category-banner .full-width-image-banner.default-banner strong.background-title {
		font-size:40px;
		line-height:46px;
		display: inline-block; 
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		
	}	
}
@media(max-width: 800px) {
	.top-container .category-banner .full-width-image-banner p {
		font-size: 16px !important;
		line-height: 18px !important;
	}
}
@media(max-width: 640px) {
	.top-container .category-banner .full-width-image-banner p {
		font-size: 16px !important;
		line-height: 18px !important;
	}
	.top-container .category-banner .full-width-image-banner.default-banner h1.background-title,
	.top-container .category-banner .full-width-image-banner.default-banner strong.background-title {
		font-size:34px;
		line-height:38px;
	}
}
@media(max-width: 500px) {

	.cms-home h3.filter-title,
	.cms-home .home-title { font-size:18px; line-height:24px;}
		
}
/* FOOTER KONTAKT */
.footer-furnitura.furnitura-c > .container > .row {padding:20px 0 0px;}
.footer-furnitura.furnitura-c > .container > .row img {display:inline-block; position:relative; left:auto; max-height: 222px;top: -12px;}
.furnitura-c .c-title {line-height:1.2;} 
.furnitura-c .c-title > strong {font-size:32px;}
.furnitura-c .c-title > strong span{display:block; font-style:italic; font-weight:300;}
.furnitura-c .c-title ul {margin-top:20px; list-style: unset; list-style-position: inside; font-size:18px;line-height: 22px;font-family: 'Lat', sans-serif;font-weight: 300;}
.furnitura-c .c-title img {display:inline-block; position:relative; left:auto; right:auto;top:auto;}

.furnitura-c .c-icons .fa {color:#404040; font-size:30px;display: inline-block; width: 100%; text-align:center;}
.furnitura-c .c-icons .c-icon {text-align:center;}
.furnitura-c .c-icons .c-icon a {display:inline-block; border:3px solid #a7cf4b; border-radius:50%;height:60px; width:60px;line-height:60px;}
.furnitura-c .c-icons .c-icon a.cl2 { border-color:#ffcc29;}
.furnitura-c .c-icons .c-icon a.cl3 { border-color:#ec388e; }
.furnitura-c .c-icons .c-title {font-size:32px; font-weight:700; }
.furnitura-c .c-icons {text-align:center;}
.furnitura-c .c-icons .row{padding:0;}
.furnitura-c .c-icons img {display:inline-block; position:relative; max-height:64px;left:auto; right:auto;top:auto;}
.furnitura-c .c-icons a {display:block;margin-top:10px;font-family: 'Lat', sans-serif;font-weight: 700; font-size:18px; text-decoration:underline;}
.furnitura-c .c-icons a:hover {text-decoration:none;}

.furnitura-c .c-title {margin-bottom:5px;}
.furnitura-c .c-icons .work-time {font-weight:300; font-size:18px;  width:100%;}
.furnitura-c .c-icons .work-time strong{font-weight:500;}

@media(max-width: 1200px) {

	.furnitura-c .c-icons a {
		font-size: 16px;
	}	
}

@media(max-width: 991px) {

	.furnitura-c .c-icons a {
		font-size: 18px;
	}
	.furnitura-c .a-center.c-icons {text-align:left !important;}	
	.furnitura-c .c-icons .c-icon {display:inline-block; width:auto; margin-right:10px;}
	.furnitura-c .c-icons a {display: inline-block;}
	.furnitura-c .c-icons .c-icon a{height: 50px;width: 50px;line-height: 50px;}
	.furnitura-c .c-icons .fa {color:#404040; font-size:24px;}
	.furnitura-c .c-icons .c-title {font-size: 26px;}
	.furnitura-c .c-icons .work-time {display:none;}
	.furnitura-c .c-icons > .row {margin-bottom:15px;}
}

/* CHECKOUT PHONE NUMBER*/
.cart-phone {padding:30px 0; line-height:60px; font-size:20px;}
.cart-phone .fa {color:#404040; font-size:30px;display: inline-block; text-align:center; }
.cart-phone .c-icon {text-align:center; display:inline-block; border:3px solid #a7cf4b; border-radius:50%;height:60px; width:60px;line-height:60px; margin-right:10px;}
.cart-phone a {display:inline-block;margin-right:15px; font-family: 'Lat', sans-serif;font-weight: 700; font-size:24px; text-decoration:underline;}
.cart-phone  a:hover {text-decoration:none;}

.product-view .not-system-price {background:#dfdfdf; padding:15px; line-height:28px; font-size:17px;}
.not-system-price .price {
	font-family: 'Lat', sans-serif;
	color: #ec388e;
}

.product-view .not-system-price .price {
	float:right;
	display:inline-block;
	font-size: 28px;
	font-weight: bold;
}

.products-grid .not-system-price {background: #efefef; padding: 5px; margin-top: 10px; line-height: 14px; text-align:center;}
.products-grid .not-system-price .price {
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
}
.homepage-banner {
	width:100vw;
	height:21.06666667vw;
}

@media(max-width: 750px) {
	.homepage-banner {
		width:100vw;
		height:52.4vw;
	}
}
@media(max-width: 370px) {
	.contact-block div.phone i {display:inline-block;}
	.contact-block div.phone a span {display:none;}
}


.attribute-page-banner .content {min-height:250px; padding:30px 5% 0;}
.attribute-page-banner h2{
	color: #fff;
	font-weight: 700;
	font-size: 42px;
	line-height: 60px;
	display: block;
	margin-bottom:5px;
}
.attribute-page-banner hr {
    background: #fff;
    margin: 10px 0 15px;
}
.attribute-page-banner p {
	font-family: 'Lat', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
	color:#fff;
	background-size: cover !important;
}

@media (max-width: 767px) {
	.attribute-page-banner h2{
		font-size: 38px;
		line-height: 46px;
	}
}
@media (max-width: 450px) {
	.attribute-page-banner hr,
	.attribute-page-banner p{
		display:none;
	}
}
@media (max-width: 350px) {
	.top-container .category-banner .full-width-image-banner p {
		font-size: 14px !important;
		line-height: 16px !important;
	}
}

/* SHOWROOM */
.showroom {margin-top: 10px; margin-bottom: 30px;}
.showroom .showroom-offer {margin-bottom:40px; padding-bottom:30px; border-bottom:3px solid #efefef;}
.showroom .showroom-offer img {width:80px; margin-right:20px;float:left; margin-top:-10px;}
.showroom .contact-info {margin-bottom:20px; margin-bottom: 20px; background: #efefef;padding: 40px 40px;border-radius: 30px;font-size: 16px;line-height: 26px;}
.showroom .contact-info h2 {font-weight: bold;text-decoration: underline;font-size: 24px;}
.showroom .contact-info li {line-height: 26px;}

.catalog-category-view .klevu-recs{border-bottom:1px solid #5c6d91; padding-bottom:20px; margin-bottom:20px; min-height:330px;}
/* BLOG CONTENT */
.attribute-bottom-desc a,
.product-view #tab_description_tabbed_contents a, .product-view #tab_description_tabbed_contents a span,
.blog-post-view .postContent a, .blog-post-view .postContent a span{text-decoration:underline !important; color:#ec388e !important;}
.attribute-bottom-desc a:hover,
.product-view #tab_description_tabbed_contents a:hover, .product-view #tab_description_tabbed_contents a span:hover,
.blog-post-view .postContent a:hover, .blog-post-view .postContent a span:hover{text-decoration:none !important; color:#a7cf4b !important;}
.blog-post-view .postContent {font-size:16px;}
.attribute-bottom-desc {margin-top:50px; padding-top:30px; padding-bottom:40px; border-top:2px solid #5c6d91;}

.blog-post-view h1, .blog-post-view h2 {font-size:24px;}

/* 3d button */
.button-cntainer-3d {
	border:1px solid #000;
	padding:0;
	display:inline-block;
	margin-top: 20px;
}
.button-3d-model {
	line-height:40px;
	padding:0 10px 0 50px;
	background: #fff url('../images/3d.png') 5px center no-repeat;
	display:inline-block;
	background-size:35px;
	background-color:#fff;
	color:#000;
}

/* 3d button */
.button-3d-model:hover {
	color:#000;
}
.overlay_modern-window + .dialog {
	background:#fff;
	border:1px solid #efefef;
}
.popup-3d {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;	
	z-index: 2147483647 !important;
}
.popup-3d .popup-wrap {
	position: absolute;
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px 70px;
	max-height:100%;
}
.popup-3d .popup-wrap iframe {
	width: 100%;
	height: 500px;	
}
.popup-3d .popup-wrap .close-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	border: none;
	cursor: pointer;
	padding:0;
	background:none;
}
.popup-3d .popup-wrap .close-popup:before {
	content: "\e82c";
	font-family: "porto";
	font-size:30px;
	color:#ec388e;
}
.popup-3d .popup-wrap .close-popup:hover {
	background:none;
}
#iframe-3d {border:none;}

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

.mobile-3d-text {display:none;}
@media (max-width: 1200px) {
	.popup-3d .popup-wrap {
		padding: 30px 60px;
	}
}

@media (max-width: 991px) {
	.popup-3d .popup-wrap {
		padding: 20px 40px;
	}
	.desktop-3d-text {display:none;}
	.mobile-3d-text {display:inline;}
}

@media (max-width: 700px) {
	.popup-3d .popup-wrap {
		padding: 10px 10px; 
	}
	.special-offer-overlay {font-size: 14px; padding:7px 0; line-height:16px;}
	.special-offer-overlay strong {
		font-size:16px;
	}																		   
}

.popup-3d .click-here-sign {
	position: fixed;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index:1000;
	font-size:22px;
	text-align:center;
	margin-top: -100px;
	padding-bottom:20px;
	text-transform:uppercase;
}
.popup-3d .click-here-sign span {display:block; margin-bottom:10px;}
.popup-3d .click-here-sign i {display:inline-block; font-size:40px; position: absolute; top: 30px; left:0; right:0;}

.product-specs2 .col-md-6  {
	padding:0 20px !important; 
}
.product-specs2 .odd {
	background:#efefef;
}
.product-specs2 .row .row div {padding: 0 5px;} 

.generated-details {
	margin:15px 0 !important;
	border:1px solid #efefef;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lat', sans-serif;	
	font-weight:300;
	font-size: 16px;
	line-height: 20px;
}
.generated-details strong{text-transform:uppercase; display:block; margin: 10px 0 5px;}
.generated-details {padding:10px 0;}
.generated-details img {max-width:100%; max-height: 200px;}

.product-collateral .box-collateral > .row {margin:0 !important;}
.product-collateral .box-collateral > strong {display:block; text-transform:uppercase;}

.product-collateral .box-collateral.product-specs2 {
	font-family: 'Lat', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.product-collateral .box-collateral.product-specs2 .even .row{
	background: #efefef;
}	
.product-collateral .box-collateral.product-specs2 .row .row{
	padding: 6px 0;
}	

.block-main-layer .title-filter {background-color: #efefef;color:#5c6d91;font-weight:500;font-family: 'Montserrat', sans-serif;letter-spacing:initial;padding:11px 25px;font-size:18px;}																																														
@media (max-width: 991px) {
	.product-collateral .box-collateral.product-specs2 .even .row{
		background:none;
	}
	.product-collateral .box-collateral.product-specs2 > .row > div:first-child {
		background: #efefef;
	}	
	
	.block-main-layer .block .block-title:before,
	.block-main-layer .block.block-layered-nav dt:before {
		margin-top:0;
	}
	
	.block-category-nav .block-content{padding: 10px 20px 26px;}
	.block-main-layer .block {padding:0 5px;}
	.block-main-layer .block.block-category-nav .block-title {padding:10px 20px;}
	
	.catalog-category-view.mobile-layer-show .page {padding-bottom:0;}																   
}
@media (max-width: 575px) {
	.generated-details img {margin-top:15px;}	
	
}

.category-posts-container {margin-top:40px; padding: 30px 20px 20px 20px; background: #efefef;margin-bottom:40px;}
.category-posts-container .title {text-align:center; font-weight:bold; margin-bottom:20px; text-transform:uppercase;} 

.catalog-category-view .products-title {text-transform:uppercase; margin:20px 0 30px;}

/* CATEGORY FAQ */
.category-faq{line-height:1.5;}
.category-faq ul, .category-faq ol {
	line-height:1.5; list-style: initial;  margin: 5px 0px 15px 40px;
}
.category-faq ol {list-style: decimal;}
.category-faq ul li, .category-faq ol li {
	 margin-bottom:5px;
}
.category-faq a {text-decoration:underline;}
.category-faq a:hover {text-decoration:none;}

.faq-title{margin-top: 40px; padding-top: 40px;border-top: 1px solid #5c6d91;}

.more-about-category ol {
	line-height:1.5; list-style: decimal;  margin: 5px 0 15px 40px;
}
.more-about-category ul {
	line-height:1.5; list-style: initial; margin: 5px 0 15px 40px;
}
.more-about-category h2 {
	margin-top: 40px; padding-top: 40px;border-top: 1px solid #5c6d91;
}

.more-about-category li,
.more-about-category p {font-family: 'Lat', sans-serif;font-weight: 300;}
.more-about-category a {text-decoration:underline; color:#ec388e;}
.more-about-category a:hover {text-decoration:none;}

.category-design-type-2 .category-desc-2 {margin:15px 0 25px; font-weight:300; font-size:16px; line-height:22px;}
.category-design-type-2 {margin-top:10px; margin-bottom:40px;}
.category-design-type-2 h2 { text-transform: uppercase; font-weight:600;}
.category-design-type-2 .category-link-item {display:inline-block; position:relative; margin-bottom:20px; cursor:pointer;}
.category-design-type-2 .category-link-item img { width:100%; max-width:100%; }
.category-design-type-2 .category-link-item span {position:absolute; display:block; text-align:center; bottom:15px; left:0px; color:#fff; text-transform:uppercase; text-decoration:underline; font-size:20px; font-weight:600; width:100%;}
.category-design-type-2 .category-link-item:hover span {text-decoration:none; }

.category-design-type-2 .category-icons {text-align:center;}
.category-design-type-2 .category-icons img { max-height:74px;}
.category-design-type-2 .category-icons .cat-icon > span {display:block;} 
.category-design-type-2 .category-icons span span {display: inline-block; padding-bottom: 10px; width:50%; font-size:16px;}

.row.category-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row.category-icons > [class*='col-'] {
  display: flex;
  flex-direction: column;
  
}

.row.category-icons > div:after {
	content:"";
	width:50%; 
	background:#5c6d91;
	height:2px;
	margin:0 auto;
	position:absolute;
	bottom:0px;
	left:0;
	right:0;
}

@media (max-width: 1200px) {
	.row.category-icons > div:after {width:70%; }
	.category-design-type-2 .category-icons span span {width:70%;}
}

@media (max-width: 991px) {
	.row.category-icons > div:after {width:80%; }
	.category-design-type-2 .category-icons span span {width:100%;}
}

/* Prehod na EUR */
.euro-transition-list {height:16px; line-height:16px; margin:0;min-height: 16px; font-size:12px;}
.euro-transition-list .old-price .price,
.euro-transition-list .regular-price .price {font-size:10px; line-height:16px;vertical-align:initial;}
.euro-transition-list .special-price .price {font-size:12px; line-height:16px;}
.euro-transition-list .price {vertical-align:middle;}

.catalog-product-view .product-essential .euro-transition {line-height:16px; margin:6px 0 5px; display:inline-block;}
.catalog-product-view .product-essential .euro-transition span {display:inline-block; padding:0 3px;}
.catalog-product-view .product-essential .euro-transition .old-price-value{text-decoration: line-through; font-size:14px; }
.catalog-product-view .product-essential .euro-transition .final-price-value {color: #ec388e; font-size:18px;} 


#shopping-cart-totals-table .euro-transition {line-height:16px; margin:6px 0 5px;}
#shopping-cart-totals-table .euro-transition td.a-right {text-align:right !important;}
.header-container.header-newskin .mini-cart .totals {padding-top:10px; padding-bottom:10px;}
.header-container.header-newskin .mini-cart .totals.euro-transition .label, .header-container.header-newskin .mini-cart .totals.euro-transition .price-total {font-weight:300;}

/*Rating stars in form*/

#product-review-table .rating-input {
	display: none !important;
}


#product-review-table .rating-star:before,
#product-review-table .rating-star:hover:before,
#product-review-table .rating-star:checked:before {

	width: 26px !important; 
	height: 22px;
	color:#ec388e;
	padding:0 2px;
	display:flex;
	font-size:22px;
	font-family: FontAwesome;
	content: "\f005"; 
}

#product-review-table .value:not(.selected) .rating-star:before,
#product-review-table .rating-star:hover ~ .rating-star:before,
#product-review-table .rating-input:checked ~ .rating-star:before {
	content: "\f006"; 
}


#product-review-table .rating-star:hover {
	cursor: pointer;

}

#product-review-table.data-table.table-ratings {
	width: auto;
	border: 0;
}

#product-review-table {height:auto; margin-bottom:15px;}

/*Rating stars when displaying reviews (in product page and profile)*/
#product-review-table .ratings-table .rating-box,
#product-review-table .ratings .rating-box,
#product-review-table .ratings-table .rating-box .rating,
#product-review-table .ratings .rating-box .rating {
	background-size: 15px;
	background-repeat: repeat-x;
	background-position: 0 1px;
}

#product-review-table .ratings-table .rating-box,
#product-review-table .ratings .rating-box {
	height: 20px;
	width: auto;
}

#product-review-table .ratings-table .rating-box .rating,
#product-review-table .ratings .rating-box .rating{
	height: 20px;
}

#product-customer-reviews .form-list label {margin-bottom:3px;}

.chars-container {
	font-size:10px; text-align:right;
}

.add-review h3 {
	color:#ec388e;
	font-weight:400;
	font-size:20px;
}

#product-review-table .value {

	display: flex;
}

#product-review-table h4 {
	margin:15px 0 3px;
	font-size: 14px;
}

.review-area .ratings-list .rating-item  {display: block;}
.review-area .ratings-list .rating-item .label {
	color: #5c6d91;
	width: 280px;
	display: inline-block;	
	font-size:12px;
}

.review-area {margin-left:0; border:1px solid #efefef;}

.rating-box:before { 
	font-family: FontAwesome;
	content: "\f006\f006\f006\f006\f006";
	color:#ec388e;
	display:inline-block;
	font-size:18px;
	width:auto;
	line-height: 18px;
}
.rating-box,
.rating-box:before {width:auto; display:inline-block;}
.rating-box .rating:before {
	font-family: FontAwesome;
	content: "\f005\f005\f005\f005\f005";
	color:#ec388e;
	display:inline-block;
}
.rating-box,
.ratings .rating-box,
.product-view .product-essential .ratings .rating-box {width:auto; display:inline-block; padding: 0 0 0 3px; letter-spacing:3px; height: 18px;}

.ratings .rating-box:before,
.rating-box .rating:before,
.product-view .product-essential .ratings .rating-box:before {
	width: auto;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	display:inline-block;
}
.rating-box .rating,
.product-view .product-essential .ratings .rating-box .rating {padding: 0 0 0 3px; height: 18px;}

.product-view .product-essential .ratings .rating-box:before,
.product-view .product-essential .ratings .rating-box .rating:before {font-size: 18px; line-height:18px; height:18px;}

.ratings .rating-links {border-left:0; padding-left:0; font-size:14px; margin-left:10px;}
.ratings .rating-links > a {font-size:14px; line-height:18px;}

.review-area .review-by {color:#5c6d91; font-size:14px; font-style:normal; background:#efefef; padding: 0 20px; line-height:30px;	}
.review-area .review-by b {color:#5c6d91; font-weight:600;}

.review-area .ratings-list {
	margin-bottom: 0;
	padding:0 20px 10px 20px;
}

.review-area .review {
	font-size:12px; padding:10px 20px 15px 20px;

}
.product-view #product-customer-reviews li {border-bottom:0;padding-bottom:30px;} 

.category-products .details-area .ratings {height:14px; margin-bottom:5px;}
.category-products .details-area .ratings .amount {display:inline-block !important; font-size:14px;}

.category-products .ratings .rating-box, .category-products .ratings .rating-box .rating {height:14px;}
.category-products .ratings .rating-box:before,
.category-products .rating-box .rating:before {
	height: 14px;
	font-size: 14px;
	line-height: 14px;
}

@media (min-width: 1200px) {
	.category-products .short-desc {height:76px;}

}
@media (max-width: 991px) {
	.category-products .short-desc {height:76px;}

}
@media (max-width: 767px) {
	.category-products .details-area .ratings .amount {display:none !important}

}
@media (max-width: 550px) {
	.category-products .short-desc {height:90px;}

}
/* Mobile header */


/* header_type4.phtml, local.css, footer.phtml */
.fixed-footer-interface {color:#fff;display:none; position:fixed; bottom:0; left:0; right:0; background:#5c6d91; z-index: 100; cursor:pointer; }
.fixed-footer-interface .interface-button {display:inline-block; text-align:center; border-right:1px solid #f5f5f5; flex: 1 1 0px}
.fixed-footer-interface .interface-button:last-child {border-right:0;} 
.fixed-footer-interface .interface-button i {font-size:18px; margin-bottom:3px; display: inline-block;}
.fixed-footer-interface .interface-button span {display:block; text-align:center; font-size:11px; text-transform:uppercase; }
.fixed-footer-interface .interface-button a,
.fixed-footer-interface .interface-button.footer-mini-cart > div {color:#fff; padding-top:5px; display:inline-block; height:42px; width:100%;}
.fixed-footer-interface .interface-button a:hover,
.fixed-footer-interface .interface-button.footer-mini-cart:hover {background:#ec388e;}


/* 
view.phtml 
searchautocomlete-image
/design/frontend/smartwave/porto_child/template/mst_searchautocomplete/autocomplete/index/mage/catalog/product.phtml
local.xml
*/
.btn-cart-floating {display:none;}
.product-shop {position:initial;}

@media (max-width: 991px) {
	.footer-container  {padding-bottom:50px}
	.fixed-footer-interface {display:flex;}
	.header-container.type4.header-newskin.header-newskin .mini-cart {position:initial;}
	.header-container.type4.header-newskin .header .mini-cart .topCartContent {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.actions-container {z-index:10;}
	
	.topCartContent:before {display:none;}
	
	.block-main-layer .layer-filter-icon {bottom:42px;}
	
	#totop {bottom:117px;}
	
	button.button.btn-cart-floating {
		display:block;
		width:100%;
		position: fixed;
		bottom:42px;
		left:0;
		right:0;
		height:42px;
		line-height:42px;
		z-index: 100;
		background: #a7cf4b;
	}
	#search_mini_form.searchautocomplete .searchautocomplete-placeholder {left:0 !important;}
	
	.searchautocomplete .searchautocomlete-image img {width:50px; height:auto;}
	
	.searchautocomplete .searchautocomplete-placeholder ul li {
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.searchautocomplete .searchautocomplete-placeholder ul li > * {
		flex-shrink: 1;
		flex-grow: 1;
	}
	.searchautocomplete .searchautocomplete-placeholder .name {white-space: nowrap; overflow:hidden;}
	.searchautocomplete .searchautocomplete-placeholder ul li .price-box {padding-left:15px;flex-shrink: 0; margin:0 !important; text-align:right;white-space: nowrap;}
	
	.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price {font-size:16px;}
	.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price {font-size:16px; color:#ec388e;}
	.searchautocomplete .searchautocomplete-placeholder .clearfix {display:none;}
	
	.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
		flex-shrink: 0;
		flex-grow: 0;
	}
} 

@media (max-width: 700px) {
	.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price {display:none;}
}
@media (max-width: 420px) {
	.fixed-footer-interface .interface-button i {font-size:16px; margin-bottom:5px;}
	.fixed-footer-interface .interface-button span {font-size:10px; }
}

.splosni-pogoji h1{ font-weight:700; }
.splosni-pogoji h2 { font-weight:700; margin-left:20px; margin-top:20px;}
.splosni-pogoji ul, .splosni-pogoji ol {margin: 0 0 15px;}
.splosni-pogoji a {text-decoration: underline; color: #ec388e; }
.splosni-pogoji a:hover {text-decoration: none; color: #5c6d91; }
.std .splosni-pogoji li {line-height:1.5;}

.get-free-shipping {margin: 0 0 10px; padding:15px; background: #efefef; display: inline-block; }
.get-free-shipping i {font-size:20px; margin-right:10px; vertical-align: middle;}

/* Category static block */
.category-desc {
	font-weight:300;
	line-height: 18px;
}
@media (max-width: 700px) {
	.category-desc{
		line-height: 14px;
		font-size: 12px;
	}
}

.col-main .page-title h1, .col-main .page-title h2 {margin-bottom:10px;}

#subcategories > .row.products {margin-left:-5px; margin-right:-5px;}

/* Back in Stock */
#back_in_stock_subscribe {min-height:60px; padding:0 0 15px; border-bottom:2px solid #f2f2f2;text-align:left;}

#back_in_stock_popup .back_in_stock_button,
#back_in_stock_subscribe .back_in_stock_button {
	padding: 0 40px;
	border-radius: 21px;
	text-transform: uppercase;
	background-color: #a7cf4b;
	font-weight: 600;
	line-height:36px;
	display: inline-block;
	color:#fff;
	font-size:14px;
}
#back_in_stock_popup .back_in_stock_button i,
#back_in_stock_subscribe .back_in_stock_button i {margin-right:5px;}


#back_in_stock_popup {padding:10px;}
#back_in_stock_popup .title {font-size:20px; font-weight:700; margin-bottom:10px;}
#back_in_stock_popup input.input-text {width:100%; padding:10px; line-height: 32px; height:32px; margin-bottom:10px; border:0; border-bottom:2px solid  #f2f2f2;}
#back_in_stock_popup input.input {margin-left: 10px;}
#back_in_stock_popup label {font-weight:300; line-height:16px; padding-left: 10px; color:#acacac;}
#back_in_stock_popup label a {text-decoration: underline; color:#ec388e;}
#back_in_stock_popup button.button {margin-top:15px; width:100%;}
#back_in_stock_popup button.button > span {line-height: 32px; padding: 0 20px;}
#back_in_stock_popup .success {color:#a7cf4b; font-weight:500;}
#back_in_stock_popup .error {color:#ec388e; font-weight:500;}
#back_in_stock_popup .validation-advice {top:0;}
#back_in_stock_popup div.tac {
	display: flex;
	align-items: flex-start;
}

.second-level-links {text-align:center; background:#5c6d91;} 

.second-level-links .row  { justify-content: center; }
.second-level-links .row > div {
	display:inline-block;
	margin:0 40px;
	position:relative;
}
.second-level-links a {
	line-height: 24px;
	text-decoration:underline;
	font-weight: 400;
	font-size:14px;
	white-space: nowrap;
	color:#fff;
}
.second-level-links a:hover {
	text-decoration:none;
}
.second-level-links .row > div:not(.last):after {
	position:absolute;
	right: -42px;
	content: "\B7";
	color:#fff;
	line-height: 24px;
}

.header-container.type4.header-newskin .header-wrapper {margin-bottom: 2px;}

@media (max-width: 991px) {
	
	.second-level-links .row > div {flex:1 1 0; margin:0;}
	.second-level-links .row > div:not(.last):after {display:none;}
}



.pay-via-installments {
	display:inline-block;
	width:260px;
	float:right;
	background: #dfdfdf;

	padding:5px 10px;
}
.installments-details { font-size:15px;  font-weight:300; color:#5c6d91; }

.pay-via-installments .provider {padding: 0 10px 0 0; width:48%; display:inline-block; font-weight:500; font-size:12px; text-align:center;}
.pay-via-installments .provider img{width:100%; }
.pay-via-installments .min-installment {margin-top:5px;line-height:18px; margin-bottom:10px; font-weight:600;}

#installmentsMore {display:none; cursor:pointer; text-decoration:underline;}
#installmentsMore:hover {text-decoration:none;}
#installmentOptions {text-align:center;}

@media (min-width: 1300px) {
	#installmentOptions {display:block !important;}
	.pay-via-installments.instalments-hr > img {display:inline-block;width:90px; float:left; margin:5px 0;}
	.pay-via-installments.instalments-hr > div {width:130px; float:right;}
}

@media (max-width: 1299px) {
	.pay-via-installments.instalments-hr > img {display:none;}
	.pay-via-installments {background:none; float:none; width:100%; padding:0;}
	.pay-via-installments .min-installment {padding-left:121px; font-weight:normal;}
	#installmentsMore {display:initial;}
	#installmentOptions {background: #dfdfdf; padding:10px;}
	.pay-via-installments .provider {max-width:140px;}
	#min-installment {font-weight:600;}	
}

.mobile-nav .menu-all-pages-container {margin-top: 0; border-radius:20px; padding-bottom:15px;}

#sw-mobile-menu .all-categories {display:block; padding:0 15px; line-height: 40px;}
#sw-mobile-menu {padding:0 15px;}
#sw-mobile-menu.active > li:not(.over):not(.additional-mobile) {display:none;}
#sw-mobile-menu.active li.over li:not(.over) {display:none;}
#sw-mobile-menu.active li.over > a,
#sw-mobile-menu.active li.over > span {display:none;}

#sw-mobile-menu.active li.over.active li {display:block;}

#sw-mobile-menu.active li.over.active > span {
	display: block;
	position: relative;
	float: none;
	font-size:15px;
	font-weight:400;
	padding-left:45px;
	line-height:35px;
	width: 100%;
	border-bottom: 1px solid #5c6d91;	
}
.mobile-nav.side-block .sw-mobile-menu li .open-child::after,
.mobile-nav.side-block .sw-mobile-menu li .open-child:after {content:'\e81a'; line-height: 14px;}
.mobile-nav.side-block .sw-mobile-menu li.active > span.open-child:after,
#sw-mobile-menu.active li.over.active > span.open-child:after {content:'\e819';}

#sw-mobile-menu.active li.over.active > a {display:initial; text-transform:none; font-weight:400; line-height: 34px; padding-left:35px;	font-size:15px; }
#sw-mobile-menu.active li.over.active > a:before {content:"\f111"; color:#a7cf4b;font-family: FontAwesome; display:inline-block; float:none; font-size:9px; position: absolute; line-height: 34px; left:15px;}
.mobile-nav .sw-mobile-menu > li > ul > li a {font-family:'Montserrat', sans-serif; font-size:15px;}
#sw-mobile-menu.active > li.over > span {display:none;}
#sw-mobile-menu > li.over + li.menu-parent-item {display:none;}

#sw-mobile-menu > .active li > a {margin-left:0;}
#sw-mobile-menu.active li > a {margin-left:0; padding-left:px;}

#sw-mobile-menu ul {min-height:150px;}


#sw-mobile-menu .additional-mobile a {text-transform:none; padding-left:45px;}
#sw-mobile-menu .additional-mobile a:hover {text-decoration:underline;}
#sw-mobile-menu .additional-mobile:before {font-size: 18px; vertical-align: middle; margin-left:15px; line-height:36px; position:absolute; }

.mobile-nav-shown .mobile-nav {box-shadow: none;}
.mobile-nav.side-block .sw-mobile-menu > li > ul > li > ul > li a {padding-left:15px; }
.mobile-nav .sw-mobile-menu li > a {line-height:36px;}
/* Can fix in the code */
.mobile-nav .sw-mobile-menu li .open-child {height: 36px;}
@media (max-width:991px) {
	.header-container.type4.header-newskin .header #search_mini_form {padding-right:0;padding-left:30px;}
	.header-container.type4.header-newskin .header .search-area {left:auto;right:0px;}
	
}

.assembly-instructions{
	margin-top: 30px;	
	max-width:545px;
	border:1px solid #5c6d91;
}
.assembly-instructions img {max-height:70px; }
.assembly-instructions a {line-height:70px; font-size:18px;}
.assembly-instructions a:hover {text-decoration:none;}
.assembly-instructions a:hover span{text-decoration:underline;}
.assembly-instructions a span{display:inline-block; margin-left:20px;}


.product-info .price-details {padding:0; background:0;}

.product-view .product-shop .price-box.v2 {
	background: linear-gradient(to bottom, #fafbfc 0%, #ffffff 100%);
	padding: 15px 15px 15px;
	margin-bottom:0;
	text-align:center;
}

.product-view .product-shop .price-box.v1 {background: #f2f2f2; padding:15px;}

.product-view .product-shop .price-box.v2 .special-price .price {font-size:38px;}

.low-prices a.label-yellow,
.label-yellow {
	display: inline-block;
	border-radius: 10px;
	background: #ffcd24;
	padding: 0 15px;
	font-weight:600;
	font-size:16px;
	position: relative;
	line-height:42px;
	color:#5c6d91;
	margin:5px 0 15px;;

}

.price-box.v2 #minPrice30DaysP {
	padding-right:0;
	display:inline-block;
	margin-left:10px;
}

.price-box.v2 #minPrice30Days {
	font-size: 24px;
	font-weight: 300;
	text-decoration: line-through;
	margin-left:15px;
}

.product-view .product-shop .price-box.v2{position:relative;}


/* BADGES */
.badges-container {
	position: absolute;
	top: 12px;
	right: 12px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	z-index: 10;	
}

.free-shipping-badge {	
	background:#5c6d91;
	color: white;
	padding: 5px 12px;
	border-radius: 6px;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	white-space: nowrap;	
	
}

.action-badge {
	background: #ec388e;
	color: white;
	padding: 5px 12px;
	border-radius: 6px;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	white-space: nowrap;
}

@media (max-width: 1300px) {
	.badges-container {
		position:relative;
		flex-direction: row;
		justify-content: center;
		gap: 8px;
		top: auto;
		right: auto;
		margin-bottom:10px;
	}	
}
/************/

/* USP*/
.product-view .usp li {
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 24px;
}
.product-view .usp li::before {
	content: "✓";
	width: 18px;
	height: 18px;
	background: #a7cf4b;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 11px;
	flex-shrink: 0;
}

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

#installments.v2 #installmentOptions {
	padding:0px; 
	text-align:left; 
	display: flex !important;
	gap: 10px;
	align-items: center;
	background:transparent; 
}

#installments.pay-via-installments.v2 { 
	background:#5c6d91; 
	display: flex;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;	
}
#installments.pay-via-installments.v2 .min-installment {padding:0; color:#fff; display:inline-block; margin:0;}
#installments.v2 .min-installment strong,
#installments.v2 .min-installment span {color:#ec388e; }

#installments.pay-via-installments.v2 .provider {
	width:auto;
	background: white;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	color: #95ba3a;
}

.product-extra-info {
	text-align:left;
	padding: 16px 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 14px;
	/*background: #FAFBFC;*/
	border-bottom: 1px solid #e8ebed;
	margin:0 0 10px 0;
}

.product-extra-info > div {
	display: flex;
	flex-direction: column;
	gap: 3px;	
}

.product-view .free-delivery {display:none;}

#cena-dostave .price {color:#ec388e;}

#delivery-times {
	grid-column: 1 / -1;
	padding: 16px;
	background: white;
	border: 1px solid #e8ebed;
	border-radius: 8px;
	margin-top: 8px;
	overflow:scroll;
}

.product-id {
	text-align:center;
	padding:0 0 10px;
	border-bottom: 1px solid #e8ebed;
	font-weight:300;
}

.product-id span {font-weight:500;}

/* SELECT */

.product-options select {
	border-radius: 6px;
}

.seperator-v2 {min-height:5px; background: #5c6d91;}
/*************/

@media (min-width:991px) {
	#installments.v2 {
		width: 100%;
		float:none;
		padding:10px 15px;
	}
	#installments.v2 .min-installment {margin:0;}

	

}

@media (max-width: 1320px) {
	#installments.pay-via-installments.v2 {
		padding: 10px 16px;
		flex-direction: column;
		text-align: center;
		gap: 8px;
	}
}


@media (max-width: 1200px) {
	.free-shipping {position:relative; margin-bottom:10px;}
	.product-extra-info > div {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;	
	}
	.product-extra-info {
		padding: 14px 16px;
		grid-template-columns: 1fr;
		gap: 12px;		
	}
}

@media (max-width: 400px) {
	.item .price-box {height: 31px;}
}


/* OwlCarousel v2 */
.carouselV2 {
	padding: clamp(20px, 3vw, 30px);
	border-radius: 30px;
	background: rgba(239, 239, 239, 0.9);
	border: 1px solid var(--plp-border);
	box-shadow: var(--fo-shadow);
	overflow: hidden;	
}

.carouselV2 .owl-nav {display:inline-block; margin-left:10px;}
.carouselV2 .owl-nav button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgba(92, 109, 145, 0.13);
	background: #fff;
	color: var(--plp-blue);
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(35, 45, 70, 0.08);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
	font-size: 28px;	
}

.carouselBadge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0 0 15px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(236, 35, 142, 0.08);

	color: var(--plp-pink);
	border: 1px solid rgba(236,35,142,0.16);
	font-size: 12px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.carouselBadgeBottom {
	text-align:center;
}

.carouselBadgeBottom .carouselBadge {margin:10px 0 0;}

.carouselBadgeBottom .category-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--plp-green);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(92, 109, 145, 0.20);
}

.carouselHeader {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: end;
	margin-bottom: 22px;
}

.carouselHeader .navigationBlock {justify-content: flex-end; }
.carouselHeader .carouselContent {justify-content: flex-start;}

.carouselHeader .carouselContent h3 {
	margin: 0;
	color: var(--plp-pink);
	font-size: clamp(16px, 2vw, 28px);
	line-height: 1.08;
	font-weight: 900;
	letter-spacing: -0.035em;
	margin-bottom:10px;
}

.carouselHeader .carouselContent .carouselDesc {
	margin: 0;
	color: var(--plp-text);
	font-size: 15px;
	line-height: 1.62;
	font-weight: 550;
}
.carouselHeader .carouselContent .carouselDesc p {margin-bottom:10px;}

.navigationBlock .category-more {display:inline-block;}

.navigationBlock .category-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 16px;
	border-radius: 999px;
	background: var(--plp-blue);
	color: #fff !important;
	text-decoration: none !important;
	font-size: 13px;
	line-height: 1.1;
	font-weight: 900;
	white-space: nowrap;
	box-shadow: 0 10px 22px rgba(92, 109, 145, 0.20);
}

.carouselV2 .short-desc {text-align:left; font-family: 'Lat',sans-serif; font-weight: 300;}

.carouselV2 .item-area {background:#fff;}

.carouselV2 .product-installment {font-size: 12px; height: 14px;}
.carouselV2 .product-installment span {color: #ec388e;}

.carouselV2 .owl-item > .item .product-image-area {
	position: relative;
	aspect-ratio: 4 / 3;
	background: var(--plp-surface);
	overflow: hidden;
	flex-shrink: 0;
}
.carouselV2 .owl-item > .item .product-image-area img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	display: block;
}

.carouselV2 .products div.item .product-image {height:100%;}

@media (max-width: 767px) {
	.carouselHeader {
		grid-template-columns: none;
		text-align: center;
	}
		

	.carouselBadge {
		display: flex;
		margin-left: auto;
		margin-right: auto;
	}
}