@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,400i,500,600,700,800&display=swap');


body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Quicksand', sans-serif;
}
.info-bar-2 .icons div {
    margin-left: 5px;
}
/* Reset */
a {
    color: #000;
}

.categories-filtre .buttons {display:none !important;}

a:hover {
    text-decoration: none;
    color: #f05156;
}

.swal-footer {
    text-align:center !important;
}

.card-product .card-product-inner .price-group {
    align-items: center;
    color: #333;
    display: flex;
    font-weight: 400;
    height: 50px;
    justify-content: center;
}

.siparis-takip {
    font-size: 14px;
    color: #222;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    line-height: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.siparis-icon {
    color: #CD1719;
    border: 1px solid #CD1719;
    padding: 6px 5px;
    border-radius: 100%;
    font-size: 13px;
}
.bannerwd .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -48px;
}

.p-g-mod-t-44 .carousel-type-2 .carousel-indicators li {
    border-radius: 100% !important;
}
.bannerwd .carousel-indicators li {
    background-color:#CD1719;
}

.header-top-w {
    background-color: #CD1719;
    color: #fff;
    top: -18px;
    position: inherit;
    padding: 4px 8px;
    margin-bottom: 8px;
}
.header-top-w .icerik-w {
    color:#fff;
    font-weight:bold;
    font-size:14px;
    text-align: center;
}

