/*
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-uppercase > li > a{
    font-weight: normal !important;
}

.footer-1, .footer-2{
    border-top: 0px !important;    
}

.mt-2{
    margin-top: 20px;
}

.menu-social-media.bottom-nav .menu-icon a:before {
    color: #FFFFFF;
    content: "\f16d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
}

.menu-social-media.bottom-nav .menu-fb a:before {
    content: "\f09a";
}

.menu-social-media.bottom-nav .menu-icon a {
    position: relative;
    color: transparent;
}

.menu-social-media li {
    float:left;
    width:10%;
}

.absolute-footer, .cart{
    display:none;    
}

.menu-footer-menu-container ul li{
    text-transform: uppercase;
}

.section-title-normal span {
    border-bottom:0px !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/*.has-equal-box-heights .box-image img, .has-format img, .image-cover img, .video-fit iframe, .video-fit video, img.back-image{
    object-fit:fill !important;
}*/

.mobile-nav .cart-item{
    display:none;
}

/* .img .img-inner {
    border: 1px solid #ccc;
} */

.box-text .price-wrapper {
    display: flex;
    align-items: center;
}

.curr-sym{
    margin-right:5px;
    font-weight:bold;
}

@media (min-width: 1900px) {
  .fish-content p {
    font-size: 30px; /* 50% larger font size */
  }
}

.searchform .search-field {
    width:181px;
}