﻿@charset "utf-8";
body {
     font-family: 'Poppins', sans-serif;
}
a:hover {
  color: #19c880;
}
tr input {
    margin-right: 5px;
}
tr label {
    margin-right: 15px;
}
 .clearFix:after {
     clear: both;
}
 .clearFix:before, .clearFix:after {
     content: "";
     display: table;
}
li {
	list-style:none;
}
span a {
    display: inline-block;
}
.none {
    display: none;
}
.btn:focus, :focus {
  outline: none !important;
}
.module {
    min-height: 60px;
    position: relative;
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}
 .lazy {
    display: block;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    min-height: 100%;
    width: auto;
	}
/** STATIC TYPE **/
.static-type b {
    font-size: 1rem;
    font-weight: 600;
}
.static-type h5 {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
/** STATIC TYPE END **/
#htmlmodule .moduleContent p {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 13px;
}
#htmlmodule .moduleContent {
    padding: 15px;
    border: 1px solid #efeded;
    border-top: 0;
}
.title-type-1 {
	margin-bottom: 25px;
	border-radius: 6px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 13px;
	line-height: 45px;
}
.title-type-1 i {
    width: 45px;
    background: #f6f6f6;
    text-align: center;
    margin-right: 15px;
    line-height: 45px;
    color: #2e2c2c;
}
.title-type-2 {
    border: 1px solid #e7e7e79e;
    font-size: 13px;
    padding: 0px 15px;
    /* background: rgba(252,252,252,1); */
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(243,243,243,1)));
    /* background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%); */
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%);
    /* background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(243,243,243,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f3f3f3', GradientType=0 );
    margin-bottom: 0;
    background: #f6f6f66e;
}
.title-type-2 span {
	line-height: 45px;
    font-size: 14px;
}
.title-type-3 {
	margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    background: #fdfdfd;
    padding: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom: 1px solid #ebebeb;
}
.title-type-3 i {
    height: 42px;
    line-height: 42px;
    width: 62px;
    text-align: center;
    background: #f9f9f9;
    border-top-left-radius: 6px;
    position: relative;
    top: -1px;
    left: -1px;
    margin-right: 10px;
    border: 1px solid #ebebeb;
    border-bottom: 0;
}
.title-type-4 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    background: #fdfdfd;
    padding: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #ebebeb;
    line-height: 42px;
    border-radius: 6px;
}
.title-type-4 i {
    display: inline-block;
    background: #f9f9f9;
    line-height: 42px;
    width: 60px;
    text-align: center;
    margin-right: 15px;
    border-right: 1px solid #f1f1f1;
}
.failed {
    position: absolute;
    bottom: 12px;
    right: 24px;
    color: #d84444;
}
a.edit-button {
	display: none;
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 999;
    background: #ffffff;
    padding: 10px 20px;
    color: #3c3939;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}
.module:hover a.edit-button {
    display: block;
}
.header-middle-left a {
    line-height: 25px;
    display: inline-block;
}
.header-middle-left a i {
    color: #da4d4c;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 22px;
    float: left;
}
.header-bottom {
}

.topbar {
    background: #f6f6f6;
    font-size: 14px;
    font-family: 'rubik';
    padding: 0;
    border-bottom: 1px solid #ededed;
}
.topbar i {
    margin-right: 4px;
    color: #6d6d6d;
    text-shadow: 1px 1px white;
}
.topbar a {
    color: #3d3d3d;
}
.topbar-menu li {
    margin: 0;
    padding: 12px 0px;
}
.topbar-menu li > a {
    padding: 0px 15px !important;
    font-family: 'poppins';
}
.language img {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}
.currency span {
    text-align: center;
    float: left;
    border-radius: 50%;
    padding-right: 5px;
}
.currency ul li a, .language ul li a {
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #f1efef;
}
.currency ul li, .language ul li:last-child a  {
	border-bottom:0;
}
.currency ul, .language ul {
    max-width: 200px;
    width: 150px;
    min-width: auto;
    padding: 0;
    background: white;
    margin-top: 0;
}
.language ul li a img {
    margin-right: 5px;
}
.language .btn, .currency .btn {
	background: none;
	font-size: 13px;
	color: #514f4f;
	padding: 11px 0px;
}
.twitter-typeahead {
    display: block !important;
}
.logo img {
    max-width: 154%;
    width: auto;
    margin-top: -13px;
}
a.logo h2 span {
    color: #6eaee7;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -1.8px;
}
a.logo h2 {
    letter-spacing: -1px;
    font-weight: 400;
    color: #302f2f;
    font-size: 39px;
    margin: 0;
    line-height: 32px;
}
a.logo p {
    margin: 0;
    padding: 0;
    font-size: 0.86rem;
}
.logo:hover {
    color: inherit !important;
}
.account-status {
}
.favorite-list {
    padding: 15px 0px;
}
.my-cart {
	position:relative;
}
.my-cart > .btn {
    background: none;
    border: none;
    color: black;
    padding: 0;
}
.my-cart > .btn:hover {
    background: none;
	color:black;
}
.my-cart #cart-count {
	position: absolute;
	left: 12px;
	background: #000000;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	color: white;
	font-size: 11px;
	line-height: 22px;
	font-weight: 500;
	font-family: 'rubik';
	top: -6px;
}
.my-cart-info span {
    display: block;
	text-align:left;
}
span.my-cart-title {
    font-size: 14px;
    color: gray;
}
.my-cart-item {
    margin-right: 5px;
    position: relative;
    font-size: 22px;
}
.my-cart-item > i {
    /* font-weight: 600; */
    font-size: 22px;
    color: #1f1f1f;
}
.my-cart .dropdown-toggle::after {
    display: none;
}
.search-open-button {
    color: #232323;
    font-size: 21px;
    cursor: pointer;
    margin-right: 20px;
}
.search-open-button:hover {
    color: #19c880;
}
.dropdown-menu:before {
	width: 15px;
	height: 15px;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-webkit-radius: 2px;
	zoom: 1;
	position: absolute;
	top: -9px;
	left: 25px;
	border-top: 1px solid whitesmoke;
	border-left: 1px solid whitesmoke;
	background: #ffffff;
	content: "";
}
.cart-button-group {
	padding: 0;
    width: 100%;
    float: left;
    font-size: 12px;
}
.cart-button-group a {
    font-size: 13px;
}
.total-price {
    font-weight: 600;
    font-family: 'rubik';
    color: #6eaee7;
    font-size: 20px;
    max-width: 115px;
}
.cart-title {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    font-weight: 400;
}
.cart-product-image {
	background: white;
    width: 25%;
    float: left;
}
.cart-product-image img {
    max-width: 100%;
}
.cart-product-title {
width: 75%;
    float: left;
    padding: 0px 10px;
    font-size: 13px;
}
.cart-product-name {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.my-cart .dropdown-menu {
    max-width: 320px;
    right: 0;
    left: inherit !important;
    padding: 10px 15px;
    top: 20px !important;
    transform: translate3d(0px, 40px, 0px) !important;
    border: 1px solid whitesmoke;
}
.my-cart .dropdown-menu:before {
    right: 35px !important;
    left: inherit;
}
.cart-product-price {
    width: 100%;
    float: left;
}
.cart-total-products > ul {
    padding: 0;
    margin: 0;
}
.cart-total-products > ul > .cart-product {

	display: block;
    width: 100%;
    float: left;
    padding: 12px 0px;
    border-bottom: 1px solid #e3e1e1;
    position: relative;
}
.cart-total-products > ul > .cart-product > a {
    display: block;
    float: left;
    width: 100%;
}
.cart-total-products > ul > .cart-product img {
    border: 1px solid #e1dede;
}
.cart-total-products .remove {
position: absolute;
    right: -15px;
    float: right !important;
    left: inherit;
    width: 35px !important;
    top: 35px;
}
.total-cart-price {
    float: left;
    width: 100%;
    padding: 10px 0px;
    font-size: 15px;
}
.total-cart-price span {
    font-weight: 500;
}
.header-middle-search {
    position: absolute;
    top: 10%;
    z-index: 999;
    width: 66%;
    min-width: 285px;
    /* display: none; */
}
.header-middle-search input {
	color: #ffffff;
	font-size: 16px;
	/* border: 1px solid #ff3d1d; */
	/* border-right: 0; */
	height: 36px;
	/* border-radius: 0; */
	/* border-top-left-radius: 36px; */
	/* border-bottom-left-radius: 36px; */
	background: #000000 !important;
}
.header-middle-search .search-button {
    background: #000000;
    color: white;
    height: 47px;
    border-radius: 0;
    /* border-top-right-radius: 36px; */
    /* border-bottom-right-radius: 36px; */
    padding: 0px 25px;
    line-height: 46px;
}
.header-middle-search .search-button i {
    line-height: 48px;
    font-size: 15px;
}
.search-button i {
    color: white;
}
.tt-menu {
    background: white;
    width: 90%;
    padding: 15px;
    border: 2px solid #efefef;
    border-radius: 9px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 8px !important;
}
.tt-suggestion.tt-selectable {
    cursor: pointer;
}
.tt-dataset.tt-dataset-marka {
    margin-bottom: 15px;
}
h3.league-name {
    font-size: 16px;
    color: #5a9cd6;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 8px;
}
.account-title.mobile {
    width: unset !important;
    float: none !important;
    margin-left: 5px;
}
.user-menu button {
    background: none;
    border: none;
    color: black;
    font-family: 'rubik';
    padding: 0;
}

.user-menu .btn-success {
	color:white !important;
}
.user-menu button span {
}
.user-menu .dropdown-toggle::after {
    display: none;
}
.user-menu li {
    float: left;
    width: 100%;
}
.user-menu ul > li > a {
    padding: 10px 12px;
    font-size: 13px;
    border-bottom: 1px solid #f9f9f9;
}
.user-menu ul > li:last-child > a {
    border-bottom: 0;
}
.user-menu li a i {
    font-size: 13px;
    width: 25px;
    text-align: center;
    margin-right: 5px;
    color: #191818;
}
.user-menu .user-name {
    padding: 10px 15px;
}
.user-menu .user-close {
    border: none !important;
}
.favorite-list {
    display: block;
}
.favorite-list a {
    color: black;
    font-size: 13px;
}
.favorite-list a span {
    font-size: 13px;
    float: right;
    line-height:  15px;
}
.favorite-list a i, .user-menu button i {
    text-align: center;
    color: #1b1b1b;
    font-size: 22px;
    padding: 0px 20px;
}
.productbookmark-popup .product-item a, .overview-product .product-item a  {
    cursor: default;
    pointer-events: none;
}
.productbookmark-popup .product-image, .overview-product .product-image  {
	min-height:inherit;
}
#main {
    min-height: 350px;
}
#up {
    bottom: 70px;
    right: 30px;
    position: fixed;
    width: 40px;
    height: 40px;
    font: bold 10pt verdana;
    display: none;
    padding: 5px;
    cursor: pointer;
    border: none;
    z-index: 999999;
    border-radius: 50%;
    text-align: center;
    color: white;
    background: #f35137;
    padding: 10px 0px;
    font-size: 18px;
}
#up i {
    color: #ffffff;
}
#up:hover {
    background-color: #1c1d1d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#up:hover i {
    color: white;
}
/* SMART KATEGORİ */
.categories-title {
    background: #19c880;
    border-radius: 5px 5px 0 0;
    min-height: 55px;
    line-height: 55px;
    color: white;
    font-size: 17px;
    font-family: 'rubik';
    font-weight: 500;
}
.categories-title i {
    color: white;
}
.categories-title .navbar-toggler {
	background: #ff3d1d;
	padding: 0px 12px !important;
	display: block;
	float: left;
	margin: 0px 15px 0px 0px;
	height: 55px;
	border-radius: 0;
	border: none;
}
.smart-categories #navbarNav {
    width: 100%;
    float: left;
}
.categories-title .navbar-toggler span {
    height: 24px;
    background: none;
}
.smart-categories .n-category {
    display: block;
    border: 1px solid #e7e7e7;
    border-top: 0;
    width: 100%;
 }
