.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -1rem;
}
.hakkimizda-gallery-item {
    flex: 1 0 24rem;
    margin: 1rem;
    overflow: hidden;
}
.hakkimizda-gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
}
.hakkimizda-gallery-image:hover {
    transform: scale(1.15);
}
.product-label.top-lef img {
    width: 40%!important;
}
@supports (display: grid) {
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
        grid-gap: 2rem;
    }
    .gallery, .hakkimizda-gallery-item {
        margin: 0;
    }
}
.Campaigns {
    border: none;
    background: #fff;
    padding: 20px;
    margin: 0 0 20px;
}
.Campaigns .Campaigns-title {
    margin-top: 40px;
    text-align: center;
}
.Campaigns .Campaigns-title > h2 {
    text-align: center;
    font-family: "Muli", sans-serif !important;
    color: #683010;
    margin-bottom: 15px;
    font-weight: 400;
}
.Campaigns .Campaigns-title > h3 {
    margin: 0 auto 10px;
    font-family: "Muli", sans-serif !important;
    font-size: 17px;
    text-align: center;
    color: #403d3e;
    font-weight: 300;
    line-height: 15px;
}
.Campaigns .Campaigns-title > p {
    margin: 0 auto 35px;
    font-family: "Muli", sans-serif !important;
    text-align: center;
    color: #403d3e;
    font-weight: 300;
    line-height: 22px;
}
.Campaigns .Campaigns-steps {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
    display: flex;
    margin-bottom: 35px;
}
.Campaigns .Campaigns-steps > .item {
    flex: 1;
    display: flex;
    border-right: 1px solid #e1e1e1;
    padding-left: 35px;
}
.Campaigns .Campaigns-steps > .item:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.Campaigns .Campaigns-steps > .item > .Icon {
    font-size: 32px;
    font-family: "Muli", sans-serif !important;
    margin-right: 20px;
}
.Campaigns .Campaigns-steps > .item > .Txt {
    color: #35393d;
    font-size: 14px;
    font-family: "Muli", sans-serif !important;
    line-height: 14px;
    font-weight: normal;
    margin: 5px 0 5px;
    letter-spacing: 0.3px;
    max-width: 170px;
}
.Campaigns .Campaigns-steps > .item > .Txt > .link, .Campaigns .Campaigns-steps > .item > .Txt > span {
    display: block;
    color: #85898c;
    font-size: 11px;
    margin-top: 2px;
}
.Campaigns .Campaigns-List > .list-item {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}
.Campaigns .Campaigns-List > .list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.Campaigns .Campaigns-List > .list-item > img {
    margin-right: 50px;
}
.Campaigns .Campaigns-List > .list-item > .item-content > .list-title {
    font-size: 24px;
    font-family: "Muli", sans-serif !important;
    line-height: 28px;
    color: #683010;
    margin-bottom: 20px;
    font-weight: 600;
}
.Campaigns .Campaigns-List > .list-item > .item-content > .T {
    font-size: 16px;
}
.Campaigns .Campaigns-List > .list-item > .item-content > ul > li {
    font-size: 15px;
    font-family: "Muli", sans-serif !important;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 5px;
}
.Campaigns .Campaigns-List > .list-item > .item-content > .goTo {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    background-color: #683010;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}
.olcu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.hakkimizda-sayfa .list-item .item-content div p {
    line-height: 22px;
    font-size: 14px;
}
.basliktitle {
    font-size: 14pt;
    text-align: center;
    color: #000000;
}
.hakkimizdasayfa-baslik {
    font-size: 1.2rem;
}
.kampanyalaricon img {
    width: 35px;
    height: 35px;
}
.kampanyalar-icerik {
    padding: 0px 20px;
    height: 150px;
    width: 100%;
}
.kampanya-title img {
    width: 50px;
    height: 50px;
}
/* yorum yap */
#myButton {
    border: 0!important;
    background: none!important;
    color: #000;
    padding: 0px;
}
#myButton:focus {
    outline: none!important;
    border: 0!important;
    background: none!important;
}
#myButton2 {
    border: 0!important;
    background: 0 0!important;
    color: #000;
    font-size: 15px;
}
#myButton2:focus {
    outline: none!important;
    border: 0!important;
    background: none!important;
}
#myButton3 {
    border: 0!important;
    background: none!important;
    color: #000;
}
#myButton3:focus {
    outline: none!important;
    border: 0!important;
    background: none!important;
}
#myButton2 span {
    color: #fff;
}
#myButton3 a {
    color: #fff;
}
/* yorum yap bitis */
.bg-df {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
}
.product-profile-1 .product-label {
    position: relative!important;
    z-index: 10;
}
.top-bar .topbar-brend {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 400;
}
.basket-cargo-notification {
    display: flex;
    align-items: center;
    gap: 5px;
}
.basket-cargo-notification img {
    width: 26px;
}
.header-area .bar-link {
    color: #333;
    transition: all 0.4s;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 15px;
    position: relative;
}
@media (max-width: 1199px) {
    .Campaigns .Campaigns-steps > .item {
        padding-left: 15px;
    }
}
@media (min-width: 575px) and (max-width: 991px) {
    .Campaigns .Campaigns-steps > .item {
        display: block;
        text-align: center;
        padding: 0 10px;
    }
    .Campaigns .Campaigns-steps > .item > .Icon {
        margin: 0 0 10px;
    }
}
@media (max-width: 900px){
    .agesepet-title {
        gap: 18px;
    }
    .hakkimizda-sayfa .list-item .item-content div p {
        line-height: 22px;
        font-size: 14px;
        text-align: left;
    }
    .bg-df {
        width: 16%;
    }
}
@media (max-width: 768px) {
    .Campaigns .Campaigns-List > .list-item {
        display: block;
        text-align: center;
    }
    .Campaigns .Campaigns-List > .list-item > img {
        padding: 0;
        margin: 0;
        margin-bottom: 15px;
        display: inline-block;
    }
    .container {
        padding-left: 5px;
    }
}
@media (max-width: 575px) {
    .Campaigns .Campaigns-steps {
        display: block;
    }
    .Campaigns .Campaigns-steps > .item {
        border-right: 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 14px;
        padding-bottom: 14px;
    }
    .Campaigns .Campaigns-title > h2 {
        line-height: 33px;
    }
}

