body{
	background-color: #EEE;
	color: #001a27;
	font-family: Helvetica,Arial,sans-serif;
	/*font-family: 'Kanit', sans-serif;*/
	font-size: 14px;
	overflow-x: hidden;
    width: 100%;
}
/*body::after{
	-webkit-transition : all 0.3s ease-in-out;
	   -moz-transition : all 0.3s ease-in-out;
		-ms-transition : all 0.3s ease-in-out;
		 -o-transition : all 0.3s ease-in-out;
		 	transition : all 0.3s ease-in-out;
	background-color: rgba(0, 0, 0, 0);
    content: " ";
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
}
body.overlay::after {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	opacity: 1;
	right: 0;
}*/
.overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
    opacity: 1;
}

body.mmactive>#mobile-search,
body.mmactive>#mainContent,
body.mmactive>.fluid-container,
body.mmactive>footer{
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;	
	display: none;
}


a{text-decoration:none;color: #001a27;}
a, *::before {transition: all 0.2s ease 0s;}
a:hover {
	color: #ef7c00;
	text-decoration: none;
}
a:active, a:hover, a:focus, button:focus {
	outline: 0 none;
}
a, button{
	cursor: pointer;
}
button{border-radius: 3px;}

.container-fluid{padding-left: 15px; padding-right: 15px;}
.fluid-container{margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; width: 90%;}
.container{padding-left: 10px; padding-right: 10px;}
.row {margin-left: -10px; margin-right: -10px;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}

.form-control{
	/*border-radius: 0;*/
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #DBE0E3;
}
.form-control:focus{box-shadow: none; border-color: #DBE0E3;}
/*.input-group-addon{
	border-radius: 0;
}*/
.table-hover tbody tr:hover {
    background-color: rgba(190, 201, 204, 0.2);
}
#commentComment{line-height: 18px; padding: 10px;}

.nav-tabs.nav-fill.nav-ub{border-bottom: none;}
.nav-tabs.nav-fill.nav-ub .nav-link{
	border-bottom: 5px solid #bfcacd;
	border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-size: 24px;
    line-height: 35px;
    padding: 0;
    text-align: left;
}
.nav-tabs.nav-fill.nav-ub .nav-link.active {
    background-color: transparent;
    border-bottom: 10px solid #ef7c00;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #001a27;
    border-radius: 0 0 10px 0;
}
.nav-tabs.nav-fill.nav-ub .nav-link:focus{outline: none;}
.nav-tabs.nav-fill.nav-ub .nav-item{padding-left: 20px;}
.nav-tabs.nav-fill.nav-ub .nav-item:first-child{padding-left: 0;}

.tab-content > .tab-pane{padding: 20px 0;}


h2.title {
    font-size: 24px;
    font-weight: 400;
    height: 38px;
    line-height: 24px;
    margin: 40px 0 20px;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 40px;
    position: relative;
}
h2.title::before {
    border-bottom: 5px solid #ef7c00;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 1;
}
h2.title::after {
    border-bottom: 5px solid #BFCACD;
    content: " ";
    position: absolute;
    top: 35px;
    width: 100%;
    z-index: 2;
}



.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}

.breadcrumb{
	background-color: transparent;
	font-size: 13px;
	padding: 0;
	max-height: 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.breadcrumb.breadcrumb-left{overflow: visible;}
.breadcrumb li{line-height: 30px; height: 30px;}
.breadcrumb li a{color: #6E7D81;}
.breadcrumb li a:hover{color: #ef7c00;}
.breadcrumb-item.active {color: #001a27;
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.breadcrumb .dropdown.show{position: static;}
.breadcrumb .dropdown-menu{border-radius: 0; right: 0;}
.breadcrumb .dropdown-menu::after{display: none;}
.breadcrumb .dropdown-menu li a{
	font-size: 13px;
	padding: 0 10px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

.rainbow{
	/*background-image: linear-gradient(90deg, #ef7c00 0%, #6A3AA3 32%, #42872B 65%, #ef7c00 100%);*/
	background-image: linear-gradient(90deg, #ef7c00 0%, #F89303 50%, #ef7c00 100%);
	height: 5px;
}

#mobile-search {
	background-color: rgba(0, 26, 39, 0.5);
    height: 50px;
    /*overflow: hidden;*/
    position: relative;
}
.mobile-search-wrapper{padding: 5px;}
#mobile-search .form-control{line-height: 40px; height: 40px;}
#mobile-search-addon{
	background-color: #ef7c00;
	color: #FFF;
	line-height: 40px;
	height: 40px;
	padding: 0 13px;
	border: none;
	border-radius: 0 5px 5px 0;
}

header{
	background-color: #FFF;
	padding: 20px 0;
}
header .logo{
	display: block;
	max-width: 300px;
}
header form.search .input-group{
	width: 100%;
}
header form.search input{
	height: 50px;
	line-height: 50px;
	border-right: none;
}
header form.search .input-group button{
	background-color: #ef7c00;
	color: #FFF;
	cursor: pointer;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #ef7c00;
}
header form.search {
	padding: 10px 0;
	position: relative;
}
header form.search .input-group button:hover{
	background-color: #d26210;
}
header form.search .input-group button i{
	margin-right: 10px;
	font-size: 24px;
}

header .account .dropdown{
	float: right;
	margin-top: 10px;
}
header .account .dropdown button{
	background-color: #EEE;	
	margin-left: 10px;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	padding: 10px 20px;
	cursor: pointer;
	border: 1px solid #ddd;
	height: 50px;
}
header .account .dropdown button i{
	font-size: 22px;
	float: left;	
	margin-right: 10px;
	line-height: 30px;
}
header .account .dropdown button>div{
	float: left;
}
header .account .dropdown button span.username{
	color: #919191;
	font-size: 12px;
	font-weight: 200;
}
header .account .dropdown button span.cartitems{
	background-color: #ef7c00;
	width: 16px;
	height: 16px;
	display: inline-block;
	text-align: center;
	color: #FFF;
	border-radius: 8px;
	font-size: 12px;
	line-height: 16px;
}
header .account .dropdown .dropdown-menu{
	border-radius: 0;
	margin-top: 15px;
	border: none;
}
header .account .dropdown-cart{
	padding: 20px;
	width: 375px;
}
header .account .dropdown-cart .table,
#cartSummary table.cartdetails{
	margin: 0;
}
header .account .dropdown-cart .table tbody,
#cartSummary table.cartdetails tbody{
	max-height: 350px;
	overflow-y: scroll;
	display: block;
}
header .account .dropdown-cart .table td,
#cartSummary table.cartdetails td{
	border-bottom: 1px solid #BFCACD;
	border-top: none;
	font-size: 12px;
	padding: 10px 20px 10px 0;
	position: relative;
}
header .account .dropdown-cart .table td .sub,
#cartSummary table.cartdetails td .sub{
	/*position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	width: 100%;*/
	margin-top: 10px;
}
header .account .dropdown-cart .table td .sub .qty,
#cartSummary table.cartdetails td .sub .qty{float: left;}
header .account .dropdown-cart .table td .sub .price,
#cartSummary table.cartdetails td .sub .price{float: right; font-weight: 600; padding-right: 0px;}
header .account .dropdown-cart .table tfoot tr {
	border-top: 3px solid #BFCACD;
}
header .account .dropdown-cart .table tfoot tr th{
	padding: 20px 0;
}
header .account .dropdown-cart .table tfoot tr th .cartTotal{
	float: right;
}
header .account .dropdown-cart a{
	background-color: #ef7c00;
	color: #FFF;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-radius: 3px;
}
header .account .dropdown-cart a i{margin-left: 10px;}
header #btnMobileSearch{
	float: right;
	border: none;
	background: transparent;
	height: 50px;
	line-height: 50px;
	padding: 0;
}
.resp_price{line-height: 40px; text-align: right;}


