/* category Card Accordion Menu */
#column-left .panel {
    background-color: #fbfbfb;
}

#column-left .list-group-item {
    background-color: #fbfbfb;
}

.category-accordion {
	margin-top: 20px;
    margin-bottom: 0;
}

.category-accordion .panel-heading {
    padding: 0;
	text-transform: uppercase;
}
.category-accordion a {
    text-decoration: none;
    display:block;
	padding: 5px 4px;
	color: #0f0f0f;
}
.category-accordion .panel-heading a::after {
    content: '';
    right: 24px;
    margin-top: 5px;
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
    -webkit-transform: rotate(-135deg);
    transform: rotate(135deg);
    box-sizing: border-box;
}

.category-accordion a.collapsed {
    display: block;
}
.category-accordion a.collapsed:hover {

}
.category-accordion .panel-heading a.collapsed::after {
    content: '';
    right: 24px;
    margin-top: -1px;
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.category-accordion .panel-collapse ul {
    list-style: none;
}
.category-accordion .panel-collapse ul li {
    border-bottom: 1px solid #ddd;
}
.category-accordion .panel-collapse ul li a {
    text-decoration: none;
    color: #505050;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    display: block;
    padding: 10px 15px;
}
.category-accordion .panel-collapse ul li a:hover {
	background-color: #f6f9fb;
}
.category-accordion .panel-collapse ul li a::after {
    display:none;
}


/* nav sort and limit accordion */
.nav-accordion {
	margin:0;
}
@media (max-width: 767px) {
.nav-accordion {
	margin-top:20px;
}
}

.nav-accordion .panel {
    background-color: transparent;
}

@media (min-width: 768px) {
.nav-accordion .panel {
	box-shadow: none;
}
}

.nav-accordion .panel-heading {
    padding: 0;
	text-transform: uppercase;
}
.nav-accordion a {
    text-decoration: none;
    display:block;
	padding: 5px 4px;
	color: #0f0f0f;
}
.nav-accordion .panel-heading a::after {
    content: '';
    right: 24px;
    margin-top: 5px;
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
    -webkit-transform: rotate(-135deg);
    transform: rotate(135deg);
    box-sizing: border-box;
}

.nav-accordion a.collapsed {
    display: block;
}
.nav-accordion a.collapsed:hover {

}
.nav-accordion .panel-heading a.collapsed::after {
    content: '';
    right: 24px;
    margin-top: -1px;
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.nav-accordion .panel-collapse ul {
    list-style: none;
}
.nav-accordion .panel-collapse ul li {
    border-bottom: 1px solid #ddd;
}
.nav-accordion .panel-collapse ul li a {
    text-decoration: none;
    color: #505050;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    display: block;
    padding: 10px 15px;
}
.nav-accordion .panel-collapse ul li a:hover {
	background-color: #f6f9fb;
}
.nav-accordion .panel-collapse ul li a::after {
    display:none;
}

@media (min-width: 768px) {
.nav-accordion .collapsing, .nav-accordion .collapse.in {
	position: absolute !important;
    z-index: 20;
    width: 86%;
    overflow: visible;
}
}


/* nav sort and limit accordion items checked */

.nav-accordion .category-list {
	border-top:0;
	background-color: #fff;
	padding:12px;
}

.nav-accordion .category-list a.list-group-item::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #FFF;
    margin: 6px 5px 0 0;
    border: 1px solid #BDBDBD;
	
    height: 19px;
    width: 19px;
    position: relative;
    margin-top: 0;
    top: 4px;
    margin-right: 8px;
	border-radius: 50%;
}

.nav-accordion .category-list a.list-group-item.active::before {
    content: "";
    background-color: #000;
    display: inline-block;
    height: 17px;
    width: 17px;
    position: relative;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #BDBDBD;
}

/* nav sort and limit accordion list group style */
.nav-accordion .list-group a {
    border: none;
    color: #0f0f0f;
    padding: 5px 4px 5px 2px;
	overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
	font-size: 13px;
}

.nav-accordion .list-group a.active, .nav-accordion .list-group a.active:hover, .nav-accordion .list-group a:hover {
    color: #000000;
    background: none;
    border: none;
    text-shadow: none;
    font-weight: bold;
}



/* column filter and category overflow*/
#column-left .category-list, #column-right .category-list {
    max-height: 300px;
    overflow: auto;
	border-top:0;
}

