﻿


 body {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 14px;
}
:focus {
	outline:0 !important;
	box-shadow:none !important;

}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}
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 {
  outline: none !important;
}
.module {
    /* min-height: 60px; */
    position: relative;
}
#htmlmodule .moduleContent p {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 13px;
}
#htmlmodule .moduleContent {
    padding: 15px;
    /* border: 1px solid #efeded; */
    border-top: 0;
}
.static-type ul {
    margin-bottom: 15px;
}

.static-type ul li {
    line-height: 22px;
}
.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: 15px;
    padding: 0px 15px;
    margin-bottom: 0;
    background: #e5edf5;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.title-type-2 span {
	line-height: 52px;
	font-size: 16px;
}
.title-type-3 {
	margin-bottom: 30px;
	background: #fdfdfd;
	padding: 0;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom: 1px solid #ebebeb;
	font-size: 17px;
	font-weight: 600;
}
.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;
    /* font-size: 15px; */
    color: #252424;
}
.title-type-4 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    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: #00bcd4;
    line-height: 47px;
    width: 60px;
    text-align: center;
    margin-right: 15px;
    border-right: 1px solid #04aec4;
    color: white;
    border-top-left-radius: 6px;
}
.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;
}
#up {
    bottom: 102px;
    right: 20px;
    position: fixed;
    color: black;
    width: 40px;
    height: 40px;
    font: bold 10pt verdana;
    display: none;
    padding: 5px;
    cursor: pointer;
    border: none;
    z-index: 999999;
    border-radius: 5px;
    text-align: center;
    color: white;
    background: #000000;
    padding: 8px 0px;
    font-size: 23px;
}
#up:hover {
    background-color: #00bcd4;
    -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;
}
#header {
    background: #f3f6fa;
}
.topbar {
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid #c1d5df;
    font-family: 'Rajdhani', sans-serif;
    background: #e30713;
}
.topbar-left button i {
    font-size: 20px;
    color: #ffffff;
}
.topbar a {

}
.topbar-menu .navbar-nav > li > a {
    margin: 0;
    height: 51px;
    line-height: 51px;
    color: #ffffff;
    font-weight: 600;
}
.topbar-menu li {

}
.topbar-menu li > a {
    padding: 0px 15px !important;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.language img {
    margin-top: -3px;
    margin-right: 5px;
}
.currency span {
    text-align: center;
    padding-left: 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, .user-menu > .btn{
	background: none;
	font-size: 15px;
	font-weight: 400;
	height: 51px;
	color: #ffffff;
	border-right: 1px solid #c1d5df;
	border-radius: 0;
	padding: 0px 18px;
	line-height: 51px;
}
.currency .btn {
    border-left: 1px solid #c1d5df;
}
.headder-middle-right {
}
.support-phone i {
    width: 50px;
    height: 50px;
    float: left;
    border: 2px solid #000000;
    color: #000000;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 22px;
}
.support-phone-content {
    float: left;
    padding-left: 10px;
}
.support-phone-content h3 {
    font-size: 17px;
    margin: 0;
    margin-top: 2px;
    font-weight: 400;
}
.support-phone-content p {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin: 0;
}
.header-middle {}
.twitter-typeahead {
    display: block !important;
}
.header-bottom {
    background: #e30713;
    /* margin-bottom: 35px; */
}
.logo img {
    max-width: 100%;
    width: auto;
}
.my-cart {
    position: absolute;
    right: 100px;
    margin-top: -162px;
    /* background: #000000; */
    background: linear-gradient(25deg, #858181%, #858181 25px);
    height: 70px;
    z-index: 99;
    padding: 10px 16px;
    /* border-top-left-radius: 22px; */
    /* border-bottom-right-radius: 22px; */
    /* color: black; */
    border: 1px solid red;
    border-radius: 45px;
    background: #e30713;
}
.my-cart > .btn {
    background: none;
    border: none;
    color: black;
    padding: 0;
}
.my-cart > .btn:hover {
    background: none;
	color:black;
}
.my-cart #cart-count {
	background: #000000;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: white;
	font-size: 13px;
	line-height: 20px;
	font-family: 'rubik';
	margin-right: 0;
}
.my-cart-info span {
    display: block;
}
span.my-cart-title {
    font-size: 14px;
    color: #ffffff;
    border-bottom: 1px solid white;
    margin-bottom: 3px;
}

.my-cart-item {
    padding-right: 15px;
}
.my-cart-title span {
    float: left;
    margin-right: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.my-cart-item i {
    font-size: 32px;
    line-height: 55px;
    color: white;
}
.my-cart .dropdown-toggle::after {
    display: none;
}
.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: -8px;
    left: 25px;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    background: #fdfdfd;
    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;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    float: left;
    text-align: center;
}
.cart-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    font-weight: 500;
}
.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;
}
.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: relative;

}
.header-middle-search input {
    color: #9eb3c8;
    font-size: 14px;
    /* border-radius: 36px; */
    height: 40px;
    background: #f3f6fa !important;
    border: 1px solid;
    color: black;
}
.header-middle-search .search-button {
    background: #e30713 !important;
    color: white !important;
    height: 40px;
    padding: 0px 0px;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    line-height: 40px;
    width: 91px;
    text-align: left;
    text-indent: 22px;
}
.header-middle-search .search-button i {
    position: absolute;
    right: 8px;
    bottom: -7px;
    font-size: 27px;
}
.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-dataset.tt-dataset-marka {
    margin-bottom: 15px;
}
h3.league-name {
    font-size: 16px;
    color: #5a9cd6;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 8px;
}
.user-menu button {
    background: none;
    border: none;
    color: black;
    padding: 0;
}
.user-menu .dropdown-menu {
    padding: 15px;
    top: 44px !important;
}
.user-menu .btn-success {
	color:
	white !important;
	background: #e81c22;
	border: none;
}
.user-menu .btn-success:hover {
    background: #3f3f3f;
}
.user-menu button span {
    /* font-size: 13px; */
    display: inline-block;
    float: right;
    color: #ffffff;
}
.user-menu .dropdown-toggle::after {
    display: none;
}
.user-menu li {
    float: left;
    width: 100%;
}
.user-menu ul > li > a {
    padding: 10px 12px;
    font-size: 14px;
    border-bottom: 1px solid #e1dede;
}
.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;
}
.user-menu .user-name {
    padding: 10px 15px;
}
.user-menu .user-close {
    border: none !important;
}

