body {
    background-color: #fff !important;
    overflow-x: hidden !important;
    line-height: 1.8;
}  

@media (min-width: 1380px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1360px!important;
    }
}


/* Reset */
a {
    color: #0a8aff;
}

a:hover {
    text-decoration: none;
    color: #0678e0;
}

.btn {
    font-size: 14px;
}

/* Overlay */
.overlay {
    display: flex;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .4);
    justify-content: center;
    align-items: center;
}

.overlay .spin {
    color: #0a8aff;
    width: 3rem;
    height: 3rem;
    font-size: 20px;
}


/* Opacity */
.op-black {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black.show {
    visibility: visible;
    opacity: 1;
}

/* Opacity 2 */
.op-black-2 {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black-2.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black-2.show {
    visibility: visible;
    opacity: 1;
}

/* Header (Desktop) */
.desktop-header-space {
    height: 130px;    
}

header.desktop  {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

header.desktop .h-contact{
    height: 40px;
    display: flex;
    align-items: center;
}

header.desktop .h-center{
    background-color:#fff;
}


header.desktop .h-contact .info {
    height: 35px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: flex-center;
    justify-content: flex-start;
    flex-direction: row;
}


header.desktop .h-contact .info .item {
    font-size: 13px;
    color: #4F4F4F;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: normal;
}


header.desktop .h-contact .info .item.wp {
    color: #0e9e26;
    font-weight: bold;
}

header.desktop .h-contact .info .item i {
    margin-right: 7px;
    font-size: 16px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

header.desktop .h-contact .social-media {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100%;
    padding-right: 19px;

}

header.desktop .h-contact .social-media a {
    margin-left: 20px;
    font-size: 17px;
    color: #fff;
}

header.desktop .header-area {
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 80px;
}

header.desktop .header-area.center {
    align-items: center;
}

header.desktop .logo {
    align-items: flex-start;
    -webkit-align-items: flex-start; 
}

header.desktop .logo a img {
    height: 50px;
}

header.desktop .search {
    width: 100%;
    max-width: 100%;
    position: relative;
    border-radius: 5px;
    border: 2px solid #919191;
    background: #fff !important;
    height: 50px !important;
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .icon { 
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgba(0, 0, 0, .3);
}

header.desktop .search form .input-box {
    width: 100%;
    padding-right: 60px;
    padding-left: 35px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #666;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    background: transparent !important;
    border: 0 !important;
    height: 46px;
    border-radius: 0 !important;
    box-shadow: none;
}

header.desktop .search form input::placeholder {
    color: #999;
}

header.desktop .search:hover {
    border-color: #0a8aff;
}

header.desktop .search form .btn-send {
    position: absolute;
    width: 60px;
    height: 46px;
    right: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 1px 1px 0;
    background: #919191;
    border-width: 0;
    font-weight: 500;
    color: #fff;
}

header.desktop .search:hover form .btn-send {
    background: #0a8aff;
}

header.desktop .easy-autocomplete-container ul {
    margin-top: 47px;
}
 
header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    width: 100%;
}

header.desktop .header-bar .bar-user {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border: 2px solid #919191;
    height: 50px;
    border-radius: 5px;
    padding: 10px;
    flex: 1;
}

header.desktop .header-bar .bar-user i {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888;
    font-size: 20px;
    margin-right: 10px;
}

header.desktop .header-bar .bar-user .link {
    display: flex;
    flex-direction: column;
}

header.desktop .header-bar .bar-user .link a {
    color: #222;
    font-weight: 500;
    font-size: 13px;
    display: block;
}

header.desktop .header-bar .bar-user .link a:last-child {
    color: #666;
    font-weight: 500;
    font-size: 12px;
}

header.desktop .header-bar .bar-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    color: #fff;
    background: #919191;
    height: 48px;
    border-radius: 5px;
    padding: 10px;
    flex: 1;
}

header.desktop .header-bar .bar-cart .icon {
    margin-right: 5px;
    position: relative;
}

header.desktop .header-bar .bar-cart .icon i {
    font-size: 25px;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}

header.desktop .header-bar .bar-cart .name {
    color: #fff;
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
}

header.desktop .colorfulBand {
    display: flex;
    flex-direction: row;
}

.colorfulBand>div {
    height: 8px;
}

.colorfulBand .purple {
    width: 11%;
    background: #7622da;
}

.colorfulBand>div.lightBlue {
    width: 18%;
    background: #47c6eb;
}

.colorfulBand>div.orange {
    width: 31%;
    background: #ed5f1f;
}

.colorfulBand>div.yellow {
    width: 15%;
    background: #f59f28;
}

.colorfulBand>div.darkPurple {
    width: 13%;
    background: #6b1e5b;
}

.colorfulBand>div.green {
    width: 12%;
    background: #45b794;
}


header.desktop .h-center {
    height: 90px;
}

header.desktop .header-area {
    height: 90px;
}

header.desktop .logo a img {
    height: auto;
}

.contact-btn{
    color: #ffffff !important;
    padding: 8px 40px !important;
    background: #0a8aff;
    border: 1px solid #0a8aff;
    margin-top: 12px;
    border-radius: .25rem;
    transition: all .5s;
    margin-left:30px;
}

.contact-btn:hover{
    color: #0a8aff !important;
    background: transparent !important;
    transition: all .5s;
}

.free-try-btn {
    color: #ffffff !important;
    background: #3DC07C;
    border: 1px solid #3DC07C;
    border-radius: 50px;
    transition: all .5s;
    height: 55px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    max-width: 210px;
}

.free-try-btn:hover {
    background: #32af6e;
    transition: all .5s;
}

.free-try-btn-2 {
    color: #ffffff !important;
    background: #3DC07C;
    border: 1px solid #3DC07C;
    border-radius: .25rem;
    transition: all .5s;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 400;
}

.free-try-btn-2:hover {
    color: #3DC07C !important;
    background: transparent !important;
    transition: all .5s;
}

.menu-container {
    display: block;
    height: 100%;
}

.menu-container .menu {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
}

.menu-container .menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    height: 100%;
}

.menu-container .menu li:first-child {
    margin-left: 0;
}

.menu-container .menu li a.mn {
    font-weight: 400;
    text-decoration: none;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 100%;
    color: #424242;
    transition: all 0.2s ease-in-out 0s;
}

.menu-container .menu li a.mn i {
    color: #868686;
    margin-left: 7px;
    font-size: 12px;
}

@media (max-width: 1199px) { 
   
}


.menu-container .menu li a.mn:hover, .menu li:hover>a.mn {
    background: none;
    color: #0a8aff;
}

.menu-container .menu .sub-menu {
    width: 640px;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -100px;
    top: 70px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.45);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.45);
    box-shadow: 0 5px 10px rgba(0,0,0,0.45);
    min-width: 220px;
    border-radius: 10px;
    line-height: 1.2;
}

.menu-container .menu .sub-menu.type-last {
    left: -200px;
}

.menu-container .menu .sub-menu.type-2 {
    width: 300px;
}

.menu-container .menu .sub-menu.type-3 {
    width: 350px;
}

.menu-container .menu .sub-menu .prom { 
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    line-height: 1.4;
}

.menu-container .menu .sub-menu .prom .name { 
    font-weight: 400;
    color: #525252;
    font-size: 16px;
}

.menu-container .menu .sub-menu .prom .desc { 
    font-weight: 400;
    color: #9d9d9d;
    font-size: 13px;
}

.menu-container .menu .sub-menu ul {
    margin: 0;
    padding: 0;
}

.menu-container .menu .sub-menu li {
    display: block;
    float: left;
    width: 50%;
    background: none;
    margin: 0;
    padding: 0;
    height: 70px;
}

.menu-container .menu .sub-menu.type-2 li,
.menu-container .menu .sub-menu.type-3 li {
    float: none;
    width: 100%;
}

.menu-container .menu .sub-menu li a {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.menu-container .menu .sub-menu li a .icon { 
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-container .menu .sub-menu li a .icon img { 
   max-height: 35px;
}

.menu-container .menu .sub-menu li a .group { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
 }
 
 .menu-container .menu .sub-menu li a .group .name { 
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
 }
 
 .menu-container .menu .sub-menu li a .group .desc { 
     color: #9d9d9d;
     font-size: 13px;
     font-weight: 400;
 }

.menu-container .menu .sub-menu li a:hover,.menu .sub-menu li:hover>a {
    cursor:pointer;
}

.menu-container .menu .sub-menu li:hover a .icon,
.menu-container .menu .sub-menu li:hover a .group .name {
    color: #3284FA;
}

.menu-container .menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}


.menu-container .responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-container .responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1379px) {
    .menu-container .menu li a.mn {
        padding: 0 10px;
        font-size: 15px;
    }
    
    .menu-container .menu .sub-menu {
        width: 550px;
    }
    
    .menu-container .menu .sub-menu li a .group .name {
        font-size: 15px;
    }
    
    .menu-container .menu .sub-menu .prom .name {
        font-size: 15px;
    }
    
    .menu-container .menu .sub-menu li a {
        padding: 5px 10px;
    }
}

@media (max-width: 1199px) {
    .menu-container .menu li a.mn {
        padding: 0 8px;
        font-size: 14px;
    }
}