.product-profile-info .sale-price-discount,
.hizli-sepet .sale-price-discount{
    display: inline-flex;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.whatsapp-btn {
    font-size: 15px;
    background: transparent;
    color: #CD1719;
    border: 3px double #CD1719;
    padding: 3px 4px;
    border-radius: 5px;
    margin-left: -4px;
}

.whatsapp-numara span {
    font-weight:bold;
    margin-right:10px;
}

.home-headline-dv {
    margin-top:54px;
    padding-top: 28px;
    padding-bottom: 24px;
    background-image: url('https://www.ankaranobel.com/theme/ankaranobel_37999/assets/header-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.card-product .card-product-inner .price-group .discount {
    align-items: center;
    background: #f6000d;
    border-radius: 3px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}

.card-product .card-product-inner .price-group {
    align-items: center;
    color: #333;
    display: flex;
    font-weight: 400;
    height: 50px;
    justify-content: center;
}

.card-product .card-product-inner .price-group .prices .list-price {
    text-decoration: line-through;
}

.card-product .card-product-inner .price-group .prices .list-price {
    color: #555;
    font-size: 12px;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: normal;
}


.mobile-sepet-icons-w {
    margin-right:20px;
}


.btn {
    font-size: 14px;
}

footer .title {
    display: block;
}

.site-aciklama-box {
    height:350px;
    overflow-y:scroll;
    padding-right:10px;
    
}
.site-aciklama-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}
.site-aciklama-box h1 {
    font-size:22px;
    font-weight:700;
}
.site-aciklama-box p {
    font-size:14px;
    line-height: 18px;
}

.bannerkitapwd .carousel-indicators {
    display:none !important;
}

/* 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;
}

.info-bar-1 .icons .icon-group {
    cursor: default;
}

.overlay .spin {
    color: #cd1719;
    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) */
header.desktop  {
    background: #fff;
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}


header.desktop .h-center{
    position:relative;
    z-index:999;
}

header.desktop::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*opacity: 0.4;*/
    background-image: url(https://www.ankaranobel.com/theme/ankaranobel_37999/assets/header-top.png);
    background-repeat: repeat-x;
    z-index: 1;
}

header.desktop .h-contact {
}

header.desktop .h-contact .info {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .info .item {
    font-size: 14px;
    color: #222;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


header.desktop .h-contact .info .item:last-child{
    margin-right:0;
    margin-top:-2px;
}



header.desktop .h-contact .info .item.wp {
    color: #000;
    font-weight: bold;
    margin-top:-2px;
}


header.desktop .h-contact .info .item i {
    margin-right: 3px;
    font-size: 16px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

header.desktop .h-contact .social-media {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .social-media a {
    margin-right: 4px;
    font-size: 14px;
    color: #555;
    background: #bcbcbc;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}

header.desktop .h-contact .social-media a:hover {
    background: transparent;
}

header.desktop .h-contact .social-media a:last-child {
    margin-right: 0;
    text-indent:1px;
}

header.desktop .h-contact .customer-services {
    display: flex;
}

header.desktop .h-contact .customer-services .phone a{
    color: #fff;
    font-size:14px;
}

header.desktop .h-contact .customer-services .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    color: #ffbc00;
}

header.desktop .h-contact .customer-services .de {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header.desktop .h-contact .customer-services .de .name {
    color: #c5c5c5;
    font-size: 11px;
}

header.desktop .h-contact .customer-services::after{
    content: "";
    border-right: 1px solid #69696c;
    position: relative;
    right: -25px;
    top: 0px;
    bottom: 0px;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

header.desktop .h-contact .customer-services-whatsapp {
    display: flex;
}

header.desktop .h-contact .customer-services-whatsapp .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    color: #51cd5e;
}

header.desktop .h-contact .customer-services-whatsapp .de {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header.desktop .h-contact .customer-services-whatsapp .de .name {
    color: #c5c5c5;
    font-size: 11px;
}

header.desktop .h-contact .customer-services-whatsapp::after{
    content: "";
    border-right: 1px solid #69696c;
    position: relative;
    right: -35px;
    top: 0px;
    bottom: 0px;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}



header.desktop .h-contact .customer-services-whatsapp .de .phone a{
    font-size: 14px;
    color: #fff;
}

header.desktop .header-area {
    height: 75px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

header.desktop .header-area.last {
    align-items: flex-end;
}

header.desktop .logo {
    align-items: flex-start;
    justify-content: center;
}

header.desktop .logo a img {
    max-height: 96px;
    max-width: none;
    margin-top: -90px;
    position: relative;
    z-index: 10;
    width: auto;
}

header.desktop .search {
    width: 90%;
    position: relative;
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .input-box {
    display: block;
    background: #fff;
    width: 90%;
    position: relative;
    height: 38px;
    box-sizing: border-box;
    z-index: 9;
    border: 1px solid #cd1719 !important;
   -webkit-border-top-left-radius: 50px !important;
    -webkit-border-bottom-left-radius: 50px !important;
    -moz-border-radius-topleft: 50px !important;
    -moz-border-radius-bottomleft: 50px !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

header.desktop .search form input {
    float: left;
    color: #333;
    width: 100%;
    font-size: 14px;
    border: 0px solid #cd1719 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 15px 0 15px !important;
    height: 38px;
}

header.desktop .search form input::placeholder {
    color: #777;
}

header.desktop .btn-send {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 11%;
    height: 38px;
    padding: 0;
    border-radius: 0;
    background: none;
    border-width: 0;
    color: #fff;
    background-color: #cd1719;
    font-size: 21px;
    z-index: 10;
    /*border-radius: 0 6px 6px 0;*/
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

header.desktop .search i{
}


header.desktop .easy-autocomplete-container ul {
    margin-top: 0;
}


 
header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

header.desktop .header-bar .bar-user {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    background: #1c2529;
}

header.desktop .header-bar .bar-user i {
    color: #fff;
    font-size: 15px;
    margin-left: 7px;
}

header.desktop .header-bar .bar-user .link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.desktop .header-bar .bar-user .link span {
    margin: 0 5px;
}

header.desktop .header-bar .bar-user .link a {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

header.desktop .header-bar .bar-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    color: #444;
    height: 40px;
}

header.desktop .header-bar .bar-cart .icon {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
   background: #1c2529;
}

header.desktop .header-bar .bar-cart .icon i {
    font-size: 15px;
    color: #fff;
}

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: #f05156;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}

header.desktop .header-bar .bar-cart .info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .1);
    flex-direction: column;
    padding-right: 5px;
    min-width: 60px;
}

header.desktop .header-bar .bar-cart .info .name {
    color: #999;
    font-weight: 500;
    font-size: 11px;
}

header.desktop .header-bar .bar-cart .info .price {
    font-size: 12px;
} 

.menu-container .menu li:nth-last-child(-n+4) ul ul{
   left:-169px;
}

.mobile-sepet-icons-w i {
    font-size:20px;
}


.menu-container {
    display: block;
    background: #fff;
    border-bottom: 1px solid #CD1719;
    position: relative;
    z-index: 99;
    height: 46px;
    display: flex;
    align-items: center;
}

.menu-container .menu {
    display: flex;
    justify-content: normal;
    margin-bottom:0;
}

.menu-container .menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.menu-container .menu li:first-child {
    margin-left: 0;
}

.menu-container .menu li a {
    font-weight: 500;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px;
    margin-bottom: -10px;
    padding-bottom: 20px;
}


.menu-container .sub-menu li a {
    font-weight: 500;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px;
    margin-bottom:0;
}



.menu-container .sub-menu li a{
    border: 1px solid #ebebeb;
    animation: downtoupcenter ease .5s;
    -webkit-animation: downtoupcenter ease .5s;
    padding: 12px 15px;
    border-top: 0;
}

.menu-container .sub-menu li a:before, .menu-container .sub-menu li a:after{
    display:none;
}

.menu-container .menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    top:45px;
    width: 230px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 1px 1px 6px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 6px -4px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 6px -4px rgba(0,0,0,0.75);
}



.menu-container .menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu-container .menu ul li a {
    font-size: 13px;
    font-weight: 400;
    display: block;
    color: #666B72;
    background: #fff;
    border-bottom: 1px solid #cd1719;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.menu-container .menu ul li a i{ 
    font-size: 10px;
}


.menu-container .menu ul li a:hover,.menu ul li:hover>a {
    color: #cd1719;
}

.menu-container .menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu-container .menu ul ul {
    left: 100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}


.menu-container .menu li>ul ul:hover {
    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;
}


.top-ucretsiz-kargo {
    background-color:;
}


/* Mobile Header */
.mobile-header-space {
    height: 150px;
}

header.mobile {
    display: none;
    background: #fff;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 5px;
    height: 60px;
}

header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

header.mobile .right {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    height: 60px;
}

header.mobile .logo img {
    max-width: 130px;
    max-height: 50px;
}

header.mobile .icon-group {
    position: relative;
    color: #000;
    font-size: 19px;
}

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: #ea1a27;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


header.mobile .mobile-search {
    background:#fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
        height: 40px;
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
}
header.mobile .mobile-search .easy-autocomplete-container {
    margin-top: 40px;
}

header.mobile .mobile-search form {
    width: 100%;
}

header.mobile .mobile-search form .input-box {
    float: right;
    width: 85%;
}

header.mobile .mobile-search form input {
    float: left;
    color: #444;
    font-weight: 500;
    width: 100%;
    font-size: 12px;
    border-color: #c5c5c5;
    height: 40px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    border:none;
}

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: left;
    width: 15%;
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #000;
}

/* 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: #f3f3f3;
    width: 275px;
    position: fixed;
    top: 0;
    height: 100%;
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -275px;
}

.sidebar-menu.active {
    margin-left: 0;
}

.sidebar-menu .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu .title {
    
    padding: 10px;
    background: #f3f3f3;
    color: #000;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    border-bottom: 1px solid #c7c7c7;;
}

.sidebar-menu .title .btn-close {
    color: #222;
}

.sidebar-menu .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.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;
    padding:15px;
}

.sidebar-menu .categories ul li {
    padding: 0;
    list-style: none;
}

.sidebar-menu .categories ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #bfbfbf;
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

.sidebar-menu .categories ul li:last-child a{
    border-bottom:0;
}

.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;
}

.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;
}

/* info Bar 1 */
.info-bar-1 {
    cursor: pointer;
    background: #fff;
    padding-top: 15px;
    margin-top: 20px;
}

.info-bar-1 .icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 0 0 20px 0;
}


.info-bar-1 .icons .icon-group {
    
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 40px;
    border: 2px solid #CD1719!important;
    flex: 1;
    margin: 0 10px;
    border-radius: 3px;
}

.info-bar-1 .icons .icon-group:first-child {
    margin-left:0 !important;
}

.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
    margin-right:0 !important;
}

.info-bar-1 .icons .icon-group i {
    font-size: 35px;
    color: #CD1719;
}

.info-bar-1 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 600;
    display: block;
    color: #222;
    text-align: center;
    margin-top: 10px;
}

.info-bar-1 .icons .icon-group .inf .description {
        padding-left: 13px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
}



/* info Bar 2 */
.info-bar-2 {
    cursor: pointer;
    background: #fff;
    padding-top: 15px;
    margin-top: 20px;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.info-bar-2 p{
    color: #000;
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
}

.info-bar-2 .icons {
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 0;
}

.info-bar-2 .icons div{
    display:flex;
}


.info-bar-2 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-right: 1px solid #dee2e6!important;
    flex: 1;
    margin: 0;
    border-radius: 3px;
    flex-direction: column;
    padding: 20px 0;
}


.info-bar-2 {
    display: flex;
    align-items: flex-start;
}

.info-bar-2 .kitap {
  flex: 0 0 auto;
}

.info-bar-2 .kitap a {
    background-color: #CD1719;
    color: #fff;
    margin-left: 8px;
    margin-right: 5px;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    height: 140px;
    width: 86px;
}
.info-bar-2 .icons {
  flex: 1;
}

.info-bar-2 .kitap i {
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px;
}

.info-bar-2 .icons .icon-group:first-child {
    margin-left:0 !important;
}

.info-bar-2 .icons .icon-group:last-child {
    border-right: 0 !important;
    margin-right:0 !important;
}

.info-bar-2 .icons .icon-group i {
    font-size: 35px;
    color: #CD1719;
    margin-bottom: 15px;
}

.info-bar-2 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 600;
    display: block;
    color: #222;
    text-align: center;
    margin-top: 10px;
}

.info-bar-2 .icons .icon-group .inf .description {
    padding-left: 13px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    font-weight: 500;
    width: 90%;
    text-align: center;
}

footer {
    background: #fff;
    margin-top:10px;
}

footer .bb {
      padding-top:10px;
}

footer .bb .container{
    border-bottom: 1px solid #ccc;
}

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: 18px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
}


footer .title:before{
    display:none;
    width: 100%;
    height: 1px;
    content: '';
    background: hsla(0,0%,67%,.25);
    position: absolute;
    bottom: -10px;
}

footer .title:after {
    display:none;
    width: 40px;
    height: 2px;
    content: '';
    background: #f86d72;
    position: absolute;
    bottom: -10px;
    left: 0;
}

footer .title2{
    font-size: 18px;
    font-weight: 500;
    color: #00537d;
    text-align: center;
    margin-bottom: 15px;
}

footer .title-2 {
    color: #fff;
    font-size: 13px;
    
}

footer .title-3 {
    color: #fff;
    font-size: 17px;
    
}

footer .secure .description {
    color: #fff;
    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: #fff;
    font-size: 13px;
    transition: all .4s;
}

footer .info ul li:hover{
    transition: all .4s;
}

footer .info ul li a {
    display: block;
    color: #000;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    line-height: 25px;
}

footer .info ul li a i{
    color:#8E8E8E;
    font-size:17px;
    margin-right:5px;
}



footer .bar {
    padding: 10px 0;
}

footer .bar a {
    color: #222;
    text-align: center;
}

footer .bar a:hover {
    color: #222;
}

footer .bar p {
    margin: 0;
    color: #222;
}

footer .bar .right-image {
    text-align: right !important;
}

.cart-body .mobil-sepet{
    display:none !important;
}    

.mobil-sepet{
    display:none;
}

.mobil-sepet a{
    color:#fff!important;
}

.mobil-sepet{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 16px;
    right: 100px;
    background-color: #FF0000;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index:9;
    color: #fff;
    font-size: 20px;
}

.mobil-sepet .count{
    
    position: absolute;
    top: -6px;
    right: -6px;
    background: #ff0000;
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 50%;
    font-size: 13px;
    justify-content: center;
    align-items: center;
}

/* Scroll To Top */
.up-scroll {
    position: fixed;
    width: 45px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 9;
    background: #CD1719;
    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: 16px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 7px rgb(224, 220, 219);
}

.up-scroll:hover{
    background: #f05156;
    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
}

@media (max-width:480px) {
    .product-profile-1 .product-buttons .btn-cart {
        width:100px !important;
        line-height: 18px !important;
    }
    .btn-pdf {
        width: 100px;
        white-space: normal !important;
        line-height: 18px !important;
    }
}
/* Responsive */
@media (max-width: 991px) {
    
    footer .title2{
        text-align:center !important;
    }
    
    
    .mobile-header-space {
        height: 100px;
    }
    
    .uzun-banner{
        display:none;
    }
    
    .footer-bar-2 .social-media a {
        text-align: center;
    }
    
    .footer-bar-2 .pt-4{
        padding-top:0 !important;
    }
    
    .product-profile-wrapper{
        margin-top:10px;
    }
    
    .product-profile-wrapper2{
        margin-top:20px;
    }
    
    .product-details-tab-colorful{
        margin-top:20px;
    }
    
    .info-bar-1 .icons {
        display: block;
    }
    
    .info-bar-1 .icons .icon-group {
        justify-content: flex-start;
        margin-right:0;
        margin-bottom:10px;
    }


    
    .owl-wrapper .owl-single-button {
        width: 25px;
        height: 25px;
        top: calc(50% - 37px);
    }
    
    
    .kesfet{
        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 {
        display: none;
    }
    
    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 0;
    }

 
    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #464545 !important;
    }

    footer .info ul li a {
        color: #464545;
    }

    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;
    }

}