.favorite-list {
    margin-top: 8px;
    margin-bottom: 5px;
    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 {
    margin-right: 5px;
    text-align: center;
    line-height: 51px;
}
.header-bottom .container {
    position: relative;
}
#main {}
/* SMART KATEGORİ */
.categories-title {
    /* border-radius: 5px 5px 0 0; */
    min-height: 55px;
    line-height: 55px;
    color: white;
    font-size: 17px;
    font-family: 'rubik';
    font-weight: 500;
    padding: 0px 20px 0 0;
    background: linear-gradient(to bottom, #dda133 25px, #d47b00 25px);
    margin-top: 35px;
}
.categories-title i {
    color: white;
}
.categories-title .navbar-toggler {
    background: #5a9cd6;
    padding: 0px 12px !important;
    display: block;
    float: left;
    margin: 0px 15px 0px 0px;
    height: 55px;
    border-radius: 0;
    border: none;
    background: linear-gradient(to bottom, #a29d9d 25px, #727070 25px);
}
.smart-categories .categories-title .navbar-toggler {
	/*    pointer-events: 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;
    font-weight: 400 !important;
}
.smart-categories > nav ul > li a i {
    margin-right: 5px;
    width: 25px;
    text-align: center;
}
.smart-categories nav > ul > li:hover a {
    padding-left: 25px !important;
    color: #6eaee7 !important;
}
.smart-categories .dropdown-toggle::after {
    font-family: 'font awesome 5 free';
    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 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;
}

/* UYARI: 3. Seviye kategoriler orantısız ise scroll ile yüksekliği sınırlayabilirsiniz.

.smart-categories nav ul > li .dropdown-menu .mega-left > ul > li > ul {
    max-height: 300px;
    overflow-y: scroll;
}
*/
.smart-categories nav ul li .dropdown-menu .mega-left > ul > li > a {
    font-weight: 500;
}
}
@media (min-width: 1200px) {
/* SMART ÜST KATEGORİLER BAŞLANGIÇ */
.top-categories > li {
    position: unset;
}
.top-categories > .nav-item a, .top-categories .nav-item > .nav-link {
    padding: 0em 2em;
    font-size: 14px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    line-height: 51px;
    border-right: 1px solid black !important;
    text-decoration: none;
}

.top-categories .dropdown-toggle::after {
    color: #dd0010 !important;
}
.top-categories > li > a, .top-categories > li > a:hover {
    color: white !important;
}
.top-categories > li:first-child a {
    padding-left: 0 !important;
}
.top-categories > li:first-child:hover > a {
    background: transparent;
}
.top-categories > li:hover > a {
    /* background: #000000; */
}
.header-bottom .dropdown-menu:before {
    opacity: 0;
}
.top-categories li .primary-level {
    width: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    opacity: 0;
    left: 0;
    display: inherit;
    padding: 20px 10px;
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    border: none;
    /* box-shadow: none !important; */
}
.top-categories li:hover .primary-level {
    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: 0;
    top: 47px;
    border: 2px solid red;
    box-shadow: 4px 4px 0px #0000000d;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.top-categories  .mega-left {
    float: left;
    width: 72%;
}
.top-categories .mega-left > ul > li {
    /* float: left; */
    /* width: 33.33333%; */
    padding: 0px 8px;
    margin-bottom: 15px;
}

.top-categories .mega-left > ul > li > a {
    /* border-bottom: 1px solid #fa851c; */
    background: none;
    padding: 0;
    font-size: 17px;
    line-height: 40px;
    margin-bottom: 10px;
    border-right: none;
    color: #e30713;
}
.mega-left > ul {
    column-count: 3;
}

.top-categories .mega-left > ul > li > ul > li {
    /* display: inline-block; */
    /* margin-right: 5px; */
}

.top-categories .mega-left > ul > li > ul > li a:after {content: ",";display: inline-block;}
.top-categories .mega-left > ul > li > ul > li a {
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    line-height: 28px;
}
.top-categories .dropdown-submenu.dropdown-menu {
    display: block !important;
    position: inherit !important;
    border: none;
    width: auto !important;
    margin: 0;
    padding: 0;
    min-width: auto !important;
}
.top-categories .mega-right {
    width: 28%;
    float: right;
    height: 100%;
}
.top-categories .mega-right a {
    padding: 0;
}
.top-categories .mega-right img {
    max-width: 100%;
}
}


/* SMART ÜST KATEGORİLER SONU
@media (max-width: 1200px) {
.smart-categories .navbar-nav .dropdown-menu {
    float: left;
    width: 100%;
    position: relative;
    background: #fdfdfd;
    border: 1px solid whitesmoke;
    border-bottom: 0;
}
.smart-categories .show .dropdown-toggle:after {
    content: "\f107";
	    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
}


/* SMART KATEGORİ*/

/* SLIDER MODÜLÜ */
.slider .owl-nav {
    position: absolute;
    bottom: 75px;
    right: 50px;
}
.slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.slider .owl-dots > div span {
    background: #000000 !important;
    width: 46px !important;
    border-radius: 9px;
}
.widget-slider .owl-dots > div.active span {
    background: #e85122 !important;
}
.slider img {
    width: auto !important;
}
.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-description {
    position: absolute;
    top: 60px;
    left: 42px;
    max-width: 52%;
}
.slider-description h1 {
    font-weight: 700;
    color: #3b3b3b;
    margin: 0;
}
.slider-description h2 {
    color: #3a3737;
    font-size: 26px;
    letter-spacing: -0.4px;
}
.slider-description p {
    font-size: 15px;
    line-height: 28px;
    margin: 30px 0px;
}
.slider-description .indirim {
    font-size: 35px;
    color: #6eaee7;
    font-weight: 600;
}
.slider-description .satin-al {
    display: inline-block;
    padding: 15px 30px;
    background: #6eaee7;
    border-radius: 9px;
    color: white;
    font-size: 15px;
    margin-top: 35px;
}
.slider-description p {
    font-size: 15px;
    line-height: 28px;
    margin: 30px 0px;
    color: #565657;
}
.slider-description .satin-al:hover {
    background: #5ea5e5;
}
/* SLIDER MODÜLÜ SON */

/* MARKA SLIDER BAŞLANGIÇ */
.markaImage a {
    padding: 8px 30px;
}
/* MARKA SLIDER SON */

/* 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 {
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
    position: relative;
    margin-top: 7px;
    display: none !important;
}
.top10-fullwidth .module-title span {
	background: #ffffff;
	padding: 0px 30px;
	margin: 0 !important;
	line-height: 55px;
	height: 55px;
	display: inline-block;
	color: black;
	/* border-top-left-radius: 6px; */
	/* border-top-right-radius: 6px; */
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 0.4px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-family: 'Poppins', sans-serif;
}
.product-item {
    z-index: 98;
    background-color: #fff;
    margin: 15px 0px;
    position: relative;
    /* border-top-left-radius: 16px; */
    /* border-bottom-right-radius: 16px; */
    border: 1px solid #e9ecef;
    border-radius: 11px;
}
.product-image {
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 108px;
    margin: 42px 0px;
}
.product-multi-image .owl-dots {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
}
.product-multi-image .owl-dots div span {
    background: #f3f6fa !important;
}
.product-multi-image .owl-dots .active span {
    background: #63c2a2 !important;
}
.product-image img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    width: auto !important;
    display: initial !important;
}
.product-image:after {
    border-bottom: 1px solid #f2f2f2;
    content: "";
    height: 1px;
    width: 65%;
    margin: 0px auto;
    display: block;
}
.new-product {

    top: 15px;
    left: 24px;
    color: black;
    background: #f9f9f9;
}
.discount-rate {
    color: white;
    background: #ff0001;
    font-size: 16px;
    position: absolute;
    margin-left: 21px;
    top: 78%;
    z-index: 10;
    line-height: 29px;
    padding: 5px 4px;
    /* border-top-left-radius: 12px; */
    border-radius: 3px;
    width: 54px;
}
.discount-rate .percent {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.new-product{
    width: 60px;
    height: 28px;
    position: absolute;
    border-radius: 3px;
    padding: 4px 0px;
    z-index: 10;
    text-align: center;
}
.discount-rate:after, .new-product:after {
    content: "\f0dd";
    font-family: 'fontawesome';
    position: absolute;
    font-size: 22px;
    top: 9px;
    display: none;
}
.new-product:after {
    right: 10px;
    color: #f9f9f9;
}
.discount-rate:after{
    left: 10px;
    color: #6eaee7;
}
.new-product span {
    font-size: 12px;
    line-height: 22px;
	    letter-spacing: 0.6px;
}
.product-name {
    /* height: 44px; */
    /* overflow: hidden; */
}
.product-name a {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    text-decoration: none;
}

.product-info {
    padding: 2px 2px;
    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;
}
.product-rating span {
    display: none;
}
.product-rating {
    margin-bottom: 10px;
}
.product-price > div {
    /* display: inline-block; */
}
.cart-content .product-price > div {
    display: block;
    color: #2a2c2b;
    font-size: 18px;
}
.cart-content td.product-name {
    max-width: 390px;
}
.product-price .price {
	font-size: 25px;
	/* letter-spacing: -1.3px; */
	font-weight: 700;
	color: #ff0000;
	margin-top: -12px;
	margin-left: 29px;
}
.old-price {
    /* text-decoration: line-through; */
    /* font-size: 13px; */
    /* color: #8e8e8e; */
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 37px;
    margin-left: 69px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: line-through;
}
.rate-content {
    position: relative;
    height: 14px;
    background: url(../images/ratingblank.png) no-repeat scroll center center transparent;
    margin-top: 8px;
    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: 100;
    width: 40px;
    text-align: center;
    position: absolute;
    margin: 0px auto;
    right: 15px;
    display: none;
    opacity: 0;
    top: 15px;
}
.product-item:hover .action-hover {
    display: block;
    opacity: 1;
}
 .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;
    width: 100%;
    float: left;
    border-right: 0;
    background: #eff5f5;
    margin-bottom: 8px;
}
.product-item .action-hover li:first-child {
}

 .product-item .action-hover li a {
    padding: 0px 8px;
    position: relative;
    font-size: 13px;
    color: #444444;
    line-height: 43px;
    cursor: pointer;
}
.product-item .action-hover li:last-child {
    border-right: 0;
}
.product-item .action-hover li .alert-error {
	line-height: 43px;
    cursor: move;
}
.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: 12px;
    letter-spacing: 0.50px;
    padding: 0px 20px;
    position: absolute;
    top: 0;
    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;
    right: 100%;
    height: 43px;
    line-height: 43px;
    display: none;
}
 .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: white;
    background-color: #52ac8e;
}
 .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: #63c2a2;
}
/* TOP10 FULLWIDTH SONU */

/* TOP10 GROUP BAŞLANGICI */
.top10-group .nav-link {
    /* background: #e5edf5; */
    text-align: center;
    height: 150px;
    padding: 30px 15px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: linear-gradient(to bottom, #5c5b5b 12px, #b5aeae 50px);
}
.top10-group .nav-tabs {
    border: none;
}
.top10-group .nav-link h3 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-top: 10px;
}
.top10-group .nav-link.active, .top10-group .nav-link:hover {
    background: #10b9b8;
    color: white;
    border: 1px solid transparent;
    background: linear-gradient(to bottom, #b5aeae 12px, #5c5b5b 50px);
}
.top10-group .nav-link.active h3, .top10-group .nav-link:hover h3 {
    color: white;
}
.top10-group .nav-link.active img, .top10-group .nav-link:hover img {
    filter: brightness(0) invert(1);
}
.top10-group .tab-content {
    background: url(../images/top10-group-bg.png) no-repeat #eff5f5;
    box-shadow: inset 0px 22px 16px -10px #dce7e7, inset 0px -20px 18px -10px #e0eded;
}
/*.top10-group .tab-content .owl-item:first-child {
    width: 20% !important;
}
.top10-group .tab-content .owl-item:first-child .item-1 .item-child:last-child {
    display: none !important;
}
*/
h2.group-title {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
}
h2.group-title:after {
    width: 90px;
    content: "";
    height: 4px;
    background: #212529;
    position: absolute;
    bottom: -10px;
    left: 0;
}

/* TOP10 GROUP SONU */

/* TOP10 GROUP-2 BAŞLANGICI */
.top10-group-2 .group-header {

    box-shadow: 0 8px 18px -2px #efefef8a;
}
.top10-group-2 .nav-tabs .nav-link {
    background: #000000;
    text-align: center;
    border: none;
    color: white;
    padding: 10px 40px;
    border-radius: 32px;
    font-family: 'Rajdhani', sans-serif;
}
.top10-group-2 .nav-tabs .nav-link h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.top10-group-2 .nav-tabs {
    text-align: center !important;
    display: block;
    margin: 0;
    border: none;
}
.top10-group-2 .nav-tabs .nav-item {
    display: inline-block;
    float: none !important;
    padding: 0px 8px;
}
.top10-group-2 .nav-tabs .nav-link.active, .top10-group-2 .nav-tabs .nav-link:hover  {
	position:
	relative;
	background: #d61a20;
	-webkit-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}
.top10-group-2 .nav-tabs .nav-link.active:after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    color: #000000;
    font-size: 28px;
    line-height: 15px;
}
.top10-group-2 .product-item {
    border: 1px solid #f7f7f7;
    box-shadow: inset 0px 0px 12px 4px #e7e7e733;
    margin: 25px 0px;
}
.top10-group-2 .owl-theme .owl-nav {
    top: -45px;
}
/* TOP10 GROUP-2 SONU */

/* POSTER ICONS BAŞLANGICI */
.icon-items h4 {
    font-size: 18px;
    font-weight: 600;
	margin-bottom:5px;
}
.icon-items p {
    font-size: 14px;
}
/* POSTER ICONS SONU */
/* BANNER MODÜLÜ */

.banner-items img {
    max-width: 100%;
    height: auto;
}
/* BANNER MODÜLÜ SON */

/* BLOG SLILDER BAŞLANGICI */