/* Mobile Header */
.mobile .right .text-orange{
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-header-space {
    height: 1px;
    display: none; 
}

header.mobile {
    display: none;
    background: #fff;
    height: 80px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header.mobile .left {
    width: 25%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.mobile .right {
    width: 25%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-width: 150px;
    max-height: 70px;
}

header.mobile .icon-group {
    position: relative;
    color: #000;
    font-size: 21px;
    padding-left: 10px;
}

header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #d21c1c;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 0;
    background: #f3f3f3;
}

header.mobile .mobile-search form {
    width: 100%;
}

header.mobile .mobile-search form .input-box {
    width: 80%;
}

header.mobile .mobile-search form input {
    float: left;
    color: #444;
    width: 100%;
    font-size: 15px;
    border-color: transparent;
    background: transparent !important;
    height: 65px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    outline: 0 !important
}

header.mobile .mobile-search form input::placeholder {
    color: #444;
}

header.mobile .mobile-search form input:focus,
header.mobile .mobile-search form input:hover {
    border-color: transparent !important;
}

header.mobile .mobile-search form .btn-send {
    float: right;
    width: 20%;
    height: 65px;
    border: 0;
    background: transparent !important;
    color: #333;
    font-size: 19px;
}

/* Sidebar User */
.sidebar-user {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 21;
    right: 0;
    margin-right: -250px;
}

.sidebar-user.active {
    margin-right: 0;
}

.sidebar-user .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-user .title .btn-close {
    color: #fff;
}

.sidebar-user .login-menu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .login-menu a i {
    width: 30px;
    margin-left: 10px;
    text-align: left;
}

.sidebar-user .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-user .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .footer-links ul {
    margin: 0;
    padding: 0;
}

.sidebar-user .footer-links ul li {
    padding: 0;
    list-style: none;
}

.sidebar-user .footer-links ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-user .footer-links ul li a.wp i {
    color: #21bd5c;
}

.sidebar-user .footer-links ul li a i {
    text-align: center;
    width: 40px;
    font-size: 16px;
}

/* Sidebar Menu */
.sidebar-menu {
    background: #fff;
    width: 300px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -300px;
}

.sidebar-menu.active {
    margin-left: 0;
}

.sidebar-menu .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar-menu .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu .title .btn-close {
    color: #fff;
}

.sidebar-menu .title-alt {
    padding: 10px;
    background: rgba(50, 132, 250, 0.06);
    color:#212529;
    font-size: 15px;
    font-weight: 400;
}

.sidebar-menu .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu .links a i {
    float: right;
}

.sidebar-menu .categories {
    /*display: none;*/
}

.sidebar-menu .categories ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu .categories ul li {
    padding: 0;
    list-style: none;
}

.sidebar-menu .categories ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-menu .categories ul li a .name {
    width: 80%;
}

.sidebar-menu .categories ul li a .icon {
    color: #777;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
}

.sidebar-menu .categories ul .multi {
    display: none;
}

.sidebar-menu .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu .categories ul .multi .multi a {
    padding-left: 40px;
}

.sidebar-menu .categories ul .multi .multi .multi a {
    padding-left: 60px;
}

/* Stores */
.stores {
    background: #fff;
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
    padding-bottom:60px;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60%!important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}

/* Footer */
.footer-bar-1 {
    padding: 10px 0;
    background: #fff;
}

.footer-bar-1 .icons {
    display: flex;
}

.footer-bar-1 .icons .item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    background: #fff;
    margin: 0 10px;
}

.footer-bar-1 .icons .item:first-child {
    margin-left: 0;
}

.footer-bar-1 .icons .item:last-child {
    margin-right: 0;
}

.footer-bar-1 .icons .item .title {
    font-weight: 500;
    font-size: 14px;
}

.footer-bar-1 .icons .item .description {
    font-size: 13px;
}

.footer-bar-1 .icons .item .icon {
    height: 80px;
    margin: 10px 0;
}

.footer-bar-1 .icons .item .icon img {
    height: 100%;
}

footer {
    background: #f0f3f5;
    position: relative;
    z-index: 2;
    color: #000;
}

/*
footer:after{
    background: url(images/footer-pattern-right.png) no-repeat center right /contain !important;
    left: auto;
    right: 0;
    z-index: -1;
}

footer:before, footer:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(images/footer-pattern.png) no-repeat center left /contain;
}*/

footer .footer-top{
    background: #1c6bb3;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 10px;
    box-shadow: -6.103px 11.478px 131px 0px rgba(0, 0, 0, 0.2);
    top: -55px;
    position: relative;
    z-index: 1;
}

/* info Bar 1 */
.info-bar-1 {
    
}

.info-bar-1 .icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    padding: 0 0 25px 0;
    cursor: pointer;
}


.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
}

.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.info-bar-1 .icons .icon-group i {
    font-size: 40px;
    margin-right: 25px;
    color: #fff;
}

.info-bar-1 .icons .icon-group .inf .name {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #fff;
}

.info-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}


footer .bb {
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .info {
    padding: 25px 0;
}

footer .title {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

footer .title-2 {
    color: #000;
    font-size: 13px;
    
}

footer .title-3 {
    color: #000;
    font-size: 17px;
    
}

footer .secure .description {
    color: #000;
    margin: 5px 0;
}

footer .secure img {
    opacity: .5;
}

footer .info ul {
    padding: 0;
    margin: 0;
}

footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: #000;
    font-size: 13px;
    transition:all .4s;
}

footer .info ul li:hover{
    padding-left:10px;
    transition:all .4s;
}

footer .info ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

footer .info ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ">";
}

footer .info ul li a:hover {
    color: #000;
}

footer .bar {
    padding: 10px 0;
    background: #fff;
}

footer .bar p {
    color: #000;
    margin-bottom: 0 !important;
}

footer .bar .text {
    height: 100%;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    font-size: 15px;
}

footer .bar .right-image {
    text-align: right !important;
}
    
footer .social-media {
    display: -webkit-flex;
    -webkit-align-items: flex-start; 
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}

footer .social-media a {
    margin-right: 10px;
    font-size: 18px;
    color: #1c6bb3;
    background-color: #fff;
    width: 42px;
    height: 42px;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
}


/* Scroll To Top */
.up-scroll {
    position: fixed;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 9;
    background: #0a8aff;
    bottom: 20px;
    right: 20px;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 24px;
    border-radius: 5px;
    border-radius: 50%;
}

.up-scroll:hover{
    background: #1c6bb3;
    transition: all 0.4s;
}

.up-scroll:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f077";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}



/* Scroll To Top */
.emarket-scroll {
    position: fixed;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 9;
    background: #0a8aff;
    bottom: 20px;
    left: 20px;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    cursor: pointer;
    display: block;
    color: #fff;
    font-size: 24px;
    border-radius: 5px;
}


.emarket-scroll .icon::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f291";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#fff;
}

.emarket-scroll .icon::after {
	display: block;
	position: absolute;
    width: 40px;
    height: 40px;
    border: 2px dashed #fff;
    content: "";
	top: 5px;
	left: 5px;
	opacity: 0.5;
	border-radius: 5px;
}

/* Responsive */

@media (max-width: 1200px) {
    header.desktop .h-contact .info .item{
        font-size:12px;
    }
    
    header.desktop .mega-menu .nav-link{
        font-size:12px;
    }
}

@media (max-width: 991px) {
    
    #social-sidebar {
        display: none;
    }
    
    
    .desktop-header-space {
        display: none;
    }
    
    .mobile-header-space { 
        display: block;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: block;
    }
    
    .footer-bar-1 .icons {
        flex-wrap: wrap;
    }
    
    .footer-bar-1 .icons .item {
        flex: auto;
        width: calc(50% - 10px);
        margin: 5px !important;
    }
    
    .stores .cards {
        display: block;
        text-align: center;
    }

    .stores .card {
        display: inline-block;
        border-right: none;
        margin: 0;
        max-width: 45%;
        height: 50px;
        border: 0
    }

    footer .bar p {
        text-align: center !important;
    }
    
    footer .bar .right-image {
        margin: 10px 0;
        text-align: center !important;
    }

    footer .logo-area {
        text-align: center;
    }
    
    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 0;
    }

    footer .info .title {
        text-align: center !important;
        border: 1px solid #000;
        padding: 8px;
        position: relative;
    }

    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #000;
        margin-bottom: 15px;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }

    footer .secure {
        text-align: center !important; 
        margin: 10px 0;
    }
    
    footer .bar .text {
        justify-content: center;
        align-items: center;
    }

}

/* Custom */


.trendyol-cozum-ortagi-form{
    background: #f7f6fa;
    padding: 50px;
}

.trendyol-cozum-ortagi-form h1{
    font-size: 24px;
    color: #2c234d;
    line-height: 30px;
    margin-bottom: 8px;
}

.trendyol-cozum-ortagi-form p {
    font-size: 16px;
    color: #686875;
    line-height: 26px;
    position: relative;
    z-index: 3;
    margin: 0 0 41px;
}

.trendyol-cozum-ortagi-form form{
    background: #fff;
    border-radius: 10px;
    padding: 43px 50px 65px;
    box-shadow: 0px 1px 3px 0px rgb(11 2 55 / 6%)
}

.trendyol-cozum-ortagi-form form .btn-green {
    background-color: #0b8aff !important;
    border-color: #0b8aff !important;
    padding: 20px 40px;
    border-radius: 3px;
    font-weight: 500;
}

.trendyol-cozum-ortagi-form form label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 400;
    color: #5a5a5a;
    font-size: 14px;
}

.trendyol-cozum-ortagi-form form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 11px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}

.trendyol-info .middle-image{
    display: flex;
    align-content: center;
    justify-content: center;
}

.trendyol-info .middle-image img{
    max-width: 70%;
}

.trendyol-info p {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    margin: 0px;
}

.trendyol-info .single-info span {
    width: 12px;
    height: 12px;
    background: #0b8aff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(72, 124, 255, 0.34);
    margin-bottom: 25px;
    display: inline-block;
}

.trendyol-info .single-info h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

.trendyol-info .single-info {
    margin-bottom: 45px;
}

.special-text-area .section-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.special-text-area .section-title .title {
    font-size: 44px;
    line-height: 54px;
    max-width: 60%;
    text-align: center;
}

.special-text-area .section-title .description {
    font-size: 18px;
    line-height: 28px;
    margin-top: 11px;
}

.special-text-area .special-single{
    padding: 50px 30px 43px;
    background: #fff;
    border-radius: 6px;
    transition: all linear 0.3s;
    margin-top: 30px;
    text-align: center;
}

.special-text-area .special-single:hover {
    box-shadow: 0px 40px 40px 0px rgba(14, 17, 51, 0.1);
    transform: translateY(-15px);
}

