.contact-box {
    display: flex;
    align-items: center;
}
.search-wrapper {
    display: flex;
    align-items: center;
    background: #4fd9c1;
    gap: 15px;
    border-radius: 5px;
}
.swal-footer{
    text-align: center;
}
.login-form .form-control,
.common-register-form .form-control{
    height: 45px;
}
.login-form button.btn.btn-success,
.common-register-form button.btn.btn-success {
    width: 100%;
    background: #333;
    border-color: #333;
    padding: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.header-support {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

.header-support .sup-title {
    color: #fff;
}

.header-support a {
    color: #fff;
}

.bar-favorite {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
}

.sekmeli-urunler .p-g-tab-wrapper .p-g-t-nav .nav{
    justify-content: flex-start;
    align-items: flex-start!important;
}

.search-wrapper .info-total {
    font-weight: 500;
    line-height: 44px;
    color: #fff;
}

.sekmeli-urunler-2  .p-g-tab-wrapper {
    background: red;
}

.sekmeli-urunler-2 .tab-content {
    padding: 25px;
}

.sekmeli-urunler-2 .nav-link.active {
    background: #484848;
    color: #fff!important;
    padding: 21px 31px 13px 26px!important;
}

.sekmeli-urunler-2 .nav-link {
    padding: 21px 31px 13px 26px!important;
}

.sekmeli-urunler-2 .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    margin: 0!important;
}

.sekmeli-urunler-2 .nav-link.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0;
    background-color: #484848;
    margin-top: -10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: -1;
}
.fav-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 15px 0;
}

.fav-buttons a {
    font-size: 12px;
    font-weight: 600;
    display: flex!important;
    align-items: center;
    color: #919191;
    gap: 5px;
}
.fav-buttons i {
    font-size: 17px;
}


header.desktop .header-cart-hover .dropdown-menu .top-header {
    background: #fff;
    display: flex;
    justify-content: flex-end;
    padding: 5px 20px;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 30px;
}

header.desktop .header-cart-hover .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 500px;
    left: inherit;
    right: 0;
    top: 28px;
    position: absolute;
    border: 2px solid #ececec;
    border-radius: 10px;
    -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-cart-summary-1 .buttons {
    display: flex;
    flex-direction: row;
    padding: 10px;
    justify-content: space-between;
}

.header-cart-summary-1 .buttons .btn {
    font-size: 12px !important;
    padding: 5px 3px !important;
    margin: 5px;
    background: #4fd9c1;
    color: #fff;
    transition: all .4s;
    max-width: 150px;
}

.header-cart-summary-1 table tfoot tr th {
    padding: 7px 25px;
}


.header-cart-summary-1 .table th {
    font-size: 13px !important;
    font-weight: 600;
    text-align: right;
    border: 0;
}
.mobil-apps img {
    max-width: 200px;
    height: 60px;
}

.mobile-app-title {
    text-align: center;
    color: #484848;
    font-weight: 500;
    margin-top: 33px;
    margin-bottom: 25px;
    font-size: 20px;
}

.mobil-apps {
    margin-bottom: 30px;
}

.dropdown-currencies-1 .dropdown-toggle{
    margin-left: 20px;
}

.card-product .brand {
    color: #919191;
    position: relative;
    display: block;
    margin-top: 10px;
    text-align: center;
}
.card-product .brand::before{
        content: '';
    position: absolute;
    height: 1px;
    width: 70px;
    background-color: #e5e5e5;
    top: 50%;
    left: 0;
}

.card-product .brand::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 70px;
    background-color: #e5e5e5;
    top: 50%;
    right: -4px;
    left: auto;
}


/* Shine */
.banner-item .image {
	position: relative;
	overflow: hidden;
}
.banner-item .image::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.banner-item .image:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.card-list-product .card-list-product-inner .image-wrapper{
    flex: auto;
}

.p-g-mod-t-cat-filter .p-g-mod-header .p-g-m-h-info {
    border-bottom: 1px solid #ddd;
}