.blog {
    /* background: url(../images/top10-group-bg.png) no-repeat #f9f9f9bf; */
    background-position: top left;
}
.blog-container {
    padding-top: 20px;
}
.blog-content h2 {
    font-size: 20px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #1f1f1f;
}
.blog-content p {
    font-size: 15px;

    color: black;
    line-height: 26px;
}
.blog-image img {
    /* border: 8px solid white; */
}
a.detaylar {
    background: #ff0000;
    display: inline-block;
    color: white;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 5px 22px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-top: 12px;
}
.carousel-nav .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
}
.carousel-nav .owl-theme .owl-nav [class*='owl-'] {
    /* background: #000000; */
    /* padding: 12px 10px; */
    /* width: 40px; */
    /* height: 40px; */
    /* font-size: 16px; */
    /* border-top-left-radius: 12px; */
    /* border-bottom-right-radius: 12px; */
}
.carousel-nav .owl-theme .owl-nav .disabled {
    background: #d61a20;
    opacity: 1;
}
/* BLOG SLIDER SONU */
/* VİTRİN MODÜLÜ */
.category-page .breadcrumb {
    padding: 10px 0px;
}
.open-filter {
    position: fixed;
    left: 0;
    top: 35%;
    border-radius: 0;
    z-index: 9999;
}
.sidebar {
    border-radius: 8px;
    border: 1px solid #f3f6fa;
    background: #f3f6fa;
}
.sidebar-item {
    padding: 15px;
}
.cat-price {
    background: #f3f6fa;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #e6eaef;
}
.sidebar-item h6 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}
.categories ul li {
    line-height: 32px;
}
#brandContainer {
    max-height: 250px;
    overflow-y: scroll;
}
.sidebar ::-webkit-scrollbar {
    width: 14px;
}

.sidebar ::-webkit-scrollbar-track {
    background-color: #e0e5eb;
    border-radius: 10px;
}

.sidebar ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8;
}
.sidebar .check-list ul li label:before {
    top: 6px;
}

.cat-price .rangeSliderContainer {
    padding: 0px 10px;
}
#totalProductCount {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 15px;
    color: black;
    margin-top: 10px;

}
.cat-color ul li {
    display: inline-block;
    padding: 2px;
}
.cat-color ul li label img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.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: 15px;
    color: #232323;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    font-weight: 500;
}
.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;
}

.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;
    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-size: 16px;
       position: absolute;
       left: 0;
       right: inherit;
       text-align: center;
       content: "\f00c";
       font-family: 'font awesome 5 free';
       font-weight: 900;
 }

.tabs-navigation ul {
    margin: 0;
    position: relative;
    /* border-top: 3px solid red; */
    /* background: red; */
}
.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: #e30713;
    color: white;
    border: 1px solid transparent;
}
.vitrin .product-item {
    border: 8px solid #f3f6fa;
}
.sorting-list select {
    padding: 0px 10px;
    border: 1px solid gainsboro;
    border-radius: 6px;
    color: #615f5f;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    width: 98%;
}
.one-content .product-image {
    width: 25%;
    float: left;
    border-right: 1px solid #e5e5e5;
    overflow: hidden;
	margin: 0;
}
.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;
    top: 50%;
    text-align: center;
    background: #f9f9f9;
    display: inline-block;
    left: 0;

    right: 0;
    width: 60%;
    margin: 0px auto;
    padding: 8px 0px;
}
.one-content .user-cart {
    right: 0;
    top: 0;
    float: right;
    width: 150px;
    left: inherit;
    background: #6eaee7;
    color: white;
}
.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';
}
.product-label-detail ul li[title]:hover:after {content: attr(title);position: absolute;top: 100%;left: 0;background: #000;min-width: 100px;z-index: 999;color: #fff;padding: 5px;}

.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;
    display: none;
}
.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 {
    /* margin-top: 30px; */
    background: white;
}
.product-page-center {
	border-radius: 8px;
	color: #7b7b7b;
}
.product-name-detail {
    font-size: 22px;
    font-weight: bold;
    color: black;
    border-bottom: 1px solid #e5e5e5;
}
.product-title {
    padding-top: 6px;
    padding-bottom: 20px;
    /* background: #eeeeee; */
}

ol.breadcrumb li a:after {
    content: "/";
    display: inline-block;
    margin: 0px 8px;
}
ol.breadcrumb {
    background: none;
    margin: 0;
    padding-left: 0;
    padding: 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: 16px;
	background: #ffffff;
	border: 1px solid #e7e7e79e;
	position: relative;
	margin-top: 30px;
	border-bottom: 2px solid #0f8db3;
	border-radius: 8px;
	line-height: 28px;
	color: #6f6d6d;
}
.description:before {
    /* content: "Detay"; */
    position: absolute;
    top: -18px;
    background: #0f8db3;
    padding: 5px 50px;
    /* border: 1px solid #e7e7e79e; */
    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: 3px 0px;
    background: white;
    font-size: 13px;
}

.product-label-detail{display: none;}
.product-social ul {
    margin-bottom: 0;
}
.product-social ul li a {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align:center;
    color: #7a7979;
    /* font-weight: 400; */
}
.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;
    color: #6d6d6d;
    font-size: 22px;
}
.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;
}
.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;
    display: none;
}
li.featured-price {
    font-weight: 700 !important;
    font-size: 18px;
    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: 12px;
    margin-top: -32px;
    border: 1px solid;
    background: red;
    color: white;
    background: #f6000d;
    height: 60px;
    width: 60px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    flex-direction: column;
}
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: 15px;
    color: #5f5e5e;
    margin-left: -76px;
    margin-top: 23px;
}
ul.product-code li {
    display: inline-block;
    padding-right: 10px;
}
ul.product-code li span:first-child {
    font-weight: 600;
}
.product-add {margin-top: 11px;}
.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 #dddddd;


}
.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: -1px 10px;
    padding: 15px 54px;
    line-height: 43px;
    background: #0f8db3;
    color: white !important;
    border-radius: 32px;
    cursor: pointer;
    border:none;
    font-size: 15px;
    font-family: 'rubik';
    /* border-top-left-radius: 12px; */
    /* border-bottom-right-radius: 14px; */
    background: #f6000d;
}
.add-to-cart-detail:hover {
    background: black;
}
.overview-button {
    padding: 10px 0px;
    border: 1px solid #f3f6fa;
    float: left;
    width: 100%;
    margin-top: 25px;
    border-left: 0;
    border-right: 0;
    margin-bottom: 15px;
}
.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: #f3f6fa;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    border-radius: 50%;
}
.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: -36px;
    left: 50%;
    right: 50%;
    min-width: 144px;
    background: #f7f7f7;
    text-align: center;
    color: #323131;
    border-radius: 32px;
    padding: 5px 8px;
    font-size: 10px;
    margin: 0px auto;
    transform: translate(-50%, 0%);
    font-weight: 400;
}

/** 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: 10px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    /* border: 1px solid #e8e8e8; */
    z-index: 99999999;
}
.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: black;
    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: red;
    color: 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;
}
.star-ratings-sprite1 {
    width: 75px;
    background: url(../images/ratingblank.png) no-repeat scroll center center transparent;
    float: left;
}
.star-ratings-sprite-rating1 {
    background: url(../images/rating5.png) no-repeat scroll left center transparent;
    display: inline-block;
    height: 20px;
}
/* Ü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;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.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 #e7e7e7a3;
    background: #f1f1f1;
    margin-right: 8px;
    width: 35px;
    height: 35px;
    color: #3a3838;
	cursor:pointer;
}

.size-selector .normal.hover {
    border: 1px solid transparent;
    background: #6eaee7;
    color: white;
}
.size-selector .selected {
    border: 1px solid transparent;
    background: #6eaee7;
    margin-right: 8px;
    width: 35px;
    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: 35px;
    height: 35px;
    color: #3a3838;
    cursor: pointer;
    opacity: 0.4;
    position: relative;
    cursor: no-drop;

    box-shadow: none !important;
    border: none;
}
.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;
}


/* Ü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;
}
.static-content label {

font-size: 15px;
}
.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 input {
    border: 1px solid #d0d0d0;
    padding: 7px;
}
.input-group input + input {
    position: absolute;
    right: 10px;
}
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';
}

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;
    /* box-shadow: inset 0px 0px 56px 0px whitesmoke; */
}
.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;
}
#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 {
    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;
    cursor: pointer;
}
.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: 9999;
}
.captha-2 img {
    top: 31px;
}
.register-btn {
    min-width: 160px;
    padding: 0;
    line-height: 42px;
    background: #757575;
    color: white;
    border-left: 0;
}
.register-btn:before {
    float: left;
    background: #6b6868;
    line-height: 42px;
    width: 56px;
    color: white;
    /* border-right: 1px solid #5f8cb3; */
    content: "\f234";
    font-family: 'font awesome 5 free';
    font-weight: 900;
}
.register-btn:hover {
    background: #6b6868;
    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: 78px;
    color: #797a7a;
}
.register-icons .icon-item {
    margin-bottom: 20px;
}
.register-icons .icon-content h3 {
    font-size: 18px;
    font-weight: 600;
}
.register-icons .icon-content p {
    font-size: 14px;
    color: #404040;
    line-height: 22px;
    font-weight: 500;
}
.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;
    font-size: 15px;
}
.contact ul li i {
    width: 55px;
    height: 55px;
    margin: 0px auto;
    background: #e5edf5;
    line-height: 55px;
    font-size: 18px;
    border-radius: 50%;
    color: #404242;
    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 */


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -255px;
    height: 100vh;
    z-index: 999;
    background: #33c9dd;
    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: #2497a7;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 12px;
}

#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 ul.components {
    padding: 10px 0;
    border-bottom: 1px solid #33c9dd;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: white;
}

#sidebar ul li a:hover {
    color: #ffffff;
    background: #2bb4c6;
}

#sidebar ul li.active>a, #sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

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: #6d7fcc;
}

#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;
}
/* E-BÜLTEN BAŞLANGICI */
.newsletter {
    position: relative;

    padding: 45px 0px;
}
.news-alert {
    position: absolute;
    bottom: 0;
}
.newsletter-content .news-input {

    width: 100%;
    background: #eff5fb;
    box-shadow: none;
    border: none;
    padding: 0px 20px;
    border-radius: 36px;
    font-size: 15px;
    height: 56px;
}
.newsletter-content .news-input::placeholder {
    color: #9eb3c8;
}
.newsletter-content .send {
    position: absolute;
    right: 0;
    top: 0;
}
.newsletter-content .send-button {

border-top-right-radius: 36px;

border-bottom-right-radius: 36px;

border: none;

width: 140px;

background: #79c053;

color: white;

height: 56px;

text-align: left;

text-indent: 18px;

font-weight: 500;

font-size: 17px;

cursor: pointer;
}
.send i {
    position: absolute;
    line-height: 56px;
    color: white;
    padding: 0px 18px;
    right: 0;
    font-size: 22px;
}
.newsletter:after {
    width: 100%;
    height: 1px;
    content: "";
    border-bottom: 1px solid #f3f3f3;
    position: absolute;
    top: 50%;
    z-index: -1;
}
/* E-BÜLTEN SONU */