/* Console Menu */

header.desktop .console-menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
}

header.desktop .console-menu .navbar-nav {
    flex-direction: row;
    justify-content: flex-end;
    height: 50px;
    position: relative;
    width: 100%;
}

header.desktop .console-menu .navbar-nav:hover {
}

header.desktop .console-menu .nav-item {
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #CD1719;
    border-radius: 4px;
}

header.desktop .console-menu .nav-link {
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 0 10px;
    white-space: unset !important;
    position: relative;

}

header.desktop .console-menu .nav-link .count {
    position: absolute;
    right: 13px;
    top: -11px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f05156;
    color: #fff;
    font-size: 11px;
    border-radius: 10px;
}

header.desktop .console-menu .count2 {
    color: #6e6c6c;
    font-size: 12px;
}

header.desktop .console-menu .count2-description {
    color: #6e6c6c;
    font-size: 12px;
}

.console-menu .value{
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
    color: #de394d !important;
    font-weight: 500 !important;
}

header.desktop .console-menu .nav-link i{
    font-size: 22px;
    padding-right: 10px;
}


header.desktop .console-menu .nav-link:after{
    display:none;
}


header.desktop .console-menu .header-cart-hover .nav-link::after {
    display: none;
}


header.desktop .console-menu .nav-item:last-child .nav-link {
    border-right: 0;
}
  
header.desktop .console-menu .dropdown {
    position: static;
}

header.desktop .console-menu .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 60px;
    position: absolute;
    border: 2px solid #ececec;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0;
}

header.desktop .console-menu .dropdown-menu .top-header{
    background: #f7f7f7;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}

header.desktop .console-menu .dropdown-menu .top-header .title{
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
}   

header.desktop .console-menu .dropdown:hover .dropdown-menu, 
header.desktop .console-menu .dropdown .dropdown-menu:hover {
    display:block!important;
}
 
header.desktop .console-menu .dropdown-menu ul.user-links {
    margin: 0;
    padding: 0;
}

header.desktop .console-menu .dropdown-menu ul.user-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}

header.desktop .console-menu .dropdown-menu ul.user-links li:hover{
    background: #f7f7f7;
    
}

header.desktop .console-menu .dropdown-menu ul.user-links li a {
    display: block;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}

header.desktop .console-menu .dropdown-menu ul.user-links li:last-child a{
    border-bottom: 0px;
}

header.desktop .console-menu .dropdown-menu ul.user-links li a i {
    margin-right: 5px;
}

header.desktop .console-menu .dropdown-menu ul.auth-links {
    margin: 0;
    padding: 0;
}

header.desktop .console-menu .dropdown-menu ul.auth-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.desktop .console-menu .dropdown-menu ul.auth-links li a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}


header.desktop .console-menu .dropdown-menu ul.auth-links li a i {
    margin-right: 10px;
}




header.desktop .console-menu .btn-remove{
    background: #dedede;
    border: none;
    color: #000;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}



.header-cart-summary-1 {
        
}

.header-cart-summary-1 .table th {
    font-size: 12px !important;
    font-weight: 500;
        
}
        
.header-cart-summary-1 .buttons {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
    background: #CDCDCD;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.header-cart-summary-1 .buttons .btn {
    font-size: 12px !important;
    padding: 5px 3px !important;
    margin: 5px 0;
    background: #cd1719;
    color: #fff;
    width: 75%;
}

.header-cart-summary-1 .buttons .btn-color-2 {
    background: #009688;
    color: #fff;
}

.header-cart-summary-1 .buttons .btn-color-2 i{
    font-size: 8px;
    padding-left: 3px;
}


.ajax-shopping-cart {
    padding: 15px;
    font-size: 12px;
}

.ajax-cart-empty{
    font-size: 13px !important;
    text-align: center;
    padding: 20px 0;
}

.ajax-shopping-cart .product {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ajax-shopping-cart .product:last-child{
    display: flex;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.ajax-shopping-cart .product .image {
    flex: 2;
}

.ajax-shopping-cart .product .price {
    flex: 2;
    font-size: 13px;
    text-align: right;
}

.ajax-shopping-cart .product .info {
    flex: 3;
    text-align:right;
}

.ajax-shopping-cart .product .info .name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

#girisYapModal .buttons{
    padding: 20px 0 0 0;
    width: 100%;
    text-align: right;
}

#girisYapModal .buttons .btn-success{
    background-color:#82b08e;
    border-color:#82b08e;
}

#girisYapModal .modal-dialog{
    width: 300px;
}

#girisYapModal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}

#girisYapModal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem;
}

#girisYapModal input::placeholder{
    font-size:12px !important;
}


.card-list-bg{
    padding: 15px 15px;
    background:#fff;
}

.card-list-bg .card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.card-list-bg .card-list .card-item {
    text-align: center;
    float: left;
    padding: 0 10px;
    margin: 3px 0;
    padding: 10px 10px 5px 10px;
    min-height: 70px;
    max-width: 100px !important;
    min-width: 100px;
}

.card-list-bg .card-list .card-item .card-text {
    font-size: 12px;
    font-weight: 700;
    color: #828282;
    line-height: 1.14;
}

