/*
Theme Name: Anna Template
Author: Kathappens
Version: 1.0
Text Domain: leos
*/
.woocommerce div.product div.summary p
{
	margin-bottom: 1em;
}
.woocommerce img, .woocommerce-page img {
    height: auto;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    min-height: 41vh;
}
nav#MainNav div.main_menu > ul > li.active > ul.sub-menu {
    opacity: 1;
    height: 100% !important;
}
@media (max-width:900px){
  iframe{
    width: 100%;
  }
}


.nomobile{
	display: none !important;
}

.Navlogo{
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.menu_mobile.active {
    display: block;
    height: 100%;
    transition: .3s;
}

.menu_mobile {
    display: none;
    height: 0;
    transition: .3s;
}
.menu_mobile {
    border-top: 6px solid #efb012;
    background-color: #FFF;
    padding: 10px 30px;
    position: relative;
    z-index: 9999;
}
@media (max-width: 992px){
.logo {
    padding-right: 0;
}
}
@media (max-width: 450px){
.header-logo-col {
    flex: 0 0 50%;
    max-width: 60%;
}
}
.menu_mobile ul#menu-header-menu li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.menu_mobile ul#menu-header-menu li a {
    color: #000000;
    font-size: 21px;
    font-weight: 400;
    line-height: 25.36px;
}
.menu_mobile ul#menu-header-menu .menu-item-has-children:after {
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    color: #000000;
    font-size: 21px;
}
.menu_mobile ul#menu-header-menu .menu-item-has-children.active:after {
    content: "-";
}
.menu_mobile ul#menu-header-menu .menu-item-has-children.active .sub-menu {
    display: block;
    width: 100%;
    padding: 11px 20px;
}
.menu_mobile ul#menu-header-menu .menu-item-has-children.active .sub-menu li a {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

.menu_mobile ul#menu-header-menu li a {
    color: #000000;
    font-size: 21px;
    font-weight: 400;
    line-height: 25.36px;
}

img.attachment-shop_catalog.size-shop_catalog.wp-post-image.webpexpress-processed{
	height: 100% !important;
}
body.single .base-output.post-output :is(a, a strong) {
    color: #0000ff !important;
}

.acceptance-col span {
    font-size: 1.5909090909rem;
    line-height: 1.7272727273rem;
    font-weight: 600;  
}