/* FOOTER BAŞLANGICI */
#footer {/* position:relative; *//* background-color: #313131; *//* font-size: 14px; */color: #707070;/* font-family: 'Oswald', sans-serif; *//* padding-top: 0px; *//* margin-top: 35px; */background: whitesmoke;z-index: 99;}
div#footer:before {
    /* background-image: url(../images/footer-bg.png); */
    /* content: ""; */
    /* position: absolute; */
    /* top: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-repeat: no-repeat; */
    /* background-position: left top; */
    /* z-index: 9999999999; */
}
.footer-title {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
    font-family: 'Rajdhani', sans-serif;
    position: relative;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #e5e5e5; */
    font-weight: bold;
}
.footer-title:hover {
    color: #f35307;
    font-weight: 900;
}
.footer-title:after {
    border-bottom: 4px solid #db1d27;
    height: 1px;
    width: 70%;
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    display: none;
}
.footer-links li a {
    line-height: 30px;
    color: black;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
	text-decoration:none;
}
.footer-links li a:hover {
    color: #ec5c08;
}
.footer-newsletter span {
	padding: 20px 0px;
    display: block;
    font-family: 'rubik';
    line-height: 24px;
}
.footer-social li {
    display: inline-block;
}
.footer-social li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    /* background: linear-gradient(-45deg, #ec1d23 16%, #be1e2e 90%); */
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    margin-top: 4px;
}
.footer-social li a i {
    line-height: 40px;
    color: #ffffff;
}
.footer-social li a:hover {
    background: linear-gradient(-45deg, #c51e2c 16%, #ec1d23 90%);
}
.footer-social li a:hover i{
	color:white;
}
.company-information {
    border-top: 1px solid #8c8686;
    border-bottom: 1px solid #8c8686;
    display: none;
}
.information-content {
    float: left;
    color: white;
    font-family: 'Rajdhani', sans-serif;
	    display: table;
}
.company-information i {
    float: left;
    background: linear-gradient(-45deg, #c31e2d 16%, #e71e25 90%);
    width: 72px;
    height: 72px;
    display: inline-block;
    text-align: center;
    line-height: 72px;
    font-size: 29px;
    color: white;
    border-radius: 50%;
}
.company-information i:hover {
    background: linear-gradient(-45deg, #e71d24 16%, #c61e2d 90%);
}
.information-content span {
    display: table-cell;
    vertical-align: middle;
    height: 72px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 26px;
}
.footerBottom {
    padding: 20px 0 15px;
    letter-spacing: 0.3px;
    color: black;
    font-family: 'Rajdhani', sans-serif;
    /* background: white; */
}
.footer_ref {
    text-align: right;
    color: white;
}
.footer_ref * {
    color: white;
    font-family: 'Rajdhani', sans-serif;
}
.footer-cards {
	font-size: 25px; 
	color: gray;
}

/* FOOTER SONU */
.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.xzoom-thumbs a {
    width: 33%;
    float: left;
    padding: 0 3px;
}

.xzoom-container {
    width: 100%;
}

.xzoom-thumbs a img {
    /* width: 100%; */
    border: 1px solid #ddd;
    outline: 0;
    box-shadow: none;
    float: left;
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.AdvancedSearchFilter {
    padding: 38px 20px 28px 20px;
    background: white;
    border-radius: 60px;
    box-shadow: 1px 15px 26px -1px #e6e6e699;
    z-index: 99;
    position: relative;
    top: -14px;
    border: 1px solid;
}
ul.advanced-list li select {
    border: 1px solid #000000;
    border-radius: 36px;
    padding: 12px 30px;
    width: 200px;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: bold;
}
ul.advanced-list li label {
    width: 100%;
    display: block;
    float: center;
    margin-left: 48px;
}
.advanced-search {
	border-radius: 36px;
	padding: 0px 30px;
	font-size: 14px;
	text-align: center;
	background: #c31d2c;
	border: none;
	color: white !important;
	line-height: 47px;
	margin-top: 27px;
}
.advanced-search:hover {
    color: white !important;
    background: black;
}

@media screen and (max-width:768px) {
ul.advanced-list li select {
    width: 100%;
    margin-bottom: 10px;
    background: #f9f9f9;
}
.AdvancedSearchFilter {
    top: 0;
    margin: 20px 0px;
    border-radius: 9px;
}
.advanced-search {
    margin-top: 15px;
}
.AdvancedSearchFilter {
    border-radius: 9px;
}
}


.select-content select {
    height: 65px;
    padding: 0;
    position: relative;
    cursor: pointer;
    border: none;
    outline: 0;
    display: inline-block;
    /* text-align: center; */
    font-size: 18px;
    font-weight: 300;
    color: black;
    width: 16.666667%;
    float: left;
    border-radius: 0;
    margin-left: 135px;
    text-indent: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* appearance: none; */
    background: url(../images/right-arrow.png) no-repeat scroll top right white;
    -webkit-filter: brightness(1.02);
    padding: 10px;
    font-family: 'Rubik', sans-serif;
    background-color: #b5aeae;
    /* box-shadow: 14px 3px 8px #b5aeae; */
}

.spare-search input {
    width: 86%;
    margin: 0px !important;
    /* box-shadow: none !important; */
    padding: 3px !important;
    /* background: #ffffff !important; */
    border: 1px solid;
    height: 65px !important;
    border-radius: 33 !important;
    text-indent: 25px;
    font-size: 14px !important;
    color: white !important;
    border: 1px solid #b9b1b1;
    /* background-color: #b5aeae; */
    box-shadow: 14px 3px 23px #b5aeae;
    background-color: #b9b1b1;
}

.filterButton {
    position: absolute;
    right: 0;
    top: 0;
    background: #363f4d;
    width: 50px;
    height: 65px;
    padding: 25px 0px;
    color: #fff !important;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
}

.spare-search {
    margin: 0px auto;
    position: relative;
    width: 28.666666%;
    float: left;
    }
	
	.select-content.my-4.clearfix {
    background-color: #b9b1b1;
}


.hdr-srch-box {
    float: right;
    background: white;
    width: 89%;
    /* padding: 31px; */
    border: 2px solid #efefef;
    border-radius: 9px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 8px !important;
}



.bar {
    background: red;
    color: red;
    border: 15px solid;
    padding: 0px;
}


.product-barkod {
    margin-top: 1px;
	font-size:15px;
}
.product-mark {
    margin-top: 54px;
	font-size:15px;
}
.product-price1 {
    font-size: 17px;
    /* font-weight: 800; */
}
.new-price {
    margin-left: 68px;
}
a.quantity-minus {
    margin-top: -32px;
}


element.style {
}
.quantity-control2 {
    margin-left: 65px;
    margin-top: -16px;
}

a.btn.btn-wp {
    font-size: 14px;
    background: #33aa29;
    border-color: #33aa29;
    color: #fff;
    font-weight: 500;
    margin: -46px 22px 14px 0;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 36px;
}

.product-badges {
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product-badges .p-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin: 0 5px 5px 0;
    height: 45px;
}

.product-badges .p-badge span {
    color: #222;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}
.old-price1{
	/* text-decoration: line-through; */ */
	/* font-size: 13px; */
	/* color: #8e8e8e; */
	font-weight: 500;
	/* font-family: "Open Sans", sans-serif; */
	/* line-height: 37px; */
	/* margin-left: 7px; */
	/* font-size: 13px; */
	font-weight: bold;
	color: #000;
	text-decoration: line-through;
	letter-spacing: 0.7px;
	height: 28px;
}


@media (max-width: 768px) {
	.old-price {
    /* text-decoration: line-through; */
    /* font-size: 13px; */
    /* color: #8e8e8e; */
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    /* line-height: 37px; */
    margin-left: 70px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-decoration: line-through;
    letter-spacing: 0.7px;
}


.product-price .price {
    font-size: 25px;
    letter-spacing: -1.3px;
    font-weight: 700;
    color: #ff0000;
    margin-top: -1px;
    margin-left: 2px;
}


a.btn.btn-wp {
    font-size: 14px;
    background: #33aa29;
    border-color: #33aa29;
    color: #fff;
    font-weight: 500;
    margin: 11px 17px 10px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
margin-right: 10px;}

.new-price {
    margin-left: 68px;
    margin-top: -14px;
    font-size: 16px;
}
.pop {
    border: 1px solid !important ;
    background: red !important ;
    color: white !important ;
    width: 48% !important ;
    height: 41px !important ;
    padding: 10px 21px !important ;
    border-radius: 40px !important ;
    margin-top: 6px !important ;
    margin-left: 0px !important ;
}


div#double-buttons {
   border: 1px solid;
    background: red;
    color: white;
    width: 101px;
    margin-left: 9px;
    padding: 7px;
    border-radius: 3px;
    cursor: pointer;
}
img#xzoom-fancy {
    user-select: none !important;
    -webkit-user-drag: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    touch-action: inherit !important;
    width: 340px !important;
}


.discount-rate {
    color: white;
    background: #ff0001;
    font-size: 16px;
    position: absolute;
    margin-left: 15px;
    top: 75%;
    z-index: 10;
    line-height: 15px;
    padding: 5px 4px;
    /* border-top-left-radius: 12px; */
    border-radius: 3px;
    width: 38px;
    display: none !important;
}
.product-image {
    position: relative;
    overflow: hidden;
    text-align: center;
    /* min-height: 209px; */
    /* margin: 15px 20px; */
}
.product-name {
    height: 63px;
    overflow: hidden;
}


}

div#middle{
	background:#eeeeee;
}




.markaImage {
    /* height: 179px; */
    width: 102%;
    margin-left: -21px;
}


div#double-buttons {
   /* border: 1px solid; */
   /* background: red; */
   /* color: white; */
   /* width: 100px !important; */
   /* margin-left: 14px; */
   /* padding: 7px; */
   /* border-radius: 35px; */
   /* cursor: pointer; */
   /* height: 39px; */
}

.product-profile-1 .social-share {
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px;
}

.jssocials-shares {
    margin: 0.2em 0;
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share-twitter .jssocials-share-link {
    background: #00aced;
}

i.fab.fa-facebook-square {
    background: #e00000;
    width: 100%;
    font-size: 24px;
}

i.fab.fa-instagram {
    background-color: #e00000;
    width: 100%;
    font-size: 24px;
}

i.fab.fa-linkedin {
    background-color: #e00000;
    width: 100%;
    font-size: 24px;
}

i.fab.fa-youtube {
    background-color: #e00000;
    width: 100%;
    font-size: 24px;
}

i.fab.fa-twitter {
    background-color: #e00000;
    width: 100%;
    font-size: 24px;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 20%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}


div#middle_center {
    background: white;
}

.product-item:hover {
    box-shadow: 0 1.3px 4px rgba(0,0,0,.02), 0 4.5px 13.4px rgba(0,0,0,.03), 0 20px 60px rgba(0,0,0,.05);
}


.icon1 {
    align-items: center;
    background-color: #ff0000;
    border-radius: 1.6rem;
    color: #fff;
    display: flex;
    flex: 0 1 auto;
    font-size: 3rem;
    height: 120px;
    justify-content: center;
    line-height: 1;
    width: 120px;
}
.supportPhone.companyLinks {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.bi-telephone::before {
    content: "\f5c1";
}

.socialMedia.companyLinks {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
.iconLinks {
    display: flex;
    gap: 1rem;
}

a.border1 {
    border: 1px solid #ffffff;
    border-radius: 1.25rem;
    color: #ffffff;
    display: block;
    padding: 1.2rem;
    text-align: center;
    background-color: red;
}

a.h1.fw-bolder.text-dark1 {
    color: black;
    font-size: 22px;
}

p.small.text-black-50.mb-0-1 {
    font-size: 26px;
}

.old-price2
    
	{
    /* font-weight: 500; */
    /* margin-left: 10px; */
    /* margin-left: 7px; */
    margin-left: -24px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-decoration: line-through;
    letter-spacing: 0.7px;
    height: 28px;
    margin-top: -45px;
    }
	
	
	span.percent {
    color: white;
    background: #ff0001;
    font-size: 16px;
    position: absolute;
    margin-left: -76px;
    top: 85%;
    z-index: 10;
    line-height: 29px;
    padding: 5px 4px;
    /* border-top-left-radius: 12px; */
    border-radius: 3px;
    width: 53px;
}

.price11 {
    font-size: 19px;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #ff0000;
    margin-top: -10px;
    margin-left: -16px;
}


a#btnAddToCart1 {
    border: 1px solid;
    border-radius: 46px;
    width: 99%;
    background: red;
    color: white;
    text-align: center;
    height: 26px;
    cursor: pointer;
}

.stot {
    border: 1px solid;
    /* padding: 5px; */
    text-align: center;
    background: red;
    color: white;
    height: 25px;
    border-radius: 37px;
}
@media (max-width: 960px) {
.logo img {
    display:none;
}
    .header-middle-search .search-button {
        color: white !important;
        height: 40px;
        px; */ position: absolute;
        right: 18px; 
        top: 0;
        px; */ font-family: 'Rajdhani', sans-serif;
        font-weight: 500;
        text-align: left;
        text-indent: 22px;
    }
    
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}
.markaImage {
   display:none;
}
}




a#navbarDropdown {
    color: black;
}



