@charset "utf-8";
/******************************/
/*       ## [İmport] ##      */
/******************************/
@import url('responsive.css');
@import url('loading.css');
@import url('font.css');

/* ## Kurumsal Renkler ## 
      Blue: 
            HexaDecimal: #0f70b7
            Rgb: rgb('15, 112, 83');
      Green: 
            HexaDecimal: #94c11f; 
            Rgb: rgb('148, 193, 31'); */
			
/******************************/
/*      ## [Html Tags] ##    */
/******************************/
* {
	margin: 0;
	padding: 0;
	transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}
body {
	font-family: Arial, Tahoma, Sans-Serif ;
	background-color: #f1f1f1 !important;
	background-image: url('../img/bg.png'); 
    padding-top: 125px;
	font-size: 12px;
}
li {
	list-style-position: inside;
	margin-left: 10px;
}

/******************************/
/*        ## [Colors] ##     */
/******************************/
.blue {
	background-color: #0f70b7 !important;
}
.green {
	background-color: #94c11f !important;
}
.red {
    color: #c00;
}
.white {
	color: #fff !important;
}

/******************************/
/*     ## [Form Object] ##   */
/******************************/
input, button, textarea {
	outline: 0 !important;
}
hr {
	border-color: #e6e6e6 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed';
    font-weight: 400;
}