.special-text-area .special-single .icon {
    display: inline-block;
    border-radius: 20px;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background: linear-gradient(135deg, rgb(132, 188, 250) 0%, rgb(43, 112, 250) 100%);
    box-shadow: 0px 6px 10px 0px rgba(16, 73, 189, 0.3);
    position: relative;
}

.special-text-area .special-single-4 .icon {
    background: linear-gradient(135deg, rgb(247, 184, 175) 0%, rgb(248, 69, 45) 100%);
}

.special-text-area .special-single-3 .icon {
    background: linear-gradient(135deg, rgb(160, 234, 194) 0%, rgb(49, 195, 105) 100%);
}

.special-text-area .special-single-2 .icon {
    background: linear-gradient(135deg, rgb(216, 170, 255) 0%, rgb(155, 44, 250) 100%);
}

.special-text-area .special-single .icon > span {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 30px;
    width: 30px;
    background: #2b70fa;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 3px 6px 0px rgba(14, 17, 51, 0.1);
    line-height: 28px;
    color: #fff;
}

.special-text-area .special-single-4 .icon > span {
    background: #f8452d;
}

.special-text-area .special-single-3 .icon > span {
    background: #31c369;
}

.special-text-area .special-single-2 .icon > span {
    background: #9b2cfa;
}

.special-text-area .special-single .special-title{
    font-size: 20px;
    font-weight: 700;
    padding-top: 33px;
    padding-bottom: 10px;
}

.special-text-area .special-single p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #505056;
    margin: 0px;
}

.special-text-area {
    background: #eef1f6;
    position: relative;
    background-image: url('images/trendyol/bg-shape1.png');
    background-position: 97% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 100px;
    padding-top: 90px;
}

.trendyol-cozum-ortagi-banner,
.trendyol-cozum-ortagi-banner .p-g-b-c-wrapper,
.trendyol-cozum-ortagi-banner .p-g-b-c-inner{
    height: 100%;
}

.trendyol-cozum-ortagi .banner-text-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trendyol-cozum-ortagi .banner-text-area .buttons .btn-dark{
    background: #0e1133;
    color: #fff;
    line-height: 40px;
    padding: 0 23px;
    border-radius: 6px;
    border: 2px solid #0e1133;
    transition:all .4s;
}

.trendyol-cozum-ortagi .banner-text-area .buttons .btn-dark:hover{
    background: #fff;
    color: #000;
    border: 2px solid #0e1133;
    transition:all .4s;
}

.trendyol-cozum-ortagi .banner-text-area .buttons .btn-primary{
    background: transparent;
    color: #1582f6;
    line-height: 40px;
    padding: 0 23px;
    border-radius: 6px;
    border: 2px solid #1582f6;
    transition:all .4s;
}

.trendyol-cozum-ortagi .banner-text-area .buttons .btn-primary:hover{
    background: #1582f6;
    color: #fff;
    transition:all .4s;
}

.trendyol-cozum-ortagi .banner-text-area .sub-title {
    color: #2b70fa;
    font-size: 14px;
    font-weight: 500;
}

.trendyol-cozum-ortagi .banner-text-area .title {
    font-size: 60px;
    line-height: 70px;
    margin-top: 10px;
    margin-bottom: 22px;
}

.trendyol-cozum-ortagi .banner-text-area .description {
    font-size: 18px;
    line-height: 28px;
}

.trendyol-cozum-ortagi .trendyol-shape-1 {
    position: absolute;
    left: 0;
    top: 250px;
    z-index: -1;
    -webkit-animation: linear 20s trendyolShapeAnimation infinite;
    animation: linear 20s trendyolShapeAnimation infinite;
}

.trendyol-cozum-ortagi .trendyol-shape-2 {
    position: absolute;
    left: 80px;
    z-index: -1;
    top: 480px;
    -webkit-animation: linear 25s trendyolShapeAnimationTwo infinite;
    animation: linear 25s trendyolShapeAnimationTwo infinite;
}

.trendyol-cozum-ortagi .trendyol-shape-3 {
    position: absolute;
    bottom: 120px;
    right: 320px;
    z-index: -1;
    -webkit-animation: linear 25s trendyolShapeAnimationThree infinite;
    animation: linear 25s trendyolShapeAnimationThree infinite;
}

@keyframes trendyolShapeAnimation {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}


@-webkit-keyframes trendyolShapeAnimation {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes trendyolShapeAnimationTwo {
    0% {
        transform: translate(165px, -179px);
    }

    100% {
        transform: translate(-346px, 617px);
    }
}


@-webkit-keyframes trendyolShapeAnimationTwo {
    0% {
        -webkit-transform: translate(165px, -179px);
    }

    100% {
        -webkit-transform: translate(-346px, 617px);
    }
}


@keyframes trendyolShapeAnimationThree {
    0% {
        transform: translate(61px, -99px) rotate(0deg);
    }

    21% {
        transform: translate(4px, -190px) rotate(38deg);
    }

    41% {
        transform: translate(-139px, -200px) rotate(74deg);
    }

    60% {
        transform: translate(-263px, -164px) rotate(108deg);
    }

    80% {
        transform: translate(-195px, -49px) rotate(144deg);
    }

    100% {
        transform: translate(-1px, 0px) rotate(180deg);
    }
}


@-webkit-keyframes trendyolShapeAnimationThree {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg);
    }

    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
    }

    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
    }

    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
    }
}

.trendyol-cozum-ortagi-banner .banner-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trendyol-cozum-ortagi-banner .image{
    max-width: 65%;
}


/* Mobil Uygulama */

.mobile-app {
    margin: 50px 0 80px 0;
    background-image: radial-gradient(circle, #1a71b5, #1a72b8, #1282db, #1282db, #0d6fbd);
}

.mobile-app .mobile-content .p-g-mod-body{
    color: #fff;
    font-weight: 300;
}

.mobile-app .mobile-content .p-g-mod-body ul{
    margin: 0;
    padding: 10px;
}

.mobile-app .mobile-content .p-g-mod-body ul li::marker {
    color: #3dc07c;
    content: "»";
    font-size: 17px;
}

.mobile-app .mobile-content .p-g-mod-body li{
    font-weight: 400;
    line-height: 30px;
    padding-left: 8px;
}

.mobile-app .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    line-height: initial;
    color: #fff;
}

.mobile-app .mobile-content{
    position: relative;
    top: 80px;
}

.mobile-app .p-g-mod-t-44 .banner-item .image {
    display: block;
    position: relative;
    bottom: -80px;
}

/* Çözüm Ortakları */

.cozum-ortaklari .p-g-mod-t-0 .p-g-mod-body {
    margin-right: 50px;
    line-height: 27px;
    color: #6c7485;
}

.cozum-ortaklari .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
    color: #1c6bb3;
}

.cozum-ortaklari .p-g-mod .p-g-mod-header .p-g-m-h-button .btn-mod {
    font-size: 13px;
    background: #0b8aff;
    color: #fff;
    width: 160px;
    font-weight: 500;
    transition: all .4s;
}

.cozum-ortaklari .p-g-mod .p-g-mod-header .p-g-m-h-button .btn-mod:hover {
    background: #1c6bb3;
    transition: all .4s;
}