.card-list-bg .card-list .card-item .card-image {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

/* Custom */

.social-media-sidebar{
    position: absolute;
    bottom: 0;
    display: flex;
    left: 0;
    right: 0;
    border-top: 1px solid #e0dede;
    
    background: #f3f3f3;
}

.social-media-sidebar a{
    flex: 1;
    text-align: center;
    padding: 15px 0;
}

.jssocials-share {
   position:relative;
}

.jssocials-share:after {
    content: '';
    height: 15px;
    width: 1px;
    background: #e1e1e1;
    display: inline-block;
    position: absolute;
    right: -35px;
    top: 10px;
}

.jssocials-share:last-child:after {
    width:0 !important;
}

.social-share1 .fa-at{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.social-share1 .fa-comment{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.social-share1 i{
    color:#fff !important;
}

.jssocials-shares {
    margin: .2em 0;
    display: flex;
    justify-content: space-evenly;
}

.product-body .whatsapp-button{
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.p-g-mod-t-cat-filter .p-g-mod-header .p-g-m-h-info{border-bottom: 0px solid #ebebeb !important;}
.p-g-mod-t-cat-filter .pattern-group .p-g-mod .p-g-mod-header {height: auto !important;}
.p-g-mod-t-cat-filter .pattern-group .p-g-mod .p-g-mod-header {height: auto !important;}

.product-body .whatsapp-button a{
    display: flex;
    align-items: center;   
}    
    
.product-body .whatsapp-button span{
    margin: 0 10px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.product-body .whatsapp-button img{
    width: 47px;
}

.product-body .product-profile-1 .product-quantity {
    height: 75px;
    display: flex;
    align-items: center;
    margin:0;
}


.product-body .product-quantity .btn {
    background: transparent;
    color: #000000;
    border-color: #222 !important;
    font-size: 10px;
    font-weight: 500;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid !important;
    border-radius: 50% !important;
}

.product-body .nitelikler{
    border-top: 1px solid #dee2e6;
    margin-top: 30px;
    padding-top: 5px;
}

.product-body .discount2{
    color: #B3B3B3;
    font-weight: 700;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 10px;
}

.product-body .product-quantity .btn {
    align-items: center;
    background: #bfbfbf;
    border-color: transparent !important;
    color: #484848;
    display: flex;
    font-size: 11px !important;
    font-weight: 500;
    border-radius: 0px !important;
    height: 45px !important;
    justify-content: center;
    padding: 0;
    width: 35px !important;
}

.product-quantity input {
    align-items: center;
    border-bottom: 2px solid #bfbfbf !important;
    border-radius: 0 !important;
    border-top: 2px solid #bfbfbf !important;
    display: flex;
    font-size: 14px !important;
    font-weight: 700 !important;
    height: 45px !important;
    justify-content: center;
    padding: 0;
    text-align: center;
    width: 40px !important;
}

.product-body .product-price-group .prices .list-price {
    padding-top: 5px;
    font-size: 22px;
    line-height: 23px;
    font-weight: 600;
    color: #000;
    text-decoration: line-through;
}

.product-body .product-price-group .prices .sale-price {
    font-size: 30px;
    font-weight: 600;
    color: #D9260B;
}

.product-body .kisa_yol .product-favourite{
    position:relative;
}

.product-body .kisa_yol .product-favourite:after {
    content: "";
    display: inline-block;
    height: 11px;
    width: 1px;
    background: #b3b3b3;
    position: absolute;
    left: -20px;
    top: 4px;
}

.product-body .kisa_yol{
    display: flex;
    align-items: center;
}

.product-body .short-desc{
    color: #B3B3B3;
    font-size:13px;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
}

.product-body .product-profile-info li a .value {
    font-weight: 400;
}

.product-body .product-profile-info li{
    font-weight: bold;
    font-size: 15px;
}

.product-profile-1 .carousel .carousel-control-next, .product-profile-1 .carousel .carousel-control-prev {
    color: rgba(0,0,0,.5);
    font-size: 25px;
    display: none;
}

.product-profile-1 .carousel .carousel-inner {
    border: 1px solid #eaeaea !important;
    padding: 20px;
}

.product-profile-1 .carousel .carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    margin: 0;
    z-index: 0;
    flex-direction: row;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-profile-1 .carousel .carousel-indicators li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 3px;
    border: none;
    margin-bottom: 5px;
    max-width: 85px;
    opacity: .5 !important;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    flex: initial;
    margin: 0;
    padding: 0 20px;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link{
    border-bottom: 2px solid transparent;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active{
    border-bottom: 2px solid #cd1719 !important;
}


.categories-filtre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 20px;
}

.categories-filtre .filtre-title{
    font-size: 17px;
    font-weight: 500;
    color: #484848;
}



  .categories-body .lag-checkbox span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #000;
    border-radius: 0;
    position: absolute;
    left: 0;
    transition: all .2s;
    z-index: 1;
    box-sizing: content-box;
}

  .categories-body .lag-checkbox:hover{
    color: #FF0000 !important;
}

.categories-body .lag-checkbox:hover span{
    border: 1px solid #FF0000;
}



 .categories-body .category-filter-list .list-wrap .list li {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    padding-right: 10px;
}

  .categories-body .simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6px;
    background: rgba(99, 99, 99, 0.1);
  }

    .categories-body .simplebar-scrollbar:before {
        position: absolute;
        content: "";
        background: rgba(99, 99, 99, 0.2);
        border-radius: 7px;
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
    }

     .categories-body .simplebar-scrollbar {
        position: absolute;
        right: 0px;
        width: 6px;
        min-height: 10px;
    }

.p-g-mod-t-cat-filter .p-g-mod-header .p-g-m-h-info{
    border-bottom: 1px solid #ebebeb;
}

.p-g-mod-t-cat-filter .p-g-mod-header .p-g-m-h-i-title{
    font-family: 'Quicksand', sans-serif;
    font-size: 14px !important;
}

.category-filter-list .list-wrap .list li a {
    display: block;
    font-weight: 400;
    color: #555;
    font-size: 13px;
    padding: 4px 10px 7px 0;
}

.category-filter-list .list-wrap .list li a:hover{
    color:#FF0000 ;
}

.p-g-mod-t-cat-filter .p-g-mod-header, .p-g-mod-t-cat-filter .p-g-mod-body{
    padding-left:0 !important;
}

.categories-body .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

.bread-ozel{
    margin-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}

.btn-primary {
    color: #fff;
    background-color: #cd1719 !important;
    border-color: #cd1719 !important;
    box-shadow: none !important;
}

.card-product .stok-yok{
    font-size: 14px;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    opacity: 0.7;
    top: 44%;
    left: 0;
    right: auto;
    z-index:9;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #4D4D49 !important;
    border-color: #34FEFF !important;
    color: #FFFFFF !important;
}

.card-product .card-buttons{
    position: absolute;
    bottom: 10%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: calc(50% - 70px);
    z-index: 9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.card-product:hover .card-buttons .btn-cart{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.card-product .card-buttons .btn-cart{
    color: #222;
    display: block;
    text-align: center;
    background: #fff;
    width: 140px;
    height: 40px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #cd1719;
    margin-top: 0;
}

.card-product:hover .image-wrapper:before {
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.2);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.card-product .card-buttons .btn-cart i{
    color:#cd1719;
    transition:all .4s;
}

.card-product .card-buttons .btn-cart:hover{
    background:#cd1719;
    transition:all .4s;
}

.card-product .card-buttons .btn-cart:hover, .card-product .card-buttons .btn-cart:hover i{
    color:#fff;
    transition:all .4s;
}


.card-product .image-wrapper{
    position:relative;
}

.card-product .discount{
    position: absolute;
    border: 0;
    background: #E22A32;
    color: #fff;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 15px;
    bottom: 16px;
    right: 6px;
}

.card-product .card-product-inner .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 5px 0;
    font-size: 15px;
    line-height: 18px;
    height: 36px;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #222;
    margin-top:10px;
    margin-bottom:10px;
}

.card-product .card-product-inner .title a{
    color:#222 !important;
}

.card-product .card-product-inner .price-group .prices .list-price {
    font-size: 15px;
    color: #BBBBBB;
    font-weight: 500;
    margin-right: 3px;
    text-decoration: line-through;
}

.yeni-badges{
    position: absolute;
    width: 75px !important;
    display:none !important;
}

.yeni-eklenen .yeni-badges{
    display:block !important;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.card-product {
    border:none !important;
    padding:5px;
}

.card-product-inner{
    border-radius: 5px;
    border: 1px solid #EBEBEB !important;
    padding-bottom:20px;
}

.card-product .card-product-inner:hover{
    box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}



.card-product .card-product-inner .price-group {
    display: flex;
    font-weight: 400;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #333;
    /*border:2px solid #f6000d;*/
    background: #f6f6f6;
    border-radius: 2px;
}

.pattern-group .p-g-mod-t-55 .p-g-mod-header .p-g-m-h-button .btn-mod,
.pattern-group .p-g-mod-t-57 .p-g-mod-header .p-g-m-h-button .btn-mod{
    font-size: 13px;
    border: 1px solid #dbdbdb;
    padding: 10px 25px;
    border-radius: 20px;
    transition:all .4s;
}

.pattern-group .p-g-mod-t-55 .p-g-mod-header .p-g-m-h-button .btn-mod:hover,
.pattern-group .p-g-mod-t-57 .p-g-mod-header .p-g-m-h-button .btn-mod:hover{
    color:#fff;
    background: #cd1719;
    border-color:#cd1719;
    transition:all .4s;
}

.pattern-group .p-g-mod-t-55 .p-g-mod-header,
.pattern-group .p-g-mod-t-57 .p-g-mod-header,
.pattern-group .p-g-mod-t-71 .p-g-mod-header{
    border-bottom: 1px solid #dbdbdb !important;
    padding: 0 0px 10px 0;
    margin-bottom: 40px;
    margin-top: 20px;
}

.pattern-group .p-g-mod-t-55 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-57 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-71 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title{
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    line-height: initial;
    position:relative;
    height:35px;
}

.pattern-group .p-g-mod-t-55 .p-g-mod-header .p-g-m-h-info:hover .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-57 .p-g-mod-header .p-g-m-h-info:hover .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-71 .p-g-mod-header .p-g-m-h-info:hover .p-g-m-h-i-title{
   
    color:#cd1719;
}
.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info{
    position:relative;
    height:75px;
}
.pattern-group .p-g-mod-t-55 .p-g-mod-header .p-g-m-h-info:before,
.pattern-group .p-g-mod-t-57 .p-g-mod-header .p-g-m-h-info:before,
.pattern-group .p-g-mod-t-71 .p-g-mod-header .p-g-m-h-info:before{
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 1px;
    background: #cd1719;
    content: "";
    position: absolute;
}




.p-g-mod-t-45 .carousel-type-1 .carousel-control-next, .p-g-mod-t-45 .carousel-type-1 .carousel-control-prev {
    font-size: 31px;
    width: 40px!important;
    color:#000;
}


.home-headline .p-g-mod-t-44  .col-list-p-v-1{
    padding-top:0;
}

.home-headline .p-g-mod-t-44 .p-g-mod-body.p-g-mod-body-p-0 .owl-wrapper{
    margin-top:0;
}

.p-g-mod-t-44 .banner-slider-item .image img {
    border-radius:10px;
}

.home-headline .home-banner-sol .owl-wrapper .owl-single-button{
    display:none;
}

footer .sosyal-medya li {
    float: left;
    list-style: none;
    width: 50%;
    float: left;
}

footer .sosyal-medya .social-title{
    font-size: 14px;
}

footer .info .sosyal-medya li a {
    display: flex;
    color: #000;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    line-height: 25px;
    align-items: center;
    margin-bottom:10px;
}

footer .info .sosyal-medya li a i {
    color: #fff;
    font-size: 17px;
    margin-right: 5px;
    background: #000;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .info .sosyal-medya li .fb i{
    background: #3B5998;
}

footer .info .sosyal-medya li .ins i{
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

footer .info .sosyal-medya li .link i{
    background: #2867B2 ;
}

footer .info .sosyal-medya li .tw i{
    background: #1DA1F2;
}



header.desktop .console-menu .nav-item:first-child{
    background:#fff;
}

header.desktop .console-menu .nav-item:first-child .nav-link {
    color: #080808;
}

header.desktop .console-menu  .nav-item:first-child .nav-link .count {
    position: absolute;
    left: 22px;
    top: 17px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cd1719;
    color: #fff;
    font-size: 11px;
    border-radius: 10px;
}


header.desktop .h-contact .social-media .fb{
    background: transparent;
    color:#CD1719;
    border:3px double #CD1719;
    padding:10px 10px;
}

header.desktop .h-contact .social-media .ins{
    background: transparent;
    color:#CD1719;
    border:3px double #CD1719;
    padding:10px 10px;
}

header.desktop .h-contact .social-media .link{
    background: transparent;
    color:#CD1719;
    border:3px double #CD1719;
    padding:10px 10px;
}


header.desktop .h-contact .social-media .tw{
    background: transparent;
    color:#CD1719;
    border:3px double #CD1719;
    padding:10px 10px;
}



.wp-icon{
    background: transparent;
    color:#CD1719;
    border:3px double #CD1719;
    padding:10px 10px;

}

.header.desktop .h-contact .social-media a:hover {
    background: #fff !important;
}

.box-icon{
    background-image:url('images/box-icon.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    width:20px;
    height:20px;
    margin-right:3px;
}


.songezilen .card-list-product .card-list-product-inner .info .title{
    font-size:13px;
    -webkit-line-clamp: 0;
    overflow:inherit;
    -webkit-box-orient: inherit;
}

.dis-basket {
    background-color: #ffffff;
    bottom: 70px;
    position: fixed;
    font-size: 25px;
}

.dis-basket a{
    color: #222 !important;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.dis-basket i{
    margin-right:10px;
}

.dis-basket {
    padding: 10px;
    right: 0;
    z-index: 20;
    cursor: pointer;
    border: 1px solid #ebebeb;
}

.basket-count{
    background-color: #f78018;
    color: #ffffff;
    border-radius: 50%;
    left: -10px;
    position: absolute;
    top: -10px;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;

}


.songezilen::before {
    display: inline-block;
    content: "";
    border-top: .3rem solid #f05156;
    width: 100%;
  }



.songezilen .card-list-product {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.songezilen .col-list-p-v-1:last-child .card-list-product{
    background: #fff;
    border-bottom: 0;
    padding-bottom: 0;
}

.songezilen .card-list-product .card-list-product-inner .price-group .prices .sale-price {
    font-size: 15px;
    font-weight: 600;
    color: #f05156;
}

.songezilen img{
    width: 100px;
}

.songezilen .p-g-mod{
    margin-bottom: 0;
    border: 1px solid #ebebeb;
    border-right: 0;
}


.songezilen{
    position: fixed;
    right: -300px;
    z-index: 9;
    top: 15%;
    width: 275px;
    transition: all .4s;
    z-index:999;
}

.songezilen-active{
    right:0;
    transition:all .4s;
}

.user-notification {
    position: fixed;
    width: 270px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 9;
    bottom: 60px;
    right: 0;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    cursor: pointer;
    display: none;
    color: #000;
    font-size: 15px;
    border-radius: 0;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.19);
    margin: 15px;
    background-color: rgb(255 255 255 / 72%) !important;
    border-radius: 8px !important;
}

.user-notification i{
    font-size: 25px;
}

.user-notification span{
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-body .user-notification {
    display: block;
}

.product-buttons .btn-cart{
    background-color:#222;
    border-color:#222;
}

.product-buttons .btn-cart:hover,
.product-buttons .btn-cart:active,
.product-buttons .btn-cart:focus{
    background-color:#82b08e;
    border-color:#82b08e;
}



footer .bb .info img{
    width:45% !important;
    height:auto !important;
}

.product-body .p-g-accordion .p-g-a-wrapper .p-g-a-w-header a{
    background: #fcfcfc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #ebebeb;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.p-g-accordion .p-g-a-wrapper {
    margin-bottom: 18px;
}



.product-body ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.product-body ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.accordion-product .btn-link {
    color: #222;
    text-decoration:underline;
    padding-left:0;
}

.accordion-product{
    border:none;
}

.accordion-product .btn-link:hover{
    text-decoration:underline;
}

.accordion-product .card-header{
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
    padding-bottom: 10px;
}


.accordion-product .card-body{
    max-height: 150px;
    overflow-y: scroll;
    padding:0px;
}


.product-profile-1 .product-buttons .btn-cart {
    font-size: 15px;
    background: #CD1719;
    border-color: #CD1719;
    color: #fff;
    font-weight: 500;
    margin: 15px 2px 10px 10px;
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding-right: 28px;
    padding-left: 28px;
}

.product-buttons .btn-fast-buy {
    font-size: 14px;
    background: #000;
    border-color: #000;
    color: #fff;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 25%
}

.product-buttons .btn-fast-buy:hover,
.product-buttons .btn-fast-buy:active,
.product-buttons .btn-fast-buy:focus{
    background: #222 !important;
    border-color: #222 !important;
}

.variant-box {
    border: 0;
    background: transparent;
    border-radius: 5px;
    padding: 0;
    font-size: 14px;
    margin-top: 30px !important;
}

.product-favourite {
    font-size: 15px;
    margin-left: 40px;
    font-weight: 600;
}



.product-profile-info li {
    margin: 10px 0;
}

.product-body .p-g-mod.p-g-mod-base-content {
    border: none !important;
}

   
.badges{
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}


.price-group .prices{
    display: flex;
    justify-content: center;
    align-items: center;
}


.card-product .price-group .prices{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left:10px;

}
    
    
    
    .app-stores {
        justify-content: center;
    }
  
  
.product-reviews .stars .star{
    color: #dbdbdb;
    font-size: 12px;
}


.home-banner-sag .banner-item .image img{
   transform: scale(1);
   transition: all 1s;
}

.home-banner-sag  .banner-item .image{
    overflow:hidden;
    border-radius:6px;
}

.home-banner-sag .banner-item:hover img{
   transform: scale(1.1);
   transition: all .4s;
}

.short-links{
    display:flex;
}

.short-links .item{
    font-size: 16px;
    font-weight: 500;
}

.short-links .wp2 i{
    font-size: 19px !important;
    color:#0e9e26;
}

.short-links .item i{
    margin-right:5px;
    font-size: 17px;
}

.p-g-mod-t-26 .btn-secondary{
    background-color: #F6F6F6;
    border-color: #F6F6F6;
    width: auto;
    color: #000;
}

/* Footer Bar */

footer .social-media {
    padding: 15px 0;
}

footer .social-media a {
    margin-right: 27px;
    font-size: 17px;
    color: #222;    
}

footer .social-media a:last-child {
    margin-right: 0px;
}

footer .social-media a:hover {
    color: #222;
}


.footer-bar-2 form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bar-2 form .form-control {
    background: #fff !important;
    border-radius: 5px 0 0 5px;
    font-size: 13px;
    height: 45px;
    border: 0 !important;
}

.footer-bar-2 form .btn-submit {
    background: #333;
    color: #fff;
    border-radius: 0 5px 5px 0;
    font-size: 12px;
    height: 45px;
    width: 95px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.payment-final-buttons-1 .btn-complete, .payment-final-buttons-1 .btn-complete:hover{
    background: #CD1719;
    border-color: #CD1719;
}

.owl-wrapper .owl-single-button {
    top: calc(50% - 45px);
}

.card-category .image a img{
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    padding: 3px;
    border-radius: 50%;
    transition: all .3s !important;
}

.card-category .image a img:hover{
    background-image: linear-gradient( 109.6deg,  rgba(102,203,149,1) 11.2%, rgba(39,210,175,1) 98.7% );
    transition: all .3s !important;
    
}


header.desktop .h-contact {
    height: 8px;
    display: flex;
    text-align: center;
    align-items: center;
    position: relative;
    z-index: 99;
    margin-bottom: 29px;
    flex-direction: row-reverse;
}


.product-details-tab p{
    font-size:16px;
}
.ozel-urunler .ozel-urun-liste{
    border: 1px solid #ebebeb;
    padding: 10px;
}

.ozel-urunler .ozel-urun-liste .col-list-p-v-1{
    border-bottom: 1px solid #ebebeb;
}

.ozel-urunler .ozel-urun-liste .col-list-p-v-1:last-child{
    border-bottom: none;
}

footer .bb-1{
    display:flex;
    border-bottom:1px solid #ebebeb;
    padding-bottom:15px;
}

footer .bb-1 .short-links{
    height: 80px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

footer .bb-1 .short-links a{
    color: #777;
    font-weight: bold;
    font-size: 13px;
    margin: 0 10px;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators{
    padding-bottom:15px;
}

.pattern-group .gunun-firsatlari .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,.pattern-group .gunun-firsatlari .p-g-mod-header .p-g-m-h-icon i{
    color:#ff6000;
}



.kesfet{
    margin-top:15px;
}

.pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav{
    background: #fff;
    max-height:500px;
}

.pattern-group .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: 18px;
    color: #333333;
    padding: 25px;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link{
    display: block;
    width: 100%;
    padding: 17px 25px;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 500;
}

.pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav .nav .nav-item{
    padding: 0;
    list-style: none;
    display: block !important;
    width: 100%;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active{
    background: #CD1719;
    color: #fff;
}


.cat-banner .pattern-group-body{
    background-color:#fff;
}

.cat-banner .p-g-mod-t-44 .col-list-p-v-1{
    padding-top:0;
}

.p-g-mod-t-52 .card-category{
    border:none;
}

.page-link {
    color: #333 !important;
}

.page-link:focus {
    box-shadow: none !important;
} 

.page-item.active .page-link {
    color: #fff !important;
    background: #cd1719;
    border-color: #cd1719;
}

.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;
}


.p-g-mod-t-cat-filter {
    border: 0 !important;
    border-radius: 5px  !important;
    margin-bottom: 10px !important;
}

.p-g-mod.p-g-mod-base-content {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.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-bottom: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
}


.p-g-mod.p-g-mod-product-det {
    border: none;
    border-radius: 0;
    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 {
    padding: 15px 0;
    margin-top: -20px;
}

.home-headline .p-g-mod {
    margin-bottom: 0 !important;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-image-wrapper {
    position: relative;
}






.category-filter-order .list-wrap {
    background: #fff;
    border-radius: 0;
    background-color: #F6F6F6 !important;
    border-color: #CBCBCB !important;
    border: 1px solid #cbcbcb;
    padding: 10px 0; 
}

.category-filter-order .list-wrap .list{
    font-size: 13px;
}

.category-filter-order .list-wrap .list li.active .lag-checkbox, 
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: transparent;
    color: #f05156;
}


.product-profile-1 .carousel .carousel-indicators li.active {
    opacity: 1 !important;
}

.product-profile-wrapper {
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    padding: 0 20px;
    border-radius:3px;
}

.product-profile-wrapper2:last-child{
    background: #eee;
}



.product-profile-1 h1.title {
    border-bottom: 0 !important;
    padding-bottom: 5px !important;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    color: #464646;
    font-family: 'Quicksand', sans-serif;
}

.product-badges .p-badge {
    background: #fff !important;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    background: transparent;
    border-color: #DCDCDC !important;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    color: #222 !important;
    font-size: 21px;
    border-top:0;
}


.product-profile-wrapper td {
    padding: .15rem !important
}


@media (max-width:1200px) {
        
        .menu-container .menu li a {
        font-weight: 500;
        text-decoration: none;
        padding: 10px 3px;
        display: block;
        color: #000;
        transition: all 0.2s ease-in-out 0s;
        font-size: 12px;
        margin-bottom: -10px;
        padding-bottom: 20px;
    }
    
    .menu-container .menu .sub-menu li a {
    font-size: 12px;
    padding: 13px 15px;
    font-weight: 400;
    display: block;
    color: #666B72;
    background: #fff;
    border-bottom: 1px solid #cd1719;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

}


@media (max-width: 991px) {
    
   
    .mobil-sepet{
        display:flex;
    }
    
    .product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    color: #222 !important;
    font-size: 16px;
    border-top: 0;
}
    
    .info-bar-2 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-right: 0 !important;
    flex: 1;
    margin: 0;
    border-radius: 3px;
    flex-direction: column;
    padding: 20px 0px;
}
    
    .info-bar-2 .icons .icon-group .inf .description {
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    color: #222;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

    .info-bar-2 .icons .icon-group i {
    font-size: 32px;
    color: #CD1719;
    margin-bottom: 15px;
}
    
    .product-body .whatsapp-button span {
        margin: 0 10px;
        font-size: 17px;
        font-weight: 600;
        color: #000;
    }
    
    
    .product-body .whatsapp-button a {
        display: flex;
        align-items: center;
        font-size: 11px;
        padding: 0;
    }
    
    
    .product-body .product-price-group .prices .list-price {
        font-size: 26px;
        font-weight: 600;
        color: #000;
        text-decoration: line-through;
    }
    
    .product-profile-1 h1.title {
        border-bottom: 0 !important;
        padding-bottom: 10px !important;
        padding-top: 10px;
        font-size: 26px;
        font-weight: 600;
        line-height: 1.2;
        color: #464646;
        font-family: 'Quicksand', sans-serif;
    }
    
    .product-profile-1 .carousel .carousel-indicators li {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 3px;
        border: none;
        margin-bottom: 5px;
        max-width: 80px;
        opacity: .5 !important;
    }
    
    .categories-filtre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 0;
    padding: 0 20px;
}

    .p-g-mod-t-cat-filter .p-g-mod-header, .p-g-mod-t-cat-filter .p-g-mod-body{
        padding-left:15px !important;
    }
    
    
    .card-list-bg{
        display:none;
    }
    
    footer .title{
        margin-top:20px;
    }
    
    
    .info-bar-1{
        display:none;
    }
    
    .card-product .card-product-inner .price-group .prices .sale-price {
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }
    
    .card-product .card-product-inner .price-group .prices .list-price {
    font-size: 12px;
    color: #BBBBBB;
    font-weight: 500;
    margin-right: 3px;
    text-decoration: line-through;
}
    
    .dis-basket{
        display:none;
    }
    
    .p-g-mod-t-26 .btn-secondary{
        width:auto;
    }
    
    
    .accordion-product .card-body{
        height: 200px;
    }
    
    .product-profile-1 .product-buttons .btn-cart{
        width:100%;
        margin:0;
        margin-top: 13px;
        margin-left:10px;
    }
    
    .product-buttons .btn-fast-buy {
        margin: 0;
        margin-right: 0px;
        width: 100%;
    }
    
    .p-g-mod-t-45 .carousel-type-1 .carousel-item a img {
        border-radius: 0px !important;
    }
    
    .p-g-mod-t-45 .carousel-type-1 .carousel-indicators {
        display: none;   
    }
}

.product-pages-attrs {
    position: relative;
    min-height: auto;
}


    .icon-kartlar-od {
        display: flex;
        margin: 15px 0px 15px 10px;
        display: flex;
        margin: 15px 0px 15px 10px;
        flex-direction: row-reverse;
        margin-top: -55px;
    }
    
    .stokEtiket {
    border: 1px solid #808080;
    border-radius: 7px;
    margin-right: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
}

.stokEtiket>i {
    font-size: 22px;
    height: 27px;
}

.stokEtiket>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 13px;
    flex-wrap: wrap;
}

.stokEtiket>div>span {
    font-size: 13px !important;
}

.product-body .product-profile-info li .value {
    font-size: 14px;
    color: var(--main-color);
}
    

.btn-sample-pages {
    font-size: 15px;
    background: #CD1719;
    border-color: #CD1719;
    color: #fff;
    font-weight: 500;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding-left: 0;
    width: 190px;
    height: 45px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn-sample-pages i {
    margin-right: 5px;
}

.btn-sample-pages:hover {
    background: #FF0000;
    border-color: #FF0000;
    color: #fff;
}

@media (max-width: 991px) {
    header.mobile .mobile-search {
    background: #f8f8f8;
    margin-top: 5px;
}

header.mobile .mobile-search input {
    background: #f8f8f8;
}

header.mobile .right {
    background: ;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info {
    width: 100% !important;
    max-width: 100%;
    position: relative;
}

.pattern-group .p-g-mod .p-g-mod-header {
    display: block;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button {
    padding: 0 !important;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button {
    top: 16px !important;
    position: absolute;
    right: 0;
}

.pattern-group .p-g-mod.p-g-mod-trans {
    position: relative;
}

.owl-wrapper .owl-single-button.owl-single-button-prev,.owl-wrapper .owl-single-button.owl-single-button-next {
    display: none;
}
    .btn-sample-pages {
        position: relative;
        width: 100%;
    }
}

.new-icon {
    position: absolute;
    z-index: 9;
    right:0;
}

.new-icon img {
    width: 70px !important;
}

/* Sc */
@media (min-width: 1240px) {
    .container{
        max-width: 1200px !important;
    }
}
@media (min-width:1200px){
    .p-g-mod-t-45 .carousel-type-1 .carousel-indicators {
    position: absolute;
    top: 105%;
    width: 100%;
    left: 0;
    margin: 0;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    background: red;
    padding: 0 !important;
    border: none !important;
    width: 10px;
}
    .p-g-mod-t-45 .carousel-type-1 .carousel-item a img {
    /*height:330px !important;*/
        
    }
    .home-headline .row > .col-xl-3:first-child,
    .home-headline .row > .col-lg-3:first-child{
    max-width:19%;
}
.home-headline .row > .col-xl-3:last-child,
    .home-headline .row > .col-lg-3:last-child{
    max-width:25%;
}
.home-headline .row > .col-xl-6 {
    flex: 0 0 56%;
    max-width: 56%;
}

.home-headline .row > .col-xl-6 img {
    height: 100% !important;
}


.home-headline .row > .col-xl-6 .carousel {
    height: 330px;
}

}
header.desktop .console-menu .navbar-nav {
    height: 38px;
}

header.desktop .console-menu .nav-item:first-child .nav-link .count {
    width: 14px;
    height: 14px;
    font-weight: 900;
    font-size: 10px;
    line-height: 14px;
    top: 22px;
}

header.desktop .console-menu .nav-item a {
    font-weight: 400;
    font-size: 12px;
}
header.desktop .h-contact {
    margin-bottom: 10px;
}

header.desktop .logo a img {
margin-left: 0px;
    margin-top: -6px;
}

.menu-container .menu li a {
    white-space: nowrap;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 12px 17px;
    position: relative;
    font-weight: 500;
}

.header-area .search .easy-autocomplete {
    width: 470px;
    margin-left: auto;
}

header.desktop .header-area {
    height: 75px;
}

.menu .menu-container .menu {
}

header.desktop .console-menu {
    margin-bottom: -8px !important;
}

header.desktop .header-area .search {
    margin-bottom: 6px;
}

header.desktop .h-contact .info .item {
    font-size: 13px;
}
#siparisModal button.btn.btn-success {
    border-color: #CD1719;
    background-color: #CD1719;
    color: #FFFFFF !important;
    width: 100%;
    text-transform: uppercase;
    padding: 10px;
}
#siparisModal button.btn.btn-success {
    border-color: #CD1719;
    background-color: #CD1719;
    color: #FFFFFF !important;
    width: 100%;
    text-transform: uppercase;
    padding: 10px;
}
#siparisModal label{

    font-weight:300;letter-spacing:.4px
    
}


.modal-title {
    font-weight: 300;
    font-size: 24px;
}


.modal-content {
    padding: 15px;
    border-radius: 0;
}
.card-product .card-product-inner .image-wrapper a {
    display: block;
    position: relative;
    z-index: 2;
}
.card-product:hover .image > img {
    opacity: .6;
}
.card-product .image > img {
        transition: all 0.2s ease-in-out 0s;

}
.card-product .yeni-badges{
    z-index:5
}
.icon-group .inf{
    width:58%;
}
footer .title {font-family: 'Quicksand',sans-serif;font-size: 17px;}

footer .info ul li a {
    font-size: 14px;
    line-height: 26px;
    color: #222;
    font-weight: 400;
}

footer .info .sosyal-medya li a {
    font-size: 13px;
}

footer .info ul li a i {
    width: 20px;
    text-align: center;
}

.owl-wrapper .owl-single-button {
    position: absolute;
    opacity: 1;
    display: block;
    bottom: 114% !important;
    left: inherit !important;
    top: inherit;
    right: 50px !important;
    color: #666 !important;
    border-radius: 50% !important;
    border: 1px solid #dcdcdc !important;
    box-shadow: none !important;
}

.owl-wrapper .owl-single-button-next {
    right: 0 !important;
}
.pattern-group .p-g-mod .p-g-mod-header{
    height:75px;
}
.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button {
    padding-right: 100px;
}
.owl-wrapper .owl-single-button-prev button i:before {content: '‹';}
.owl-wrapper .owl-single-button-next button i:before {content: '›';}

.owl-wrapper .owl-single-button button i {
    font-family: 'Roboto',sans-serif !important;
    font-size: 19px;
    top: -1px;
    position: relative;
    opacity:.95;
}

.owl-wrapper .owl-single-button button {
    line-height: 1.05 !important;
    text-align: center;
    width: 40px;
    height:40px;
    border-radius: 25px;
}
.owl-wrapper .owl-single-button button:hover {
    background: #cd171a;
    
    color: #fff;
}
.up-scroll {
    bottom: 102px;
    right: 35px;
}
nav.breadcrumb-wrapper {
    margin: 5px 0;
}


.product-favourite a {
    font-size: 14px;
}

.info-bar-2 .icons .icon-group .inf .description {
    font-size: 13px;
    padding: 0;
    color: #464f5a;
    font-weight: 600;
}

.info-bar-2 .inf {
    width: 61%;
}

.info-bar-2 p {
    color: #464f5a;
    font-size: 13px;
    font-weight: 400;
}
.product-profile-1 .carousel:hover .carousel-inner {
    box-shadow: 0 1px 7px 1px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 1px 7px 1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}

.product-body .product-price-group .prices .sale-price {
    font-size: 34px;
}

.product-body .product-quantity .btn {
    width: 18px;
    height: 18px;
    font-size: 8px;
}

.product-body .product-quantity input {
    width: 25px;
    margin-left: 0;
}

.product-body .product-profile-1 .product-quantity {
    align-items: center;
    justify-content: center;
}

.product-price-group {
    height: 100%;
}
.product-body .nitelikler {
    list-style: none;
    margin: 0;
    border: none;
    margin: 0;
    padding: 0;
}

.product-body .nitelikler li {
    list-style: none;
}

.nitelikler.product-pages-attrs {}

.product-body .nitelikler ul {
    padding: 0;
    margin: 0;
}
.sc-iletisim {
    margin-bottom: 15px;
}

.sc-iletisim h3 {
    font-size: 20px;
    margin: 5px 0 15px;
}

.product-profile-info .product-price-group {
    align-items: center;
    color: #333;
    display: flex;
    flex-wrap: nowrap;
    font-weight: 400;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .header-area.last .console-menu .dropdown-menu {
    top: 38px;
}
.sc-menus-detay a:nth-child(1),
.sc-menus-detay a:nth-child(2),
.sc-menus-detay a:nth-child(3),
.sc-menus-detay a:nth-child(4){
    display:none !important;;
}
.flipbox-side .banner-item .image {
    padding: 0 0 0;
    text-align:center;
}

.flipbox-side .banner-item .image img {
    padding: 0;
    width:auto;
    height:100%;
}

.product-profile-info .prices {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-profile-info .prices .list-price {
    margin-right: 13px;
}
.prices {
    width: 100%;
    display: flex;
    flex-direction: revert;
    align-items: center;
}

.product-profile-info .prices .list-price {
    margin-right: 13px;
}

.product-body .discount2 {
    color: #cd171a;
    border: 1px solid #efefef;
    padding: 4px 15px;
    margin-top: 12px;
}

.product-body .discount2 .rate {
    padding: 0 !important;
}
.sidebar-menu .categories > ul > li:nth-child(1),
.sidebar-menu .categories > ul > li:nth-child(2),
.sidebar-menu .categories > ul > li:nth-child(3),
.sidebar-menu .categories > ul > li:nth-child(4) {
    clip: rect(0,0,0,0);
    /*position: absolute;*/
}
.info-bar-1 .icons .icon-group strong {
    display: flex;
    justify-content: center;
    align-items: center;
}
.easy-autocomplete-container > ul {
    overflow-y: scroll;
    max-height: 282px;
}
header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 56px;
}

header.desktop .mega-menu .nav-item {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.desktop .mega-menu .nav-link {
    /*padding: 0;
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #222;
    line-height: 14px;
    font-weight: 600;
    font-size: 14px;
    padding: 0 5px;
    white-space: unset !important;
    position: relative;
    border-top: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;*/
    padding: 0;
    display: flex;
    flex: 1;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #222;
    line-height: 14px;
    font-weight: 600;
    font-size: 13.5px;
    /* max-width: 108px; */
    padding: 0 5px;
    white-space: normal !important;
    position: relative;
    border-top: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    flex-direction: column;
    
}

.desktop .dropdown-toggle::after {
    position: absolute;
    top: 33px;
}

.dropdown-toggle::after {
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}



header.desktop .mega-menu .dropdown:hover .nav-link,
header.desktop .mega-menu .nav-link:hover {
    background: #fff;
    color: #e4773c;
    border-top: 1px solid #222;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header.desktop .mega-menu .dropdown:hover .nav-link::after,
header.desktop .mega-menu .nav-link:hover::after,
header.desktop .mega-menu .dropdown:hover .nav-link::before,
header.desktop .mega-menu .nav-link:hover::before {
    display: none;
}

header.desktop .mega-menu .nav-item:last-child .nav-link {
    border-right: 0;
}
  
header.desktop .mega-menu .dropdown {
    position: static;
}

header.desktop .mega-menu .dropdown-menu {
    border-top: 0;
    border-radius: 0;
    background-color: #fff;
    width:100%;
    left:0;
    right:0;
    top:54px;
    position: absolute;
    border:none;
}
    
header.desktop .mega-menu .dropdown:hover .dropdown-menu, 
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display:block!important;
 }

/* Mega Menu Container */
.mega-menu-container {
    padding: 20px;
}

.mega-menu-container .sub-cat.fix-height {
}

.mega-menu-container .sub-cat{
    margin-bottom:10px;
}

.mega-menu-container .sub-title {
    line-height: 100%;
    font-weight: 500;
    color: #000000ba;
    padding-bottom: 2px;
    margin-bottom: 11px;
    font-size: 13px;
    border-bottom: 1px solid #eaeaea;
}

.mega-menu-container .sub-title:hover{
    color: #cd1719;
    transition: all .4s;
}


.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.mega-menu-container ul li a {
    font-size: 13px;
    color: #555;
    font-weight: 400;
}

.mega-menu-container ul li a:hover {
    color: #e4773c;
}

.mega-menu-container ul li span {
    margin-right: 5px;
}
header.desktop .mega-menu .dropdown:hover .dropdown-menu, header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display: block!important;
}
section.sc-menu {
    background: #fff;
    border-bottom: 1px solid #CD1719;
    position: relative;
    z-index: 99;
    height: 56px;
    display: flex;
    align-items: center;
}

header.desktop .mega-menu .nav-link:after {
    display: block !important;
}

header.desktop .mega-menu .navbar-nav {
    height: 46px;
}


header.desktop .mega-menu .dropdown:hover .nav-link, header.desktop .mega-menu .nav-link:hover {
    border: none;
    color: #cd1719;
}

header.desktop .mega-menu .dropdown .nav-link {
    border: none !important;
    height: 44px;
}

header.desktop .mega-menu .dropdown-menu {
    top: 44px;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
.mega-menu-container ul li {
    width: 50%;
}

.mega-menu-container ul li a {
    color: #000;
    font-size: 14px;
}

.mega-menu-container .sub-title {
    width: 100% !important;
    display: block;
    text-align: left;
    padding-top:10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    color: #333;
}


.mega-menu-container ul li a:hover {
    color: #cd1719;
}
header.desktop .mega-menu .dropdown .nav-link {
    padding: 0;
}

header.desktop .mega-menu .navbar-nav {
    justify-content: space-around;
}

header.desktop .mega-menu .nav-item {
    flex: none;
}
header.desktop .mega-menu .nav-item.sc637 {
    background: red !important;
}

header.desktop .mega-menu .nav-item.sc-637 .dropdown-menu {left: 0;height: 50px;padding: 0;}

header.desktop .mega-menu .nav-item.sc-637 {
    position: relative;
}

header.desktop .mega-menu .nav-item.sc-637 .dropdown-menu a {
    color: #000;
}

header.desktop .mega-menu .nav-item.sc-637 .dropdown-menu a {
    border: none;
    padding: 0 !important;
    font-weight: 400;
    font-size: 14px;
}

/* Mobile Menu Tip 2 */

.sidebar-menu-type-2 {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -100%;
}

.sidebar-menu-type-2.active {
    margin-left: 0;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu-type-2 .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu-type-2 .title .btn-close {
    color: #fff;
}

.sidebar-menu-type-2 .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu-type-2 .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu-type-2 .links a i {
    float: right;
}

.sidebar-menu-type-2 .categories {
    /*display: none;*/
}

.sidebar-menu-type-2 .categories ul {
    margin: 0;
    padding: 10px;
}

.sidebar-menu-type-2 .categories ul li {
    padding: 0;
    list-style: none;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    position: relative;
}

.sidebar-menu-type-2 .categories ul li a img {
    height: 35px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .categories ul li a {
    display: flex;
    padding: 10px;
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}

.sidebar-menu-type-2 .categories ul li a .name {
    width: 80%;
}

.sidebar-menu-type-2 .categories ul li a .icon {
    color: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 17px;
    position: absolute;
    right: 22px;
}

.sidebar-menu-type-2 .categories .multi li a .icon {
    right: 13px;
}

.sidebar-menu-type-2 .easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
    top: 65px;
}

.sidebar-menu-type-2 .categories ul li a .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories .multi .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories ul .multi {
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu-type-2 .categories .multi li {
    border: 0 !important;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding: 0;
}

.sidebar-menu-type-2 .categories ul .multi .multi a {
    padding-left: 20px;
    font-size: 12px;
}

.sidebar-menu-type-2 .mobile-search i {
    font-size: 25px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .mobil-area-title {
    color: #000;
    margin: 15px 10px 10px 13px;
    display: block;
    font-weight: 500;
    font-size: 15px;
}

.sidebar-menu-type-2 .mobil-area-1 {
    display: flex;
    position: relative;
    text-align: center;
}

.sidebar-menu-type-2 .mobil-area-1 a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    justify-content: center;
    border: 1px solid #e2e2e2;
    margin: 0 10px;
    padding: 7px 1rem;
    color: #000;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}

.sidebar-menu-type-2 .mobil-area-1 a img {
    margin-right: 10px;
    padding: 0;
    width: 41px;
    height: 41px;
}

.sidebar-menu-type-2 .logo-area a img {
    height: 70px;
    max-width: 250px;
}

.sidebar-menu-type-2 .logo-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}

.mobile-menu-close {
    display: flex;
    justify-content: center;
    margin-right: 19px;
    font-size: 20px;
    align-items: center;
}

.mobile-menu-close i {
    border: 1px solid #e2e2e2;
    padding: 0.5rem;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #e2e2e2;
    padding-top: 10px;
    padding-left: 9px;
}

.mobil-area-2 {
    margin: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-menu-type-2 .short-link {
    width: 50%;
    padding: 15px 10px;
}

.sidebar-menu-type-2 .short-link.border-1 {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-2 {
    border-bottom: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-3 {
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.sidebar-menu-type-2 .short-link a i {
    margin-right: 10px;
    font-size: 20px;
}

.mobil-area-footer {
    text-align: center;
    color: #000;
}

.btn-pdf{
    color: #FFFFFF;
    display: block;
    text-align: center;
    background: #575ce4;
    line-height: 30px;
    font-size: 14px;
    border:0px solid #fff !important;
    font-weight: 500;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    font-weight: 500;
    margin: 15px 10px 10px 10px;
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding-right: 15px;
    padding-left: 15px;
}