.vdpl .p-g-mod .p-g-mod-body {
    padding: 15px 0;
}

.vdpl video {
    max-width: 100%;
}

.menu-sidebar .row {
    height: 100%;
    width: 100%;
    justify-content: space-between;
}
.menu-sidebar .row .col-12 {
    padding: 0;
}
.menu-sidebar-left, .menu-sidebar-right {
    height: 100%;
    padding: 30px;
}
.menu-sidebarl-top {
    margin-bottom: 30px;
}
.menu-sidebarl-top .search .easy-autocomplete {
    width: 100% !important;
}
.menu-sidebar-right {
    background: url('images/sidebar-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.menu-sidebar-category li {
    height: auto;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.menu-sidebar-category ul li:last-child {
    margin: 0px;
}
.menu-sidebar-category li a {
    color: #5f8e30;
    font-size: 17px;
    font-weight: 500;
}
.menu-sidebar-category li .msidebar-sub-category a {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 400;
}
.msidebar-sub-category {
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.menu-sidebar-category ul {
    padding: 0px;
}
.msidebar-help-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}
.msidebar-help-submenu {
    padding: 5px 15px;
}
.msidebar-help-item h4 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #e2e2e2;
    color: #fff;
}
.msidebar-help-submenu ul {
    margin: 0px;
    padding: 0px;
}
.msidebar-help-submenu ul li {
    list-style: none;
}
.msidebar-help-submenu ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.msidebar-bottom .col-12 {
    padding: 10px !important;
}
.msidebar-bottom-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.msidebar-bottom-left a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 5px;
    width: 100%;
    justify-content: flex-start;
}
.msidebar-bottom-left a img {
    width: 27px;
    height: 100%;
}
.msidebar-bottom-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.menu-sidebarl-top .search .easy-autocomplete form {
    position: relative;
}
.menu-sidebarl-top .search .easy-autocomplete input {
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #5f8e30;
    background: transparent;
    border-radius: 0px;
}
.menu-sidebarl-top .search .easy-autocomplete form button {
    padding: 0px;
    margin: 0px;
    outline: none;
    position: absolute;
    right: 12px;
    top: 0;
}
.menu-sidebarl-top .search {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.menu-sidebar-left {
    background: #f2f3ee;
}
img.menuLogo {
    max-width: 200px;
}

.msidebar-cls-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    color: #5f8e30;
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 0px 0px 0px 200px;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 17px 21px;
    font-size: 22px;
    cursor: pointer;
}