@media (max-width: 767.98px) {
    #productListGrid > div, #category-list .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(min-width:768px) {

    .section-header #navigation>ul>li a,
    .nav-right .select-language .lang-menu>ul>li>a {
        font-size: 15px;
        font-weight: 500;
    }

    .section-header .col-lg-3 {
        width: 15%;
    }

    .section-header .col-lg-9 {
        width: 85%;
    }

    .section-header #navigation>ul>li,
    .lang-menu>ul>li {
        padding: 0px 15px;
    }
}

.weta-slider-tag {
    font-size: 48px !important;
    font-weight: 700 !important;
}

#gallery-detail-section-1 .img-wrapper {
    background-color: #f3f3f3;
    height: 200px;
    text-align: left;
    align-items: flex-start;
    display: flex;
    color: #000;
    justify-content: center;
    left: 0;
    flex-direction: column;
    padding: 0 25px;
    font-family: "Poppins";
    position: relative;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    border: 1px solid #e8e8e8;
}

#gallery-detail-section-1 {
    margin-top: -150px;
    position: relative;
    z-index: 9;
}

#gallery-detail-section-1 .img-title .weta-icerik-tag {
    font-weight: 500 !important;
}

#gallery-detail-section-1 .img-title .weta-icerik-tag span {
    color: #777 !important;
    font-size: 14px !important;
}

#page-detail-section-1 .rexa-content {
    padding-right: 10px;
}

#page-detail-section-1 .rexa-gorseller {
    display: none;
}

#page-detail-section-1 .weta-description {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page-detail-section-1 .weta-description .content {
    width: 75%;
}

#page-detail-section-1 .weta-description .weta-buttons {
    width: 20%;
    display: block;
}

#page-detail-section-1 .weta-description .weta-buttons .btn {
    padding-left: 20px;
    width: 100%;
    text-align: left;
    margin-right: 0px;
    border-radius: 0px;
    position: relative;
    font-size: 14px !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 62px;
}

#page-detail-section-1 .weta-description .weta-buttons .btn::after {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background-color: #373737;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
}

#page-detail-section-1 .weta-description .weta-buttons p:nth-child(1) .btn::after {
    content: "\f105";
}

#page-detail-section-1 .weta-description .weta-buttons p:nth-child(2) .btn::after {
    content: "\f232";
}

#gallery-detail-section-2 .gallery-wrapper *,
#gallery-detail-section-2 .gallery-info *,
#blog-section-2 .rg-wrapper * {
    text-align: center;
}

#gallery-detail-section-2 .gallery-wrapper .weta-icerik-tag,
#blog-section-2 .rg-wrapper .weta-icerik-tag {
    font-size: 20px !important;
}

#gallery-detail-section-2 #image-gallery {
    margin-top: 115px;
}

#gallery-detail-section-2 .gallery-img {
    text-align: center;
    position: absolute;
    top: -60px;
    width: 100%;
}

#gallery-detail-section-2 .gallery-img img {
    width: auto;
    height: auto;
}

#gallery-detail-section-2 .gallery-info {
    border: 1px solid #e4e4e4;
    padding: 70px 40px 40px 40px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    z-index: -1;
}

#gallery-detail-section-2 .img-wrapper {
    overflow: unset;
}

#gallery-detail-section-2 .button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--site-color);
}

#gallery-detail-section-2 .button-wrapper button {
    height: 45px;
}

#blog-section-2 {
    background-color: #f5f5f5;
}

#blog-section-2 .swiper-slide {
    background-color: transparent !important;
}

#blog-section-2 .swiper-slide a {
    padding: 25px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border: 1px solid #e8e8e8;
    transition: all .4s;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#blog-section-2 .swiper-slide .blog-image {
    width: 25%;
}

#blog-section-2 .swiper-slide .blog-content-wrapper {
    width: 70%;
    text-align: left;
}

#blog-section-2 .blog-title .weta-icerik-tag {
    font-size: 22px !important;
    margin-bottom: 15px;
}

#blog-section-2 .blog-content-wrapper .btn {
    padding: 15px 30px;
    text-align: left;
    text-transform: uppercase;
    background-color: transparent;
    color: var(--site-color) !important;
}

#blog-section-2 .blog-content-wrapper .btn:hover {
    color: #fff !important;
    background-color: var(--site-color) !important;
    border-color: var(--site-color) !important;
}