.smart-categories > nav ul > li {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}
.smart-categories nav ul li:last-child {
    border-bottom: 0;
}
.smart-categories > nav ul > li a {
	position: relative;
    padding: 0px 18px !important;
    line-height: 46px;
    font-size: 13.5px;
}
.smart-categories > nav ul > li a i {
    margin-right: 5px;
    width: 25px;
    text-align: center;
    font-size: 12px;
}
.smart-categories nav > ul > li:hover a {
    padding-left: 25px !important;
    color: #6eaee7 !important;
}
.smart-categories .dropdown-toggle::after {
    position: absolute;
    right: 12px;
    top: 25%;
    content: "\f054";
    border: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.smart-categories .navbar {
    border-top: 0;
    flex-flow: column;
    margin:  0;
    padding:  0;
}
.smart-categories .navbar-brand {
    width: 100%;
    margin: 0;
    padding:  0;
}
@media (min-width: 1200px) {
.categories-title .navbar-toggler {
    pointer-events: none;
    cursor: default !important;
}
.smart-categories .categories-title .navbar-toggler {
	    pointer-events: none;
}
.smart-categories nav ul li .dropdown-menu {
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
	opacity:0;
	    left: 100%;
		display:inherit;
	}
.smart-categories nav ul li:hover .dropdown-menu {
    transform: scaleY(1);
    z-index: 9999;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 100%;
    top: 0;
    width: 700px;
    padding: 20px 10px;
    border: 1px solid #edebeb;
    box-shadow: 4px 4px 0px #0000000d;
}
.smart-categories nav ul li:hover .dropdown-menu:before {
	display:none;
}
.smart-categories nav ul li:hover .dropdown-menu .mega-left {
    width: 100%;
    float: left;
}
.smart-categories nav ul li:hover .dropdown-menu .mega-right {
    width: 100%;
    display: block;
	float: left;
}
.cat-image-box span {
    display: none;
}
.smart-categories nav ul li .dropdown-menu ul {

}
.smart-categories nav ul li .dropdown-menu .mega-left ul li {
	width: 33.33333%;
}
.smart-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li {
    width: 100%;

}
.smart-categories nav ul li .dropdown-menu .mega-left > ul > li > ul > li ul {
    display: none;
}
.smart-categories nav ul li .dropdown-menu .mega-left > ul > li > a {
    font-weight: 500;
}
}
/* SMART ÜST KATEGORİLER BAŞLANGIÇ */

@media (min-width: 1100px) {
.second-level > a {
    font-weight: 600;
    border-bottom: 1px solid #e1e0e0;
    padding: 16px 10px !important;
    border-right: 0 !important;
    margin-bottom: 12px;
    font-size: 14px !important;
}

.second-level {
    padding: 0px 10px;
    margin-bottom: 15px;
}
.second-level .down-menu {
    display: none;
}
.second-level .dropdown-submenu {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    position: inherit !important;
    display: block !important;
    min-width: unset !important;
}
.dropdown-submenu li a {
    padding: 11px 10px !important;
    border-right: 0 !important;
    font-weight: 400 !important;
}
.top-categories .nav-item .primary-level .second-level {
    /* float: left; */

    width: 33%;
    display: inline-block;
}
.top-categories .nav-item a, .top-categories .nav-item .nav-link {
    font-size: 13px;
    font-weight: 500;
    padding: 14px 16px;
    /* font-family: 'lora', sans-serif; */
}
.top-categories .nav-item {
	position:relative;
}
.top-categories .nav-item:first-child a {
    padding-left: 0;
}
.top-categories > .nav-item > a:hover span {
    border-bottom: 2px solid #da4d4c;
}
.top-categories > .nav-item:hover > a {
}
.top-categories > .nav-item > a span {
    padding: 8px 0px;
}
.top-categories > .nav-item:hover > a:after {
    color: #333333 !important;
}
.top-categories > .nav-item > a {
    position:relative;
    display: inline-block;
    color: #080808;
    text-decoration: none;
    font-weight: 500 !important;
    font-family: 'rubik';
    font-size: 13px !important;
    width: 151%;
    margin-left: -11px;
}
.top-categories > .nav-item > a:hover {
    -webkit-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
    color: #080808 !important;
}
.top-categories > .nav-item:before {
    /* content: ""; */
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffeded;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.top-categories > .nav-item:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	z-index:0;
}
.top-categories .navbar-nav .dropdown-toggle::after {
    margin-left: 6px;
    color: white;
}
.top-categories > li:hover .primary-level  {
	margin: 0;
	border: 0;
	border-radius: 0;
	opacity: 1;
	transition: 0.3s all ease 0s;
	visibility: visible;
	top: 100%;
	transform: scaleY(1);
	box-shadow: 1px 15px 26px -1px #5d5d5d45;
}
.top-categories > li .primary-level {
    opacity: 0;
    transition: 0.3s all ease 0s;
    display: block;
    visibility: hidden;
    top: 150%;
    width: 800px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
.yeni:before {
    content: "YENİ";
    font-style: initial;
    position: absolute;
    right: 8px;
    top: -7px;
    background: #2dd4ce;
    font-size: 11px;
    font-weight: 300;
    padding: 3px 10px;
    border-radius: 16px;
    letter-spacing: 0.4px;
    color: white !important;
    height: 20px;
}
.indirim:before {
    content: "İNDİRİM";
    font-style: initial;
    position: absolute;
    right: 0;
    top: -9px;
    font-size: 10px;
    background: #da4d4c;
    padding: 4px 8px;
    border-radius: 16px;
    display: inline-block;
    margin: 0px auto;
    width: 64px;
    text-align: center;
    color: white !important;
    height: 20px;
}
.top-categories .dropdown-menu:before {
	display:none;
}
}
/* SMART ÜST KATEGORİLER SONU
/* SMART KATEGORİ*/
/* SLIDER MODÜLÜ */
.slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #000000;
    position: absolute;
    top: 0;
    z-index: 99;
}
.slide {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slide img {
    width: auto !important;
    height: auto;
}
.slider .owl-nav {
    position: absolute;
    bottom: 75px;
    right: 50px;
}
.slider .owl-nav div {
    background: #ffffff !important;
    padding: 12px 15px !important;
    color: black !important;
}
.slider .owl-nav div:hover {
    background: #6daee6 !important;

    color: white !important;
}
.slider .owl-dots {
    counter-reset: dots;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
}
.slider .owl-dot:before {
    counter-increment: dots;
    /* content: "0"counter(dots); */
    font-size: 18px;
    color: #000000;
}
.slider .owl-dots .owl-dot span {
    height: 12px !important;
    width: 12px !important;
    background: #000000 !important;
}
.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span {
    background: gray !important;
}
.slider .owl-dots .owl-dot.active span {
    background: #da4d4c;
}

.slider-description {
	position: absolute;
	min-height: 153px;
	top: 50%;
	bottom: 50%;
	transform: translate(0%,-50%);
	color: white;
	/* background: white; */
	left: 0;
	right: 0;
	max-width: 46%;
	margin: 0px auto;
	padding-top: 15px;
	/* display: none; */
	font-size: 22px;
	text-align: center;
}
.slider-description h1 {
    margin-bottom: 12px;
    font-weight: 500;
    color: #1b1a1a;
    margin: 0;
    display: block;
    text-align: center;
    font-size: 26px;
    white-space: nowrap;
    letter-spacing: 2px;
}
.slider-description h2 {
    color: #ffffff;
    font-size: 52px;
    letter-spacing: -0.4px;
    font-weight: 500;
}

.slider-description .indirim {
    font-size: 35px;
    color: #6eaee7;
    font-weight: 600;
}
.slider-description .satin-al {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 0;
    color: #ffffff;
    font-size: 15px;
    margin-top: 18px;
    letter-spacing: 1px;
    border: 1px solid white;
}
.satinal {
    background: black;
    width: 100%;
    position: absolute;
    bottom: -2px;
    color: white;
    text-align: center;
    padding: 8px 20px;
    font-size: 15px;
    letter-spacing: 2px;
}
.satinal:hover {
	background: #ff3d1d;
	color:white;
}
.slider-description p {
    font-size: 15px;
    line-height: 28px;
    color: #565657;
    background: url(../images/wave.png) no-repeat scroll top center transparent;
    text-align: center;
    margin-top: 15px;
    padding: 10px 0px;
}
.slider-description .satin-al:hover {
    background: #ffffff;
    color: #252525;
}
/* SLIDER MODÜLÜ SON */

/* MARKA SLIDER BAŞLANGIÇ */
.markaImage a {
    padding: 8px 30px;
}
/* MARKA SLIDER SON */

/* CATEGORY SLIDER BAŞLANGIÇ */
.category-slider-image img {
    max-width: 100%;
    width: 100%;
}
.category-slider-text {
    position: absolute;
    bottom: 15px;
    left: 30px;
    background: white;
    padding: 15px;
}
.category-slider-text h1 {
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
}
.category-slider-item:hover .category-slider-text h1:before {
    width: 170px;
    left: 100%;
}
.category-slider-text h1:before {
	content: "";
	width: 0;
	height: 30px;
	background: red;
	position: absolute;
	left: 0;
	transition: 1s;
}
.category-slider-text h1 a {
    font-size: 16px;
    font-weight: 400;
    color: #3c3c3c;
    letter-spacing: 2px;
}
.category-slider-text p a {
    font-size: 13px;
    letter-spacing: 2px;
}
/* CATEGORU SLIDER SON */
/* BLOG SLILDER ALANI */
.blog-image {
    overflow: hidden;
    position: relative;
}
.tarih {
    position: absolute;
    top: 0;
    z-index: 96;
    font-size: 20px;
    color: #696868;
    font-family: 'rubik';
    text-align: center;
    font-weight: 400;
    line-height: 1.250;
}
.tarih span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
}
.blog-content h2 {
    font-size: 18px;
    margin: 14px 0px;
    color: #292828;
    font-weight: 500;
}
.blog-content p {
    line-height: 26px;
    color: #757373;
}
.detaylar {
    display: inline-block;
    color: #c67d8c;
    font-size: 13px;

    margin-top: 15px;
}
.detaylar:hover {
    color: #3e3c3c;
}
.blog-content {
    text-align: left;
}
.blog-container .owl-nav {
    position: absolute;
    top: -65px;

    right: 0;
}
.blog-container .owl-nav div {
    background: none !important;
    color: black !important;
    margin: 0 2px !important;
}
.title-type-5 {
    text-align: center;
}
.title-type-5 span {
    padding: 0px 30px;
    margin: 0 !important;
    line-height: 55px;
    height: 55px;
    display: inline-block;
    color: #1b1b1b;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 400;
    letter-spacing: 0.4px;
    font-size: 34px;
}
.title-type-5 p {
    letter-spacing: 0.6px;
    font-weight: 400;
    color: #4f4c4c;
    font-size: 13px;
}
/* BLOG SLILDER ALANI */
/* TOP10 FULLWIDTH BAŞLANGICI */
.top10-fullwidth {}
.top10-fullwidth .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}
.top10-fullwidth .owl-nav .owl-next:before {
    content: "";
    border-left: 1px solid #e5e3e3;
    position: relative;
    left: -12px;
}
.top10-fullwidth .owl-nav div {
	background: #ffffff !important;

    padding: 5px 10px !important;
    color: black !important;
    font-size: 15px !important;
    margin: 0px 0 0 5px !important;
}
.top10-fullwidth .module-title {
	position: relative;
	text-align: center;
	margin-top: 35px;
	font-weight: bold;
}
.top10-fullwidth .module-title p a {
    color: #303030;
    letter-spacing: 0.4px;
    display: inline-block;
    font-weight: 400;
    font-family: 'dosis', sans-serif;
    color: #747474;
    font-size: 15px;
}
.top10-fullwidth .module-title span {
	margin: 0 !important;
	line-height: 50px;
	display: inline-block;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	letter-spacing: 0.4px;
	font-size: 52px;
	font-weight: bold;
	font-family: 'dosis', sans-serif;
}
.product-item {
    z-index: 99;
    background-color: #fff;
    margin: 35px 0px;
    position: relative;
    border: 1px solid #e1e1e1;
}
.product-image {
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 100px;
}
.stock-out-alert {
    position: absolute;
    z-index: 98;
    margin: 0px auto;
    top: 50%;
    left: 0;
    right: 0;
    background: #df4243;
    display: inline-block;
    width: 180px;
    padding: 10px 0px;
    color: white;
}
.product-multi-image .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.product-image img {
    max-width: 100%;
	 -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
}
.two-content .product-image img {
    width: 100%;
}
.product-image:after {
    border-bottom: 1px solid #f2f2f2;
    content: "";
    height: 1px;
    width: 65%;
    margin: 0px auto;
    display: block;
}
.new-product {
    top: 15px;
    left: 24px;
    background: #1bc881;
    color: white;
    display: none;
}
.discount-rate {
    color: white;
    background: #df4243;
    top: 17px;
    margin-left: 14px;
}
.discount-rate, .new-product{
    width: 91px;
    height: 28px;
    position: absolute;
    border-radius: 3px;
    padding: 4px 0px;
    z-index: 9999;
    text-align: center;
    margin-top: 193%;
    /* margin-left: 58px; */
}
.discount-rate:after, .new-product:after {
    position: absolute;
    font-size: 22px;
    top: 12px;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.new-product:after {
    right: 10px;
    color: #1bc881;
}
.discount-rate:after{
    left: 10px;
    color: #df4243;
	display:none;
}
.new-product span {
    font-size: 12px;
    line-height: 22px;
	    letter-spacing: 0.6px;
}
.product-name {
    height: 25px;
    overflow: hidden;
}
.product-name a {
    font-size: 14px;
    font-weight: bold;
}
.product-info {
    padding: 10px 15px;
    text-align: center;
}
.product-code-compare {
    overflow: hidden;
    background: #f1f1f1;
    padding: 8px;
    font-size: 12px;
    color: #3c3a3a;
    border-top: 1px solid #e3e1e1;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
	text-align: center;
}
.product-rating span {
    display: none;
}
.product-rating {
    margin-bottom: 10px;
}
.product-price > div {

    display: inline-block;
    padding: 0px 5px;
}
.cart-content .product-price > div {
    display: block;
}
.cart-content td.product-name {
    max-width: 390px;
}
.product-price .price {
    font-size: 18px;
    color: #484848;
    letter-spacing: -0.3px;
    font-weight: 500;
}
.old-price {
    text-decoration: line-through;
    color: #9b9b9b;
}
.rate-content {
    position: relative;
    height: 14px;
    background: url(../images/ratingblank.png) no-repeat scroll center center transparent;
    margin-top: 8px;
    opacity: 0.6;
    display: none;
}
.rate {
    text-align: center;
    z-index: 99;
    position: relative;
    background: white;
}
ul.stars {
    width: 75px;
    position: absolute;
    top: 0;
    left: 13px;
    right: 0;
    margin: 0px auto;
    z-index: 1;
}
ul.stars li {
    display: inline-block;
    text-align: center;
    color: #C5C5C5;
    padding: 2px 0px;
    font-size: 11.5px;
}
.rate img {
    width: auto !important;
    display: inline-block !important;
}
 .product-item .action-hover {
    z-index: 99;
    width: 45px;
    text-align: center;
    position: absolute;
    top: 70px;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    transform: translateX(200px);
    right: 14px;
    height: 156px;
 }
.product-item:hover .action-hover {
    opacity: 1;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    transform: translateX(0px);
}
 .product-item .action-hover ul li div {
/*     display: none; */
}
 .product-item:hover .action-hover ul li div {
     display: inline-block;

     position:absolute;
}
 .product-item .action-hover ul li div span {
     border-radius: 0px;
     padding: 7px 13px 5px 13px;
}
 .product-item .action-hover li {
    display: inline-block;
    border-right: 0;
    padding: 2px;
}
.product-item .action-hover li:first-child {
}


 .product-item .action-hover li a {
	position: relative;
	font-size: 13px;
	color: #444444;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	background: #ffffff;
	height: 40px;
	width: 40px;
}
a.stock-out-1 {
    background: #ef4f4f !important;
	color:white !important;
}
.product-item .action-hover li i {
    line-height: 40px;
}
.product-item .action-hover li:last-child {
    border-right: 0;
}
.product-item .action-hover li .alert-error {
	cursor: move;
	background: #ef4f4f !important;
}
.product-item .action-hover li .alert-error i {
    margin-right: 5px;
    background: white;

    color: #f94646;
    width: 23px;
    height: 23px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
}
 .product-item .action-hover ul li div span span, .product-item .action-hover li a span {
    white-space: nowrap;
    font-size: 13px;
    letter-spacing: 0.50px;
    position: absolute;
    bottom: inherit;
    color: rgba(0,0,0,0);
    background-color: rgba(255, 194, 41,0);
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    height: 40px;
    line-height: 40px;
    display: none;
    width: 110px;
    margin: 0px auto;
    right: 100%;
    /* font-weight: 500; */
}
 .product-item:hover .action-hover ul li div span span, .product-item:hover .action-hover ul li a span {
  /*   display: none; */
}
 .product-item .action-hover ul li div span:hover span, .product-item .action-hover ul li a:hover > span {


    display: inline-block;
    color: #272626;
    background-color: #ffffff;
}
 .product-item .action-hover ul li div span:hover span:before, .product-item .action-hover ul li a:hover > span:before {

     color: rgb(255, 126, 0);
}
 .product-item .action-hover ul li div span i {
     padding-right: 0px;
}

 .product-item .action-hover li div:hover, .product-item .action-hover li a:hover {
    color: white;
    background: #da4d4c;
}
/* TOP10 FULLWIDTH BAŞLANGICI */

/* ÜRÜN SLIDER GROUP (ÇOK SATIR) */
.group-header .tabs {
    border-bottom: 0;
    /* display: none; */
}
.group-header li h4 span {
    font-size: 17px;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #252424;
    padding-bottom: 5px;
}
.product-slider-group-3-columns .owl-nav > div {
    background: #4f4f4f !important;
}
.product-slider-group-3-columns .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}