.dropdown-menu:after {
	position: absolute;
	top: -10px;
	right: 10%;
	display: inline-block;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #FFF;
	border-left: 11px solid transparent;
	content: '';
}
.dropdown-menu-right:after{
	border: none;
}
/*.dropdown-menu::before {
    position: absolute;
    top: -10px;
    right: 10%;
    display: inline-block;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    border-left: 12px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}*/



#acContent, 
#acContentMobile {
    padding: 0 12px;
    position: relative;
    display: none;
    width: 100%;
}
#acContent .acWrapper, 
#acContentMobile .acWrapper{
	background: #fff none repeat scroll 0 0;
    /*border: 1px solid #ccc;
    border-radius: 4px;*/
    left: 0;
    max-height: 320px;
    overflow: auto;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 99;
}
#acContent .acWrapper .acList, 
#acContentMobile .acWrapper .acList {
    border-top: 1px solid #d0d0d0;
    padding: 0;
}
#acContent .acWrapper .acList > li, 
#acContentMobile .acWrapper .acList > li {
    display: block;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #efefef;
}
#acContent .acWrapper .acList > li:hover, 
#acContentMobile .acWrapper .acList > li:hover,
#acContent .acWrapper .acList > li.active, 
#acContentMobile .acWrapper .acList > li.active{
	background-color: #efefef;
}
#acContent .acWrapper .acList > li a, 
#acContentMobile .acWrapper .acList > li a {
    display: block;
	padding: 5px 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#acContent .acWrapper .acList > li a img, 
#acContentMobile .acWrapper .acList > li img{
	margin-right: 10px;
}
#acContentMobile .acWrapper .acList > li{
	line-height: 30px;
}
#acContentMobile .acWrapper .acList > li a{
	font-size: 12px;
	padding: 5px 10px;
}
#acContentMobile .acWrapper .acList > li img{
	 height: 30px !important;
	 margin-right: 5px;
 }


nav{
	/*background-color: #FAFAFA;*/
	background-color: #ef7c00;
	height: 50px;
}
/*nav .megaMenu{
	position: relative;
	float: left;
	width: 100%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 10px;
}*/
nav .megaMenu{
	position: static;
	display: inline-block;
	float: left;
	width: 25%;
}
nav ul.main{
	height: 50px;	
	overflow: hidden;
	/*float: right;*/
	padding-left: 0;
	line-height: 50px;
	/*display: table-row;*/
	margin: 0;
	display: inline-block;
}
nav ul li{
	display: inline-block;
	margin-left: 15px;
}
nav ul.main li{
	display: table-cell;
	margin-left: 15px;	
	vertical-align: middle;
	height: 50px;
	max-width: 250px;
	text-align: center;	
	line-height: 16px;
	/*border-left: 1px solid #dedede;*/
}
nav ul.main li a{
	color: #FFF;
	font-size: 15px;
	border-right: 1px solid #f7ac5b;	
	padding: 0 20px;
	text-align: center;
	display: block;
	width: 100%;
}
nav ul.main li:first-child a{
	border-left: none;
}
nav ul li a{
	font-size: 13px;
}
nav .col-md-11 {
	font-size: 15px;
	line-height: 50px;
	text-align: right;
}

#mainContent{
	padding: 20px 0;
}


#mainPromo{
	background-color: #FFF;
	/*max-height: 650px;*/
	overflow: hidden;
}
#mainPromo ul.gallery,
#campaignPromo ul.gallery{
	list-style: none;
	padding: 0;
}
#mainPromo ul.prm-hidden,
#campaignPromo ul.prm-hidden{
	height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