#blog-section-2 .blog-content-wrapper .btn::after,
.textImg .weta-description .btn::after {
    content: '\f178';
    font-family: 'FontAwesome';
    margin-left: 5px;
}

#blog-section-2 .swiper-button-next,
#blog-section-2 .swiper-button-prev,
#blog-section-2 .swiper-pagination {
    display: none !important;
}

.page-breadcrumb {
    height: 350px;
}

.page-breadcrumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.45;
    z-index: 1;
}

.page-breadcrumb .container {
    position: relative;
    z-index: 9;
}

.textImg .weta-description .btn {
    height: 45px;
    line-height: 45px;
    padding: 0px;
    text-transform: uppercase;
}

.textImg .weta-buttons {
    display: flex;
}

.page-breadcrumb .relative-title .page-list {
    position: relative;
    width: 100%;
    bottom: auto;
    text-align: center;
}

.page-breadcrumb .relative-title .page-name .page-title {
    text-align: center;
    font-size: 36px;
}

.section-header li.dropdown {
    position: unset !important;
}

.section-header li#languages {
    position: relative !important;
}

.section-header #languages .dropdown-menu .menu-content,
.section-header #languages .dropdown-menu .menu-content li {
    width: 100% !important;
}

.section-header #languages .dropdown-menu .menu-content li::after {
    display: none !important;
}

.section-header #navigation>ul>li a::after {
    background-color: var(--site-color);
}

.section-header .dropdown-menu {
    left: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-header .dropdown-menu .mainCategoryWrapper {
    width: 35%;
    position: relative;
}

.section-header .dropdown-menu .menu-content {
    width: 62%;
    display: flex;
    flex-wrap: wrap;
    height: max-content;
    justify-content: left;
}

.section-header .dropdown-menu li:hover {
    transform: none !important;
}

.section-header .dropdown-menu li:hover a,
.section-header #navigation>ul>li:hover .dropdown-menu li:hover a {
    color: var(--site-color) !important;
}

.section-header .dropdown-menu .menu-content li {
    width: 33.3%;
    max-height: 55px !important;
    line-height: 55px !important;
    position: relative;
    padding: 0px;
}

.section-header .navbar li.dropdown:nth-child(3) .dropdown-menu .menu-content li,
.section-header .navbar li.dropdown:nth-child(4) .dropdown-menu .menu-content li,
.section-header .navbar li.dropdown:nth-child(5) .dropdown-menu .menu-content li,
.section-header .navbar li.dropdown:nth-child(6) .dropdown-menu .menu-content li {
    width: 50% !important;
}

.section-header .navbar li.dropdown:nth-child(1) .dropdown-menu .menu-content li {
    width: 100% !important;
}

.section-header .navbar li.dropdown:nth-child(1) .dropdown-menu .menu-content li::after {
    width: 25% !important;
}

.section-header .navbar li.dropdown:nth-child(1) .dropdown-menu .menu-content li:hover::after {
    width: 35% !important;
}

.section-header .dropdown-menu .menu-content li::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: var(--site-color);
    left: 0;
    right: auto;
    top: auto;
    transition: all .4s;
    width: 55%;
}

.section-header .dropdown-menu .menu-content li:hover::after {
    width: 75%;
}

.section-header .dropdown-menu .mainCategoryWrapper .mainCategoryContent {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 90%;
}

.section-header .dropdown-menu .mainCategoryWrapper .mainCategoryContent .img-menu-text {
    line-height: 40px !important;
}

.section-header .dropdown-menu li a {
    text-transform: uppercase;
    font-weight: 500 !important;
}

.section-header .dropdown-menu .mainCategoryWrapper .mainCategoryContent span {
    font-size: 55px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase;
    line-height: 55px !important;
}

.section-header .dropdown-menu .mainCategoryWrapper .mainCategoryContent p {
    font-size: 14px;
    color: #fff !important;
}

.section-header .dropdown-menu .mainCategoryWrapper .mainCategoryImage {
    height: 500px;
    position: relative;
}

.section-header .dropdown-menu .mainCategoryWrapper .mainCategoryImage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.35;
}

.section-header .dropdown-menu .mainCategoryWrapper .mainCategoryImage img {
    height: 100%;
    object-fit: cover;
}

.categoryType3 .row {
    flex-direction: column-reverse;
}

.categoryType3 #productListGrid {
    flex-direction: unset;
}

.categoryType3 .col-lg-9 {
    width: 100%;
}