.product-slider-group-multi .owl-nav div {
    background: #f5b3b3 !important;
}

.group-header .tabs li a {
    position: relative;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #979797 !important;
    padding: 0.5rem 1.4rem;
}
.group-header .tabs li a.active {
    color: #363636 !important;
    display: none;
}
/* ÜRÜN SLIDER GROUP (ÇOK SATIR) */
/* POSTER ICONS BAŞLANGICI */
.two-row-image a {
    margin-bottom: 30px;
}
.icon-container {
    border-radius: 9px;
    border: 1px solid #f1efef;
}
.icon-container > div {
    padding-left: 0 !important;
}
.icon-container img {
    float: left;
    margin-right: 10px;

    width: auto !important;
}
.icon-container h3 {
    font: 500 14px/24px "Rubik",Helvetica,sans-serif;
    margin-top: 6px;
    margin-bottom: 0;
	    color: #484848;
}
.icon-container p {
    float: left;
    margin-right: 10px;
    width: auto !important;
    color: #828080;
    letter-spacing: 0.4px;
    font-weight: 300;
}
/* POSTER ICONS SONU */
/* BANNER MODÜLÜ */
.banner-container a {
    position: relative;
}
.banner-container img {
    max-width: 100%;
    height: auto;
}
.banner-container a:before {
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    content: '';
    border: 10px solid #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 8;
    opacity: 0;
}
.banner-container a:hover:before {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
/* BANNER MODÜLÜ SON */
/** RIGHT BANNER **/
.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 35px;
}
.banner-content p {
    letter-spacing: 2px;
}
.banner-content h1:before {
	content: "";
    width: 0;
    height: 27px;
    background: #da4d4c;
    position: absolute;
    left: 0;
    transition: 1s;
}
.banner-image-item:hover .banner-content h1:before {
    width: 170px;
    left: 100%;
}
.banner-image a {
    overflow: hidden;
}
.banner-image-item img {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
}
.banner-image-item:hover img {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    -moz-transform: scale3d(1.05,1.05,1.05);
    -ms-transform: scale3d(1.05,1.05,1.05);
    -o-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
}
.banner-image-item {
    overflow: hidden;
    position: relative;
}
.banner-content a h1 {
    font-size: 23px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #151515;
    font-weight: 500;
}