#mainPromo ul.gallery li,
#campaignPromo ul.gallery li {
    display: block;
    float: left;
    margin-right: 6px;
}
#mainPromo ul.gallery li a{
	display: block;
	width: 100%;
}
#mainPromo ul.gallery img,
campaignPromo  ul.gallery img{
    height: auto;
    max-width: 100%;
    display: block;
    width: 100%;
}
#mainPromo .lSSlideOuter .lSPager.lSGallery{
	padding: 6px 3px 0;
	text-align: center;
	width: 100% !important;
}
#mainPromo .lSSlideOuter .lSPager.lSGallery li{
	border: 1px solid #DBE0E3;
	border-radius: 3px;
	width: 60px !important;
	float: none;
	display: inline-block;
}
#mainPromo .lSSlideOuter .lSPager.lSGallery li.active,
#mainPromo .lSSlideOuter .lSPager.lSGallery li:hover{
	border: 1px solid #ef7c00;
}
#campaignPromo{
	background-color: #FFF;
}
#campaignPromo ul.gallery{
	border-bottom: 1px solid #EEEEEE;
}
#campaignPromo ul.gallery li{
	background-color: #FFF;
	padding: 20px;
	position: relative;
}
#campaignPromo ul.gallery li .details{
	bottom: 15px;
	position: absolute;
	left: 20px;
	right: 20px;
	text-align: center;
}
#campaignPromo ul.gallery li .details>a{
	margin-bottom: 10px;
	display: block;	
	font-size: 13px;
	line-height: 18px;
}
#campaignPromo ul.gallery li .details .price p{
	font-size: 16px;
	text-align: right;
	margin: 0;
	line-height: 22px;
	height: 22px;
}
#campaignPromo ul.gallery li .details .price p span{
	font-size: 80%;
}
#campaignPromo ul.gallery li .details .price p.regular{
	color: #BFCACD;
	text-decoration: line-through;
}
#campaignPromo ul.gallery li .details .price p.current{
	font-size: 20px;
	font-weight: 800;
}
#campaignPromo ul.gallery li .details a.buynow{
	background-color: #5BA71B;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 3px;
}
#campaignPromo ul.gallery li .details a.buynow i{
	margin-right: 5px;
}
#campaignPromo .footer{
	height: 72px;
	line-height: 72px;
	padding: 0 20px;
	font-weight: 800;
}


.tlicon{
	font-size: 70% !important;
	font-weight: 400;
	margin-right: 2px;
}

#newsletter .form-wrapper{
	background-color: #fff;
    padding: 30px 20px 30px 180px;
    position: relative;
}
#newsletter .form-wrapper::before {
    content: "\E00C";	
	height: 100px;
	left: 20px;
	position: absolute;
	right: 0;
	top: 6px;
	font-family: 'ubicon';
	font-size: 86px;
}
#newsletter .form-wrapper h4{
	font-size: 28px;
}
#newsletter .form-wrapper .form-control{
	line-height: 40px;
}
#newsletter .form-wrapper button {
    background-color: #001a27;
    border: medium none;
    color: #ffffff;
    display: block;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 42px;
    width: 100%;
}

#storeFront h2.title{margin-top: 10px; margin-bottom: 20px;}

.whatsapp-link{
	position: fixed;	
	bottom: 90px;
	background-color: #25D366;
	display: inline-block;
	border-radius: 0 50px 50px 0;
	padding: 2px 6px 2px 7px;
	height: 36px;
	z-index: 999999;
	line-height: 38px;
	color: #FFF;
	font-size: 26px;
}

#newsletter .whatsapp{
	background-color: #FFF;
	height: 145px;
	overflow: hidden;
	padding: 20px 10px;
	text-align: center;
}
#newsletter .whatsapp p{
	font-size: 20px;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 10px;
}
#newsletter .whatsapp a{
	background-color: #25D366;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	line-height: 54px;
	height: 50px;
	display: inline-block;
	padding: 0 30px;
}
#newsletter .whatsapp a i{
	margin-right: 4px;
}

#advantages ul{
	background-color: #FFF;
	padding: 25px 0;
	width: 100%;
}
#advantages ul li{
	display: inline-block;
	padding-left: 60px;
	position: relative;
	width: 25%;
}
#advantages ul li::before {
    left: 0;
    position: absolute;
    font-family: 'ubicon';
    font-size: 35px;
    color: #42872B;
    top: -10px;
    width: 50px;
    text-align: right;
}
#advantages ul li.kargo::before {content: "\E012";}
#advantages ul li.taksit::before {content: "\E013";}
#advantages ul li.orjinal::before {content: "\E014";}
#advantages ul li.iade::before {content: "\E015";}
#advantages ul li h2{
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 0;
}
#advantages ul li p{
	font-size: 12px;
	letter-spacing: 0;
	margin: 0;
}

#listFilters .filter{
	background-color: #FFF;
	margin-bottom: 20px;
}
#listFilters .filter button {
    background-color: #96aab0;
    border: medium none;
    border-radius: 0;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: left;
    width: 100%;
    position: relative;
}
#listFilters .filter button::after{
	content: "\e027";	
	font-family: 'ubicon';
	position: absolute;
	right: 20px;
	font-size: 10px;
}
#listFilters .filter button[aria-expanded="true"]::after{
	content: "\e028";
}
#listFilters .filter .list{
	padding: 10px 20px;
}
#listFilters .filter ul{
	margin: 0;
	padding: 0;
	max-height: 280px;
	overflow-y: scroll;
}
#listFilters .filter ul li{
	display: block;
	line-height: 28px;
}
#listFilters .filter ul li span{color: #ef7c00;}
#listFilters .filter ul li span.count{color: #96AAB0;}
#listFilters .filter ul li.parent{
	border-top: 1px solid #96AAB0;
	line-height: 40px;
	margin-top: 10px;
}
#listFilters .filter ul li .checker span::after {
	font-size: 15px;
	top: -3px;	
	left: 2px;
	text-shadow: -2px 0 #FFF, 0 2px #FFF, 2px 0 #FFF, 0 -2px #FFF;
}
#listFilters .filter ul li .checkbox{
	margin: 0;
}
#listFilters .filter ul li .checkbox label{
	margin: 0;
}
#listFilters .filter ul li .checkbox .checker{
	top: 4px;
}


#listHeader{
	margin-bottom: 20px;
}
#listHeader h1{
	float: left;
    font-size: 30px;
    margin: 0;
    padding-right: 20px;
}
#listHeader p{
	color: #96aab0;
    float: left;
    font-size: 18px;
    margin: 0;
    position: relative;
    top: 6px;
}
#listHeader p b{color: #001a27;}
#listHeader #productSortMenuButton {
    border: none;
	border-radius: 0;
	padding-right: 0;
	text-align: left;
	width: 100%;
	line-height: 33px;
	height: 33px;
}



