/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.c-bottom {
    flex-flow: wrap-reverse !important;
}

.block-card-9 .grid-inner .btn-hover {
    opacity: 0;
    display: block;
    transition: opacity .3s ease, transform .3s .1s ease;
    margin-top: 15px;
    position: absolute;
    transform: translateY(0);
}

.block-card-9 .grid-inner:hover .btn-hover {
    opacity: 1;
    transform: translateY(-5px);
}

.block-card-9 .grid-inner .grid-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.block-card-9 .grid-inner:hover .grid-image {
    -webkit-animation: kenburns 20s ease-out both;
    animation: kenburns 20s ease-out both;
}

.block-card-9 .grid-inner .grid-icon,
.block-card-9 .grid-inner .grid-content {
    transition: transform .3s ease;
}

.block-card-9 .grid-inner:hover .grid-content {
    transform: translateY(-45px);
}

.block-card-9 .grid-inner:hover .grid-icon {
    transform: translateY(-5px);
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 84% 84%;
        transform-origin: 84% 84%;
    }
    100% {
        -webkit-transform: scale(1.25) translate(20px, 15px);
        transform: scale(1.25) translate(20px, 15px);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 84% 84%;
        transform-origin: 84% 84%;
    }
    100% {
        -webkit-transform: scale(1.25) translate(20px, 15px);
        transform: scale(1.25) translate(20px, 15px);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}

.block-gallery-9 .entry-title h3 {
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
}

.block-gallery-9 .entry-title:hover h3 a {
    color: #DDD
}

.block-gallery-9 .btn-more {
    opacity: 0;
    font-size: 1.5rem;
    color: #FFF;
    margin-top: 15px;
    transition: opacity .3s ease;
}

.block-gallery-9 .grid-item .bg-overlay-content {
    top: auto;
    bottom: -40px;
    transition: bottom .3s ease;
}

.block-gallery-9 .grid-item:hover .bg-overlay-content {
    bottom: 0;
}

.block-gallery-9 .grid-item:hover .btn-more {
    opacity: 1;
}

.block-gallery-9 .entry-meta li {
    font-style: italic;
    font-size: 90%;
}

.block-gallery-9 .dark .entry-meta li,
.block-gallery-9 .dark .entry-meta li a {
    color: rgba(255, 255, 255, 0.8);
}

.slider-caption h2 {
    font-size: 40px;
    text-transform: none;
    letter-spacing: normal;
}

.shop-categories [class^="col-"]>a {
    height: 350px;
}

.position-bottom {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    background: rgba(40, 113, 14, 0.69)
}

.sub-menu-container .menu-item:hover>.menu-link {
    padding-left: 15px;
}

.box-shadow {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 6px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(32, 39, 65, 0.5), 0 6px 20px 0 rgba(32, 39, 65, 0.4);
}

.product-desc {
    padding: 15px;
}

.product .product-title h3 {
    font-size: 18px;
}

.sale-flash.badge.bg-info {
    background-color: #202741 !important;
}

.header-size-md #header-wrap #logo img {
    height: 120px;
}

@media (min-width: 992px) {
    .header-size-md .menu-container>.menu-item>.menu-link {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.tab-nav li {
    height: 128px;
}

.tab-nav li a {
    height: 127px;
}

.flex-control-nav li a {
    border: 1px solid green;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: green;
}

.tab-nav img {
    max-width: 40% !important;
}

.tab-nav a span {
    font-size: 18px;
    color: green;
}

#content .icons-list-white p {
    line-height: 1.4;
}

.product .product-image {
    height: 260px;
    /*background:url('../images/no-photo.jpg') no-repeat;*/
}



.short-title-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 42px;
}
.short-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 28px;
}
.shop, .product {
    margin-bottom: 24px;
}
.nav-side-menu ul{
    list-style:none !important;
}