.categoryType3 .col-md-6 {
    width: 50%;
}

.categoryType3 .modern-product-card {
    flex-wrap: wrap;
    flex-direction: unset;
    align-items: center;
}

.categoryType3 .modern-product-card a.text-decoration-none {
    width: 35%;
}

.categoryType3 .modern-product-card .card-body {
    width: 60%;
}

.categoryType3 .modern-product-card .card-body a.text-decoration-none {
    width: 100%;
}

#gallery-detail-section-4 .gallery-img {
    display: none !important;
}

#gallery-detail-section-4 .img-title .weta-icerik-tag {
    font-size: 14px !important;
    transition: all .8s;
}

#gallery-detail-section-4 .img-wrapper {
    padding: 30px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    border: 1px solid #e8e8e8;
    margin: 10px;
    border-radius: 10px;
    height: 200px;
    width: 300px;
    transition: all .4s;
}

#gallery-detail-section-4 .img-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}

#gallery-detail-section-4 .img-wrapper:hover .img-title .weta-icerik-tag {
    color: #fff !important;
}

#gallery-detail-section-4 .img-title .weta-icerik-tag i {
    background-color: var(--site-color);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

#gallery-detail-section-4 .img-title {
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
}

#gallery-detail-section-4 .img-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    width: 0%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: var(--site-color);
    z-index: 1;
    transition: all .4s;
}

#gallery-detail-section-4 .img-wrapper:hover .img-title::before {
    width: 100%;
}

#gallery-detail-section-4 .img-title span {
    position: relative;
    z-index: 9;
}

footer .footer-group-items .address-title {
    display: none;
}

footer .col-md-5 {
    padding-right: 25px;
}

#footer-social-media li {
    width: 40px !important;
    height: 40px !important;
}

#footer-social-media li span {
    font-size: 25px !important;
}

.footer .col-md-9 {
    width: 20% !important;
}

.footer .col-md-9 h4.footer-title {
    display: none !important;
}

.footer-heading {
    border: 1px solid #9a9a9a;
    line-height: 40px;
    padding: 0 5px;
    position: relative;
    color: #9a9a9a;
    cursor: pointer;
    transition: all .3s;
}

.footer-heading:after {
    font-family: "FontAwesome";
    content: "\2b";
    position: absolute;
    right: 15px;
    font-size: 10px;
}

.footer-heading.active:after {
    content: "\f068" !important;
}

.footer-vc-menu {
    display: none;
    transition: all .3s;
    margin-top: 15px;
}

.footer-vc-menu ul {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-vc-menu ul li {
    padding-bottom: 10px;
}

.modern-learn-more .btn {
    background: var(--site-color);
    border: none !important;
    border-radius: 0px !important;
    min-width: 140px;
}

.blogSwiper-2 {
    padding-bottom: 0px !important;
}

#page-14 #category-section-14 {
    display: none !important;
}

.paragraphSection .weta-icerik-tag::before {
    content: '\f0c9';
    background-color: var(--site-color);
    color: #fff;
    font-size: 15px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-family: 'FontAwesome';
}

#gallery-detail-section-5 .img-wrapper,
#category-list .category-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    border-radius: 0px !important;
    border: none !important;
    height: 100%;
}

#gallery-detail-section-5 .img-wrapper:hover,
#category-list .category-wrapper:hover {
    box-shadow: 2px 10px 25px 0px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    background: #fff;
}

#category-list .product-title .btn {
    display: none !important;
}

#category-list .weta-icerik-tag {
    font-size: 20px !important;
    font-weight: 500 !important;
    text-align: left !important;
}


#gallery-detail-section-5 .img-wrapper .gallery-img,
#category-list .category-wrapper a {
    width: 35%;
}

#gallery-detail-section-5 .img-wrapper .gallery-info,
#category-list .category-wrapper .product-title {
    width: 60%;
}

#category-list .col-md-3 {
    width: 33.3%;
}

.modern-product-img-wrapper {
    background: transparent !important;
}

.modern-product-img-wrapper img {
    border-radius: 0px !important;
}

#category-list .category-img {
    margin-bottom: 0px;
}

.pageDetailContent.categoryList .rg-wrapper {
    display: none !important;
}