#listSelectedFilters{
	background-color: #fff;
	margin-top: 20px;
    padding: 20px;
}
#listSelectedFilters li{
	background-color: #eee;
    color: #96aab0;
    display: inline-block;
    margin-right: 10px;
    padding: 0 0 0 10px;
    line-height: 30px;
}
#listSelectedFilters li a{
	background-color: #001a27;	
	color: #FFF;
	display: inline-block;
	padding: 0 10px;
	margin-left: 10px;
}
#listSelectedFilters li a:hover{
	background-color: #ef7c00;
}

#listPagination{
	background-color: transparent;
}
#listPagination ul li {
	margin-left: 3px;
}
#listPagination .page-link{
	border: none;
    border-radius: 0;
    color: #96aab0;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    width: 50px;
}
#listPagination .page-item.active .page-link {
    background-color: #BFCACD;
    border: none;
    color: #001a27;
}

#productDetailGallery{
	background-color: #FFF;
	padding: 20px;
}
#productDetailGallery ul li{display: block;}
#productDetailGallery ul li img{width: 100%;}
#productDetailGallery .lSPager.lSGallery{margin-top: 20px;}
#productDetailGallery .lSPager.lSGallery li{
	border: 1px solid #EEE;
	border-radius: 0;
}
#productDetailGallery .lSPager.lSGallery li.active{
	border: 1px solid #ef7c00;
}
#productDetailGallery .lSPager.lSGallery img{
	width: 100px;
}
	
#productDetail{
	background-color: #FFF;
	padding: 20px;
}
#productDetail .actions{
	border-bottom: 1px solid #bfcacd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
#productDetail .actions a{
	color: #96AAB0;
	display: inline-block;
	position: relative;
}
#productDetail #socialShare ul li a i{
	width: 30px;
	text-align: right;
	margin-right: 5px;
}
#productDetail .actions a.active{
	color: #42872B;
}
#productDetail .actions a.active::after{
	content: "\e600";
	font-family: 'icomoon';
	position: absolute;
	right: -10px;
	top: -10px;
	width: 10px;
	height: 10px;
}
#productDetail h1{
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 600;
}
#productDetail .rating img{margin-right: 10px; width: 100px;}
#productDetail .rating span{color: #96AAB0; font-weight: 200;}
#productDetail .rating span b{color: #001a27; }

#productDetail ul.badges{
	list-style: none;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
}
#productDetail ul.badges li{
	background-color: #dbe0e3;	
	border: 1px solid #dbe0e3;
	border-radius: 3px;
	display: inline-block;
	height: 60px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px 80px 0 10px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	width: 170px;
}
#productDetail ul.badges li span{
	background-color: #FFF;
	color: #ef7c00;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	font-size: 20px;
	text-align: center;	
	line-height: 20px;
	padding: 5px 0;
}
#productDetail ul.badges li span i{font-size: 28px;line-height: 44px;}
#productDetail ul.badges li span b{font-size: 28px;line-height: 30px;}
#productDetail ul.badges li span.date{
	position: absolute;
	background-color: transparent;
	font-size: 10px;
	line-height: auto;
	width: 100%;
	bottom: -25px;
	top: auto;
	font-weight: lighter;
	color: #96AAB0;
}


#productDetail .description{margin-top: 30px;}
#productDetail .description a{font-weight: 600;}
#productDetail .description table{
	border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}
#productDetail .description table > thead > tr > th,
#productDetail .description table > tbody > tr > th,
#productDetail .description table > tfoot > tr > th,
#productDetail .description table > thead > tr > td,
#productDetail .description table > tbody > tr > td,
#productDetail .description table > tfoot > tr > td {
	background-color: #FFF !important;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
#productDetail .description table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
#productDetail .description table tr:hover td {
    background-color: #f5f5f5 !important;
}
#productDetail .description .youtube-embed-wrapper{
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	margin: 10px 0;
}
#productDetail .description .youtube-embed-wrapper iframe{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#productDetail .groups .row{
	margin-left: -2px;
	margin-right: -2px;
}
#productDetail .groups .row .col{
	padding-left: 2px;
	padding-right: 2px;
}
#productDetail .groups .wrapper {
    border: 1px solid #BFCACD;
    margin-bottom: 2px;
    padding: 1px;
}
#productDetail .groups .wrapper:hover,
#productDetail .groups .wrapper.active{
	border: 1px solid #D26210;
}

#productDetail #comments{margin-top: 50px;}
#productDetail #comments .commentsHeader{
	border-bottom: 1px solid #BFCACD;
	margin-bottom: 20px;
}
#productDetail #comments .commentsHeader h3{
	float: left;
	font-size: 28px;
	font-weight: 600;
}
#productDetail #comments ul{
	margin: 0;
	padding: 0;
}
#productDetail #comments ul li{
	display: block;
	margin-bottom: 20px;
}
#productDetail #comments ul li .commentHeader p{
	float: left;
	margin: 0;
}
#productDetail #comments ul li .commentHeader p span{
	color: #96AAB0;
}
#productDetail #comments ul li .commentHeader div{
	font-weight: 600;
}
#productDetail #comments ul li .commentHeader img{
	width: 75px;
	margin-right: 10px;
}
#productDetail #comments .btnLoadMore {
    background-color: transparent;
    border: medium none;
    color: #ef7c00;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;
}
#productDetail #comments .btnLoadMore::after {
    border-top: 1px solid #bfcacd;
    content: "";
    display: inline-block;
    height: 0.7em;
    margin-left: 10px;
    margin-right: -100%;
    vertical-align: bottom;
    width: 100%;
}
#productDetail #comments .btnLoadMore:hover{
	color: #ef7c00;
}
#productDetail #comments .btnLoadMore:hover::after{
	border-top: 1px solid #ef7c00;
}