a#btnAddToCart {
    background: red;
    text-align: center;
    color: white;
    border-radius: 30px;
    border: 1px solid;
    background: red;
    color: white;
    width: 75% !important;
    margin-left: 41px;
    padding: 6px;
    border-radius: 24px;
    cursor: pointer;
    width: 15p;
}

.pro-section {
    position: fixed;
    margin-top: -62px;
}


.pop {
    border: 1px solid;
    background: red;
    color: white;
    width: 48%;
    height: 41px;
    padding: 10px 99px;
    border-radius: 40px;
    margin-top: 6px;
}

.pop span {
    color: white;
}

ul#categoriesContainer a {
    text-decoration: none;
    color: red;
}


 body {
	/* font-family: 'Rajdhani', sans-serif; */
	/* font-weight: 500; */
	/* font-size: 14px; */
}
:focus {
	outline:0 !important;
	box-shadow:none !important;

}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}
tr input {
    margin-right: 5px;
}
tr label {
    margin-right: 15px;
}
 .clearFix:after {
     clear: both;
}
 .clearFix:before, .clearFix:after {
     content: "";
     display: table;
}

.module {
    /* min-height: 60px; */
    position: relative;
}
#htmlmodule .moduleContent p {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 13px;
}
#htmlmodule .moduleContent {
    padding: 15px;
    /* border: 1px solid #efeded; */
    border-top: 0;
}
.static-type ul {
    margin-bottom: 15px;
}

.static-type ul li {
    line-height: 22px;
}
.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: 15px;
    padding: 0px 15px;
    margin-bottom: 0;
    background: #e5edf5;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.title-type-2 span {
	line-height: 52px;
	font-size: 16px;
}
.title-type-3 {
	margin-bottom: 30px;
	background: #fdfdfd;
	padding: 0;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom: 1px solid #ebebeb;
	font-size: 17px;
	font-weight: 600;
}
.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;
    /* font-size: 15px; */
    color: #252424;
}
.title-type-4 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    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: #00bcd4;
    line-height: 47px;
    width: 60px;
    text-align: center;
    margin-right: 15px;
    border-right: 1px solid #04aec4;
    color: white;
    border-top-left-radius: 6px;
}
.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;
}
#up {
    bottom: 102px;
    right: 20px;
    position: fixed;
    color: black;
    width: 40px;
    height: 40px;
    font: bold 10pt verdana;
    display: none;
    padding: 5px;
    cursor: pointer;
    border: none;
    z-index: 999999;
    border-radius: 5px;
    text-align: center;
    color: white;
    background: #000000;
    padding: 8px 0px;
    font-size: 23px;
}
#up:hover {
    background-color: #00bcd4;
    -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;
}
#header {
    background: #f3f6fa;
}
.topbar {
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid #c1d5df;
    font-family: 'Rajdhani', sans-serif;
    background: #e30713;
}
.topbar-left button i {
    font-size: 20px;
    color: #ffffff;
}
.topbar a {

}
.topbar-menu .navbar-nav > li > a {
    margin: 0;
    height: 51px;
    line-height: 51px;
    color: #ffffff;
    font-weight: 600;
}
.topbar-menu li {

}
.topbar-menu li > a {
    padding: 0px 15px !important;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.language img {
    margin-top: -3px;
    margin-right: 5px;
}
.currency span {
    text-align: center;
    padding-left: 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, .user-menu > .btn{
	background: none;
	font-size: 15px;
	font-weight: 400;
	height: 51px;
	color: #ffffff;
	border-right: 1px solid #c1d5df;
	border-radius: 0;
	padding: 0px 18px;
	line-height: 51px;
}
.currency .btn {
    border-left: 1px solid #c1d5df;
}
.headder-middle-right {
}
.support-phone i {
    width: 50px;
    height: 50px;
    float: left;
    border: 2px solid #000000;
    color: #000000;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 22px;
}
.support-phone-content {
    float: left;
    padding-left: 10px;
}
.support-phone-content h3 {
    font-size: 17px;
    margin: 0;
    margin-top: 2px;
    font-weight: 400;
}
.support-phone-content p {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin: 0;
}
.header-middle {}
.twitter-typeahead {
    display: block !important;
}
.header-bottom {
    background: #e30713;
    /* margin-bottom: 35px; */
}
.logo img {
    max-width: 100%;
    width: auto;
}
.my-cart {
    position: absolute;
    right: 100px;
    margin-top: -162px;
    /* background: #000000; */
    background: linear-gradient(25deg, #858181%, #858181 25px);
    height: 70px;
    z-index: 99;
    padding: 10px 16px;
    /* border-top-left-radius: 22px; */
    /* border-bottom-right-radius: 22px; */
    /* color: black; */
    border: 1px solid red;
    border-radius: 45px;
    background: #e30713;
}
.my-cart > .btn {
    background: none;
    border: none;
    color: black;
    padding: 0;
}
.my-cart > .btn:hover {
    background: none;
	color:black;
}
.my-cart #cart-count {
	background: #000000;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: white;
	font-size: 13px;
	line-height: 20px;
	font-family: 'rubik';
	margin-right: 0;
}
.my-cart-info span {
    display: block;
}
span.my-cart-title {
    font-size: 14px;
    color: #ffffff;
    border-bottom: 1px solid white;
    margin-bottom: 3px;
}

.my-cart-item {
    padding-right: 15px;
}
.my-cart-title span {
    float: left;
    margin-right: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.my-cart-item i {
    font-size: 32px;
    line-height: 55px;
    color: white;
}
.my-cart .dropdown-toggle::after {
    display: none;
}
.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: -8px;
    left: 25px;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    background: #fdfdfd;
    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;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    float: left;
    text-align: center;
}
.cart-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    font-weight: 500;
}
.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;
}
.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: relative;

}
.header-middle-search input {
    color: #9eb3c8;
    font-size: 14px;
    /* border-radius: 36px; */
    height: 40px;
    background: #f3f6fa !important;
    border: 1px solid;
    color: black;
}
.header-middle-search .search-button {
    background: #e30713 !important;
    color: white !important;
    height: 40px;
    padding: 0px 0px;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    line-height: 40px;
    width: 91px;
    text-align: left;
    text-indent: 22px;
}
.header-middle-search .search-button i {
    position: absolute;
    right: 8px;
    bottom: -7px;
    font-size: 27px;
}
.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-dataset.tt-dataset-marka {
    margin-bottom: 15px;
}
h3.league-name {
    font-size: 16px;
    color: #5a9cd6;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 8px;
}
.user-menu button {
    background: none;
    border: none;
    color: black;
    padding: 0;
}
.user-menu .dropdown-menu {
    padding: 15px;
    top: 44px !important;
}
.user-menu .btn-success {
	color:
	white !important;
	background: #e81c22;
	border: none;
}
.user-menu .btn-success:hover {
    background: #3f3f3f;
}
.user-menu button span {
    /* font-size: 13px; */
    display: inline-block;
    float: right;
    color: #ffffff;
}
.user-menu .dropdown-toggle::after {
    display: none;
}
.user-menu li {
    float: left;
    width: 100%;
}
.user-menu ul > li > a {
    padding: 10px 12px;
    font-size: 14px;
    border-bottom: 1px solid #e1dede;
}
.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;
}
.user-menu .user-name {
    padding: 10px 15px;
}
.user-menu .user-close {
    border: none !important;
}