/** RIGHT BANNER END **/
/* VİTRİN MODÜLÜ */
.category-navigation {
    margin: 0 0 20px;
}
.sidebar {

    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0;
}
.sidebar-item {
    padding-bottom: 20px;
    font-family: 'rubik';
    margin-bottom: 20px;
    padding: 10px 18px;
}
.cat-size {
    float: left;
    width: 100%;
}
.cat-size ul li {
    float: left;
    width: 50%;
}
.categories ul li {
    line-height: 32px;
}
#brandContainer {
    max-height: 250px;
    overflow-y: scroll;
}
.sidebar ::-webkit-scrollbar {

    width: 14px;
}
.sidebar ::-webkit-scrollbar-track {

    background-color: #fafafa;
    border-radius: 10px;
}

.sidebar ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8;
}
.sidebar .check-list ul li label:before {
    top: 6px;
}
.cat-review {
    padding: 0px 15px;
}
.cat-price {
    text-align: left;
    background: #f6f6f6;
    border-bottom: 1px solid #ebebeb !important;
    padding: 30px 30px;
    border-radius: 3px;
}
.cat-color ul li {
    display: inline-block;
    padding: 2px;
}
.cat-color ul li label img {
    width: 35px;
    height: 35px;
}
.cat-color .check-list ul li label {
    position: relative;
    padding: 0;
}

