@-webkit-keyframes bounce {
0%, 100% {
-webkit-transform: scale(0); }
50% {
-webkit-transform: scale(1); } }
@keyframes bounce {
0%, 100% {
transform: scale(0);
-webkit-transform: scale(0); }
50% {
transform: scale(1);
-webkit-transform: scale(1); } }
@keyframes blink {
0% {
opacity: 1; }
50% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes blink {
0% {
opacity: 1; }
50% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes blink {
0% {
opacity: 1; }
50% {
opacity: 0; }
100% {
opacity: 1; } }
.zoo-layer-nav {
position: relative; }
.zoo-layer-nav.zoo_ln_vertical .zoo-filter-block {
width: 100%;
display: inline-block;
margin-bottom: 30px; }
.zoo-layer-nav:after {
width: 100%;
height: 100%;
position: absolute;
content: '';
display: block;
left: 0;
top: 0;
background: rgba(255, 255, 255, 0.6);
visibility: hidden;
z-index: -1;
opacity: 0;
transition: all 500ms;
-webkit-transition: all 500ms;
-moz-transition: all 500ms;
-o-transition: all 500ms;
-ms-transition: all 500ms; }
.zoo-layer-nav:before {
width: 20px;
height: 20px;
border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
background: #00c4b4;
content: '';
display: block;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
visibility: hidden; }
.zoo-layer-nav.zoo-ln-filtering:after {
opacity: 1;
visibility: visible;
z-index: 1; }
.zoo-layer-nav.zoo-ln-filtering:before {
visibility: visible;
z-index: 2; }
.zoo-ln-loading {
position: relative; }
.zoo-ln-loading:before {
content: '';
display: block;
z-index: 1;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: rgba(255, 255, 255, 0.6); }
.zoo-ln-loading:after {
width: 20px;
height: 20px;
opacity: 0.8;
background: #00c4b4;
content: '';
display: block;
position: absolute;
left: 50%;
top: 50%;
border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
z-index: 2; }
.zoo-filter-block {
margin-bottom: 1px; }
.zoo-filter-block > .zoo-list-filter-item {
margin: 0; }
.zoo-filter-block > .zoo-list-filter-item ul {
margin: 0 0 0 15px; }
.zoo-filter-item {
list-style: none;
position: relative;
color: #959595; }
.zoo-filter-item label {
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms; }
.zoo-filter-item.selected > label {
color: #252525;
cursor: pointer; }
.zoo-filter-item input {
margin-right: 5px;
display: inline;
cursor: pointer; }
.zoo-filter-item .count {
color: #252525;
font-size: 12px;
height: 20px;
min-width: 20px;
padding: 0 3px;
background: #ebebeb;
border-radius: 50%;
line-height: 20px;
display: inline-block;
text-align: center;
position: absolute;
top: 10px;
right: 0; }
.zoo-ln-toggle-view {
width: 30px;
height: 30px;
font-size: 12px;
line-height: 30px;
text-align: center;
cursor: pointer;
position: absolute;
right: 30px;
top: 5px;
display: block; }
.zoo-ln-toggle-view:hover {
color: #252525; }
.zoo-ln-toggle-view.active i:before {
content: '\c009'; }
.zoo-ln-toggle-view i {
display: block;
width: 30px;
height: 30px;
line-height: 30px; }
.zoo-ln-slider-range.ui-widget.ui-widget-content {
height: 8px;
border: none;
border-radius: 0;
background: #ebebeb;
margin-bottom: 30px;
width: calc(100% - 25px);
margin-left: 10px; }
.zoo-ln-slider-range.ui-widget.ui-widget-content .ui-slider-handle {
width: 25px;
height: 25px;
border-radius: 50%;
background: #00c4b4;
border: none;
top: -9px;
cursor: pointer;
transition: box-shadow 300ms; }
.zoo-ln-slider-range.ui-widget.ui-widget-content .ui-slider-handle:hover {
box-shadow: 5px 5px 10px rgba(0, 196, 180, 0.3); }
.zoo-ln-slider-range.ui-widget.ui-widget-content .ui-slider-range {
background: #252525; }
.zoo-filter-by-price.slider-price .zoo-title-filter-block {
margin-bottom: 25px; }
.zoo-slider-price-amount > span {
padding: 0 5px; }
.zoo-title-filter-block {
position: relative;
margin-bottom: 15px; }
.zoo-ln-toggle-block-view {
position: absolute;
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
font-size: 12px;
right: 0;
top: calc(50% - 10px);
cursor: pointer; }
.visible .zoo-ln-toggle-block-view i:before {
content: '\c264'; }
.zoo-list-filter-item .zoo-filter-item label:before {
font-family: cleversoft;
content: '\c244';
font-size: 14px;
padding-right: 5px; }
.zoo-list-filter-item .zoo-filter-item label > input {
display: none; }
.zoo-list-filter-item .zoo-filter-item.selected > label:before {
content: '\c254'; }
@media (min-width: 768px) {
.zoo-list-filter-item .zoo-filter-item label:hover:before {
content: '\c254'; }
.zoo-filter-item label:hover {
color: #252525; } }
.zoo-list-filter-item .zoo-filter-item.zoo-ln-review-item span {
text-transform: capitalize;
display: inline-block;
color: #252525; }
.zoo-list-filter-item .zoo-filter-item.zoo-ln-review-item input {
display: inline-block;
border: none;
border-bottom: 1px solid #f5f5f5;
padding: 0 5px;
margin-left: 5px;
margin-bottom: 0;
width: auto; }
.zoo-list-filter-item .zoo-filter-item.zoo-ln-review-item input:focus {
border-color: #252525; } .zoo-ln-star {
text-indent: -10000;
position: relative;
line-height: 1;
height: 15px;
display: inline-block;
cursor: pointer;
opacity: 0.6;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms; }
.zoo-ln-star:after, .zoo-ln-star:before {
font-family: cleversoft;
line-height: 1;
font-size: 14px;
height: 15px; }
.zoo-ln-star:before {
content: '\c241\c241\c241\c241\c241';
color: inherit; }
.zoo-ln-star:after {
position: absolute;
left: 0;
color: #f9bf3b;
bottom: 0; }
.zoo-ln-star.zoo-ln-1-star:after {
content: '\c241'; }
.zoo-ln-star.zoo-ln-2-star:after {
content: '\c241\c241'; }
.zoo-ln-star.zoo-ln-3-star:after {
content: '\c241\c241\c241'; }
.zoo-ln-star.zoo-ln-4-star:after {
content: '\c241\c241\c241\c241'; }
.zoo-ln-star.zoo-ln-5-star:after {
content: '\c241\c241\c241\c241\c241'; }
.selected .zoo-ln-star, .zoo-ln-star:hover {
opacity: 1; }  .zoo-ln-btn {
padding: 10px 20px;
color: #fff;
background: #00c4b4;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms; }
.zoo-ln-btn:hover, .zoo-ln-btn:focus {
background: #252525;
color: #fff; }
.zoo-ln-wrap-col {
margin: 0;
display: inline-block;
width: 100%;
padding: 30px 15px;
background: #f5f5f5; }
.zoo-ln-wrap-col .zoo-wrap-layer-filter {
padding: 0 15px; }
.zoo-ln-wrap-col .zoo-filter-block:last-child {
margin-bottom: 0;
padding-bottom: 0 !important; }
@media (min-width: 769px) {
.zoo-ln-2-cols .zoo-wrap-layer-filter {
width: 50%;
float: left; }
.zoo-ln-3-cols .zoo-wrap-layer-filter {
width: 33.33%;
float: left; }
.zoo-ln-4-cols .zoo-wrap-layer-filter {
width: 25%;
float: left; }
.zoo-ln-5-cols .zoo-wrap-layer-filter {
width: 20%;
float: left; }
.zoo-ln-6-cols .zoo-wrap-layer-filter {
width: 16.66%;
float: left; } }  .zoo-ln-wrap-activated-filter {
margin: 0; }
.zoo-ln-wrap-activated-filter li {
list-style: none; }
.zoo-ln-group-activated-filter {
width: 100%;
display: inline-block; }
.zoo-ln-group-activated-filter span {
color: #252525;
text-transform: capitalize; }
.zoo-ln-group-activated-filter button.zoo-ln-remove-filter-item {
background: none;
color: #959595;
text-transform: none;
padding: 0;
display: inline-block;
height: auto;
line-height: 1;
letter-spacing: 0;
border-radius: 0;
font-weight: normal;
margin-right: 10px; }
.zoo-ln-group-activated-filter button.zoo-ln-remove-filter-item:hover {
background: none;
color: #ed1c24; }
.zoo-ln-group-activated-filter button.zoo-ln-remove-filter-item i {
font-size: 10px;
color: inherit;
margin-right: 5px; }
.zoo-ln-group-activated-filter button.zoo-ln-remove-filter-item.zoo-ln-clear-all {
color: #252525;
font-weight: 500;
border-bottom: 2px solid transparent;
padding-bottom: 5px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px; }
.zoo-ln-group-activated-filter button.zoo-ln-remove-filter-item.zoo-ln-clear-all:hover {
border-color: #252525; }
.zoo-ln-group-activated-filter.zoo-ln-activated-clear-all {
margin-top: 5px; } .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2; }
.zoo-ln-slider-range.ui-widget.ui-widget-content .ui-slider-range {
background: #252525; }
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%; }
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0; }
.ui-slider {
position: relative;
text-align: left; }
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
border-radius: 4px; }
.ui-slider-horizontal .ui-slider-handle {
margin-left: -.6em; } .zoo-ln-set-max-height ul.zoo-list-filter-item {
overflow-y: scroll;
overflow-x: hidden;
margin-left: 0 !important;
padding-right: 15px; }  .scroll-wrapper {
overflow: hidden !important;
padding: 0 !important;
position: relative; }
.scroll-wrapper > .scroll-content {
border: none !important;
box-sizing: content-box !important;
height: auto;
left: 0;
margin: 0;
max-height: none;
max-width: none !important;
overflow: scroll !important;
padding: 0;
position: relative !important;
top: 0;
width: auto !important; }
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
height: 0;
width: 0; }
.scroll-element {
display: none; }
.scroll-element, .scroll-element div {
box-sizing: content-box; }
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
display: block; }
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
cursor: default; }
.scroll-textarea {
border: 1px solid #cccccc;
border-top-color: #999999; }
.scroll-textarea > .scroll-content {
overflow: hidden !important; }
.scroll-textarea > .scroll-content > textarea {
border: none !important;
box-sizing: border-box;
height: 100% !important;
margin: 0;
max-height: none !important;
max-width: none !important;
overflow: scroll !important;
outline: none;
padding: 2px;
position: relative !important;
top: 0;
width: 100% !important; }
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
height: 0;
width: 0; } .scroll-wrapper > .scroll-element,
.scroll-wrapper > .scroll-element div {
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 1; }
.scroll-wrapper > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%; }
.scroll-wrapper > .scroll-element.scroll-x {
bottom: 2px;
height: 8px;
left: 0;
width: 100%; }
.scroll-wrapper > .scroll-element.scroll-y {
height: 100%;
right: 2px;
top: 0;
width: 8px; }
.scroll-wrapper > .scroll-element .scroll-element_outer {
overflow: hidden; }
.scroll-wrapper > .scroll-element .scroll-element_outer,
.scroll-wrapper > .scroll-element .scroll-element_track,
.scroll-wrapper > .scroll-element .scroll-bar {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; }
.scroll-wrapper > .scroll-element .scroll-element_track,
.scroll-wrapper > .scroll-element .scroll-bar {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
opacity: 0.4; }
.scroll-wrapper > .scroll-element .scroll-element_track {
background-color: #e0e0e0; }
.scroll-wrapper > .scroll-element .scroll-bar {
background-color: #c2c2c2;
cursor: pointer; }
.scroll-wrapper > .scroll-element:hover .scroll-bar {
background-color: #919191; }
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-bar {
background-color: #919191; } .scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
left: -12px; }
.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
top: -12px; }
.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
left: -12px; }
.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
top: -12px; } ul.zoo-list-cw-attribute:not(.zoo-list-filter-item) {
margin: 0;
padding-top: 10px; }
ul.zoo-list-cw-attribute:not(.zoo-list-filter-item) .cw-type {
display: block;
width: 100%;
height: 100%;
text-indent: 200%; }
.cw-type-select .zoo-filter-item {
width: 100% !important; }
.zoo-cw-filter:not(.cw-type-select) .zoo-list-cw-attribute {
margin: 0 -3px; }
.cw-type-color.inline .zoo-filter-item, .cw-type-image.inline .zoo-filter-item {
position: relative;
display: inline-block;
margin: 0 3px 5px;
overflow: hidden;
padding: 2px;
border: 2px solid #ebebeb;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms;
border-radius: 50%; }
.cw-type-color.inline .zoo-filter-item .cw-type, .cw-type-image.inline .zoo-filter-item .cw-type {
display: block;
width: 100%;
height: 100%;
border-radius: 50%; }
.cw-type-color.inline .zoo-filter-item label, .cw-type-image.inline .zoo-filter-item label {
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
overflow: hidden; }
.cw-type-color.inline .zoo-filter-item label:before, .cw-type-image.inline .zoo-filter-item label:before {
display: none; }
.cw-type-color.inline .zoo-filter-item input, .cw-type-image.inline .zoo-filter-item input {
display: none; }
.cw-type-color.inline .zoo-filter-item .count, .cw-type-image.inline .zoo-filter-item .count {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: none;
color: #fff;
text-shadow: 1px 1px 2px #252525; }
.cw-type-color.inline .zoo-filter-item:hover, .cw-type-color.inline .zoo-filter-item.selected, .cw-type-image.inline .zoo-filter-item:hover, .cw-type-image.inline .zoo-filter-item.selected {
border-color: #252525; }
.cw-type-text.inline .zoo-filter-item {
width: auto !important;
text-align: center; }
.cw-type-text.inline input {
display: none; }
.cw-type-text.inline .zoo-filter-item {
padding: 0 5px;
margin: 0 3px 5px;
border: 2px solid #ebebeb;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms;
display: inline-block; }
.cw-type-text.inline .zoo-filter-item:hover, .cw-type-text.inline .zoo-filter-item.selected {
border-color: #252525; }
.cw-type-text.inline .zoo-filter-item label {
line-height: inherit; }
.cw-type-text.inline .zoo-filter-item label:before {
display: none; }
.cw-type-text.inline .zoo-filter-item .count {
position: static;
margin-left: 5px; } .cw-type-color.list .zoo-filter-item label, .cw-type-image.list .zoo-filter-item label {
display: flex;
align-items: center; }
.cw-type-color.list .zoo-filter-item label:before, .cw-type-image.list .zoo-filter-item label:before {
position: absolute;
content: '\c265';
color: #fff;
text-shadow: 1px 1px 2px #252525;
height: 25px;
line-height: 25px;
width: 25px;
text-align: center;
left: 0;
padding: 0;
opacity: 0;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
-ms-transition: all 300ms; }
.cw-type-color.list .zoo-filter-item:hover label:before, .cw-type-color.list .zoo-filter-item.selected label:before, .cw-type-image.list .zoo-filter-item:hover label:before, .cw-type-image.list .zoo-filter-item.selected label:before {
opacity: 1; }
.cw-type-color.list .cw-type, .cw-type-image.list .cw-type {
width: 25px;
height: 25px;
display: inline-block;
border-radius: 50%;
margin-right: 10px;
box-shadow: 1px 1px 5px #ebebeb; }   .zoo-ln-wrap-heading {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: space-between; }
.zoo-ln-wrap-heading .zoo-list-categories .zoo-filter-item {
display: inline-block;
padding: 0 15px 0 0;
margin-right: 15px; }
.zoo-ln-wrap-heading .zoo-list-categories .zoo-filter-item label {
font-size: 1.2rem; }
.zoo-ln-wrap-heading .zoo-list-categories .zoo-filter-item label:before {
display: none; }
.zoo-ln-wrap-heading .zoo-list-categories .zoo-filter-item:after {
content: '';
height: 22px;
width: 1px;
background: #959595;
position: absolute;
opacity: 0.5;
right: 0;
bottom: calc(50% - 11px);
transform: rotate(20deg); }
.zoo-ln-wrap-heading .zoo-list-categories .zoo-filter-item:last-child {
margin: 0; }
.zoo-ln-wrap-heading .zoo-list-categories .zoo-filter-item:last-child:after {
display: none; }
.zoo-ln-filter-form.horizontal-filter .zoo-filter-block:last-child {
border: none;
margin-bottom: 0; }
.zoo-ln-filter-form.horizontal-filter .zoo-ln-toggle-block-view {
display: none; } .zoo-ln-range-val {
margin-top: 20px;
width: 100%;
display: inline-block; }
.zoo-ln-range-val .zoo-ln-attr-val {
padding: 0 5px;
font-weight: bold; }
.zoo-flat-slider.ui-slider {
margin: 40px 0; }
.zoo-flat-slider.ui-slider .ui-slider-pip .ui-slider-line {
background: #7e8c9f; }
.zoo-flat-slider.ui-slider {
background: #ebebeb;
border: none;
border-radius: 0; }
.zoo-flat-slider.ui-slider .ui-slider-handle {
width: 20px;
height: 20px;
bottom: calc(100% + 10px);
border-color: transparent;
transition: border 0.4s ease; }
.zoo-flat-slider.ui-slider .ui-slider-handle:after {
content: '';
display: block;
width: 100%;
height: 100%;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
border-radius: 50% 50% 0; }
.zoo-flat-slider.ui-slider .ui-slider-handle .ui-slider-tip {
position: absolute;
top: calc(100% + 45px);
transform: translateX(-50%);
left: 50%;
padding: 0 3px;
background: #fff;
border-radius: 2px; }
.zoo-flat-slider.ui-slider .ui-slider-handle.ui-state-hover,
.zoo-flat-slider.ui-slider .ui-slider-handle.ui-state-focus,
.zoo-flat-slider.ui-slider .ui-slider-handle.ui-state-active {
border-color: #172f38; }
.zoo-flat-slider.ui-slider .ui-slider-pip .ui-slider-line {
background: #ebebeb;
transition: all 0.4s ease; }
.zoo-flat-slider.ui-slider.ui-slider-horizontal {
height: 6px; }
.zoo-flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip {
top: 10px; }
.zoo-flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip .ui-slider-line {
width: 2px;
height: 10px;
margin-left: -1px; }
.zoo-flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line {
height: 20px; }
.zoo-flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
height: 12px; }
.zoo-flat-slider .ui-slider-handle:after,
.zoo-flat-slider .ui-slider-range,
.zoo-flat-slider .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line,
.zoo-flat-slider .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
background-color: #00c4b4; }
.ui-slider-pip .ui-slider-label {
display: none; }
.zoo-flat-slider .ui-slider-pip {
position: absolute;
display: block;
width: 1px; }
.zoo-flat-slider .ui-slider-pip .ui-slider-line {
display: block; }@font-face {
font-family: 'cleversoft';
src:  url(//www.seteico.com/wp-content/plugins/clever-layered-navigation/assets/vendor/cleverfont/fonts/cleversoft.eot?qj7h27);
src:  url(//www.seteico.com/wp-content/plugins/clever-layered-navigation/assets/vendor/cleverfont/fonts/cleversoft.eot?qj7h27#iefix) format('embedded-opentype'),
url(//www.seteico.com/wp-content/plugins/clever-layered-navigation/assets/vendor/cleverfont/fonts/cleversoft.ttf?qj7h27) format('truetype'),
url(//www.seteico.com/wp-content/plugins/clever-layered-navigation/assets/vendor/cleverfont/fonts/cleversoft.woff?qj7h27) format('woff'),
url(//www.seteico.com/wp-content/plugins/clever-layered-navigation/assets/vendor/cleverfont/fonts/cleversoft.svg?qj7h27#cleversoft) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.cs-font { font-family: 'cleversoft' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.clever-icon-messenger-filled:before {
content: "\c331";
}
.clever-icon-messenger-linear:before {
content: "\c330";
}
.clever-icon-whatsapp-filled:before {
content: "\c329";
}
.clever-icon-whatsapp-linear:before {
content: "\c328";
}
.clever-icon-law-1:before {
content: "\c327";
}
.clever-icon-law:before {
content: "\c326";
}
.clever-icon-image-box:before {
content: "\c325";
}
.clever-icon-fire:before {
content: "\c324";
}
.clever-icon-icon-box:before {
content: "\c323";
}
.clever-icon-editor:before {
content: "\c322";
}
.clever-icon-column:before {
content: "\c321";
}
.clever-icon-grid-6:before {
content: "\c320";
}
.clever-icon-button:before {
content: "\c319";
}
.clever-icon-quote-3:before {
content: "\c318";
}
.clever-icon-layer:before {
content: "\c317";
}
.clever-icon-carousel:before {
content: "\c316";
}
.clever-icon-banner:before {
content: "\c315";
}
.clever-icon-heading:before {
content: "\c314";
}
.clever-icon-click:before {
content: "\c313";
}
.clever-icon-cookie:before {
content: "\c312";
}
.clever-icon-tab:before {
content: "\c311";
}
.clever-icon-slider:before {
content: "\c310";
}
.clever-icon-recent-blog .path1:before {
content: "\c300";
color: rgb(0, 0, 0);
}
.clever-icon-recent-blog .path2:before {
content: "\c301";
margin-left: -1.25em;
color: rgb(0, 0, 0);
}
.clever-icon-recent-blog .path3:before {
content: "\c302";
margin-left: -1.25em;
color: rgb(0, 0, 0);
}
.clever-icon-recent-blog .path4:before {
content: "\c303";
margin-left: -1.25em;
color: rgb(0, 0, 0);
}
.clever-icon-recent-blog .path5:before {
content: "\c304";
margin-left: -1.25em;
color: rgb(0, 0, 0);
}
.clever-icon-recent-blog .path6:before {
content: "\c305";
margin-left: -1.25em;
color: rgb(255, 255, 255);
}
.clever-icon-recent-blog .path7:before {
content: "\c306";
margin-left: -1.25em;
color: rgb(0, 0, 0);
}
.clever-icon-blog:before {
content: "\c299";
}
.clever-icon-wallet-1:before {
content: "\c298";
}
.clever-icon-handshake:before {
content: "\c297";
}
.clever-icon-undo-1:before {
content: "\c296";
}
.clever-icon-plane-3:before {
content: "\c295";
}
.clever-icon-plane-2:before {
content: "\c294";
}
.clever-icon-clock-4:before {
content: "\c293";
}
.clever-icon-play-4:before {
content: "\c292";
}
.clever-icon-play-3:before {
content: "\c291";
}
.clever-icon-face-1:before {
content: "\c290";
}
.clever-icon-comment-1:before {
content: "\c289";
}
.clever-icon-comment-2:before {
content: "\c288";
}
.clever-icon-comment-3:before {
content: "\c287";
}
.clever-icon-comment-4:before {
content: "\c286";
}
.clever-icon-360-2:before {
content: "\c284";
}
.clever-icon-360-1:before {
content: "\c283";
}
.clever-icon-heart-6:before {
content: "\c282";
}
.clever-icon-heart-5:before {
content: "\c281";
}
.clever-icon-filter-3:before {
content: "\c285";
}
.clever-icon-refresh-5:before {
content: "\c280";
}
.clever-icon-heart-4:before {
content: "\c279";
}
.clever-icon-heart-3:before {
content: "\c278";
}
.clever-icon-ruler:before {
content: "\c277";
}
.clever-icon-help:before {
content: "\c276";
}
.clever-icon-hand-up:before {
content: "\c275";
}
.clever-icon-hand-down:before {
content: "\c274";
}
.clever-icon-arrow-up:before {
content: "\c273";
}
.clever-icon-arrow-down:before {
content: "\c272";
}
.clever-icon-arrow-left-4:before {
content: "\c271";
}
.clever-icon-arrow-right-4:before {
content: "\c270";
}
.clever-icon-refresh-4:before {
content: "\c269";
}
.clever-icon-refresh-3:before {
content: "\c268";
}
.clever-icon-quote-2:before {
content: "\c267";
}
.clever-icon-pause:before {
content: "\c266";
}
.clever-icon-check:before {
content: "\c265";
}
.clever-icon-caret-down:before {
content: "\c264";
}
.clever-icon-caret-left:before {
content: "\c263";
}
.clever-icon-caret-right:before {
content: "\c262";
}
.clever-icon-caret-up:before {
content: "\c261";
}
.clever-icon-caret-square-dow:before {
content: "\c260";
}
.clever-icon-caret-square-left:before {
content: "\c259";
}
.clever-icon-caret-square-right:before {
content: "\c258";
}
.clever-icon-caret-square-up:before {
content: "\c257";
}
.clever-icon-check-circle-o:before {
content: "\c256";
}
.clever-icon-check-circle:before {
content: "\c255";
}
.clever-icon-check-square-o:before {
content: "\c254";
}
.clever-icon-check-square:before {
content: "\c253";
}
.clever-icon-circle-o:before {
content: "\c252";
}
.clever-icon-circle:before {
content: "\c251";
}
.clever-icon-dribbble:before {
content: "\c250";
}
.clever-icon-flickr:before {
content: "\c249";
}
.clever-icon-foursquare:before {
content: "\c248";
}
.clever-icon-github:before {
content: "\c247";
}
.clever-icon-linkedin:before {
content: "\c246";
}
.clever-icon-rss:before {
content: "\c245";
}
.clever-icon-square-o:before {
content: "\c244";
}
.clever-icon-square:before {
content: "\c243";
}
.clever-icon-star-o:before {
content: "\c242";
}
.clever-icon-star:before {
content: "\c241";
}
.clever-icon-tumblr:before {
content: "\c240";
}
.clever-icon-xing:before {
content: "\c239";
}
.clever-icon-twitter:before {
content: "\c238";
}
.clever-icon-cart-16:before {
content: "\c237";
}
.clever-icon-heart-2:before {
content: "\c236";
}
.clever-icon-eye-5:before {
content: "\c235";
}
.clever-icon-facebook:before {
content: "\c234";
}
.clever-icon-googleplus:before {
content: "\c233";
}
.clever-icon-instagram:before {
content: "\c232";
}
.clever-icon-pinterest:before {
content: "\c231";
}
.clever-icon-skype:before {
content: "\c230";
}
.clever-icon-vimeo:before {
content: "\c229";
}
.clever-icon-youtube-1:before {
content: "\c228";
}
.clever-icon-award-1:before {
content: "\c227";
}
.clever-icon-clock-3:before {
content: "\c226";
}
.clever-icon-three-dots:before {
content: "\c225";
}
.clever-icon-share-2:before {
content: "\c224";
}
.clever-icon-building:before {
content: "\c223";
}
.clever-icon-faucet:before {
content: "\c222";
}
.clever-icon-flower:before {
content: "\c221";
}
.clever-icon-house-1:before {
content: "\c220";
}
.clever-icon-house:before {
content: "\c219";
}
.clever-icon-pines:before {
content: "\c218";
}
.clever-icon-plant:before {
content: "\c217";
}
.clever-icon-sprout-1:before {
content: "\c216";
}
.clever-icon-sprout:before {
content: "\c215";
}
.clever-icon-trees:before {
content: "\c214";
}
.clever-icon-close-1:before {
content: "\c213";
}
.clever-icon-list-2:before {
content: "\c212";
}
.clever-icon-grid-5:before {
content: "\c211";
}
.clever-icon-menu-6:before {
content: "\c210";
}
.clever-icon-three-dots-o:before {
content: "\c209";
}
.clever-icon-list-1:before {
content: "\c208";
}
.clever-icon-menu-5:before {
content: "\c207";
}
.clever-icon-menu-4:before {
content: "\c206";
}
.clever-icon-heart-1:before {
content: "\c205";
}
.clever-icon-user-6:before {
content: "\c204";
}
.clever-icon-attachment:before {
content: "\c203";
}
.clever-icon-cart-18:before {
content: "\c202";
}
.clever-icon-ball:before {
content: "\c201";
}
.clever-icon-battery:before {
content: "\c200";
}
.clever-icon-briefcase:before {
content: "\c199";
}
.clever-icon-car:before {
content: "\c198";
}
.clever-icon-cpu-2:before {
content: "\c197";
}
.clever-icon-cpu-1:before {
content: "\c196";
}
.clever-icon-dress-woman:before {
content: "\c195";
}
.clever-icon-drill-tool:before {
content: "\c194";
}
.clever-icon-feeding-bottle:before {
content: "\c193";
}
.clever-icon-fruit:before {
content: "\c192";
}
.clever-icon-furniture-2:before {
content: "\c191";
}
.clever-icon-furniture-1:before {
content: "\c190";
}
.clever-icon-shoes-woman-2:before {
content: "\c189";
}
.clever-icon-shoes-woman-1:before {
content: "\c188";
}
.clever-icon-horse:before {
content: "\c187";
}
.clever-icon-laptop:before {
content: "\c186";
}
.clever-icon-lipstick:before {
content: "\c185";
}
.clever-icon-iron:before {
content: "\c184";
}
.clever-icon-perfume:before {
content: "\c183";
}
.clever-icon-baby-toy-2:before {
content: "\c182";
}
.clever-icon-baby-toy-1:before {
content: "\c181";
}
.clever-icon-paint-roller:before {
content: "\c180";
}
.clever-icon-shirt:before {
content: "\c179";
}
.clever-icon-shoe-man-2:before {
content: "\c178";
}
.clever-icon-small-diamond:before {
content: "\c177";
}
.clever-icon-tivi:before {
content: "\c176";
}
.clever-icon-smartphone:before {
content: "\c175";
}
.clever-icon-lights:before {
content: "\c174";
}
.clever-icon-microwave:before {
content: "\c173";
}
.clever-icon-wardrobe:before {
content: "\c172";
}
.clever-icon-washing-machine:before {
content: "\c171";
}
.clever-icon-watch-2:before {
content: "\c170";
}
.clever-icon-watch-1:before {
content: "\c169";
}
.clever-icon-slider-3:before {
content: "\c168";
}
.clever-icon-slider-2:before {
content: "\c167";
}
.clever-icon-slider-1:before {
content: "\c166";
}
.clever-icon-cart-15:before {
content: "\c165";
}
.clever-icon-cart-14:before {
content: "\c164";
}
.clever-icon-cart-13:before {
content: "\c163";
}
.clever-icon-cart-12:before {
content: "\c162";
}
.clever-icon-cart-11:before {
content: "\c161";
}
.clever-icon-cart-10:before {
content: "\c160";
}
.clever-icon-cart-9:before {
content: "\c159";
}
.clever-icon-cart-8:before {
content: "\c158";
}
.clever-icon-pause-1:before {
content: "\c157";
}
.clever-icon-arrow-left:before {
content: "\c156";
}
.clever-icon-arrow-left-1:before {
content: "\c155";
}
.clever-icon-arrow-left-2:before {
content: "\c154";
}
.clever-icon-arrow-left-3:before {
content: "\c153";
}
.clever-icon-arrow-right:before {
content: "\c152";
}
.clever-icon-arrow-right-1:before {
content: "\c151";
}
.clever-icon-arrow-right-2:before {
content: "\c150";
}
.clever-icon-arrow-right-3:before {
content: "\c149";
}
.clever-icon-plane-1:before {
content: "\c148";
}
.clever-icon-cart-17:before {
content: "\c147";
}
.clever-icon-filter-2:before {
content: "\c146";
}
.clever-icon-filter-1:before {
content: "\c145";
}
.clever-icon-grid-1:before {
content: "\c144";
}
.clever-icon-contract:before {
content: "\c143";
}
.clever-icon-expand:before {
content: "\c142";
}
.clever-icon-cart-7:before {
content: "\c141";
}
.clever-icon-quote-1:before {
content: "\c140";
}
.clever-icon-arrow-right-5:before {
content: "\c139";
}
.clever-icon-arrow-left-5:before {
content: "\c138";
}
.clever-icon-refresh-2:before {
content: "\c137";
}
.clever-icon-truck:before {
content: "\c136";
}
.clever-icon-wallet:before {
content: "\c135";
}
.clever-icon-electric-1:before {
content: "\c134";
}
.clever-icon-electric-2:before {
content: "\c133";
}
.clever-icon-lock:before {
content: "\c132";
}
.clever-icon-share-1:before {
content: "\c131";
}
.clever-icon-check-box:before {
content: "\c130";
}
.clever-icon-clock-2:before {
content: "\c129";
}
.clever-icon-analytics-laptop:before {
content: "\c128";
}
.clever-icon-code-design:before {
content: "\c127";
}
.clever-icon-competitive-chart:before {
content: "\c126";
}
.clever-icon-computer-monitor-and-cellphone:before {
content: "\c125";
}
.clever-icon-consulting-message:before {
content: "\c124";
}
.clever-icon-creative-process:before {
content: "\c123";
}
.clever-icon-customer-reviews:before {
content: "\c122";
}
.clever-icon-data-visualization:before {
content: "\c121";
}
.clever-icon-document:before {
content: "\c120";
}
.clever-icon-download-2:before {
content: "\c119";
}
.clever-icon-download-1:before {
content: "\c118";
}
.clever-icon-mail-6:before {
content: "\c117";
}
.clever-icon-file-sharing:before {
content: "\c116";
}
.clever-icon-finger-touch-screen:before {
content: "\c115";
}
.clever-icon-horizontal-tablet-with-pencil:before {
content: "\c114";
}
.clever-icon-illustration-tool:before {
content: "\c113";
}
.clever-icon-keyboard-and-hands:before {
content: "\c112";
}
.clever-icon-landscape-image:before {
content: "\c111";
}
.clever-icon-layout-squares:before {
content: "\c110";
}
.clever-icon-mobile-app-developing:before {
content: "\c109";
}
.clever-icon-online-purchase:before {
content: "\c108";
}
.clever-icon-online-shopping:before {
content: "\c107";
}
.clever-icon-online-video:before {
content: "\c106";
}
.clever-icon-clock-1:before {
content: "\c105";
}
.clever-icon-padlock-key:before {
content: "\c104";
}
.clever-icon-pc-monitor:before {
content: "\c103";
}
.clever-icon-place-localizer:before {
content: "\c102";
}
.clever-icon-search-results:before {
content: "\c101";
}
.clever-icon-search-tool:before {
content: "\c100";
}
.clever-icon-settings-tools:before {
content: "\c099";
}
.clever-icon-sharing-symbol:before {
content: "\c098";
}
.clever-icon-site-map:before {
content: "\c097";
}
.clever-icon-smartphone-2:before {
content: "\c096";
}
.clever-icon-tablet-2:before {
content: "\c095";
}
.clever-icon-thin-expand-arrows:before {
content: "\c094";
}
.clever-icon-upload-2:before {
content: "\c093";
}
.clever-icon-upload-1:before {
content: "\c092";
}
.clever-icon-volume-off:before {
content: "\c091";
}
.clever-icon-volume-on:before {
content: "\c090";
}
.clever-icon-news-list:before {
content: "\c089";
}
.clever-icon-desktop:before {
content: "\c088";
}
.clever-icon-news-grid:before {
content: "\c087";
}
.clever-icon-setting:before {
content: "\c086";
}
.clever-icon-web-home:before {
content: "\c085";
}
.clever-icon-web-link:before {
content: "\c084";
}
.clever-icon-web-links:before {
content: "\c083";
}
.clever-icon-website-protection:before {
content: "\c082";
}
.clever-icon-team:before {
content: "\c081";
}
.clever-icon-zoom-in:before {
content: "\c080";
}
.clever-icon-zoom-out:before {
content: "\c079";
}
.clever-icon-arrow-1:before {
content: "\c078";
}
.clever-icon-arrow-bold:before {
content: "\c077";
}
.clever-icon-arrow-light:before {
content: "\c076";
}
.clever-icon-arrow-regular:before {
content: "\c075";
}
.clever-icon-cart-1:before {
content: "\c074";
}
.clever-icon-cart-2:before {
content: "\c073";
}
.clever-icon-cart-3:before {
content: "\c072";
}
.clever-icon-cart-4:before {
content: "\c071";
}
.clever-icon-cart-5:before {
content: "\c070";
}
.clever-icon-cart-6:before {
content: "\c069";
}
.clever-icon-chart:before {
content: "\c068";
}
.clever-icon-close:before {
content: "\c067";
}
.clever-icon-compare-1:before {
content: "\c066";
}
.clever-icon-compare-2:before {
content: "\c065";
}
.clever-icon-compare-3:before {
content: "\c064";
}
.clever-icon-compare-4:before {
content: "\c063";
}
.clever-icon-compare-5:before {
content: "\c062";
}
.clever-icon-compare-6:before {
content: "\c061";
}
.clever-icon-compare-7:before {
content: "\c060";
}
.clever-icon-down:before {
content: "\c059";
}
.clever-icon-grid:before {
content: "\c058";
}
.clever-icon-hand:before {
content: "\c057";
}
.clever-icon-layout-1:before {
content: "\c056";
}
.clever-icon-layout:before {
content: "\c055";
}
.clever-icon-light:before {
content: "\c054";
}
.clever-icon-play-1:before {
content: "\c053";
}
.clever-icon-list:before {
content: "\c052";
}
.clever-icon-mail-1:before {
content: "\c051";
}
.clever-icon-mail-2:before {
content: "\c050";
}
.clever-icon-mail-3:before {
content: "\c049";
}
.clever-icon-mail-4:before {
content: "\c048";
}
.clever-icon-mail-5:before {
content: "\c047";
}
.clever-icon-map-1:before {
content: "\c046";
}
.clever-icon-map-2:before {
content: "\c045";
}
.clever-icon-map-3:before {
content: "\c044";
}
.clever-icon-map-4:before {
content: "\c043";
}
.clever-icon-map-5:before {
content: "\c042";
}
.clever-icon-menu-1:before {
content: "\c041";
}
.clever-icon-menu-2:before {
content: "\c040";
}
.clever-icon-grid-3:before {
content: "\c039";
}
.clever-icon-grid-4:before {
content: "\c038";
}
.clever-icon-menu-3:before {
content: "\c037";
}
.clever-icon-grid-2:before {
content: "\c036";
}
.clever-icon-minus:before {
content: "\c035";
}
.clever-icon-next:before {
content: "\c034";
}
.clever-icon-phone-1:before {
content: "\c033";
}
.clever-icon-phone-2:before {
content: "\c032";
}
.clever-icon-phone-3:before {
content: "\c031";
}
.clever-icon-phone-4:before {
content: "\c030";
}
.clever-icon-phone-5:before {
content: "\c029";
}
.clever-icon-phone-6:before {
content: "\c028";
}
.clever-icon-picture:before {
content: "\c027";
}
.clever-icon-pin:before {
content: "\c026";
}
.clever-icon-plus:before {
content: "\c025";
}
.clever-icon-prev:before {
content: "\c024";
}
.clever-icon-eye-4:before {
content: "\c023";
}
.clever-icon-eye-3:before {
content: "\c022";
}
.clever-icon-eye-2:before {
content: "\c021";
}
.clever-icon-eye-1:before {
content: "\c020";
}
.clever-icon-refresh-1:before {
content: "\c019";
}
.clever-icon-youtube-2:before {
content: "\c018";
}
.clever-icon-search-1:before {
content: "\c017";
}
.clever-icon-search-2:before {
content: "\c016";
}
.clever-icon-search-3:before {
content: "\c015";
}
.clever-icon-search-4:before {
content: "\c014";
}
.clever-icon-search-5:before {
content: "\c013";
}
.clever-icon-support:before {
content: "\c012";
}
.clever-icon-tablet-1:before {
content: "\c011";
}
.clever-icon-play-2:before {
content: "\c010";
}
.clever-icon-up:before {
content: "\c009";
}
.clever-icon-user-1:before {
content: "\c008";
}
.clever-icon-user-2:before {
content: "\c007";
}
.clever-icon-user-3:before {
content: "\c006";
}
.clever-icon-user-4:before {
content: "\c005";
}
.clever-icon-user-5:before {
content: "\c004";
}
.clever-icon-user:before {
content: "\c003";
}
.clever-icon-vector1:before {
content: "\c002";
}
.clever-icon-wishlist1:before {
content: "\c001";
}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//www.seteico.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//www.seteico.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//www.seteico.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//www.seteico.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}@media only screen and (min-width: 1025px) and (max-width: 1450px){
.header-left { width: 14%;}
.box-category{ width:200px;}
.footer-widget .widgets-contactus, .footer-widget .widget_accepted_payment_methods, .footer-widget .widget_media_gallery{padding-left:16px;}
.contact_wrapper .address, .contact_wrapper .phone { padding: 5px 0;}
}
@media only screen and (min-width: 1250px) and (max-width: 1450px){
.main-content-inner, .theme-container, .full-width .inner-container, .main-content.left-sidebar, .site-footer .inner-container, .main-inner-container, .main-content.box-page{ width:1200px;}
#secondary{width:240px;}
#primary{ width:930px;}
.header-search input[type="text"], .header-search input[type="search"]{ width:534px;}
.sticky-menu .header-search input[type="text"],.sticky-menu .header-search input[type="search"]{width: 500px;}
.tnp-email{ width:262px;}
.footer-top { padding: 30px 0px;}
.service-list .icon-image{margin:0 4px;}
.service-list .service-title{ font-size:13px;}
}
@media only screen and (max-width: 1250px){
.service-list .service-content{ text-align:center;}
.service-list .icon-image{ float:none;}
}
@media only screen and (min-width: 1201px) and (max-width: 1250px) {
.main-content-inner, .theme-container, .full-width .inner-container, .main-content.left-sidebar, .site-footer .inner-container, .main-inner-container, .main-content.box-page{ width: 1170px;}
#secondary{width:230px;}
#primary{ width:920px;}
#secondary .widget-title{padding: 12px 15px 10px; font-size: 15px;}
.primary-sidebar .widget_black_studio_tinymce .textwidget, .primary-sidebar .widget > .toggle-block, .primary-sidebar .widget_price_filter .toggle-block, .primary-sidebar .widget_shopping_cart_content, .primary-sidebar .widget_pages > ul, .primary-sidebar .widget ul.toggle-block{padding: 12px 15px;}
.header-search input[type="text"], .header-search input[type="search"]{ width:524px;}
.sticky-menu .header-search input[type="text"],.sticky-menu .header-search input[type="search"]{width: 465px;}
.tnp.tnp-widget{padding: 0 10px;}
.tnp-email{ width:245px;}
.footer-top { padding: 24px 0px;}
.style-2 .static-wrapper .static-inner{ top:10%;}
.style-1 .static-wrapper .static-inner{ top:12%;}
.style-3.cms-banner-item .text2,
.style-3.cms-banner-item .text3{font-size:20px;}
.style-3.cms-banner-item .text-button { margin-top: 10px;}
}
@media only screen and (max-width: 1200px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,.brands.list ul li{ display: inline-block;    float: none;    vertical-align: top;    width: 32.8% !important;}
.woofeature .woo-grid .products li, .woonew .woo-grid .products li, .woobest .woo-grid .products li, .product-list-view .woo-grid .woocommerce ul.products li{display:none;}
.second-widget, .third-widget ,.fourth-widget{padding-left:30px;}
.blog-posts-content .post-image-outer, .single-portfolio .portfolio-image,.post-content-outer{width:100%;}
}
@media only screen and (min-width:640px) and (max-width: 1200px){
.woocommerce ul.products li.product:nth-child(3n+0){}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px){
.main-content-inner, .theme-container, .full-width .inner-container, .main-content.left-sidebar, .site-footer .inner-container, .main-inner-container, .main-content.box-page{ width: 984px;}
#secondary{width:204px;}
#primary{ width:760px;}
#secondary .widget-title{padding: 12px 12px 10px; font-size: 14px;}
.primary-sidebar .widget_black_studio_tinymce .textwidget, .primary-sidebar .widget > .toggle-block, .primary-sidebar .widget_price_filter .toggle-block, .primary-sidebar .widget_shopping_cart_content, .primary-sidebar .widget_pages > ul, .primary-sidebar .widget ul.toggle-block{padding: 12px 12px;}
.topbar-text{ display:none;}
.header-top-right{width:100%; text-align:center;}
.header-left {  width: 16%;}
.header-search input[type="text"], .header-search input[type="search"]{ width:340px;}
.sticky-menu .header-search input[type="text"],.sticky-menu .header-search input[type="search"]{width: 290px;}
.third-widget, .fourth-widget,
.footer-widget .widgets-contactus, .footer-widget .widget_accepted_payment_methods, .footer-widget .widget_media_gallery{padding-left: 16px;}
.footer-top { padding: 20px 0px;}
.footer-top-left, .footer-top-right{width:100%; text-align:center; float:none;}
.follow-us ul {padding: 20px 0 0;}
.woo-products{  margin: 0 -2px;}
}
@media only screen and (min-width: 980px) and (max-width: 1200px){
.style-2 .static-wrapper .static-inner{ top:10%;}
.style-2.cms-banner-item .text1{font-size:14px; padding:0 0 3px;}
.cms-banner-item .offer-tag{margin-bottom: 5px;}
.style-1 .static-wrapper .static-inner,
.style-3 .static-wrapper .static-inner{top:12%;}
.style-1.cms-banner-item .text1,
.style-3.cms-banner-item .text1,
.style-3.cms-banner-item .text2{ font-size:20px;}
.style-1.cms-banner-item .text1{ margin-bottom:10px;}
.style-3.cms-banner-item .text1{margin-bottom:5px;}
.style-3.cms-banner-item .text-button,
.right-img.style-4.cms-banner-item .text-button { margin-top:10px;}
.left-img.style-4 .static-wrapper .static-inner,
.style-4 .static-wrapper .static-inner{ top:14%;}
.service-list .service-title{ font-size:12px;}
.service-list { padding: 0 4px;}
}
@media only screen and (max-width: 1024px) {
.woo-products{  margin: 0 -3px;}
.yith_magnifier_zoom_magnifier { top: 0 !important; left:auto !important; right: auto !important; width: 100% !important; height: 100% !important}
.half-content { float: none;  width: 100%; text-align:center;}
.fancy-image.half-content{ margin-bottom:50px;}
.style-2 .testimonial-carousel.owl-carousel { margin: 0;}
.main-title{ margin:20px 0; padding: 0 20px;}
.header-top{ display:none;}
.nav-top { display: inline-block;}
.header-cart, .topbar-link{ margin:0;}
.product-list-view .woocommerce ul.products li.product .image-block,.product-list-view .product-detail-wrapper{ width: auto; text-align: center; float: none; display: inline-block; vertical-align: top;}
.product-list-view .product-detail-wrapper{ padding: 20px 0 0;}
.product-list-view .woocommerce ul.products .star-rating {  margin:auto;}
.product-list-view .woocommerce ul.products li .container-inner{ padding:10px; margin:0;}
.widget_search{ display:none;}
.header-category ul.product-categories .hiden_menu > ul > li, .header-category ul.product-categories > li{padding: 10px 10px 5px;}
.header-category ul.product-categories > li > a, .header-category .hiden_menu > ul.children > li.cat-parent > a { font-size: 12px;}
.topbar-link, .shopping_cart.tog{ padding:0;}
.nav-top .menu-toggle { margin: 8px 2px;}
.header-cart .cart-contents{ right:-11px;} .sticky-menu .main-navigation{ float:left;padding-left:34px;}
.mega-menu{display:none;}
.navigation-bar.active .mobile-menu, .mobile-menu {display:block;}		
.menu-toggle { color: #000;    cursor: pointer;    display: block;    font-size: 13px;    margin: 0;    padding: 12px 0;    position: relative;    text-transform: uppercase;}
.navbar.default.navigation-inner {display: block;}			
#secondary,#primary{ width:100%;} .footer-top-left, .footer-top-right{width:100%;}
.footer-top{ padding:20px 0 0;}
.footer-middle{ padding:0 0 20px;}
.footer-middle{ border:0;}
#secondary .widget-title{padding: 12px 10px 8px; font-size: 14px;}
.site-footer .widget_media_gallery .widget-title,.site-footer .widget-title,.follow-us .widget-title,.widget .widget-title{ padding:10px 0;font-weight: 700;font-size: 14px;text-transform: uppercase; color:#000; margin:0; display:block; }
.site-footer .widget-title{border-bottom: 1px dashed #e8e8e8;}
.footer-widget .widget_accepted_payment_methods::before,.footer-widget .widgets-contactus::before{background:none;}
.footer-widget .widgets-contactus, .footer-widget .widget_accepted_payment_methods, .footer-widget .widget_media_gallery{padding:0;}
.footer-widget .widget{ padding:0;}
.widget_newsletterwidget::before{ background:none;}
.widget_newsletterwidget{ padding:0; margin:0;}
.widget.widget_newsletterwidget{ width:100%;}
.widget_newsletterwidget span{display:none;}
.widget_newsletterwidget .title-outer{width:100%;}
.tnp.tnp-widget { float: none;  margin-top: 0;  padding: 0;}
.widgets-blog-posts .bx-wrapper li{width:100%!important;}
.bx-controls-direction a {  top: 12px;}
.footer-widget .widgets-blog-posts .title-outer::before{ content:"";}
.footer-widget .widgets-blog-posts .widget-title{ border:0;}
.widgets-blog-posts .bx-wrapper {  margin-top: 0px;} .primary-sidebar .widget_black_studio_tinymce .textwidget, .primary-sidebar .widget > .toggle-block, .primary-sidebar .widget_price_filter .toggle-block, .primary-sidebar .widget_shopping_cart_content, .primary-sidebar .widget_pages > ul, .primary-sidebar .widget ul.toggle-block {
padding:10px;
}
.title-outer{cursor:pointer;position:relative;}	
.primary-sidebar .widget{margin-bottom:3px; padding:0;}
.primary-sidebar .title-outer:before,.primary-sidebar .toggled-off .title-outer:before{ right:10px;}
.toggled-on .title-outer:before{
content: "\f106";
line-height:11px;
}	
.title-outer:before,.toggled-off .title-outer:before{
content:"\f107";
position: absolute;
right: 0px;
font-family: 'FontAwesome';
font-size: 20px;
color: #000;
top:0;
bottom:0;
height: 14px;
width: 14px;
text-align: center;
z-index: 9;
line-height: 15px;
margin: auto;
}    
.footer-widget .widget .bx-wrapper ul{display:block;}                                                                                         
.toggled-off .toggle-block,.primary-sidebar .toggle-block,.site-footer .toggle-block,.primary-sidebar .widget_shopping_cart_content,.primary-sidebar .toggled-off .widget_shopping_cart_content,.toggle-content .toggle-block ,.widget .tnp{display:none;}
.toggled-on .toggle-block,.primary-sidebar .toggled-on .widget_shopping_cart_content,.toggled-on .tnp{	display:block;}
.toggle-content .toggle_title{display:block;}
.toggle-content .toggle_title {	background-color: #fafafa;display: block;text-align: left;}
.toggle-content .toggled-on .main-ul {display: block;}
.toggle-content .toggled-off .main-ul, .toggle-content .main-ul {display: none;}
.footer-widget,.widget.widgets-contactus{min-height:inherit;width:100%!important;padding:0!important;border:none!important; margin: 0;}
.site-footer .toggle-block,.site-footer .tnp.tnp-widget{margin:10px 0 20px; float: left; width:100%;} }
@media only screen and (min-width: 980px) and (max-width: 1024px) {
.main-content-inner, .theme-container, .full-width .inner-container, .main-content.left-sidebar, .site-footer .inner-container, .main-inner-container, .main-content.box-page{ width: 940px;}
#secondary .widget-title{padding: 12px 12px 10px; font-size: 14px;}
.primary-sidebar .widget_black_studio_tinymce .textwidget, .primary-sidebar .widget > .toggle-block, .primary-sidebar .widget_price_filter .toggle-block, .primary-sidebar .widget_shopping_cart_content, .primary-sidebar .widget_pages > ul, .primary-sidebar .widget ul.toggle-block{padding: 12px 12px;}
.header-bottom { padding: 15px 0 0;}
.box-category{width: 160px;}
.topbar-text{ display:none;}
.header-top-right{width:100%;}
.header-left {  width: 16%;}
.header-search input[type="text"], .header-search input[type="search"],
.sticky-menu .header-search input[type="text"],.sticky-menu .header-search input[type="search"]{width: 330px;}
.style-2.cms-banner-item .text1{ font-size:12px;}
.style-2.cms-banner-item .text4{ font-size:12px; margin:0;}
.footer-top-left, .footer-top-right{width:100%; float:none;}
.site-header-fix.header-style {  min-height: 80px;}
}
@media only screen and (max-width: 979px){ #secondary,#primary{width:100%; margin:0 0 30px; float:none; clear: both;}
#secondary{ margin:0;}
article.sticky{ padding:15px;}
.woocommerce .single-product-full.side-widget-area #content .product div.entry-summary,	.woocommerce .single-product-full #content .product div.entry-summary{ width:100%;}
.singleproduct-sidebar{ float:left; margin:0;}
.col-main{ width:100%;}
.page-title .entry-title-main{ font-size:18px;}
.main-title{ margin:15px 0;  padding: 0 15px;}
.header-bottom { padding: 12px 0 8px;}
.breadcrumbs, .woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb{ font-size:12px;}
.woocommerce .single-product-full #content .product div.images, .woocommerce .single-product-sidebar #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page .single-product-sidebar #content div.product div.images, .woocommerce-page div.product div.images {  float: none;  margin: 0 auto 20px;  width: 74%;}
.product-slider{ padding:5px;}
.address-text{width:100%;}
.widgets-brand .widget-title{ display:block;}
.cms-banner-item.sub-banner3 .text2 { letter-spacing: 0;}
.fancy-image .cms-banner-item{ float:none;} .product-categories .hitarea:before, .widget_categories .hitarea:before{ font-size:10px; margin: 1px 0 0; text-align:right;}
.product-categories .expandable-hitarea:before, .widget_pages .expandable-hitarea:before, .widget_nav_menu .expandable-hitarea:before, .widget_categories .expandable-hitarea:before{content: "\f067";}
.product-categories .collapsable-hitarea:before, .widget_pages .collapsable-hitarea:before, .widget_nav_menu .collapsable-hitarea:before, .widget_categories .collapsable-hitarea:before{content: "\f068";}
.product-categories .dc-mega-icon{ display:none;} .site-content .entry-thumbnail img{width:100%;}	
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first{clear:none;}
.team-posts-content.posts-content .container{width:50%;}
.woocommerce .single-product-full .woocommerce-main-image.zoom ,.single-product-sidebar .woocommerce-main-image.zoom{float: right;padding: 0;width: 86%;}
.home-blog .two_fifth,.home-blog .three_fifth{width:100%;}
.home-blog .blog-posts-content{padding:0;}
.primary-sidebar .blog-posts-content{ padding:32px 0 0;}
#secondary .post-content-inner{ padding:0 5px;}
.woocommerce ul.products li.product:hover .product-detail-wrapper,.product-detail-wrapper{opacity:1;-khtml-opacity: 1;-webkit-opacity: 1;-moz-opacity:1;}
.popup-video .one_third_inner.content_inner {margin:0 !important; width: 100% !important;}
.popup-video .two_third,.popup-video .one_third{width:100%;}
.newletter-block .parallax-text-wrapper,.newletter-block .one_third{width:100%;}
.gallery-item,.portfolio-filter-container .item,.portfolios li{ display: inline-block;  float: none; vertical-align: top;  width: 50% !important;} .footer_top{ margin:30px 0;}
.home-about-me { text-align: center;}
.tmpmela-about-description {line-height:24px;}
.footertop .custom-text-container .text{ margin:0; text-align: center!important;}
.site-footer .widgets-follow-us h3.widget-title {	display:block;}
.site-footer .follow-us h3.widget-title{ display:block;}
.widgets-contactus h3.widget-title{ display:block;}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
.main-content-inner, .theme-container, .full-width .inner-container, .main-content.left-sidebar, .site-footer .inner-container, .main-inner-container, .main-content.box-page { width:748px;}
.header-left {  width: 20%;}
.box-category{width: 140px;letter-spacing: 0; padding:8px;}
.site-header-fix.header-style {  min-height: 80px;}
.header-search input[type="text"], .header-search input[type="search"],
.sticky-menu .header-search input[type="text"],.sticky-menu .header-search input[type="search"]{width: 222px;}
.header-search .woocommerce-product-search input[type="submit"], .header-search .search-form #searchsubmit{padding:8px;}
.box-category-heading {padding: 0 5px;}
.style-2 .static-wrapper .static-inner{top:3%;}
.style-2.cms-banner-item .text4{font-size: 11px; margin-top: 0;}
.style-2.cms-banner-item .text2, .style-2.cms-banner-item .text3{ font-size:10px;}
.style-1 .static-wrapper .static-inner{ top:10%;}	
.style-1.cms-banner-item .text1{ margin-bottom:0; font-size: 16px;}
.style-1.cms-banner-item .text2, .style-1.cms-banner-item .text3{ font-size:12px;}
.style-1.cms-banner-item .link-text{font-size:14px;}
.style-1.cms-banner-item .text-button { margin-top: 6px;}
.style-2.cms-banner-item .text1{ font-size:12px; padding:0;}
.style-3.cms-banner-item .text1,.style-3.cms-banner-item .text2,.style-3.cms-banner-item .text3{ font-size:16px;}
.style-3 .static-wrapper .static-inner{top:5%;}
.style-3.cms-banner-item .text-button { margin-top: 5px;}
.style-3.cms-banner-item .text4{ margin-top:0;}
.style-3.cms-banner-item .text1{margin-bottom: 4px;}
.cms-banner-item .offer-tag{margin-bottom: 0;}
.left-img.style-4 .static-wrapper .static-inner{top: 10%;}
.style-4.cms-banner-item .text1,.right-img.style-4.cms-banner-item .text1{margin-bottom: 10px; font-size:18px;}
.service-list .service-title{ font-size:13px;}
.style-2 .cat_name{ top: 13%;}
.style-2.category_link a.category{ font-size: 22px;}
.category_link .count{ font-size:12px;}
.header-cart .togg .widget.widget_shopping_cart {width:294px; right:-9px;}
.service-list .icon-image{float:none;}
.service-icon-content{text-align:center;padding:10px;}
.service-list .service_other_text{text-align:center;}
}
@media only screen and (max-width: 782px){
.admin-bar .header-fix.sticky-menu {  margin-top: 46px;}
}
@media only screen and (max-width: 767px){ .header-search .woocommerce-product-search button[type="submit"], .header-search .search-form #searchsubmit {
padding: 0;
background: #000 url(//www.seteico.com/wp-content/themes/edigit/images/megnor/search.png) no-repeat scroll center;
width: 40px;
height: 40px;
content: "";
font-size: 0;
border-color: #000;
} .main-content-inner,.theme-container,.full-width .inner-container,.main-content.left-sidebar,.site-footer .inner-container,.main-inner-container,.main-content.box-page { width:auto;margin:0 15px!important;}
#primary, .left-sidebar #primary,.homepage #home_primary,#secondary , .full-width .page-title{width: 100%;}
.main-content.box-page.full-width, .main-content-inner .home-page, .main-content.blog-page.blog-list.box-page, .main-content-inner .main-content.box-page, .main-content-inner .theme-container{ margin: 0!important;}
.page-title .entry-title-main,.breadcrumbs, .woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb{ float:none; text-align:center; width:100%; margin-bottom:5px;}
.single .page-title {  margin-top: 0;}
.header-center{ margin-top:0;}
.box-category-heading,.header-tag-cloud{ display:none;}
.header-bottom{ padding:8px 0;}
.sticky-menu .header-bottom {padding: 6px 0 2px;}
.header-left { width: 25%;}
.header-search input[type="text"], .header-search input[type="search"]{ background-image:none; border:1px solid #e5e5e5;}
.header-cart .shopping_cart .cart-icon, .topbar-link .topbar-link-toggle, .header-wishlist{ height:46px;}
.slider-banner .vc_col-sm-6 { width: 100%; margin-bottom: 20px;}
.slider-banner .vc_col-sm-3 {width:100%;}
.slider-banner .vc_column-inner{ padding:0!important;}
.slider-banner .vc_col-sm-3 .cms-banner-item { width: 33.33%;  text-align: center;  padding: 5px;  box-sizing: border-box;  margin: 0;}
.cms-banner-item{ width:100%;float: none !important;text-align: center !important; margin:5px 0!important;}
.woocommerce ul.products .star-rating ,.product-list-view .woocommerce ul.products .star-rating{ position: relative; margin: 0 auto 10px;}
.product-list-view .woocommerce ul.products li.product .price { padding: 0;}
.woocommerce ul.products.owl-carousel li.product{ padding:0;}
.woo-products{  margin: 0 -5px;}
.product-detail-wrapper{margin:0;}
li:hover .product-detail-wrapper { transform: none;}
.product-button-hover{  opacity:1;	-khtml-opacity: 1;	-webkit-opacity: 1;	-moz-opacity:1;	}
.faq-questions {  margin: 0 -20px;}
.service-list .service-title{font-size: 13px;}
.resp-tabs-list {    padding: 0;    float: none;    position: relative;    top: -14px;    right: auto; text-align:center;}
.resp-tabs-list li.resp-tab-active {border: 1px solid #e8e8e8;border-radius: 5px;}
.resp-tabs-list li{display:block;}
.resp-tabs-list li .tab-title{ margin:0; padding:5px 0;}
.resp-tabs-list li.resp-tab-active .tab-title::after, .resp-tabs-list li:hover .tab-title::after{ right:auto;}
.resp-tab-content .products.owl-theme .owl-buttons div{ top:-35px;}
.products.owl-theme .owl-buttons div.owl-prev {left: 46%;right: auto;}
.products.owl-theme .owl-buttons div.owl-next {right: 47%;}
.sub-banner{ text-align:center;}
.sub-banner .left-img{ margin-right:0;}
.sub-banner .right-img{margin-left:0;}
.woocommerce div.product .product_title, .woocommerce-page div.product .product_title{font-size: 18px;}
.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th{width:auto;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .brands.list ul li {width: 32.7% !important;}
.site-header-fix.header-style{ min-height:60px;}
.header-right-top{display:inline-block; vertical-align:top;}
.topbar-text{ display:none;}
.header-search,.header-right-top{ float:right;}
.header-right-top,.header-cart, .topbar-link{ width:auto;}
.header-search input[type="text"], .header-search input[type="search"],.sticky-menu .header-search input[type="text"], .sticky-menu .header-search input[type="search"]{ width:auto;border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;-ms-border-radius: 5px;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.header-center { display: block; float:right;}
.header-cart .cart-contents{ display:none;}
.header-cart .tog{ padding:0;}
.header-search .header-toggle {
background: rgba(0, 0, 0, 0) url(//www.seteico.com/wp-content/themes/edigit/images/megnor/sprite-wc.png) no-repeat scroll -1px -968px;
bottom: auto;
cursor: pointer;
font-size: 0;
height: 46px;
padding: 0;
vertical-align: top;
width: 40px;
}
.header-search .header-toggle:hover{ background-position:-103px -968px;}
.header-search.active .header-toggle { background-position:-1px -1035px}
.header-search.active .header-toggle:hover { background-position:-103px -1035px;}
.header-search .woocommerce-product-search, .header-search .search-form {
display: none;
left: auto;
position: absolute;
right: 0;
z-index: 1; width:270px;
}
.header-search .woocommerce-product-search input[type="submit"], .header-search .search-form #searchsubmit{ display:none;}
.mobile-menu{ width:250px;}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{width:100%;margin:10px 0;}
#primary .gridlist-toggle{ float:none;}
.content_inner {width: 100% !important;margin:0 !important;}
.footertop .content_inner,.widget .banner-slider-container ul li { text-align:center;}
.navbar, .header_cart {
display: block;
padding: 0;
position: static;
}
.blog-posts-content .post-image, .single-portfolio .portfolio-image,.post-content-outer{width:100%;}
.entry-thumbnail-outer{width:100%; padding:0; margin:0 0 20px; border:0;}
.post-content{ width:100%;}
.normal-title span.title, .upsells.products > h2, .related.products > h2, .cross-sells > h2{font-size: 18px; padding:14px 0;} .topbar-main .fa{display:none;}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{float:none;display:inline-block;vertical-align:top;}
.woocommerce.list-view .woocommerce-result-count, .woocommerce-page.list-view .woocommerce-result-count{display:block;}
.nav-top {  display: inline-block; vertical-align:top;}
.header-cart .togg .widget.widget_shopping_cart{ width:270px; padding:10px;} .woocommerce ul.products.list .container-inner .image-block, .woocommerce-page ul.products.list .container-inner .image-block{ margin: 0 auto;  width:auto; display: inline-block; border:0; padding:0;}
.list .product-detail-wrapper{width:100%; box-sizing: border-box;}
.single_variation_wrap{ overflow:visible;}
.woocommerce .single-product-full .woocommerce-main-image.zoom,.woocommerce .single-product-full .woocommerce-main-image.zoom, .single-product-sidebar .woocommerce-main-image.zoom{width:100%;}
#content div.product div.images .bx-wrapper .bx-controls-direction a, #content div.product div.images .bx-wrapper:hover .bx-controls-direction a {opacity:1; -khtml-opacity: 1; -webkit-opacity: 1; -moz-opacity:1;}
#content div.product div.images .bx-wrapper{display:inline-block;float:none;}
.woocommerce  #content .product div.images{text-align:center;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{width:100%;}
.woocommerce form { width: 100%;}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{margin-bottom:20px;box-sizing:border-box;width:100%;}
.blog-posts-content .blog-grid .item.style-3{width:100%;}
.main-container .resp-tabs-list{    margin: -7px 60px -2px 0;}
#yith-quick-view-content div.images, #yith-quick-view-content div.summary {float: none; width: 100%;}
#yith-quick-view-content div.summary { float: left; margin: 0;  padding: 15px; width: 100%;}
.shop_table.woocommerce-checkout-review-order-table{ display:inline-table;} .style-2 .static-wrapper .static-inner{top:12%;}
.style-2.cms-banner-item .text1{ font-size:14px; padding:0;}
.style-3 .static-wrapper .static-inner{top:16%;}
.style-3.cms-banner-item .text4{ margin-top:0;}
.cms-banner-item .offer-tag{margin-bottom: 5px;}
.right-img.style-4.cms-banner-item .text-button { margin-top: 10px;}
.style-4 .static-wrapper .static-inner{ top:14%;}
.tmpmela_about .image-right .about_image, .tmpmela_about .image-left .about_content,.tmpmela_about .image-left .about_image, .tmpmela_about .image-right .about_content {width:100%;text-align:center;}
.aboutus .banner-slider-container{ text-align:center;}
.post-inner-top{margin:6px;}
.blog-icon::before { font-family: "FontAwesome";  font-size: 30px;  line-height: 30px;}
.blog-icon { height: 20px;} .footertop  .custom-text-container {display: inline-block;}
.site-footer .newsletter tr ,.site-footer .newsletter tbody ,.site-footer .newsletter table, .site-footer .newsletter td{display: inline-block; float: none; vertical-align:top; text-align:center;}
.site-footer .newsletter-email{ width:300px;}
.site-footer .newsletter td{display:block;}
.sitemap-item,.contact_form form{width:100%;}
.contact_form .address-container .icon{float:none;display:inline-block;vertical-align:top;}
.woocommerce-MyAccount-navigation {width:100%; margin: 0 0 30px 0;}
.woocommerce-MyAccount-content {overflow:visible;} .woocommerce table.my_account_orders tr td.order-actions::before, .woocommerce table.shop_table_responsive tr td.actions::before, .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce-page table.my_account_orders tr td.order-actions::before, .woocommerce-page table.shop_table_responsive tr td.actions::before, .woocommerce-page table.shop_table_responsive tr td.product-remove::before {
display: none;
}
.woocommerce-page #content table.cart .product-thumbnail:before, .woocommerce-page table.cart .product-thumbnail:before{content: attr(data-title) " ";}
.woocommerce table.shop_table_responsive tbody th, .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive thead {
display: none;
}
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
display: block;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
content: attr(data-title) ": ";
float: left;
font-weight: 700; color:#000;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
display: block;
text-align: right;
}
.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail{ text-align:center;}
.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt{ width:100%;}
.quantity {
max-width: 270px;
position: relative;
}
td.product-quantity .quantity {
float: right;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
float: none;
padding-bottom: 0.5em;
}
.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
width: 100%;
}
.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text{margin:0 0 10px;}
.woocommerce #content table.cart td, .woocommerce #content table.cart th, .woocommerce table.cart td, .woocommerce table.cart th, .woocommerce-page #content table.cart td, .woocommerce-page #content table.cart th, .woocommerce-page table.cart td, .woocommerce-page table.cart th{float:left; width:100%; text-align:right; padding:10px!important;}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:#f9f9f9;}
.shop_table.cart.wishlist_table thead { display: none;}
.woocommerce ul.products li.product .product_type_grouped, .woocommerce-page ul.products li.product .product_type_grouped, .woocommerce ul.products li.product .product_type_external, .woocommerce-page ul.products li.product .product_type_external, .woocommerce ul.products li.product .product_type_variable, .woocommerce-page ul.products li.product .product_type_variable, .woocommerce ul.products li.product .product_type_simple, .woocommerce-page ul.products li.product .product_type_simple{ padding:8px 12px; font-size:13px;}
.topbar-outer.header-top-hide {
display: inline-block;
}
.header-left.header-top-hide {
float: left;
display: inline-block;
text-align: left;
}
.topbar-outer.header-top-show {
display: block;
}
.header-left.header-top-show {
float: none;
display: inline-block;
text-align: center;
}
}
@media only screen and (max-width: 640px){
.tnp-email{ width:auto;}
.widget .tnp .tnp-submit{ padding:10px;}
.style-2 .static-wrapper .static-inner,.right-img.style-3 .static-wrapper .static-inner{top:16%;}
.style-3.cms-banner-item .text2,.style-3.cms-banner-item .text3{ font-size:16px;}
.style-3 .static-wrapper .static-inner{top:5%;}
.style-3.cms-banner-item .text4{ margin-top:0;}
.style-3.cms-banner-item .text1{margin-bottom: 4px;font-size: 16px;}
.style-3.cms-banner-item .text-button {  margin-top: 15px;}
.cms-banner-item .offer-tag{margin-bottom: 10px;}
.left-img.style-4 .static-wrapper .static-inner{top: 10%;}
.style-4.cms-banner-item .link-text{font-size: 12px;padding: 0px 12px;}
.style-4.cms-banner-item .text1,.right-img.style-4.cms-banner-item .text1{margin-bottom:0;}
.slider-banner .vc_col-sm-3 {width: 50%; display: inline-block; vertical-align: top; text-align: center;padding:0 5px!important;}
.cms-banner-item,.slider-banner .vc_col-sm-3 .cms-banner-item{  width: 100%;    float: none !important;    text-align: center !important;    margin: 5px 0 !important; padding:0;}
.header-left{ width:38%; top:2px;}
.columns-5 .service-list{width:100%; border:0;}
.service-list .service-content{padding:0;}
.custom-testimonial-inner{   width: 100%;}
.entry-content blockquote {padding: 0 0px;}
.header-search .woocommerce-product-search.open{ width:250px;}
.blog-icon{ margin-bottom:0;}
.fancy-image {  margin-bottom: 50px;}
.tmpmela-newsletter-form .tnp-subscription input[type="email"]{ width:auto;}
.close-btn:before{  padding:2px 3px;}
.main-container .resp-tabs-list{   display: inline-block;  margin: 0 0 36px!important;  vertical-align: top;position:relative;}
.tmpmela-about-description{ border:none; position:relative;}
.footer_left,.footer_right,.tmpmela-about-text a,.tmpmela-about-description{display: inline-block;    float: none;    margin: 10px auto;    padding: 0;    text-align: center;    width: 100%;}
.widget_newsletterwidget .title-outer, .tnp.tnp-widget { margin: 10px 0 0;}
.tmpmela-about-description{ text-align:center;}
.follow-us{ padding:0;}
.portfolio-filter-container .options li a{ margin:0;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .brands.list ul li{width:49.4% !important; display: inline-block; float:none; vertical-align: top;}	
.single article.hentry, .single .post-navigation, .single .image-navigation, .single .comments-area, .single-product .woocommerce-tabs .panel, .single-product .up-sells, .single-product .related, .single-attachment article.attachment, .single-attachment .post-navigation, .single-attachment .image-navigation, .single-attachment .comments-area, .single-portfolio article.portfolio, .single-portfolio .post-navigation, .single-portfolio .image-navigation, .single-portfolio .comments-area, .single-post article.post, .single-post .author-info, .single-post .post-navigation, .single-post .image-navigation, .single-post .comments-area, #primary{ padding:15px;} .entry-header .entry-title { font-size: 22px; letter-spacing:0;} .woo-products{ padding:0;}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li{width:100%; margin:0;}
.woocommerce-tabs ul.tabs li{ padding:2px 0;}
table{display:inline;float:left;overflow:auto;width:100%;}
.options li ,.options li:first-child{margin: 0 0 5px  0;width: 100%;}
.woocommerce-tabs .panel{ padding:15px;}
.products.owl-theme .owl-buttons div.owl-prev {left: 44%;right: auto;}
.products.owl-theme .owl-buttons div.owl-next {right: 45%;}	
}
@media only screen and (max-width: 600px){
.admin-bar .header-fix.sticky-menu {  margin-top: 0px;}
}
@media only screen and (max-width: 479px) {
.header-left{width: 44%; top:4px;}
.nav-top .menu-toggle { margin: 7px 0;}
.cms-banner-item .offer-tag { margin-bottom: 0px;}
.style-1 .static-wrapper .static-inner { top: 10%;}
.style-1.cms-banner-item .text1{font-size: 20px; margin-bottom: 8px;}
.style-1.cms-banner-item .text2, .style-1.cms-banner-item .text3{ font-size:12px;}
.style-1.cms-banner-item .text-button {  margin-top: 5px;}
.style-2 .static-wrapper .static-inner, .right-img.style-3 .static-wrapper .static-inner { top: 6%;}
.style-2.cms-banner-item .text1 { font-size: 11px; padding: 0; line-height: 16px;}
.style-2.cms-banner-item .text2, .style-2.cms-banner-item .text3{ font-size:10px;line-height: 16px;}
.style-2.cms-banner-item .text4{font-size: 11px;margin-top: 0;}
.style-3.cms-banner-item .text1 { margin-bottom: 0; font-size: 10px;line-height: 16px;}
.style-3.cms-banner-item .text2, .style-3.cms-banner-item .text3 { font-size: 10px; line-height: 16px;}
.style-3.cms-banner-item .link-text{ font-size:10px; padding:0 5px;}
.style-3.cms-banner-item .text-button { margin-top: 0;}
.style-4 .static-wrapper .static-inner { top: 5%;}
.right-img.style-4.cms-banner-item .text1{font-size: 13px; line-height:14px;}
.right-img.style-4.cms-banner-item .text2,.right-img.style-4.cms-banner-item .text3{font-size: 10px;line-height: 14px;}
.right-img.style-4.cms-banner-item .text-button { margin-top:2px;}
.style-4.cms-banner-item .link-text {  font-size: 10px;  padding: 0px 10px;  line-height: 14px;}
.style-3.cms-banner-item .button.link-text,.style-4.cms-banner-item .button.link-text{font-size:12px; padding:2px 10px; line-height:14px;}
.header-cart .widget.widget_shopping_cart{width: 245px; padding:10px;}
.topbar-link-wrapper{padding: 10px 15px;}
.post-inner-top{ padding:4px;}
.header-search input[type="text"], .header-search input[type="search"]{ width:auto;}
.header-search .woocommerce-product-search.open{ width:160px;}
.fancy-image .static-wrapper .static-inner{ padding:0;}
.fancy-image .cms-banner-item .text1,.fancy-image .cms-banner-item .text2{ font-size:17px;}
.fancy-image .link-text{ font-size:12px; padding:6px 14px; margin-top:10px;}
.custom-testimonial .testmonial-image{ float:none!important; margin:0 0 20px!important;}
.custom-testimonial .style-2 .testimonial-top blockquote, .style-2 .testimonial-wrapper{ text-align:center;}
.style-2 .custom-testimonial-inner{ padding:30px 15px;}
.entry-date{font-size:12px; letter-spacing:0;}
.blog-icon::before { font-size: 26px; line-height: 26px;}
.blog-icon { margin-bottom: 8px;  padding-bottom: 4px;}
.entry-thumbnail .block_hover .links{ top:35%;}
.owl-theme .owl-buttons div{opacity:1;} .text-contact{ font-size: 14px;margin-bottom: 3px;}
.contact-no{ font-size: 13px;}
.woocommerce .single-product-full #content .product div.images, .woocommerce .single-product-sidebar #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page .single-product-sidebar #content div.product div.images, .woocommerce-page div.product div.images { width: auto;}
.posts-content .owl-item .container-inner ,.portfolio-carousel .portfolio-main{ text-align:center; display:block;}
.blog-posts-content .post-content-inner{ float:none;} .woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity{ margin-bottom:10px;}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first{clear:none;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .brands.list ul li{width:50% !important; }	
.team-posts-content.posts-content .container{width:100%;}
.gallery-item,.portfolio-filter-container .item,.portfolios li{width:100% !important;}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{width:100%;}
.site-footer .newsletter tr , .site-footer .newsletter-email ,.site-footer .newsletter .newsletter-submit{ width:100%;}
.newsletter-td-submit { padding:5px 0 !important;}
.woocommerce ul.products li.product .product_type_grouped, .woocommerce-page ul.products li.product .product_type_grouped, .woocommerce ul.products li.product .product_type_external, .woocommerce-page ul.products li.product .product_type_external, .woocommerce ul.products li.product .product_type_variable, .woocommerce-page ul.products li.product .product_type_variable, .woocommerce ul.products li.product .product_type_simple, .woocommerce-page ul.products li.product .product_type_simple {
padding: 6px 6px;
font-size: 12px;
}
.woocommerce ul.products li .container-inner, .woocommerce-page ul.products li .container-inner {margin: 4px;} .style-2 .cat_name{ top: 30%;}
.fancy-image .static-wrapper .static-inner{ margin-left: 0; margin-top: 55px;}
.service-title{ font-size:26px;}
.pricing_wrapper { padding:20px 0;}
.entry-summary .count-down{ width:70%;}
.vertical_tab .tab_groupcontent,.horizontal_tab #tab ul li {width:100%;margin:0;}
#tab ul.tabs{width:100% !important;margin:0;}
#tab ul li a{display:block;}
.address-text-inner{text-align:center;}
.address-text .icon { border-width:0 0 1px;		box-sizing: border-box;  padding: 15px 0;	width: 100%;} .tnp-email{ width:auto;}
}