.cozum-ortaklari .p-g-mod-t-44 .banner-item .image {
    display: block;
    background: #f7fafd;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}


/* Müşteri Yorumları */

.musteri-yorumlari{
    background: #E8F2FE;
    padding: 30px 0;
}

.musteri-yorumlari .pattern-group-header .p-g-h-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.musteri-yorumlari .pattern-group-header .p-g-h-info .p-g-h-i-title{
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.musteri-yorumlari .pattern-group-header .p-g-h-info .p-g-h-i-description{
    font-size: 13px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}

.musteri-yorumlari .testimonial{
    background: #fff;
    border-radius: 7px;
    padding: 25px;
}

.musteri-yorumlari .testimonial .title{
    font-size: 14px;
    font-weight: 500;
    color: #061146;
}

.musteri-yorumlari .testimonial .info .description{
    color: #6c7485;
    font-size: 13px;
    line-height: auto;
}

.musteri-yorumlari .testimonial .description{
    line-height: 30px;
     color: #6c7485;
    font-size: 13px;
}

.musteri-yorumlari .testimonial .info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.musteri-yorumlari .testimonial .info .image{
    margin-right: 20px;
}

/* Çözümler */

.cozumler{
    margin: 30px 0;
}

.cozumler .pattern-group-header .p-g-h-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cozumler .pattern-group-header .p-g-h-info .p-g-h-i-title{
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.cozumler .pattern-group-header .p-g-h-info .p-g-h-i-description{
    font-size: 13px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}

.cozumler .p-g-mod-t-44 .banner-item .image img {
    width: auto;
}

.cozumler .banner-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cozumler .p-g-mod-t-44 .banner-item .title {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 3px 0;
    margin-top: 20px;
}

.cozumler .p-g-mod-t-44 .banner-item .description {
    font-size: 14px;
    color: #676767;
    padding: 2px 15px;
}

/* Sunulan Hizmetler */

.sunulan-hizmetler{
    margin: 30px 0;
}

.sunulan-hizmetler .pattern-group-header .p-g-h-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sunulan-hizmetler .pattern-group-header{
    margin-bottom: 25px;
}

.sunulan-hizmetler .pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.sunulan-hizmetler .pattern-group-header .p-g-h-info .p-g-h-i-description {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}

.sunulan-hizmetler .left .banner-item {
    background: #F9F5FE;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
}

.sunulan-hizmetler .left .col-list-p-v-1:nth-child(2) .banner-item{
    background: #FDF7F5;
}

.sunulan-hizmetler .left .col-list-p-v-1:nth-child(3) .banner-item{
    background: #FEF7FC;
}

.sunulan-hizmetler .left .col-list-p-v-1:nth-child(4) .banner-item{
    background: #FEFCF6;
}
.sunulan-hizmetler .banner-item .title {
    font-size: 15px;
    color: #061146;
    padding: 3px 0;
    margin-top: 10px;
}

.sunulan-hizmetler .banner-item .description {
    font-size: 13px;
    color: #6c7485;
    padding: 3px 0;
}

.sunulan-hizmetler .banner-item .image img {
    height: 50px;
    opacity: 0.8;
}

/* Sekmeli Özellik */

.sekmeli-ozellik-tanitim{
    background: #f3f6f9;
    padding-bottom: 30px;
}

.sekmeli-ozellik-tanitim .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info .p-g-t-n-i-title{
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.sekmeli-ozellik-tanitim .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info .p-g-t-n-i-description{
    font-size: 13px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}

.sekmeli-ozellik-tanitim .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sekmeli-ozellik-tanitim .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: space-evenly;
    align-items: center;
    background: #fff;
    width: 100%;
    margin: 30px 0;
}

.sekmeli-ozellik-tanitim .p-g-tab-wrapper .p-g-t-nav .nav .nav-link img {
    margin-right: 0;
    max-height: 60px;
    margin-bottom: 5px;
}

.sekmeli-ozellik-tanitim .p-g-tab-wrapper .p-g-t-nav {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.sekmeli-ozellik-tanitim .p-g-tab-wrapper .p-g-t-nav .nav .nav-item{
    flex: 1;
}

.sekmeli-ozellik-tanitim .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    color: #6d7485 !important;
    font-weight: 400;
    font-size: 13px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    flex-direction: column;
    position: relative;
    height: 110px;
    border-bottom: 1px solid transparent;
    transition: all .4s;
}

.sekmeli-ozellik-tanitim .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active{
     border-bottom: 1px solid #1c6bb3;
     transition: all .4s;
}

.sekmeli-ozellik-tanitim .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent!important;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-color: #1c6bb3;
    border-top-color: #1c6bb3!important;
    border-width: 11px!important;
    margin-left: -11px;
    transition: all .4s;
}


.home-body .referanslar{
    background:rgba(50, 132, 250, 0.03);
    margin-top: 0;
}

.referanslar .banner-item .image {
    display: block;
    border: 0.5px solid #eeeff1;
    background: #fff;
    padding: 0 15px;
    transition: all .4s;
}

.referanslar .banner-item .image:hover{
    border-color: #0886fe;
    transition: all .4s;
}

.whatsapp-fixed .whatsapp-title {
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    transition: .5s;
    opacity: 1;
    padding: 4px 15px;
    background: #4fcb5c;
    font-weight: 700;
    animation: yfixed 4s linear infinite;
}

@keyframes yfixed{
    0%{transform:rotate(0) scale(1)}
    50%{transform:rotate(0) scale(1.04)}
    100%{transform:rotate(0) scale(1)}}


.whatsapp-fixed {
    position: fixed;
    left: 20px;
    bottom: 10px;
    width: auto;
    z-index: 9999;
}

.mobil-manset{
    display:none;
}

.paketler .product-short-detail{
    text-align: left;
    padding: 5px 20px 20px 20px;
    line-height: 20px;
}

.paketler .card-product{
    border:none;
    box-shadow: 1px 2px 15px rgba(80, 80, 80, 0.12);
    border-radius: 5px 5px 10px 10px;
}



.paketler .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
}

.paketler .card-product .card-product-inner .price-group {
    height: auto;
}

.paketler .card-product .card-product-inner .price-group .prices .list-price {
    font-size: 16px;
    font-weight: 500;
    color: #d2150c;
    text-align: center;
    padding-top: 10px;
}

.paketler .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 18px;
    font-weight: 400;
}

.paketler .card-product .card-product-inner .image-wrapper{
    padding:10px;
}

.paketler .p-g-mod .p-g-mod-header .p-g-m-h-info{
    align-items:center;
}

.paketler .p-g-mod .p-g-mod-header.p-g-mod-header-p-0 {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 30px;
}

.paketler .card-product .card-product-inner{
    padding:0;
}

.paketler .card-product .card-product-inner .title{
    font-size:22px !important;
    line-height:50px;
}

.paketler .card-product .card-product-inner .price-group .prices .sale-price {
    color: #1c6bb3;
    font-size:24px;
}

.paketler .card-product .card-product-inner .buttons{
    padding:0;
}

.paketler .card-product .card-product-inner .buttons .btn-cart {
    background: #1c6bb3 !important;
    border-color: transparent !important;
    color: #fff !important;
    font-weight: 600 !important;
    width: 100%;
    display: block;
    border-radius: 0 0 10px 10px;
    padding: 15px 0px;
    font-size: .875rem !important;
}

.paketler .card-product .card-product-inner .buttons .btn-cart:hover{
    background: #2b7fcc !important;
    border-color: transparent !important;
    color: #fff;
}

.home-body .referanslar .owl-carousel-item, .ozellikler-kapsayici .col-list-p-v-1{
    pointer-events: none !important;
}

.stores{
    pointer-events: none !important;
}

.pages-body .referanslar{
    padding-top: 0;
}


.normal .p-g-mod.p-g-mod-base-content{
    border:none !important;
}


.normal .p-g-mod .p-g-mod-header {
    padding: 10px 15px;
    margin-bottom: 30px;
    height: auto;
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-image: linear-gradient( 111.5deg, rgba(20,100,196,1) 0.4%, rgba(33,152,214,1) 100.2% );
}

.normal .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title{
    color:#fff;
    padding-left: 15px;
}

.referanslar .p-g-mod .p-g-mod-header .p-g-m-h-button .btn-mod {
    font-size: 13px;
    border: 1px solid #dbdbdb;
    padding: 10px 20px;
    color: #606060;
    border-radius: 5px;
    transition: all .4s;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.referanslar .p-g-mod .p-g-mod-header .p-g-m-h-button .btn-mod:hover{
    background: #2977d6;
    border: 1px solid #2977d6;
    color: #fff;
    transition: all .4s;
}

.referanslar .p-g-mod .p-g-mod-header .p-g-m-h-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 50%;
    right: 50%;
}

.referanslar .pattern-group-header {
    padding: 10px 15px;
    margin-bottom: 30px;
    height: auto;
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-image: linear-gradient( 111.5deg, rgba(20,100,196,1) 0.4%, rgba(33,152,214,1) 100.2% );
}

.referanslar .pattern-group-header .p-g-h-info .p-g-h-i-title{
    color:#fff;
    padding-left: 15px;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
}


#social-sidebar {
     left: 0;
     position: fixed;
     z-index:9;
     bottom: 10%;
     text-decoration: none;
     list-style: none;
     margin: 0;
     padding: 0;
     }
     #social-sidebar li:first-child a { border-top-right-radius: 5px; }
     #social-sidebar li:last-child a { border-bottom-right-radius: 5px; }
      
     #social-sidebar a {
         background: #dc3545;
         color: #fff;
         text-decoration: none;
         display: block;
         height: 50px;
         width: 50px;  
         font-size: 24px;
         line-height: 50px;
         position: relative;
         text-align: center;
         cursor: pointer;
     }
     #social-sidebar a:hover span {
         left: 120%;
         opacity: 1;
     }
     #social-sidebar a span {
       font: 12px "Open Sans", sans-serif;
       text-transform: uppercase;
         border-radius: 3px;
         line-height: 24px;
         left: -100%;
         margin-top: -16px;
         opacity: 0;
         padding: 4px 8px;
         position: absolute;
         transition: opacity .3s, left .4s;
         top: 50%;
         z-index: -1;
     }
      
     #social-sidebar a span:before {
         content: "";
         display: block;
         height: 8px;
       width: 8px;
         left: -4px;
         margin-top: -4px;
         position: absolute;
         top: 50%;
         transform: rotate(45deg);
     }
      
     
      
     #social-sidebar a[class*="facebook"]:hover,
     #social-sidebar a[class*="facebook"] span,
     #social-sidebar a[class*="facebook"] span:before {background: #3B5998;}
     
     #social-sidebar a[class*="instagram"]:hover,
     #social-sidebar a[class*="instagram"] span,
     #social-sidebar a[class*="instagram"] span:before {background: #C13584;}
     
     #social-sidebar a[class*="youtube"]:hover,
     #social-sidebar a[class*="youtube"] span,
     #social-sidebar a[class*="youtube"] span:before {background: #FF0000;}
     
     #social-sidebar a[class*="whatsapp"]:hover,
     #social-sidebar a[class*="whatsapp"] span,
     #social-sidebar a[class*="whatsapp"] span:before {background: #3DC07C;}
     
     
     #social-sidebar a[class*="instagram"] {background: #C13584;}
     #social-sidebar a[class*="youtube"] {background: #FF0000;}
     #social-sidebar a[class*="whatsapp"] {background: #3DC07C;}
     #social-sidebar a[class*="facebook"] {background: #3B5998;}
     
/*call to action new*/

.analysis-form-wrap .p-0 {
    float: left;
}