.check-list ul li label input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    opacity: 0;
}
.cat-color .check-list ul li label:before, .cat-color .check-list ul li label:after {
	display:none;
}

.cat-color .check-list ul li label span {
    display: none;
}
.check-list ul > li label, .radio-list ul > li label {
    margin: 0px;
    padding: 7px 0 7px 20px;
    font-size: 13px;
    color: #444444;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
}
.radio-list ul > li > label input[type="radio"] {
    display: none;
}
.radio-list ul > li > label img {
    padding-left: 20px;
    margin-bottom: 10px;
}
.cat-color .check-list ul > li label,  .radio-list ul > li label {
    padding: 0;
    font-weight: 900;
}

.cat-color .check-list ul > li > label input, .check-list ul > li > span input, .cat-color .radio-list ul > li > label input {
    display: none;
}
.check-list ul > li > label:before, .radio-list ul > li > label:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #c4c4c4;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
}

.cat-color .check-list ul > li > label:before, .cat-color .radio-list ul > li > label:before {
display:none;
}
.cat-color .check-list ul > li > label.select:after, .cat-color .radio-list ul > li > label.select:after {
    display: inline-block;
    content: "\f00c";
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0 !important;
    line-height: 35px;
    text-align: center;
    content: "\f00c";
    font-family: 'font awesome 5 free';
	font-weight:900;
}
 .check-list ul > li > label.select:after, .radio-list ul > li > label.select:after {
       display: inline-block;
    font-family: 'font awesome 5 free';
    content: "\f00c";
    font-size: 16px;
    position: absolute;
    left: 0;
    right: inherit;
    text-align: center;
		font-weight:900;
 }

.tabs-navigation ul {
    margin: 0;
    position: relative;
    margin-bottom: -2px;
}
.view-options li {
    display: inline-block;
    margin-right: 6px;
	cursor:pointer;
}
.view-options li i {
    background: #fbfbfb;
    padding: 10px;
    color: #515151;
    border: 1px solid #dcd7d7;
	border-radius: 3px;
}
.view-options li:hover i, .view-options li.tab-active i {
    background: #2dd4ce;
    color: white;
    border: 1px solid transparent;
}
.sorting-list select {
    padding: 0px 10px;
    border: 1px solid gainsboro;
    border-radius: 6px;
    color: #615f5f;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    background: white;
    max-width: 100%;
	float: right;
}
.one-content .product-image {
    width: 25%;
    float: left;
    /* border-right: 1px solid #e5e5e5; */
    overflow: hidden;
    margin: 0;
}
.one-content .product-item {
    border: 1px solid #f5f2f2;
    padding: 20px;
}
.one-content .product-info {
    width: 75%;
    float: right;
    position: relative;
    margin-top: 35px;
}
.one-content .product-item .action-hover {
    max-width: 60%;
    float: right;
}
.one-content .product-container, .two-content .product-container {
    float: left;
    flex: inherit !important;
    max-width: none !important;
}
.one-content .product-container {
    width: 100% !important;
}
.one-content .product-item .action-hover {
    max-width: 75%;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.one-content .product-item .action-hover li:first-child {
}
.two-content .product-container {
    width: 50% !important;
}
.user-cart {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #ffffffe0;
    display: inline-block;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0px auto;
    padding: 8px 0px;
    color: #61605c;
}
.one-content .user-cart {
    right: 0;
    top: 0;
    float: right;
    width: 150px;
    left: inherit;
    background: #6eaee7;
    color: white;
}
.product-container .product-image .product-second-image {
	/* opacity:0; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0px auto;
}
 .product-container .product-image:hover .product-first-image {
	/*opacity:0*/	
} 
.product-container .product-image:hover .product-second-image {
	opacity:1;

}

.product-container .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
	z-index:-1;
}

.product-item:hover .product-hover {

}
.product-label ul li {
	text-align: center;
	font-size: 12px;
	color: #3c3a3a;
	margin-bottom: 8px;
	padding: 8px 4px;
	background: #f3f3f3;
	border-top-left-radius: 16px;
	border-bottom-right-radius: 16px;
	width: 85px;
	font-family: 'raleway';
	display: none;
}
.product-label ul li i {
    font-size: 16px;
    margin-bottom: 5px;
}
.product-label ul li img {
    max-width: 100%;
}
.false {
    /* display: none !important; */
}
.product-hover {
    z-index: 98;
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 80%;
}
.total-stock {
	text-align: center;
    background: #f9f9f9;
    padding: 5px 0px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 5px;
    display: none;
}
#pagecountdiv {
    display: block;
}