#productDetail .table{
	margin-top: 40px;
}
#productDetail .table td, #productDetail .table th{
	border-bottom: 1px solid #BFCACD;
    border-top: 1px solid #BFCACD;
    padding: 10px 0;
    vertical-align: middle;
}
#productDetail .table th{border-top: none;}
#productDetail .attributes .table tr td:first-child, #productDetail .options .table tr td:first-child{font-weight: 600;}
#productDetail .table td.tutar{
	background-color: rgba(190, 201, 204, 0.3);
	text-align: right;
	padding-right: 5px;
}
#productDetail .table td.fiyat{
	background-color: rgba(210, 221, 224, 0.3);
	text-align: right;
	padding-right: 5px;
}
#productDetail .variants table thead tr{
	background-color: #DDD;
}

.btnComment{
	background-color: #263248;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 50px;
}

#frmVariants .input-group.spinner{
	max-width: 120px;
	z-index: 0;
}



#cartActions{
	background-color: #FFF;
}
#cartActions .wrapper{
	padding: 10px;
}
#cartActions .discount {
	border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 100px solid #42872b;
    color: #FFF;
    font-size: 16px;
    height: 0;
    margin: -10px auto 10px;
    position: relative;
    width: 0;
}
#cartActions .discount .arrow { 
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #fff;
    height: 0;
    left: -10px;
    position: absolute;
    top: -36px;
    width: 0;	
}
#cartActions .discount .wrapper {
    left: -60px;
    position: absolute;
    text-align: center;
    top: -105px;
    width: 120px;
}
#cartActions .discount .wrapper p{
	font-size: 28px;
	font-weight: 600;
	line-height: 24px;
}
#cartActions .discount .wrapper p span{
	font-size: 18px;
	font-weight: 400;
}

#cartActions .regularPrice{
	color: #bfcacd;
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    text-decoration: line-through;
    text-align: center;
}
#cartActions .regularPrice span{font-size: 18px;}
#cartActions .price{
    font-size: 34px;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
    text-align: center;
}
#cartActions .price span{font-size: 70%;}
#cartActions .regularPrice span.regular, #cartActions .price span.regular{
	font-weight: 400;
}
#cartActions .stockInfo{
	color: #BFCACD;
}
#cartActions .stockInfo b{
	color: #001a27;
}
#cartActions .shipmentInfo,
#cartSummary .shipmentInfo{
	/*background-color: #fafafa;
	background-image: url("../images/ico_kargo2.png");
	background-position: 7px center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	color: #666;
	padding: 10px 10px 10px 40px;
	font-size: 14px;*/
	background-color: #fafafa;
	color: #666;
	padding: 10px;	
	font-size: 13px;
}
#cartActions .shipmentInfo b,
#cartSummary .shipmentInfo b{color: #001a27;}

.addCart{
	background-color: #ef7c00;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    width: 100%;
    cursor: pointer;
}
.addCart i{margin-right: 4px;}
.addCart:hover{
	background-color: #D26210;
}

.btnInstallment{
	border: none;
	text-align: left;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	font-size: 12px;
}
.btnInstallment:hover{
	color: #ef7c00;
}

.vw_product_box{background-color: #FFF; margin-bottom: 20px;}
.vw_product_box>.wrapper{padding: 10px; position: relative;}

.vw_product_box .discount {
	border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 45px solid #42872b;
    color: #FFF;
    font-size: 16px;
    height: 0;
    margin: -10px auto 10px;
    position: absolute;
    width: 0;
    left: 10px;
    top: 10px;
}
.vw_product_box .discount .arrow { 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #fff;
	height: 0;
	left: -5px;
	position: absolute;
	top: -17px;
	width: 0;	
}
.vw_product_box .discount .wrapper {
    left: -60px;
    position: absolute;
    text-align: center;
    top: -55px;
    width: 120px;
    font-size: 11px;
}
.vw_product_box .discount .wrapper p{
	font-size: 16px;
	font-weight: 600;
	top: 12px;
	position: relative;
}
.vw_product_box .discount .wrapper p span{
	font-size: 8px;
	font-weight: 400;
}

.vw_product_box .discount_abs {
    background-color: #42872b;
    color: #FFF;
    text-align: center;
    position: absolute;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    left: 0;
    right: 0;
    font-size: 18px;
}
.vw_product_box .discount_abs b{
	font-size: 28px;
}
.vw_product_box:hover .discount_abs{
	display: none;
}

.vw_product_box .img{border-bottom: 1px solid #EEE; padding-bottom: 10px;}
.vw_product_box a.buy {
    background-color: #ef7c00;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}
.vw_product_box a.buy i{margin-right: 4px;}
.vw_product_box .detail a{
	height: 44px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	width: 100%;
}
.vw_product_box .prd_bx_price{}
.vw_product_box .prd_bx_price .ls_price{
	float: left;
	line-height: 30px;
	font-size: 12px;
	color: #BFCACD;
	text-decoration: line-through;
}
.vw_product_box .prd_bx_price .sl_price{
	float: right;
	font-size: 16px;
	font-weight: 700;
}
.vw_product_box .prd_bx_price .sl_price span{
	font-size: 14px;
}
.vw_product_box .prd_bx_varyant_prc{
	display: block;
	clear: both;
	width: 100%;
	font-size: 11px;
	color: #83A0AB;
	line-height: 18px;
	height: 18px;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


#cartIndex .cartDetails,
#cartAddress .addressDetails{
	background-color: #FFF;
	padding: 30px 20px;
}
#cartIndex .cartDetails .table thead tr{
	border-top: none;
	border-bottom: 3px solid #BFCACD;
}
#cartIndex .cartDetails .table thead tr th{
	border: none;
	font-size: 18px;
	text-align: center;
}
#cartIndex .cartQty{width: 140px;}
#cartIndex .cartDetails .table tbody tr td,
#cartAddress .addressDetails .table tbody tr td{
	border-top: none;
	border-bottom: 1px solid #BFCACD;
	font-size: 14px;
	vertical-align: middle;
}
#cartAddress .addressDetails .table tbody tr td label{margin: 0;}
#cartAddress .newAddress{text-align: center;}
#cartAddress .newAddress button{
	background-color: transparent;
	border: none;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}