.analysis-form-wrap .form-control {
    display: block;
    width: 100%;
    height: calc(2.56em + 0.30rem + 9px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.analysis-form-wrap .form-control:active,.analysis-form-wrap .form-control:focus{
    border: 1px solid #ced4da !important;
}

.analysis-form-group {
    position: relative;
    z-index: 1;
    margin: 0 -45px 0 0;
    right: -43px;
}
.analysis-form-wrap input[type=email] {
    position: relative;
}

.analysis-form-group:after {
    position: absolute;
    top: -3px;
    right: -22px;
    width: 58px;
    height: 58px;
    background: #1c6bb3;
    display: block;
    content: "";
    border-radius: 100%;
}
.analysis-form-border{
    border-left: 1px solid #ebebeb;
    left: 25px;
}
.analysis-form-wrap input[type=submit] {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    background: #0a8aff;
    color: #fff;
    padding: 13px 37px;
    border-radius: 50px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border: none;
    position: relative;
    z-index: 2;
    margin-left: -36px;
    transition:all .4s;
}



.analysis-form-wrap input[type=submit]:hover,.analysis-form-wrap input[type=submit]:active, .analysis-form-wrap input[type=submit]:focus{
    background: #fff;
    color: #0a8aff;
    transition:all .4s;
    border:none;
    outline:none !important;
}

@media (min-width: 320px) and (max-width: 991px){
    .analysis-form-group:after{
        display: none;
    }
    .analysis-form-group{
        margin: 0;
        right: 0;
    }
    .analysis-form-border{
        left: 0;
        border: none;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .analysis-form-wrap .p-0{
        margin-bottom: 20px;
    }
}

.referanslar{
    padding-top:20px;
    padding-bottom:50px;
}

.referanslar .p-g-mod .p-g-mod-header.p-g-mod-header-p-0 {
    padding: 0;
    margin: 20px 0;
}

.referanslar .p-g-mod .p-g-mod-header .p-g-m-h-info{
    text-align:center;
    align-items: center;
}

.referanslar .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.referanslar .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}

.referanslar .p-g-mod-t-44 .banner-item .title {
    font-size: 12px;
    font-weight: 500;
    padding: 3px 0;
    color: #333;
    background-color: #fff;
    text-align: center;
    transition:all .4s;
}

.referanslar .p-g-mod-t-44 .banner-item:hover .title {
    background-color: #0a8aff;
    color: #fff;
    transition:all .4s;
}

.anasayfa-info{
    padding-top: 3.5rem!important;
    padding-bottom: 8.5rem !important;
    background: url(images/info-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.anasayfa-info .title{
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.3px;
}

.anasayfa-info .description{
    color: #fff;
    font-size: 16px;
}

.ozellikler-kapsayici{
    margin-top: -100px;
}

.ozellikler-kapsayici .p-g-mod{
    margin-bottom:0;
}

.ozellikler-kapsayici .p-g-mod .col-list-p-v-1{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #f9f9f9;
}

.ozellikler-kapsayici .container{
    background: #fff;
    -webkit-box-shadow: 0 5px 50px rgba(156, 185, 226, 0.2);
    box-shadow: 0 5px 50px rgba(156, 185, 226, 0.2);
    border-radius: 6px;
}

.anasayfa-ozellikler{
    margin-top:40px;
}

.anasayfa-ozellikler .banner-item .image img{
    width: 64px;
    height: 64px;
}

.anasayfa-ozellikler .banner-item{
    text-align:center;
}

.anasayfa-ozellikler .banner-item .title{
    font-size:16px;
    transition: all .4s;
}

.anasayfa-ozellikler .banner-item:hover .title{
    font-size:16px;
    color: #0a8aff;
    transition: all .4s;
}

.anasayfa-ozellikler .banner-item .description{
    font-size: 14px;
    padding: 0 20px;
    margin-bottom:20px;
}

.pattern-group .anasayfa-ozellikler .p-g-mod-header .p-g-m-h-info{
    align-items: center;
}

.pattern-group .anasayfa-ozellikler .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 24px;
}

.pattern-group .anasayfa-ozellikler .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 16px;
    font-weight: 400;
}

.pattern-group .anasayfa-ozellikler .p-g-mod-body.p-g-mod-body-p-0 {
    padding: 0;
    margin-top: 20px;
}


.formlar .pattern-group-body{
   background-color: #f8f9fa;
   padding:20px;
}

.iletisim-tablo td{
    width:fit-content !important;
}


.kategori-liste .p-g-mod-pagination .p-g-mod-header{
    background-color: #1f1f1d;
    color: #fff;
    padding-left: 20px !important;
}

.card-product .card-product-inner .title{
    font-weight:500;
    font-size:17px;
}

.card-product .card-product-inner .price-group .prices .sale-price{
    color:#ff600d;
}

.pattern-group .p-g-mod-t-26 .p-g-mod-body .btn{
    width: -webkit-fill-available;
    margin:0;
}

.pattern-group .p-g-mod-t-26 .p-g-mod-body .btn-secondary{
    background-color: #1f1f1d;
    border-color: #1f1f1d;
}

.card-product .card-product-inner .price-group .prices .sale-price{
    font-size: 20px;
}

.card-product .card-product-inner .price-group .prices .list-price {
    font-size: 14px;
}

.card-product .card-product-inner .price-group .discount{
    height: 50px;
    width: 50px;
}

.category-filter-order{
    display:none;
}

.urun-ozet .p-g-mod-body{
    border:1px solid #ebebeb;
}

.product-price{
    display: inline-flex;
    float: right;
}

.product-profile-1 table{
    width:100%;
}

.product-profile-1 table td{
    padding:10px;
}

.header-area .search {
    width: 100%;
    max-width: 100%;
    position: relative;
    border-radius: 5px;
    border: 2px solid #1f1f1d;
    background: #fff !important;
    height: 50px !important;
}

.header-area .search form {
    width: 100%;
}

.header-area .search form .icon { 
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgba(0, 0, 0, .3);
}

.header-area .search form .input-box {
    width: 100%;
    padding-right: 60px;
    padding-left: 35px;
    box-sizing: border-box;
}

.header-area .search form input {
    float: left;
    color: #666;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    background: transparent !important;
    border: 0 !important;
    height: 46px;
    border-radius: 0 !important;
    box-shadow: none;
}

.header-area .search form input::placeholder {
    color: #999;
}

.header-area .search:hover {
    border-color: #ff6000;
}

.header-area .search form .btn-send {
    position: absolute;
    width: 60px;
    height: 46px;
    right: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 1px 1px 0;
    background: #1f1f1d;
    border-width: 0;
    font-weight: 500;
    color: #fff;
}

.header-area .search:hover form .btn-send {
    background: #ff6000;
}

.header-area .easy-autocomplete-container ul {
    margin-top: 47px;
}

.faq .btn-secondary {
    font-weight: 500;
    color: #1f1f1d;
    background-color: #f8f9fa;
    border-color: #6c757d;
}

.sertifikalar .banner-item .image img{
    border:1px solid #ebebeb;
}

.sertifikalar .banner-item .title{
    font-size:15px;
    padding: 10px 0px 5px 0px;
}

.pattern-group-p-pages .p-g-mod .p-g-mod-body{
    padding:15px;
}

.kampanya-video .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title{
    font-size: 26px;
    font-weight: 500;
    position:relative;
}

.kampanya-video .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    border-bottom: 3px solid #fe6b28;
}

.text-blue{
    color:#0a8aff !important;
}

.pattern-group .product-month .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title{
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    line-height: initial;
}

.pattern-group .product-month .p-g-mod-header .p-g-m-h-info{
    align-items: center;
    border-top:1px solid #ebebeb;
    padding-top:25px;
}

.p-g-mod-t-45 .carousel-indicators{
    display:none;
}

.page-link {
    color: #333 !important;
}

.page-link:focus {
    box-shadow: none !important;
} 

.page-item.active .page-link {
    color: #fff !important;
    background: #0a8aff;
    border-color: #0a8aff;
}

.card-blog,
.card-brand,
.card-category,
.card-product {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.card-blog:hover,
.card-brand:hover,
.card-category:hover,
.card-product:hover {
    border-color: #c5c3c3;
}

.card-product .card-product-inner .buttons .btn-cart {
    background: #e5e5e5;
    border-color: transparent !important;
    color: #333;
    width: 100%;
    display: block;
}

.p-g-mod-t-cat-filter {
    border: 1px solid #e0e0e0 !important;
    border-radius: 5px  !important;
    margin-bottom: 10px !important;
}

.p-g-mod.p-g-mod-base-content {
}

.pattern-group-p-home .p-g-mod.p-g-mod-base-content {
    border: 0;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    height: 40px;
}

.p-g-mod.p-g-mod-product-det {
    border: 1px solid #e0e0e0;
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.product-profile-1 .carousel .carousel-inner {
    border-color: transparent;
}

.p-g-mod-t-15 .p-g-mod-body.p-g-mod-body-p-0 ul li a, 
.p-g-mod-t-16 .p-g-mod-body.p-g-mod-body-p-0 ul li a {
    padding: .75rem 1rem;
}

.home-headline .p-g-mod {
    margin-bottom: 0 !important;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-image-wrapper {
    position: relative;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-item a img {
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    cursor: pointer;
    background: transparent !important;
    flex: 1;
    max-height: 50px !important;
    max-width: 100px !important;
    min-width: 50px !important;
    width: auto;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li img {
    width: 100%;
    border-radius: 5px !important;
    border: 2px solid transparent !important;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li.active img {
    border-color: #fff !important;
}

@media (max-width: 991px) {
    
    .trendyol-cozum-ortagi-form {
    background: #f7f6fa;
    padding: 20px 5px;
}
    
    .trendyol-info .single-info span {
    margin-bottom: 9px;
}

.trendyol-info .single-info h3 {
    margin-bottom: 12px;
    font-size: 19px;
}

.trendyol-info p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin: 0px;
}

.trendyol-info .single-info {
    margin-bottom: 30px;
}
    
    .trendyol-info h1{
        font-size: 21px;
    }
    
  .trendyol-info{
      padding: 10px;
  }
  
  .trendyol-info .justify-content-center{
      margin-bottom: 30px;
  }
    
    .trendyol-cozum-ortagi-ozellik .special-text-area{
        padding: 20px;
    }
    
    .special-text-area .section-title .title {
        font-size: 21px;
        line-height: 35px;
        max-width: 100%;
        text-align: center;
    }
    
    .special-text-area .section-title .description {
    font-size: 16px;
    line-height: 28px;
    margin-top: 11px;
    text-align: center;
}
    
    .trendyol-cozum-ortagi .banner-text-area .title {
        font-size: 25px;
        line-height: normal;
        margin-top: 10px;
        margin-bottom: 22px;
        width: 100%;
    }
    
    .trendyol-cozum-ortagi .banner-text-area .description {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    
    .trendyol-cozum-ortagi-banner .image {
        max-width: 100%;
    }
    
    .trendyol-cozum-ortagi .banner-text-area{
        margin-bottom: 50px;
    }
    
    .referanslar .p-g-mod .p-g-mod-header.p-g-mod-header-p-0{
        margin: 60px 0 !important;
    }
    
    .referanslar .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 20px;
    }
    
    .referanslar .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
        font-size: 12px;
        padding-top: 10px;
    }
    
    .referanslar .p-g-mod .p-g-mod-header .p-g-m-h-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        position: absolute;
        bottom: -45px;
        right: 33%;
    }
    
    .card-product .card-product-inner .price-group .prices .sale-price{
        font-size:16px;
    }
    
    .pattern-group .product-month .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title{
        font-size:25px;
    }
    
    .p-g-mod-t-45 .carousel-type-1 .carousel-indicators {
        display: none;   
    }
}

@media (max-width:600px){
    .referanslar .p-g-mod .p-g-mod-header.p-g-mod-header-p-0{
        margin: 60px 0 !important;
    }
    
    .referanslar .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 20px;
    }
    
    .referanslar .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
        font-size: 12px;
        padding-top: 10px;
    }
    
    .referanslar .p-g-mod .p-g-mod-header .p-g-m-h-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        position: absolute;
        bottom: -45px;
        right: 33%;
    }
    
    .anasayfa-info .title {
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: -0.3px;
    }
    
    .anasayfa-info .description {
        color: #fff;
        font-size: 15px;
    }
    
    .anasayfa-info .content {
        padding:0 10px;
        text-align: center;
    }
    
    .pattern-group .anasayfa-ozellikler .p-g-mod-header .p-g-m-h-info {
        align-items: center;
        text-align: center;
    }
    
    .pattern-group .anasayfa-ozellikler .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 23px;
    }
    
    .pattern-group .anasayfa-ozellikler .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
        font-size: 14px;
        font-weight: 400;
        padding-top: 10px;
    }
    
    .paketler .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 18px;
        font-weight: 500;
        margin: 0;
        line-height: initial;
    }
    
    .paketler .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
        font-size: 15px;
        font-weight: 400;
        padding-top: 10px;
    }
    
    .paketler .p-g-mod .p-g-mod-header .p-g-m-h-info {
        align-items: center;
        text-align: center;
    }
    
    .paketler .product-short-detail{
        text-align:center;
    }
    
    .text-white {
        color: #fff!important;
        font-size: 18px;
    }
    
    .analysis-form-wrap{
        padding:13px;
    }
    
    .analysis-form-wrap .form-control {
        margin-bottom: 10px;
    }
    
    .analysis-form-wrap input[type=submit] {
        margin-left: -5px;
    }
    
    .contact-icons .banner-item .title{
        font-size: 16px !important;
    }
    
    .contact-icons .banner-item .description {
        padding: 0 !important;
        font-size: 12px !important;
    }
    
    .pattern-group .contact-icons .banner-item .image img {
        width: 60px !important;
    }
    
    .full-page-title {
        padding: 10px 0 !important;
    }
    
    .normal .pattern-group-body{
        padding:10px;
    }
    
    .icerik-mobil-gorsel{
        width:100% !important;
        height: auto !important;
    }
    
    .free-try-btn {
        color: #ffffff !important;
        padding: 6px 15px !important;
        background: #3DC07C;
        border: 1px solid #3DC07C;
        margin-top: 0px;
        border-radius: .25rem;
        transition: all .5s;
        margin-right: 10px;
        margin-top: -2px;
    }



}