ul.pagination li span {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
	cursor:pointer;
}
ul.pagination li span:hover {
    background: #f1f1f1;
}
ul.pagination li:first-child span {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
ul.pagination li:last-child span {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
ul.pagination li span.select {
    background: #f9f9f9;
    color: #2a2828;
}
.pagination .quantity {
    margin-top: 25px;
}
/* VİTRİN MODÜLÜ SONU */

/* ÜRÜN DETAYI BAŞLANGICI */

.product-page-center {
	border-radius: 8px;
	color: #7b7b7b;
}
.product-name-detail {
    font-size: 20px;
    color: black;
}

.product-title {
    padding-top: 6px;
    padding-bottom: 10px;
}

ol.breadcrumb li a:after {
    content: "/";
    display: inline-block;
    margin: 0px 8px;
}
ol.breadcrumb {
    background: none;
    margin: 0;
}
ol.breadcrumb li:last-child a:after {
    display: none;
}
.product-detail-edit {
    text-align: right;
}
.product-navigation .next, .product-navigation .prev {
    display: inline-block;
    text-align: right;
    margin-left: 10px;
    font-size: 13px;
}
.product-navigation {
    text-align: right;
}
.description {
	padding: 20px;
	background: #fdfdfd;
	position: relative;
	margin-top: 22px;
	line-height: 28px;
	color: #6f6d6d;
	border: 1px solid #f3f3f3;
}
.description:before {
    /* content: "Detay"; */
    position: absolute;
    top: -18px;
    background: #3ad092;
    padding: 4px 50px;
    left: 30px;
    font-family: 'dosis', sans-serif;
    font-size: 14px;
    color: white;
    border-radius: 4px;
}
.overview-button .alert-success {
    padding: 0px 10px;
    width: 100%;
    /* margin-top: 15px; */
    display: block;
    text-align: center;
    border-radius: 32px;
    background: transparent;
    color: #333632;
    font-size: 12px;
}
.product-social {
    padding: 31px 0px;
    background: white;
    font-size: 13px;
}

.product-label-detail{
}
.product-social ul {
    margin-bottom: 0;
}
.product-social ul li a {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align:center;
    color: #2e2e2e;
}
.product-social ul li {
    display: inline-block;
    font-family: 'poppins';
    float: left;
    margin-right: 20px;
}
.product-social li i {
    text-align: left;
    margin-right: 5px;
}
.product-label-detail ul li {
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
    float: left;
    padding-top: 10px;
    border-radius: 4px;
}
.product-label-detail ul li span {
    text-align: center;
    font-size: 13px;

    margin-top: 12px;
    padding: 0px 10px;
    font-weight: 500;
    font-family: 'lora', sans-serif;
}

.rating-sprite {
	position:relative;
	background: url(../images/star-rating-sprite.png) repeat-x;
	background-size: 13px 31px;
	height: 13px;
	width: 65px;
	float: left;
}
.rating-count {
    padding-left: 10px;
    position: absolute;
    right: -10px;
    line-height:  15px;
}
.add-comment {
    padding-left: 10px;
    font-size: 12px;
    float: left;
    line-height: 22px;
    cursor: pointer;
}
ul.product-comments {
    display: block;
    float: left;
    /* width: 100%; */
}
ul.product-price-list li .bold {
    font-weight: 700;
    width: 30%;
    display: inline-block;
    float: left;

    position: relative;
}
ul.product-price-list li .bold:after {
    content: ":";
    position: absolute;
    right: 0;
    padding-right: 6px;
    font-weight: 400;
}
ul.product-price-list {
    color: #616060;
    background: white;
    padding: 0;
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    margin-bottom: 25px;
    margin-top: 8px;
    border-radius: 12px;
    overflow: hidden;
}
ul.product-price-list li {
    line-height: 32px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    padding: 6px 20px;
    background: #fdfdfd;
}
li.featured-price {
    font-weight: 700 !important;
    font-size: 20px;
    color: #3a3b3c;
    font-family: 'rubik';
}
ul.product-price-list li > div {
    display: inline-block;
    float: left;



}
.price-title {
    width: 30%;
    font-size: 13px;
}
.price-title:after {
    content: ":";
    float: right;
    padding-right: 6px;
}
.price-label {
    /* width: 70%; */
    position: relative;
}
.price-discount {
    display: inline-block;
    position: absolute;
    left: 120%;
    top: 0;

}
ul.product-price-list > li span.discount {}
ul.product-price-list > li span.discount div {
    float: left;
    margin-right: 5px;
    background-color: #4bd694;
    padding: 2px 23px;
    line-height: 25px;
    font-size: 11px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    min-width: 100px;
    text-align: center;
    margin-top: 2px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
ul.product-code {
    display: block;
    float: left;
    font-size: 13px;
    color: #5f5e5e;
    margin-left: 20px;
}
ul.product-code li {
    display: inline-block;
    padding-right: 10px;
}
ul.product-code li span:first-child {
    font-weight: 500;
    color: #2dd4ce;
}
.product-add {
}
.product-add li{
	float:left;
}
.quantity-minus,  .quantity-plus {
	width: 38px;
    text-align: center;
    font-size: 11px;
    padding: 5px 0px 0px 0px;

}
li.quantity-piece {
    position: relative;
}
.quantity-control {
	position: absolute;
    right: 0;
    top: 0;
    padding: 5px 0px;
}
li.quantity-piece input {
	width: 105px;
	text-align: center;
	box-shadow: none;
	height: 45px;
	border-bottom: 0;
	border: 1px solid #e7e7e7;
}
.quantity-plus {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.quantity-minus {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.add-to-cart-detail {
    margin: 0px 5px;
    padding: 0px 50px;
    line-height: 45px;
    background: #2dd4ce;
    color: white !important;
    cursor: pointer;
    border:none;
    font-size: 14px;
    font-weight: 400;
}
.add-to-cart-detail:hover {
    background: #da4d4c;
}
.overview-button {
    padding: 12px 0px;
    float: left;
    width: 100%;
    margin-top: 10px;
    border-left: 0;
    border-right: 0;
}
.overview-button li {
    display: inline-block;
}
.overview-button li a {
	position:relative;
}
.overview-button li a i {
    margin-right: 3px;
    width: 32px;
    text-align: center;
    background: #f6f6f6;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    border-radius: 50%;

    /* color: white; */
}
.overview-button .btn-danger {
    font-size: 11px;
}
.overview-button li a span {
    display: none;
}
.overview-button li a:hover span {
    display: block;
    position: absolute;
    top: -41px;
    left: 0;
    right: 0;
    min-width: 148px;
    background: #1dc982;
    text-align: center;
    color: #ffffff;
    border-radius: 22px;
    padding: 9px 8px;
    font-size: 11px;
    margin: 0px auto;
    width: auto;
}

/** KARGO BAŞLANGIÇ **/
.cargo {
    margin-top: 20px;
}
ul.cargo-list li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
}
ul.cargo-list li:last-child {
    border: none;
}
/** KARGO BİTİŞ **/
.alternatives {
    margin-bottom: 25px;
}
.related-product-box {
    border-radius: 6px;
    text-align: center;
}
.related-product-images {
    margin-bottom: 15px;
}
.related-product-rating {
    margin: 10px 0px;
}
.related-product-rating img {
	width: auto !important;
    display: inline-block !important;
}
.related-product-pricebox > div {


    display: inline-block;
    padding-right: 5px;
}

.product-tabs .product-detail-tabs .tab-box:first-child {
    display: block;
}
.product-tabs .product-detail-tabs .tab-box {
    display: none;
    padding: 20px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;

    border: 1px solid #e8e8e8;
}
.product-tabs .product-detail-tabs .tab-box h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}
.product-tabs .product-detail-tabs .tab-box h3 {
    font-size: 20px;
    font-weight: 400;
}

.product-tabs .product-detail-tabs .tab-box  ul li {
    display: block;
    line-height: 2;
    color: grey;
}
.product-detail-tabs .tab-box p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 5px;
    color: #7a7676;
}
.product-tabs .tabs-navigation ul li {
    display: inline-block;
}
.product-tabs .tabs-navigation ul li a {
    padding: 18px 20px;
    /* background: #ffffff; */
    color: #2d2d2d;
    font-size: 14px;
}
.product-tabs .tabs-navigation ul .tab-active a {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    background: white;
}
.variant-control {
/*    padding-top: 20px;
    border-top: 1px solid #efefef;
    margin-top: 20px;
	*/
}
.variant-control dl {
    margin-bottom: 15px;
}
.variant-control dl label {
    font-weight: 600;
    color: #5d5d5d;
    font-size: 13px;
}
.variant-control dl label img {
    width: auto;
    display: none;
}
.checklist-container li label {
    margin-right: 20px;
    padding-bottom: 0;

}
.checklist-container li input {
    margin-right: 2px;
}
.variant-upload label {
    margin: 0px 5px;
    font-weight: 400 !important;
}
.product-tabs {
    margin-top: 35px;
    width: 100%;
    margin-bottom: 35px;
}
.degree-bar-container {
    background: #f3f3f3;
    border-radius: 8px;
    width: 90%;
}
.shop-degree-bar-cont li {
    position: relative;
    height: 25px;
}
.shop-degree-bar {
    position: relative;
    background: #6eaee7;
    height: 10px;
    border-radius: 8px;

}
.shop-degree-bar-cont li span {
	position: absolute;
    right: 0;
    top: -5px;
    font-weight: 300;
    color: #1b1a1a;
}

.taksit-list-container tbody {
    width: 100%;
}
td.taksit-list {
    /* float: left; */
    border-top: 0;
    /* padding: 0; */
}
.taksit-list-container td {
    border-bottom: 0;
    border-top: 0;
}
/* ÜRÜN DETAYI SONU */
/* ÜRÜN DETAYI TEKSTİL MODÜLÜ BAŞLANGICI */
.tekstil-modulu {
    background: white;
    padding: 15px;
}
.tekstil-modulu .variant-box {
    margin-bottom: 20px;
}
.tekstil-modulu label {
	font-size: 16px;
	color: black;
	width: 100%;
}
.color-selector input {
	margin-right: 5px;
	width: 35px;
	height: 35px;
	border: 2px solid transparent;
	border-radius: 4px;
	/* padding: 4px; */
}
.color-selector input.selected {
    border: 2px solid #8e8f8f;
    padding: 4px;
}
.size-selector .normal {
    border: 1px solid #e7e7e7;
    background: #f1f1f1;
    margin-right: 8px;
    width: 60px;
    height: 40px;
    color: #3a3838;
    cursor:pointer;
}
.size-selector .normal.hover {
    border: 1px solid transparent;
    background: #3ad092;
    color: white;
}
.size-selector .selected {
    border: 1px solid transparent;
    background: #3ad092;
    margin-right: 8px;
    width: 62px;
    height: 35px;
    color: #ffffff;
}
.standarts {
    color: #2a2828;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
}
.size-selector .soldOut, .color-selector .selectedSoldOut, .size-selector .selectedSoldOut {
    background: #f1f1f1;
    width: 62px;
    height: 35px;
    color: #3a3838;
    cursor: pointer;
    opacity: 0.4;
    position: relative;
    cursor: no-drop;
    box-shadow: none !important;
    border: none;
}
.size-selector .soldOut:after, .color-selector .selectedSoldOut:before, .size-selector .selectedSoldOut:before {
    font-size: 36px;
    content: "X";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    text-align: center;
    width: 100%;
    color: gray;
    opacity: 0.4;
}

.soldOut, .selectedSoldOut {
    margin-right: 10px;	
}
.soldOut:focus, .selectedSoldOut:focus {
 outline:0;
}
.size-selector .soldOut{
border:1px solid transparent !important;
}
.color-selector .selectedSoldOut {
border:2px solid transparent !important;
}
.quantity-category {
    display: none;
}
/* ÜRÜN DETAYI TEKSTİL MODÜLÜ SONU */
/* HESABIM SAYFALARI */
.static-content {
    border: 1px solid #efeeee;
    border-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    background: white;
    margin-top: 0 !important;
}
.static-content p {
    line-height: 24px;
}
.static-content label {
}
.user-address-box {
    padding: 10px;
    background: #f7f7f7;
}
.address .tab-box {
    display: none;
}
.address .tab-box:first-child {
    display: block;
}
.address-tab-container {
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 20px;
}
.date {
    position: relative;
}
.input-group div {
    right: 0 !important;
    left: inherit !important;
    top: 35px !important;
}
.input-group.date input + input {
    position: absolute;
    right: -4px;
    top: 0;
}.input-group.date span {
    max-width: 100%;
    position: relative;
	width:100%;
}
.input-group.date span input {
    border: 1px solid #d6d6d6;
    padding: 8px;
    border-radius: 4px;
}
tr.group.shopTitle {
    background: #f7f7f7;
}
.compareTable h5 {
    font-size: 14px;
    margin: 0;
}
.compareHeader {

    position: relative;
}
.compareEraseButton {
    position: absolute;
    right: 15px;
    top: 10px;
}
.TablePoints {
    position: relative;
}
.compareHeader h4 {
    margin-bottom: 28px;
    margin-top: 38px;
}
.compare-container {
    margin-top: 5px;
}
td.compareTd {
    vertical-align: top;
}
tr.compareProductShipping {
    height: 150px;
}
tr.compareListAddCart, tr.compareProductPoint, tr.otherPropertyTitle, tr.breifDescription {
    height: 50px;
}
tr.compareListAddCart {
    height: 61px;
}
tr.otherProperty {
    height: 67px;
}
ul.shop-degree img {
    width: auto;
    padding-right: 10px;
}
ul.shop-degree li strong {
	font-weight: 500;
    padding-right: 5px;
    font-size: 13px;
    font-family: 'rubik';
}
.star-ratings-sprite1 {
    width: 82px;
    background: url(../images/ratingblank.png) no-repeat scroll center left transparent;
    float: left;
}
.star-ratings-sprite-rating1 {
    background: url(../images/rating5.png) no-repeat scroll left center transparent;

    display: inline-block;
    height: 20px;
}
ul.customer {
    border: 1px solid #efeeee;
    padding: 6px 20px;
    background: #fdfdfd;
    font-size: 13px;
    border-bottom: 0;
    display: inline-block;
}
ul.customer li {
    display: inline-block;
    padding-right: 15px;
    line-height: 35px;
}
.comment-box {
    padding: 20px;
    border: 1px solid #efefef;
}
.comment-box p {
    color: #252525 !important;
    font-size: 14px !important;
    margin: 10px 0px !important;
}
.comment-box li span {
    padding: 8px 0px;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}
.alternative-product-number {
    background: #f6f6f6;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.alternative-product-name a {
	font-size: 13px;
    color: black;
    padding-bottom: 10px;
}
.alternative-product-price, .alternative-product-old-price {
    display: inline-block;
    padding-right: 10px;
}
.alternative-product-old-price {
    text-decoration: line-through;
    color: #a3a2a2;
}
.alternative-product-price {
    font-weight: 500;
}
.alternative-product-price .discount:after {
    line-height: 5px;
    font-family: 'fontawesome';
    content: "\f0dd";
    position: relative;
    top: -2px;
	margin-left: 5px;
}
.form-control-file {
    border: 1px solid #ced4da;
    padding: 10px;
}
#account-menu {
    border: 1px solid #ece9e9;
    padding: 10px;
    border-radius: 6px;
}
#account-menu > ul > li > a {
    font-weight: 500;
}
#account-menu > ul > li > ul {
    padding: 12px;
    border: 1px solid #eaeaea;
    margin-top: 10px;
}
#account-menu > ul > li {
    margin-bottom: 15px;
}
#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
#customers td, #customers th {
    border: 1px solid #efefef;
    padding: 8px;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}
