

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.container{
   max-width: 1170px !important;
}

.stage-outter {
    background: url("/Content/images/nsmart_homepage_bg.png") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    height:90vh;
    position: relative;


}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled{
    border-color: #315d9e;
    background: #315d9e;
    color: #ebebeb;
}

.stage {
    /* width: 70vw; */
    margin:0 auto;
}
.productAttributeMappings{
    list-style: none;
}
.header{
    display: flex;
    justify-content: center;
    padding-block: 22px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 1320px;
}
.header-right{
    justify-content: space-between;
    text-align: end;
}
.header-phone-number{
    display: flex;
    justify-content: flex-end;
}
.header-phone-number-text{
    text-align: left;
    margin-left: 15px;
}
.header-icons{
    justify-content: end;
    align-items: center;
    gap: 20px;
}
.header-icon-text {
    color: white;
    font-size: 20;
    margin-top: 4px;
    font-weight: 500;
}
.account-button{
    margin-right: .5rem;
}
.account_btn{
    background: none;
    border: none;
}
.account-button-left {
    float: left;
    display: block;
    text-align: right;
    width: 32%;
}

.account-button-right {
    float: left;
    display: block;
    width: 60%;
    text-align: left;
}
.al-sat-buttons{
    border: 1px solid #707ed0;
    border-radius: 22px;
    padding: 11px 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.header-buttons-box {
    margin-top: 5rem;
}
.telefon-al-button:hover{
     background: #ff5063; 
    
}
.telefon-sat-button:hover{
    background: #0196ec;
}
.searchbar{
    border-radius: 20px;
    position: relative;
}
.search--location--header {
    width: 100%;
}
.search--location--header .search__input{
    color:#3a41a9;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 19px;
    border-radius: 40px;
    border:none;
    min-height: 40px;
    width: 100%;
    padding: 12px;
    padding-left: 20px;
    background: #fff;
    text-transform: capitalize;
}
.search--location--header .search__input ~ .search__border{
    box-shadow:none;
}
.search--location--header .search__input:focus ~ .search__border{
    box-shadow:none;
}
.search--location--header .search__input:hover ~ .search__border{
    box-shadow:none;
}
.search--location--header .search__suggestions{
    top:-1px;
    left: 0;
    width: 100%;
    border-top-left-radius:40px;
    border-top-right-radius:40px;
    border-bottom-right-radius:40px;
    border-bottom-left-radius:40px;
    background: linear-gradient(0deg, rgba(242,242,242,1) 35%, rgba(255,255,255,1) 100%);
}

.search--location--header .search__suggestions{
    position: absolute;
    width: 100%;
    padding-top: 40px;
    margin-top: 2px;
    border-radius: 30px;
}
.search__suggestions{
    display: none;
}
.search--suggestions-open.search--has-suggestions .search__suggestions{
    display: block;
}
.search__suggestions.suggestions.suggestions--location--header .suggestions__list{
    padding-top:10px;
    margin-bottom: 25px;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
    padding-right: 15px;
    border: 0;
}
.suggestions__item-image{
    width: 45px;
}
.suggestions__item-image .product-image__body{
    height: 35px;
}
.suggestions__item-image .product-image__img{
    object-fit: contain !important;
    height: 100%;
}
.search__suggestions.suggestions.suggestions--location--header .suggestions__list::-webkit-scrollbar{
    width: 4px;
    margin:10px;
}
.search__suggestions.suggestions.suggestions--location--header .suggestions__list::-webkit-scrollbar-track{
    background: #f7f7f7;
    
}
.search__suggestions.suggestions.suggestions--location--header .suggestions__list::-webkit-scrollbar-thumb{
    background-color: #fa4e61;
}
.search__suggestions.suggestions.suggestions--location--header .suggestions__list li{
    margin: 5px 10px;
    overflow: unset;
    flex-direction: row;
    width: 100%;
    padding: 5px 10px;
    height: max-content;
}
.search__suggestions.suggestions.suggestions--location--header .suggestions__list li:hover{
    background: #5f3bfd;
    color: #af9dfe;
    border-radius: 40px;
}
.search__suggestions.suggestions.suggestions--location--header .suggestions__list li .suggestions__item-price{
    visibility:hidden;
    border-radius: 40px;
    background: #917ee3;
    color: #fff;
    padding: 5px 8px;
}
.search__suggestions.suggestions.suggestions--location--header .suggestions__list li:hover .suggestions__item-price{
    visibility: visible;
    border-radius: 40px;
    background: #917ee3;
    color: #fff;
    padding: 5px;
}

.nav-links__submenu.nav-links__submenu--type--menu{
    margin:-6px;
}

.search-bar-input{
    color:#3a41a9;
    font-weight: 800;
    font-family: 'Montserrat';
    font-size: 19px;
    border-radius: 40px;
    border:none;
    min-height: 60px;
    width: 30vw;
    padding: 12px;
    padding-left: 20px;
}
.search-bar-input:focus{
    border:none;
}
.homepage-header-buttons a{
    text-decoration: none;
}
.button-search{
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.btn__search {
    padding: 10px;
    border-radius: 40px;
    width: 85px;
    border: none;
    background: #5f3bfd;
    font-weight: bolder;
    color: #fff;
}
.popular-search{
    color:#fff;
    font-weight: 500;
}

.telefon_yenilemenin_akilli_yolu{
    font-size: 36px;
}
.slider-alt-bar-container{
    position: relative;
    
}

.homepage-triple-image-container{
    margin-top: 8rem;
}
.homepage-triple-images{
    
    justify-content:center;
    
    
}

.homepage-products-item{
    text-align: center;
    position: relative;
}

.product-card__old-price {
    font-size: 15px;
}
.all-products-view{
    text-align: center;
    margin: 2rem 0 !important;
}
.all-products-button{
    padding:12px 28px;
    color:#fff;
    border:none;
    border-radius: 20px;
    background: #4cb2ed;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.all-products-button-alt{
    padding:12px 28px;
    color:#fff;
    border:none;
    border-radius: 20px;
    background: #123d6f;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.homepage-manufacturers{
    width: 100vw;
    height: 180px;
    background: #fafafa;
}
.homepage-product-img{
    margin:auto!important;
    width: 100%;
}
.products-view__list[data-layout="list"] .homepage-product-img{
    max-height: 270px !important;
    width: auto;
}
.owl-carousel .owl-item .product-image--location--gallery .product-image__img {
    width: 100% !important;
}
.manufacturer-container{
    height: 200px;
    align-items: center;
}
/* .favorite-button .product-item-button{
    background-image: url(/Themes/NSmart/Content/images/heart.png);
    background-repeat: no-repeat;
}
.favorite-button .product-item-button.added-wishlist{
    background-image: url(/Themes/NSmart/Content/images/heart3.png);
    background-repeat: no-repeat;
} */
footer{
    background: #08274b;
}
.generalNote{
    display: block!important;
}
footer h6{
    color:#fff;
    margin-top:3rem;
    margin-bottom:1.5rem;
}
footer p{
    color:#fff;
    margin-top:1rem;
    margin-bottom:1rem;
    font-size: 16px;
}
footer p i{
    margin-right: 5px;
}
footer a{
    color: #7793b5;
    font-size: 12px;
}
footer a:hover{
    color: #fff !important;
}
footer .payment-icons .payment-icon{
    display:inline-block;
    vertical-align:middle;
    margin:1px;
    width:56px;
    height:32px;
    background-color:#d6d3cc;
    background-size:80% auto;
    background-repeat:no-repeat;
    background-position:center;
    transition:opacity 0.25s;
    filter:invert(1);
    border-radius:4px
}
.social-wrapper .social-links {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.social-wrapper .social-links li {
    margin: 0;
}
.social-wrapper .social-links li a{
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #123d6f;
    margin: 0 12px 0 0;
    cursor: pointer;
}
.social-wrapper .social-links li:hover a {
    color: #fff;
}
.subscribe-input{
    border-radius: 50px !important;
    border: none !important;
    padding: 25px 14px !important;
    font-size: 14px !important;
    background: #123d6f !important;
    color: #fff !important;
}
.subscribe-button{
    color: #fff!important;
    outline:2px solid #fff!important;
    font-size: 12px!important;
    font-weight: bold!important;
    width: 180px;
    height: 50px;
    background: #08274b!important;
    border:none!important;
    border-radius: 20px!important;
    padding:8px 12px!important;
}
.subscribe-button:focus{
    outline: 2px solid #4cb2ed!important;
}
.mobile-menu-area {
    display: none;
}
.all-products-view a:hover{
    color:#fff;
    background:  #0196ec;
    
}
.dropcart__header{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #1f247e;
}
.dropcart--style--offcanvas .dropcart__title{
    color:#fff;
    font-size: 14px;
    font-weight: 400;
}
.dropcart__title a{
    color: #ff5063;
}
.dropcart__products-list .dropcart__product .dropcart__product-name {
    font-size: 14px;
    width: 100%;
    font-weight: 600;
}
.products-list[data-layout="grid-3-sidebar"] .products-list__item{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    padding-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
}
.dropcart__product a.product-image__body{
    padding: 0px;
    overflow: hidden;
    height: 100px;
    border: 1px solid #ededed;
    border-radius: 10px;
}
.dropcart__product-info{
    max-width: 250px;
}
.dropcart__totals th{
    font-weight: 500 !important;
}
.dropcart__totals td{
    font-weight: bolder !important;
    font-size: 20px;
}
.dropcart__buttons{
    display: block;
}
.dropcart__buttons .btn-secondary{
    width: 90%;
    margin-bottom: 1rem;
    background: #f6f6f6;
    color: #5b65bf;
    border: 1px solid #5b65bf;
    border-radius: 30px;
    font-weight: 800;
}
.dropcart__buttons .btn-primary{
    width: 90%;
    background: #ff5063;
    color: #fff;
    border-radius: 30px;
    font-weight: 800;
    border: none;
    

}
.dropcart--style--offcanvas .dropcart__buttons{
    text-align: -webkit-center;
}
.dropcart__products-list .dropcart__product{
    border:none;
}

.block-products-carousel__slider{
    margin: 0 !important;
}
.topbar-link{
    font-size: 11px;
    font-weight: 600;
}
.page-breadcrumb{
    
    margin: 16px 0 16px 0;
    width: fit-content;
    background: linear-gradient(90deg, #fcfcfc 75%, rgb(255, 255, 255) 100%);
    /*background: #fcfcfc;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}
.page-breadcrumb span{
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-breadcrumb a{
    color: unset;
    cursor: pointer;
    text-decoration: unset;
}
.page-breadcrumb .page-breadcrumb-current-page{
    color: #454da7;
    cursor: pointer;
    text-decoration: unset;
    font-weight: 700;
}



.page-breadcrumb span .page-breadcrumb-product{
    color: #454da7;
}

.page-top-header{
    display: flex;
    justify-content: space-between;
    padding:8px 0;
}
.page-top-header-links{
    display: flex;
    
}
.page-page-top-header-link{
    margin-right: 1rem;
    font-weight: 600;
}

.page-top-header-links a{
    text-decoration: none;
    color:#fff;
    font-size:12px;
}
.page-phone-number {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.page-phone-number i{
    margin-right: 5px;
    font-size: 20px !important;
}
.nsmart--top i {
    color: #fff;
    font-size: 11px;
}
.page-header{
    background: #3941a3;
}
.page-header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 0 30px 0;
}
.page-search-bar-input{
    border-radius: 40px;
    border:none;
    min-height: 30px;
    width: -webkit-fill-available;
    padding: 8px;
}
.product-page-body-items{
    /* border:1px solid black; */
    margin:2rem auto !important;
}
.page-categories{
    display: flex;
    font-size: 13px;
    font-weight: 500;
    color: #676767;
}
.page-categories-bar{
    display: flex;
    padding:14px;
    justify-content: space-evenly;
}
.pp-product-price-header {
    font-weight: 600;
    font-size: 16px;
}
.product__new-price {
    font-size: 22px !important;
    font-weight: bold;
}
.product-page-delivery .pp-delivery-content{
    color: #29d378;
    font-weight: 600;
    font-size: 14px;
}
.product-page-product-price .pp-product-price-content{
    font-size: 18px;
}
.your-price {
    color:#525252;
    font-size: 24px;
    font-weight: 600;
    margin-left:6px;
}
.product-price.discounted-price label {
    color:#989494;
    font-weight: 600;
    font-size: 1rem;
}
.page-categories-bar-container{
    border:1px solid black;
    background: #f9f9f9;
}
.page-categories-item{
    margin-right: 2rem;
    font-weight: 600;
}
.page-categories-button{
    text-align: end;
}

@media (min-width: 768px) {
.page-categories-button {
    display: inline-block !important;
}
}

.page-categories-button a{
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 18px;
    text-decoration: none;
    background: rgb(48,150,15);
    background: linear-gradient(90deg, rgba(48,150,15,1) 40%, rgba(41,212,121,1) 100%);
}
.page-categories-button a:hover{
    color:#fff;
    background: #0e8a48;
}
.product-page-body-items{
    justify-content: space-between;
}
.product-page-left-side{
    
    width: 49% !important;
}
.product-gallery__featured{
    border:1px solid #f7f7f7;
    border-radius: 10px!important;
}
.product-gallery__carousel{
    display: block;
}
.product-gallery__carousel .owl-item.active a{
    border:1px solid #f7f7f7;
    border-radius: 10px!important;
}
.product-image.product-gallery__carousel-item.product-gallery__carousel-item--active{
    -webkit-box-shadow: 0 0 0 2px #4d55a9 inset;
    box-shadow: 0 0 0 2px #4d55a9 inset;
    border-color: #4d55a9 !important;
}
.product-page-left-side .product-tabs{
    margin-top:16px;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    border-width: 1px;
    border-color: #f9f9f9!important;
}
.product-page-left-side .product-tabs .product-tabs__list{
    height: auto;
}
.product-page-left-side .product-tabs .product-tabs__content{
    padding: 15px 19px;
}
.product-page-left-side .product-tabs .product-tabs__content .spec .spec-name{
    color: #9d9494;
    font-weight: 500;
}
.product-page-left-side .product-tabs .product-tabs__content .spec .spec-value{
    color: #d9d9d9;
    font-weight: 500;
}
.product-page-left-side .product-tabs .product-tabs__content{
    border: unset;
}

.product-page-left-side .product-tabs .product-tabs__list .product-tabs__item--active, .product-tabs__item--active:hover{
    cursor: default;
    border-bottom-color: #4d55a9;
    background: transparent;
    margin-left: 0;
}

.product-page-left-side .product-tabs .product-tabs__list .product-tabs__item{
    padding: 10px 8px;
    font-weight: 700;
    color: #4d55a9;
    margin-bottom: 0;
}
.product-page-left-side .product-tabs .product-tabs__list-body{
    border-bottom: 1px solid #f7f7f7;
    background: #fdfdfd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 20px;
}
[dir=ltr] .product-tabs__item:first-child{
    margin-left: unset;
}
.product-page-right-side{
    /* border:1px solid #f7f7f7;
    border-radius: 10px;
    padding: 0 !important;*/
    width: 49% !important; 
    
}
.product-page-right-side .product-container{
    border:1px solid #f7f7f7;
    border-radius: 10px;
    padding: 0 !important;
}
.product-page-first-line{
    display: flex;
    padding:12px 24px;
    justify-content: space-between;
    color: #989494;
    font-weight: 500;
    font-size: 13px;
    align-items: center;
}
.product-page-storage-list{
    display: flex;
    list-style: none;
    /* justify-content: space-between; */
}
.product-page-product-condititon-container{
    padding: 16px;
    /* background: #fdfdfd; */
    
}
.product-page-triple-icons{
    display: flex;
    justify-content: space-evenly;
    margin-top:1.5rem;
}
.product-detail-triple-img{
    width: 30%;
}
.product-page-product-condition-list{
    display: flex;
    list-style: none;
}
.product-page-product-condition-info{
    align-items: center;
}
.product-page-product-name{
    color: #4a52a8;
    background: #fdfdfd;
    padding:12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.product-page-product-color ul li{
    border: 2px solid #f6f6f6!important;
    border-radius: 20px;
}
.product-page-product-color ul  li.selectedProduct{
    border: 2px solid #4c54a9!important;
    border-radius: 20px;
}
.product-page-product-color-name{
    padding: 8px 24px;
}
.product-page-product-color-name-title{
    color:#989494;
    font-weight: 600;
}
.product-page-product-color-name-value{
    color: #4d55a9;
    font-weight: 700;
}

.product-page-product-storage-name-title{
    color:#989494;
    font-weight: 600;
}
.product-page-product-storage-name-value{
    color: #4d55a9;
    font-weight: 700;
}
.product-page-product-color .pp-page-color-input{
    width: 34px;
    height: 34px;
    margin-left: 5px;
}
.product-page-product-storage-name{
    padding: 8px 24px;
}
.product-page-product-condition-info-text{
    font-size: 12px;
    font-weight: 700;
    color: #a7a7a7;
}
.product-page-product-condition-info-text .pp-product-condition-info-text-header{
    color:#464ea7;
    text-transform: capitalize;
}

.pp-info-modal-content button{
    padding: 8px 12px;
    color: #989494;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    width: 145px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}
.pp-info-modal-content p{
    border: 2px solid #b2b4cd;
    border-radius: 4px;
    font-size: 13px;
    padding: 12px;
    min-height: 160px;
    background: #f2f3ff;
    font-weight: 500;
    color: #848484;
}
.pp-info-modal-content p span{
    color: #464ea7;
    font-weight: 600;
    font-size: 16px;
}
.pp-info-modal-content button.btn{
    color: #4d55a9;
    outline: 2px solid #4d55a9;
}
.pp-info-modal-content button.btn.collapsed{
    color: unset;
    outline: unset;
}
.pp-info-modal-content button:hover{
    color: #4d55a9;
    outline: 2px solid #4d55a9;
}
.pp-info-modal-content button:focus{
    color: #4d55a9;
    outline: 2px solid #4d55a9;
}

.product-page-storage-list-item{
    border: 1px solid #f6f6f6;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    color: #a3a3a3;
    font-weight: 600;
    cursor: pointer;
    min-width: 70px;
    height: 40px;
    text-align: center;
    margin-right: 14px;
}
.product-page-storage-list-item a{
    color: #a3a3a3;
}
.product-page-storage-list-item.selectedProduct{
    border: 2px solid #4d55a9!important;
    color: #4d55a9;
    font-size: 13px;
    font-weight: 700;
}
.product-page-storage-list-item.selectedProduct a{
    color: #4d55a9!important;
}
.product-page-storage-list-item.selectedProduct:hover{
    border: 2px solid #4d55a9!important;
    outline: unset;
    color: #4d55a9;
    font-size: 13px;
    font-weight: 700;
}
.product-page-storage-list-item.outofstock{
    background: #ededed;
    pointer-events: auto! important;
    cursor: not-allowed! important; 
    display: flex;
    flex-direction: column;
    padding: 2px;
    bottom: 10%;
    transform: translateX(-50%);
    left: 50%;
}
.product-page-storage-list-item.outofstock:hover{
    outline: unset;
    color: #908a8a;

}
.product-page-storage-list-item.outofstock span{
    font-size: 8px;
    background: #fbfbfb;
    padding-bottom: 2px;
    
}
.product-page-add-to-cart-button button{
    background: #29d276;
    color: #fff;
    width: 160px;
    height: 50px;
    border:none;
    border-radius: 5px;
    transition: 0.3s;
    margin: 0 5px 0 5px;
}
.product-page-add-to-cart-button button:hover{
    background: #1fb864;
    transition: 0.3s;
}
.product-page-buy-now-button button{
    background: #e90808;
    color: #fff;
    width: 160px;
    height: 50px;
    border:none;
    border-radius: 5px;
    transition: 0.3s;
    margin: 0 5px 0 5px;
}
.product-page-buy-now-button button:hover{
    background: #ad1010;
    transition: 0.3s;
}
.product-page-wishlist-button button{
    height: 50px;
    width: 50px;
    border-radius: 5px;
    border: 2px solid #f6f6f6;
    transition: 0.3s;
}
.product-page-wishlist-button button:hover{
    color: #4d55a9;
    border: 2px solid #4d55a9;
    transition: 0.3s;
}
.product-page-storage-list-item:hover{
    color: #4d55a9;
    outline: 2px solid #4d55a9;
}
.product-page-product-condition-item:hover{
    color: #4d55a9;
    outline: 2px solid #4d55a9;
}
.product-page-product-condition-name{
    padding: 2px 12px;
    color:#989494;
    font-weight: 600;
}
.product-page-product-condition-item{
    /* padding: 8px 12px; */
    color:#989494;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    width: 130px;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    margin: 2px;
}
.product-page-product-condition-item.outofstock{
    background: linear-gradient(to top left, #315d9e1c 0%, #315d9e1c calc(50% - 0.8px), #315d9e 50%, #315d9e1c calc(50% + 0.8px), #315d9e1c 100%) !important;
}
.product-page-product-condition-item.outofstock.selectedProduct a{
    color:#989494!important;
    font-weight: 800!important;
    font-size: 13px!important;
    text-align: center!important;

}
.product-page-product-condition-item.outofstock.selectedProduct a span{
    color:#989494!important;
    font-weight: 600!important;
    font-size: 13px!important;
    text-align: center!important;

}
.product-page-product-condition-item a{
    color:#989494;
    font-weight: 800!important;
    font-size: 13px!important;
    text-align: center!important;
    display: flex;
    flex-direction: column;
}

.product-page-product-condition-item a span{
    color:#989494;
    font-weight: 600!important;
    font-size: 13px!important;
    text-align: center!important;
}
.product-page-product-condition-list{
    width: 93%;
    /* justify-content: space-between; */
}
.product-page-product-condition-item.outofstock.selectedProduct{
    border: 2px solid #989494!important;
    color: #4d55a9;
    font-size: 13px;
    font-weight: 700;
}
.product-page-product-condition-item.selectedProduct{
    border: 2px solid #4d55a9!important;
    color: #4d55a9;
    font-size: 13px;
    font-weight: 700;
}
.product-page-product-condition-item.selectedProduct a,.product-page-product-condition-item.selectedProduct a span{
    color: #4d55a9!important;
}
.product-page-product-condition-item.selectedProduct:hover{
    border: 2px solid #4d55a9!important;
    outline: unset;
    color: #4d55a9;
    font-size: 13px;
    font-weight: 700;
}
.product-page-product-condition-info{
    padding: 8px 12px;
}
.product-page-action-buttons{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.product-page-quantity{
    display: flex;
    align-items: center;
    margin: 0 5px 0 5px;;
}
.product-page-action-button-right{
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
@media screen and (max-width:1440px) {
    .product-page-action-button-right {
        margin-top:1rem
    }
}
.product-page-bottom{
    margin: 20px 0 0 0;
    padding: 10px;
    background: #fcfcfc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.product-page-green-circle{
    font-size: 12px;
    color: #29d276;
    font-weight: 600;
}
.quantity-input{
    max-width: 40px;
    text-align: center;
    border: 2px solid #f6f6f6;
    height: 52px;
}
.decrease-button{
    padding: 12px 2px;
    background: #f6f6f6;
    font-weight: 600;
    border: 2px solid #f6f6f6;
    border-radius: 6px 0 0 6px;
}
.increase-button{
    padding: 12px 2px;
    background: #f6f6f6;
    font-weight: 600;
    border: 2px solid #f6f6f6;
    border-radius:  0 6px 6px 0 ;
}
.page-header #small-search-box-form{
    display: flex!important;
    height: auto;
    width: 100%;
}
.page-header #small-search-box-form .btn__search{
    background: #469dff;
}
.block-sidebar__item .widget-filters {
    border: 1px solid #e5e5e5 !important;
    padding: 0;
    border-top: 0px !important;
}
.block-sidebar__item .widget-filters .widget__title{
    padding: 20px 10px;
    background: #f3f3f3;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: #4d55a9;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.filters-button__title {
    display: flex;
    align-items: center;
    gap: .25rem;
}
.filter__body .tags__list a{
    background: #5760be;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    padding: 5px;
    border:unset
}
.widget-filters__actions{
    padding: 0 8px 0 8px;

}
.widget-filters__item{
    margin: 0;
    border: unset;
}
.widget-filters__item:first-child{
    border:unset
}
.widget-filters__actions #filter-Clears{
    background: #5760be;
    border-radius: 6px;
    color: #fff;
    font-size: 10px;
    padding: 5px;
    border:unset
}

.filter-color .filter-color__list .filter-color__item{
    border: 1px solid #f6f6f6;
    padding: 3px;
    border-radius: 20px; 
}
.filter-color .filter-color__list .filter-color__item .input-check-color__body{
    border: 1px solid #dbdbdb;
    border-radius: 20px;
}

.filter-list__item .input-check__box{
    background: #f0f0f0;
}
.filter-list__item .input-check__input:checked ~ .input-check__box{
    background: #f0f0f0;
}
.filter-list__item .input-check__input:checked ~ .input-check__icon{
    background: #123d6f;
    scale: 1;
    transform: scale(1.1);
}
.filter__arrow{
    filter: brightness(0.5);
}

[dir=ltr] .product-gallery__zoom{
    top: 10px;
    height: max-content;
}
[dir="ltr"] .product-card__badges-list{
    z-index: 10;
}
.block-header__arrow {
    background-color: #8a8ac82b;
    border-radius: 100%;
    width: 25px;
    height: 25px;
  }
.card-table-box {
    width: 33%;
    float: left;
}
.card-table-box tbody{
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.card-table-box tbody tr:first-child th{
    text-align: center;
}
.product-tabs__content {
    padding: 40px 40px !important;
}
.card-table-box tbody tr{
    width: 100% !important;
    display: inline-table;
}
.card-table-box tbody tr td, .card-table-box tbody tr th{
    width: 33% !important;
    text-align: center;
}
.card-table-box tbody tr td {
    text-align: right;
    font-size: 14px;
    padding: 0;
    padding-right: 15px;
}
.card-table-box tbody tr td:first-child {
    text-align: center;
    padding-right: 0;
}

/*
// .mobilemenu
*/
.mobilemenu {
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
    left: 0;
  }
  
  .mobilemenu__backdrop {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3d464d;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    left: 0;
  }
  
  .mobilemenu__body {
    position: absolute;
    width: 290px;
    height: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    -webkit-transform: translateX(calc(-100% * 1 - 30px * 1));
            transform: translateX(calc(-100% * 1 - 30px * 1));
  }
  
  .mobilemenu__header {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ebebeb;
  }
  
  .mobilemenu__title {
    padding: 0 20px;
    font-weight: 700;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  
  .mobilemenu__close {
    border: none;
    background: transparent;
    height: 54px;
    width: 55px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    fill: #999;
    -webkit-transition: fill .2s;
    transition: fill .2s;
    border-left: 1px solid #ebebeb;
  }
  
  .mobilemenu__close:focus {
    outline: none;
  }
  
  .mobilemenu__close:focus, .mobilemenu__close:hover {
    fill: #3d464d;
  }
  
  .mobilemenu__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  
  .mobilemenu--open {
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  
  .mobilemenu--open .mobilemenu__backdrop {
    opacity: .9;
  }
  
  .mobilemenu--open .mobilemenu__body {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            overflow-y: auto;
  }

  .mobile-header__menu-button{
    z-index: 10;
    cursor: pointer;
    padding: 5px;
  }
  .mobile-header__menu-button:focus, .mobile-header__menu-button:hover{
    background: rgba(255, 255, 255, 0.5);
    fill: #3d464d;
  }


  /*
// .nav-links
*/
.nav-links {
    height: 100%;
  }
  
  .nav-links__list {
    height: inherit;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .nav-links__item {
    height: 100%;
  }
  
  .nav-links__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 15px;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 700;
    color: inherit;
    padding: 0;
  }

  @media (min-width: 576px) and (max-width: 990px) {
    .nav-li__home a, .nav-links__item a {
      padding: 0;
    }
  }
  
  .nav-links__item-link:hover {
    color: inherit;
  }
  
  .nav-links__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    padding: 0;
    height: 42px;
    border-radius: 2px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color:#676767;
    font-size:13px;
    width: max-content;
    position: relative;
    padding-right: 27px;
  }
  
  .nav-links__item--has-submenu .nav-links__item-body {
    position: relative;
    padding-right: 27px;
  }
  
  .nav-links__item--has-submenu .nav-links__item-arrow {
    top: calc(50% - 3px);
    position: absolute;
    fill: rgba(0, 0, 0, 0.3);
    right: 12px;
  }
  
  .nav-links__item--hover .nav-links__item-link {
    color: inherit;
  }
  
  .nav-links__item--hover .nav-links__item-body {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition-duration: .1s;
            transition-duration: .1s;
  }
  
  .nav-links__item--hover .nav-links__item-arrow {
    fill: rgba(0, 0, 0, 0.3);
  }
  
  .nav-links__submenu {
    top: 100%;
    position: absolute;
    visibility: hidden;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotateX(45deg);
            transform: rotateX(45deg);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    z-index: 100;
    display: none;
  }
  
  .nav-links__submenu--type--megamenu {
    left: 0;
  }
  
  .nav-links__submenu--display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .nav-links__submenu--open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  
  .nav-links__submenu--size--xs {
    width: 16.66667%;
  }
  
  .nav-links__submenu--size--sm {
    width: 33.33333%;
  }
  
  .nav-links__submenu--size--nl {
    width: 50%;
  }
  
  .nav-links__submenu--size--md {
    width: 66.66667%;
  }
  
  .nav-links__submenu--size--lg {
    width: 83.33333%;
  }
  
  .nav-links__submenu--size--xl {
    width: 100%;
  }


  .desktop-options__filter-button{
    display: none;
  }

  .layout-switcher__button{
    border: 0;
    cursor: pointer !important;
  }
  .layout-switcher__button--active, .layout-switcher__button--active:hover{
    border-color: #ffd333;
    background-color: #ffd333 !important;
    fill: #3d464d;
    z-index: 1;
  }
  .search-page{
    margin-top: 0;
    min-height: 320px;
  }
  [dir=ltr] .view-options__legend{
    opacity: 1;
  }
    #products-orderby {
        background: url(../images/arrow-down.jpg);
        color: var(--text-black-color);
        background-repeat: no-repeat;
        background-size: 16px 20px;
        background-position: calc(100% - 10px) center;
        border-radius: 10px;
    }

  .products-list[data-layout="grid-3-sidebar"] .products-list__item{
    box-shadow: none;
  }

  .widget-filters{
    border: 2px solid #f0f0f0;
    border-radius: 2px;
  }

  .catalogsidebar__close-btn{
    display: none !important;
  }

  .product-gallery__carousel .product-image__img{
    display: unset !important;
    width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .products-list[data-layout="grid-3-sidebar"] .product-card--hidden-actions:hover, 
  .products-list[data-layout="grid-4-full"] .product-card--hidden-actions:hover{
    z-index: unset;
  }

  .product-details-page .product-image__body{
    padding: 10px;
    padding-bottom: 10px;
  }
  .cart-right {
    margin-left: 0px;
}
.block-products-carousel {
    margin-bottom: 100px !important;
}



  /**************************************/
  .mobilemenu .search .search__body {
    background-color: transparent;
    padding-top: 0;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 25px;
}
  .search--location--header .search__body{
    background-color: transparent;
    padding-top: 0;
  }
  .search__form{
    position: relative;
  }

  #Color>li>a {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    margin-bottom: 0 !important;
}

.dropcart__buttons a {
    width: 90% !important;
    min-width: 40% !important;
    height: 40px;
    line-height: 0px;
}
.dropcart__products-list .dropcart__product {
    margin: 20px 0px 30px;
}
div#ordersummarypagecart .product-image img {
    max-height: 190px;
    height: initial;
}
.stock--button {
    width: 100%;
    border-right: none;
    background: none;
}
li.order-summary-li div {
    flex-direction: initial;
}
li.order-summary-li {
    display: block;
    position: relative;
}

.dropcart__product-image {
    border-radius: 0;
    border: none;
    overflow: visible;
}


.mobilemenu {
    top: initial;
    width: initial;
    height: initial;
}
.mobilemenu.mobilemenu--open {
    width: 100%;
    height: 100%;
    top: 0;
}
.mobile-header__menu-button {
   position: relative !important;
}
@media (max-width: 768px) {
    .mobile-header__menu-button {
      position: relative;
      margin-left: 0;
      left: 0 !important;
    }
  }
.header-logo p {
    margin-block: auto;
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .header-logo p {
        font-size: 18px;
    }
  }

.indicator__area{
    position: relative;
}
.cart-qty{
    right: 10px;
    left: unset;
}
.filter-color__item:hover .input-check-color__stick {
    display: none;
}
.indicator--open .indicator__area, .indicator--hover .indicator__area{
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

div.checkout-data.col-12 {
    position: unset;
}
.buyPhoneArea {
    width: 100%;
    z-index: 99;
    padding-block: 10px;
}
.wishlist-close {
    display: flex;
    justify-content: center; 
    align-items: center;
    height: 100%;
  }
#ParamCreditCardInfoModel .form-floating label{
    position: unset;
    display: block;
    margin-bottom: 15px;
    
}
@media screen and (max-width:767px) {
.button-search {
    position: absolute;
    right: 4px;
    top: 50%;
}

.productAttributeMappings {
    text-align: left;
    padding: 0;
}
.shopping-cart-container .cart__table a  {
    display: block;
    text-align: left;
}
div#shipping-addresses-form .card-header {
    padding-left: 0px;
    top: -20px;
    position: relative;
}
.ship-to-same-address {
    top: -24px;
}
.cart-table__row.mob .cart-table__column {
    height: 30px !important;
    display: flex;
}
.btn-outline-secondary.pdf-invoice-button, .btn-outline-secondary.print-order-button {
    padding: 2px;
    font-size: 12px;
    margin-left: 5px;
}
.cart-table__row.mob {
    display: block;
}
li.order-summary-li div {
    display: block;
    width: 100% !important;
    margin-left: 0px !important;
    padding-left: 0 !important;
}
}
  
/* phone categories  */


.phone-categories {
   overflow: hidden;
}

.phone-categories ul {
    display: none;
    margin: 0;
    padding: 0;
   height: 0;
   transition: 2s all;

}

.phone-categories ul.active{
display: block;
height: 215px;
transition:2s all;

}

.phone-categories ul li {
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 18px;
    padding-left: 20px !important;
    padding-top: 0px;
    padding-bottom: 6px;
    color: #FFFFFF;
    font-weight: 100;
    transition: 0.3s;
    margin: 5px 25px 10px 0;
    border-bottom: 1px solid #5b65bf;
    width: 94%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
}

.phone-categories-btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 20px;
    padding-left: 0!important;
    padding-top: 0px;
    padding-bottom: 6px;
    color: #FFFFFF;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px 25px 0px 0;
    border-bottom: 1px solid #5b65bf;
    width: 94%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.phone-categories-btn:after {
    content: "\e64b";
    font-family: "themify";
    font-size: 12px;
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
}


/* blog  */
  .post-body h2{
	margin-top: 20px;
  }
  .blogsearch_box .search-box-button.btnSearch p {
    margin-bottom: 0;
}
  .blogsearch_box .search-box-button.btnSearch {
	height: 50px;
	font-size: 16px;
	color: #fff;
	background-color: #000;
	border-color: #000;
	width: 100px;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
  }
  
  .blog--list-view .article {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 30px;
  }
  
  .blog--list-view .article_featured-image img {
    object-fit: initial;
}

  .blog--list-view .post-content .rte a {
	color: #17a2b8;
	border-color: #17a2b8;
	background: #fff;
	border-radius: 5px;
	margin-top: 16px;
	font-weight: 500;
  }
  .blog__right{
    margin-top:42px!important;
  }
  .blog__right .sidebar_widget .widget-title h2{
    font-size: 1.5rem;

  } 
  .publish-detail {
	list-style: none;
	padding-left: 0;
  }
  .default__btn--w {
    width: 100%;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 6px 12px;
    font-size: 12px;
}
  .page.blog-page {
    margin-bottom: 70px;
  }
  .publish-detail li {
	border-right: 0;
  
  }
  
  .blogbox-footer {
	margin-top: 20px;
  }
  
  .blogbox-footer a {
	font-size: 14px;
  }
  
  .blogbox-footer ul {
	margin-bottom: 0;
	padding-left: 0;
  }
  
  .blogbox-footer ul li {
	list-style-type: none;
  }
  
  .blogbox-footer a:hover {
	color: #fff;
  }
  
  .blog--list-view .post-content .rte a:hover {
	color: #fff !important;
	background-color: #17a2b8;
	border-color: #17a2b8;
  }
  
  .blog-single-page h1 {
	font-weight: 600;
	font-size: 25px;
	color: #000;
	margin: 10px 0;
  
  }
  
  .blog-comment h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0 20px;
  }
  
  .new-comment {
	margin: 20px 0;
  }
  
  .comment__avatar {
	border: 2px solid #ccc;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	color: #ccc;
	margin-right: 15px;
	background-color: #cccccc3d;
  }
  
  .blog-single-page .publish-detail {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
  }
  
  .blog-post-add-comment-button {
	max-width: 300px;
	font-size: 16px;
	padding: 10px 15px;
	transition: 500ms all;
  }
  
  .blog-post-add-comment-button:hover {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	transition: 500ms all;
  }
  .publish-detail li:last-child {
    display: none;
}
.card.info__Card .info__Card .form-group.custom-attributes{
display: none;
}
.blog__left .sidebar_widget:nth-child(2),.blog__left .sidebar_widget:nth-child(3), .blog-single-page .publish-detail li:nth-child(1),
.blog-single-page .publish-detail li:nth-child(3) {
    display: none;
}
#accountInfoForm .generalMarginSupporter {
    margin: 0;
}
.card-footer.buttons button, .card-footer.buttons input, .add-address-button {
    border: none;
    background: none;
}
.bg-banner-1 {
    background-color: #f9f9f9;
    padding-top: 90px;
    padding-bottom: 90px;
}
#banner-1-img {
    max-width: 515px;
    float: right;
    object-fit: cover;
}
.bg-banner-1 ul {
    list-style-type: initial;
    font-size: 18px;
    color: #686868;
    margin-top: 50px;
    margin-bottom: 70px;
    margin-left: 0px;
    padding-left: 15px;
}
.bg-banner-1 h3 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
}
.bg-banner-1 ul li span {
    color: #686868;
    font-size: 30px;
}
.rent-now {
    background: #2659a8;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    padding: 19px 52px;
    margin-right: 20px;
}
.banner-writing-box span {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}
.banner-writing-box p {
    font-size: 26px;
    color: #6f6f6f;
    margin-top: 45px;
    margin-bottom: 95px;
}
.bg-banner-2 {
    background: url(../images/banner-2.jpg) no-repeat scroll center;
    padding-top: 86px;
    padding-bottom: 82px;
}
.banner-writing-box {
    text-align: center;
}
.banner-writing-box a {
    background: #2659a8;
    padding: 14px 35px;
    display: inline-block;
    border-radius: 50px;
    color: #fff !important;
    font-size: 21px;
}
.formCheck-container .input-check__body {
    max-width: 205px;
}
.searchkeyword--box, .content-search, .widget-filters.widget.widget-filters--offcanvas--mobile::before, .widget-filters__item .stock--button {
    display: none;
}
[dir=ltr] .filter__title {
    text-transform: capitalize;
}
.widget-filters__closebtn .widget__title {
    padding: 20px 10px;
    background: #f3f3f3;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: #4d55a9;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
}
.widget-filters__closebtn .widget__title svg{ 
    display: none;
}
.widget-filters__list .widget-nav-filters {
    display: none;
}
.homepage-products.product-card--hidden-actions {
    width: 100%;
}
.site-header__nav-panel .nav-panel {
    -webkit-box-shadow:none;
    box-shadow: none;
}
.site-header__nav-panel {
    height: 54px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04);
    z-index: 2;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 8px;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #35318b !important;
    border-radius: 10px;
    transition: 0.4s;
}
.homepage.default__btn--w {
    display: flex;
    background: none;
    border: none;
    color: #000;
    justify-content: right;
    font-size: 14px;
    padding-top: 0;
    margin-bottom: 25px;
}
.homepage.default__btn--w i{
    margin-left: 5px;
}
.IndexMenuElements>p{
    padding: 5px 0;
}
/*==========================================
                  BLOG START
=============================================*/

