/*
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:1px solid #ddd;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; }