@media(max-width:768px) {
    .section-header{
        height: 150px !important;
        padding: 0px 15px !important;
    }
    .search-type-1.search-wrap .search-cell .nav-search .submit-search{
        font-size: 20px;
    }
    .search-type-1.search-wrap .search-cell .nav-search .search-close{
        font-size: 30px;
    }
    #header-search input{
        font-size: 13px;
    }
    .search-click{
        width: 100% !important;
        position: relative;
        display: flex !important;
        justify-content: end !important;
    }
    .search-click::before {
        content: 'Ürün Arayın...';
        position: absolute;
        top: 1px;
        left: 0;
        right: auto;
        bottom: 0;
        background-color: #f3f3f3;
        color: #cacaca;
        border: 1px solid #ddd;
        width: calc(100% - 46px);
        height: 40px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 0 10px !important;
        font-size: 11px !important;
    }
    .section-header #navigation>ul li{
        padding: 0px !important;
        width: 100% !important;
    }
    .section-header #navigation>ul li:nth-last-child(1) > a{
        border-bottom: 1px solid #cacaca;
    }
    .section-header #navigation > ul > li > a {
        border-top: 1px solid #cacaca;
        width: 100% !important;
        padding: 10px 0px !important;
    }
    #languageForm img{
        height: 20px !important;
    }
    .section-header #languages .dropdown-trigger{
        font-size: 12px !important;
        top: 25% !important;
    }
    .blogDetail .blogImage{
        height: 500px;
        text-align: center;
        margin-bottom: 35px;
    }
    .blogDetail .blogImage img{
        height: 100%;
        width: auto;
    }
    .section-header.fixed .logo img{
        max-height: 65px !important;
    }
    .section-header.fixed #languages .dropdown-trigger{
        top: 45%;
    }
    .menu-click span{
        background-color: var(--site-color) !important;
    }
    .blog-page .page-breadcrumb .relative-title .page-name .page-title{
        font-size: 12px !important;
    }
    .blog-page .product-breadcrumb a, 
    .blog-page .product-breadcrumb span, 
    .blog-page .page-breadcrumb a, 
    .blog-page .page-breadcrumb span{
        font-size: 7px !important;
    }
    .mobile-actions-col #languages .menu-content{
        background: #fff;
        top: 30px;
        position: relative;
        left: 10px;
        padding: 0px 10px;
        width: 60px !important;
    }
    .footer address::before{
        left: 15px;
    }
    .footer *{
        text-align: center !important;
    }
    footer .contact-oge a {
        justify-content: center;
    }
    .footer .footer-pages li a{
        text-align: center;
    }
    footer .footer-img{
        display: none !important;
    }
    .footer #footer-col,
    .footer-vc-menu ul{
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .mobile-actions-col #languages a{
        color: var(--site-header-title-color) !important;
    } 
    .mobile-actions-col{
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-actions-col .search-click-1{
        display: block !important;
        width: 65% !important;
    }
    .mobile-actions-col #languages{
        width: 25% !important;
    }
    .section-header .col-lg-3{
        width: 90% !important;
        height: max-content;
        position: relative;
    }
    .section-header .col-lg-3::before{
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        bottom: 0;
        width: 100%;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url(/images/slogan-mobile.jpg);
        background-size: 60px;
        opacity: 0.7;
    }
    .section-header .col-lg-9{
        width: 10% !important;
    }
    .section-header .col-lg-3 .logo-container{
        position: relative;
        left: 40%;
    }

    .pageSliderContent .sliderJs,
    .pageSliderContent .sliderJs .swiper-wrapper,
    .pageSliderContent .sliderJs .swiper-slide {
        max-height: 165px !important;
        height: 165px !important;
    }
    .weta-slider-tag{
        font-size: 15px !important;
    }
    .pageSliderContent .sliderJs .swiper-button-next,
    .pageSliderContent .sliderJs .swiper-button-prev{
        display: none !important;
    }

    #gallery-detail-section-1 {
        z-index: 1;
        margin-top: 0;
    }

    #gallery-detail-section-1 .custom-col:nth-child(1) .img-wrapper,
    #gallery-detail-section-1 .custom-col:nth-child(3) .img-wrapper,
    #gallery-detail-section-1 .custom-col:nth-child(5) .img-wrapper{
        background-color: #fff !important;
    }

    #gallery-detail-section-1 .img-wrapper {
        padding: 12.5px 35px;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        flex-direction: unset;
        height: auto;
        box-shadow: none !important;
    }
    #gallery-detail-section-1 .img-title {
        margin-top: 0;
    }
    #gallery-detail-section-1 .img-wrapper img{
        height: 50px;
        width: 50px;
        margin-right: 20px;
    }

    #gallery-detail-section-1 {
        padding: 0px !important;
    }

    #gallery-detail-section-1 .custom-col {
        margin-bottom: 0px !important;
        padding: 0px;
    }

    #gallery-detail-section-1 .container {
        padding: 0px !important;
    }

    #gallery-detail-section-1 .gallery-wrapper {
        display: none !important;
    }

    #page-detail-section-1 .weta-description .content,
    #page-detail-section-1 .weta-description .weta-buttons {
        width: 100% !important;
    }

    #page-detail-section-1 .weta-description .weta-buttons .btn::after {
        width: 80px;
    }

    #gallery-detail-section-2 .custom-col {
        margin-bottom: 75px !important;
    }

    #blog-section-2 .swiper-slide a {
        flex-direction: column;
    }

    #blog-section-2 .swiper-slide .blog-image {
        width: 50%;
    }

    #blog-section-2 .swiper-slide .blog-content-wrapper {
        width: 100%;
    }

    #gallery-detail-section-4 .img-wrapper {
        width: 100%;
        margin: 0px;
    }

    .footer .col-md-9 {
        width: 100% !important;
    }

    .footer .col-md-9 .footer-description {
        width: 100%;
    }

    .footer-heading {
        width: 100%;
        text-align: center;
    }

    .section-header .dropdown-menu .mainCategoryWrapper {
        display: none !important;
    }

    .section-header .dropdown-menu .menu-content {
        width: 100%;
    }

    .section-header .dropdown-menu .menu-content li {
        width: 100% !important;
    }
    #gallery-detail-section-1 .img-title .weta-icerik-tag{
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    #gallery-detail-section-1 .img-title .weta-icerik-tag span{
        font-size: 10px !important;
    }
    .page-breadcrumb{
        height: 150px;
    }
    .page-breadcrumb .relative-title .page-name .page-title{
        font-size: 30px !important;
    }
    #category-list .weta-icerik-tag{
        margin-top: 30px;
        text-align: center !important;
    }
    #category-list .category-wrapper{
        flex-direction: column;
    }
    #category-list .category-wrapper a{
        width: 45%;
    }
    .section-header #navigation .navbar{
        width: 70%;
    }
    .section-header .dropdown-menu .menu-content li::after,
    .section-header #main-menu li a::before{
        display: none !important;
    }
    .section-header .dropdown-menu .menu-content li,
    .section-header.fixed #navigation>ul li .dropdown-menu .menu-content li{
        max-height: 35px !important;
        line-height: 35px !important;
    }
}