.blog-posts .blog-post img {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 10px;
    border-radius: 10px;
}

.block-header__title.home {
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: 0;
    margin-top: 50px;
    color: #000;
    text-align: left;
}

.blog-posts .blog-post h2 {
    font-size: 18px;
    margin: 14px 0px;
    color: #000;
    font-weight: 600;
    height: 45px;
    overflow: hidden;
    line-height: 24px;
    max-height: initial;
}
.post-content__info {
    margin-bottom: 25px;
}
.blog-posts .blog-post p, .blog-posts .blog-post span {
    font-family: 'Poppins' !important;
    line-height: 19px !important;
    font-weight: 400 !important;
    height: 58px;
    overflow: hidden;
    color: #808080;
    font-size: 15px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

/*==========================================
                  BLOG FINISH
=============================================*/
.mobilemenu__body{
    width: 400px;
}
.mobilemenu__body .dropdown{
    display: none!important;
}
.mobilemenu__body .account-button{
    display: none!important;
}
.mobilemenu__content{
    display: none !important;
}
.IndexMenuList{
    margin-bottom: 50px;
}
.IndexMenuElements>p{
    margin: 0px 25px 0px 0;
    border-bottom: 1px solid #5b65bf;
    display: flex;
}
.IndexMenuElements>p>a{
    font-size: 20px;
    padding-left: 30px!important;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-weight: 400;
    transition: 0.3s;
}
.IndexMenuElements>p>a:hover{
    color: #ff5063;
    transition: 0.3s;
}
.IndexMenuList .search--location--header .search__body form{
    width: 90%;
    display: flex!important;
    position: relative;
}
.IndexMenuList .search--location--header .search__body .search__form .search-bar-input{
    background: #5b65bf;
    color: #fff;
}
.IndexMenuList .search--location--header .search__body .search__form .search-bar-input #placeholder{
    color: #fff!important;
}
.IndexMenuList .search--location--header .search__body .search__form .button-search{
    top: 50% !important;
    transform: translateY(-50%);
    right: -10px;
}
.IndexMenuList .search--location--header .search__body .search__form .button-search .btn__search{
    background: none;
    color: #5f3bfd;
}
.search.search--location--header {
    z-index: 9;
    position: relative;
    margin-inline: auto;
}