.category-filter-order .list-wrap {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
}

.category-filter-order .list-wrap .list li.active .lag-checkbox, 
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: transparent;
    color: #0a8aff;
}

.pattern-group .p-g-mod .p-g-mod-header {
    border-bottom: 0 !important;
}

.product-profile-1 .carousel .carousel-indicators li {
    opacity: 1 !important;
    border-color: transparent !important;
    border-width: 2px !important;
    border-radius: 5px !important;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: #0a8aff !important;
}

.product-profile-wrapper {
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    padding: 20px;
}

.product-profile-1 .carousel {
    padding: 10px;
}

.product-profile-1 h1.title {
    border-bottom: 0 !important;
    padding-bottom: 5px !important
}

.product-badges .p-badge {
    background: #fff !important;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    background: #919191;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    color: #fff;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {
    border-color: transparent;
    color: #333;
}

.home-body .p-g-mod.p-g-mod-header,
.pages-body .p-g-mod.p-g-mod-header {
    margin-bottom: 0 !important;
}

.full-page-title-2,
.full-page-title {
    background: rgba(50, 132, 250, 0.06);
    padding: 50px 0;
    margin-bottom: 20px;
}

.full-page-title .p-g-mod {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.full-page-title .p-g-mod .p-g-mod-header {
    height: 40px !important;
}

.full-page-title-2 .pattern-group-header .p-g-h-info, 
.full-page-title .p-g-mod .p-g-mod-header .p-g-m-h-info {
    align-items: center !important;
}

.full-page-title-2.pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-title,
.full-page-title .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-weight: 500;
    font-size: 20px;
}

.full-page-title-2.pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-description,
.full-page-title .p-g-mod .p-g-mod-body {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}


.contact-icons .banner-item {
    text-align: center !important;
}

.contact-icons .banner-item .image img {
    width: auto !important;
}

.contact-icons .banner-item .title {
    font-size: 20px;
    font-style: italic;
    padding: 0 !important;
}

.contact-icons .banner-item .description {
    padding: 0 !important;
    font-size: 15px;
}

.contact_content {
    font-size: 15px;
}

.contact-form {
    height: 100%;
    padding: 20px;
    border-radius: 5px;
    background: #f2f2f2;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15) !important;
}

.contact-form .title {
    padding: 10px 0;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.contact-form label {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    display: block;
}

.contact-form textarea {
    height: 80px;
}

.contact-form .btn-green {
    font-size: 15px;
    font-weight: 500;
    display: block;
    width: 100%;
}

.btn-green {
    background-color: #3DC07C !important;
    border-color: #3DC07C !important;
}

.btn-green:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.free-try-form {
    height: 100%;
    padding: 0 20px 10px 20px;
    border-radius: 5px;
    background: #f2f2f2;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15) !important;
}

.free-try-form label {
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    display: block;
}

.free-try-form input {
    padding: 23px 15px;
    font-size: 18px;
}

.free-try-form .btn-green {
    font-size: 15px;
    font-weight: 500;
    display: block;
    width: 100%;
}

.p-g-mod-t-63 .p-g-mod-body {
    height: 250px;
    background: rgba(50, 132, 250, 0.06) !important;
    position: relative;
}

.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper .title {
    font-weight: 500;
    font-size: 20px; 
}

.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper .description {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
}

.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #eee;
    background: #fff;
}

.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form:hover .btn-send,
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form .btn-send:hover,
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form .btn-send {
    border-radius: 0;
    border-left: 1px solid #eee;
    color: #444;
    background: #fff;
}

.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper {
    position: relative;
    z-index: 1;
}

.card-help-title {
    padding: 10px 0;
}

.card-help-title .title {
    margin-top: 15px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    display: block;
}

.p-g-mod-t-60 {
    background: #f0f3f5 !important;
    border-radius: 5px !important;
}

.pattern-group .p-g-mod.p-g-mod-t-60 .p-g-mod-header {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.p-g-mod-t-60 .p-g-mod-body a {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.p-g-mod-t-60 .p-g-mod-body a:hover {
    background: #fff !important;
}

.help-entries .card-header a {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.help-entries .card-header a:hover {
    background: rgba(0, 0, 0, .05);
}

.help-entries .card-header a:after {
    display: none !important;
}

.help-entries .card-header {
    border-bottom: 0 !important;
}

.help-entries .modal-body {
    font-size: 14px;
}

.help-entries .modal-body img {
    max-width: 100% !important;
}

.user-menu-favori_listem, 
.user-menu-siparis_takip {
    display: none !important;
}

.p-g-mod-t-4,
.p-g-mod-t-8 {
    border: 1px solid #eee;
    border-radius: 5px;
}

.superket-packages {
    display: flex;
}

.superket-packages .default-package {
    flex: 2;
    padding: 5px 10px;
}

.superket-packages .package {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
    font-size: 13px;
    position: relative;
    flex-direction: column;
    padding-bottom: 10px;
    border: 1px solid #e3e8eb;
    border-right: 0;
    border-bottom: 0;
    border-top-width: 3px;
}

.superket-packages .package:last-child {
    border-right: 1px solid #e3e8eb;
}

.superket-packages .package .favourite {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    background: #f5ed15;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.superket-packages .package .name {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #e3e8eb;
    flex: 1;
    width: 100%;
    padding: 10px 0;
}

.superket-packages .package .price-1 {
    font-size: 16px;
    font-weight: 500;
    text-decoration: line-through;
    color: #999;
}

.superket-packages .package .price-2 {
    font-size: 23px;
    font-weight: 600;
}

.superket-packages .package .link {
    color: #fff;
    width: 90%;
    font-weight: 400;
    padding: 3px 0;
    border-radius: 5px;
    font-size: 13px;
    display: block;
    background: #3DC07C;
    border: 1px solid #3DC07C;
    margin-top: 5px;
}

.superket-packages .package .link-buy {
    color: #fff;
    width: 90%;
    font-weight: 400;
    padding: 3px 0;
    border-radius: 5px;
    font-size: 13px;
    display: block;
    background: #2a89fd;
    border: 1px solid #2a89fd;
    margin-top: 5px;
}

.superket-packages .package .link-2{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    line-height: initial;
    font-weight: 400;
}

.superket-features {
    border: 1px solid #ebebeb;
}

.superket-features .feature .title {
    background: #f0f3f5;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
} 

.superket-features .feature:last-child .title {
    border-bottom: 0 !important;   
}

.superket-features .feature .values .value {
    display: flex;
    border-bottom: 1px solid #ebebeb;
}

.superket-features .feature:last-child .values .value:last-child {
    border-bottom: 0 !important;   
}

.superket-features .feature .values .value .label {
    flex: 2;
    padding: 5px 10px;
    font-size: 14px;
}

.superket-features .feature .values .value .label .view {
    display: inline-block;
    color: #fff;
    background: #0088ff;
    border-radius: 5px;
    padding: 3px 10px;
    font-weight: 500;
    margin-left: 10px;
    text-align: center;
}

.superket-features .feature .values .value .item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 1px solid #ebebeb;
    font-size: 14px;
}

.superket-features .feature .values .value .item i {
    font-size: 16px;
}

@media (max-width: 991px) {
    
    .superket-packages .package .link-2 {
        height: 41px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 9px;
        line-height: initial;
        font-weight: 500;
        font-size: 10px;
    }
    
    .desktop-slide{
        display:none;
    }
    
    .mobil-manset{
        display:block;
        margin-top:-10px;
    }
    
    .superket-packages .default-package {
        padding: 5px;
    }
    
    .superket-features .feature .values .value .label {
       font-size: 13px;
       padding: 5px;
    }
    
    .superket-features .feature .values .value .label .view {
        display: block;
        margin-left: 0;
        margin-top: 3px;
    }
   
    .superket-features .feature .values .value .item {
       font-size: 11px;
    }
   
    .superket-packages .package .name {
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .superket-packages .package .price-2 {
        font-size: 12px;
        flex: 1;
    }
    
    .superket-packages .package .price-1 {
        font-size: 11px;
        flex: 1;
    }
 
    .superket-packages .package .link {
        display: none;
    }   
    
    .superket-features .feature .title {
        font-size: 13px;
        padding: 5px;
    }
    
    .full-page-title .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 17px;
        text-align: center;
    }
    
    .pattern-group .p-g-mod .p-g-mod-body.p-g-mod-body-p-0 {
        font-size: 13px;
    }
}

.home-body .referanslar img {
    filter: gray; 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
}

.home-body .referanslar img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}

.home-marketplace-list {
    background: #f6f5f3 !important;
    padding: 30px 0;
    margin-top: 50px;
}

.home-marketplace-list .row {
    justify-content: center;
}

.home-marketplace-list .p-g-mod .p-g-mod-header .p-g-m-h-info {
    text-align: center;
    align-items: center;
}

.home-marketplace-list .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.home-marketplace-list .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}

