/*
Theme Name: Aktina Child
Description: Child theme for Aktina
Author: Lukas Juhasz 26226
Template: Aktina
*/

@import url("../Aktina/style.css");


body, .boxed .boxedstyle {
    color: #333;
}

ul.products li.first {
    clear: none !important;
}

    
ul.style-slide li.product .product-group {
    border: nodne !important;
    min-height: 400px !important;

}
ul.style-slide li.product .product-group img {
    max-height: 300px !important;
    width: auto  !important;
    padding: 10px;
}

.flexslider .slides img {
    width: auto !important;
}

div.product div.images {
    border: 1px solid #e4e4e4;
}
div.product div.images:hover {
    border: 1px solid #666;
}
div.product div.images img, .flex-active-slide img {
    text-align: center;
    margin: auto;
    padding: 10px;    
}


   

.site-logo img {
    max-height: 40px !important;
}
    
.is-sticky .site-logo img {
    max-height: 28px !important;
}

.home .row-index {
    margin-top: 60px;
}

@media screen and (min-width: 900px) {
.home .row-index {
    margin-top: 30px; 
    }
.home .row-index .clr  {
  min-height: 370px;
  }
}

.site-navigation ul li a  .link-title {font-size: 13px;}
.site-navigation ul li a  i {font-size: 14px;}


.page-title-inner {
    padding: 17px 0 !important;
}

.site-breadcrumbs {
    bottom: 17px !important;
    }

.site-breadcrumbs .breadcrumb-trail {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
    }
    
.product-template-default .content-area {
    width: 100%;
}

.page-id-2512 .wpb_single_image .vc_single_image-wrapper img,
.page-id-2512 .wpb_single_image .vc_single_image-wrapper {
    border: none;
}
.page-id-2512 .wpb_single_image {
    padding-bottom: 50px !important;
    border: none;
}

#top-bar-wrap, #top-bar-wrap #searchform-header-replace {
    background: #BCD8F0 !important;
}
#top-bar-wrap {
    background: #BCD8F0  !important;
    color: #555 !important;
    border-color: #BCD8F0 !important;
    font-size: 12px;
    font-weight: bold;
}

#top-bar-wrap a {
    color: #555 !important;
}
#top-bar-social a {
    border-right-color: #BCD8F0 !important;
}

i.icon_profile,
i.icon_phone {
    border: none !important;
    margin: 0 0 0 10px !important;
}


.vo table {display: none;}
.logged-in .vo table {display: block;}

.vo table {border: 1px solid #ccc !important; width: 100% !important; margin-top: 20px !important}
.vo table td {border: 1px solid #ccc !important; text-align: center !important;}



.cleanlogin-form-pwd-link,
.cleanlogin-form-register-link {display: none !important;}


.vo  {display: none;}
.logged-in .vo {display: block;}



.woocommerce-Tabs-panel ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #01aef0; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: 1em; /* Also needed for space (tweak if needed) */
}


.bl {margin-top: 40px;}
.bl a {
    padding: 5px 15px !important;
    background: #01aef0;
    color: #fff;
}
.bl a:hover {
    background: #0082b4 !important;
    color: #fff !important;
}