.search.search--location--header {
    z-index: 9;
    position: relative;
    margin-inline: auto;
}
@media (min-width: 992px){
    .search.search--location--header {
    max-width: 90%;
    }
    .block-header__arrow--right {
        right: -50px;
    }
    .block-header__arrow--left {
        left: -50px;
    }
    .block-header__arrow {
        width: 50px;
        height: 50px;
    }
}

.footer-block #resultMessage {
    color: #fff;
}
#YeniCepSaveOffer .pInfoSummary, #sellingproduct .list-picture {
    text-align: center;
}
#YeniCepSaveOffer .pInfoSummary .generalTitle {
    margin-top: 15px;
}
#YeniCepSaveOffer .form-floating label{
    transform: translateY(0%) !important;
    line-height: 5px;
}
.login__contianer {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    width: 50%;
    overflow: hidden;
    padding: 0;
    margin: auto;
}

#login-form-area .form-control {
    /* background-color: #ffffff4a ; */
    border: 0;
}

.accept-text {
    color: white;
}

#RegisterForm .form-floating>label {
    color: white;
    margin: 20px 0;
    opacity: 1;
    position: relative !important;
    left: 0 !important;
}

#login-form-area {
    position: relative;
    top: 10%;
    width: 100%;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../images/login--bg.jpg);
    background-size: cover;
    background-position: center;
}

