.navbar-brand img{
    width: 80px;
}
.footer_logo img{
    width: 152px;
}
header.header_wrap{
    border-bottom: 1px solid #e2e2e2;
}

.product_rating{
    display: inline-block;
}

.product_rating .active.fa-star{
    color: #F6BC3E
}

.product_rating .fa-star{
    font-size: 12px;
}

.rating_num{
    margin-left: 0;
}

.product .product_title, .product_box .product_title, .product_wrap .product_title{
    white-space: normal;
    min-height: 38px;
	font-size:0.9rem	

}

.add-to-cart .btn{
	font-size:0.9rem;
	padding: 12px 15px;
}

.price{
    font-size: 1rem;
}

.rating_wrap{
    margin-top:3px
}



.left-menu{
    list-style: none;
    padding:50px 30px 10px 10px;
    position: sticky;
    top:30px
}
.left-menu li{
    padding: 10px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
    font-size: 18px;
}

.heading_s1 h1, .heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6{
    text-transform: uppercase;
    font-size: 20px;
}

.section.pt-5{
    padding-top: 5px !important;
}

.left-menu a i{
    margin-right: 5px;
}
.left-menu h2{
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 300;
    padding: 5px 0px;
}
.left-menu h2 a{
    padding: 10px 0;
}
.yazar_ad{
    text-align: center;
}

.yazar_ad span{
    color: #292b2c;
}
.yildiz {
    margin-top: 10px;
    margin-bottom: 5px;
}
.yildiz .active{
    color: #fbad1a
}

.icon_box_style1 .icon{

}

.icon_box_style1 .icon i {
    color: #fbad1a;
    font-size: 32px;
    transition: all 0.5s ease-in-out;
}

.icon_box_style1 .icon:hover i{
    color: #292b2c
}

.heading_s1 span{
    color: #fbad1a
}

.bg_light_blue2:before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(http://trydo.rainbowit.net/assets/images/pattern-1.png);
    content: "";
    z-index: 1;
    opacity: .5;
    border-top-right-radius: 6px
;
}

.heading_s1{
    position: relative;
    z-index: 5;
}

.trading_img{
    position: relative;
    z-index: 5;
}

.bg_light_blue2{
    background-color: #FFF1F1 !important
}
footer{
    position: relative;
}
.footer_top{
    background-image: url('/img/footer-bg.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    /*padding: 150px 70px 150px 120px;*/
    position: relative;
    z-index: 1;
}

.footer_top:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.37);
}
.slickyorum{
    position: relative;
}
.slickyorum:before{
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    color: #6a6a6a;
    font-size: 5em;
    font-style: normal;
    position: absolute;
    left: -50px;
    top: -50%;
    text-align: center;
    margin: 0 auto;
    opacity: 0.40;
}

.slickyorum:after{
    content: "\f10e";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    color: #6a6a6a;
    font-size: 5em;
    font-style: normal;
    position: absolute;
    right: -50px;
    top: 50%;
    text-align: center;
    margin: 0 auto;
    opacity: 0.40;
}

.bg_grey{
    background-color: #f8f8f8 ;
}

.slick-prev::before{
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    color: #333;
    font-weight: 700;
    opacity: 1;
    display: block;
    font-size: 22px;
}

.slick-next::before{
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    color: #333;
    font-weight: 700;
    opacity: 1;
    display: block;
    font-size: 22px;
}


footer .widget_title{
    color: #fff;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 18px;
}

.widget_links li a{
    color: #bdbdbd;
}

footer p{
    color: #bdbdbd;
}

.dropdown-toggle::after, .dropdown-toggler::after {
    border: 0 none;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    margin-left: 5px;
    vertical-align: middle;
    font-weight: 700;
}

.dropdown-menu{
    top: 90%
}

.navbar-toggler[aria-expanded="true"] span::before{
    content: "\58";

}

.main_menu_uppercase .navbar-nav > li > .nav-link{
    cursor: pointer;
}