#cartAddress .newAddress button i{
	color: #42872B;	
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
	border: 2px solid #42872B;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	line-height: 38px;
	margin: 0 auto 10px;
}
#cartAddress .newAddress button:hover{
	color: #42872B;
}
#cartIndex .cartDetails .table tbody tr td span.grey{
	color: #BFCACD;
	font-size: 16px;
	display: block;
}
#cartIndex .cartDetails .table tbody tr td.price{
	font-size: 16px;
	font-weight: 600;
	text-align: right;
	min-width: 150px;
}
#cartIndex .cartDetails .table tbody tr td.price span{
	font-size: 14px;
}
#cartIndex .cartDetails .table tbody tr td.price span.regular{
	font-weight: 400;
}
#cartIndex .cartDetails .table tbody tr td .removeFromCart{
	height: 30px;
	width: 30px;
	background-color: #001a27;
	color: #FFF;
	text-align: center;
	line-height: 34px;
	border: none;
	padding: 0;
	cursor: pointer;
	display: inline-block;
	border-radius: 2px;
}
#cartIndex .cartDetails .table tbody tr td .removeFromCart:hover{
	background-color: #ef7c00;
}
#cartAddress h2{
	border-bottom: 3px solid #BFCACD;
	font-size: 28px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#cartAddress .addressDetails .table tbody tr td button{
	background: none;
	border: none;
	color: #96AAB0;
	cursor: pointer;
	font-size: 14px;
}
#cartAddress .addressDetails .table tbody tr td button:hover{
	color: #ef7c00;
}
#cartPayment .paymentDetails .nav-tabs.nav-fill.nav-ub .nav-item{
	padding: 0;
}
#cartPayment .paymentDetails .nav-tabs.nav-fill.nav-ub .nav-item:first-child .nav-link{
	border-left: none;
}
#cartPayment .paymentDetails .nav-tabs.nav-fill.nav-ub .nav-link {
	background-color: #F5F5F5;
    border-bottom: none;
    border-top: none;
    border-left: 1px solid #fff;
    border-right: none;
    border-radius: 0;
    font-size: 24px;
    line-height: 50px;
    padding: 0;
    text-align: center;
}
#cartPayment .paymentDetails .nav-tabs.nav-fill.nav-ub .nav-link.active{
	background-color: #FFF;
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #001a27;
	border-radius: 0 0 10px 0;
}
#cartPayment .paymentDetails #paymentTabContent .tab-pane{
	background-color: #FFF;
	padding: 40px 20px 20px 20px;
}
#cartPayment .paymentDetails #paymentTabContent button.payment{
	background-color: #ef7c00;
	border: none;
	display: block;
	font-size: 18px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	width: 100%;
}
#cartPayment .paymentDetails #paymentTabContent #tabHvl .table td{
	border-top: 1px solid #BFCACD;
	border-bottom: 1px solid #BFCACD;
	font-size: 16px;
	vertical-align: middle;
	padding: 10px 0;
}
#cartPayment .paymentDetails #paymentTabContent #tabHvl .table td label{
	margin: 0;
}


#cartSummary{
	background-color: #FFF;
}
#cartSummary .wrapper{
	padding: 20px;
}
#cartSummary h2{
	border-bottom: 3px solid #BFCACD;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 20px;
	margin: 0;
}
#cartSummary #couponForm .form-control{
	border: 1px solid #42872B;
}
#cartSummary #couponForm .btn{
	border: 1px solid #42872B;
	background-color: #42872B;
	color: #FFF;
	padding: 0 20px;
}
#cartSummary table{
	margin-top: 20px;
	width: 100%;
}
#cartSummary table span.regular{
	font-weight: 400;
}
#cartSummary table.summary tr td,
#cartSummary table.summary tr th{
	font-size: 16px;
	padding: 5px 0;
}
#cartSummary table.summary tr.discount td{
	color: #42872B;
	padding-bottom: 20px;
}
#cartSummary table.summary tfoot tr{
	border-top: 1px solid #BFCACD;
}
#cartSummary table.summary tfoot th{
	padding-top: 20px;
}
#cartSummary table.address{
	width: 100%;
}
#cartSummary table.address td{
	padding: 5px 0;
}
#cartSummary table.address tr:first-child td{
	border-bottom: 1px solid #BFCACD;
}

#cartSummary a.checkout,
#cartSummary button.checkout{
	background-color: #ef7c00;
	border: none;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin: 20px 0;
	width: 100%;
	border-radius: 3px;
}
#cartSummary a.checkout i,
#cartSummary button.checkout i{margin-left: 10px;}
#cartSummary a.txtlink{
	color: #ef7c00;
	font-size: 14px;
}
#cartSummary a.contShopping{
	background-color: #BFCACD;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 50px;
	height: 50px;
	text-align: center;
}
#cartSummary a.contShopping i{margin-right: 10px;}

form#guestaddress{
	background-color: #FFF;
	margin-top: 20px;
	padding: 30px 20%;
}



.loginWrapper,
.registerWrapper{
	background-color: #FFF;
	margin-top: 30px;
	padding: 20px 50px;
}
.registerWrapper{background-color: #FAFAFA;}
.loginWrapper h3,
.registerWrapper h3{
	border-bottom: 3px solid #BFCACD;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.loginWrapper button,
.registerWrapper button,
.loginWrapper a.button,
.registerWrapper a.button{
	display: block;
	width: 100%;
	border: none;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #ef7c00;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
}
.loginWrapper a.guest{
	background-color: transparent;
	border: 1px solid #001a27;
	color: #001a27;
}
.loginWrapper a.facebook{
	background-color: transparent;
	border: 1px solid #4267B2;
	color: #4267B2;
}



footer #footermenu{
	background-color: #FFF;
	padding: 30px 0;
}
footer #footermenu h6{
	font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 20px;
}
footer #footermenu h6::after {
    border-top: 1px solid #001a27;
    content: "";
    display: inline-block;
    height: 0.5em;
    margin-left: 10px;
    margin-right: -100%;
    vertical-align: bottom;
    width: 100%;
}
footer #footermenu ul{padding: 0; margin: 0;}
footer #footermenu ul li{display: block;}
footer #footermenu ul li a{line-height: 30px;}

footer #cards{
	background-color: #F5F5F5;
	padding: 20px 0;
	text-align: center;
	font-size: 36px;
}
footer #cards i{
	padding: 0 10px;
}