.home-marketplace-list .banner-item .image {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.home-erp-list {
    background: rgba(50, 132, 250, 0.03) !important;
    padding: 30px 0;
}

.home-erp-list .row {
    justify-content: center;
}

.home-erp-list .p-g-mod .p-g-mod-header .p-g-m-h-info {
    text-align: center;
    align-items: center;
}

.home-erp-list .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.home-erp-list .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}

.home-erp-list .banner-item .image {
    background: #fff;
    border-radius: 10px;
    padding: 5px;
}

.home-erp-list .banner-item .image img {
    max-height: 120px;
}


.home-body .stores .tit, .home-body .stores .cards {
    display: none;
}

.cozum-ortaklari-page .row {
    justify-content: center;
}

.cozum-ortaklari-page .p-g-mod .p-g-mod-header .p-g-m-h-info {
    text-align: center;
    align-items: center;
}

.cozum-ortaklari-page .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.cozum-ortaklari-page .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}

.cozum-ortaklari-page .banner-item .image {
    background: #f6f5f3;
    border-radius: 10px;
    padding: 5px;
}

.cozum-ortaklari-page .banner-item .image img {
    border-radius: 10px;
    background: #fff;
}

.cozum-ortaklari-page .kargolar .banner-item .image img  {
    padding: 10px;
}

.cozum-ortaklari-page .ajanslar .banner-item .image img  {
    padding: 25px;
}

.superket-akademi-page .row {
    justify-content: center;
}

.superket-akademi-page .p-g-mod .p-g-mod-header .p-g-m-h-info {
    text-align: center;
    align-items: center;
}

.superket-akademi-page .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.superket-akademi-page .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}

.card-blog .image a img {
    border-radius: 10px 10px 0 0;
}

.p-g-mod-t-12 .p-g-mod-body .detail {
    line-height: 1.7;
    color: #222;
    font-size: 15px;
}

.card-help-title {
    background: #f6f5f3;
    border-radius: 5px;
}

.card-help-title:hover {
    background: #efede8;
}

.card-help-title .title {
    font-weight: 400;
    color: #333;
}

.help-title-box .row {
    justify-content: center;
}

.help_detail-body .breadcrumb-wrapper .breadcrumb {
    justify-content: center;
}

.help-search-tool {
    border: 1px solid #eee;
    background: #fff;    
    width: 100%;
}

.help-search-tool form input {
    border-radius: 0 !important;
    border: 0 !important;
    height: 43px;
}

.help-search-tool form:hover .btn-send,
.help-search-tool form .btn-send {
    width: 43px;
    height: 43px;
    background: #fff;
    color: #333;
}

.kurumsal-kimlik {
    padding: 60px;
}

.kurumsal-kimlik .banner-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kurumsal-kimlik .banner-item .image {
    padding: 50px;
    border-radius: 20px;
}

.kurumsal-kimlik .col-12:last-child .banner-item .image {
    background: #2985fb;
}

.kurumsal-kimlik .banner-item .title {
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
}

.bayilik-sistemi .p-g-mod .p-g-mod-header .p-g-m-h-info {
    text-align: center;
    align-items: center;
}

.bayilik-sistemi .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.bayilik-sistemi .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}

.bayilik-sistemi-vitrin .banner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.bayilik-sistemi-vitrin .banner-item .image img {
    width: 60px;
}

.bayilik-sistemi-vitrin .banner-item .title {
    font-weight: 400;
    font-size: 17px;
}

.bayilik-sistemi-vitrin .banner-item .description {
    font-weight: 400;
    font-size: 14px;
    color: #555;
}

.bayilik-formu form {
    background: #f6f5f3 !important;
    padding: 50px;
    margin: 0 auto;
    max-width: 900px;
    border-radius: 20px;
}

.musteri-yorumlari-sayfasi .banner-item {
    cursor: default !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f6f5f3;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 30px;
}

.musteri-yorumlari-sayfasi .banner-item .image-wrapper {
    cursor: default !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    flex-direction: column;
}

.musteri-yorumlari-sayfasi .banner-item .image-wrapper img {
    max-height: 100px;
    max-width: 200px;
}

.musteri-yorumlari-sayfasi .banner-item .title {
    font-size: 16px;
    font-weight: 400;
}

.musteri-yorumlari-sayfasi .banner-item .title-2 {
    font-size: 13px;
    font-weight: 400;
    color: #444;
    margin-bottom: 5px;
}

.musteri-yorumlari-sayfasi .banner-item .description {
    flex: 1;
    font-size: 15px;
    line-height: 2;
}

.feature-list {

}

.feature-list .feature {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
    color: #333;
    margin: 10px;
    width: 100%;
}


.feature-list.feature-2-col .feature {
    width: 45%;
    float: left;
}

.feature-list .feature .icon {
    margin-right: 10px;
    font-size: 11px;
    color: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-404-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.box-404 {
    line-height: 2;
    font-size: 15px;
    font-weight: 400;
}

.butik-paket-referanslar .p-g-mod-header .p-g-m-h-info {
    align-items: center !important   
}

.paketler-taksit .p-g-mod-header {
    height: 30px !important;
}

.paketler-taksit .p-g-mod-header .p-g-m-h-info {
    align-items: center !important;
}

.paketler-taksit .banner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.paketler-taksit .banner-item .image img {
    max-width: 700px;
}


@media (max-width: 767px) {
    .feature-list.feature-2-col .feature {
        width: 90%;
    }
    
    .musteri-yorumlari-sayfasi .banner-item {
        flex-direction: column;
    }
    
}

@media (max-width: 991px) {
    
    .full-page-title-2 {
        padding: 10px 0 !important;
        margin-top: -20px;
    }
}

.sidebar-menu .menu .mn i {
    float: right;
    font-size: 12px;
    margin-top: 5px;
}

.sidebar-menu .menu li a.mn:hover, .menu li:hover>a.mn {
    color: #333;
}

.sidebar-menu .menu .sub-menu {
    display: none;
}

.sidebar-menu .menu .sub-menu .prom {
    display: none;
}

.sidebar-menu .menu .sub-menu ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
}

.sidebar-menu .menu .sub-menu ul li a .desc {
    display: none;
}

.sidebar-menu .menu .sub-menu ul li a .icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .home-erp-list .p-g-mod .p-g-mod-header {
        height: 150px;
    }
}

.gelismis-seo-list-2 .p-g-mod-header .p-g-m-h-info,
.gelismis-seo-list-1 .p-g-mod-header .p-g-m-h-info {
    text-align: center !important;
    align-items: center !important;
}

.gelismis-seo-list-2 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.gelismis-seo-list-1 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 20px !important;
    color: #000 !important;
    font-weight: normal !important;
}

.gelismis-seo-list-1 .banner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.gelismis-seo-list-1 .banner-item .image img {
    height: 70px;
} 

.gelismis-seo-list-1 .banner-item .title {
    font-weight: 400 !important;
    font-size: 15px;
}

.gelismis-seo-list-1 .banner-item .description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gelismis-seo-list-1 .banner-item .description ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #4a4a4a;
}

.gelismis-seo-list-2 .banner-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gelismis-seo-list-2 .banner-item .image img {
    width: 70px;
} 

.gelismis-seo-list-2 .banner-item .group {
    margin-left: 20px;
}


.gelismis-seo-list-2 .banner-item .group .title {
    font-weight: 400;
    font-size: 16px;
}

.gelismis-seo-list-2 .banner-item .group .description {
     padding: 0;
    font-size: 14px;
    color: #444;
}

.fast-sale-page .feature .title {
    display: flex;
    flex-direction: column;
}