/* Category title */
.category-page-title {
    font-size: 27px;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 500;
	text-align:center;
    color: #222;
    display: block;
}

.sub-category-page-title {
    margin-top: 14px;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    color: #525252;
    letter-spacing: 0.8px;
}

@media (max-width: 767px) {
.category-page-title {
    padding-left: 28px;
    font-size: 21px;
}

.sub-category-page-title {
    padding-left: 28px;
    font-size: 14px;
}

}

/* Category page pagination - list */
.category-page-bar {
	background-color: #ebebeb;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    margin: auto;
    margin-bottom: 10px;
    min-height: 50px;
}

@media (max-width: 767px) {
.category-page-bar {
    background-color: #fbfbfb;
	width: 90%;
    margin: auto;
}
}

.category-page-bar .bar-filter {
    background-color: #ffffff;
    margin-bottom: 10px;
    outline: 2px solid #81818159;
    outline-offset: -3px;
	cursor:pointer;
}

/* Category items checked */
.category-page .category-list a.list-group-item::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #FFF;
    margin: 6px 5px 0 0;
    border: 1px solid #BDBDBD;
	
    height: 19px;
    width: 19px;
    position: relative;
    margin-top: 0;
    top: 4px;
    margin-right: 8px;
	border-radius: 50%;
}

.category-page .category-list a.list-group-item.active::before {
    content: "";
    background-color: #000;
    display: inline-block;
    height: 17px;
    width: 17px;
    position: relative;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #BDBDBD;
}

.category-page .category-list a.list-group-item.sub-category.active::before {
    background-color: #828282;
}

.category-page .category-list a.list-group-item.sub-category.active::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 9.5px;
    height: 13px;
    width: 1px;
    border: 1px;
    border-style: dashed;
    border-color: #828282;
}

@media (max-width: 767px) {
.category-page .category-list a.list-group-item.sub-category.active::after {
    left: 8.5px;
}
}


/* Category page list group style */
.category-page .list-group a {
    border: none;
    color: #0f0f0f;
    padding: 0 4px 0 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: initial;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
	font-size: 13px;
}

.category-page .list-group a.active, .category-page .list-group a.active:hover, .category-page .list-group a:hover {
    color: #000000;
    background: none;
    border: none;
    text-shadow: none;
    font-weight: bold;
}


/* Filter checkbox style*/
.category-page .checkbox input[type=checkbox] {
	display:none;
}

.category-page .checkbox label {
    padding-left: 5px;
}

.category-page .checkbox span:before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #FFF;
    margin: 6px 5px 0 0;
    border: 1px solid #BDBDBD;
    height: 19px;
    width: 19px;
    position: relative;
    margin-top: 0;
    top: 4px;
    margin-right: 8px;
}

.category-page .checkbox input:checked ~ .checkbox-option-value:before {
    content: "";
    background-color: #000;
    display: inline-block;
    height: 17px;
    width: 17px;
    position: relative;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #BDBDBD;
}


/* Filter checkbox color style*/
.category-page .checkbox-color span:before, .category-page .checkbox-color span.checked:before {
    display: none;
}

.checkbox-color-value {
    content: "";
    display: inline-block;
    /* background: #FFF; */
	/* background-position: center !important; */
	/* background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.2) 35px, rgba(255, 255, 255, 0.2) 70px), repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(255,255,255,0.4) 35px, rgba(255,255,255,0.4) 70px) !important; */
    /* background-attachment: fixed !important; */
    margin: 6px 5px 0 0;
    border: 1px solid #BDBDBD;
    height: 19px;
    width: 19px;
    position: relative;
    margin-top: 0;
    top: 4px;
    margin-right: 8px;
}


.category-page .checkbox input:checked ~ .checkbox-color-value {
    content: "";
    background-color: #000;
    display: inline-block;
    height: 17px;
    width: 17px;
    position: relative;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #BDBDBD;
}
@media (min-width: 768px) {
#item-border {
    margin-left: -5px;
    margin-right: -5px;
}
}

/* Product Layout */
.product-layout {
    padding-right: 5px;
    padding-left: 5px;
}

@media (max-width: 767px) {
.product-layout {
    padding-right: 2px;
    padding-left: 2px;
}
.product-layout:nth-child(7n+0) {
    width: 100%;
}
}