#other-blog-list .col-md-3 a {
    padding: 25px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border: 1px solid #e8e8e8;
    transition: all .4s;
    display: block;
}

#other-blog-list .col-md-3 a:hover {
    box-shadow: 0px 0px 20px rgb(17 12 46 / 15%);
    transform: translateY(-10px);
}

#other-blog-list .col-md-3 .blogImage {
    height: 220px;
}

#other-blog-list .col-md-3 .blogImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#other-blog-list .blog-date {
    display: none !important;
}

#other-blog-list .blog-description {
    height: 100px;
    overflow: hidden;
    margin-bottom: 15px;
}

#other-blog-list .col-md-3 {
    margin-bottom: 30px;
}

#other-blog-list .blog-title .weta-icerik-tag {
    height: 43px;
    overflow: hidden;
}

.footer-heading.active+.footer-vc-menu {
    display: block;
    overflow: hidden;
}

.footer #footer-col:nth-child(4) {
    position: relative;
}

.footer #footer-col:nth-child(4)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: url(/images/world-footer-8X2AV5.png) no-repeat center center;
}

.search-click span {
    width: 40px;
    height: 40px;
    background: var(--site-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

#languageForm span.fa-solid.fa-globe {
    display: none !important;
}

#languageForm img {
    display: block !important;
    height: 15px !important;
    margin-right: 10px !important;
}

.section-header #navigation>ul>li.dropdown .dropdown-trigger {
    color: var(--site-color);
}

.footer-heading {
    font-weight: bold !important;
}
.section-top-bar #left-bar #header-social-media{
    display: none !important;
}
.section-top-bar #left-bar{
    position: relative;
}
.section-top-bar #left-bar::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
    bottom: 0;
    width: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(/images/slogan.svg);
    background-size: 150px;
    opacity: 0.7;
}