#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #6eaee7;
    color: white;
}
.balance_back{
    width:50%;
}
.key_back{
    width:50%;
}
.pbx_extensions{
    width:50px;
    height:50px;
    margin:5px;
}
.pbx_extensions_td{
    text-align:center; 
    font-size:24px; 
    padding:10px
}
.pbxstyle1{
    padding:10px;
    width :25%;
}
.pbxstyle2{
   height :150px;
   display: block;
   /*padding: 8px 35px 8px 14px;*/
   margin: 10px 0;
   background-color: #fbfbfb;
   border: 1px solid #f5f5f5;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.pbxstyle2 tbody{
   height :150px;
   width : 100%;
}
.pbxstyle2 tr{
   height :75px;
   width : 100%;
}
.pbxstyle5{
    align:center;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* HESABIM SAYFALARI SONU */
/* ÜYE GİRİŞ VE KAYIT OL SAYFA BAŞLANGICI */
.login-form .btn-link {
    padding: 0px 8px;
    font-size: 13px;
}
.register-page, .login-page {
    border: 1px solid #f1f1f1;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.register-form ul li {
    position: relative;
}
.register-form ul .form-group > label {
    display: none;
}
.login-page .form-group {
    margin-bottom: 1rem;
    position: relative;
}

.user-type tr {
    float: left;
    padding: 5px 0px;
    font-size: 14px;
    position: relative;
}

.user-type {
    padding: 8px 15px;
}
.user-type tr input {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    opacity: 0;
}
.user-type label {
    margin-bottom: 0;
}
.captcha label {
	display: block;
    font-size: 12.5px;
}
.user-type tr:last-child label {
    margin-right: 0;
}
.captha, .captha-2 {
    position: relative;
}
.captha img, .captha-2 img {
	position: absolute;
    right: 4px;
    top: 4px;
    height: 30px;
    width: auto;
    border-radius: 4px;
    z-index: 97;
}
.captha-2 img {
    top: 31px;
}
.register-btn {
    min-width: 160px;
    padding: 0;
    line-height: 42px;
    background: #6eaee7;
    color: white;
    border: 2px solid #6aa9e1;
    border-left: 0;
}
.register-btn:before {
    content: "\f234";
    font-family: 'font awesome 5 free';
    float: left;
    line-height: 42px;
    width: 56px;
    color: white;
    border-right: 1px solid #0000001c;
    font-weight: 900;
}
.register-btn:hover {
    background: #5c99d0;
    color: white;
}
.privacy-popover {
    padding: 0px 5px;
    margin-top: -3px;
}
.facebook-register label {
    float: left;
}
.facebook-register label a, .captcha label a {
    color: #307bbe;
    font-size: 13px;
    font-family: 'poppins';
    font-weight: 500;
}
.facebook-register p {
    line-height: 22px;
    margin-bottom: 20px;
    border: 1px solid #efebeb;
    padding: 20px;



}

.register-icons li span {
    font-size: 32px;
    float: left;
    text-align: center;
    line-height: 50px;
}
.register-icons .icon-item {
    margin-bottom: 20px;
}
.register-icons .icon-content h3 {
    font-size: 15px;
    font-weight: 400;
}
.register-icons .icon-content p {

    font-size: 13px;
    color: #404040;
    line-height: 22px;
    font-weight: 300;
}
.register-icons .icon-content {
    padding-top: 5px;
}
ul.register-icons {
    border: 1px solid #f3f3f3;
    border-top: 0;
    padding: 25px 0px;
}
.title-type-4.mb-0 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/* ÜYE GİRİŞ VE KAYIT OL SAYFA SONU */



/* İLETİŞİM SAYFASI */
.contact ul li {
    margin-bottom: 22px;
    display: block;
    width: 100%;
    float: left;
}
.contact ul li i {
    width: 55px;
    height: 55px;
    margin: 0px auto;
    background: #f6f6f6;
    line-height: 55px;
    font-size: 18px;
    border-radius: 50%;
    color: #6eaee7;
    text-align: center;
    float: left;
    margin-right: 15px;
    -webkit-column-break-before: 45px;
}
.contact ul li .inner-table {
    display: table;
}
.contact ul li .inner-table span {
    display: table-cell;
    vertical-align: middle;
}
.dynamic-form input[type="radio"], .dynamic-form input[type="checkbox"] {
    width: 18px;
    display: inline-block;
    height: 18px;
    float: left;
    margin-right: 5px;
}
/* İLETİŞİM SAYFASI SON */
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.sidebar-button {
    border: 1px solid #6eaee7;
    color: #6eaee7;
    padding: 12px 18px;
    font-size: 18px;
    border-radius: 4px;
    position: absolute;
    left: 15px;
    background: none;
}
#sidebar {
	display:none !important;
    width: 250px;
    position: fixed;
    top: 0;
    left: -255px;
    height: 100vh;
    z-index: 999;
    background: #6eaee7;
    color: #fff;

    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #6eaee7;

    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 12px 0px;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}