.favorite-list {
    margin-top: 8px;
    margin-bottom: 5px;
    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 {
    margin-right: 5px;
    text-align: center;
    line-height: 51px;
}
.header-bottom .container {
    position: relative;
}
#main {}
/* SMART KATEGORİ */
.categories-title {
    /* border-radius: 5px 5px 0 0; */
    min-height: 55px;
    line-height: 55px;
    color: white;
    font-size: 17px;
    font-family: 'rubik';
    font-weight: 500;
    padding: 0px 20px 0 0;
    background: linear-gradient(to bottom, #dda133 25px, #d47b00 25px);
    margin-top: 35px;
}
.categories-title i {
    color: white;
}
.categories-title .navbar-toggler {
    background: #5a9cd6;
    padding: 0px 12px !important;
    display: block;
    float: left;
    margin: 0px 15px 0px 0px;
    height: 55px;
    border-radius: 0;
    border: none;
    background: linear-gradient(to bottom, #a29d9d 25px, #727070 25px);
}
.smart-categories .categories-title .navbar-toggler {
	/*    pointer-events: 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;
    font-weight: 400 !important;
}
.smart-categories > nav ul > li a i {
    margin-right: 5px;
    width: 25px;
    text-align: center;
}
.smart-categories nav > ul > li:hover a {
    padding-left: 25px !important;
    color: #6eaee7 !important;
}
.smart-categories .dropdown-toggle::after {
    font-family: 'font awesome 5 free';
    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 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;
}

/* UYARI: 3. Seviye kategoriler orantısız ise scroll ile yüksekliği sınırlayabilirsiniz.

.smart-categories nav ul > li .dropdown-menu .mega-left > ul > li > ul {
    max-height: 300px;
    overflow-y: scroll;
}
*/
.smart-categories nav ul li .dropdown-menu .mega-left > ul > li > a {
    font-weight: 500;
}
}
@media (min-width: 1200px) {
/* SMART ÜST KATEGORİLER BAŞLANGIÇ */
.top-categories > li {
    position: unset;
}
.top-categories > .nav-item a, .top-categories .nav-item > .nav-link {
    padding: 0em 2em;
    font-size: 14px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    line-height: 51px;
    border-right: 1px solid black !important;
    text-decoration: none;
}

.top-categories .dropdown-toggle::after {
    color: #dd0010 !important;
}
.top-categories > li > a, .top-categories > li > a:hover {
    color: white !important;
}
.top-categories > li:first-child a {
    padding-left: 0 !important;
}
.top-categories > li:first-child:hover > a {
    background: transparent;
}
.top-categories > li:hover > a {
    /* background: #000000; */
}
.header-bottom .dropdown-menu:before {
    opacity: 0;
}
.top-categories li .primary-level {
    width: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    opacity: 0;
    left: 0;
    display: inherit;
    padding: 20px 10px;
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    border: none;
    /* box-shadow: none !important; */
}
.top-categories li:hover .primary-level {
    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: 0;
    top: 47px;
    border: 2px solid red;
    box-shadow: 4px 4px 0px #0000000d;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.top-categories  .mega-left {
    float: left;
    width: 72%;
}
.top-categories .mega-left > ul > li {
    /* float: left; */
    /* width: 33.33333%; */
    padding: 0px 8px;
    margin-bottom: 15px;
}

.top-categories .mega-left > ul > li > a {
    /* border-bottom: 1px solid #fa851c; */
    background: none;
    padding: 0;
    font-size: 17px;
    line-height: 40px;
    margin-bottom: 10px;
    border-right: none;
    color: #e30713;
}
.mega-left > ul {
    column-count: 3;
}

.top-categories .mega-left > ul > li > ul > li {
    /* display: inline-block; */
    /* margin-right: 5px; */
}

.top-categories .mega-left > ul > li > ul > li a:after {content: ",";display: inline-block;}
.top-categories .mega-left > ul > li > ul > li a {
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    line-height: 28px;
}
.top-categories .dropdown-submenu.dropdown-menu {
    display: block !important;
    position: inherit !important;
    border: none;
    width: auto !important;
    margin: 0;
    padding: 0;
    min-width: auto !important;
}
.top-categories .mega-right {
    width: 28%;
    float: right;
    height: 100%;
}
.top-categories .mega-right a {
    padding: 0;
}
.top-categories .mega-right img {
    max-width: 100%;
}
}


/* SMART ÜST KATEGORİLER SONU
@media (max-width: 1200px) {
.smart-categories .navbar-nav .dropdown-menu {
    float: left;
    width: 100%;
    position: relative;
    background: #fdfdfd;
    border: 1px solid whitesmoke;
    border-bottom: 0;
}
.smart-categories .show .dropdown-toggle:after {
    content: "\f107";
	    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
}


/* SMART KATEGORİ*/

/* SLIDER MODÜLÜ */
.slider .owl-nav {
    position: absolute;
    bottom: 75px;
    right: 50px;
}
.slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.slider .owl-dots > div span {
    background: #000000 !important;
    width: 46px !important;
    border-radius: 9px;
}
.widget-slider .owl-dots > div.active span {
    background: #e85122 !important;
}
.slider img {
    width: auto !important;
}
.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-description {
    position: absolute;
    top: 60px;
    left: 42px;
    max-width: 52%;
}
.slider-description h1 {
    font-weight: 700;
    color: #3b3b3b;
    margin: 0;
}
.slider-description h2 {
    color: #3a3737;
    font-size: 26px;
    letter-spacing: -0.4px;
}
.slider-description p {
    font-size: 15px;
    line-height: 28px;
    margin: 30px 0px;
}
.slider-description .indirim {
    font-size: 35px;
    color: #6eaee7;
    font-weight: 600;
}
.slider-description .satin-al {
    display: inline-block;
    padding: 15px 30px;
    background: #6eaee7;
    border-radius: 9px;
    color: white;
    font-size: 15px;
    margin-top: 35px;
}
.slider-description p {
    font-size: 15px;
    line-height: 28px;
    margin: 30px 0px;
    color: #565657;
}
.slider-description .satin-al:hover {
    background: #5ea5e5;
}
/* SLIDER MODÜLÜ SON */

/* MARKA SLIDER BAŞLANGIÇ */
.markaImage a {
    padding: 8px 30px;
}
/* MARKA SLIDER SON */

/* 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 {
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
    position: relative;
    margin-top: 7px;
    display: none !important;
}
.top10-fullwidth .module-title span {
	background: #ffffff;
	padding: 0px 30px;
	margin: 0 !important;
	line-height: 55px;
	height: 55px;
	display: inline-block;
	color: black;
	/* border-top-left-radius: 6px; */
	/* border-top-right-radius: 6px; */
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 0.4px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-family: 'Poppins', sans-serif;
}
.product-item {
    z-index: 98;
    background-color: #fff;
    margin: 15px 0px;
    position: relative;
    /* border-top-left-radius: 16px; */
    /* border-bottom-right-radius: 16px; */
    border: 1px solid #e9ecef;
    border-radius: 11px;
}
.product-image {
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 108px;
    margin: 42px 0px;
}
.product-multi-image .owl-dots {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
}
.product-multi-image .owl-dots div span {
    background: #f3f6fa !important;
}
.product-multi-image .owl-dots .active span {
    background: #63c2a2 !important;
}
.product-image img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    width: auto !important;
    display: initial !important;
}
.product-image:after {
    border-bottom: 1px solid #f2f2f2;
    content: "";
    height: 1px;
    width: 65%;
    margin: 0px auto;
    display: block;
}
.new-product {

    top: 15px;
    left: 24px;
    color: black;
    background: #f9f9f9;
}
.discount-rate {
    /* color: white; */
    /* background: #ff0001; */
    /* font-size: 16px; */
    /* position: absolute; */
    /* margin-left: 21px; */
    /* top: 80%; */
    /* z-index: 10; */
    /* line-height: 29px; */
    /* padding: 5px 4px; */
    /* border-top-left-radius: 12px; */
    /* border-radius: 3px; */
    /* width: 54px; */
}
.discount-rate .percent {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.new-product{
    width: 60px;
    height: 28px;
    position: absolute;
    border-radius: 3px;
    padding: 4px 0px;
    z-index: 10;
    text-align: center;
}
.discount-rate:after, .new-product:after {
    content: "\f0dd";
    font-family: 'fontawesome';
    position: absolute;
    font-size: 22px;
    top: 9px;
    display: none;
}
.new-product:after {
    right: 10px;
    color: #f9f9f9;
}
.discount-rate:after{
    left: 10px;
    color: #6eaee7;
}
.new-product span {
    font-size: 12px;
    line-height: 22px;
	    letter-spacing: 0.6px;
}
.product-name {
    /* height: 44px; */
    /* overflow: hidden; */
}
.product-name a {
    /* font-size: 13px; */
    /* color: #000000; */
    /* font-weight: bold; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}

.product-info {
    /* padding: 2px 2px; */
    /* 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;
}

.product-price > div {
    /* display: inline-block; */
}
.cart-content .product-price > div {
    display: block;
    color: #2a2c2b;
    font-size: 18px;
}
.cart-content td.product-name {
    max-width: 390px;
}
.product-price .price {
	/* font-size: 25px; */
	/* letter-spacing: -1.3px; */
	/* font-weight: 700; */
	/* color: #ff0000; */
	/* margin-top: -12px; */
	/* margin-left: 52px; */
}
.old-price {
    /* text-decoration: line-through; */
    /* font-size: 13px; */
    /* color: #8e8e8e; */
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 37px;
    margin-left: 69px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: line-through;
}
.rate-content {
    position: relative;
    height: 14px;
    background: url(../images/ratingblank.png) no-repeat scroll center center transparent;
    margin-top: 8px;
    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: 100;
    width: 40px;
    text-align: center;
    position: absolute;
    margin: 0px auto;
    right: 15px;
    display: none;
    opacity: 0;
    top: 15px;
}
.product-item:hover .action-hover {
    display: block;
    opacity: 1;
}
 .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;
    width: 100%;
    float: left;
    border-right: 0;
    background: #eff5f5;
    margin-bottom: 8px;
}
.product-item .action-hover li:first-child {
}

 .product-item .action-hover li a {
    padding: 0px 8px;
    position: relative;
    font-size: 13px;
    color: #444444;
    line-height: 43px;
    cursor: pointer;
}
.product-item .action-hover li:last-child {
    border-right: 0;
}
.product-item .action-hover li .alert-error {
	line-height: 43px;
    cursor: move;
}
.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: 12px;
    letter-spacing: 0.50px;
    padding: 0px 20px;
    position: absolute;
    top: 0;
    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;
    right: 100%;
    height: 43px;
    line-height: 43px;
    display: none;
}
 .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: white;
    background-color: #52ac8e;
}
 .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: #63c2a2;
}
/* TOP10 FULLWIDTH SONU */

