* {
box-sizing: border-box;
}
html, h1, h2, h3, h4, h5 {
font-family: 'HelveticaNeueCyr', sans-serif !important;
font-weight: 300 !important;
font-style: normal !important;
color: #000;
} .site {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.site-content {
flex: 1;
}
.uk-offcanvas-bar {
display: none;
}
.content-area {
margin-top: 10px;
}
nav.uk-navbar-container { 
background: rgba(255, 255, 255, 0.6) !important;
transition: all .5s;
}
.uk-sticky.uk-sticky-fixed.uk-sticky-below .uk-navbar-container.uk-navbar-sticky {
background: rgba(255, 255, 255, 1) !important;
transition: all .5s;
}
header nav {
background: #fff;
}
.site-header .uk-navbar>.uk-navbar-left>.uk-navbar-nav>li>a {
padding: 0;
margin-right: 1.7rem;
}
.site-header .uk-navbar>.uk-navbar-right>.uk-navbar-nav>li>a {
padding: 0;
margin-right: 1.7rem;
} .site-header .uk-navbar>.uk-navbar-left>.uk-navbar-nav>li:nth-child(2)>a {
padding-right: 16px;
} .menu-catalog-a {
position: relative;
}
.menu-catalog-a:after {
content: '';
display: block;
width: 6px;
height: 6px;
border-bottom: 1px solid #444;
border-right: 1px solid #444;
position: absolute;
right: 2px;
top: 35px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: all 125ms;
}
.menu-catalog-a.uk-open:after {
top: 38px;
border-bottom: 1px solid #0088CC;
border-right: 1px solid #0088CC;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
} .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
font-family: 'HelveticaNeueCyr', sans-serif !important;
font-weight: 300 !important;
font-style: normal !important; 
color: black; 
}
.uk-navbar-container>.uk-container .uk-navbar-left {
margin-left: 5px;
}
.logo {
width: 280px;
margin-right: 35px;
}
.uk-navbar-dropdown {
position: fixed;
padding: 0px;
left: 0px !important;
top: 64px !important;
width: 100%;
}
.uk-navbar-dropdown .uk-margin-medium-top {
margin: 0px !important;
}
.logo-a {
padding: 0 !important;
margin: 0 !important;
}
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
color: #0088CC;
}
.nav-categories {
width: inherit;
margin: 0px 0px 16px 0px;
padding: 0px;
background-color:#efefef;
}
.uk-tab>* {
padding-left: 0px !important;
margin-left: 0px !important;
margin-top: 8px;
}
.uk-tab>*>a {
color: black;
}
.uk-tab>.uk-active {
background-color: white;
border-radius: 14px 14px 0px 0px;
}
.uk-tab>.uk-active>a {
color: #0088CC;
border: none;
}
.uk-tab>*>a:focus, .uk-tab>*>a:hover {
color: #0088CC;
}
.nav-item {
text-align: center;
}
.nav-item img {
width: 12rem;
text-align: center;
transition: .3s ease-out;
}
.nav-item h5{
margin-top: 10px;
text-align: center;
}
.nav-item:hover h5{
color: #0088CC;
}
.nav-switcher a {
text-decoration: none;
}
.uk-tab::before {
border-bottom: none !important;
}
.background-hover {
content: '';
position: absolute;
width: 100%;
height: 100vh;
background-color: rgba(0,0,0,0.6);
border-top: 1px solid #cccccc;
cursor: pointer;
z-index: 1;
}
.sensors {
margin: 0px 15vw;
}
.uk-transition-toggle:hover img{
opacity: 1;
transform: scale(1.1,1.1);
transition: .3s ease-out;
transition-property: opacity,transform,filter;
}
.header-catalog {
margin: auto;
padding: 18px 0;
border-top: 1px solid #eaeaea;
width: 70%;
display: block;
}
.header-catalog a {
display: block;
text-align: center;
text-decoration: none;
}
.header-catalog a:after {
content: "";
display: inline-block;
width: 7px;
height: 7px;
border-top: 1px solid #1e87f0;
border-right: 1px solid #1e87f0;
background-color: transparent;
-webkit-transform: rotate(45deg) translate(7px, 0px);
transform: rotate(45deg) translate(7px, 0px);
margin-bottom: 5px;
} .uk-offcanvas {
animation-name: uk-fade;
animation-duration: .3s;
animation-timing-function: linear;
}
.uk-offcanvas-bar {
top: 73px;
background: white;
width: 100vw;
padding: 16px 20px;
border-top: 1.4px solid #e1e1e1;
}
.uk-offcanvas-bar>*, .uk-offcanvas-bar a {
color: black !important; 
}
.uk-nav-default {
font-size: 1rem;
}
.uk-nav-sub.uk-nav-parent-icon li.uk-parent ul li {
padding-bottom: 10px;
font-size: 0.95rem;
}
.uk-nav-sub.uk-nav-parent-icon li.uk-parent ul li span {
padding-left: 10px;
}
.uk-nav-sub.uk-nav-parent-icon li.uk-parent ul li img {
width: 6rem;
}
.uk-nav-sub ul {
padding-left: 5px;
}
.uk-offcanvas-bar>.uk-nav-parent-icon>li {
border-bottom: 1.4px solid #e1e1e1;
}
.uk-nav-parent-icon>li>a {
padding: 8px 0;
}
.cat-chevron-left {
float: right;
margin-right: 2px;
} .main-page h1 {
font-weight: bold !important;
}
.main-page .discount {
display: none;
position: fixed;
right: 1%;
bottom: 2%;
padding: 18px 17px;
cursor: pointer;
background-color: #FF8B03;
border-radius: 16px;
color: #fff;
text-align: center;
font-size: 17px;
font-weight: 600;
transition: z-index .6s;
font-family: 'Montserrat', sans-serif
}
.main-page .discount a {
position: absolute;
right: 7px;
top: 4px;
width: 16px;
} .first-section {
position: relative;
top: -80px;
height: 100vh;
}
.swiper-container {
width: 100%;
height: 100%;
}
.first-slide {
background: url(//vkonnektu.com/wp-content/themes/vkonnektu/img/new/house.jpg) no-repeat 71% center;
}
.second-slide {
background: url(//vkonnektu.com/wp-content/themes/vkonnektu/img/new/kitchen.jpg) no-repeat 71% center; 
}
.third-slide {
background: url(//vkonnektu.com/wp-content/themes/vkonnektu/img/new/yard.jpg) no-repeat center center; 
}
.first-slide, .second-slide, .third-slide {
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.first-section svg {
position: absolute;
opacity: 0.8;
margin-left: -30.1px;
margin-top: -30.1px;
}
#sl-cam2{
top: 21%;
right: 33%;
}
#sl-lights2{
top: 34%;
left: 26%;
}
#sl-water{
bottom: 33%;
right: 25%;
}
#sl-power2{
top: 54%;
right: 15%;
}
.swiper-pagination-bullet {
width: 16px;
height: 16px;
background: #fff;
opacity: 0.7;
vertical-align: middle;
}
.swiper-pagination-bullet-active {
width: 21px;
height: 21px;
background: #0088CC;
opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 18px;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
bottom: 4%;
left: 0;
}
.slider-text {
position: absolute;
bottom: 8%;
right: calc(50vw - 555px / 2);
z-index: 1;
max-width: 555px;
max-height: 154px;
text-align: center;
background: #0088CC;
border-radius: 23px;
color: #fff;
padding: 8px 10px;
}
.slider-text h1 {
color: #fff;
margin-bottom: 5px;
font-size: 37px;
font-family: 'Montserrat', sans-serif !important;
}
.slider-text p {
font-size: 17px;
margin: 0;
font-family: 'Montserrat', sans-serif;
}
.tippy-arrow {
color: #fff;
}
.tippy-content {
text-align: center;
padding: 15px 16px;
}
.tippy-box {  
font-size: 17px;
background-color: #fff;
color: #000;
border-radius: 16px;
}
.tippy-box[data-animation=shift-away][data-state=hidden] {
opacity: 0
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
transform: translateY(10px)
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
transform: translateY(-10px)
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
transform: translateX(10px)
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
transform: translateX(-10px)
} #door, #lights, #webcam, #relay, #water, #webcam-2, #lights-2, #smoke, #plug, #hub, #multisensor {
position: absolute;
width: 6%;
}
#relay {
bottom: 26%;
right: 28%;
}
#webcam {
top: 23%;
right: 18%;
}
#lights {
top: 33%;
left: 14%;
}
#door {
top: 54%;
left: 29%;
}
.first-slide-text {
position: absolute;
bottom: 6%;
left: 0%;
text-align: center;
color: #fff;
max-width: 600px;
background: rgba(38, 65, 128, 0.69);
padding: 10px 20px;
z-index: 1;
}
.first-slide-text h1 {
font-size: 40px;
color: #fff; 
margin-bottom: 10px;
}
.first-slide-text p {
font-size: 18px;
margin: 0;
} #smoke {
top: 25%;
left: 13%;
}
#plug {
top: 49%;
left: 37%;
}
#hub {
top: 52%;
right: 11%;
}
#multisensor {
top: 9%;
left: 62%;
} #water {
bottom: 26%;
right: 24%;
}
#webcam-2 {
top: 33%;
left: 12%;
}
#lights-2 {
top: 31%;
left: 41%;
} .second-section {
margin-top: -80px;
height: calc(100vh - 80px);
}
.second-section>.uk-container>h1{
text-align: center;
margin: 100px 0 0;
}
.ecosystem {
display: flex;
justify-content: space-evenly;
margin: 80px 0;
}
.ecosystem img {
width: 70px;
}
.ecosystem p {
font-size: 20px;
margin: 14px 0 0 0;
}
.eco-description {
max-width: 150px;
text-align: center;
}
#eco-hub {
margin-left: auto;
margin-right: auto;
display: block;
width: 45%;
}
.hub-description {
text-align: center;
opacity: 0;
}
.hub-description h1{
margin-top: 30px;
}
.third-section p {
font-size: 20px;
width: 70%;
margin: auto;
}
#hub-devices {
margin: 0 auto 100px;
display: block;
width: 85%;
opacity: 0;
} .fourth-section {
background: #e7e7e7;
}
.fourth-section h1 {
text-align: center;
padding: 70px 0 40px;
margin: 50px 0 0;
}
.zb-container {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
#zb-img,
#zb-img2 {
width: 50%;
margin-bottom: 130px;
}
.zb-desc {
width: 50%;
padding: 0;
}
.zb-desc p {
font-size: 20px;
width: 90%;
margin: 16% auto 0;
}
.zb-switch {
display: flex;
font-weight: bold;
width: 200px;
height: 46px;
border-radius: 14px;
font-size: 23px;
margin: -21% 0 0 63% !important;
}
.zb-switch div {
height: 100%;
width: 50%;
text-align: center;
line-height: 46px;
cursor: pointer;
}
.zb-active {
border-radius: 18px;
background: #238DC1;
color: #fff;
} .fifth-section {
margin-bottom: 40px;
}
.fifth-section>.uk-container>h1 {
text-align: center;
padding: 70px 0 40px;
margin: 0;
}
.app-download {
display: flex;
width: 380px;
justify-content: space-between;
margin: 60px auto 0;
}
.app-desc {
width: 68%;
margin: 14% auto 8%;
font-size: 1.3rem;
text-align: center;
}
#app-bullets {
display: flex;
justify-content: space-evenly;
width: 130px;
margin: 0 auto;
padding-top: 20px;
}
#app-bullets a {
display: block;
width: 20px;
height: 20px;
margin-bottom: 20px;
border-radius: 100%;
background: #b5b5ac;
}
#app-bullets a.uk-active {
background: #238DC1;
}
#img-alice {
display: block;
margin: 0 auto;
}
.app-phone {
padding: 0;
}
.app-screens {
margin: 0 auto;
width: 50%;
} .sixth-section {
background: #f6f6f6;
position: relative;
}
.sixth-section h1 {
text-align: center;
}
.sixth-section>.uk-container>h1 {
padding: 50px 0 80px;
margin: 0;
}
.st-description {
width: 66%;
margin: 0 auto;
position: sticky;
top: 20%;
}
.st-description>h1 {
font-size: 30px;
text-align: left;
}
.st-description p, 
.st-desc p {
font-size: 20px;
}
.st-slide {
background: #fff;
width: 94%;
border-radius: 35px;
margin-bottom: 200px !important;
}
.st-desc {
width: 80%;
margin: 60px auto 0;
}
.st-desc>h1 {
font-size: 30px;
}
.st-img {
padding: 0;
position: relative;
height: 380px;
}
.st-image {
top: 4%;
left: 8%;
border-radius: 35px;
width: 100%;
height: 100%;
position: absolute;
background-size: cover;
background-repeat: no-repeat;
}
.st-image img {
top: 12%;
left: -11%;
width: 80px;
position: absolute;
}
.st-icon {
width: 40px;
}
.st-combo {
margin-top: 30px;
display: flex;
justify-content: center;
}
.st-combo span {
font-weight: bold;
font-size: 3rem;
line-height: 140px;
}
.st-combo-item {
text-align: center;
width: 210px;
}
.st-combo-item p {
margin: 0 0 30px;
}
.st-combo-item img {
margin-bottom: 8px;
max-width: 80%;
}
.st-nav-wrapper {
position: absolute;
left: 70px;
top: 680px;
}
.st-bottom-nav {
position: sticky;
font-size: 1.1rem;
}
.st-bottom-nav p {
margin: 5px 0 0;
} .seventh-section h1 {
padding: 70px 0;
margin: 0;
text-align: center;
}
.seventh-section h2 {
margin: 60px 0 30px;
font-size: 20px;
text-align: left;
font-weight: bold !important;
}
.seventh-section .smart-home {
position: relative;
font-size: 18px;
}
.seventh-section .smart-home p {
margin-left: 50%;
width: 50%;
text-indent: 21px;
}
.seventh-section .smart-home .left-image {
width: 45%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.seventh-section .smart-home .image {
background-image: url(//vkonnektu.com/wp-content/uploads/2021/03/usecase-1_m.jpg);
width: 100%;
height: 100%;
background-position: center right;
background-repeat: no-repeat;
background-size: cover;
border-radius: 35px;
}
.seventh-section .description {
font-size: 18px;
}
.seventh-section .arguments {
position: relative;
margin-bottom: 100px;
}
.seventh-section img {
width: 50%;
position: absolute;
top: 10%;
right: 0;
}
.seventh-section .left-section {
width: 50%;
margin-right: 50%;
}
.seventh-section ul li {
padding-left: 10px;
margin-bottom: 15px;
} .video-container {
position: relative;
width: 250px;
margin: 0 auto;
}
.video-container img {
position: absolute;
top: 0;
right: 0;
}
.video-container video {
width: 216px !important;
margin: 13px 0px 0px 16px !important;
height: 467px;
object-fit: fill; 
}
.custom-list ul li {
margin-bottom: 6px;
} .site-footer {
font-size: 18px;
padding: 40px 0 90px;
background: linear-gradient(180deg, rgba(192, 192, 192, 0.3) 16.22%, rgba(192, 192, 192, 0) 100%);
}
.site-footer>.uk-container {
display: flex;
justify-content: space-between;
position: relative;
}
.site-footer img {
position: absolute;
z-index: -1;
opacity: 0.15;
width: 210px;
right: 11%;
top: 26%;
}
.site-footer ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.site-footer ul  li:nth-child(1) {
margin-bottom: 10px;
font-weight: bold;
}
.site-footer a {
color: #000;
}
.site-footer>.uk-container li:not(:first-child) {
padding-left: 4px;
}
.site-footer>.uk-container ul:nth-child(4) li:not(:first-child) {
background-position: left center;
background-repeat: no-repeat;
background-size: 20px;
padding-left: 30px;
margin-top: 10px;
}
.site-footer>.uk-container ul:nth-child(4) li:nth-child(4),
.site-footer>.uk-container ul:nth-child(4) li:nth-child(6) {
margin-top: 15px;
}
.site-footer>.uk-container ul:nth-child(4) li:nth-child(2),
.site-footer>.uk-container ul:nth-child(4) li:nth-child(4){
background-image: url(//vkonnektu.com/wp-content/themes/vkonnektu/img/new/geo.svg);
}
.site-footer>.uk-container ul:nth-child(4) li:nth-child(3),
.site-footer>.uk-container ul:nth-child(4) li:nth-child(5){
background-image: url(//vkonnektu.com/wp-content/themes/vkonnektu/img/new/phone.svg);
}
.site-footer>.uk-container ul:nth-child(4) li:nth-child(6),
.site-footer>.uk-container ul:nth-child(4) li:nth-child(7){
background-image: url(//vkonnektu.com/wp-content/themes/vkonnektu/img/new/mail.svg);
}
.site-footer>.uk-container ul:nth-child(4) li:nth-child(9){
background-image: url(//vkonnektu.com/wp-content/themes/vkonnektu/img/new/insta.svg);
} .post-887 .wpforms-container-full .wpforms-form .wpforms-field-label {
margin: 0 0 15px 0;
}
.post-887 .wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
width: 15px;
height: 15px;
margin: 0 11px 0 3px;
}
.post-887 .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
vertical-align: top;
}
.post-887 .wpforms-container-full .wpforms-form ul li {
margin-bottom: 10px !important;
}
.post-887 .wpforms-container-full .wpforms-form .wpforms-field {
padding: 12px 0;
}
.post-887 .brief-more {
padding-top: 0 !important;
} .product.type-product{ 
margin: 40px 0;
min-width: 260px;
}
.summary.entry-summary {
padding: 0;
}
.summary.entry-summary .posted_in a {
color: rgb(110, 187, 226);
}
summary.entry-summary .price {
font-weight: 600;
font-size: 1.4em;
color: #312e2e;
margin-bottom: 10px;
}
h1.product_title.entry-title {
margin: 6px 0 8px;
font-size: 2.4rem;
}
.woocommerce-product-details__short-description {
font-size: 1rem;
}
.cat-title {
margin: -10px 0 40px;
}
.cat-title a{
color: #000;
}
.category-slider {
width: 100%;
position: relative;
overflow: hidden;
margin-bottom: 40px;
padding: 0 60px;
}
.category-slider a {
text-decoration: none;
}
.category-slider .swiper-slide {
text-align: center;
}
.category-slider .swiper-slide:hover h4,
.category-slider .swiper-slide:hover .woocommerce-Price-amount {
color: #0088CC;
transition: all .3s;
}
.category-slider .cat-img {
width: 190px;
height: 190px;
margin: 0 auto;
position: relative;
}
.category-slider .cat-img img {
max-height: 100%;
max-width: 100%;
width: auto;
height: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.category-slider h4 {
margin: 20px 0;
font-size: 19px;
color: #000;
}
.category-slider .woocommerce-Price-amount {
font-size: 24px !important;
color: #000;
}
.category-slider .swiper-button-next:after, 
.category-slider .swiper-button-prev:after {
font-size: 30px;
} ul.flex-direction-nav {
position: absolute;
top: 30%;
z-index: 99;
width: 100%;
left: 0;
margin: 0;
padding: 0px;
list-style: none;}
li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}
a.flex-next::after {
visibility:visible;
content: '\f054';
font-family: 'Font Awesome 5 Free';
margin-right: 10px;
font-size: 20px;   
font-weight: 900;
}
a.flex-prev::before {
visibility:visible;
content: '\f053';
font-family: 'Font Awesome 5 Free';   
margin-left: 10px;
font-size: 20px;
font-weight: 900;
}
ul.flex-direction-nav li a {
color: rgb(31, 31, 31);
}
ul.flex-direction-nav li a:hover {
text-decoration: none;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
} .discount-price {
margin-right: 15px;
}
.full-price .woocommerce-Price-amount bdi{
text-decoration: line-through;
font-size: 20px;
}
.full-price .woocommerce-Price-amount {
color: #424242;
}
.main-catalog .product.type-product .uk-card .full-price .woocommerce-Price-amount bdi {
font-size: 15px;
} .product .uk-slider  ul  li {
display: flex;
justify-content: center;
align-self: center;
padding: 25px;;
}
.product .uk-slider  ul  li img {
max-height: 350px;
}
.product .thumbnail img {
cursor: pointer;
max-height: 100px;
max-width: 100px;
}
.product .thumbnail ul {
display: flex;
margin: 0;
padding: 0;
list-style: none;
align-items: center;
justify-content: start;
}
.product .thumbnail ul > li {
padding: 15px;
transition: all .3s;
}
.product .thumbnail ul > li:hover {
opacity: 1 !important;
}
.product .thumbnail ul > li:not(.active) {
opacity: .5;
}
.uk-lightbox {
background: #fff;
}
.woocommerce-tabs {
margin-top: 30px;
}
.woocommerce-tabs li a {
font-size: 18px;
}
.woocommerce-tabs li {
border-bottom: 1px solid #eee;;
}
.woocommerce-tabs li.uk-active {
border-color: #169889;
}
.woocommerce-tabs li.uk-active a {
font-weight: bold;
} .price .amount {
font-size: 32px;
font-weight: bold;
} .widget_product_categories .product-categories {
list-style: none;
}
.product-categories li {
margin-top: 10px;
}
.product-categories .current-cat {
font-weight: bold;
}
.main-catalog li img {
max-height: 140px;
width: auto;
}
.main-catalog { 
margin-top: 40px;
}
.main-catalog .product.type-product,
.main-catalog .product.type-product .uk-card,
.main-catalog .product.type-product .uk-card .product_link {
display: flex;
}
.main-catalog .product.type-product .uk-card {
width: 100%;
border-radius: 10px;
}
.main-catalog .product.type-product .uk-card,
.main-catalog .product.type-product .uk-card .product_link {
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
.main-catalog .product.type-product .uk-card .uk-button,
.main-catalog .product.type-product .uk-card woocommerce-loop-product__link {
margin-top: auto;
padding: 0px 25%;
}
.main-catalog .product.type-product .uk-card .price_main {
margin-bottom: 0;
display: block;
text-align: center;   
}
.main-catalog .product.type-product .uk-card picture,
.main-catalog .product.type-product .uk-card img {
margin: auto 0;
}
.main-catalog .woocommerce-loop-product__link {
transition: all .3s;
}
.main-catalog h4 {
padding-bottom: 0
}
.main-catalog .product.type-product .uk-card .amount {
margin: 15px 0;
display: inline-block;
font-size: 18px;
}
.main-catalog .product .uk-card.uk-card-hover:hover {
box-shadow: 0 9px 14px rgba(0,0,0,.16);
}
.uk-card .product_link:hover {
text-decoration: none;
}
.products-area .woocommerce-pagination .page-numbers {
list-style: none;
display: flex;
justify-content: center;
}
.products-area .woocommerce-pagination .page-numbers li {
margin: auto 10px;
}
.products-area .woocommerce-pagination .page-numbers li a,
.products-area .woocommerce-pagination .page-numbers li .current{
padding: 7px 14px;
}
.products-area .woocommerce-pagination .page-numbers li .current {
background: #1e87f0;
}
.products-area .woocommerce-pagination .page-numbers li a:hover {
background: #ececec;
text-decoration: none;
} .cart-contents img {
width: 20px;
}
.cart-contents .cart-count {
position: relative;
}
.cart-count .cart-contents-count {
position: absolute;
-webkit-box-align: center;
align-items: center;
background: #0088CC;
color: white;
border-radius: 50%;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: 700;
font-size: 10px;
line-height: 14px;
top: -18px;
left: -6px;
width: 17px;
height: 17px;
}
.added_to_cart.wc-forward {
margin-top: 15px;
} .cart-empty.woocommerce-info {
margin: 0;
padding: 15px 29px 15px 15px;
background-color: #d8eafc;
color: #1e87f0;
} .uk-table th {
vertical-align: top;
}
.product-remove {
padding: 0 !important;
}
.product-remove a{
width: 18px;
}
.product-remove a:hover {
color: #e52727;
}
.uk-list.woocommerce-shipping-methods .uk-radio {
margin-right: 10px;
}
.uk-list.woocommerce-shipping-methods label {
cursor: pointer;
}
.uk-list.woocommerce-shipping-methods .uk-radio:checked + label {
font-weight: bold;
}
.woocommerce-cart-form .product-thumbnail img {
max-height: 100px;
width: auto;
margin: 0 auto;
display: block;
}
.woocommerce-cart-form .cart_item > td {
vertical-align: inherit;
}
.woocommerce-cart-form .actions {
text-align: right !important;
}
.cart-collaterals .wc-proceed-to-checkout {
text-align: right;
}
.cart-collaterals .wc-proceed-to-checkout {
margin-bottom: 20px;
} .cart__steps {
margin: 0 0 30px;
padding: 20px 0 0;
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
}
.cart__steps li {
position: relative;
display: inline-block;
vertical-align: middle;
padding: 0 15px 0 0;
text-align: left;
z-index: 1;
}
.cart__steps li.active .uk-width-expand,
.cart__steps li.and-active .uk-width-expand {
color: black;
font-weight: 700;
}
.cart__steps li .uk-width-expand  {
color: #aaaaaa;
}
.cart__steps-title {
display: inline-block;
vertical-align: middle;
padding: 0 10px 0 0;
background: #fff;
font-size: 16px;
font-weight: 600;
}
.cart__steps li .cart__steps-icon {
background: #f0f0f0;
}
.cart__steps li.active .cart__steps-icon {
background: #1e87f0;
}
.cart__steps li.and-active .cart__steps-icon {
background: #676767;
transition: all .3s;
}
.cart__steps-icon {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 10px 0 0;
width: 50px;
height: 50px;
border-radius: 50%;
}
.cart__steps li.active .cart__steps-icon  .icon {
color: white !important;
}
.cart__steps-icon .icon {
color: #c9c9c9;
position: absolute;
left: 50%;
margin-left: -9px;
top: 50%;
margin-top: -9px;
}
.cart__steps li.active .cart__steps-icon span:not(.icon),
.cart__steps li.and-active .cart__steps-icon span:not(.icon)  {
color: white;
background: black;
}
.cart__steps-icon span:not(.icon) {
position: absolute;
left: -4px;
top: 0;
padding: 4px 0;
width: 17px;
height: 17px;
background: #c9c9c9;
border-radius: 50%;
font-size: 9px;
line-height: 9px;
color: #fff;
text-align: center;
z-index: 1;
}
.steps-checkout {
width: 90%;
margin: 0 auto;
display: block !important;
}
.steps-checkout .and-active>a {
transition: all .3s;
}
.steps-checkout .and-active>a:hover {
text-decoration: none;
}
.steps-checkout .and-active>a:hover .uk-width-expand span {
color: #1e87f0;
transition: all .3s;
}
.steps-checkout .and-active>a:hover .cart__steps-icon {
background:#1e87f0;
transition: all .3s;
}
.cart_totals .woocommerce-shipping-destination{
display: none;
}
.wc_payment_method.payment_method_ym_api_widget label img,
.payment_box.payment_method_ym_api_widget {
display: none !important;
}
.payment_method_ym_api_sberbank img,
.payment_box.payment_method_ym_api_sberbank {
display: none !important;
}
#payment .payment_methods.methods {
margin-bottom: 0;
}
.woocommerce-checkout-review-order-table td {
padding-left: 0;
padding-right: 0;
}
.woocommerce-checkout .form-row.place-order.uk-align-right {
margin: 20px 0 10px;
}
.woocommerce-checkout .form-row.place-order.uk-align-right button {
margin-bottom: 10px;
}
#billing_state_field span.optional,
#billing_address_1_field span.optional,
#billing_postcode_field span.optional {
display: none;
}
.payment_method_ym_api_epl img,
.payment_box.payment_method_ym_api_epl {
display: none !important;
}
.delivery-wrapper {
margin-top: 20px;
}
#shipping_method {
margin-bottom: 0;
}
#shipping_method li:nth-child(n+2) {
margin-top: 15px;
}
#local_pickup_info {
width: 20px;
color: #1e87f0;
margin-left: 5px;
transition: all .3s;
cursor: pointer;
}
#local_pickup_info svg {
padding-bottom: 3px;
}
#local_pickup_info:hover {
color: #000000;
}
#local_pickup_description {
text-align: left;
color: #000000;
}
#local_pickup_description ul {
padding: 0;
}
#local_pickup_description p {
margin: 10px 0 0;
}
#local_pickup_description>a {
position: absolute;
right: 16px;
top: 12px;
}
#local_pickup_description ul li {
background-image: url(//vkonnektu.com/wp-content/themes/vkonnektu/img/new/geo.svg);
background-position: left center;
background-repeat: no-repeat;
background-size: 20px;
padding-left: 30px;
margin-top: 10px !important;
} .uk-alert .showlogin {
float: right;
margin-right: 15px;
}
.woocommerce-form.woocommerce-form-login.login {
margin-bottom: 50px;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 40px;
}
.woocommerce-billing-fields__field-wrapper > p:nth-of-type(2) {
float: right;
margin-top: 0;
width: 48%;
} .woocommerce-notices-wrapper .uk-alert-success p{
display: flex;
flex-direction: column-reverse;
}
.woocommerce-notices-wrapper .uk-alert-success p>a {
margin-top: 10px;
}
@media (min-height: 1200px) {
.second-section {
height: calc(50vh - 80px);
}
}
@media (min-width: 2500px) {
.uk-tab>*>a {
padding: 1vh 2.3vw;
}
}
@media (min-width: 2000px) {
.uk-tab>*>a {
padding: 1vh 2.3vw;
}
}
@media (min-width: 1650px) {
.sensors {
margin: 0px 29vw;
}
}
@media (min-width: 1200px) {
*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
margin-top: 26px;
}
.uk-flex.uk-flex-center.uk-grid a {
padding-left: 30px;
}
} 
@media (min-width: 980px) {
.uk-tab>*>a {
padding: 1.8vh 2.9vw;
}
.ham-div {
display: none;
}
}
@media (max-width: 1200px) {
.st-slide .uk-first-column {
width: 100%;
}
.st-desc {
width: 85%;
margin: 30px auto 0;
}
.st-img {
height: 390px;
width: 100%;
margin: 0 !important;
}
.st-image {
top: 6%;
left: 3%;
}
.st-image img {
top: -11%;
left: 65%;
}
.st-combo {
margin-top: 40px;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail{
padding: 5px;
}
}
@media (max-width: 1000px) {
.zb-switch {
margin: -15% 0 0 63% !important;
}
.site-footer ul {
width: 230px;
}
}
@media (max-width: 980px) {
.uk-offcanvas-bar {
display: block;
}
.hide-nav {
display: none;
}
.ham-div {
display: block;
margin-top: 28px;
}
.logo {
width: 12rem;
margin-left: 10px;
}
.cart-contents {
margin-right: 2rem !important;
}
.steps-checkout {
width: 100%;
}
.steps-checkout .cart__steps > li:first-child .cart__steps-icon,
.steps-checkout .cart__steps > li:nth-of-type(2) .cart__steps-icon {
margin-left: 23px;
margin-right: 0;
}
.steps-checkout .cart__steps > li .cart__steps-icon {
margin-right: 0;
}
.product .thumbnail img {
max-width: 100%;
height: auto;
max-height: 100px;
}
#hub-devices{
width: 100%;
}
.fourth-section h1 {
padding: 0;
margin: 40px 0 0;
}
.zb-desc {
order: -1;
width: auto;
}
.zb-desc p {
width: 87%;
margin: 30px auto 0;
text-align: center;
font-size: 20px;
}
#zb-img,
#zb-img2 {
width: 80%;
margin: 0 auto;
}
.zb-switch {
margin: 0 auto 60px !important;
}
.sixth-section .uk-first-column,
.st-slides,
.st-slide {
width: 100%;
}
.st-slide {
margin-bottom: 130px !important;
}
.sixth-section>.uk-container>h1 {
padding: 50px 0;
}
.st-description,
.st-image img {
display: none;
}
.st-image {
width: 90%;
top: 4%;
left: 7.5%;
}
.st-img {
height: 380px;
}
.site-footer {
padding: 40px 0;
}
}
@media (max-width: 767px) {
.woocommerce-billing-fields__field-wrapper > p:nth-of-type(2) {
float: none;
width: 100%;
} .first-section {
height: 71vh;
}
.first-section svg {
width: 60px;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
bottom: 12%;
}
.slider-text {
bottom: -116px;
right: calc(50vw - 572px / 2);
}
.slider-text h1 {
font-size: 35px;
}
.slider-text p {
font-size: 16px;
}
.tippy-content {
padding: 10px 6px;
font-size: 16px;
}
.second-section>.uk-container>h1 {
margin: 160px 0 0;
}
.ecosystem {
flex-wrap: wrap;
margin: 50px 0 80px;
}
.eco-description {
margin: 20px;
}
.second-section {
margin-bottom: 110px;
height: auto;
}
#eco-hub {
margin: 50px auto 0;
width: 60%;
}
.hub-description {
opacity: 1;
}
.third-section p {
width: 90%;
}
#hub-devices {
margin: 0 auto 90px;
opacity: 1;
}
.ecosystem {
margin: 50px 0 0;
}
.third-section p {
width: 85%;
}
.zb-desc p {
width: 100%;
}
.app-download {
width: 304px;
margin: 30px auto 0;
}
.app-desc {
width: 74%;
font-size: 20px;
}
.app-download img {
width: 140px;
}
.seventh-section h1 {
padding: 50px 0;
}
.seventh-section .smart-home p {
margin-left: 0;
width: 100%;
}
.seventh-section .smart-home .left-image {
display: none;
}
.seventh-section .arguments {
margin-bottom: 30px;
}
.seventh-section img {
width: 100%;
position: initial;
}
.seventh-section .left-section {
width: 100%;
margin-right: 0;
}
.site-footer {
font-size: 15px;
}
.post-538 .elementor-text-editor {
font-size: 16px;
}
.swap-video .elementor-row {
flex-direction: column-reverse;
}
.list-less {
margin-bottom: -32px;
}
}
@media (max-width: 599px) {
.main-page .discount {
right: calc(50vw - 261px / 2);
bottom: 3%;
padding: 18px 27px;
}
.slider-text {
right: calc(50vw - 380px / 2);
max-width: 360px;
padding: 12px 10px;
}
.slider-text h1 {
font-size: 30px;
}
.slider-text p {
font-size: 15px;
}
.third-section p {
font-size: 17px;
width: 100%;
}
.fourth-section {
margin-top: 60px;
}
.fourth-section h1 {
padding: 0px 0 40px;
}
h1 {
font-size: 28px;
}
.zb-desc p {
margin: 20px auto 0;
font-size: 17px;
}
.zb-switch {
margin: 20px auto 40px !important;
}
.zb-desc p {
margin-bottom: 20px;
}
.fourth-section h1 {
padding: 0;
}
.fifth-section .uk-first-column {
width: 100%;
}
.fifth-section>.uk-container>h1 {
padding: 50px 0 11px;
}
#app-bullets {
padding-top: 5px;
}
#app-bullets a {
width: 17px;
height: 17px;
margin-bottom: 0px;
}
#img-alice {
display: none;
}
.app-download {
width: 239px;
margin: 20px auto 0;
}
.app-download img {
width: 110px;
}
.app-desc {
width: 100%;
font-size: 17px;
margin: 23px auto 0;
}
#app-switcher {
height: 45px !important;
}
.st-desc>h1 {
font-size: 26px;
}
.st-description p, 
.st-desc p {
font-size: 17px;
}
.st-combo span {
display: none;
}
.st-image {
left: 8%;
}
.woocommerce-cart-form {
overflow: auto;
}
.woocommerce-cart-form .actions {
text-align: left !important;
}
.cart-collaterals .wc-proceed-to-checkout {
text-align: left;
}
.woocommerce-cart-form .product-thumbnail img {
max-width: 60px;
}
.site-footer {
padding: 0 0 40px 0;
}
.site-footer>.uk-container {
flex-wrap: wrap;
flex-direction: column;
}
.site-footer ul {
margin-top: 30px;
}
}
@media only screen and (max-width: 480px) {
.eael-pricing.style-1 .eael-pricing-item .price-tag {
display: inline-block;
}
.uk-alert .showlogin {
margin-left: 0;
float: none;
display: block;
}
}
@media (max-width: 430px) {
#sl-cam2{
top: 29%;
right: 9%;
}
#sl-lights2{
top: 30%;
left: 26%;
}
#sl-water{
bottom: 35%;
right: 33%;    
}
#sl-power2{
top: 54%;
right: 4%;
}
.app-screens {
width: 210px;
margin-left: calc(50vw - 89px);
}
.ecosystem img {
width: 60px;
}
.ecosystem p {
font-size: 17px;
}
.eco-description {
max-width: 130px;
}
.eco-description {
margin: 3px 0 15px;
}
.second-section {
margin-bottom: 70px;
}
#eco-hub {
width: 90%;
}
#hub-devices {
margin: 20px auto;
}
#zb-img,
#zb-img2 {
width: 100%;
}
.st-desc {
width: 95%;
}
.st-slide {
margin-bottom: 85px !important;
}
.st-combo {
flex-wrap: wrap;
justify-content: space-around;
margin-top: 21px;
padding-bottom: 30px;
}
.st-combo-item {
width: 110px;
font-size: 14px;
word-break: break-word;
}
.st-combo-item p {
margin: 0 0 10px;
}
.st-image {
width: 84%;
top: 0%;
left: 13.7%;
}
.st-img {
height: 210px;
}
.st-desc p {
font-size: 15px;
text-align: center;
}
.seventh-section .smart-home,
.seventh-section .description {
font-size: 16px;
}
.video-container {
width: 240px;
}
.video-container video {
width: 208px !important;
margin: 12px 0px 0px 15px !important;
}
.post-887 .wpforms-container-full .wpforms-form ul li {
margin-bottom: 14px !important;
}
.post-887 .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
font-size: 15px;
}
}
@media (max-width: 400px) {
.steps-checkout .uk-leader,
.steps-checkout .uk-leader + div > span.uk-icon {
display: none;
}
.second-section>.uk-container>h1{
margin: 140px 0 0;
}
.first-section {
height: 55vh;
}
.first-section svg {
width: 55px;
}
.slider-text {
right: calc(50vw - 300px / 2);
max-width: 295px;
}
.slider-text h1 {
font-size: 27px;
}
#app-switcher {
height: 70px;
}
}
@media (max-width: 360px) {
.logo {
width: 10.5rem;
}
.app-screens {
width: 155px;
margin-left: calc(50vw - 135px/2);
}
.zb-switch {
height: 44px;
font-size: 21px;
}
.zb-switch div {
line-height: 42px;
}
#app-bullets {
padding-top: 20px;
}
.video-container {
width: 220px;
}
.video-container video {
width: 191px !important;
margin: 12px 0px 0px 14px !important;
}
}
@media (max-height: 360px) {
.logo {
width: 10.5rem;
}
}article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
body {
height: 100%;
font-size:14px;
background: #fff;
color:#000;
}
body.hidden{
overflow: hidden;
padding-right: 17px;
}
.wrapper {
margin:0 auto;
position:relative;
float:left;
width: 100%;
min-height:100%;
box-sizing: border-box;
margin-bottom: 45px;
overflow: hidden;
}
.center{
margin: 0 auto;
width: 100%;
max-width: 1200px;
padding:0 15px;
box-sizing: border-box;
position: relative;
}
.content{
min-height: 100%;
float: left;
width: 100%;
padding-bottom: 0px;
}
p{
line-height: 21px;
margin-bottom: 15px;
}
a:hover{
text-decoration: none;
}
.wrapper .slick-slide:focus { outline: none; }
.wrapper .slick-slide, 
.wrapper .slick-slide *{ outline: none !important; }
h2.title{
text-align: center;
color: #222222;
font-size: 32px;
line-height: 1.55;
font-weight: 600;
background-position: center center;
border-color: transparent;
border-style: solid;
}
.subtitle{
text-align: center;
color: #808080;
font-size: 22px;
line-height: 1.55;
font-weight: 300;
background-position: center center;
border-color: transparent;
border-style: solid;
} .tabs__content {
display: none; }
.tabs__content.active {
display: block; }
.tabs {
display: flex;
flex-wrap: wrap;
margin: 0 0 30px;
margin: 50px 0
}
.tabs__caption {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
position: relative;
margin: -1px 0 0 -1px;
width: 350px;
padding-right: 50px;
box-sizing: border-box;
}
.tabs__caption li {
padding: 9px 15px;
margin: 1px 0 0 1px;
background: #fff;
position: relative;
height: 68px;
display: flex;
flex-wrap: wrap;
align-items: center;
box-sizing: border-box;
margin-bottom: 20px
}
.tabs__caption li b{
display: contents;
}
.tabs__caption li:not(.active) {
cursor: pointer;
}
.tabs__caption li:not(.active):hover {
color: #FFF;
background: #0088CC;
}
.tabs__caption .active {
background: #0088CC;
color: #FFF;
}
.tabs__caption li:not(.active):hover:after, 
.tabs__caption li.active:after {
content: '';
position: absolute;
right: -54px;
top: 0px;
border: 34px solid transparent;
border-left: 20px solid #0088CC;
}
.tabs__content {
display: none;
background: #FFF;
width: calc(100% - 350px);
padding-right: 20%;
box-sizing: border-box;
}
.tabs__content.active {
display: block;
}
.vertical .tabs__caption {
float: left;
display: block;
}
.vertical .tabs__caption li {
float: none;
border-width: 2px 0 2px 2px;
border-radius: 5px 0 0 5px;
}
.tabs ul,
.tabs ol,
.tabs-mobile ul,
.tabs-mobile ol{
margin-bottom: 20px
}
.tabs li,
.tabs-mobile li{
margin-bottom: 15px
}
.tabs,
.tabs p,
.tabs-mobile,
.tabs-mobile p{
color: #222222;
font-size: 16px;
line-height: 1.55;
font-weight: 300;
}
.tabs-mobile,
.tabs-mobile p{
font-size: 15px;
line-height: 1.45;
}
.tabs__content-title{
color: #222222;
font-size: 20px;
line-height: 1.55;
font-weight: 500;
background-position: center center;
border-color: transparent;
border-style: solid;
position: relative;
padding-bottom: 20px;
margin-bottom: 20px
}
.tabs__content-title:after{
content:'';
width: 90px;
height: 1px;
background: #0088CC;
position: absolute;
left:0;
top:100%;
}
.tabs__content img{
position: absolute;
left:100%;
top:50%;
right:auto;
transform: translate(-50%, -50%);
} .tabs-mobile{
display: none;
}
.tabs-mobile{
float:left;
width: 100%;
margin:30px 0;
}
.tabs-mobile__box{
float:left;
width: 100%;
margin-bottom: 20px;
}
.tabs-mobile__caption{
float:left;
width: 100%;
margin-bottom: 10px;
}
.tabs-mobile__header{
font-weight: 300;
font-size: 15px;
line-height: 1.7;
}
.tabs-mobile__box.active .tabs-mobile__content{
display: block;
}
.tabs-mobile__content{
text-align: left;
background-color: #f6f6f6;
float:left;
width: 100%;
padding:40px 0px;
box-sizing: border-box;
position: relative;
display: none;
color: #222222;
font-size: 16px;
line-height: 1.55;
font-weight: 300;
}
a.more-tabs{
text-decoration: none;
color: #f6a536;
font-weight: 300;
height: 40px;
display: inline-flex;
flex-wrap: wrap;
align-items: center;
}
.tabs-mobile__content:before{
content:'';
width: 100%;
height: 100%;
background: #f6f6f6;
position: absolute;
top:0;
left:100%;
}
.tabs-mobile__content:after{
content:'';
width: 100%;
height: 100%;
background: #f6f6f6;
position: absolute;
top:0;
right:100%;
}
@media screen and (max-width: 1200px) {
.tabs__content img{
display: none;
}
.tabs__content{
padding: 0
}
}
@media screen and (max-width: 1000px) {
.tabs{
display: none;
}
.tabs-mobile{
display:block;
}
.center {
padding: 0 20px;
}
h2.title{
font-size: 24px;
}
.subtitle{
font-size:18px;
}
}table.shop_table_responsive thead {
display: none;
}
table.shop_table_responsive tbody th {
display: none;
}
table.shop_table_responsive tr td {
display: block;
text-align: right;
clear: both;
}
table.shop_table_responsive tr td:before {
content: attr(data-title) ": ";
float: left;
}
table.shop_table_responsive tr td.product-remove a {
text-align: left;
}
table.shop_table_responsive tr td.product-remove:before {
display: none;
}
table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
display: none;
}
table.shop_table_responsive tr td.download-actions .button {
display: block;
text-align: center;
}
@media screen and (min-width: 48em) {
table.shop_table_responsive thead {
display: table-header-group;
}
table.shop_table_responsive tbody th {
display: table-cell;
}
table.shop_table_responsive tr th, table.shop_table_responsive tr td {
text-align: left;
}
table.shop_table_responsive tr td {
display: table-cell;
}
table.shop_table_responsive tr td:before {
display: none;
}
}  ul.products {
content: "";
display: table;
table-layout: fixed;
margin: 0;
padding: 0;
}
ul.products li.product {
list-style: none;
position: relative;
margin-bottom: 2em;
}
ul.products li.product .woocommerce-loop-product__title {
font-size: 1rem;
}
ul.products li.product img {
display: block;
}
ul.products li.product .button {
display: block;
}
@media screen and (min-width: 48em) {
ul.products li.product {
width: 30.7966666667%;
float: left;
margin-right: 3.8%;
}
ul.products li.product.first {
clear: both;
}
ul.products li.product.last {
margin-right: 0;
}
.columns-1 ul.products li.product {
float: none;
width: 100%;
}
.columns-2 ul.products li.product {
width: 48.1%;
}
.columns-3 ul.products li.product {
width: 30.7966666667%;
}
.columns-4 ul.products li.product {
width: 22.15%;
}
.columns-5 ul.products li.product {
width: 16.96%;
}
.columns-6 ul.products li.product {
width: 13.4933333333%;
}
}  .single-product div.product {
content: "";
display: table;
table-layout: fixed;
position: relative;
}
.single-product div.product .woocommerce-product-gallery {
position: relative;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
display: block;
z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
content: "";
display: table;
table-layout: fixed;
margin: 0;
padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
cursor: pointer;
float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
opacity: .5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
clear: both;
}
.stock:empty:before {
display: none;
}
.stock.in-stock {
color: #0f834d;
}
.stock.out-of-stock {
color: #e2401c;
}  @media screen and (min-width: 768px) {
.col2-set .form-row-first {
float: left;
margin-right: 3.8%;
}
.col2-set .form-row-last {
float: right;
margin-right: 0;
}
.col2-set .form-row-first,
.col2-set .form-row-last {
width: 48.1%;
}
}  .site-header-cart {
position: relative;
margin: 0;
padding: 0;
content: "";
display: table;
table-layout: fixed;
}
.site-header-cart .cart-contents {
text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
display: none;
}
.site-header-cart .product_list_widget {
margin: 0;
padding: 0;
} .star-rating {
overflow: hidden;
position: relative;
height: 1.618em;
line-height: 1.618;
font-size: 1em;
width: 5.3em;
font-family: 'star';
font-weight: 400;
}
.star-rating:before {
content: "\53\53\53\53\53";
opacity: .25;
float: left;
top: 0;
left: 0;
position: absolute;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
color: royalblue;
}
p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
margin-right: 1px;
font-weight: 400;
}
p.stars a:before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: "star";
content: "\53";
color: #404040;
text-indent: 0;
opacity: .25;
}
p.stars a:hover ~ a:before {
content: "\53";
color: #404040;
opacity: .25;
}
p.stars:hover a:before {
content: "\53";
color: royalblue;
opacity: 1;
}
p.stars.selected a.active:before {
content: "\53";
color: royalblue;
opacity: 1;
}
p.stars.selected a.active ~ a:before {
content: "\53";
color: #404040;
opacity: .25;
}
p.stars.selected a:not(.active):before {
content: "\53";
color: royalblue;
opacity: 1;
}   .woocommerce-password-strength {
text-align: right;
}
.woocommerce-password-strength.strong {
color: #0f834d;
}
.woocommerce-password-strength.short {
color: #e2401c;
}
.woocommerce-password-strength.bad {
color: #e2401c;
}
.woocommerce-password-strength.good {
color: #3D9CD2;
} .form-row.woocommerce-validated input.input-text {
box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
box-shadow: inset 2px 0 0 #e2401c;
}
.required {
color: red;
} .woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
content: "";
display: table;
table-layout: fixed;
background-color: #0f834d;
clear: both;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
background-color: #3D9CD2;
}
.woocommerce-error {
background-color: #e2401c;
}
.demo_store {
position: fixed;
left: 0;
bottom: 0;
right: 0;
margin: 0;
padding: 1em;
background-color: #3D9CD2;
z-index: 9999;
}
@media screen and (min-width: 48em) { .site-header-cart .widget_shopping_cart {
position: absolute;
top: 100%;
width: 100%;
z-index: 999999;
left: -999em;
display: block;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
left: 0;
display: block;
}
}  .widget_price_filter .price_slider {
margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
text-align: right;
line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
float: left;
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
cursor: ew-resize;
outline: none;
background: royalblue;
box-sizing: border-box;
margin-top: -.25em;
opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
border: 0;
background: royalblue;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 100%;
}