#sidebar .sidebar-header {
    padding: 15px;
    background: #5f9cd2;
}
#sidebar .sidebar-header h3 {
    font-size: 18px;
    font-weight: 300;
}
#sidebar ul.components {
    /* padding: 20px 0; */
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 15px;
    display: block;
    color: white;
}
#sidebar .cat-image-box {
    display: none;
}
#sidebar ul li a:hover {
    color: #5f9cd2;
    background: #fff;
}
#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #5f9cd2;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}
#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #7fbbf1;
}
#sidebar ul li ul li {
    background: #7fbbf1;
}
#sidebar ul li ul li ul {
    padding-left: 30px;
    background: transparent;
}

#sidebar ul.CTAs {
    padding: 20px;
}
#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
#sidebar a.download {
    background: #fff;
    color: #7386D5;
}

#sidebar a.article,
#sidebar a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.footer-cards {
	font-size: 25px; 
	color: gray;
}
/* FOOTER BAŞLANGICI */
#footer {
    background: #fbfbfb;
    font-size: 14px;
    color: #707070;
    margin-top: 20px;
    background: #292929;
}
.footer-top {
    padding: 45px 0px;
    border-bottom: 1px solid #f5f5f5;
}
.footer-content {
    margin-top: 20px;
    padding-top: 40px;
    /* border-top: 1px solid #e0dbdb; */
}
.footer-title {
	color: #ffffff;
	font-size: 16px;
	/* letter-spacing: 0.02em; */
	margin-bottom: 18px;
	font-weight: 600;
}
.footer-links li a {
    position: relative;
    padding-left: 15px;
    color: #ffffff;
    line-height: 37px;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
}
.footer-links li a:hover {
    color: #1bc881;
}
.footer-links li a:before {
    border-radius: 100%;
    left: 0;
    position: absolute;
    content: "\f105";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    color: #252525;
}
.contact-us li a:before {
	display:none;
}
.contact-us li a {
    padding-left: 0;
}
.contact-us li a span {
    font-weight: 600;
    color: #f35137;
    font-size: 14px;
}
#newsletter-content h3 {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #252525;
	margin: 4px 0px;
}
#newsletter-content p {
    font-size: 13px;
    color: #252525;
}
.news-inputs {
    position: relative;
}
.add-button {
    right: 0 !important;
    height: 48px;
    background: #f35137;
    color: #fff;
    border: none !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    z-index: 99;
    width: 25%;
    font-family: 'Dosis', sans-serif;
    position: absolute;
    cursor: pointer;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
}
.add-button:hover {
    background: #1bc881;
}
.newsletter-input {
    height: 48px;
    line-height: 48px;
    border: 1px solid #e1e1e1 !important;
    border-width: 2px 0 2px 2px;
    text-align: left;
    width: 85% !important;
    text-indent: 25px;
    color: #828080;
}
.footer-newsletter span {

}
ul.footer-social {
    text-align: right;
}
.footer-social li {
    display: inline-block;
}

.footer-social li a {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    margin-right: 5px;
    background: #f35137;
    border-radius: 50%;
}
.footer-social li a i {
    line-height: 48px;
    color: #ffffff;
}
.footer-social li a:hover {
    background: #303030;
}
.footer-social li a:hover i{
	color:white;
}
.footerBottom {
    background-color: #ffffff;
    padding: 20px 0 15px;
    letter-spacing: 0.3px;
    margin-top: 30px;
    font-size: 13px;
    color: #191919;
}
.footer_ref {
    text-align: right;
}
.footer_ref a {
    color: #323131;
    font-size: 13px;
}
/* FOOTER SONU */
.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}   
.dataPager span, .dataPager a {
     display: inline-block;
     width: 26px;
     height: 26px;
     line-height: 26px;
     float: left;
     margin: 0 5px 5px 0;
     text-align: center;
     border: 1px solid #e1e1e1;
     background-color: #fff;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
}




p.announcement {
    text-align: center;
    color: white;
    line-height: 43px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}


.animasyon {
    background: black;
    color: white;
    text-align: center;
    font-size: 16px;
    height: 55px;
}
.animasyon1 {
    background: black;
    color: white;
    text-align: center;
    font-size: 16px;
    height: 55px;
}
.col-md-4.animasyon1 p {
    padding: 16px;
}
.animasyon2 {
    background: black;
    color: white;
    text-align: center;
    font-size: 16px;
    height: 55px;
}

  .icon-container1 {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .icon1 {
            width: 40px;
            height: 40px;
            background-color: #6ec4ad;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 20px;
        }

@media (max-width: 736px) {



}



.slider img {
    width: auto !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}



.slider-title {
    position: absolute;
    /* min-height: 167px; */
    top: 99%;
    bottom: 71%;
    transform: translate(0%, -50%);
    color: white;
    background: rgb(0 0 0 / 18%);
    left: 0;
    right: 0;
    /* max-width: 46%; */
    margin: -131px auto;
    padding-top: 4%;
    /* display: none; */
    font-size: 73px;
    text-align: center;
    margin-top: -183px auto;
    font-weight: bold;
    height: 166%;
    width: 100%;
}


.social-icon {
  display: inline-block;
  margin: 17px 15px;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}

.social-icon i {
  transition: color 0.3s ease;
}

.social-icon:hover i {
  color: #007bff; /* İkonlara hover efekti verir */
}
.baslikanasayfa {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}
.module-title span {
    /* margin: 0 !important; */
    line-height: 50px;
    display: inline-block;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    letter-spacing: 0.4px;
    font-size: 52px;
    font-weight: bold;
    font-family: 'dosis', sans-serif;
    text-align: center;
    margin-left: 31%;
}

}