/* TOP10 GROUP BAŞLANGICI */
.top10-group .nav-link {
    /* background: #e5edf5; */
    text-align: center;
    height: 150px;
    padding: 30px 15px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: linear-gradient(to bottom, #5c5b5b 12px, #b5aeae 50px);
}
.top10-group .nav-tabs {
    border: none;
}
.top10-group .nav-link h3 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-top: 10px;
}
.top10-group .nav-link.active, .top10-group .nav-link:hover {
    background: #10b9b8;
    color: white;
    border: 1px solid transparent;
    background: linear-gradient(to bottom, #b5aeae 12px, #5c5b5b 50px);
}
.top10-group .nav-link.active h3, .top10-group .nav-link:hover h3 {
    color: white;
}
.top10-group .nav-link.active img, .top10-group .nav-link:hover img {
    filter: brightness(0) invert(1);
}
.top10-group .tab-content {
    background: url(../images/top10-group-bg.png) no-repeat #eff5f5;
    box-shadow: inset 0px 22px 16px -10px #dce7e7, inset 0px -20px 18px -10px #e0eded;
}
/*.top10-group .tab-content .owl-item:first-child {
    width: 20% !important;
}
.top10-group .tab-content .owl-item:first-child .item-1 .item-child:last-child {
    display: none !important;
}
*/
h2.group-title {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
}
h2.group-title:after {
    width: 90px;
    content: "";
    height: 4px;
    background: #212529;
    position: absolute;
    bottom: -10px;
    left: 0;
}

/* TOP10 GROUP SONU */

/* TOP10 GROUP-2 BAŞLANGICI */
.top10-group-2 .group-header {

    box-shadow: 0 8px 18px -2px #efefef8a;
}
.top10-group-2 .nav-tabs .nav-link {
    background: #000000;
    text-align: center;
    border: none;
    color: white;
    padding: 10px 40px;
    border-radius: 32px;
    font-family: 'Rajdhani', sans-serif;
}
.top10-group-2 .nav-tabs .nav-link h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.top10-group-2 .nav-tabs {
    text-align: center !important;
    display: block;
    margin: 0;
    border: none;
}
.top10-group-2 .nav-tabs .nav-item {
    display: inline-block;
    float: none !important;
    padding: 0px 8px;
}
.top10-group-2 .nav-tabs .nav-link.active, .top10-group-2 .nav-tabs .nav-link:hover  {
	position:
	relative;
	background: #d61a20;
	-webkit-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}
.top10-group-2 .nav-tabs .nav-link.active:after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    color: #000000;
    font-size: 28px;
    line-height: 15px;
}
.top10-group-2 .product-item {
    border: 1px solid #f7f7f7;
    box-shadow: inset 0px 0px 12px 4px #e7e7e733;
    margin: 25px 0px;
}
.top10-group-2 .owl-theme .owl-nav {
    top: -45px;
}
/* TOP10 GROUP-2 SONU */

/* POSTER ICONS BAŞLANGICI */
.icon-items h4 {
    font-size: 18px;
    font-weight: 600;
	margin-bottom:5px;
}
.icon-items p {
    font-size: 14px;
}
/* POSTER ICONS SONU */
/* BANNER MODÜLÜ */

.banner-items img {
    max-width: 100%;
    height: auto;
}
/* BANNER MODÜLÜ SON */

/* BLOG SLILDER BAŞLANGICI */

.blog {
    /* background: url(../images/top10-group-bg.png) no-repeat #f9f9f9bf; */
    background-position: top left;
}
.blog-container {
    padding-top: 20px;
}
.blog-content h2 {
    font-size: 20px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #1f1f1f;
}
.blog-content p {
    font-size: 15px;

    color: black;
    line-height: 26px;
}
.blog-image img {
    /* border: 8px solid white; */
}
a.detaylar {
    background: #ff0000;
    display: inline-block;
    color: white;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 5px 22px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-top: 12px;
}
.carousel-nav .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
}
.carousel-nav .owl-theme .owl-nav [class*='owl-'] {
    /* background: #000000; */
    /* padding: 12px 10px; */
    /* width: 40px; */
    /* height: 40px; */
    /* font-size: 16px; */
    /* border-top-left-radius: 12px; */
    /* border-bottom-right-radius: 12px; */
}
.carousel-nav .owl-theme .owl-nav .disabled {
    background: #d61a20;
    opacity: 1;
}
/* BLOG SLIDER SONU */
/* VİTRİN MODÜLÜ */
.category-page .breadcrumb {
    padding: 10px 0px;
}
.open-filter {
    position: fixed;
    left: 0;
    top: 35%;
    border-radius: 0;
    z-index: 9999;
}
.sidebar {
    border-radius: 8px;
    border: 1px solid #f3f6fa;
    background: #f3f6fa;
}
.sidebar-item {
    padding: 15px;
}
.cat-price {
    background: #f3f6fa;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #e6eaef;
}
.sidebar-item h6 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}
.categories ul li {
    line-height: 32px;
}
#brandContainer {
    max-height: 250px;
    overflow-y: scroll;
}
.sidebar ::-webkit-scrollbar {
    width: 14px;
}

.sidebar ::-webkit-scrollbar-track {
    background-color: #e0e5eb;
    border-radius: 10px;
}

.sidebar ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8;
}
.sidebar .check-list ul li label:before {
    top: 6px;
}

.cat-price .rangeSliderContainer {
    padding: 0px 10px;
}
#totalProductCount {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 15px;
    color: black;
    margin-top: 10px;

}
.cat-color ul li {
    display: inline-block;
    padding: 2px;
}
.cat-color ul li label img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.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: 15px;
    color: #232323;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    font-weight: 500;
}
.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;
}

.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;
    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-size: 16px;
       position: absolute;
       left: 0;
       right: inherit;
       text-align: center;
       content: "\f00c";
       font-family: 'font awesome 5 free';
       font-weight: 900;
 }

.tabs-navigation ul {
    margin: 0;
    position: relative;
    /* border-top: 3px solid red; */
    /* background: red; */
}
.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: #e30713;
    color: white;
    border: 1px solid transparent;
}
.vitrin .product-item {
    border: 8px solid #f3f6fa;
}
.sorting-list select {
    padding: 0px 10px;
    border: 1px solid gainsboro;
    border-radius: 6px;
    color: #615f5f;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    width: 98%;
}
.one-content .product-image {
    width: 25%;
    float: left;
    border-right: 1px solid #e5e5e5;
    overflow: hidden;
	margin: 0;
}
.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;
    top: 50%;
    text-align: center;
    background: #f9f9f9;
    display: inline-block;
    left: 0;

    right: 0;
    width: 60%;
    margin: 0px auto;
    padding: 8px 0px;
}
.one-content .user-cart {
    right: 0;
    top: 0;
    float: right;
    width: 150px;
    left: inherit;
    background: #6eaee7;
    color: white;
}
.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';
}
.product-label-detail ul li[title]:hover:after {content: attr(title);position: absolute;top: 100%;left: 0;background: #000;min-width: 100px;z-index: 999;color: #fff;padding: 5px;}

.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;
    display: none;
}
.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 */




}
.product-social ul li {
    display: inline-block;

.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: 3px 0px;
    background: white;
    font-size: 13px;
}

.product-label-detail{display: none;}
.product-social ul {
    margin-bottom: 0;
}
.product-social ul li a {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align:center;
    color: #7a7979;
    /* font-weight: 400; */
    font-family: 'poppins';
    float: left;
    margin-right: 20px;
}

.product-social li i {
    text-align: left;
    margin-right: 5px;
    color: #6d6d6d;
    font-size: 22px;
}
.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;
}
.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;
    display: none;
}
li.featured-price {
    font-weight: 700 !important;
    font-size: 18px;
    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: 12px;
    margin-top: -32px;
    border: 1px solid;
    background: red;
    color: white;
    background: #f6000d;
    height: 60px;
    width: 60px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    flex-direction: column;
}
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: 15px;
    color: #5f5e5e;
    margin-left: -76px;
    margin-top: 23px;
}
ul.product-code li {
    display: inline-block;
    padding-right: 10px;
}
ul.product-code li span:first-child {
    font-weight: 600;
}
.product-add {margin-top: 11px;}
.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 #dddddd;


}
.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: -1px 10px;
    padding: 15px 54px;
    line-height: 43px;
    background: #0f8db3;
    color: white !important;
    border-radius: 32px;
    cursor: pointer;
    border:none;
    font-size: 15px;
    font-family: 'rubik';
    /* border-top-left-radius: 12px; */
    /* border-bottom-right-radius: 14px; */
    background: #f6000d;
}
.add-to-cart-detail:hover {
    background: black;
}
.overview-button {
    padding: 10px 0px;
    border: 1px solid #f3f6fa;
    float: left;
    width: 100%;
    margin-top: 25px;
    border-left: 0;
    border-right: 0;
    margin-bottom: 15px;
}
.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: #f3f6fa;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    border-radius: 50%;
}
.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: -36px;
    left: 50%;
    right: 50%;
    min-width: 144px;
    background: #f7f7f7;
    text-align: center;
    color: #323131;
    border-radius: 32px;
    padding: 5px 8px;
    font-size: 10px;
    margin: 0px auto;
    transform: translate(-50%, 0%);
    font-weight: 400;
}