/* owl dots */
.owl-theme .owl-dots,.owl-theme .owl-nav{
	text-align:center;-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav{
	margin-top:10px
}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px
}
.owl-theme .owl-nav [class*=owl-]:hover{
background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{
margin: -2px 0 0 0;
height: 2px;
}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{
width: 8px;
height: 8px;
margin: 0px 4px;
background: #d6d6d6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
background: #b3b3b3;
width: 9px;
height: 9px;
}


@media (min-width: 768px) {
.owl-theme .owl-dots {
    display: none;
}
}



/* Owl Carousel Hash*/
.owl-hashs-link {
	max-width: 300px;
	width: 100%;
	display: inline-block;
	position: relative;
}

.owl-hashs {
	text-align: center;
	-webkit-tap-highlight-color: transparent; 

	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	bottom: 0;
}

.owl-hashs .owl-hash {
    display: inline-block;
	border: 0;
    background-color: transparent !important;
	background: none !important;
    padding: 133% 0 0 0 !important;
    float: left;
}


.owl-hashs .owl-hash:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline: none;
}

.owl-hashs .owl-hash span {
    width: 100%;
    height: 7px;
    margin: 2px 0 0 0;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0;
	border-left: 2px solid #fff;
}
	  
.owl-hashs .owl-hash.active span, .owl-hashs .owl-hash:hover span {
    background: #b3b3b3; 
}

@media (max-width: 767px) {
.owl-hashs {
    display:none;;
}
.buttons-effect .ovrly, .buttons-effect .hover-buttons {
	display:none;
}
}


/* Hash Cols Ürün Grid sistemi ile bağlantılı */

/* Hash Cols ilk öğenin borderini yok et */
.owl-hashs .owl-hash:nth-child(1) span:nth-child(1) {
    border-left: 0;
}


/* Product Col */

.product-thumb-col {
    margin-bottom: 20px;
    overflow: hidden;
}

.product-thumb-col .caption {
    padding: 0;
    min-height: 56px;
}

.product-thumb-col .price {
    color: #444;
	padding: 2px 2px 2px 2px;
    margin: 0;
}

.product-thumb-col .price-new {
    font-weight: 600;
}

.product-thumb-col .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

@media (max-width: 767px) {
.product-thumb-col .caption {
    min-height: 73px;
}
.product-thumb-col .caption h4 {
    text-align: center;
    padding-top: 7px;
}
.product-thumb-col .price-new {
    display: block;
    text-align: center;
    color: #2a3f7d;
    font-size: 14px;
}
.product-thumb-col .price-old {
    margin: 0 10px 0 10px;
    text-align: center;
    display: block;
}
}


/* Product Overlay Buttons */

.buttons-effect {
    position: relative;
}

.buttons-effect .ovrly {
    position: absolute;
    background-color: #ececec;
	z-index:3;
    min-height: 72px;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.buttons-effect .hover-buttons {
	position: absolute;
    z-index: 3;
    cursor: pointer;
    left: 50%;
    margin-top: -2.9em;
    width: 100%;
    /* min-height: 56px; */
    text-align: center;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.buttons-effect .hover-buttons .btn-icons {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 0 1px;
    color: rgba(50, 50, 50, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}

.buttons-effect .hover-buttons .icons-search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.buttons-effect:hover .hover-buttons .btn-icons {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.buttons-effect:hover .ovrly {
    opacity: 1;
}



.buttons-effect .hover-buttons .btn-text {
-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    /* width: 40px; */
    /* height: 40px; */
    /* margin: 0 1px; */
    color: rgba(50, 50, 50, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}

.buttons-effect:hover .hover-buttons .btn-text {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}



/* Seo content */
.s-e-o-content {
    /* max-height: 132px; */
    /* overflow-y: auto; */
    font-size: 13px;
	margin-top: 8%;
}

/* Column left and right scrollbar*/
/* width */
.s-e-o-content::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.s-e-o-content::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
 
/* Handle */
.s-e-o-content::-webkit-scrollbar-thumb {
	background: #bbb; 
}

/* Handle on hover */
.s-e-o-content::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
/* Text */
.s-e-o-content h1 {
    font-size: 26px;
}
.s-e-o-content h2 {
    font-size: 24px;
}
.s-e-o-content h3 {
    font-size: 22px;
}
.s-e-o-content h4 {
    font-size: 20px;
}
.s-e-o-content h5 {
    font-size: 18px;
}
.s-e-o-content h6 {
    font-size: 16px;
}
