/*--------------------------------------------------------------

  Template Name: Subash Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: codecarnival
  Version: 1.0
  Design and Developed by: codecarnival

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

.offer-label, .offer-discount{
	border-radius: 50px;
    margin: 10px 5px 0 0;
    float: right;
    background-color: orange;
    padding: 8px;
    color: #000;
    font-weight: bold;
}

.UrunKategorileriFiltrele a.selected{
	color:#f00 !important;
}

.UrunOzellikleri ul.size li.active a, ul.size li a:hover {
    background-color: #232f3e;
    color: #fff !important;
    border: 1px solid #232f3e;
}
.UrunOzellikleri ul.size li {
	float:left;
}
.UrunOzellikleri ul.size li a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 10px;
    border-radius: 45px;
    transition: all .3s;
}

.error {
  border: 1px solid #ff1744 !important;
}

.UyeMenusu li {
  padding: 7px 15px;
  border: 1px solid #fff;
}
.UyeMenusu li i {
  float: right;
}
.UyeMenusu li:hover {
  background-color: #f5f5f5;
}
.UyeMenusu .active {
  border: 1px solid #f5f5f5;
  background-color: #fbfbfb;
  font-weight: bold;
}
.UyeMenusu .active a {
  color:#f00 !important;
}


.kredikarti input{ height: 24px; }

.uyeModal .main-image.images img{
	width: 100%;
    height: 480px;
    background: #a4d1f0 url(../images/uyegirisi.png) center no-repeat;
    background-size: contain;
}

.uyeModal .main-image.images.sifrehatirlat img{
    height: 400px;
    background: #fcf8e3 url(../images/sifrehatirlat.png) center no-repeat;
	background-size: contain;
}

.uyeModal .main-image.images.uyekayit img{
    height: 570px;
    background: #dff0d8 url(../images/uyekayit.png) center no-repeat;
	background-size: contain;
}
@media (max-width: 767px) {
	.uyeModal .main-image.images img,
	.uyeModal .main-image.images.uyekayit img,
	.uyeModal .main-image.images.sifrehatirlat img
	{
		height: 200px;
	}
}

[data-notify="container"][class*="alert-pastel-"] {
	background-color: rgb(255, 255, 238);
	border-width: 0px;
	border-left: 15px solid rgb(255, 240, 106);
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	font-family: 'Old Standard TT', serif;
	letter-spacing: 1px;
}
[data-notify="container"].alert-pastel-info {
	border-left-color: rgb(255, 179, 40);
}
[data-notify="container"].alert-pastel-danger {
	border-left-color: rgb(255, 103, 76);
}
[data-notify="container"].alert-pastel-success {
	border-left-color: rgb(17, 184, 0);
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
	color: rgb(80, 80, 57);
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
	font-weight: 400;
}

.table>thead>tr>th { color: #555; }
.table>tbody>tr>td { color: #777; }
.t-left{ text-align: left; }
.t-right{ text-align: right; }
.t-center{ text-align: center; }