/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-box a:hover span.amount, .nav-dark span.amount {
    
    display: none;
}
.product-gallery-slider img {
    /* width: 100%; */
    height: 300px;
    width: auto !important;
    margin: auto;
    display: block;
}
footer.entry-meta{
    display: none;
}

.featured-title .page-title-inner{
    display: none;
}
.products-per-page{
    float: none !important;
}
.andr_product_main .hover-dark:hover h5{
    color:#f00;
}
.header-main{
    z-index: 8;
}
.andr_reg{
    color:#f00;
}
.andr_reg:hover{
    text-decoration:underline;
}
.andr_table th{
    padding-left: 15px;
    border: solid 1px #2586fc;
}
.andr_table td{
    padding-left: 15px;
    border: solid 1px #2586fc;
}
p{
    font-size: 18px;
}
span.amount{
    color: #f00;
    font-weight: bold;
    font-size: 20px;
}
.product_categoriy h3{
    font-size: 16px;
    color: #ff0 !important;
}
.header-main{
    height: 60px !important;
}
.andr_phone{
    text-align: center;
}
.andr_phone h4{
    font-family: 'Lobster', cursive;
    color:#f00;
    font-size: 1.7em;
    margin: 0;
}
.andr_phone p{
    color:#f00;
    font-size: 1.6em;
    font-family: 'Lobster', cursive;
}
.header-search-form.search-form{
    width: 100%;
    padding: 0 20px;
}
.header-wrapper.stuck #wide-nav{
    display: none;
}
.emodal > .emodal-close{
    width: 30px;
    height: 30px;
}
.andr_form_phone{
    padding: 30px;
    margin: 40px;
    background-color: rgb(236, 236, 236);
}
.andr_form_phone label {
    margin: 20px auto;
}

.product-small .quantity input[type="number"]{
    margin-top: 14px;
}
.andr_bulit{
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.66);
}
.andr_bulit p{
    font-size: 1.4em;
    color: #000;    
}
.andr_bulit h4{
    font-size: 2em;
    float: left;
    width: 45px;
    color: #0876fd;
    height: 45px;   
}
.add_to_cart_button.added {
    display: inline-block;
}
.title-wrapper .name.product-title{
    height: 70px;
    overflow: hidden;
    font-size: .9rem;
}
.account-link .header-account-title{
    font-size: 2em;
}
.image-fade_in_back a{
    text-align: center;
}
.image-fade_in_back img{
    height: 160px;
    width: auto;
}
.andr_product_main .image-cover img{
    width:auto;
    height: 100%;
}
.nav-uppercase>li>a{
    margin-left: 15px;
    color: #000;
}
.header-bottom {
    background-color: #bfbfbf !important;
}
/** меню вертикальное*/
ul#set-v,
ul#set-v li,
ul#set-v ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 250px; 
  list-style: none;
  font-family: "Kurale", sans-serif;
}

ul#set-v:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#set-v li {
  float: left; 
  display: block !important; 
  display: inline; 
  position: relative;
}

ul#set-v a {
  border: 1px solid #FFF;
  /*border-right-color: #01459b;*/
  border-bottom-color: #01459b;
  padding: 5px 6px;
  display: block;
  background: #fff;
  color: #000;
  /*font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;*/
  text-decoration: none;
  height: auto !important;
  height: 1%; 
}

ul#set-v a:hover,
ul#set-v li:hover a,
ul#set-v li.iehover a {
    background: #005acc;
    color: #ffffff;
}

ul#set-v li:hover li a,
ul#set-v li.iehover li a {
    background: #badaf5;
    color: #000;
}

ul#set-v li:hover li a:hover,
ul#set-v li:hover li:hover a,
ul#set-v li.iehover li a:hover,
ul#set-v li.iehover li.iehover a {
    background: #195199;
    color: #ffffff;
}

ul#set-v li:hover li:hover li a,
ul#set-v li.iehover li.iehover li a {
    background: rgba(255, 255, 255, 1);
    color: #000000;
}

ul#set-v li:hover li:hover li a:hover,
ul#set-v li:hover li:hover li:hover a,
ul#set-v li.iehover li.iehover li a:hover,
ul#set-v li.iehover li.iehover li.iehover a {
  background: #005acc;
    color: #ffffff;
}

ul#set-v li:hover li:hover li:hover li a,
ul#set-v li.iehover li.iehover li.iehover li a {
  background: #005acc;
    color: #ffffff;
}

ul#set-v li:hover li:hover li:hover li a:hover,
ul#set-v li.iehover li.iehover li.iehover li a:hover {
  background: #663333;
  color: #FFCCCC;
}

ul#set-v ul,
ul#set-v ul ul,
ul#set-v ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 250px;
}

ul#set-v li:hover ul ul,
ul#set-v li:hover ul ul ul,
ul#set-v li.iehover ul ul,
ul#set-v li.iehover ul ul ul {
  display: none;
}

ul#set-v li:hover ul,
ul#set-v ul li:hover ul,
ul#set-v ul ul li:hover ul,
ul#set-v li.iehover ul,
ul#set-v ul li.iehover ul,
ul#set-v ul ul li.iehover ul {
  display: block;
}
ul#set-v li.current-cat.active>ul.children{
    display: none !important;
}
ul#set-v li.current-cat.active:hover ul.children{
    display: block !important;
}

.back-to-top.button.icon.circle{
    width: 100px;
    background-color: #021c5a;
    color: #fff;
    text-transform: capitalize;
}
.back-to-top.button.icon.circle:before{
    content:"Вверх ";
}

/*** Midion ***/
.woocommerce-Price-amount{
    font-family: Arial;
}

.sku_wrapper {
    font-size: medium;
}

.sku_wrapper span.sku {
    font-family: Arial;
}

.woocommerce_card_good_code {
    font-family: Arial;
}


@media only screen and (max-width: 48em) {


/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