.fast-sale-page .feature .title .t-1 {
    font-weight: 500;
}

.mobile-app-references .app {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 10px;
    padding-bottom: 20px;
}

.mobile-app-references .app .logo {
    border-radius: 10px
}

.mobile-app-references .app .urls {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-app-references .app .urls a {
    margin: 0 5px;
}

.mobile-app-references .app .urls a img {
    height: 35px;
}

.apps-left-category .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 20px;
}

.apps-left-category ul li {
    border: 0 !important;
    margin-bottom: 10px !important;
}

.apps-left-category ul li a {
    border: 1px solid #ddd !important; 
    border-radius: 10px !important;
    padding-left: 20px !important;
    font-size: 14px;
    font-weight: 500;
}

.apps-left-category ul li a:hover {
    color: #2985f9;
}

.apps-left-category ul li a i {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 14px;
    color: #555;
}

.card-product-app {
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background: #fff;
    border: 0 !important;
}

.card-product-app:hover {
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 20%);
    border: 0 !important;
}

.card-product-app .card-product-inner .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    color: #2985f9;
    text-align: left;
    font-size: 15px;
    margin-top: 10px;
}

.card-product-app .card-product-inner .description {
    font-size: 13px;
    color: #646464;
    display: flex;
    align-items: center;
    height: 100px;
    line-height: 1.5;
}

.application-search {
   display: flex;
   justify-content: center;
   align-items: center;
}

.application-search form {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #eee;
    background: #fff;
     max-width: 600px;
     width: 600px;
}

.application-search form .input-box {
       width: 100%;
    padding-right: 60px;
    box-sizing: border-box;
}

.application-search form input {
        float: left;
    color: #666;
    font-weight: 500;
    background: #fff;
    width: 100%;
    font-size: 15px;
    border-color: transparent!important;
    border-width: 0!important;
    height: 60px;
    border-right: 0;
    border-radius: 15px 0 0 15px!important;
    border-width: 2px;
    box-shadow: none;
    padding-left: 20px;
}

.application-search form button {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: #333;
    border-width: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 15px 15px 0!important;
    border-radius: 0;
    border-left: 1px solid #eee;
    color: #444;
    background: #fff;
}

.see-all-products {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dfdcd5;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    background: #f6f5f3;
}

.see-all-products i {
    margin-left: 10px;
}

.desktop-headline .carousel-item {
}

.desktop-headline .carousel-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 475px;
}

.desktop-headline .carousel-item a .image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    margin-left: 20px;
}

.desktop-headline .carousel-item a .info-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 550px;
}

.desktop-headline .carousel-item a .info-box .title {
    color: #383838;
    font-size: 22px;
    font-weight: 500;
}

.desktop-headline .carousel-item a .info-box .description {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.desktop-headline .carousel-item a .info-box .description .short {
    color: #383838;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
}

.desktop-headline .carousel-item a .info-box .description .button {
    display: flex;
    padding: 10px 15px;
    background: #0088ff;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 400;
}

.desktop-headline .carousel-item a .info-box .description .hashtag {
    margin-top: 20px;
    color: #555;
    font-size: 13px;
}

.desktop-headline .carousel-control-prev a,
.desktop-headline .carousel-control-next a {
    background: rgba(0, 0, 0, .1);
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, .7);
}

.desktop-headline .carousel-control-next {
    margin-right: 20px !important;
}

.desktop-headline .carousel-control-prev {
    margin-left: 20px !important;
    
}

@media (min-width: 1360px) {
    .desktop-headline .carousel-item a .info-box {
        width: 880px;
    }
    
    .desktop-headline .carousel-item a .info-box .description .short {
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    .desktop-headline .carousel-item a {
        padding: 0 20px;    
    }
    
    .desktop-headline .carousel-control-prev a,
    .desktop-headline .carousel-control-next a {
        width: 30px;
        height: 30px;
        font-size: 17px;
    }
    
    .desktop-headline .carousel-control-next {
        margin-right: 10px !important;
    }
    
    .desktop-headline .carousel-control-prev {
        margin-left: 10px !important;
        
    }
}

@media (max-width: 991px) {
    
    .desktop-headline .carousel-item a {
        padding: 0 40px; 
        height: 375px;
    }
    
    .desktop-headline .carousel-item a .info-box {
        width: 70%;
    }
    
    .desktop-headline .carousel-item a .info-box .title {
        font-size: 18px;
    }
    
    .desktop-headline .carousel-control-next {
        margin-right: 5px !important;
    }
    
    .desktop-headline .carousel-control-prev {
        margin-left: 5px !important;
        
    }
}

@media (max-width: 767px) {
    
    .desktop-headline .carousel-item a {
        flex-direction: column-reverse;
        height: auto;
        padding: 30px 20px;
    }
    
    .desktop-headline .carousel-item a .image-box {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
    }
    
    .desktop-headline .carousel-item a .image-box img {
        width: 80% !important;
    }
    
    .desktop-headline .carousel-item a .info-box .description,
    .desktop-headline .carousel-item a .info-box {
        align-items: center;
        text-align: center;
        width: 100%;
    }
    
    .desktop-headline .carousel-item a .info-box .title {
        font-weight: 17px;
    }
    
    .desktop-headline .carousel-item a .info-box .description .button {
        padding: 7px 10px;
        font-size: 13px;
    }
    
    .desktop-headline .carousel-control-prev a,
    .desktop-headline .carousel-control-next a {
        width: 20px;
        height: 20px;
        font-size: 15px;
    }
    
    .desktop-headline .carousel-control-next {
        margin-right: 2px !important;
    }
    
    .desktop-headline .carousel-control-prev {
        margin-left: 2px !important;
        
    }
}

.references-see-all .btn.btn-mod {
    font-size: 13px;
    border: 1px solid #dbdbdb;
    padding: 10px 20px;
    color: #606060;
    border-radius: 5px;
    transition: all .4s;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin: 0 auto;
}

.references-see-all .btn.btn-mod:hover {
    background: #2977d6;
    border: 1px solid #2977d6;
    color: #fff;
    transition: all .4s;
}

.references-see-all.p-g-mod {
    margin: 0 !important;
}

.packages-discount {
    background: #f6f5f3 !important;
    margin-top: -40px;
}

.discount-box {
    margin-top: 20px;
}

.discount-box .title {
    color: #1fb165;
    font-weight: 600;
    font-size: 25px;
}

.discount-box .description {
    font-size: 20px;
}

.deals-countdown {
    display: flex;
}

.deals-countdown .deals-time {
    background: linear-gradient(90deg, #34A6CB, #8258EA);
        -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    color: #555555;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: calc(25% - 6px);
    margin: 0 3px;
    padding: 0;
    border: none;
    float: left;
    position: relative;
    text-align: center;
    -webkit-border-radius: 5px 5px 10px 10px;
    background: linear-gradient(90deg, #34A6CB, #8258EA);
}

.deals-countdown .deals-time .num-time {
    text-align: center;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 171.429%;
    color: #fff;
    padding: 6px 0;
}

.deals-countdown .deals-time .title-time {
    text-align: center;
    box-sizing: border-box;
    border-top: solid 1px transparent;
    text-transform: uppercase;
    font-size: 78.571%;
    color: #111;
    padding: 2px 0;
    background: #fff;
    -webkit-border-radius: 0 0 8px 8px;
}

@media (max-width: 767px) {
   .discount-box {
        text-align: center;
    }
    
    .discount-box .description {
        margin-bottom: 10px;   
    }
}

@media (max-width: 600px) {
   .packages-discount {
       margin-top: -60px;
   }
   
   .discount-box .title {
        font-size: 20px;
    }
    
    .discount-box .description {
        font-size: 16px;
    }
}

.faq {
    
}

.faq .btn-secondary {
    border-radius: 2px !important;
    padding: 8px 15px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    background: #f6f5f3;
    border-color: #c9c9c9;
    color: #222;
}

.faq .card.card-body {
    font-size: 14px;
    line-height: 2;
    border-radius: 0 !important;
    border-top: 0;
}


.packages-faq .p-g-mod .p-g-mod-header .p-g-m-h-info {
    text-align: center;
    align-items: center;
}

.packages-faq .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.packages-faq .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}

.academy-video {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background: #fff;
    border: 0 !important;
    padding: 15px 15px 10px 15px;
}

.academy-video .image img {
    border-radius: 10px;
}

.academy-video .title {
    font-size: 15px;
    font-weight: 500;
    color: #444;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.kampanyalar-page .row {
    justify-content: center;
}

.kampanyalar-page .p-g-mod .p-g-mod-header .p-g-m-h-info {
    text-align: center;
    align-items: center;
}

.kampanyalar-page .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.kampanyalar-page .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}

.superket-kampanyalar .banner-item {
     display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background: #fff;
    border: 0 !important;
    padding: 15px 15px 10px 15px;
}

.superket-kampanyalar .banner-item .title {
    font-size: 16px;
}

.superket-kampanyalar .banner-item .description {
    font-size: 14px;
    color: #505050;
}


.konsept-tasarimlar .banner-item {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 20%);
}

.konsept-tasarimlar .banner-item .title {
    font-size: 16px;
    color: #121212;
    font-weight: 500;
    padding: 3px 0;
    margin-top: 10px;
}

.konsept-tasarimlar .banner-item .view {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ccc;
}

.konsept-tasarimlar .banner-item:hover {
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 35%);
}

.konsept-tasarimlar .banner-item:hover .view {
    background: #0678e0;
    color: #fff;
}

.home-konsept-list {
    background: rgba(149, 50, 250, .03) !important;
    padding: 30px 0;
}

.home-konsept-list .row {
    justify-content: center;
}

.home-konsept-list .p-g-mod .p-g-mod-header .p-g-m-h-info {
    text-align: center;
    align-items: center;
}

.home-konsept-list .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.home-konsept-list .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}

.home-konsept-list .konsept-tasarimlar .banner-item {
    box-shadow: none !important;
}