.pattern-group .p-g-mod-t-21,
.pattern-group .p-g-mod-t-22,
.pattern-group .p-g-mod-t-23,
.pattern-group .p-g-mod-t-24,
.pattern-group .p-g-mod-t-25,
.pattern-group .p-g-mod-t-35{
    border: none;
}

.card-list-product .card-list-product-inner .c-l-p-i-link{
    gap: 10px;
}

.card-list-product .card-list-product-inner .price-group .prices{
    align-items: flex-start;
}

.card-list-product .card-list-product-inner .price-group{
    margin-left: 0;
}

.card-list-product .card-list-product-inner .info .title{
    text-align: left;
    height: 35px;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child a {
    color: #333;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 30px;
}


.product-details-tab-product-details-tab-colorful .p-g-mod-body{
    padding: 70px!important;
}

.product-details-tab-product-details-tab-colorful .tab-content {
    background: #f5f5f5;
}

.product-body .compare-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.product-buttons .btn-cart i{
    font-size: 20px;
}

.degerlendirmeler {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compare-wrap .product-favourite-kart a,
.compare-wrap .action.compare a{
    color: #727272;
}

.compare-wrap .product-favourite-kart,
.compare-wrap .action.compare{
    width: 150px;
    background: #f5f5f5;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.product-quantity .btn.btn-plus{
    border-radius: 0 30px 30px 0;
}

.product-quantity .btn.btn-minus{
    border-radius: 30px 0 0 30px;
}

.product-quantity .btn {
    font-size: 11px;
    font-weight: 500;
    width: 55px;
    height: 55px;
    display: flex;
    background: #f5f5f5;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 0;
}

.stok-wrapper {
    background: #4fd9c1;
    padding: 4px 7px;
    border-radius: 20px;
    color: #fff;
    width: 75px;
    text-align: center;
}

.social-share-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

span.social-share-title {
    color: #484848;
    font-weight: bold;
    text-transform: uppercase;
}

.categories-body .product-view-select a div {
    width: 9px;
    height: 13px;
    background: #e2e6eb;
    border-radius: 1px;
    margin:0 2px;
}

.categories-body .product-view-select a.active div {
    background: #4fd9c1;
}

.categories-body .product-view-select a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-left: 10px;
    transition: var(--transition-time);
    padding:0 10px;
}

.category-filter-order .list-wrap {
    padding: 20px 0;
    background: transparent;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 25px 0;
}

.category-filter-order-desktop {
    border-radius: 20px;
    width: 180px;
}

.category-filter-order .list-wrap .list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-between;
}

.categories-body .pattern-group .p-g-mod-t-20 > .p-g-mod-header {
    border-bottom: 0;
    padding-left:0 !important;
}

.category-filter-order .list-wrap .list li {
    flex: inherit;
}

.category-filter-order-mobile{
    display: none;
}

.product-view-select{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    align-items: center;
}

.bu-pro-sys-nav .item:hover, .bu-pro-sys-nav .item.active{
    background: #4ed9c1;
}

.bu-pro-sys-list .card[data-expanded="true"] .card-header{
    background: #4ed9c1!important;
}

.menu .col-md-3 {
    padding: 0;
}

.menu .col-md-9 {
    padding: 0;
}

.home-headline .col-12 {
    padding: 7px;
}

.menu-deep-box .sub-cat ul li a {
    font-size: 12px;
    color: #727272;
    transition:all .4s;
    font-weight: 400;
}

.menu-deep-box .sub-cat ul li a:hover {
    color: var(--main-color2);
    transition:all .4s;
}

.menu-deep-box .sub-cat ul{
    margin:0;
    padding-left:0;
}

.menu-deep-box .sub-cat li{
    list-style:none;
    margin-bottom: 5px;
    margin-top:5px;
}


.menu-deep-box .sub-cat{
    margin-bottom: 15px;
}
    
.menu-deep-box .sub-title {
    color: #008b73;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
    transition: all .4s;
}

.menu-deep-box .sub-title:hover{
    color: var(--main-color2);
    transition:all .4s;
}