@media only screen and (max-width: 991px){
    .navbar .navbar-nav.attr-nav li .nav-link.search_trigger, .navbar .navbar-nav.attr-nav li .nav-link.cart_trigger{
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 610px){
    .slickyorum:before, .slickyorum:after{
        display: none;
    }
    .slickmain{
        margin-bottom: 15px;
    }
    .left-menu {
        list-style: none;
        padding: 0 10px 10px 10px;
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    .bg_grey h4 span{
        display: block;
    }
}

.container-2{
    width: 100%;
    padding-right: 15px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 1540px) {
    .container-2{
        width: 1500px;
        max-width: 1500px;

    }
}



footer .widget_title{
    margin-bottom: 15px;
    display: block;
}

.contact_info i + *{
    color: #bdbdbd
}


.breadcrumb-item + .breadcrumb-item::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    vertical-align: middle;
    font-size: 10px;
    padding-top: 3px;
}

.product_sort_info li{
    padding-left: 0;
}

.custom-select{
    display: inline-block;
    width: 80px;
    margin-right: 20px;
}

.accordion_style1 .card-header a::after {
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 0px;
}

.accordion_style1 .card-header a[aria-expanded="false"]::after {
    content: "\2b";
    font-weight: 700;
}

.pr_desc ul{
    list-style: none;
    margin-bottom: 20px;
}

.pr_desc ul li{
    font-size:14px;
}

.slider-nav .slick-slide{
    cursor: pointer;
}

.slider-for .slick-slide img{
    height: 430px;
    margin: 0 auto;
}

.slider-nav .slick-slide img{
    height: 130px;
    width: 100%;
}

.product_img img{
    height: 100%;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.pr_detail .pr_desc{
    width: 100%;
}

.custome-checkbox input[type="checkbox"] + .form-check-label::after{
    top:26%
}

.iban{
    cursor: pointer;
}

.product_box .product_info{
    text-align: left;
	padding:15px 0;
}

.product_box .add-to-cart{
    text-align: center;
}

.accordion_style1.accordion .card{
    box-shadow: none;
}

.accordion.accordion_style1 .card-header h6 a{
    padding-top: 16px;
    position: relative;
}

.accordion.accordion_style1 .card-header h6::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 15px;
}

.accordion.accordion_style1 .card-header a::after {
    content: "";
   display: none;
}

.card-body.sep{
    font-size: 12px;
}

.card-body p{
    font-size: 14px;
    color: #292b2c;
    margin-bottom: 0px;
}

.accordion_style1 .card-body{
    padding: 15px 10px 10px 10px
}

.card-body.sep a span{
    font-weight: 700;
}

.cart_total_amount span{
    color: #fbad1a
}

table th span, table td span{
    font-size: 12px;
    display: block;
}


table th span.product-qty, table td span.product-qty{
    display: inline-block;
    font-size: 14px;
}



.slick-track{
    float:left;
}

.product_img{
    text-align: center;
    height: 280px;
}



.product_box{
    bordeR:none;
	border-radius: 0;
}



.pr-oz{
    width: 100%;
    display: inline-block;
    font-size: 14px
}

.scrollup{
    z-index: 9999;
}



.bundle-img{
    display: inline-block;
}


.alt-sepet {
    height: 90px;
    background-color: white;
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1041;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 50%);
}

.bundle-img {
    max-height: 90%;
    text-align: center;
}

.bundle-img img {
    max-height: 89px;
    padding: 10px 0;
}

span#bundle-fiy:after {
    content: " TL";
}

#bundle-doldur span {
    top: 2px;
    left: auto;
    right: 0;
    cursor: pointer;
    position: absolute;
}

.alt-sepet {
    opacity: 0;
    transition: opacity 300ms linear;
}

@media only screen and (max-width: 610px){
    .slider-for .slick-slide img{
        max-height: 430px;
    }
    .single_bn_title {
        font-size: 1rem;
    }
    .single_bn_title1 {
        font-size: 1rem;
    }

    .alt-sepet{
        height: 230px;
    }

    .alt-sepet .col-md-3.text-right{
        text-align: left !important;
    }

    .product_img img{
        object-fit: contain;
    }

    .product_details{
        text-align: center;
    }

}

@media only screen and (max-width: 1540px){
    .bottom_header .container-2{
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px){
    .header_wrap .navbar .navbar-nav.attr-nav{
        padding-top: 10px;
    }
    .navbar-toggler{
        padding-top: 10px;
    }
    .logo_dark, .logo_light{
        width: 90%;
    }
}

.btn_cart{
    display: inline-block;
}

.kurumsal h1,.kurumsal h2,.kurumsal h3,.kurumsal h4{
    font-size: 1.5rem;
    text-transform: uppercase;
}

.comment_block{
    padding-left: 0;
}

.tab-style3 .nav-tabs li.nav-item a{
    padding-left: 0;
}

div.bunlar {
    display:none;
}

.sectionMakale{
    padding: 0;
    font-size: 0.8rem
}
.sectionMakale ul{
    list-style: none;
}
.sectionMakale h2, .sectionMakale h3, .sectionMakale h4{
    font-size: 1rem;
}

@media (max-width: 768px) { 
	.d-sm-none{
		display:none
	}
	.d-sm-block{
		display:block
	}
	.d-sm-flex{
		display:flex
	}
		
}

@media (min-width: 768px) { 
	.d-md-none{
		display:none
	}
	.d-md-block{
		display:block
	}
	.d-md-flex{
		display:flex
	}
}
/*mal,hed*/
.product_img{
		height:373px
	}
	
/*kutununki*/
.product_img2{
    height:200px !important;
}
@media (min-width: 992px) {
	.navbar .navbar-nav li:hover > .dropdown-menu{
		margin-top: -10px;
	}
}

@media only screen and (max-width: 480px){
	
	.shop_container .col-6{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	}
}

@media (min-width: 480px){
	.product_img img{
    height: 373px;
}
.product_img2 img{
    height: 200px;
}
}

@media (max-width: 480px) {

	.product_img2 {
    height: 145px;
	}
	.product_img2 img {
    height: 145px;
	}

    .product_img {
    height: 193px;
    }
    .product_img img {
    height: 193px;
    }
}


.product_box:hover .see-product {
    top: 0px;
    opacity: 1;
    visibility: visible;
}

.product_box .see-product {
    text-align: center;
}

.product_box .see-product {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background-color: #fff;
    padding: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}

.product_box .see-product .btn{
	padding:0;
	font-size:0.9rem;
	top:20px;
	padding:5px
}

.product_box .see-product .btn-radius{
	border-radius: 6px;
}


.product_box:hover .product_img img{
	transform: scale(1.03);
}

span.bold{font-family: 'Roboto';
    font-weight: 600;}