/** 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: 10px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    /* border: 1px solid #e8e8e8; */
    z-index: 99999999;
}
.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: black;
    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: red;
    color: 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;
}
.star-ratings-sprite1 {
    width: 75px;
    background: url(../images/ratingblank.png) no-repeat scroll center center transparent;
    float: left;
}
.star-ratings-sprite-rating1 {
    background: url(../images/rating5.png) no-repeat scroll left center transparent;
    display: inline-block;
    height: 20px;
}
/* Ü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;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.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 #e7e7e7a3;
    background: #f1f1f1;
    margin-right: 8px;
    width: 35px;
    height: 35px;
    color: #3a3838;
	cursor:pointer;
}

.size-selector .normal.hover {
    border: 1px solid transparent;
    background: #6eaee7;
    color: white;
}
.size-selector .selected {
    border: 1px solid transparent;
    background: #6eaee7;
    margin-right: 8px;
    width: 35px;
    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: 35px;
    height: 35px;
    color: #3a3838;
    cursor: pointer;
    opacity: 0.4;
    position: relative;
    cursor: no-drop;

    box-shadow: none !important;
    border: none;
}
.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;
}


/* Ü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;
}
.static-content label {

font-size: 15px;
}
.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 input {
    border: 1px solid #d0d0d0;
    padding: 7px;
}
.input-group input + input {
    position: absolute;
    right: 10px;
}
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';
}

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;
    /* box-shadow: inset 0px 0px 56px 0px whitesmoke; */
}
.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;
}
#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 {
    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;
    cursor: pointer;
}
.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: 9999;
}
.captha-2 img {
    top: 31px;
}
.register-btn {
    min-width: 160px;
    padding: 0;
    line-height: 42px;
    background: #757575;
    color: white;
    border-left: 0;
}
.register-btn:before {
    float: left;
    background: #6b6868;
    line-height: 42px;
    width: 56px;
    color: white;
    /* border-right: 1px solid #5f8cb3; */
    content: "\f234";
    font-family: 'font awesome 5 free';
    font-weight: 900;
}
.register-btn:hover {
    background: #6b6868;
    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: 78px;
    color: #797a7a;
}
.register-icons .icon-item {
    margin-bottom: 20px;
}
.register-icons .icon-content h3 {
    font-size: 18px;
    font-weight: 600;
}
.register-icons .icon-content p {
    font-size: 14px;
    color: #404040;
    line-height: 22px;
    font-weight: 500;
}
.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;
    font-size: 15px;
}
.contact ul li i {
    width: 55px;
    height: 55px;
    margin: 0px auto;
    background: #e5edf5;
    line-height: 55px;
    font-size: 18px;
    border-radius: 50%;
    color: #404242;
    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 */


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -255px;
    height: 100vh;
    z-index: 999;
    background: #33c9dd;
    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: #2497a7;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 12px;
}

#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 ul.components {
    padding: 10px 0;
    border-bottom: 1px solid #33c9dd;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: white;
}

#sidebar ul li a:hover {
    color: #ffffff;
    background: #2bb4c6;
}

#sidebar ul li.active>a, #sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

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: #6d7fcc;
}

#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;
}
/* E-BÜLTEN BAŞLANGICI */
.newsletter {
    position: relative;

    padding: 45px 0px;
}
.news-alert {
    position: absolute;
    bottom: 0;
}
.newsletter-content .news-input {

    width: 100%;
    background: #eff5fb;
    box-shadow: none;
    border: none;
    padding: 0px 20px;
    border-radius: 36px;
    font-size: 15px;
    height: 56px;
}
.newsletter-content .news-input::placeholder {
    color: #9eb3c8;
}
.newsletter-content .send {
    position: absolute;
    right: 0;
    top: 0;
}
.newsletter-content .send-button {

border-top-right-radius: 36px;

border-bottom-right-radius: 36px;

border: none;

width: 140px;

background: #79c053;

color: white;

height: 56px;

text-align: left;

text-indent: 18px;

font-weight: 500;

font-size: 17px;

cursor: pointer;
}
.send i {
    position: absolute;
    line-height: 56px;
    color: white;
    padding: 0px 18px;
    right: 0;
    font-size: 22px;
}
.newsletter:after {
    width: 100%;
    height: 1px;
    content: "";
    border-bottom: 1px solid #f3f3f3;
    position: absolute;
    top: 50%;
    z-index: -1;
}
/* E-BÜLTEN SONU */

/* FOOTER BAŞLANGICI */



.information-content span {
    display: table-cell;
    vertical-align: middle;
    height: 72px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 26px;
}
.footerBottom {
    padding: 20px 0 15px;
    letter-spacing: 0.3px;
    color: black;
    font-family: 'Rajdhani', sans-serif;
    /* background: white; */
}
.footer_ref {
    text-align: right;
    color: white;
}
.footer_ref * {
    color: white;
    font-family: 'Rajdhani', sans-serif;
}
.footer-cards {
	font-size: 25px; 
	color: gray;
}

/* FOOTER SONU */
.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.xzoom-thumbs a {
    width: 33%;
    float: left;
    padding: 0 3px;
}

.xzoom-container {
    width: 100%;
}

.xzoom-thumbs a img {
    /* width: 100%; */
    border: 1px solid #ddd;
    outline: 0;
    box-shadow: none;
    float: left;
}
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.AdvancedSearchFilter {
    padding: 38px 20px 28px 20px;
    background: white;
    border-radius: 60px;
    box-shadow: 1px 15px 26px -1px #e6e6e699;
    z-index: 99;
    position: relative;
    top: -14px;
    border: 1px solid;
}
ul.advanced-list li select {
    border: 1px solid #000000;
    border-radius: 36px;
    padding: 12px 30px;
    width: 200px;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: bold;
}
ul.advanced-list li label {
    width: 100%;
    display: block;
    float: center;
    margin-left: 48px;
}
.advanced-search {
	border-radius: 36px;
	padding: 0px 30px;
	font-size: 14px;
	text-align: center;
	background: #c31d2c;
	border: none;
	color: white !important;
	line-height: 47px;
	margin-top: 27px;
}
.advanced-search:hover {
    color: white !important;
    background: black;
}

@media screen and (max-width:768px) {
ul.advanced-list li select {
    width: 100%;
    margin-bottom: 10px;
    background: #f9f9f9;
}
.AdvancedSearchFilter {
    top: 0;
    margin: 20px 0px;
    border-radius: 9px;
}
.advanced-search {
    margin-top: 15px;
}
.AdvancedSearchFilter {
    border-radius: 9px;
}
}


.select-content select {
    height: 65px;
    padding: 0;
    position: relative;
    cursor: pointer;
    border: none;
    outline: 0;
    display: inline-block;
    /* text-align: center; */
    font-size: 18px;
    font-weight: 300;
    color: black;
    width: 16.666667%;
    float: left;
    border-radius: 0;
    margin-left: 135px;
    text-indent: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* appearance: none; */
    background: url(../images/right-arrow.png) no-repeat scroll top right white;
    -webkit-filter: brightness(1.02);
    padding: 10px;
    font-family: 'Rubik', sans-serif;
    background-color: #b5aeae;
    /* box-shadow: 14px 3px 8px #b5aeae; */
}

.spare-search input {
    width: 86%;
    margin: 0px !important;
    /* box-shadow: none !important; */
    padding: 3px !important;
    /* background: #ffffff !important; */
    border: 1px solid;
    height: 65px !important;
    border-radius: 33 !important;
    text-indent: 25px;
    font-size: 14px !important;
    color: white !important;
    border: 1px solid #b9b1b1;
    /* background-color: #b5aeae; */
    box-shadow: 14px 3px 23px #b5aeae;
    background-color: #b9b1b1;
}

.filterButton {
    position: absolute;
    right: 0;
    top: 0;
    background: #363f4d;
    width: 50px;
    height: 65px;
    padding: 25px 0px;
    color: #fff !important;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
}

.spare-search {
    margin: 0px auto;
    position: relative;
    width: 28.666666%;
    float: left;
    }
	
	.select-content.my-4.clearfix {
    background-color: #b9b1b1;
}


.hdr-srch-box {
    float: right;
    background: white;
    width: 89%;
    /* padding: 31px; */
    border: 2px solid #efefef;
    border-radius: 9px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 8px !important;
}



.bar {
    background: red;
    color: red;
    border: 15px solid;
    padding: 0px;
}





element.style {
}
.quantity-control2 {
    margin-left: 65px;
    margin-top: -16px;
}

a.btn.btn-wp {
    font-size: 14px;
    background: #33aa29;
    border-color: #33aa29;
    color: #fff;
    font-weight: 500;
    margin: -46px 22px 14px 0;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 36px;
}

.product-badges {
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product-badges .p-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin: 0 5px 5px 0;
    height: 45px;
}

.product-badges .p-badge span {
    color: #222;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}



@media (max-width: 768px) {
	.old-price {
    /* text-decoration: line-through; */
    /* font-size: 13px; */
    /* color: #8e8e8e; */
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    /* line-height: 37px; */
    margin-left: 70px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-decoration: line-through;
    letter-spacing: 0.7px;
}



.product-price .price {
    font-size: 25px;
    letter-spacing: -1.3px;
    font-weight: 700;
    color: #ff0000;
    margin-top: -1px;
    margin-left: 2px;
}


a.btn.btn-wp {
    font-size: 14px;
    background: #33aa29;
    border-color: #33aa29;
    color: #fff;
    font-weight: 500;
    margin: 11px 17px 10px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
margin-right: 10px;}

.new-price {
    margin-left: 68px;
    margin-top: -14px;
    font-size: 16px;
}
.pop {
    border: 1px solid !important ;
    background: red !important ;
    color: white !important ;
    width: 48% !important ;
    height: 41px !important ;
    padding: 10px 21px !important ;
    border-radius: 40px !important ;
    margin-top: 6px !important ;
    margin-left: 0px !important ;
}




.discount-rate {
    color: white;
    background: #ff0001;
    font-size: 16px;
    position: absolute;
    margin-left: 15px;
    top: 75%;
    z-index: 10;
    line-height: 15px;
    padding: 5px 4px;
    /* border-top-left-radius: 12px; */
    border-radius: 3px;
    width: 38px;
    display: none !important;
}

.product-name {
    height: 63px;
    overflow: hidden;
}


}

div#middle{
	background:#eeeeee;
}




.markaImage {
    /* height: 179px; */
    width: 102%;
    margin-left: -21px;
}






/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 20%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}


div#middle_center {
    background: white;
}

.product-item:hover {
    box-shadow: 0 1.3px 4px rgba(0,0,0,.02), 0 4.5px 13.4px rgba(0,0,0,.03), 0 20px 60px rgba(0,0,0,.05);
}


.icon1 {
    align-items: center;
    background-color: #ff0000;
    border-radius: 1.6rem;
    color: #fff;
    display: flex;
    flex: 0 1 auto;
    font-size: 3rem;
    height: 120px;
    justify-content: center;
    line-height: 1;
    width: 120px;
}
.supportPhone.companyLinks {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.bi-telephone::before {
    content: "\f5c1";
}

.socialMedia.companyLinks {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
.iconLinks {
    display: flex;
    gap: 1rem;
}







@media (max-width: 960px) {
.logo img {
    display:none;
}
    .header-middle-search .search-button {
        color: white !important;
        height: 40px;
        px; */ position: absolute;
        right: 18px; 
        top: 0;
        px; */ font-family: 'Rajdhani', sans-serif;
        font-weight: 500;
        text-align: left;
        text-indent: 22px;
    }
    
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}
.markaImage {
   display:none;
}
}





.pop {
    border: 1px solid;
    background: red;
    color: white;
    width: 48%;
    height: 41px;
    padding: 10px 99px;
    border-radius: 40px;
    margin-top: 6px;
}

.pop span {
    color: white;
}

ul#categoriesContainer a {
    text-decoration: none;
    color: red;
}