footer #copyright{
	background-color: #FFF;
	padding: 30px 0;
}
footer #copyright h6{
	border-bottom: 1px solid #bfcacd;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}
footer #copyright p{
	margin: 0;
	text-align: center;
}
footer #copyright p img{display: block; margin: 0 auto;height: 20px;}

footer #developer {
	background-color: #001a27;
	padding: 10px 0;
}
footer #developer img{
	display: block;
    height: 12px;
    margin: 0 auto;
}


.formmodal .modal-body{padding: 50px;}
.formmodal .modal-body h3 {border-bottom: 1px solid #4f606e; font-weight: bold; margin: 0 0 20px; padding-bottom: 4px;}
.formmodal .tab-content > .tab-pane{padding: 30px 0 0 0;}
.form-horizontal .control-label {padding-top: 10px;}
.form-horizontal .form-group {margin-bottom: 5px;}
#passwordResetWraper{display: none;}
.btn-login, .register-btn, .resetPassword{background-color: #ef7c00; height: 40px; line-height: 40px; text-align: center; border: none; display: block; width: 100%; color: #FFF;}
.btn-fblogin, .showLogin{background-color: #FFF; height: 40px; line-height: 40px; text-align: center; border: 1px solid #3b5998; display: block; width: 100%; color: #3b5998; border-radius: 3px;}
.formmodal .form-check{margin: 0;}
.formmodal .checkbox, .formmodal .radio{margin: 0;}
.formmodal #showResetPassword{border: none; background-color: transparent; display: block; width: 100%; text-align: right; height: 20px; line-height: 20px;}
.formmodal label{margin: 0;}


/* ----------- FORMS ------------- */
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    padding-left: 28px;
}
.checker {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.checker,
.checker input,
.checker span,
.choice,
.choice input,
.choice span {
    width: 18px;
    height: 18px;
}
.checkbox .checker,
.checkbox-inline .checker,
.radio .choice,
.radio-inline .choice {
    position: absolute;
    top: 1px;
    left: 0;
}

.checker span {
    color: #455a64;
    border: 2px solid #607d8b;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 2px;
}
.checker span::after {
    content: "\E00B";
	font-family: 'ubicon';
	font-size: 10px;
	line-height: 1;
	position: absolute;
	top: 2px;
	left: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
}
.checker span.checked::after {
    opacity: 1;
}

.choice span {
    border: 2px solid #607d8b;
    display: -moz-inline-box;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    position: relative;
}
.choice span::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    border: 4px solid;
    border-color: inherit;
    width: 0;
    height: 0;
    border-radius: 100%;
    opacity: 0;
}
.choice span.checked::after {
    opacity: 1;
}

input.styled[type="checkbox"],
input.styled[type="radio"] {
    border: none;
    background: 0 0;
    display: -moz-inline-box;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    opacity: 0;
}




#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#toast-container > .toast-error {
	background-image: none !important;
    background-color: #D26210;
}
#toast-container > .toast-success {
	background-image: none !important;
    background-color: #42872B;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 32px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
}
.toast-message a, .toast-message label {
    color: #ffffff;
    margin-left: 20px;
}
.toast-close-button {
	background-color: #333;
    color: #ffffff;
    font-size: 13px;
    position: absolute;
    right: 25px;
    top: 30px;
}


.br-theme-css-stars .br-widget {
	height: 70px;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
}
.br-theme-css-stars .br-widget a {
	text-decoration: none;
	height: 66px;
	width: 20%;
	font-size: 53px;
	margin-right: 0;
	display: inline-block;
	text-align: center;
}
.br-theme-css-stars .br-widget a:after {
	content: "\2605";
	color: #96AAB0;
}
.br-theme-css-stars .br-widget a.br-active:after {
	color: #ef7c00;
}
.br-theme-css-stars .br-widget a.br-selected:after {
	color: #ef7c00;
}
.br-theme-css-stars .br-widget .br-current-rating {
	display: none;
}
.br-theme-css-stars .br-readonly a {
	cursor: default;
}
@media print {
	.br-theme-css-stars .br-widget a:after {
		content: "\2606";
		color: black;
	}
	.br-theme-css-stars .br-widget a.br-active:after,
	.br-theme-css-stars .br-widget a.br-selected:after {
		content: "\2605";
		color: black;
	}
}

.br-wrapper.br-theme-css-stars-ro{
	float: left;
	margin-right: 10px;
}
.br-theme-css-stars-ro .br-widget {
	height: 20px;
}
.br-theme-css-stars-ro .br-widget a {
	text-decoration: none;
	height: 20px;
	width: 20%;
	font-size: 14px;
	margin-right: 0;
	display: inline-block;
	text-align: center;
}
.br-theme-css-stars-ro .br-widget a:after {
	content: "\2605";
	color: #96AAB0;
}
.br-theme-css-stars-ro .br-widget a.br-active:after {
	color: #ef7c00;
}
.br-theme-css-stars-ro .br-widget a.br-selected:after {
	color: #ef7c00;
}
.br-theme-css-stars-ro .br-widget .br-current-rating {
	display: none;
}


#paymentResult{
	min-height: 500px;
}
#paymentResult h2{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
#paymentResult p{
	text-align: center;
}
#paymentResult p i{
	font-size: 160px;
}
#paymentResult.success h2, #paymentResult.success i{
	color: #AFAE1D;
}
#paymentResult.error h2, #paymentResult.error i{
	color: #FF504D;
}