.login__contianer #myTab .nav-item {
    width: 50%;
}
#RegisterForm .form-check-label {
    color: #fff;
}
.login__contianer #myTab {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    border: none;
}

.login__contianer #myTab .nav-link {
    width: 100%;
    padding: 22px 0;
    font-size: 18px;
    border: none;
    border-radius: 0;
}

.login__contianer .nav-tabs .nav-link {
    background-color: #dddddd6e;
    color: #000;
}

.login__contianer .nav-tabs .nav-link.active {
    background-color: black;
    color: #fff;
}

#LoginForm label {
    color: white;
    margin-bottom: 10px;
}

.login-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.login-area .row {
    justify-content: space-around;
}

#LoginForm {
    padding: 40px 36px;
}

#LoginForm .card-body {
    padding: 0;
}

#LoginForm .form-floating>label {
    margin-bottom: 18px;
    display: block;
    color: white;
    position: relative !important;
    left: 0 !important;
}

.form-floating>label {
    text-align: left;
}
p.support {
    text-align: center;
    color: #fff;
}

.form-text .login--text {
    text-decoration: underline;
}

.login--text {
    color: white;
    font-size: 15px !important;
}

.login--text:hover {
    opacity: 0.8;
    color: white;
    transition: 500ms all;
}
.memberless-shopping {
    color: #fff;
    padding: 0px 80px 30px 60px;
}
.memberless-shopping .card-title {
    margin: 0;
}
.Password-Recovery {
    color: #fff;
}
.block-products-carousel__slider:after {
    content: "";
    background: #fff;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
}
.block-header__arrow.block-header__arrow--right {
    position: absolute;
    right: -70px;
    top: 45%;
}
.block-header__arrow.block-header__arrow--left {
    position: absolute;
    left: -70px;
    top: 45%;
}
#categories__more__btn {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 0;
    border: none;
    background: none;
}
.category-description.is-active {
    height: 100px;
    overflow: hidden;
    transition: 500ms all;
}
.category-description {
    height: auto;
    margin: 30px 0 10px;
}
.error-container {
    border-radius: 8px;
    background-color: rgba(250, 92, 92, 0.78);
    color: var(--default-theme-white);
    font-family: var(--bs-font-sans-serif);
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 20px 0;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.error-container li {
    list-style: none;
}
.blog--list-view .article_featured-image img {
    height: auto !important;
    max-height: initial !important;
}
.product-gallery__featured .opportunity-img {
    top: 50px;
}
.left-menu-wrap .nav-links__list {
    display: block;
}
.left-menu-wrap .nav-links__item {
    margin: 0px 25px 0px 0;
    border-bottom: 1px solid #5b65bf;
    justify-content: left;
    width: auto;
    padding: 10px 0;
    text-transform: initial;
    padding-left: 30px;
}
.left-menu-wrap .nav-links__list .nav-links__item-body {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 400;
}
.left-menu-wrap .nav-links__list .nav-links__item-body span {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 400;
}
.left-menu-wrap .nav-links__item--has-submenu .nav-links__item-body {
    padding: 10px 0 10px 0;
}
.productBox-carousel .owl-carousel .owl-item img {
    display: unset;
    width: unset;
}
@media (max-width:992px){ 
    .block-header__arrow.block-header__arrow--left {
        top: -29px;
        right: 35px;
        left: initial;
    }
    .block-header__arrow.block-header__arrow--right {
        top: -29px;
        right: 5px;
    }
    .block-header__arrow.block-header__arrow--right svg, .block-header__arrow.block-header__arrow--left svg {
        height: 12px;
    }
    .block-sidebar--offcanvas--mobile {
        visibility: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        -webkit-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
    }
.mobile-blog__menu-button {
    display: none;
}
.block-sidebar--offcanvas--mobile .block-sidebar__body {
    width: 320px;
}
.login__contianer {
    width: 100%;
}
.memberless-shopping {
    padding: 0px 50px 30px 20px;
}
.memberless-shopping .card-text {
    font-size: 12px;
}
.social-wrapper .social-links {
    justify-content: center;
}
}
@media (max-width: 1400px) {
    .page-top-header-links a {
        font-size: 11px;
    }
    .nsmart--top i {
       /* display: none; */
    }
}
@media (max-width: 1503px) {
    .page-page-top-header-link {
        margin-right: 7px;
    }
}

@media (min-width: 992px){
    .container {
        max-width: 90% !important;
    }
    .nav-panel__container.container {
        max-width: 100% !important;
    }
.card-wrapper {
    margin: 50px 0 !important;
}
    .shop-layout__sidebar{
        display: block;
        position: unset;
        max-width: 255px;
        min-height: max-content;
        width: 255px;
        box-shadow: none;
        z-index: 1;
    }
   
    .widget-filters__item{
        width: 100%;
        background: transparent;
    }
    .filter--opened .filter__body,
    .filter__body{
        position: unset !important;
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        margin: 0;
    }
    .filter__container{
        min-width: 100% !important;
        width: 100% !important;
        height: max-content !important;
        max-height: max-content !important;
        overflow-y: unset;
        padding: 10px 10px 15px;
    }
    .filter-categories__list{
        display: unset !important;
    }
    .searchkeyword--box{
        flex-direction: column;
        align-items: flex-start;
    }
    .filter__title svg{
        opacity: 1;
    }
    .filter__arrow{
        top: 10px;
    }
    .filter__title{
        padding: 6px 10px;
        font-weight: 700;
        font-size: 15px !important;
        border: 0;
    }
    .filter-categories__list li{
        width: 100% !important;
    }
    .filter__title:focus, .filter__title:hover{
        -webkit-transition-duration: .1s, .1s;
        transition-duration: .1s, .1s;
        background: #f2f2f2;
        fill: #b3b3b3;
    }
    .filter--bg{
        background: #f2f2f2 !important;
    }
    .filter-categories__item--current{
        font-weight: 700;
    }
    .filter-list__list label{
        width: 100% !important;
    }
    .filter-list,
    .filter-list__list{
        width: 100%;
    }
    .searchkeyword--box form{
        width: 100%;
    }
    .widget-filters__actions{
        justify-content: flex-start;
        margin-left: 0;
    }
    
    .reg-container {
        max-width: 50% !important;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
      }
}
.registration-result-page {
    margin-bottom: 40px;
}
  .registration-result-page section {
    margin: 30px 0;
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .nav-links__item-body {
      padding: 0 9px;
    }
    .nav-links__item--has-submenu .nav-links__item-body {
      padding-right: 20px;
    }
    .nav-links__item--has-submenu .nav-links__item-arrow {
      right: 7px;
    }
  }

@media (max-width:768px){
    [dir="ltr"] .filter__arrow {
        transform: rotate(0deg);
    }
    .filter--opened .filter__arrow {
        transform: rotateZ(180deg) !important;
    }
    .view-options {
        flex-wrap: nowrap;
        flex-wrap: wrap;
    }
    .view-options__layout {
        position: relative;
        bottom: initial;
    }
    div.view-options__layout .grid-four {
        display: flex;
    }
    .view-options__legend {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .seacrhModal .btn-close {
        z-index: 999;
    }
    .header__seacrh .search__button i {
        font-size: 22px;
        color: #fff;
        margin-right: 10px;
    }
    .search--location--header .search__body {
        padding-right: 10px;
    }
    .search__suggestions.suggestions.suggestions--location--header .suggestions__list {
        max-height: none;
        overflow-y: auto;
    }
    .blog--list-view .article_featured-image img {
        height: 270px;
    }
    .view-options__legend, .view-options__control{
        display: block;
    }
    .btn__search {
        width: 50px;
    }
    .order-summary-li .price-wrp-checkout {
        position: absolute;
        right: 7%;
    }
    .checkout-product-view .order-summary-li .price-wrp-checkout {
        position: relative;
        margin: 0 !important;
        right: 0;
    }
    .pInfoSummary{
        position: -webkit-relative!important;
        position: relative!important;
        top:0!important;
    }
    .homepage-product-img{
        max-width: 160px!important;
    }
    .category-page .homepage-product-img{
        max-width: 280px!important;
        width: 100% !important;
    }
    .homepage-products .product-card--hidden-actions{
        max-width: 160px!important;
        min-width: unset;
    }
    .product-add-to-cart{
        margin-right: 5px;
    }
    .product-card__badges-list{
        z-index: 2;
    }
    .product-container .modal-content{
        padding: 5px;
    }
    .product-container .modal-body{
        padding: 5px!important;
    }
    .product-container .modal-body h5{
        font-size: 14px!important;
    }
    .product-container .modal-body p{
        font-size: 10px!important;
    }
    .product-container .modal-body .pp-info-modal-content button{
        width: 100%;
        margin: 5px auto;
    }
    .mobilemenu__body .suggestions__list{
        max-height: 140px!important;
    }
    
    .search--location--header .search__input{
        width: 85%;
    }
    .suggestions__item .suggestions__item-info{
        font-size: 12px;
        font-weight: 600;
    }
    .search--location--header .search__suggestions{
        top: 60px;
    }
    .subscribe-input{
        width: 70%;
    }
    .newsletter_form{
        display: flex;
    }
    .subscribe-button{
        color: #fff;
        outline:2px solid #fff;
        font-size: 12px;
        font-weight: bold;
        background: #08274b;
        border:none;
        width: unset;
        border-radius: 20px;
        padding:8px 12px;
        margin-top: 0!important;
        border-radius: 0 !important;
    }
    .newsletter_form #newsletter-button-area{
        display: block!important;
        margin:0 auto!important;
    }
    .search--location--header .search__input{
        font-size: 16px;
        font-weight: 700;
        border: 1px solid #000;
    }
    .header-buttons-box {
        margin-top: 3rem;
    }
    /* .searchbar {
        margin-top: 3rem !important;
    } */
    .mobilemenu__body .search--location--header .search__input{
        font-size: 16px;
        font-weight: 700;
        background: #5b65bf;
    }
    .suggestions__item .suggestions__item-price{
        display: none;
    }
    .category-page .products-list__item{
        justify-content: center
    }
    .site-header__nav-panel,.page-header-container .page-top-header{
        display: none!important;
    }
    .site-header__nav-panel,.page-header-container .page-searchbar {
        display: flex;
        padding-left: 20px;
    }
    .product-page-body-items{
        flex-direction: column;
        padding: 1px;
    }
    
    .product-page-left-side,.product-page-right-side{
        width: 100%!important;
        padding: 0;
    }
    .product-page-product-name{
        font-size: 12px;
    }
    .pp-product-price-content{
        font-size: 20px;
    }
    .product-page-product-condititon-container{
        padding: 6px;
    }
    .product-page-product-condititon-container>div{
        padding: 0!important;
    }
    .product-page-product-condition-list{
        padding: 0;
    }
    .product-page-product-condition-info img{
        display: none;
    }
    .product-page-add-to-cart-button button{
        width: 120px;
    }
    .product-page-green-circle img{
        width: 22px;
        height: 24px;
    }
    .techcheck-certified{
        grid-template-columns: repeat(2,1fr)!important;
    }
    .product-tabs{
        margin-top:16px;
        border: 1px solid #f9f9f9;
        border-radius: 5px;
        border-width: 1px;
        border-color: #f9f9f9!important;
    }
    .product-tabs .product-tabs__list{
        height: auto;
    }
    .product-tabs .product-tabs__content{
        padding: 15px 19px;
    }
    .product-tabs .product-tabs__content .spec .spec-name{
        color: #9d9494;
        font-weight: 500;
    }
    .product-tabs .product-tabs__content .spec .spec-value{
        color: #d9d9d9;
        font-weight: 500;
    }
    .product-tabs .product-tabs__content{
        border: unset;
    }
    
    .product-tabs .product-tabs__list .product-tabs__item--active, .product-tabs__item--active:hover{
        cursor: default;
        border-bottom-color: #4d55a9;
        background: transparent;
        margin-left: 0;
    }
    
    .product-tabs .product-tabs__list .product-tabs__item{
        padding: 10px 8px;
        font-weight: 700;
        color: #4d55a9;
        margin-bottom: 0;
    }
    .product-tabs .product-tabs__list-body{
        border-bottom: 1px solid #f7f7f7;
        background: #fdfdfd;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 0 20px;
    }

   
    .header-phone-number{
        display: none !important;
    }
    .my_account_text{
        display: none;
    }
    .account-button{
        margin-right: 10px !important;
    }
    .header-logo a:first-of-type {
        margin-right: 10px !important;
    }
    .mobilemenu .mobile-menu-area {
        display: block;
        padding: 18px;
        margin-bottom: 20px;
        color: #7793b5;
    }
    .mobilemenu .mobile-menu-area p{
        border-bottom: 1px solid;
    }
    .stage-outter {
        background: url("/Content/images/mobile_homepage_bg.png") no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        
        height:55vh;
        position: relative;


    }
    .slider-alt-bar{
        display: none;
    }
    .header{
        justify-content: space-between;
    }
    .stage {
        width: 90% !important; 
    }
    .telefon_yenilemenin_akilli_yolu {
        font-size: 30px;
        text-align: center;
        margin-top: 7vh !important;
    }
    .stage-inner{
        top:10%;
        position: relative;
    }
    .search-bar-input{
    width: 350px;
    }
    .homepage-header-buttons{
        justify-content: center;
    }
    .homepage-triple-image-container{
        margin-top: 1rem;
    }
    .homepage-triple-image{
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }
    .homepage-product-img{
        max-height: 160px!important;
        margin: auto!important;
        width: auto!important;
    }
    .category-page .homepage-product-img{
        max-height: 300px !important;
    }
    .homepage-cards-carousel .owl-stage{
        justify-content: start!important;
    }
    .product-add-to-cart{
        margin-right: 1rem;
    }
    /* .homepage-products-item{
        margin-top:1.5rem !important;
    } */

    .footer-block{
        text-align: center;
    }
    .mobilemenu__body{
        width: inherit;
    }
    .IndexMenuElements{
        margin-left: 10px;
    }
    .IndexMenuElements>p{
        margin: 0px 25px 0px 0;
        border-bottom: 1px solid #5b65bf;
        padding: 5px 0;
    }
    .IndexMenuElements>p>a{
        font-size: 20px;
        padding-left: 18px !important;
        padding-top: 0px;
        padding-bottom: 6px;
        color: #FFFFFF;
        font-weight: 400;
        transition: 0.3s;
    }
    .IndexMenuElements>p>a:hover{
        color: #ff5063;
        transition: 0.3s;
    }
    .IndexMenuList .search--location--header .search__body form{
        width: 92%;
        display: flex!important;
    }
    .IndexMenuList .search--location--header .search__body .search__form .search-bar-input{
        background: #5b65bf;
        color: #fff;
    }
    .IndexMenuList .search--location--header .search__body .search__form .search-bar-input #placeholder{
        color: #fff!important;
    }
    .IndexMenuList .search--location--header .search__body .search__form .button-search{
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    
    .IndexMenuList .search--location--header .search__body .search__form .button-search .btn__search{
        background: none;
        color: #FFFFFF;
    }
    .left-menu-wrap .nav-links__item--has-submenu .nav-links__item-body, .left-menu-wrap .nav-links__item  {
        padding: 0 0 0 2px;
        height: 45px;
    }
    .header-logo a img {
        max-width: 115px;
    }
    .indicator__area img, .account-button img {
        width: 30px !important;
        height: 30px !important;
    }
    .indicator__area {
        padding: 0 14px 0 0 !important;
    }
    .bg-banner-1 h3 {
        font-size: 24px;
    }
    .bg-banner-1 ul {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .bg-banner-1 ul li span {
        font-size: 14px;
    }
    .rent-now {
        font-size: 13px;
        padding: 13px 22px;
    }
    #banner-1-img {
        max-width: 60%;
        margin-top: 70px;
    }
    .bg-banner-1 {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .banner-1-div {
        display: flex;
        justify-content: center;
    }
    .banner-writing-box span {
        font-size: 26px;
        line-height: 34px;
    }
    .bg-banner-2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .banner-writing-box p {
        font-size: 14px;
        margin-top: 35px;
        margin-bottom: 50px;
    }
    .banner-writing-box a {
        font-size: 13px;
    }
    #Color>li>a {
        overflow-x:hidden ;
    }
    .color-squares {
        overflow-x: auto;
    }
}
@media (max-width:992px) {
    .block-sidebar__close svg {
        fill: #000;
    }
    .block-sidebar__item .widget__title {
        margin-bottom: 0px;
    }
    .block-sidebar--offcanvas--mobile .filter__body {
        position: unset;
        margin: 0;
        opacity: 0;
    }
    .block-sidebar--offcanvas--mobile .block-sidebar__header {
        background: #fff;
    }

    .block-sidebar__title {
        color: #000;
        font-weight: 700;
    }
    .filter__title {
        font-size: 17px !important;
        font-weight: 500 !important;
    }
    .block-sidebar--offcanvas--mobile .filter__container {
        max-height: 470px;
    }
    .filter-categories__list li {
        border-bottom: none;
        padding: 8px 15px;
        text-transform: none;
    }
    .filter-categories__item--current a {
        font-weight: 500 !important;
    }
    .filter-categories__list {
        display: block;
    }
    .block-sidebar--offcanvas--mobile .filter__body {
        height: 0 !important;
    }
    .card-table-box {
        width: 50%;
        float: left;
    }
    .stage-outter{
        height: 60vh;
    }
    .page-header-container{
        padding: 10px 8px;
    }
    .owl-item .homepage-product-img{
        max-width: 160px!important;
    }
    .owl-item .homepage-products .product-card--hidden-actions{
        max-width: 160px!important;
        min-width: unset;
    }
    .product-add-to-cart{
        margin-right: 5px;
    }
    .mobile-account .account-button {
        height: auto;
        min-width: auto;
        background: none;
        padding: 0;
    }
}
   

@media only screen and (min-width:640px) and (max-width:762px){
    .product-page-left-side,.product-page-right-side{
        width: 100%!important;
        padding: 0;
    }
    .site-header__nav-panel,.page-header-container .page-top-header{
        display: none!important;
    }
    .site-header__nav-panel,.page-header-container .page-searchbar {
        display: flex;
    }
    .techcheck-certified{
        grid-template-columns: repeat(2,1fr)!important;
    }
    .product-card__badges-list{
        z-index: 2;
    }
    .product-container .modal-content{
        padding: 5px;
    }
    .product-container .modal-body{
        padding: 5px!important;
    }
    .product-container .modal-body h5{
        font-size: 14px!important;
    }
    .product-container .modal-body p{
        font-size: 10px!important;
    }
    .product-container .modal-body .pp-info-modal-content button{
        width: 100%;
        margin: 5px auto;
    }
    .stage {
        width: 100% !important;
    }
    .stage-outter{
        height: 55vh;
    }
    .search-bar-input{
        width: 35vh;
    }
    .telefon_yenilemenin_akilli_yolu{
        font-size: 28px;
    }
}
@media only screen and (min-width:762px) and (max-width:1030px){
    .stage {
        width: 100% !important; 
    }
    .stage-outter{
        height: 55vh;
    }
    .header{
        justify-content: space-between;
    }
    .header-phone-number{
        margin-right: 4px;
    }
    .telefon_yenilemenin_akilli_yolu{
        font-size: 30px;
    }
    .account-button{
        margin-right: 1rem;
    }
    .search-bar-input{
        width: 45vw;
    }
}
@media only screen and (min-width:1030px) and (max-width:1240px){
    .search-bar-input{
        width: 35vh;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px){
    .text-slider-alti-bari{
        font-size: 12px !important;
        top: 10px !important;
        right: 4% !important;
    }
    .blog--list-view .article_featured-image img {
        height: 250px;
    }
    .page-phone-number {
        padding-left: 2%;
    }
}

@media only screen and (min-width:768px) and (max-width:992px){
    .text-slider-alti-bari{
        font-size: 11px !important;
        top:0 !important;
        right: 4% !important;
    }
    .card-table-box {
        width: 33%;
    }
    .account-button a{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row !important;
        height: 100%;
    }
    .account-button{
        min-width: 180px;
        max-width: 190px;
    }
    .searchbar{
        /* margin-left: 56px; */
    }
    [dir=ltr] .menu__item-link{
        color: #fff;
    }
}

@media only screen and (min-width:600px) and (max-width:768px){
    .text-slider-alti-bari{
        font-size: 8px !important;
        top:-13px !important;
    }
   
}
@media (max-width: 465px){
    .card-table-box {
        width: 100%;
    }
    .all-products-button {
        font-size: 11px;
    }
    .homepage-product-item-buttons {
        margin-bottom: 10px;
    }
}
@media (max-width: 576px){
    .col-sm-12 {
        width: 100%;
    }
    .custom-section-2x2, .banner-section-link {
        margin-top: 0px !important;
    }
    .custom-section-2x2 {
        margin-bottom: 15px !important;
    }
    .custom-slider-container {
        margin-bottom: 20px;
    }
}
@media (max-width: 365px){
.telefon_yenilemenin_akilli_yolu {
    font-size: 26px;
}
.al-sat-buttons {
    font-size: 11px;
}
.steps-text-header {
    font-size: 10px !important;
    top: 5% !important;
}
.steps-text-body {
    font-size: 8px !important;
    top: 30% !important;
}
}
.newsletter_form .form-control::placeholder {
    opacity: 1 !important;
}
.cart__table th.cart-table__column, .order-details-page .shipments th {
    font-weight: 400;
    background: none;
}
.shopping-cart-container .cart-table__body td .productAttributeMappings{
    padding-left: 0;
}
.search-page .widget-filters__item {
    width: initial;
    border-right: none;
    background-color: initial;
}

.widget-filters__closebtn {
    display: block;
}

.search-page .filter-list__item {
    margin: 0;
}
.input-check-color__box {
    border-radius: 100%;
}
.filter-color {
    padding: 0;
}

.checkout-discount-box .subtotal-text {
display: none;
}

.checkout-discount-box .discount {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.checkout-data .row.p-5 {
    display: none;
}

.toast-body {
    background-color: #fff !important;
}

.product-tabs--stuck .product-tabs__list-body {
    position: relative;
    box-shadow: none;
}

.product-tabs__item {
    padding: 18px 48px;
}

.product-gallery__carousel .product-image__body {
    width: 100% !important;
    height: 100% !important;
}
.product-gallery__carousel {
    width: initial;
    order: unset;
    height: auto;
    margin-top: 20px;
}
#shipping-method-form ul.method-list span{
    color: red;
}

.products-list[data-layout="grid-4-full"] .products-list__item {
    box-shadow: none;
}

body {
    height: 100vh;
}

.sitebar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #333;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none; /* Default hidden */
    padding-top: 4px
  }

  .sitebar a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    flex: 1;
  }

  .sitebar a span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }

  .sitebar a:hover {
    background-color: #444;
  }

  .sitebar a i {
    font-size: 20px;
  }

  @media (max-width: 768px) {
    
  }

  .whatsapp-icon {
    display:scroll;
    position:fixed;
    bottom:5px;
    right:5px;
    z-index: 999;
  }

  @media (max-width: 768px) {
    .sitebar {
    display: flex !important;
    }

    .whatsapp-icon {
        bottom:65px;
    }

    footer {
        padding-bottom: 40px;
    }
  }