/******************************/
/*     ## [Small Code] ##    */
/******************************/
.text-middle, .text-middle td  {
	vertical-align: middle !important;
}
.height-equal {
	height: 38px !important;
}
.btn-radius {
	border-radius: 3px !important;
}
#for-got-password {
	cursor: pointer;
	text-align: left;
}
#remember-me {
    cursor: pointer;
}
#sign-up {
	float: left !important;
    cursor: pointer;
}
.sdb-content .text, .pp-content, .nav-menu ul li a, .prdct-cart, .book-disc, .prdct-heading, .lstbk-li {
	user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

/******************************/
/*     ## [Space Class] ##    */
/******************************/
.space-zero {
	margin: 0px !important;
	padding: 0px !important;
}
.left-zero {
	padding-left: 0px !important;
}
.space {
	width: 100%;
	height: 150px;
}
.space-norm {
	width: 100%;
	height: 50px;
}
.left-5 {
	margin-left: 5px;
}

/******************************/
/*     ## [Font] ##    */
/******************************/
.roboto, .article-area h2 {
    font-family: 'Roboto Condensed';
    font-weight: 400;
}
.roboto-bold {
	font-family: 'Roboto Condensed';
	font-weight: 600;
}
.italic {
	font-style: italic;
}

/******************************/
/*       ## [Header] ##      */
/******************************/
.header_fix {
	position: fixed;
	z-index: 1005;
    width: 100%;
	top: 0;
}
.header {
	background-color: #fafafa;
	margin: 0px !important;
	padding: 0px 0px 30px 0px;
}

/******************************/
/*       ## [Logo] ##        */
/******************************/
.left {
	float: left;
}

/******************************/
/*      ## [Search] ##       */
/******************************/
.center {
	height: 45px;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
.search-box {
	float: left;
    width: 70%;
	height: 37px;
	margin: 0px;
	padding: 10px;
	background-color: #fff;
	border: 0;
	border-radius: 5px 0px 0px 5px;
	border: solid 1px #dfdfdf;
    border-right:0;
}
.search-send {
	float: left;
    width: 20%;
	height: 37px;
	margin: 0px;
	padding: 10px;
	background: url('../img/search.png') no-repeat center center;
	background-color: #0f70b7;
	border-radius: 0px 5px 5px 0px;
	border: solid 1px #0f70b7;
	border-bottom: solid 3px #295488;
}
.search-send:hover {
	background-color: #94c11f;
	border-color: #94d11f;
	border-bottom: solid 3px #74aa00;
}

.slogan {color: white;font-size:16px; font-family: 'Roboto Condensed';margin-top: 13px;margin-left:15px;}

/******************************/
/*     ## [Right Tools] ##   */
/******************************/
.tools-area {
    margin-top: 10px;
    font-family: 'Roboto Condensed';
}
.tools-area > .btn, .tools-area > .btn-group > .btn {
    font-size: 15px !important;
}

/******************************/
/*        ## [Menu] ##       */
/******************************/
.menu {
	background-color: #323a45 !important;
	border-radius: 5px !important;
	margin-top: -25px !important;
	margin-bottom: 0px !important;
	border: 0 !important;
	border-radius: 0px !important;
	box-shadow: 0px 1px 3px #666;
}
.home-li a {
    font-size: 19px !important;
	color: #45d8bb;
}
.navbar a.navbar-toggle {
	color: #ffffff;
}
.nav-menu ul {
	margin: 0px !important;
	padding: 0px !important;
	position: relative !important;
}
.nav-menu ul li {
    height: 50px;
    background-color: #323a45;
	padding: 0px !important;
}
.nav-menu ul li:hover {
    border-bottom: solid 3px #94c11f;
    background-color: #474e58;
}
.nav-menu ul li a {
	font-family: 'Roboto Condensed';
    font-weight: 400;
	font-size: 15px;
}/*
.nav-menu ul li a > :first-child {
	color: #94c11f !important;
}*/
.nav-menu ul li a:hover {
	color: #94c11f !important;;
}
.menu-active {
	border-bottom: solid 3px #94c11f;
	background-color: #474e58 !important;
}
.menu-active > a { color: #94c11f !important; }
.rps-search-area {
	margin: 0px 0px 20px 0px;
}
.rps-search-box {
	float: left;
    width: 80%;
	height: 45px;
	margin: 0px;
	padding: 10px;
	background-color: #fff;
	border: 0;
	border-radius: 5px 0px 0px 5px;
	border: solid 1px #dfdfdf;
    border-right:0;
}
.rps-search-send {
	float: left;
    width: 20%;
	height: 45px;
	margin: 0px;
	padding: 10px;
	background: url('../img/search.png') no-repeat center center;
	background-color: #45d8bb;
	border-radius: 0px 5px 5px 0px;
	border: solid 1px #45d8bb;;
	border-bottom: solid 3px #3bb89f;
}
.rps-search-send:hover {
	background-color: #474e58;
	border-color: #323a45;
}

/******************************/
/*     ## [box-shadow] ##    */
/******************************/

.shadow, .article-area {
	box-shadow: 0px 0px 3px #aaa;
}
/******************************/
/*     ## [box-heading] ##    */
/******************************/
.box {
	width: 100%;
	height: auto;
	color: #555;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px; 
	box-shadow: 0px 0px 3px #aaa;
	border-radius: 5px;
}
.box-heading {
	font-size: 18px;
    display: inline-block;
    width: 100%;
    padding: 0;
	border-radius: 5px 5px 0px 0px;
	cursor: pointer;
	user-select: none !important;
	-o-user-select: none !important;
	-ms-user-select: none !important;
	-moz-user-select: none !important;
	-webkit-user-select: none !important;
}
.box-li {
	width: 100%;
	height: auto;
	float: left;
	padding: 3px;
	border-bottom: solid 1px #ddd;
    cursor: pointer;
	position: relative;
	overflow: hidden !important;
	font-family: 'Roboto Condensed';
	font-size: 13px;
}
.box-li:hover {
    background-color: #fafafa;
}
.box-li:before {
	content: '';
	position: absolute;
	top: 0%;
	right: 0%;
	border-style: solid;
	border-width: 0 40px 35px 0;
	border-color: transparent #94c11f transparent transparent; 
}
.box-disc {
	position: absolute;
    top: -1%;
	right: 0.4%;
    color: #fff;
    font-family: 'Roboto Condensed';
}
.box-img {
    padding: 3px;
    float: left;
}
.box-heading > i {
   color :#fff;
   margin: 5px 10px 5px 10px;
}
.box-heading > h2 {
	font-family: 'Roboto Condensed';
    display: inline-block;
    padding: 10px 10px 10px 20px;
    margin: 0px 0px -3px 0px;
    font-size: 18px;
    color: #fff;
}
.sdb-heading  {
    background-color: #94c11f;
	border: solid 1px #94c11f;
    border-bottom: 4px solid #74aa00;
}
.campaign-heading  {
    background-color: #90C695;
	border: solid 1px #90C695;
	border-bottom: 4px solid #80b084;
}
.prdct-heading {
    background-color: #1285d9;
	border: solid 1px #117fd0;
	border-bottom: 4px solid #0f70b7;
}
.advice-heading {
    background-color: #AEA8D3;
	border: solid 1px #AEA8D3;
	border-bottom: 4px solid #9892b8;
}
.latest-heading {
    background-color: #ea6153;
	border: solid 1px #ea6153;
	border-bottom: 4px solid #c0392b;
}
.offer-heading {
    background-color: #67809F;
	border: solid 1px #67809F;
	border-bottom: 4px solid #596e89;
}
.featured-heading {
    background-color: #67809F;
	border: solid 1px #67809F;
	border-bottom: 4px solid #596e89;
}
.sdb-heading > h2 {
    border-left: 1px solid #74aa00;
}
.campaign-heading > h2 {
    border-left: 1px solid #80b084;
}
.prdct-heading > h2 {
    border-left: 1px solid #0f70b7;
}
.advice-heading > h2 {
    border-left: 1px solid #9892b8;
}
.latest-heading > h2 {
    border-left: 1px solid #80b084;
}
.offer-heading > h2 {
    border-left: 1px solid #596e89;
}
.featured-heading > h2 {
    border-left: 1px solid #596e89;
}
.heading-plus {
	color: #fff;
    float: right;
    margin: 7px 7px 0px 0px;
	font-size: 20px;
    transform: rotate(0deg);
	transition: all 0.5s ease-in-out
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.sdb-content_area {
	border: solid 1px #ddd;
	border-radius: 0px 0px 5px 5px;
    float: left;
	width: 100%;
    font-family: Roboto Condensed !important;
	font-weight: 400;
    font-size: 14px !important;
	border: solid 1px #ccc;
	box-shadow: 0px 0px 2px #bbb;
}

/******************************/
/*      ## [Sidebar] ##      */
/******************************/
.sidebar {
	margin-bottom: 15px;
    border-radius: 3px;
}
.sdb-content-li_area {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.sdb-content-li {
    float: left;
    width: 100%;
	border-bottom: solid 1px #ddd;
    background-color: #fff;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}
.sub_menu {
	width: 100%;
	float: left;
    margin: 0px;
    padding: 0px;
	background-color: #555;
	box-shadow: 0px 0px 50px #333 inset;
}
.sub_menu .text {
    padding: 10px 10px 10px 60px;
	width: 100%;
	border-bottom: solid 1px #444;
	cursor: pointer;
}
.sub_menu .text  a{
	color: #ddd;
	text-decoration: none;
}
.sub_menu .text:hover {
    padding: 10px 10px 10px 70px;
	width: 100%;
	border-bottom: solid 1px #444;
	color: #94c11f;
	border-left: solid 3px #94c11f;
}
.sdb-content-li:hover {
	color: #0f70b7 !important;
	padding-left: 10px;
    background-color: #f9f9f9;
    border-left: 3px solid #94c11f;
}
.sdb-content-li .text{
	color: #777;
    font-size: 15px !important;
    text-align: left;
    margin: 8px 10px 8px 30px;
}
.sdb-content-li .text  a, .sdb-content-li a {
	color: #777;
	text-decoration: none;
}
.sdb-content-li:hover .text a, .sdb-content-li:hover .text {
	color: #94c11f !important;
}
.sdb-content-li:hover .pp-up {
	display: block;
}
.menu-plus_pc, .menu-plus_mbl, .menu-plus_click {
	color: #888;
    float: right;
	font-size: 13px;
    transform: rotate(0deg);
	transition: all 0.5s ease-in-out
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.pp-up {
    width: 300px;
    height: auto;
	border: solid 1px #ddd;
	border-radius: 3px;
	position: absolute;
	margin: -40px 0px 0px 0px;
	padding: 10px;
	background-color: #fff;
    left: 99%;
    z-index: 1004;
	display: none;
}
.pp-up:after {
    content: '';
    top: 5%;
    left: -3.6%;
    position: absolute;
    border-style: solid;
    border-width: 12px 15px 12px 0px;
    border-color: transparent #fff transparent transparent;
}
.pp-up:before {
    content: '';
    top: 0%;
    left: -4.8%;
    position: absolute;
    border-style: solid;
    border-width: 20px 15px 148px 0px;
    border-color: transparent;
}
.pp-up:hover {
	display: block;
}
.pp-content {
    color: #0f70b7;
    float: left;
    width: 100%;
	border: solid 1px #efefef;
    border-bottom: 0;
    background-color: #f9f9f9;
    cursor: pointer;
    margin: 0px;
    padding: 8px 10px 8px 20px;
    border-left: solid 3px #0f70b7;
}
.pp-content:hover {
    color: #94c11f;
    border-left-color: #94c11f;
    background-color: #fff;
    padding: 8px 10px 8px 30px;
}
.campaign .thumbnail, .advice .thumbnail, .latest .thumbnail, .featured .thumbnail, .offer .thumbnail {
	margin-bottom: 5px !important;
}
.campaign .prdct-content, .advice .prdct-content, .latest .prdct-content, .featured .prdct-content, .offer .prdct-content {
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
	overflow: hidden;
}
.prdct-content {
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
	border: solid 1px #ccc;
	border-top: 0;
	box-shadow: 0px 0px 1px #eee;
}

/******************************/
/*    ## [Content] ##  */
/******************************/
.content-slide {
	overflow: hidden !important;
}
.article-area {
    padding: 20px;
    background-color: #FFF;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    border-bottom: solid 3px #ddd !important;
    box-shadow: 0px 0px 1px #999;
}
.article-area h2 {
	margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    color: #444;
    border-bottom: solid 1px #ddd;
	font-size: 20px;
}

/******************************/
/*      ## [Product] ##      */
/******************************/
.book-name, .lstbk-name {
	font-weight: 600;
}
.book-auth, .lstbk-auth {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.book-auth a, .lstbk-auth a {
    color: #666;
	width: 100%;
}
.book-price, .lstbk-price {
	font-size: 14px;
	font-weight: 700;
    color: #333;
}
.book-info{
	padding: 15px;
	height: 300px;
	overflow: hidden;
	border: 1px solid #ddd;
	position: relative;
}
.del-price {
	color: #888 !important;
}
.prdct-cart {
    background-color: #DADFE1;
	color: #333;
	cursor: pointer;
	width: 100%;
	padding: 7px 0px 7px 0px;
	border-radius: 0px 0px 4px 4px;
	border: 0;
	font-weight: 700;
}
.prdct-cart-style{

	margin-top: 10px;
}
.prdct-cart:hover {
	color: #777;
}
.footer-slide {
    background-color: #fff	!important;
	box-shadow: 0px -1px 1px #ccc;
}
.bottom-slide {
    padding: 10px 0px;
    border-bottom: solid 1px #ddd;
    cursor: pointer;
}
.bottom-slide .li {
    margin: 1px;
	float: left;
}
/******************************/
/*       ## [Footer] ##       */
/******************************/
.footer {
	padding: 0px !important;
    color: #eee;
}
.footer-top {
    width: 100%;
    min-height: 250px;
	max-height: auto;
	background: url('../img/footer-bg.png') no-repeat top center #323a45;
    padding: 50px 0px 40px;
}
.footer-info {
}
.footer-heading {
    font-family: 'Roboto Condensed';
    font-size: 15px;
    padding: 10px 10px 10px 0px;
    border-bottom: solid 3px ;
    width: 80px;
}
.f1, .f3, .f5{
	border-color: #0f70b7;
}
.f2, .f4 {
    border-color: #94c11f;
}
.footer-content {
    font-family: 'Open Sans';
    padding: 10px 10px 10px 0px;
    font-size: 12px;
}
.footer-content ul {
    list-style-type: none;
    font-family: 'Open Sans';
}
.footer-content ul li {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    border-left: solid 0px transparent; 
}
.footer-content ul li:hover {
    padding-left: 10px;
    border-left: solid 4px #45d8bb; 
}
.footer-content ul li a {
    font-size: 12px;
    color: #fff !important;
}
.footer-content ul li a:hover {
    text-decoration: none;
}
.address {
	font-family: 'Titillium Web';
	font-size: 13px;
    text-shadow: 0px 0px 30px #888, 0px 0px 2px #09c;
    -o-text-shadow: 0px 0px 10px #888, 0px 0px 2px #09c;
    -ms-text-shadow: 0px 0px 10px #888, 0px 0px 2px #09c;
    -moz-text-shadow: 0px 0px 10px #888, 0px 0px 2px #09c;
    -webkit-text-shadow: 0px 0px 10px #888, 0px 0px 2px #09c;
}
.footer-bottom {
    width: 100%;
    height: 50px;
    background-color: #2b313b; 
}
.footer address {
    font-family: 'Open Sans';
    margin: 15px 0px 0px 0px;
}
.top{
	cursor: pointer;
}

/******************************/
/*      ## [Cart.php] ##      */
/******************************/
.cart-exp {
	padding: 0px 0px 0px 30px;
}

.order_step {
	background-color: #5bc0de;
	-moz-border-radius: 5px;
	overflow: hidden;
	margin-bottom: 25px;
	margin-top: 10px;
}
.order_step span {
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	float: left;
	background-color: #5bc0de;
	text-align: center;
	padding-right: 23px;
	padding-left: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.order_step span.selected {
	color: #333;
	background-color: #f5f5f5;
	background-image: url(kutular/step_selected.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
}
.content-padding{
	padding: 10px 5px 5px 5px !important;
}
.kampanya .thumbnail{
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #ddddff;
}
.box-auth a {
	color: #333;
}



/* [Social] */
/*
    Fb = #3b5998;
    Tw = #00a0d1;
	İn = #3f729b;
*/
ul.social li, ul.social li:hover {
	background-color: #5c6269;
}
/*ul.social li:hover { opacity: 1;}*/
ul.social li.fb { background-color: #384F7F}
ul.social li.tw { background-color: #0F80A7;}
ul.social li.in { background-color: #3B6081;}
ul.social li:hover  { border: 0; border-top: solid 3px #fff;}
ul.social li:hover span { color: #fff;}

ul.social li{
	margin-left:0;
}

/**/
.container > .row > .row { overflow: hidden; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0 !important;
	border-width: 0 !important;
	margin-left: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {

	border-width: 0 !important;
	background: none !important;
}

table.dataTable thead th,
table.dataTable thead td {

	border-bottom: 1px solid #DDDDDD !important;
}

table.dataTable.no-footer {

	border-bottom: 1px solid #DDDDDD !important;
}