#dashboard {padding: 30px 0;}
.dbmh{min-height: 800px;}
.dashboard-menu{padding: 0 20px; margin: 0; background-color: #FFF;}
.dashboard-menu li {display: block;}
.dashboard-menu > li {border-bottom: 1px solid #97aab0;}
.dashboard-menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    position: relative;
    text-align: left;
}
.dashboard-menu li.active a{color: #F8872E;}
.dashboard-menu a:focus, .dashboard-menu a:hover{
	text-decoration: none;
}
.dashboard-menu li.sub-menu>a::after {
    content: "\F009";
    font-family: "ubicon";
    font-size: 24px;
    position: absolute;
    right: 15px;
}
.dashboard-menu li.sub-menu.open>a::after {content: "\F008";}
.dashboard-menu li.sub-menu.open>a{color: #f8872e;}
.dashboard-menu > li > ul{display: none;}
.dashboard-menu > li.open > ul{display: block;}
.dashboard-menu > li > ul > li > a {height: 30px;line-height: 30px;padding-left: 80px;}
.dashboard-menu a i {
    float: left;
    font-size: 26px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}
#dashboard .account{
	padding-right: 20px;
}
#dashboard .account form{
	background-color: #FFF;
	padding: 10px;
	border-radius: 3px;
}
#dashboard h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px 0;
    border: none;
	padding: 0;
}
#dashboard hr{
	margin: 50px 0;
	border-top: 1px solid #ef7c00;
}
#dashboard .btn-orange{
	display: inline-block;
	margin: 0;
	border: none;
	background-color: #ef7c00;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
}

#dashboard .orderDetailWrapper{
	background-color: #FFF;
    border-left: 3px solid #ef7c00;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 5px;
}
#dashboard .orderDetailWrapper .orderRow{
	height: 80px;
	width: 100%;
}
#dashboard .orderDetailWrapper .d-flex{
	height: 100%;
	justify-content: center;
	align-items: center;
}
#dashboard .orderDetailWrapper .row .col{
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	width: auto;
}
#dashboard .orderDetailWrapper .row .col span{color:#97aab0;}
#dashboard .orderDetailWrapper .row .col.status{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
#dashboard .btnKargo{
	background-color: #97aab0;
	border-radius: 3px;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
}
#dashboard .btnDetay{
	background-color: #f27c00;
	border-radius: 3px;
	border: none;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
}
#dashboard .orderDetailWrapper .detailRow{
	padding: 20px 0;
}
#dashboard .orderDetailWrapper table{
	border-collapse: collapse;
	width: 100%;
}
#dashboard .orderDetailWrapper table tr{
	border-top: 1px solid #e4e8eb;;
	border-bottom: 1px solid #e4e8eb;
}
#dashboard .orderDetailWrapper table tr td{
	width: auto;
}



#pageBrands{padding: 0 10px;}
#pageBrands #listPagination{margin-top: 20px;}
#pageBrandDetail .brandImage{background-color: #FFF; margin-bottom: 20px; padding: 20px;}
#pageBrandDetail .brandContent{background-color: #FFF; padding: 10px;}
#pageBrandDetail .brandContent a{text-decoration: underline;}
#pageBrandDetail h1 {
    font-size: 24px;
    font-weight: 400;
    height: 38px;
    line-height: 24px;
    margin: 10px 0 20px;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 40px;
    position: relative;
}
#pageBrandDetail h1::before {
    border-bottom: 5px solid #ef7c00;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 1;
}
#pageBrandDetail h1::after {
    border-bottom: 5px solid #BFCACD;
    content: " ";
    position: absolute;
    top: 35px;
    width: 100%;
    z-index: 2;
}
.brand-card {padding: 0 20px;}
.brand-card .card-body{padding: 0;}
.brand-card .card-body h2{text-align: center;font-size: 16px;margin-bottom: 20px;}



#gmap{
	height: 500px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.gmap-wrapper{
	position: relative;
}
.gmap_icons {
    position: absolute;
    right: 0;
    top: -340px;
}
.gmap_icons a {
    background-color:#262526;
    color:#fff;
    font-size: 12px;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius:50%;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    
}
.gmap_icons a:hover{
	background-color:#ec1d24;
	color: #fff;
}
.gmap_icons a i {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-right: 20px;
    text-align: center;
}
#contact-form{
	background-color: #fff;
    margin-bottom: -20px;
    padding: 40px 0;
}
#contact-form form button {
    background-color: #001a27;
    border: medium none;
    color: #ffffff;
    display: block;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 42px;
    width: 100%;
}




#mobileSearch{
	display: block;
	width: 100%;	
	padding-top: 10px;
	float: none;
	clear: both;
}
#mobileSearch .btn-group{width: 100%;}
#mobileSearch button {
    background-color: #ef7c00;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 50%;
}
#mobileSearch .dropdown-menu li.active a{background-color: #ef7c00; color: #FFF;}


#installmentModal .modal-dialog{max-width: 70%}
#taksitOranlari table tr td{font-size: 12px;line-height: 14px;vertical-align: middle;padding: 10px 5px;}

#taksitOranlari.collapse,
#taksitOranlari.collapsing{
	border: 1px solid #ddd;
	padding: 10px 10px 0 10px;
	background-color: #f8f8f8;
}
#taksitOranlari.collapse.show{
	margin-bottom: 20px;
}


#admin_box {
    background-color: rgba(248, 134, 48, 0.35);
	border: 1px solid #4f606e;	
	padding: 5px 10px;
	width: 100%;
	z-index: 99999;
}
#admin_box p{
	margin: 0;
}

/* Google Giriş Butonu Stilleri */
.google-login-button {
  display: inline-flex;   
  align-items: center;    
  justify-content: center; 
  gap: 8px;                
}

.google-login-button i.fab.fa-google {
}

.google-login-button span {
}

/* === MOBİL İÇİN BUTON DÜZENLEMESİ === */
@media (max-width: 767px) {

    #loginModal .tab-pane .row > .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    /* Son butondan sonraki alt boşluğu kaldır */
    #loginModal .tab-pane .row > .col-6:last-child {
        margin-bottom: 0;
    }

    /* Google ve normal giriş butonlarını tam genişlik yap ve içeriği ortala */
    #loginModal .google-login-button,
    #loginModal .btn-login {
         width: 100%;
         justify-content: center;
    }

    /* İkonun kesinlikle görünmesini sağla (genellikle gerekmez ama emin olmak için) */
    .google-login-button svg,
    .google-login-button img {
         flex-shrink: 0;
    }
}

.ubicon{
	background-repeat: no-repeat;
	background-size: cover;
}
.ubicon.ubi-cart{background-image: url("../images/icons/cart.svg");}
.ubicon.ubi-user{background-image: url("../images/icons/user.svg");}