/* .homepage-product-item-productname{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;;
    font-weight: 500;
    color: #525252;
    min-height: 48px;
    max-width: 250px;
    margin: 0 auto;
}
.homepage-product-item-price, .product-card__new-price{
    color: #1c1c1c;
    font-size: 22px;
    font-weight: 500;
} */

/* .products-view__list[data-layout="grid-4-full"] .product-item-button {
    padding: 8px 12px;
    font-size: 13px;
}*/

    .product-item-button{
        padding: .5rem;
        background: #fff;
        border:1px solid #f4f4f4;
        border-radius: 50%;
        font-size: 1rem;
        font-weight: 600;
        
    }

    .homepage-product-item-buttons{
        justify-content: center;
    }

    .product-add-to-cart{
        margin-right: 1rem;
    }

    .product-item-condition{
        font-size: .6rem;
        border-radius: .25rem;
        color:#fff;
        padding: .5rem;
        background: #5bcc00;
    }

    .product-item-button:hover{
        background: #f4f4f4;
    }

    .homepage-product-item-buttons {
        position: absolute;
        top: .8rem;
        right: .6rem;
    }

    .homepage-product-item-image {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid #DDE2E8;
        border-radius: 10px 10px 0 0;
        height: 480px;
        position: relative;
        padding: 20px;
    }

    .homepage-product-item-information {
        display: flex;
        flex-direction: column;
        border: 1px solid #DDE2E8;
        border-radius: 0 0 10px 10px;
        padding: .6rem;
        align-items: start;
        justify-content: space-between;
        height: 160px;
    }

    .product-item-button {
        padding: .5rem;
        font-size: .6rem;
    }

    .homepage-product-item-price{
        color: #1c1c1c;
        font-size: 1.3rem;
        font-weight: 600;
    }

    .product-card__new-price{
        color: #1c1c1c;
        font-size: 1.3rem;
        font-weight: 600;
    }

    .homepage-product-item-price-currency {
        color: #1c1c1c;
        font-size: 1rem;
        font-weight: 600;
    }

    .homepage-product-item-price-payment {
        display: block;
        color: orange;
        font-size: .8rem;
    }

    .product-item-condition{
        font-size: 1rem;
        font-weight: 500;
        border-radius: 4px;
        color:#fff;
        padding:4px;
        background: #5bcc00;
    }

    .homepage-product-item-condition {
        position: absolute;
        top: 3.5rem;
        left: .5rem;
    }

    .homepage-product-item-battery-condition {
        position: absolute;
        top: 9rem;
        left: .5rem;
        background: #dddddd;
        border-radius: .5rem;
        padding: .5rem;
    }

    .homepage-product-item-battery-condition-icon {
        width: 40px !important;
    }

    .homepage-product-item-battery-condition-text {
        font-size: .5rem;
        font-weight: 600;
    }

    .homepage-product-item-battery-condition-percentage {
        font-size: .5rem;
        font-weight: 700;
        line-height: .9rem;
    }

    .product-item-free-shipping {
        width: 100%;
        background:#3941a3;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.4rem;
        font-weight: 500;
    }

    .product-item-fast-shipping {
        display: flex;
        align-items: center;
        position: absolute;
        top: 1rem;
        left: .5rem;
        font-weight: 500;
        border-radius: .25rem;
        color:#fff;
        padding: .3rem .5rem;
        background: #5bcc00;
    }

    .product-item-fast-shipping-text {
        width: min-content;
        display: inline-block;
        font-size: .7rem;
        font-weight: 700;
        line-height: .7rem;
    }

    .product-item-fast-shipping-icon {
        font-size: 1.2rem;
        margin-right: .5rem;
    }

    .homepage-product-item-productname {
        display: flex;
        align-items: start;
        justify-content: start;
        text-align: start;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1rem;
        font-family: 'Montserrat', sans-serif;
    }

    .add-to-wishlist-button {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Box shadow */
    }

    .added-wishlist {
        background-color: #fde2d9 !important;
    }

    .products-list__item {
        padding: 10px;
    }

    .product-image-link {
        position: static;
    }

    .opportunity-img {
        position: absolute;
        right: 0;
        top: 4rem;
    }

    .opportunity-img img{
        max-width: 80px !important;
    }

    .product-card__badge--battery-condition {
        position: absolute;
        top: 7.5rem;
        left: 0;
        background: #dddddd;
        border-radius: .5rem;
        padding: .5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product-card__badge--battery-condition-icon {
        width: 60px !important;
    }

    .product-card__badge--battery-condition-text {
        font-size: .7rem;
        font-weight: 600;
    }

    .product-card__badge--battery-condition-percentage {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.2rem;
    }

    .product-card__badge--fast-shipping {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 500;
        border-radius: .5rem;
        color: #fff;
        padding: .5rem;
        background: #5bcc00;
    }

    .product-card__badge--fast-shipping-text {
        width: min-content;
        display: inline-block;
        font-size: .9rem;
        font-weight: 700;
        line-height: 1rem;
        font-family: 'Montserrat', sans-serif;
    }

    .product-card__badge--fast-shipping-icon {
        font-size: 1.5rem;
        margin-right: .7rem;
    }

    .product-card__badge.product-card__badge--new{
        background: #5bcc00;
        width: 145px;
        height: 37px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        border-radius: 8px;
        font-family: 'Montserrat', sans-serif;
        position: absolute;
        top: 4rem;
        font-weight: 600;
    }

    /* this was overlapping the upper items i hide it and check if that problems anything didnt see any */
    .product-tabs--stuck .product-tabs__list-body::before {
        display: none;
    }

    .product-tabs--stuck .product-tabs__item {
        padding: 18px 48px;
        font-size: 16px;
    }

    .product-card__badge.product-card__badge--outofstock{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #e05f5f;
        border-radius: 6px;
        height: 25px;
        width: 75%;
        padding: .5rem;
        margin: 0 auto;
        background: #e05f5f;
        color: #FFF;
        z-index: 1;
    }

    .slider-wrapper.animation__top .block-header {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .block-header__title {
        text-decoration: none;
    }

    #accountInfoForm .message-error.validation-summary-errors {
        display: block;
    }

    @media (max-width: 1440px) {
        .homepage-product-item-image {
            height: 320px;
        }

        .product-item-condition {
            font-size: .6rem;
        }

        .product-item-fast-shipping-text {
            font-size: .5rem;
        }
    
        .product-item-fast-shipping-icon {
            font-size: 1rem;
        }

        .product-item-free-shipping {
            height: 2rem;
            font-size: 1rem;
        }

        .opportunity-img img{
            max-width: 60px !important;
        }

        .homepage-product-item-battery-condition-icon {
            width: 20px !important;
        }

        .homepage-product-item-battery-condition-text {
            font-size: .5rem;
        }
    
        .homepage-product-item-battery-condition-percentage {
            font-size: .5rem;
            line-height: .6rem;
        }

        .homepage-product-item-productname {
            font-size: .9rem;
        }

        .homepage-product-item-price {
            font-size: 1rem;
        }

        .product-card__new-price {
            font-size: 1rem;
        }

        .product-card__old-price {
            font-size: .8rem;
        }

        .homepage-product-item-price-payment {
            font-size: .6rem
        }

        .homepage-product-item-price-currency {
            font-size: .8rem;
        }

        .product-item-fast-shipping {
            padding: .2rem .3rem;
            font-size: 1.2rem;
        }
        
        .homepage-product-item-condition {
            top: 3rem;
        }

        .homepage-product-item-battery-condition {
            top: 8rem;
        }

        .product-card__badge--fast-shipping-text {
            font-size: .7rem;
            line-height: .8rem;
        }

        .product-card__badge--fast-shipping-icon {
            font-size: 1.2rem;
            margin-right: .5rem;
        }

        .product-card__badge.product-card__badge--new {
            height: 2rem;
            font-size: 1rem;
            top: 3.5rem;
        }

        .product-card__badge--battery-condition {
            top: 6.5rem;
        }

        .product-card__badge--battery-condition-icon {
            width: 40px !important;
        }

        .product-card__badge--battery-condition-text {
            font-size: .5rem;
          }

        .product-card__badge--battery-condition-percentage {
            font-size: 1rem;
        }
    }

    @media (max-width: 768px) {
        .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item {
            width: calc(50% - 5px);
        }

        .products-list__body {
            gap: 10px;
        }

        .homepage-product-item-productname {
            font-size: .8rem;
        }
        
        .homepage-product-item-price {
            font-size: 1rem;
        }

        .product-card__new-price {
            font-size: 1rem;
            display: inline;
        }

        .product-card__old-price {
            font-size: .8rem;
        }

        .homepage-product-item-price-payment {
            font-size: .5rem;
        }

        .homepage-product-item-price-currency {
            font-size: .5rem;
        }
        
        .homepage-product-item-image {
            height: 250px;
            overflow: hidden;
        }

        .page-breadcrumb-current-page {
            display: block;
            padding-top: .5rem;
            padding-left: 10px;
        }
        
        .product-card__badge.product-card__badge--outofstock{
            top: 90% !important;
        }

        .block-header {
            flex-wrap: nowrap;
        }
    }

    @media (max-width: 767px) and (min-width: 420px) {
        .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item {
          width: calc(50% - 10px);
          margin: 0;
        }
    }
    @media screen and (max-width: 767px) {
        .page-header #small-search-box-form {
            width: 90%;
        }
        .seacrhModal .btn-close {
            top: 30px !important
        }
    }
    @media screen and (max-width: 990px) {
        #mobile-filters-btn, #products-orderby-btn select {
          min-width: 170px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          white-space: nowrap;
          width: 100%;
          height: 42px;
          padding: 10px;
          border: none;
          border: solid 1px #dbdbdb;
          color: var(--default-color-black);
          font-size: 14px;
          line-height: 16px;
          -webkit-appearance: none;
        }
      }