/*
Name: 			theme-shop.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	5.7.2
*/
/* Custom Font - Stars (From WooCommerce) */
@font-face {
	font-family: 'star';
	src: url("fonts/star.eot");
	src: url("fonts/star.eot?#iefix") format("embedded-opentype"), url("fonts/star.woff") format("woff"), url("fonts/star.ttf") format("truetype"), url("fonts/star.svg#star") format("svg");
	font-weight: normal;
	font-style: normal;
}
.products-grid{list-style:none;padding:0;margin:0 -10px}
.products-grid:after{content:'';display:table;clear:both}
.products-grid li{width:100%;padding:10px 10px 0}
.products-grid.columns6{margin:0 -5px}
.products-grid.columns6 li{padding-left:5px;padding-right:5px}
.products-grid.columns7{margin:0 -4px}
.products-grid.columns7 li{padding-left:4px;padding-right:4px}
.products-grid.columns8{margin:0 -3px}
.products-grid.columns8 li{padding-left:3px;padding-right:3px}
@media (min-width: 480px) {
.products-grid li{float:left;width:50%}
.products-grid li:nth-child(2n+1){clear:left}
.products-grid.columns5 li,.products-grid.columns6 li,.products-grid.columns7 li,.products-grid.columns8 li{width:33.33%}
.products-grid.columns5 li:nth-child(2n+1),.products-grid.columns6 li:nth-child(2n+1),.products-grid.columns7 li:nth-child(2n+1),.products-grid.columns8 li:nth-child(2n+1){clear:none}
.products-grid.columns5 li:nth-child(3n+1),.products-grid.columns6 li:nth-child(3n+1),.products-grid.columns7 li:nth-child(3n+1),.products-grid.columns8 li:nth-child(3n+1){clear:left}
}
@media (min-width: 768px) {
.products-grid.columns3 li,.products-grid.columns4 li{width:33.33%}
.products-grid.columns3 li:nth-child(2n+1),.products-grid.columns4 li:nth-child(2n+1){clear:none}
.products-grid.columns3 li:nth-child(3n+1),.products-grid.columns4 li:nth-child(3n+1){clear:left}
.products-grid.columns5 li,.products-grid.columns6 li,.products-grid.columns7 li,.products-grid.columns8 li{width:25%}
.products-grid.columns5 li:nth-child(3n+1),.products-grid.columns6 li:nth-child(3n+1),.products-grid.columns7 li:nth-child(3n+1),.products-grid.columns8 li:nth-child(3n+1){clear:none}
.products-grid.columns5 li:nth-child(4n+1),.products-grid.columns6 li:nth-child(4n+1),.products-grid.columns7 li:nth-child(4n+1),.products-grid.columns8 li:nth-child(4n+1){clear:left}
}
@media (min-width: 992px) {
.products-grid.columns6 li,.products-grid.columns7 li,.products-grid.columns8 li{width:20%}
.products-grid.columns6 li:nth-child(4n+1),.products-grid.columns7 li:nth-child(4n+1),.products-grid.columns8 li:nth-child(4n+1){clear:none}
.products-grid.columns6 li:nth-child(5n+1),.products-grid.columns7 li:nth-child(5n+1),.products-grid.columns8 li:nth-child(5n+1){clear:left}
}
@media (min-width: 1200px) {
.products-grid.columns4 li{width:25%}
.products-grid.columns4 li:nth-child(3n+1){clear:none}
.products-grid.columns4 li:nth-child(4n+1){clear:left}
.products-grid.columns5 li{width:20%}
.products-grid.columns5 li:nth-child(4n+1){clear:none}
.products-grid.columns5 li:nth-child(5n+1){clear:left}
.products-grid.columns6 li{width:16.66%}
.products-grid.columns6 li:nth-child(5n+1){clear:none}
.products-grid.columns6 li:nth-child(6n+1){clear:left}
.products-grid.columns7 li{width:14.25%}
.products-grid.columns7 li:nth-child(5n+1){clear:none}
.products-grid.columns7 li:nth-child(7n+1){clear:left}
.products-grid.columns8 li{width:12.5%}
.products-grid.columns8 li:nth-child(5n+1){clear:none}
.products-grid.columns8 li:nth-child(8n+1){clear:left}
}
.products-list{list-style:none;padding:0;margin:0 -10px}
.products-list li{padding:10px;width:100%}
.product{position:relative}
.product .product-image-area{overflow:hidden;position:relative;padding:3px;background-color:#fff;border:none;border-radius:6.99px}
.product .product-image-area .product-image{display:block;overflow:hidden;position:relative;border-radius:3px}
.product .product-image-area .product-image img{display:block;width:100%;height:auto;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}
.product .product-image-area .product-image .product-hover-image{position:absolute;left:0;top:0;opacity:0;visibility:hidden}
.product .product-quickview{position:absolute;right:0;top:0;background-color:#08C;color:#fff;padding:10px;z-index:9;border-radius:0 5px;opacity:0;visibility:hidden;-webkit-transition:all .1s;-moz-transition:all .1s;transition:all .1s;font-size:12px;line-height:1.4}
.product .product-quickview span{margin-left:2px}
.product .product-quickview:hover,.product .product-quickview:focus{opacity:.9!important;color:#fff;text-decoration:none}
.product .product-quickview:hover span,.product .product-quickview:focus span{text-decoration:underline}
.product .product-label{position:absolute;right:10px;top:10px;color:#fff;line-height:1;z-index:5;text-align:center}
.product .product-label + .product-label{top:40px}
.product .product-label span{display:block;position:relative;padding:7px 10px;font-size:12px;font-weight:600;text-transform:uppercase;border-radius:4px}
.product .product-label span.discount{background-color:#e27c7c}
.product .product-label span.new{background-color:#62b959}
.product .product-details-area{padding:10px;text-align:center}
.product .product-details-area .product-actions{margin:0 -10px}
.product .product-name{color:#777;font-weight:400;font-size:14px;margin:0 0 3px;line-height: normal;}
.product .product-name a{color:#777}
.product:hover .product-image-area .product-image .product-hover-image{visibility:visible;opacity:1} 
.product:hover .product-quickview{visibility:visible;opacity:1}
.product-ratings{font-size:11px;line-height:1.25;height:14px;margin:7px 0 6px}
.product .product-ratings{background:url(https://www.maksimumyazilim.com/outsource/t1/img/demos/shop/rating-bar.png) center no-repeat;}
.ratings-box{position:relative;display:inline-block;margin-top:1.5px;overflow:hidden;width:64px;height:11px;font-size:0;line-height:0;text-indent:-999em}
.ratings-box:before{font-family:"FontAwesome";content:"\f005\20\f005\20\f005\20\f005\20\f005";width:64px;height:11px;color:#c3c5c9;display:block;font-size:11px;line-height:11px}
.ratings-box .rating{float:left;height:11px;position:absolute;left:0;top:0;overflow:hidden}
.ratings-box .rating:before{font-family:"FontAwesome";content:"\f005\20\f005\20\f005\20\f005\20\f005";width:64px;height:11px;color:#ffc600;display:block;font-size:11px;line-height:11px}
.product-price-box{font-size:0;margin:5px 0 3px}
.product-price-box .old-price,.product-price-box .product-price{display:inline-block;vertical-align:middle;font-weight:600}
.product-price-box .old-price{color:#999;font-size:14px;text-decoration:line-through}
.product-price-box .old-price + .product-price{margin-left:6px}
.product-price-box .product-price{font-size:20px;color:#444}
.product-actions a, .product-actions .btn-group button{display:inline-block;position:relative;margin:10px 0;vertical-align:middle;/*border-radius:5px;*/text-align:center;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}
.product-actions a:hover,.product-actions a:focus{text-decoration:none}
.product-actions a.addtocart{color:#333;background-color:#fff;font-size:14px;padding:0 10px 0 8px;height:32px;line-height:30px;border:1px solid #ccc}
.product-actions a.addtocart i{font-size:15px;margin-right:2px}
.product:hover .product-actions a.addtocart{background-color:#08C;border-color:#08C;color:#fff}
.product-actions a.addtocart.outofstock{padding:0 10px;cursor:default}
.product:hover .product-actions a.addtocart.outofstock{color:#333!important;background-color:#fff!important;border-color:#ccc!important}
.product-actions a.addtowishlist,.product-actions a.comparelink,.product-actions a.quickview{font-size:17px;height:32px;width:32px;line-height:32px;background-color:transparent;visibility:hidden;opacity:0}
.hide-addtolinks .product-actions a.addtowishlist,.hide-addtolinks .product-actions a.comparelink,.hide-addtolinks .product-actions a.quickview{display:none}
.product-actions a.addtowishlist{right:-37px;color:#ed4949;border:1px solid #ed4949}
.product-actions a.addtowishlist:hover{color:#fff;background-color:#ed4949}
.product:hover .product-actions a.addtowishlist{visibility:visible;opacity:1;right:0}
.product-actions a.comparelink{left:-37px;color:#52b9b5;border:1px solid #52b9b5}
.product-actions a.comparelink:hover{color:#fff;background-color:#52b9b5}
.product:hover .product-actions a.comparelink{visibility:visible;opacity:1;left:0}
.product-actions a.quickview{visibility:visible;opacity:1;color:#08C;border:1px solid #08C}
.product-actions a.quickview:hover{color:#fff;background-color:#08C}
.product.product-list:after{content:'';display:table;clear:both}
.product.product-list .product-details-area{text-align:left;padding:0 20px}
.product.product-list .product-short-desc{font-size:14px;line-height:1.5}
.product.product-list .product-ratings{background:none;margin-bottom:10px}
.product.product-list .product-name{font-size:18px;margin:10px 0}
.product.product-list .product-price-box{margin-top:10px}
.product.product-list .product-actions{margin:0}
.product.product-list .product-actions a.addtowishlist,.product.product-list .product-actions a.comparelink,.product.product-list .product-actions a.quickview{left:auto;right:auto;visibility:visible;opacity:1}
.product.product-list .product-actions a.addtocart{background-color:#08C;border-color:#08C;color:#fff}
@media (min-width: 600px) {
.product.product-list .product-image-area{float:left;width:20%}
.product.product-list .product-details-area{float:left;width:80%}
}
.product.product-sm{padding:6px 0 8px;max-width:300px}
.product.product-sm:after{content:'';display:table;clear:both}
.product.product-sm .product-image-area{width:33%;float:left;padding:2px}
.product.product-sm .product-details-area{float:left;width:67%;text-align:left;padding:10px 16px}
.product.product-sm .product-name{font-size:12px}
.product.product-sm .product-ratings{background:none;margin-bottom:5px}
.product.product-sm .product-price-box{margin:2px 0 3px}
.product.product-sm .product-price-box .old-price{font-size:11px}
.product.product-sm .product-price-box .old-price + .product-price{margin-left:3px}
.product.product-sm .product-price-box .product-price{font-size:15px}
@media (max-width: 767px) {
.product-img-box{margin-bottom:25px}
}
.product-img-box img{display:block;width:100%;height:auto}
.product-img-box .product-img-wrapper{padding:3px;border:1px solid #ddd;border-radius:6.99px}
.product-img-box .owl-carousel{margin-bottom:0}
.zoomContainer{z-index:49}
.product-img-box-wrapper{position:relative;margin-bottom:10px}
.product-img-zoom{position:absolute;right:11px;bottom:10px;z-index:50}
.product-details-box.col-sm-7{float:right}
.product-details-box .product-nav-container{float:right}
@media (max-width: 767px) {
.product-details-box .product-nav-container{margin-top:-15px}
}
.product-details-box .product-nav-container .product-nav{display:inline-block;vertical-align:middle;position:relative;font-size:0}
.product-details-box .product-nav-container .product-nav a{color:#555;display:inline-block;font-size:22px;line-height:58px;text-decoration:none;min-width:31px;text-align:center}
.product-details-box .product-nav-container .product-nav a:hover,.product-details-box .product-nav-container .product-nav a:focus{text-decoration:none}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown{border-top:3px solid #08C;position:absolute;top:100%;left:auto;right:0;margin-right:-17.5px;padding:10px;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.2);z-index:1;visibility:hidden;opacity:0;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s;text-align:center;border-radius:4px}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown:before{content:"";width:5px;height:2px;border:5px solid transparent;border-bottom-color:#08C;display:block;position:absolute;top:-13px;right:32px}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown img{display:block;width:80px;height:auto;margin-bottom:10px}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown h4{margin:0;font-weight:600;font-size:11px;line-height:1.35;color:#777}
.product-details-box .product-nav-container .product-nav.product-nav-prev .product-nav-dropdown{right:auto;left:0;margin-left:-17.5px;margin-right:0}
.product-details-box .product-nav-container .product-nav.product-nav-prev .product-nav-dropdown:before{right:auto;left:32px}
.product-details-box .product-nav-container .product-nav:hover > .product-nav-dropdown{visibility:visible;opacity:1}
.product-details-box .product-nav-container .product-nav:hover > a{color:#08C;text-decoration:none}
.product-details-box .product-name{margin:15px 0;font-size:28px;font-weight:600;line-height:1;color:#555}
.product-details-box .product-rating-container{margin-bottom:20px}
.product-details-box .product-rating-container .product-ratings{vertical-align:middle;display:inline-block;background:none;margin:0 2px 0 0;font-size:16px;height:20px}
.product-details-box .product-rating-container .ratings-box{margin-top:1.5px;width:100px;height:16px}
.product-details-box .product-rating-container .ratings-box:before{width:100px;height:16px;font-size:16px;line-height:16px}
.product-details-box .product-rating-container .ratings-box .rating{height:16px}
.product-details-box .product-rating-container .ratings-box .rating:before{width:100px;height:16px;font-size:16px;line-height:16px}
.product-details-box .product-rating-container .review-link{vertical-align:middle;display:inline-block;font-size:14px;color:#bdbdbd}
.product-details-box .product-rating-container .review-link a{color:#bdbdbd;display:inline-block;vertical-align:bottom;padding:0 5px}
.product-details-box .product-rating-container .review-link a:hover,.product-details-box .product-rating-container .review-link a:focus{text-decoration:none;color:#08C}
.product-details-box .product-short-desc{padding:0 0 10px;border-bottom:1px solid #ebebeb}
.product-details-box .product-short-desc p{font-size:14px;line-height:1.65;margin:0 0 20px}
.product-details-box .product-detail-info{padding-bottom:20px;margin-top:20px;border-bottom:1px solid #ebebeb}
.product-details-box .product-detail-info .product-price-box{margin:0 0 0 0}
.product-details-box .product-detail-info .product-price-box .old-price{vertical-align:bottom;font-size:18px;line-height:1.2;font-weight:400;color:#999}
.product-details-box .product-detail-info .product-price-box .product-price{font-size:33px;line-height:1;color:#08C}
.product-details-box .product-detail-info .availability{margin:0 0 10px;font-size:14px;color:#777;font-weight:400}
.product-details-box .product-detail-info .email-to-friend{margin-bottom:0}
.product-details-box .product-detail-info .email-to-friend a{color:#08C}
.product-details-box .product-detail-options{margin:20px 0 0;position:relative;padding-bottom:0;border-bottom:1px solid #ebebeb}
.product-details-box .product-detail-options label{font-size:12px;font-weight:700;line-height:1;margin:0 0 10px}
.product-details-box .product-detail-options label span:last-child{margin-left:5px;font-weight:400}
.product-details-box .product-detail-options .configurable-filter-list{padding:0;margin:0 0 20px;list-style:none;font-size:0}
.product-details-box .product-detail-options .configurable-filter-list li{display:inline-block;margin:0 3px 5px 0}
.product-details-box .product-detail-options .configurable-filter-list li a{display:block;color:#777;width:30px;height:30px;font-size:14px;line-height:28px;background:#f4f4f4;border:1px solid #ccc;border-radius:3px;float:left;margin:0;padding:0;text-align:center}
.product-details-box .product-detail-options .configurable-filter-list li a:hover{border-color:#08C;text-decoration:none}
.product-details-box .product-detail-options .configurable-filter-list.filter-list-color li a{padding:1px}
.product-details-box .product-detail-options .configurable-filter-list.filter-list-color li a span{display:inline-block;width:26px;height:26px;border-radius:3px}
.product-details-box .product-detail-qty{display:inline-block;vertical-align:middle;margin-right:7px;width:60px}
.product-details-box .product-detail-qty #product-vqty{border-radius:3px;width:35px!important;border-color:#e1e1e1;color:#08C;padding-left:2px;padding-right:2px;text-align:center}
.product-details-box .product-detail-qty .btn{border-radius:3px}
.product-details-box .product-detail-qty .btn.btn-default{color:#ccc;font-size:8px;border-color:#e1e1e1}
.product-details-box .product-detail-qty .btn.btn-default.bootstrap-touchspin-up{margin-top:-2px}
.product-details-box .product-detail-qty .btn.btn-default.bootstrap-touchspin-down{margin-bottom:-2px}
.product-details-box .product-actions{margin-top:10px;padding-bottom:10px;margin-bottom:20px;border-bottom:1px solid #ebebeb}
.product-details-box .product-actions:after{content:'';display:table;clear:both}

.product-details-box .product-actions .addtocart:hover,.product-details-box .product-actions .addtocart:focus{color:#fff;border-color:#009ceb;background-color:#009ceb}
.product-details-box .product-actions .actions-right{float:right}
@media (max-width: 480px) {
.product-details-box .product-actions .actions-right{float:none;margin-top:-5px}
}
.product-details-box .product-actions .actions-right .addtowishlist,.product-details-box .product-actions .actions-right .comparelink{opacity:1;visibility:visible;left:auto;right:auto;width:38px;height:38px;line-height:38px;font-size:17px}
.product-details-box .product-actions .actions-right .addtowishlist + .comparelink{margin-left:5px}
@media (min-width: 768px) {
.product-details-box .product-share-box{padding-bottom:20px}
}
.bootstrap-touchspin .input-group-btn-vertical{position:relative;white-space:nowrap;width:1%;vertical-align:middle;display:table-cell}
.bootstrap-touchspin .input-group-btn-vertical > .btn{display:block;float:none;width:100%;max-width:100%;padding:9px 10px;margin-left:-1px;position:relative}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius:3px}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{margin-top:-2px;border-radius:3px}
.bootstrap-touchspin .input-group-btn-vertical i{position:absolute;top:5px;left:6px;font-size:9px;font-weight:400}
.tabs.product-tabs{margin-bottom:40px}
@media (min-width: 992px) {
.tabs.product-tabs{margin-bottom:50px}
}
@media (max-width: 600px) {
.tabs.product-tabs .nav-tabs li{display:block}
}
.tabs.product-tabs .tab-content{padding:37px 15px;min-height:200px;border-radius:0 0 3px 3px;box-shadow:0 1px 2px #eee;background-color:#fff}
.tabs.product-tabs .tab-content p{margin-bottom:15px}
@media (max-width: 767px) {
.tabs.product-tabs.tabs-left .nav-tabs{display:block;width:100%;height:auto}
}
@media (max-width: 767px) {
.tabs.product-tabs.tabs-left li{display:block}
}
.tabs.product-tabs.tabs-left li a{border-radius:5px 0 0 5px;border-top:1px solid #eee!important;border-bottom:1px solid #eee!important}
@media (min-width: 768px) {
.tabs.product-tabs.tabs-left li a{border-right:none;margin-right:-1px;text-align:right}
}
@media (max-width: 767px) {
.tabs.product-tabs.tabs-left li a{margin-left:0;margin-right:0;border-right:1px solid #eee!important}
}
@media (min-width: 768px) {
.tabs.product-tabs.tabs-left li + li{margin-top:2px}
}
.tabs.product-tabs.tabs-left .tab-content{border-left:1px solid #eee;padding:37px 15px 27px}
@media (min-width: 768px) {
.tabs.product-tabs.tabs-left .tab-content{min-height:250px}
}
@media (max-width: 767px) {
.tabs.product-tabs.tabs-left .tab-content{display:block;width:100%;height:auto;padding-top:25px;padding-bottom:15px}
}
.product-table,.ratings-table{width:100%;border-spacing:0;empty-cells:show;font-size:100%}
.product-table thead th,.product-table tbody td,.ratings-table thead th,.ratings-table tbody td{border-bottom:1px solid #dcdcdc;border-right:1px solid #dcdcdc;padding:15px 10px;line-height:1.3}
@media (max-width: 600px) {
.product-table thead th,.product-table tbody td,.ratings-table thead th,.ratings-table tbody td{padding-left:5px;padding-right:5px}
}
.product-table{border:1px solid #ddd}
.product-table .table-label{font-weight:700;color:#000}
.ratings-table{margin:20px 0 40px;border:1px solid #ddd}
@media (max-width: 767px) {
.ratings-table{margin-bottom:30px}
}
.ratings-table input[type=checkbox],.ratings-table input[type=radio]{margin-left:auto;margin-right:auto}
@media (max-width: 600px) {
.ratings-table thead{display:none}
}
.ratings-table thead th{font-weight:600;font-size:11px;padding:3px 15px;color:#777;white-space:nowrap;vertical-align:middle;text-transform:uppercase;background-color:#f6f6f6;text-align:center}
.ratings-table tbody td{font-size:13px;text-align:center}
.ratings-table tbody td:first-child{font-weight:700;text-align:left}
.product-desc-area ul{padding-left:15px;margin-left:2px}
.product-desc-area ul li{line-height:20px}
.product-desc-area p{margin-bottom:15px}
.product-tags-area label{display:block;font-size:18px;margin:0 0 20px;font-weight:400}
.product-tags-area .form-control.pull-left{width:250px;margin-right:10px}
.collateral-box ul,.collateral-box ol{margin-top:-20px}
.collateral-box ul li,.collateral-box ol li{border-bottom:1px solid #eee;padding:20px 0 10px}
.add-product-review{padding-top:15px}
.panel-group.produt-panel{margin-bottom:55px;border:none}
@media (min-width: 992px) {
.panel-group.produt-panel{margin-bottom:65px}
}
.panel-group.produt-panel .panel.panel-default{border:none}
.panel-group.produt-panel .panel.panel-default .panel-heading{background-color:transparent}
.panel-group.produt-panel .panel.panel-default .panel-heading .panel-title{font-size:15px}
.panel-group.produt-panel .panel.panel-default .panel-heading .panel-title a{position:relative;border-radius:5px;background-color:#f4f4f4;border-left:4px solid #08C}
.panel-group.produt-panel .panel.panel-default .panel-heading .panel-title a:before{content:"\f0d7";color:#fff;font-family:"FontAwesome";display:block;position:absolute;right:20px;top:50%;margin-top:-10px}
.panel-group.produt-panel .panel.panel-default .panel-heading .panel-title a.collapsed:before{content:"\f0da";color:#08C}
.panel-group.produt-panel .panel.panel-default .panel-heading .panel-title a:not(.collapsed){color:#fff;background-color:#08C}
.slider-title {
	position: relative;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 700;
	color: #313131;
	text-transform: uppercase;
}
.slider-title .inline-title {
	background-color: #fff;
	padding-right: 20px;
	position: relative;
	z-index: 2;
}
.slider-title .line {
	display: block;
	height: 1px;
	position: relative;
	width: calc( 100% - 50px);
	left: 0;
	bottom: 0.55em;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 70%, transparent 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 70%, transparent 100%);
	z-index: 1;
}
.slider-title .view-all {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #0088CC;
	font-size: 13px;
	line-height: inherit;
	font-weight: 400;
	text-transform: capitalize;
}
.slider-title:after {
	content: '';
	display: table;
	clear: both;
}
.slider-title.text-center > .inline-title {
	padding: 0 20px;
}
.slider-title.text-center .line {
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
	background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
}

@media (max-width: 320px) {
	.slider-title .line {
		display: none;
	}
}
.owl-carousel.owl-urun-liste .owl-nav {
	top: -40px;
	width: auto;
	right: 5px;
	margin: 0;
	line-height: 1;
}
.owl-carousel.owl-urun-liste .owl-nav .owl-prev,
.owl-carousel.owl-urun-liste .owl-nav .owl-next {
	position: static;
	left: auto;
	right: auto;
	width: auto;
	height: auto;
	background-color:transparent;
	font-size: 18px;
	line-height: 1;
	min-width: 22px;
	color: #0088CC;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.owl-carousel.owl-urun-liste .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel.owl-urun-liste .owl-nav .owl-next:hover,
.owl-carousel.owl-urun-liste .owl-nav .owl-next:focus {
	background-color: transparent !important;
	color: #009ceb !important;
}
.heading-text-color {
	color: #777 !important;
}
.tab-content .post-comments{border:none;border-top:0;margin-top:0}

.taksit_tablosu{display:inline-block}
.taksit_tablosu .panel-default{min-height:200px} 
.taksit_tablosu .table{font-size:12px}
.taksit_tablosu .panel-default .table-header{height:44px;text-align:center}
.taksit_tablosu .panel-default .table-header:after{content:"";display:inline-block;background-image:url(https://www.kurs.com/img/kurs-detay.png);height:44px;width:100px}
.panel-world{border-color:#650c6f}
.panel-world .table-header{background-color:#650c6f}
.panel-world .table-header:after{background-position:300px -44px}
.panel-bonus{border-color:#9cc435}
.panel-bonus .table-header{background-color:#9cc435}
.panel-bonus .table-header:after{background-position:-300px 0}
.panel-paraf{border-color:#00ddff}
.panel-paraf .table-header{background-color:#00ddff}
.panel-paraf .table-header:after{background-position:-300px -44px}
.panel-maximum{border-color:#c12a72}
.panel-maximum .table-header{background-color:#c12a72}
.panel-maximum .table-header:after{background-position:-200px 0}
.panel-axess{border-color:#efa222}
.panel-axess .table-header{background-color:#efa222}
.panel-axess .table-header:after{background-position:-0 -44px}
.panel-cardfinans{border-color:#103993}
.panel-cardfinans .table-header{background-color:#103993}
.panel-cardfinans .table-header:after{background-position:300px 0}

.product-actions .btn-group .dropdown-menu{margin-top:-10px;min-width:185px}


.product-details-box .product-actions .btn-group a.btn {
    line-height: 26px;
    height: 38px;
    min-width: 160px;
    text-align: center;
}

.product-details-box .product-actions .dropdown-toggle-split {
    line-height: 26px;
    height: 38px;
    text-align: center;
}


/* PRODUCT LİST */

.products-grid {
  list-style: none;
  padding: 0;
  margin: 0 -10px 0;
}
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid li {
  width: 100%;
  padding: 10px 10px 0;
}
.products-grid.columns6 {
  margin: 0 -5px;
}
.products-grid.columns6 li {
  padding-left: 5px;
  padding-right: 5px;
}
.products-grid.columns7 {
  margin: 0 -4px;
}
.products-grid.columns7 li {
  padding-left: 4px;
  padding-right: 4px;
}
.products-grid.columns8 {
  margin: 0 -3px;
}
.products-grid.columns8 li {
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 480px) {
  .products-grid li {
    float: left;
    width: 50%;
  }
  .products-grid li:nth-child(2n+1) {
    clear: left;
  }
  .products-grid.columns5 li, .products-grid.columns6 li, .products-grid.columns7 li, .products-grid.columns8 li {
    width: 33.33%;
  }
  .products-grid.columns5 li:nth-child(2n+1), .products-grid.columns6 li:nth-child(2n+1), .products-grid.columns7 li:nth-child(2n+1), .products-grid.columns8 li:nth-child(2n+1) {
    clear: none;
  }
  .products-grid.columns5 li:nth-child(3n+1), .products-grid.columns6 li:nth-child(3n+1), .products-grid.columns7 li:nth-child(3n+1), .products-grid.columns8 li:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .products-grid.columns3 li, .products-grid.columns4 li {
    width: 33.33%;
  }
  .products-grid.columns3 li:nth-child(2n+1), .products-grid.columns4 li:nth-child(2n+1) {
    clear: none;
  }
  .products-grid.columns3 li:nth-child(3n+1), .products-grid.columns4 li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid.columns5 li, .products-grid.columns6 li, .products-grid.columns7 li, .products-grid.columns8 li {
    width: 25%;
  }
  .products-grid.columns5 li:nth-child(3n+1), .products-grid.columns6 li:nth-child(3n+1), .products-grid.columns7 li:nth-child(3n+1), .products-grid.columns8 li:nth-child(3n+1) {
    clear: none;
  }
  .products-grid.columns5 li:nth-child(4n+1), .products-grid.columns6 li:nth-child(4n+1), .products-grid.columns7 li:nth-child(4n+1), .products-grid.columns8 li:nth-child(4n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .products-grid.columns6 li, .products-grid.columns7 li, .products-grid.columns8 li {
    width: 20%;
  }
  .products-grid.columns6 li:nth-child(4n+1), .products-grid.columns7 li:nth-child(4n+1), .products-grid.columns8 li:nth-child(4n+1) {
    clear: none;
  }
  .products-grid.columns6 li:nth-child(5n+1), .products-grid.columns7 li:nth-child(5n+1), .products-grid.columns8 li:nth-child(5n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .products-grid.columns4 li {
    width: 25%;
  }
  .products-grid.columns4 li:nth-child(3n+1) {
    clear: none;
  }
  .products-grid.columns4 li:nth-child(4n+1) {
    clear: left;
  }
  .products-grid.columns5 li {
    width: 20%;
  }
  .products-grid.columns5 li:nth-child(4n+1) {
    clear: none;
  }
  .products-grid.columns5 li:nth-child(5n+1) {
    clear: left;
  }
  .products-grid.columns6 li {
    width: 16.66%;
  }
  .products-grid.columns6 li:nth-child(5n+1) {
    clear: none;
  }
  .products-grid.columns6 li:nth-child(6n+1) {
    clear: left;
  }
  .products-grid.columns7 li {
    width: 14.25%;
  }
  .products-grid.columns7 li:nth-child(5n+1) {
    clear: none;
  }
  .products-grid.columns7 li:nth-child(7n+1) {
    clear: left;
  }
  .products-grid.columns8 li {
    width: 12.5%;
  }
  .products-grid.columns8 li:nth-child(5n+1) {
    clear: none;
  }
  .products-grid.columns8 li:nth-child(8n+1) {
    clear: left;
  }
}

.products-list {
  list-style: none;
  padding: 0;
  margin: 0 -10px 0;
}
.products-list li {
  padding: 10px;
  width: 100%;
}

.recent-posts-carousel .post h2 {
  font-weight: 400;
  min-height: 55px;
}
.recent-posts-carousel .post .post-content {
  font-size: 14px;
}
.recent-posts-carousel .post .post-content p {
  margin-bottom: 10px;
}
.recent-posts-carousel .post .btn.btn-link {
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}

.sidebar.shop-sidebar.home-sidebar h4 {
  margin-bottom: 15px;
}
.sidebar.shop-sidebar.home-sidebar .testimonial {
  margin-bottom: 0;
}
.sidebar.shop-sidebar.home-sidebar .testimonial .testimonial-author span {
  margin-top: 10px;
}
.sidebar.shop-sidebar.home-sidebar .featured-box {
  box-shadow: none;
  margin-top: 30px;
  margin-bottom: 40px;
}
.sidebar.shop-sidebar.home-sidebar .featured-box .box-content {
  padding: 25px 20px 46px;
}
.sidebar.shop-sidebar.home-sidebar .featured-box h3 {
  margin: 5px 0 15px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  color: #313131;
}
.sidebar.shop-sidebar.home-sidebar .featured-box p {
  line-height: 1.8;
  margin-bottom: 25px;
}
.sidebar.shop-sidebar.home-sidebar .featured-box .input-group .form-control {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 34px;
}
.sidebar.shop-sidebar.home-sidebar .featured-box .input-group .btn {
  padding-top: 6px;
  padding-bottom: 6px;
}

/*
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #313131;
  line-height: 1.35;
  margin: 0 0 15px;
  text-transform: none;
  letter-spacing: 0 !important;
}

h1,
.h1 {
  font-size: 22px;
  margin-bottom: 20px;
}

h2,
.h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  line-height: 1.5;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

hr.medium {
  margin: 33px 0;
}

.heading-text-color {
  color: #777 !important;
}

.text-primary {
  color: #0088CC;
}

.text-color {
  color: #777 !important;
}

h2.word-rotator-title .word-rotate {
  line-height: 35px;
  max-height: 35px;
  margin-bottom: -10px;
}
*/

/* Owl Carousel */
.thumb-gallery .owl-carousel {
	margin-bottom: 20px;
}

.thumb-gallery .owl-carousel .owl-item img {
	transform-style: unset;
}

.thumb-gallery .owl-carousel .thumbnail {
	margin-right: 1px;
}

.thumb-gallery .owl-carousel .item-video {
	height: 300px;
}

.thumb-gallery .owl-carousel .owl-nav {
	top: 50%;
	position: absolute;
	margin-top: -20px;
	width: 100%;
}

.thumb-gallery .owl-carousel .owl-nav .owl-prev, .thumb-gallery .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
}

.thumb-gallery .owl-carousel .owl-nav .owl-prev {
	left: -5px;
}

.thumb-gallery .owl-carousel .owl-nav .owl-prev:before {
	font-family: FontAwesome;
	content: "\f053";
	position: relative;
	left: -1px;
	top: 1px;
}

.thumb-gallery .owl-carousel .owl-nav .owl-next {
	right: -5px;
}

.thumb-gallery .owl-carousel .owl-nav .owl-next:before {
	font-family: FontAwesome;
	content: "\f054";
	position: relative;
	left: 2px;
	top: 1px;
}

.thumb-gallery .owl-carousel.stage-margin .owl-stage-outer {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.thumb-gallery .owl-carousel.stage-margin .owl-stage-outer .owl-stage {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.thumb-gallery .owl-carousel.show-nav-hover .owl-nav {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.thumb-gallery .owl-carousel.show-nav-hover .owl-nav .owl-prev {
	left: -20px;
}

.thumb-gallery .owl-carousel.show-nav-hover .owl-nav .owl-next {
	right: -20px;
}

.thumb-gallery .owl-carousel.show-nav-hover:hover .owl-nav {
	opacity: 1;
}

.thumb-gallery .owl-carousel.show-nav-title .owl-nav {
	top: 0;
	right: 0;
	margin-top: -45px;
	width: auto;
}

.thumb-gallery .owl-carousel.show-nav-title .owl-nav [class*="owl-"], .thumb-gallery .owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover, .thumb-gallery .owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {
	font-size: 18px;
	background: transparent !important;
	width: 18px;
	font-size: 18px;
}

.thumb-gallery .owl-carousel.show-nav-title .owl-nav .owl-prev {
	left: -45px;
}

.thumb-gallery .owl-carousel.rounded-nav .owl-nav [class*="owl-"], .thumb-gallery .owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {
	padding: 3px 7px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #999 !important;
	color: #999;
}

.thumb-gallery .owl-carousel.nav-bottom .owl-nav {
	position: static;
	margin: 0;
	padding: 0;
	width: auto;
}

.thumb-gallery .owl-carousel.nav-bottom .owl-nav .owl-prev, .thumb-gallery .owl-carousel.nav-bottom .owl-nav .owl-next {
	position: static;
}

.thumb-gallery .owl-carousel.nav-inside .owl-nav, .thumb-gallery .owl-carousel.nav-inside .owl-dots {
	bottom: 2px;
	margin-top: 10px;
	position: absolute;
	right: 6px;
}

.thumb-gallery .owl-carousel.full-width .owl-nav, .thumb-gallery .owl-carousel.big-nav .owl-nav {
	margin-top: -30px;
}

.thumb-gallery .owl-carousel.full-width .owl-nav [class*="owl-"], .thumb-gallery .owl-carousel.full-width .owl-nav [class*="owl-"]:hover, .thumb-gallery .owl-carousel.big-nav .owl-nav [class*="owl-"], .thumb-gallery .owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {
	height: auto;
	padding: 20px 0;
}

.thumb-gallery .owl-carousel.full-width .owl-nav .owl-prev, .thumb-gallery .owl-carousel.big-nav .owl-nav .owl-prev {
	border-radius: 0 4px 4px 0;
}

.thumb-gallery .owl-carousel.full-width .owl-nav .owl-next, .thumb-gallery .owl-carousel.big-nav .owl-nav .owl-next {
	border-radius: 4px 0 0 4px;
}

.thumb-gallery .owl-carousel.top-border {
	border-top: 1px solid #DBDBDB;
	padding-top: 18px;
}


.thumb-gallery .owl-carousel .owl-dots .owl-dot.active span,
.thumb-gallery .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #0074ad;
}

.thumb-gallery .owl-carousel .owl-nav [class*="owl-"]:hover {
  border-color: #0099e6 #0099e6 #0077b3;
  background-color: #0099e6;
}
.thumb-gallery .owl-carousel .owl-nav [class*="owl-"]:active,
.thumb-gallery .owl-carousel .owl-nav [class*="owl-"]:focus,
.thumb-gallery .owl-carousel .owl-nav [class*="owl-"]:active:hover,
.thumb-gallery .owl-carousel .owl-nav [class*="owl-"]:active:focus {
  border-color: #0077b3 #0077b3 #0077b3;
  background-color: #0077b3;
}
.thumb-gallery .owl-carousel .owl-nav [class*="owl-"].dropdown-toggle {
  border-left-color: #0077b3;
}
.thumb-gallery .owl-carousel .owl-nav [class*="owl-"][disabled],
.thumb-gallery .owl-carousel .owl-nav [class*="owl-"][disabled]:hover,
.thumb-gallery .owl-carousel .owl-nav [class*="owl-"][disabled]:active,
.thumb-gallery .owl-carousel .owl-nav [class*="owl-"][disabled]:focus {
  border-color: #33bbff;
  background-color: #33bbff;
}

.product-essential .thumb-gallery .img-thumbnail {
    padding: 3px;
    border: 1px solid #ddd;
    /* border-radius: 6.99px; */
}

.fiyat-detay-info .popover{z-index:999}
/* CUSTOM */
.fiyat_tablosu .indirimsiz-fiyat{color: #999;text-decoration: line-through;}
.fiyat_tablosu .indirimli-fiyat, .fiyat_tablosu .sabit-fiyat{font-weight:bold;color:#333}
.product-actions .indirimsiz-fiyat{color: #999;text-decoration: line-through;}
.product-actions .indirimli-fiyat{font-weight:bold}
.product-actions .discount{font-style:italic;font-size: 85%;}
@media (max-width: 480px) {
	.products-grid li {width: 50%;float: left;}
	.product-details-box .product-actions .btn-group a.btn {min-width:130px;}
}


/* Product Subtitle */
.spec-subtitle { font-size: 15px; color: #777; font-weight: 400; line-height: 1.6; margin: 5px 0 15px 0; display: block; }

/* Technical Table */
.spec-table-minimal { width: 100%; border-collapse: collapse; }
.spec-table-minimal tr:nth-child(odd) { background: #f9f9f9; }
.spec-table-minimal td { padding: 12px 15px; font-size: 14px; border: none; }
.spec-table-minimal td:first-child { width: 45%; color: #888; }
.spec-table-minimal td:last-child { font-weight: 700; color: #222; }
.spec-table-title { display: flex; align-items: center; font-size: 12px; font-weight: 700; color: #999; text-transform: uppercase; margin-bottom: 10px; }
.spec-table-title:after { content: ""; flex: 1; height: 1px; background: #eee; margin-left: 15px; }
.spec-icon-container { margin-right: 8px; vertical-align: middle; }
.spec-icon-img { width: 20px; height: auto; }

/* Product Tags */
.spec-tags-wrapper { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 15px; }
.spec-tag-item { display: inline-flex; align-items: center; background: #fff; border: 1px solid #eee; border-radius: 6px; padding: 4px 10px; font-size: 13px; color: #444; }
.tag-dot { width: 6px; height: 6px; background: #c00; border-radius: 50%; margin-right: 8px; }

/* Quick Stats */
.qstats-block-wrapper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #eee; border: 1px solid #eee; border-radius: 12px; overflow: hidden; margin: 20px 0; }
.qstats-item { background: #fff; padding: 20px 10px; text-align: center; }
.qstats-val { font-size: 24px; font-weight: 800; color: #111; display: flex; align-items: baseline; justify-content: center; }
.qstats-val .unit { font-size: 12px; color: #888; margin-left: 4px; }
.qstats-label { font-size: 11px; text-transform: uppercase; color: #999; margin-top: 4px; }

/* 1. YILDIZ TEMEL MANTIĞI (Hem Oy Hem Özet İçin) */
.star-icon, .star-icon-fixed { font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome" !important; font-style: normal; font-weight: 400; color: #ccc; position: relative; display: inline-block; }
.star-icon::before, .star-icon-fixed::before { content: "\f005" !important; }
.star-icon::after, .star-icon-fixed::after { content: "\f005" !important; position: absolute; left: 0; top: 0; width: 0; overflow: hidden; font-weight: 900 !important; color: #f39c12; white-space: nowrap; transition: width 0.1s; }

/* 2. ETKİLEŞİMLİ OYLAMA (Vote System) */
.prt-vote-stars { display: inline-flex; gap: 3px; cursor: pointer; }
.prt-star-slot { position: relative; display: inline-block; font-size: 24px; }
.prt-half { position: absolute; top: 0; width: 50%; height: 100%; z-index: 10; }
.prt-half-l { left: 0; } .prt-half-r { right: 0; }

/* Hover ve Aktif Durumları */
.prt-star-slot.active .star-icon::after, .prt-star-slot.hover .star-icon::after { width: 100%; }
.prt-star-slot.active.half .star-icon::after, .prt-star-slot.hover.half .star-icon::after { width: 50%; }

/* 3. SABİT ÖZET YILDIZLAR (Summary & Review Items) */
.product-rating-summary, .review-stars { display: flex; align-items: center; gap: 5px; }
.star-wrap { position: relative; display: inline-block; line-height: 1; }
/* Puan doluluğunu inline-style'dan gelen --fill ile yönetir */
.star-icon-fixed::after { width: var(--fill, 0%); }

/* Vote System & Stars */
.star-icon, .star-icon-fixed { font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome" !important; font-style: normal; font-weight: 400; color: #ccc; position: relative; display: inline-block; }
.star-icon::before, .star-icon-fixed::before { content: "\f005" !important; }
.star-icon::after, .star-icon-fixed::after { content: "\f005" !important; position: absolute; left: 0; top: 0; width: 0; overflow: hidden; font-weight: 900 !important; color: #f39c12; white-space: nowrap; transition: width 0.1s; }
.prt-vote-stars { display: inline-flex; gap: 3px; cursor: pointer; }
.prt-star-slot { position: relative; display: inline-block; font-size: 24px; }
.prt-half { position: absolute; top: 0; width: 50%; height: 100%; z-index: 10; }
.prt-half-l { left: 0; } .prt-half-r { right: 0; }
.prt-star-slot.active .star-icon::after, .prt-star-slot.hover .star-icon::after { width: 100%; }
.prt-star-slot.active.half .star-icon::after, .prt-star-slot.hover.half .star-icon::after { width: 50%; }
.prt-vote-container .prt-vote-value { display: inline-block; padding: 2px 10px; background: #f39c12; color: #fff !important; border-radius: 20px; font-size: 14px; font-weight: 700; margin-left: 10px; vertical-align: middle; }

/* Porto 5 Comment List */
ul.comments { list-style: none !important; padding: 0 !important; margin: 30px 0 !important;}
ul.comments li { list-style: none !important; margin-bottom: 25px; border:none !important; }
ul.comments li .comment { position: relative !important; display: block !important; }
.comment-block { background: #f7f7f7; border-radius: 5px; padding: 20px; position: relative; border: 1px solid #ececec; }
.comment-arrow { border-right: 15px solid #f7f7f7; border-top: 15px solid transparent; border-bottom: 15px solid transparent; height: 0; left: -15px; position: absolute; top: 20px; width: 0; }
.comment-by { display: flex !important; justify-content: space-between !important; align-items: center !important; width: 100%; border-bottom: 1px solid #ebebeb; padding-bottom: 8px; margin-bottom: 10px; }
.comment-by strong { color: #222; font-size: 15px; }
.comment-block p { font-size: 14px; line-height: 1.6; color: #444; margin: 10px 0; }
.comment-block .date { font-size: 11px; color: #999; text-transform: uppercase; }
.admin-reply-porto-style { margin-top: 15px; padding: 12px 15px; background: #fff; border: 1px dashed #ccc; border-radius: 4px; }
.admin-reply-porto-style strong { color: #0088cc; font-size: 11px; display: block; margin-bottom: 5px; }

/* Avatar & Summary */
.prt-avatar-circle { width: 50px; height: 50px; background: #0088cc; color: #fff; border-radius: 50%; display: flex !important; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; position: absolute !important; left: -70px !important; top: 17px; z-index: 5; border: 3px solid #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.product-rating-summary, .review-stars { display: flex; align-items: center; gap: 5px; }
.star-wrap { position: relative; display: inline-block; line-height: 1; }
.star-icon-fixed::after { width: var(--fill, 0%); }
.comment-block .rating-score { background: none !important; color: #f39c12 !important; padding: 0 !important; font-size: 14px; font-weight: 700; margin-right: 5px; }

/* Responsive */
@media (max-width: 767px) { ul.comments { padding-left: 0 !important; } .prt-avatar-circle { display: none !important; } .comment-by { flex-direction: column; align-items: flex-start !important; gap: 5px; } }

/* --- 1. GENEL YAPI VE LISTELEME --- */
.reviews-wrapper { margin-bottom: 30px; overflow: hidden; }
#reviews-pagination { margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; margin-bottom: 30px; }
.card { transition: all 0.3s ease; }
.card:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important; }

/* --- 2. FILTRE VE ARAMA ÇUBUĞU --- */
.review-filter-bar { display: flex; gap: 15px; align-items: center; background: #fff; padding: 10px 0; border-bottom: 1px solid #f2f2f2; }
.review-search-area { position: relative; flex: 1; display: flex; align-items: center; border: 1px solid #e6e6e6; border-radius: 6px; background: #fafafa; transition: all 0.2s; }
.review-search-area:focus-within { border-color: #f27a1a; background: #fff; box-shadow: 0 0 0 1px #f27a1a; }
.review-search-area input { border: none; background: transparent; padding: 10px 45px 10px 15px; width: 100%; font-size: 14px; outline: none; color: #333; }
.review-search-area button { position: absolute; right: 5px; background: transparent; border: none; cursor: pointer; padding: 8px; display: flex; align-items: center; justify-content: center; }
.review-sort-area { position: relative; min-width: 180px; border: 1px solid #e6e6e6; border-radius: 6px; background: #fff; }
.review-sort-area select { appearance: none; -webkit-appearance: none; border: none; background: transparent; padding: 10px 35px 10px 15px; width: 100%; font-size: 14px; font-weight: 600; color: #333; cursor: pointer; outline: none; }
.sort-custom-icon { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; }
@media (max-width: 768px) { .review-filter-bar { flex-direction: column; align-items: stretch; } }

/* --- 3. MEDYA GALERISI (RESIM & VIDEO) --- */
.review-media-gallery { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.review-portfolio-item { width: 70px; height: 70px; margin: 0; position: relative; }
.review-portfolio-item a { display: block; width: 100%; height: 100%; cursor: zoom-in; }
.review-media-item { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; border: 1px solid #e6e6e6; transition: transform 0.2s; }
.review-media-item:hover { transform: scale(1.05); }
.video-thumb-wrapper { position: relative; width: 70px; height: 70px; display: inline-block; vertical-align: top; border-radius: 6px; overflow: hidden; background: #000; }
.video-play-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.2); pointer-events: none; z-index: 10; }
.video-play-overlay svg { width: 25px; height: 25px; fill: #fff; filter: drop-shadow(0 0 3px rgba(0,0,0,0.5)); }

/* --- 4. RATING CARD & HIZLI PUANLAMA --- */
.rating-card-custom { background: #fff; border: 1px solid #f0f0f0; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.02); padding: 15px; margin-bottom: 20px; }
.rating-badge-yellow { background: #f27a1a; color: #fff; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 11px; }
.text-muted-custom { color: #999; font-size: 12px; font-weight: 400; }
.ajax-stars-container .prt-star-slot { color: #ccc !important; position: relative; display: inline-block; cursor: pointer; font-size: 20px; }
.ajax-stars-container .prt-star-slot.hover, .ajax-stars-container .prt-star-slot.active { color: #f27a1a !important; }
.scroll-stars-container { display: inline-block; line-height: 1; }
.scroll-star-slot { position: relative !important; display: inline-block !important; cursor: pointer; font-size: 22px; color: #ccc; margin-right: 2px; transition: color 0.2s; }
.scroll-star-slot.hover, .scroll-star-slot.active { color: #f27a1a !important; }
.scroll-half { position: absolute !important; top: 0 !important; width: 50% !important; height: 100% !important; z-index: 20 !important; cursor: pointer !important; }
.scroll-half-l { left: 0; }
.scroll-half-r { left: 50%; }
.rating-card-custom { background: #fff; border: 1px solid #f0f0f0; border-radius: 12px; }


.ajax-stars-container .prt-star-slot { position: relative; display: inline-block; font-size: 22px; color: #ccc !important; cursor: pointer; }
.ajax-stars-container .prt-star-slot.hover, .ajax-stars-container .prt-star-slot.active { color: #f27a1a !important; }
.ajax-half { position: absolute !important; top: 0 !important; width: 50% !important; height: 100% !important; z-index: 99 !important; cursor: pointer !important; }
.ajax-half-l { left: 0; }
.ajax-half-r { left: 50%; }

/* --- 5. FORMLAR VE ÖZEL SEÇIM ALANLARI --- */
.custom-select-wrapper { position: relative; width: 100%; max-width: 400px; }
.custom-privacy-select:focus { border-color: #f27a1a !important; background-color: #fff !important; box-shadow: 0 0 0 2px rgba(242, 122, 26, 0.1) !important; }
.select-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; z-index: 5; color: #777; }



.st-box { display: flex; align-items: center; gap: 4px; }
.st-slot { position: relative; display: inline-block; width: 24px; height: 24px; cursor: pointer; }
.star-svg { width: 100%; height: 100%; display: block; }
.star-bg { fill: #e0e0e0; }
.star-active { fill: #ffc107; position: absolute; top: 0; left: 0; opacity: 0; z-index: 2; transition: opacity 0.1s; }
.st-half { position: absolute; top: 0; width: 50%; height: 100%; z-index: 10; }
.st-l { left: 0; }
.st-r { right: 0; }
.st-slot:has(.st-l.active) .star-active { opacity: 1; clip-path: inset(0 50% 0 0); }
.st-slot:has(.st-r.active) .star-active { opacity: 1; clip-path: none; }

/* ============================================================
   YORUM / REVIEW SISTEMI  (ozel_kod.css'den tasindi)
   ============================================================ */

/* Rating Stars - Base */
.star-icon, .star-icon-fixed { font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome" !important; font-style: normal; font-weight: 400; color: #ccc; position: relative; display: inline-block; }
.star-icon::before, .star-icon-fixed::before { content: "\f005" !important; }
.star-icon::after, .star-icon-fixed::after { content: "\f005" !important; position: absolute; left: 0; top: 0; width: 0; overflow: hidden; font-weight: 900 !important; color: #f39c12; white-space: nowrap; transition: width 0.1s; }
.star-icon-fixed::after { width: var(--fill, 0%); }

/* Interactive Vote Stars */
.prt-vote-stars { display: inline-flex; gap: 3px; cursor: pointer; }
.prt-star-slot { position: relative; display: inline-block; font-size: 24px; }
.prt-half { position: absolute; top: 0; width: 50%; height: 100%; z-index: 10; }
.prt-half-l { left: 0; }
.prt-half-r { right: 0; }
.prt-star-slot.active .star-icon::after, .prt-star-slot.hover .star-icon::after { width: 100%; }
.prt-star-slot.active.half .star-icon::after, .prt-star-slot.hover.half .star-icon::after { width: 50%; }
.prt-vote-container .prt-vote-value { display: inline-block; padding: 2px 10px; background: #f39c12; color: #fff !important; border-radius: 20px; font-size: 14px; font-weight: 700; margin-left: 10px; vertical-align: middle; }

/* SVG Star Input */
.st-box { display: flex; align-items: center; gap: 4px; }
.st-slot { position: relative; display: inline-block; width: 24px; height: 24px; cursor: pointer; }
.star-svg { width: 100%; height: 100%; display: block; }
.star-bg { fill: #e0e0e0; }
.star-active { fill: #ffc107; position: absolute; top: 0; left: 0; opacity: 0; z-index: 2; transition: opacity 0.1s; }
.st-half { position: absolute; top: 0; width: 50%; height: 100%; z-index: 10; }
.st-l { left: 0; }
.st-r { right: 0; }
.st-slot:has(.st-l.active) .star-active { opacity: 1; clip-path: inset(0 50% 0 0); }
.st-slot:has(.st-r.active) .star-active { opacity: 1; clip-path: none; }

/* Quick Stats */
.qstats-block-wrapper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #eee; border: 1px solid #eee; border-radius: 12px; overflow: hidden; margin: 20px 0; }
.qstats-item { background: #fff; padding: 20px 10px; text-align: center; }
.qstats-val { font-size: 24px; font-weight: 800; color: #111; display: flex; align-items: baseline; justify-content: center; }
.qstats-val .unit { font-size: 12px; color: #888; margin-left: 4px; }
.qstats-label { font-size: 11px; text-transform: uppercase; color: #999; margin-top: 4px; }

/* Porto Comment List */
ul.comments { list-style: none !important; padding: 0 !important; margin: 30px 0 !important; }
ul.comments li { list-style: none !important; margin-bottom: 25px; border: none !important; }
ul.comments li .comment { position: relative !important; display: block !important; }
.comment-block { background: #f7f7f7; border-radius: 5px; padding: 20px; position: relative; border: 1px solid #ececec; }
.comment-arrow { border-right: 15px solid #f7f7f7; border-top: 15px solid transparent; border-bottom: 15px solid transparent; height: 0; left: -15px; position: absolute; top: 20px; width: 0; }
.comment-by { display: flex !important; justify-content: space-between !important; align-items: center !important; width: 100%; border-bottom: 1px solid #ebebeb; padding-bottom: 8px; margin-bottom: 10px; }
.comment-by strong { color: #222; font-size: 15px; }
.comment-block p { font-size: 14px; line-height: 1.6; color: #444; margin: 10px 0; }
.comment-block .date { font-size: 11px; color: #999; text-transform: uppercase; }
.admin-reply-porto-style { margin-top: 15px; padding: 12px 15px; background: #fff; border: 1px dashed #ccc; border-radius: 4px; }
.admin-reply-porto-style strong { color: #0088cc; font-size: 11px; display: block; margin-bottom: 5px; }
.prt-avatar-circle { width: 50px; height: 50px; background: #0088cc; color: #fff; border-radius: 50%; display: flex !important; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; position: absolute !important; left: -70px !important; top: 17px; z-index: 5; border: 3px solid #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.product-rating-summary, .review-stars { display: flex; align-items: center; gap: 5px; }
.star-wrap { position: relative; display: inline-block; line-height: 1; }
.comment-block .rating-score { background: none !important; color: #f39c12 !important; padding: 0 !important; font-size: 14px; font-weight: 700; margin-right: 5px; }

/* Rating Card & Ajax Stars */
.rating-card-custom { background: #fff; border: 1px solid #f0f0f0; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.02); padding: 15px; margin-bottom: 20px; }
.rating-badge-yellow { background: #f27a1a; color: #fff; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 11px; }
.text-muted-custom { color: #999; font-size: 12px; font-weight: 400; }
.ajax-stars-container .prt-star-slot { position: relative; display: inline-block; font-size: 22px; color: #ccc !important; cursor: pointer; }
.ajax-stars-container .prt-star-slot.hover, .ajax-stars-container .prt-star-slot.active { color: #f27a1a !important; }
.ajax-half { position: absolute !important; top: 0 !important; width: 50% !important; height: 100% !important; z-index: 99 !important; cursor: pointer !important; }
.ajax-half-l { left: 0; }
.ajax-half-r { left: 50%; }
.scroll-stars-container { display: inline-block; line-height: 1; }
.scroll-star-slot { position: relative !important; display: inline-block !important; cursor: pointer; font-size: 22px; color: #ccc; margin-right: 2px; transition: color 0.2s; }
.scroll-star-slot.hover, .scroll-star-slot.active { color: #f27a1a !important; }
.scroll-half { position: absolute !important; top: 0 !important; width: 50% !important; height: 100% !important; z-index: 20 !important; cursor: pointer !important; }
.scroll-half-l { left: 0; }
.scroll-half-r { left: 50%; }

/* Review Filter Bar */
.review-filter-bar { display: flex; gap: 15px; align-items: center; background: #fff; padding: 10px 0; border-bottom: 1px solid #f2f2f2; }
.review-search-area { position: relative; flex: 1; display: flex; align-items: center; border: 1px solid #e6e6e6; border-radius: 6px; background: #fafafa; transition: all 0.2s; }
.review-search-area:focus-within { border-color: #f27a1a; background: #fff; box-shadow: 0 0 0 1px #f27a1a; }
.review-search-area input { border: none; background: transparent; padding: 10px 45px 10px 15px; width: 100%; font-size: 14px; outline: none; color: #333; }
.review-search-area button { position: absolute; right: 5px; background: transparent; border: none; cursor: pointer; padding: 8px; display: flex; align-items: center; justify-content: center; }
.review-sort-area { position: relative; min-width: 180px; border: 1px solid #e6e6e6; border-radius: 6px; background: #fff; }
.review-sort-area select { appearance: none; -webkit-appearance: none; border: none; background: transparent; padding: 10px 35px 10px 15px; width: 100%; font-size: 14px; font-weight: 600; color: #333; cursor: pointer; outline: none; }
.sort-custom-icon { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; }

/* Review Media Gallery */
.review-media-gallery { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.review-portfolio-item { width: 70px; height: 70px; margin: 0; position: relative; }
.review-portfolio-item a { display: block; width: 100%; height: 100%; cursor: zoom-in; }
.review-media-item { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; border: 1px solid #e6e6e6; transition: transform 0.2s; }
.review-media-item:hover { transform: scale(1.05); }
.video-thumb-wrapper { position: relative; width: 70px; height: 70px; display: inline-block; vertical-align: top; border-radius: 6px; overflow: hidden; background: #000; }
.video-play-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.2); pointer-events: none; z-index: 10; }
.video-play-overlay svg { width: 25px; height: 25px; fill: #fff; filter: drop-shadow(0 0 3px rgba(0,0,0,0.5)); }
.custom-select-wrapper { position: relative; width: 100%; max-width: 400px; }
.custom-privacy-select:focus { border-color: #f27a1a !important; background-color: #fff !important; box-shadow: 0 0 0 2px rgba(242,122,26,0.1) !important; }
.select-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; z-index: 5; color: #777; }
.reviews-wrapper { margin-bottom: 30px; overflow: hidden; }
#reviews-pagination { margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; margin-bottom: 30px; }

/* ── REVIEW SECTION LAYOUT (product_helper.php) ── */
#reviews-section { margin-top: 0; }
.rv-overview-card { background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 22px 24px; margin-bottom: 16px; }
.rv-overview-title { font-size: 14px; font-weight: 700; color: #444; margin: 0 0 18px; text-transform: uppercase; letter-spacing: .8px; padding-bottom: 14px; border-bottom: 1px solid #f0f0f0; }
.rv-overview-body { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.rv-score-block { text-align: center; flex-shrink: 0; min-width: 100px; }
.rv-score-big { font-size: 48px; font-weight: 800; color: #2c2c2c; line-height: 1; }
.rv-score-stars { font-size: 24px; margin: 6px 0; line-height: 1; }
.rv-score-count { font-size: 12px; color: #bbb; margin-top: 4px; }
.rv-bars-block { flex-grow: 1; min-width: 180px; }
.rv-bar-row { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; }
.rv-bar-label { font-size: 12px; color: #999; width: 22px; text-align: right; }
.rv-bar-track { flex-grow: 1; height: 7px; background: #f2f2f2; border-radius: 4px; overflow: hidden; }
.rv-bar-fill { height: 100%; background: #f4a522; border-radius: 4px; }
.rv-bar-pct { font-size: 11px; color: #ccc; width: 28px; }
.rv-filter-bar { display: flex; gap: 10px; margin-bottom: 16px; flex-wrap: wrap; }
.rv-filter-search { flex-grow: 1; min-width: 200px; }
.rv-list { margin: 0; padding: 0; }
.rv-empty { list-style: none; padding: 40px 20px; text-align: center; background: #fafafa; border-radius: 8px; border: 1px dashed #eee; }
.rv-empty-icon { font-size: 36px; margin-bottom: 10px; opacity: .3; }
.rv-empty-text { color: #bbb; font-size: 15px; margin: 0; }
.rv-pagination-wrap { display: flex; justify-content: flex-end; margin-top: 20px; }
.rv-divider { height: 1px; background: #f0f0f0; margin: 28px 0; }
.rv-form-card { background: #fafafa; border: 1px solid #eee; border-radius: 10px; overflow: hidden; }
.rv-form-header { background: #fff; padding: 16px 22px; border-bottom: 1px solid #f0f0f0; }
.rv-form-title { margin: 0; font-size: 15px; font-weight: 700; color: #333; }
.rv-form-body { padding: 22px 24px; }
.rv-form-fields { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.rv-field-lg { flex: 2; min-width: 180px; }
.rv-field-sm { flex: 1; min-width: 140px; }
.rv-form-label { display: block; font-size: 11px; font-weight: 700; color: #aaa; text-transform: uppercase; margin-bottom: 6px; }
.rv-rating-box { background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 16px; text-align: center; margin-bottom: 20px; }
.rv-vote-text { margin-top: 8px; font-size: 14px; font-weight: 700; color: #f4a522; min-height: 20px; }
.rv-field-mb { margin-bottom: 20px; }
.rv-upload-zone { position: relative; background: #fff; border: 2px dashed #e0e0e0; border-radius: 8px; padding: 18px; text-align: center; cursor: pointer; }
.rv-upload-file { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; z-index: 2; }
.rv-upload-hint { pointer-events: none; color: #ccc; }
.rv-upload-icon { font-size: 28px; margin-bottom: 6px; }
.rv-captcha-wrap { margin-bottom: 20px; display: flex; justify-content: center; }
.rv-submit-wrap { text-align: center; }

/* ── REVIEW ITEM — yüksek özgüllük (temadan gelen li padding ezmeleri için) ── */
#reviews-list-container { list-style: none !important; margin: 0 !important; padding: 0 !important; }
#reviews-list-container li.rv-item {
    list-style: none !important;
    position: relative !important;
    padding: 16px 16px 16px 70px !important;
    margin: 0 0 8px !important;
    min-height: 74px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
}
#reviews-list-container li.rv-item .rv-avatar {
    position: absolute !important;
    left: 14px !important;
    top: 16px !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    text-align: center !important;
    line-height: 42px !important;
    overflow: hidden !important;
    display: block !important;
}
.rv-item-header { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 6px; margin-bottom: 5px; }
.rv-item-name { font-size: 14px; color: #2c2c2c; }
.rv-item-badge { display: inline-block; background: #e8f5e9; color: #2e7d32; font-size: 10px; padding: 2px 7px; border-radius: 20px; font-weight: 600; vertical-align: middle; margin-left: 4px; }
.rv-item-date { display: block; color: #c0c0c0; font-size: 12px; margin-top: 2px; }
.rv-item-stars { white-space: nowrap; line-height: 1; }
.rv-item-star { font-size: 15px; line-height: 1; }
.rv-item-score { font-size: 12px; color: #f4a522; font-weight: 700; margin-left: 3px; vertical-align: middle; }
.rv-item-text { margin: 6px 0 10px; color: #555; line-height: 1.7; font-size: 14px; }
.rv-item-media { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.rv-item-img { width: 70px; height: 70px; object-fit: cover; border-radius: 6px; border: 1px solid #eee; }
.rv-item-vid { width: 70px; height: 70px; border-radius: 6px; background: #111827; display: flex; align-items: center; justify-content: center; }
.rv-item-actions { display: flex; gap: 16px; margin-top: 8px; padding-top: 8px; border-top: 1px solid #f5f5f5; }
.rv-item-btn { border: none; background: none; cursor: pointer; color: #888; font-size: 12px; padding: 4px 8px; border-radius: 4px; transition: all 0.15s; }
.rv-item-btn:hover { background: #f5f5f5; color: #333; }
.rv-item-btn.voted { color: #27ae60 !important; font-weight: 600; }
.rv-item-btn.reported { color: #e74c3c !important; }
.rv-helpful-count { color: inherit; opacity: 0.8; font-size: 11px; }

/* Video thumb play overlay icon */
.review-portfolio-item.video-thumb-wrapper { position: relative; overflow: hidden; }
.review-portfolio-item .video-play-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,0.35); pointer-events: none;
}
.review-portfolio-item .video-play-overlay svg { width: 24px; height: 24px; }

@media (max-width: 767px) {
    ul.comments { padding-left: 0 !important; }
    .prt-avatar-circle { display: none !important; }
    .comment-by { flex-direction: column; align-items: flex-start !important; gap: 5px; }
    .rv-overview-body { flex-direction: column; }
    .rv-filter-bar { flex-direction: column; }
    #reviews-list-container li.rv-item { padding-left: 16px !important; }
    #reviews-list-container li.rv-item .rv-avatar { display: none !important; }
}
@media (max-width: 768px) {
    .review-filter-bar { flex-direction: column; align-items: stretch; }
}

.btn-review-submit { padding: 12px 40px; font-size: 15px; font-weight: 600; border-radius: 30px; }


/* === Toplu İndirim / Çok Al Az Öde === */
.toplu-indirim-bilgi { color:#e8580c; font-size:13px; font-weight:700; margin:0 0 8px; }
.cok-al-az-ode-wrp { display:inline-block; width:100%; max-width:480px; margin-top:15px !important; }
.caal-tablo th, .caal-tablo td { vertical-align:middle !important; }
.caal-tablo .caal-label-th { width:30%; font-weight:700; }
.caal-tablo .caal-toplam-th { font-size:13px; line-height:1.4; }
.caal-tablo .caal-col { text-align:center; transition:background .15s,color .15s; }
.caal-tablo .caal-col.caal-active { background:#e8580c; color:#fff; font-weight:700; }

/* ===================== SEPET (Cart) — 2 kolon Epinox stili ===================== */
.cart-head-bar { display:flex; justify-content:space-between; align-items:center; margin-bottom:14px; flex-wrap:wrap; gap:8px; }
.cart-head-title { font-size:20px; font-weight:700; color:#222; }
.cart-head-title i { color:#e8580c; }
.cart-continue-btn { background:#2c2c2c; color:#fff !important; padding:8px 16px; border-radius:6px; font-size:13px; text-decoration:none; white-space:nowrap; }
.cart-continue-btn:hover { background:#000; }

/* tabloyu kart listesine cevir — wrapper'a bagimli DEGIL + tema .shop_table'i ezer */
.shop_table.cart,
.shop_table.cart > tbody { display:block !important; width:100% !important; border:0 !important; }
.shop_table.cart > thead { display:none !important; }
.cart_table_item { display:flex !important; align-items:center; gap:14px; padding:16px 8px; border:1px solid #eee; border-radius:10px; margin-bottom:12px; background:#fff; flex-wrap:wrap; }
.cart_table_item > td { display:block !important; border:0 !important; padding:0 !important; background:none; width:auto !important; vertical-align:middle; }
.cart_table_item .product-thumbnail { order:1; flex-shrink:0; }
.cart_table_item .product-thumbnail img { width:72px; height:72px; object-fit:contain; border:1px solid #eee; border-radius:8px; background:#fafafa; }
.cart_table_item > td:not([class]) { order:2; flex:1 1 140px; min-width:120px; font-weight:600; }
.cart_table_item > td:not([class]) a { color:#2c2c2c; text-decoration:none; }
.cart_table_item .product-quantity { order:3; }
.cart_table_item .product-price { order:4; min-width:110px; color:#555; }
.cart_table_item .product-subtotal { order:5; min-width:110px; text-align:right; font-weight:700; color:#e8580c; margin-left:auto; }
.cart_table_item .product-remove { order:6; flex-shrink:0; }
.cart-remove-btn { color:#e74c3c; font-size:18px; display:inline-block; padding:6px; }
.cart-remove-btn:hover { color:#c0392b; }
.kdv-lbl { font-size:0.72em; color:#888; font-weight:400; white-space:nowrap; }
/* miktar stepper */
.cart_table_item .quantity { display:inline-flex !important; align-items:center; border:1px solid #ddd; border-radius:7px; overflow:hidden; background:#fff; width:auto; }
.cart_table_item .quantity .minus, .cart_table_item .quantity .plus { width:34px; height:36px; min-width:34px; border:0; background:#f5f5f5; cursor:pointer; font-size:17px; line-height:1; color:#555; padding:0; margin:0; border-radius:0; }
.cart_table_item .quantity .minus:hover, .cart_table_item .quantity .plus:hover { background:#e8580c; color:#fff; }
.cart_table_item .quantity .qty { width:48px; height:36px; border:0; border-left:1px solid #eee; border-right:1px solid #eee; text-align:center; font-weight:600; padding:0; margin:0; background:#fff; border-radius:0; box-shadow:none; }

/* alt aksiyonlar */
.cart-bottom-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:8px; }
.cart-act-btn { display:inline-flex; align-items:center; gap:6px; padding:9px 15px; border:1px solid #ddd; border-radius:6px; color:#555 !important; font-size:13px; text-decoration:none; background:#fff; }
.cart-act-btn:hover { background:#f6f6f6; border-color:#ccc; }

/* AJAX loading overlay */
#cart-ajax-wrap { position:relative; }
.cart-ajax-overlay { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(255,255,255,0.65); display:flex; align-items:center; justify-content:center; z-index:50; border-radius:10px; }
.cart-ajax-overlay i { font-size:36px; color:#e8580c; }

/* sag ozet karti */
.cart-summary-card { background:#fff; border:1px solid #eee; border-radius:12px; padding:20px 22px; position:sticky; top:90px; }
.cart-summary-title { font-size:16px; font-weight:700; color:#222; margin:0 0 16px; padding-bottom:13px; border-bottom:1px solid #f0f0f0; }
.cart-summary-table { width:100%; margin:0; border:0; }
.cart-summary-table,
.cart-summary-table > tbody { display:block !important; width:100% !important; }
.cart-summary-table tr { display:flex !important; justify-content:space-between; align-items:flex-start; gap:10px; padding:9px 0; border-bottom:1px solid #f5f5f5; }
.cart-summary-table td { display:block !important; border:0 !important; padding:0 !important; background:none; width:auto !important; }
.cart-summary-table td[colspan] { display:none; }
.cart-summary-table td strong { font-weight:600; color:#555; font-size:14px; }
.cart-summary-table .product-subtotal { text-align:right; font-weight:700; color:#222; white-space:nowrap; }
.cart-summary-table .product-subtotal small { display:block; font-weight:400; color:#aaa; font-size:11px; }
.cart-summary-table tr:last-child { border-bottom:0; border-top:2px solid #eee; margin-top:4px; padding-top:13px; }
.cart-summary-table tr:last-child strong { font-size:15px; color:#222; }
.cart-summary-table tr:last-child .product-subtotal { font-size:18px; color:#e8580c; }
.cart-satinal-btn { display:flex; align-items:center; justify-content:center; gap:8px; width:100%; text-align:center; background:#e8580c; color:#fff !important; font-weight:700; font-size:16px; padding:14px; border-radius:8px; margin-top:18px; text-decoration:none; }
.cart-satinal-btn:hover { background:#cf4e0a; }
.cs-kargo-note { font-size:12px; color:#888; margin:12px 0 0; line-height:1.45; }

@media (max-width:767px){
	.cart_table_item .product-subtotal { margin-left:0; }
	.cart-summary-card { position:static; margin-top:18px; }
}

/* ===================== MINI SEPET DRAWER (sagdan kayan) ===================== */
body.mc-open { overflow:hidden; }
#mini-cart-overlay { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.45); opacity:0; visibility:hidden; transition:opacity .3s ease; z-index:99998; }
#mini-cart-overlay.open { opacity:1; visibility:visible; }
#mini-cart-drawer { position:fixed; top:0; right:0; width:400px; max-width:90vw; height:100%; background:#fff; box-shadow:-4px 0 26px rgba(0,0,0,0.16); transform:translateX(100%); transition:transform .3s ease; z-index:99999; display:flex; flex-direction:column; }
#mini-cart-drawer.open { transform:translateX(0); }
#mini-cart-drawer .mc-head { position:relative; flex-shrink:0; text-align:center; padding:22px 20px 14px; border-bottom:1px solid #f0f0f0; }
#mini-cart-drawer .mc-close { position:absolute; top:14px; left:14px; background:none; border:0; font-size:30px; line-height:.7; color:#999; cursor:pointer; padding:4px; }
#mini-cart-drawer .mc-close:hover { color:#333; }
#mini-cart-drawer .mc-head-icon { font-size:34px; color:#e8580c; margin-bottom:4px; }
#mini-cart-drawer .mc-head h3 { margin:0; font-size:20px; font-weight:700; color:#222; }
#mini-cart-drawer .mc-body { flex:1; display:flex; flex-direction:column; overflow:hidden; position:relative; }
#mini-cart-drawer .mc-items { flex:1; overflow-y:auto; padding:0 20px; }
#mini-cart-drawer .mc-item { position:relative; display:flex; gap:12px; padding:16px 0; border-bottom:1px solid #f2f2f2; }
#mini-cart-drawer .mc-remove { position:absolute; top:14px; right:0; font-size:22px; color:#bbb; text-decoration:none; line-height:.7; }
#mini-cart-drawer .mc-remove:hover { color:#e74c3c; }
#mini-cart-drawer .mc-thumb img { width:64px; height:64px; object-fit:contain; border:1px solid #eee; border-radius:8px; background:#fafafa; }
#mini-cart-drawer .mc-info { flex:1; padding-right:22px; }
#mini-cart-drawer .mc-name a { color:#2c2c2c; font-weight:600; font-size:13.5px; text-decoration:none; line-height:1.3; }
#mini-cart-drawer .mc-price { color:#e8580c; font-weight:700; font-size:13px; margin:5px 0 9px; }
#mini-cart-drawer .mc-bottom { display:flex; align-items:center; justify-content:space-between; gap:10px; }
#mini-cart-drawer .mc-qty.quantity { display:inline-flex !important; border:1px solid #ddd; border-radius:6px; overflow:hidden; width:auto; }
#mini-cart-drawer .mc-qty .minus, #mini-cart-drawer .mc-qty .plus { width:30px; height:32px; min-width:30px; border:0; background:#f5f5f5; cursor:pointer; font-size:16px; color:#555; padding:0; }
#mini-cart-drawer .mc-qty .minus:hover, #mini-cart-drawer .mc-qty .plus:hover { background:#e8580c; color:#fff; }
#mini-cart-drawer .mc-qty .qty { width:42px; height:32px; border:0; border-left:1px solid #eee; border-right:1px solid #eee; text-align:center; font-weight:600; padding:0; box-shadow:none; }
#mini-cart-drawer .mc-subtotal { font-weight:700; color:#222; font-size:13px; white-space:nowrap; }
#mini-cart-drawer .mc-empty { text-align:center; padding:60px 20px; color:#aaa; }
#mini-cart-drawer .mc-empty i { font-size:44px; opacity:.35; display:block; margin-bottom:12px; }
#mini-cart-drawer .mc-empty p { margin:0; }
#mini-cart-drawer .mc-totals { flex-shrink:0; padding:14px 20px; border-top:1px solid #eee; background:#fafafa; }
#mini-cart-drawer .mc-trow { display:flex; justify-content:space-between; padding:5px 0; font-size:14px; color:#555; }
#mini-cart-drawer .mc-trow b { color:#222; }
#mini-cart-drawer .mc-trow.mc-ind b { color:#27ae60; }
#mini-cart-drawer .mc-trow.mc-grand { font-size:16px; font-weight:700; padding-top:9px; margin-top:5px; border-top:1px solid #e8e8e8; }
#mini-cart-drawer .mc-trow.mc-grand b { color:#e8580c; }
#mini-cart-drawer .mc-actions { flex-shrink:0; padding:14px 20px 20px; }
#mini-cart-drawer .mc-btn-sepete, #mini-cart-drawer .mc-btn-satinal { display:block; text-align:center; padding:14px; border-radius:8px; font-weight:700; font-size:14px; text-decoration:none; }
#mini-cart-drawer .mc-btn-sepete { background:#e8580c; color:#fff !important; margin-bottom:10px; }
#mini-cart-drawer .mc-btn-sepete:hover { background:#cf4e0a; }
#mini-cart-drawer .mc-btn-satinal { background:#2c2c2c; color:#fff !important; }
#mini-cart-drawer .mc-btn-satinal:hover { background:#000; }
#mini-cart-drawer .mc-overlay-load { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(255,255,255,0.72); display:flex; align-items:center; justify-content:center; z-index:5; }
#mini-cart-drawer .mc-overlay-load i { font-size:34px; color:#e8580c; }

/* ===================== KATEGORI AGACI (sidebar link tree) ===================== */
.kategori-agaci { margin-bottom:20px; background:#fff; border:1px solid #eee; border-radius:10px; overflow:hidden; }
.ka-baslik { font-size:13px; font-weight:700; color:#fff; background:#2c2c2c; padding:12px 16px; text-transform:uppercase; letter-spacing:.5px; }
.kategori-agaci .ka-list { list-style:none; margin:0; padding:0; }
.kategori-agaci .ka-item { border-bottom:1px solid #f3f3f3; }
.kategori-agaci .ka-item:last-child { border-bottom:0; }
.kategori-agaci .ka-list .ka-list { background:#fafafa; border-top:1px solid #f3f3f3; }
.kategori-agaci .ka-row { display:flex; align-items:stretch; }
.kategori-agaci .ka-link { flex:1; padding:11px 16px; color:#444; text-decoration:none; font-size:14px; transition:color .15s, background .15s; }
.kategori-agaci .ka-link:hover { color:#e8580c; background:#fafafa; }
.kategori-agaci .ka-d1 .ka-link { padding-left:30px; font-size:13.5px; }
.kategori-agaci .ka-d2 .ka-link { padding-left:46px; font-size:13px; }
.kategori-agaci .ka-item.aktif > .ka-row > .ka-link { color:#e8580c; font-weight:700; border-left:3px solid #e8580c; padding-left:13px; background:#fff7f2; }
.kategori-agaci .ka-d1 .ka-item.aktif > .ka-row > .ka-link { padding-left:27px; }
.kategori-agaci .ka-d2 .ka-item.aktif > .ka-row > .ka-link { padding-left:43px; }
.kategori-agaci .ka-toggle { width:42px; display:flex; align-items:center; justify-content:center; cursor:pointer; color:#bbb; flex-shrink:0; border-left:1px solid #f3f3f3; }
.kategori-agaci .ka-toggle:hover { color:#e8580c; }
.kategori-agaci .ka-toggle::before { content:"\f107"; font-family:FontAwesome; font-size:15px; transition:transform .2s; }
.kategori-agaci .ka-item.acik > .ka-row > .ka-toggle::before { transform:rotate(180deg); }
.kategori-agaci .ka-item > .ka-list { display:none; }
.kategori-agaci .ka-item.acik > .ka-list { display:block; }

/* =====================================================================
   URUN KART REDESIGN — iskonto rozeti (sag ust) + fiyat alti ikon bar
   ===================================================================== */
.product .product-image-area { position: relative; }

/* Iskonto rozeti — sag ust (favori yerine) */
.urun-iskonto-badge{
	position:absolute; top:10px; right:10px; z-index:6;
	background:#e8580c; color:#fff; font-size:12px; font-weight:700;
	line-height:1; padding:6px 9px; border-radius:4px;
	box-shadow:0 2px 6px rgba(0,0,0,.18); letter-spacing:.2px;
}

/* Fiyat alti ikon bar */
.urun-aksiyon-bar{
	display:flex; align-items:stretch; gap:8px; margin-top:12px; width:100%;
}
.urun-aksiyon-bar .uab-btn{
	display:flex; align-items:center; justify-content:center; gap:7px;
	height:42px; border:1px solid #e3e3e3; border-radius:6px; background:#fff;
	color:#444; cursor:pointer; text-decoration:none; transition:all .18s; padding:0; line-height:1;
}
.urun-aksiyon-bar .uab-sepet{
	flex:1 1 auto; background:#1f2937; border-color:#1f2937; color:#fff; font-size:13px; font-weight:600;
}
.urun-aksiyon-bar .uab-sepet:hover{ background:#e8580c; border-color:#e8580c; color:#fff; }
.urun-aksiyon-bar .uab-sepet.uab-loading{ opacity:.65; pointer-events:none; }
.urun-aksiyon-bar .uab-incele,
.urun-aksiyon-bar .uab-favori{ flex:0 0 42px; width:42px; }
.urun-aksiyon-bar .uab-incele:hover{ border-color:#e8580c; color:#e8580c; }
.urun-aksiyon-bar .uab-favori svg{ fill:none; stroke:#888; transition:all .18s; }
.urun-aksiyon-bar .uab-favori:hover{ border-color:#e8580c; }
.urun-aksiyon-bar .uab-favori:hover svg{ stroke:#e8580c; }
.urun-aksiyon-bar .uab-favori.active{ border-color:#e74c3c; background:#fff5f4; }
.urun-aksiyon-bar .uab-favori.active svg{ fill:#e74c3c; stroke:#e74c3c; }
.urun-aksiyon-bar .uab-btn svg{ display:block; }

@media (max-width:480px){
	.urun-aksiyon-bar .uab-sepet span{ display:none; }
}

/* Kart detay alani ic bosluk — aksiyon bari/icerik kenara yapismasin (tema override icin !important) */
.products-grid .product .product-details-area{ padding-left:16px !important; padding-right:16px !important; }
.products-grid:not(.uv-list) .product .product-details-area{ padding-bottom:16px !important; }
/* Listede yildiz puanlari gizle (sadece liste gorunumu) */
.products-grid.uv-list .product-ratings{ display:none; }

/* =====================================================================
   HIZLI INCELE (QUICK-VIEW) MODAL
   ===================================================================== */
#qv-modal{ position:fixed; inset:0; z-index:10050; display:none; }
#qv-modal.open{ display:block; }
body.qv-open{ overflow:hidden; }
#qv-modal .qv-overlay{ position:absolute; inset:0; background:rgba(17,24,39,.55); animation:qvFade .2s ease; }
#qv-modal .qv-dialog{
	position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
	width:880px; max-width:94vw; max-height:90vh; overflow:auto;
	background:#fff; border-radius:10px; box-shadow:0 18px 50px rgba(0,0,0,.3);
	animation:qvPop .22s ease;
}
@keyframes qvFade{ from{opacity:0} to{opacity:1} }
@keyframes qvPop{ from{opacity:0; transform:translate(-50%,-46%)} to{opacity:1; transform:translate(-50%,-50%)} }
#qv-modal .qv-close{
	position:absolute; top:10px; right:12px; z-index:3; width:34px; height:34px;
	border:none; background:#f1f1f1; border-radius:50%; font-size:22px; line-height:1;
	color:#555; cursor:pointer; transition:all .15s;
}
#qv-modal .qv-close:hover{ background:#e74c3c; color:#fff; }
#qv-modal .qv-loading{ padding:80px 0; text-align:center; font-size:30px; color:#e8580c; }

.qv-wrap{ display:flex; gap:26px; padding:26px; }
.qv-gallery{ flex:0 0 44%; max-width:44%; }
.qv-main{ border:1px solid #eee; border-radius:8px; overflow:hidden; background:#fafafa; }
.qv-main img{ width:100%; height:auto; display:block; aspect-ratio:1/1; object-fit:contain; }
.qv-thumbs{ display:flex; gap:8px; margin-top:10px; flex-wrap:wrap; }
.qv-thumb{ width:60px; height:60px; padding:0; border:1px solid #e3e3e3; border-radius:6px; background:#fff; cursor:pointer; overflow:hidden; }
.qv-thumb.active{ border-color:#e8580c; }
.qv-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }

.qv-info{ flex:1 1 auto; min-width:0; }
.qv-info .qv-title{ font-size:21px; font-weight:700; color:#1f2937; margin:4px 0 10px; line-height:1.3; }
.qv-rating{ margin-bottom:10px; }
.qv-price{ margin:12px 0; }
.qv-price .qv-old{ color:#999; text-decoration:line-through; font-size:15px; margin-right:8px; }
.qv-price .qv-new{ color:#e8580c; font-size:26px; font-weight:800; }
.qv-price .qv-kdv{ font-size:.55em; color:#999; font-weight:400; white-space:nowrap; }
.qv-desc{ color:#555; font-size:14px; line-height:1.6; margin:10px 0 18px; }

.qv-qty-row{ display:flex; gap:12px; align-items:stretch; margin-bottom:16px; }
.qv-qty-stepper{ display:flex; align-items:stretch; border:1px solid #d8d8d8; border-radius:6px; overflow:hidden; }
.qv-qty-stepper button{ width:40px; border:none; background:#f5f5f5; font-size:18px; color:#444; cursor:pointer; }
.qv-qty-stepper button:hover{ background:#e8580c; color:#fff; }
.qv-qty-stepper .qv-qty{ width:54px; border:none; text-align:center; font-size:15px; font-weight:600; outline:none; }
.qv-add{
	flex:1 1 auto; display:flex; align-items:center; justify-content:center; gap:9px;
	border:none; border-radius:6px; background:#1f2937; color:#fff; font-size:15px; font-weight:600;
	cursor:pointer; transition:all .18s; padding:0 18px;
}
.qv-add:hover{ background:#e8580c; }
.qv-add.uab-loading{ opacity:.65; pointer-events:none; }
.qv-detay{ display:inline-block; color:#1f2937; font-weight:600; font-size:14px; text-decoration:underline; }
.qv-detay:hover{ color:#e8580c; }

@media (max-width:680px){
	.qv-wrap{ flex-direction:column; padding:20px; }
	.qv-gallery{ max-width:100%; flex-basis:auto; }
	.qv-main img{ aspect-ratio:auto; max-height:300px; }
}

/* =====================================================================
   TOOLBAR — gorunum tipi switcher (grid 2/3/4 + liste)
   ===================================================================== */
.toolbar .sorter{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.toolbar .view-mode{ display:inline-flex; gap:5px; margin-left:auto; }
.view-mode .vm-btn{
	width:34px; height:34px; padding:0; border:1px solid #ddd; background:#fff; border-radius:5px;
	color:#999; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; transition:all .15s;
}
.view-mode .vm-btn:hover{ border-color:#999; color:#444; }
.view-mode .vm-btn.active{ background:#1f2937; border-color:#1f2937; color:#fff; }
.view-mode .vm-btn svg{ display:block; }
@media (max-width:575px){ .toolbar .view-mode .vm-btn[data-view="g4"]{ display:none; } }

/* Gorunum tipi -> grid kolon sayisi (tema columns* clear+width override) */
.products-grid.uv-g2 > li{ width:50% !important; clear:none !important; }
.products-grid.uv-g2 > li:nth-child(2n+1){ clear:left !important; }
.products-grid.uv-g3 > li{ width:33.3333% !important; clear:none !important; }
.products-grid.uv-g3 > li:nth-child(3n+1){ clear:left !important; }
.products-grid.uv-g4 > li{ width:25% !important; clear:none !important; }
.products-grid.uv-g4 > li:nth-child(4n+1){ clear:left !important; }
.products-grid.uv-list > li{ width:100% !important; float:none !important; clear:both !important; }
@media (max-width:991px){
	.products-grid.uv-g4 > li{ width:50% !important; }
	.products-grid.uv-g4 > li:nth-child(4n+1){ clear:none !important; }
	.products-grid.uv-g4 > li:nth-child(2n+1){ clear:left !important; }
	.products-grid.uv-g3 > li{ width:50% !important; }
	.products-grid.uv-g3 > li:nth-child(3n+1){ clear:none !important; }
	.products-grid.uv-g3 > li:nth-child(2n+1){ clear:left !important; }
}
@media (max-width:575px){
	.products-grid.uv-g4 > li,
	.products-grid.uv-g3 > li,
	.products-grid.uv-g2 > li{ width:50% !important; }
	.products-grid.uv-g4 > li:nth-child(4n+1),
	.products-grid.uv-g3 > li:nth-child(3n+1){ clear:none !important; }
	.products-grid.uv-g4 > li:nth-child(2n+1),
	.products-grid.uv-g3 > li:nth-child(2n+1),
	.products-grid.uv-g2 > li:nth-child(2n+1){ clear:left !important; }
}

/* =====================================================================
   GRID GÖRÜNÜMÜ — eşit yükseklik kartlar (flex-stretch + sabit resim)
   ===================================================================== */
.products-grid.uv-g2,
.products-grid.uv-g3,
.products-grid.uv-g4{ display:flex !important; flex-wrap:wrap; align-items:stretch; }
.products-grid.uv-g2 > li,
.products-grid.uv-g3 > li,
.products-grid.uv-g4 > li{ display:flex; flex-direction:column; float:none !important; box-sizing:border-box; }
/* Kart tam yükseklik fill */
.products-grid.uv-g2 > li > .product,
.products-grid.uv-g3 > li > .product,
.products-grid.uv-g4 > li > .product{ display:flex; flex-direction:column; height:100%; }
/* Details area büyür, içi column */
.products-grid.uv-g2 > li .product-details-area,
.products-grid.uv-g3 > li .product-details-area,
.products-grid.uv-g4 > li .product-details-area{ flex:1; display:flex; flex-direction:column; }
/* Aksiyon barı en alta pin:
   - qty-wrap yoksa: action bar margin-top:auto (direkt alta)
   - qty-wrap varsa: qty-wrap margin-top:auto, action bar hemen altında */
.products-grid.uv-g2 > li .product-details-area:not(:has(.uab-qty-wrap)) .urun-aksiyon-bar,
.products-grid.uv-g3 > li .product-details-area:not(:has(.uab-qty-wrap)) .urun-aksiyon-bar,
.products-grid.uv-g4 > li .product-details-area:not(:has(.uab-qty-wrap)) .urun-aksiyon-bar{ margin-top:auto; padding-top:10px; }
.products-grid.uv-g2 > li .product-details-area:has(.uab-qty-wrap) .uab-qty-wrap,
.products-grid.uv-g3 > li .product-details-area:has(.uab-qty-wrap) .uab-qty-wrap,
.products-grid.uv-g4 > li .product-details-area:has(.uab-qty-wrap) .uab-qty-wrap{ margin-top:auto; }
/* Sabit resim oranı (g3/g4: 1:1, g2: 4:3) */
.products-grid.uv-g3 .product-image-area,
.products-grid.uv-g4 .product-image-area{ aspect-ratio:1/1; overflow:hidden !important; padding:0 !important; }
.products-grid.uv-g2 .product-image-area{ aspect-ratio:4/3; overflow:hidden !important; padding:0 !important; }
.products-grid.uv-g2 .product-image-area > a,
.products-grid.uv-g3 .product-image-area > a,
.products-grid.uv-g4 .product-image-area > a{ display:block; height:100%; }
.products-grid.uv-g2 .product-image-area img,
.products-grid.uv-g3 .product-image-area img,
.products-grid.uv-g4 .product-image-area img{
    width:100% !important; height:100% !important;
    object-fit:cover !important; display:block;
}

/* =====================================================================
   GRID GÖRÜNÜMÜ — kart iyileştirmeleri (hizalama, renk, hover)
   ===================================================================== */
/* Resim alanı ve içi: border-radius sadece üst köşeler */
.products-grid.uv-g2 .product-image-area,
.products-grid.uv-g3 .product-image-area,
.products-grid.uv-g4 .product-image-area{ border-radius:5px 5px 0 0 !important; }
.products-grid.uv-g2 .product-image-area .product-image,
.products-grid.uv-g3 .product-image-area .product-image,
.products-grid.uv-g4 .product-image-area .product-image{ border-radius:5px 5px 0 0 !important; }
/* SVG yildiz degerlendirme */
.prd-svgstars{ display:flex; align-items:center; gap:4px; margin:6px 0 6px; line-height:1; }
.prd-stars{ display:inline-flex; gap:1px; align-items:center; }
.prd-rating-score{ font-size:11px; font-weight:700; color:#f4a522; }
.prd-rating-count{ font-size:11px; color:#aaa; }
.prd-review-foto{ display:inline-flex; align-items:center; margin-left:3px; }
/* Hover border efekti */
.products-grid.uv-g2 .product,
.products-grid.uv-g3 .product,
.products-grid.uv-g4 .product{ border:1px solid #e9e9e9; transition:border-color .2s, box-shadow .2s; }
.products-grid.uv-g2 .product:hover,
.products-grid.uv-g3 .product:hover,
.products-grid.uv-g4 .product:hover{ border-color:#e8580c !important; box-shadow:0 2px 16px rgba(232,88,12,.10); }
/* Sol hizalama */
.products-grid.uv-g2 .product-details-area,
.products-grid.uv-g3 .product-details-area,
.products-grid.uv-g4 .product-details-area{ text-align:left !important; }
/* Ürün adı — küçük */
.products-grid.uv-g2 .product-name,
.products-grid.uv-g3 .product-name,
.products-grid.uv-g4 .product-name{ font-size:13px !important; text-align:left !important; }
/* Fiyat — küçük ve turuncu vurgu */
.products-grid.uv-g2 .product-price-box .product-price,
.products-grid.uv-g3 .product-price-box .product-price,
.products-grid.uv-g4 .product-price-box .product-price{ font-size:15px !important; color:#e8580c !important; font-weight:700; }
.products-grid.uv-g2 .product-price-box .old-price,
.products-grid.uv-g3 .product-price-box .old-price,
.products-grid.uv-g4 .product-price-box .old-price{ font-size:11px !important; }
/* Filtreleme label rozetleri — yanyana, wrapper blok */
.prod-labels-wrap{ display:flex; flex-wrap:wrap; gap:4px; margin-bottom:4px; }
.prod-labels-wrap .label{ display:inline-block !important; width:auto !important; }
/* Grid aksiyon bar */
.products-grid.uv-g2 .urun-aksiyon-bar,
.products-grid.uv-g3 .urun-aksiyon-bar,
.products-grid.uv-g4 .urun-aksiyon-bar{ display:flex; align-items:center; gap:4px; }
/* Qty wrap: grid'de tam genislik — box-sizing:border-box ile border klipi önlenir */
.products-grid.uv-g2 .uab-qty-wrap,
.products-grid.uv-g3 .uab-qty-wrap,
.products-grid.uv-g4 .uab-qty-wrap{ width:100%; margin-bottom:6px; box-sizing:border-box; }
/* Input flex:1, min-width:0 zorunlu (tarayici input min-width'i ezer) */
.products-grid.uv-g2 .uab-qty-input,
.products-grid.uv-g3 .uab-qty-input,
.products-grid.uv-g4 .uab-qty-input{ flex:1; width:auto; min-width:0; box-sizing:border-box; }
/* Butonlar küçülmesin */
.products-grid.uv-g2 .uab-qty-btn,
.products-grid.uv-g3 .uab-qty-btn,
.products-grid.uv-g4 .uab-qty-btn{ flex:0 0 26px; }
/* Toplu indirim özeti — grid kartında küçük turuncu metin */
.products-grid.uv-g2 .toplu-indirim-bilgi,
.products-grid.uv-g3 .toplu-indirim-bilgi,
.products-grid.uv-g4 .toplu-indirim-bilgi{ font-size:11px !important; margin:4px 0 2px; display:block; }
/* Toplu indirim — liste görünümünde gizle */
.products-grid.uv-list .toplu-indirim-bilgi{ display:none !important; }

/* =====================================================================
   LİSTE GÖRÜNÜMÜ — Epinox kompakt satır
   ===================================================================== */
.products-grid.uv-list > li{ margin-bottom:8px; }
.products-grid.uv-list .product{
	display:flex; align-items:center; gap:0;
	border:1px solid #ebebeb; border-radius:6px; overflow:hidden; min-height:70px;
}
/* Thumbnail 70px */
.products-grid.uv-list .product-image-area{
	flex:0 0 70px; max-width:70px; min-height:70px; overflow:hidden; margin:0;
}
.products-grid.uv-list .product-image-area > a{ display:block; width:70px; height:70px; }
.products-grid.uv-list .product-image-area img.img-responsive{
	width:70px !important; height:70px !important; object-fit:cover !important;
	max-width:none !important; display:block !important;
}
.products-grid.uv-list .product-image-area .product-hover-image,
.products-grid.uv-list .urun-iskonto-badge,
.products-grid.uv-list .product-quickview,
.products-grid.uv-list .product-label{ display:none; }
/* Details: flex row */
.products-grid.uv-list .product-details-area{
	flex:1 1 auto; min-width:0; padding:8px 14px;
	display:flex; flex-direction:row !important; align-items:center; gap:10px;
}
.products-grid.uv-list .product-details-area > img{ display:none; }
.products-grid.uv-list .product-details-area .label{ display:none; }
/* Name: truncate, flex:1 */
.products-grid.uv-list .product-name{
	flex:1 1 auto; min-width:0; margin:0;
	font-size:13px !important; font-weight:600; line-height:1.4;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.products-grid.uv-list .product-name a{ color:#222; }
/* Price: compact */
.products-grid.uv-list .product-price-box{
	flex-shrink:0; margin:0 !important; white-space:nowrap;
}
.products-grid.uv-list .product-price-box .product-price{ font-size:13px; font-weight:700; }
.products-grid.uv-list .product-price-box .old-price{ font-size:11px; }
/* Action bar: inline, right */
.products-grid.uv-list .urun-aksiyon-bar{
	flex-shrink:0; margin:0 !important; max-width:none; width:auto;
	display:flex; align-items:center; gap:4px;
}
.products-grid.uv-list .uab-sepet-text{ display:none; }
.products-grid.uv-list .uab-btn{ height:32px; }
.products-grid.uv-list .uab-sepet{
	flex:0 0 34px !important; width:34px; height:34px; padding:0;
}
.products-grid.uv-list .uab-incele,
.products-grid.uv-list .uab-favori{ flex:0 0 32px; width:32px; height:32px; }
/* Qty stepper — default hidden, visible in list + grid (when rendered) */
.uab-qty-wrap{ display:none; }
.products-grid.uv-list .uab-qty-wrap,
.products-grid.uv-g2 .uab-qty-wrap,
.products-grid.uv-g3 .uab-qty-wrap,
.products-grid.uv-g4 .uab-qty-wrap{
	display:inline-flex; align-items:center;
	border:1px solid #ddd; border-radius:5px; overflow:hidden; height:32px;
}
.uab-qty-btn{
	background:#f7f7f7; border:none; width:26px; height:32px; cursor:pointer;
	font-size:14px; line-height:1; color:#555; padding:0;
	display:flex; align-items:center; justify-content:center; transition:background .12s;
}
.uab-qty-btn:hover{ background:#ebebeb; }
.uab-qty-input{
	width:32px; height:32px; text-align:center; border:none;
	border-left:1px solid #ddd; border-right:1px solid #ddd;
	font-size:12px; font-weight:600; color:#333; padding:0;
	-moz-appearance:textfield;
}
.uab-qty-input::-webkit-outer-spin-button,
.uab-qty-input::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }
/* Mobile */
@media (max-width:575px){
	.products-grid.uv-list .product{ flex-wrap:wrap; }
	.products-grid.uv-list .product-image-area{
		flex:0 0 56px; max-width:56px; min-height:56px;
	}
	.products-grid.uv-list .product-image-area > a{ width:56px; height:56px; }
	.products-grid.uv-list .product-image-area img.img-responsive{
		width:56px !important; height:56px !important;
	}
	.products-grid.uv-list .uab-qty-wrap{ display:none; }
}

/* =====================================================================
   TOOLBAR GORUNUM — konteyner + siralama select + baslik
   ===================================================================== */
.hide-addtolinks .toolbar,
.urun-liste-wrp .toolbar{
	display:flex; align-items:center;
	background:#fff; border:1px solid #ececec; border-radius:8px;
	padding:10px 16px; margin-bottom:16px; min-height:60px;
}
.hide-addtolinks .toolbar .sorter,
.urun-liste-wrp .toolbar .sorter{ display:flex !important; align-items:center; gap:12px; flex-wrap:wrap; width:100%; margin:0; float:none; min-height:38px; }
.toolbar .sort-by{ display:flex; align-items:center; gap:8px; margin:0; float:none; }
.toolbar .sort-by label{ margin:0; font-weight:600; color:#333; font-size:13px; white-space:nowrap; }
.toolbar .sort-by select,
.toolbar select.form-input{
	height:36px; min-width:168px; max-width:205px; padding:6px 30px 6px 11px; margin:0;
	border:1px solid #e4e4e4; border-radius:6px; background-color:#fff;
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23aaa' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat:no-repeat; background-position:right 10px center; background-size:11px;
	-webkit-appearance:none; -moz-appearance:none; appearance:none;
	font-size:13px; color:#666; cursor:pointer; line-height:1.2; box-shadow:none;
}
.toolbar .sort-by select:hover{ border-color:#cfcfcf; }
.toolbar .sort-by select:focus{ border-color:#bdbdbd; outline:none; box-shadow:0 0 0 2px rgba(0,0,0,.04); }
.toolbar .view-mode{ margin-left:auto; }
.toolbar .create_links_top{ margin-left:10px; font-size:13px; }
.toolbar .create_links_top ul,
.toolbar .create_links_top .pagination{ margin:0; padding:0; display:inline-flex; gap:4px; list-style:none; }
/* Sayfalandirma — net kutular */
.toolbar .create_links_top .pagination li{ display:inline-block; }
.toolbar .create_links_top .pagination li:empty{ display:none; }
.toolbar .create_links_top .pagination li a,
.toolbar .create_links_top .pagination li > span,
.toolbar .create_links_top .pagination li > strong{
	display:inline-flex; align-items:center; justify-content:center; min-width:32px; height:32px;
	padding:0 8px; border:1px solid #e0e0e0; border-radius:5px; background:#fff;
	color:#555; font-size:13px; font-weight:600; text-decoration:none; line-height:1;
}
.toolbar .create_links_top .pagination li a:hover{ border-color:#1f2937; color:#1f2937; }
.toolbar .create_links_top .pagination li.active a,
.toolbar .create_links_top .pagination li.active > span,
.toolbar .create_links_top .pagination li.active > strong{ background:#e8580c; border-color:#e8580c; color:#fff; }

/* Liste basligi */
.hide-addtolinks .list-title h1,
.urun-liste-wrp .list-title h1{ font-size:22px; font-weight:700; color:#1f2937; margin:6px 0 4px; }
.hide-addtolinks .list-title p,
.urun-liste-wrp .list-title p{ color:#8a8a8a; font-size:13px; margin:0 0 14px; }

@media (max-width:575px){
	.toolbar .sort-by select, .toolbar select.form-input{ min-width:150px; flex:1 1 auto; }
}

/* Alt sayfalandirma — tek ve ortalanmis (ust sayfalandirma kaldirildi) */
.toolbar-bottom{ margin-top:24px; clear:both; }
.create_links_bottom .pagination{ display:flex; justify-content:center; flex-wrap:wrap; gap:5px; padding:0; margin:0; list-style:none; }
.create_links_bottom .pagination li{ display:inline-block; }
.create_links_bottom .pagination li:empty{ display:none; }
.create_links_bottom .pagination li a,
.create_links_bottom .pagination li > span,
.create_links_bottom .pagination li > strong{
	display:inline-flex; align-items:center; justify-content:center; min-width:38px; height:38px;
	padding:0 11px; border:1px solid #e0e0e0; border-radius:6px; background:#fff;
	color:#555; font-size:14px; font-weight:600; text-decoration:none; line-height:1;
}
.create_links_bottom .pagination li a:hover{ border-color:#1f2937; color:#1f2937; }
.create_links_bottom .pagination li.active a,
.create_links_bottom .pagination li.active > span,
.create_links_bottom .pagination li.active > strong{ background:#e8580c; border-color:#e8580c; color:#fff; }
