/* =============================================================== */
/* CATEGORY PAGE START
/* =============================================================== */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgba(238, 238, 238, 0.20);
}
.breadcrumb {
    border: 1px solid #DDDDDD;
    background : none;
}

.main-container {
    min-height: 580px;
}

.headerOffset {
    padding-top: 120px;
}

.headerOffset.i7 {
    padding-top: 80px;
}

.category-top > h2 {
    color: #303030;
    font-weight: 700;
    letter-spacing: 0;
}

.subCategoryList .thumbnail {
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-bottom: 0;
}

.tree .dropdown-menu {
    position: relative !important;
    float: none !important;
    box-shadow: none !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.open-tree > .dropdown-menu {
    display: block;
}

.dropdown-menu-tree {
		display: none;
		padding-left: 5px;
    margin-bottom: 20px;
}

.open-tree > .dropdown-menu-tree {
    display: block;
}

.tree > li.active > a, .tree > li.active > a:hover, .tree > li.active > a:focus {
    background: none;
    color: #454545;
}

.nav-stacked.tree > li a:hover {
	color: #E91E63;
	font-weight: bold;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: rgba(109, 109, 109, 0.2);
	border-radius: 0px;

}
.tree > .active > a > .badge {
    background: #999999;
    color: #fff;
}

.category-level-2 {
    border-left: 1px solid rgba(238, 238, 238, 0.20) !important;
    margin-left: 13px;
}

.category-level-2 li {
		margin-top: 5px;
		list-style-type: none;
}

.category-level-2 li a {
    font-weight: normal !important;
    padding: 2px 15px;
}

.category-level-2 li a.active, .category-level-2 .dropdown-tree.active .dropdown-tree-a, .category-level-2 .open-tree .dropdown-tree-a {
	font-weight: bold !important;
	color: #E91E63 !important;
}
.arrow-right {
	display: inline-block;
	position: absolute;
	right: 15px;
}
.priceFilterBody .form-inline .form-group {
    max-width: 30%;
    float: left;
}

.priceFilterBody .form-inline .form-group .form-control {
    width: 100%;
}

.priceFilterBody .sp {
    padding: 10px;
}

.subCategoryThumb {
    height: 80px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.subCategoryThumb img {
    max-width: 100%;
}

.subCategoryList {
    margin-top: 30px;
    overflow: hidden;
}
.subCategoryList > div {
    margin-bottom: 20px; /* v1.6 */
}
.color-details {
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
}

.productFilter {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 7px;
    padding-top: 10px;
    margin-top: 20px;
}

.productFilter p {
    display: block;
    font-size: 14px;
    margin-top: 6px;
}

.change-view {
    margin-right: 10px;
}

.subCategoryTitle {
    font-size: 13px;
    color: #444;
    font-weight: 600;
}

.change-view a {
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 34px;
    line-height: 23px;
    margin-left: 5px;
    overflow: hidden;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.productFilter select, .productFilter input {
    font-size: 13px;
}

.categoryFooter {
    border-top: solid 1px #eee;
    padding-top: 20px;
    margin-top: 0;
}

.nav-stacked > li {
    border-bottom: solid 1px rgba(238, 238, 238, 0.20);
}

.nav-stacked > li a {
    font-size: 13px;
}

.nav-stacked > li a:hover {
    color: #fff;
}

.nav-stacked > li.active a, .nav-stacked > li.active {
    background: none;
    color: #fff;
    font-weight: bold;
}

/***  -------  according panel style  ------- ***/

.panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    color: #454545;
    font-size: 20px;
}

.panel-heading, .panel-group .panel {
    border-radius: 0;
}
.panel-body {
	padding: 18px;
	background-color: rgba(23, 23, 23, 0.7);
}
.panel-default > .panel-heading {
	color: #333;
	background-color: rgba(23, 23, 23, 0.7);
	border-color: #ddd;
}

.clearFilter {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    line-height: normal;
    padding: 2px 5px;
    text-transform: capitalize;
}

.labelRounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.clearFilter:hover {
    opacity: 0.7;
}

.collapseWill i {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    margin-right: 5px;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.collapseWill.pressed i, .collapseWill.active i {
    margin-right: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.minus {
    display: block;
}

.collapseWill .minus {
    display: none !important;
}

.collapseWill.collapsed .minus {
    display: none !important;
}

.collapseWill {
}

.color-filter small {
    border: 1px solid #DDDDDD;
    display: inline-block;
    height: 14px;
    margin: 0 3px 0 1px;
    width: 14px;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff0;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
	color: #EC008C;
}
.modal-edit {
	height: calc(100vh - 178px);
  overflow-y: auto;
  overflow-x: hidden;
}
.btn-flat {
	color: #fff;
	padding: 10px 15px;
	letter-spacing: 2px;
	/* border-radius: 20px; */
	text-transform: uppercase;
	border: none;
	margin: 10px;
}
.btn-flat:hover {
	color: #fff;
	font-weight: 500;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: none;
}

.btn-icon-split {
		padding: 0;
		overflow: hidden;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	margin: 0px 10px;
	}
	.btn-icon-split .icon {
		background: rgba(0, 0, 0, .15);
		display: inline-block;
		padding: .375rem .75rem
	}
	.btn-icon-split .text {
		display: inline-block;
		padding: .375rem .75rem
	}


.btn-contact {
	color: #FFF!important;
	background-color: #ec008c;
	    letter-spacing: 0px;
}

.btn-line {
	color: #FFF!important;
	background-color: #3ace01;
	    letter-spacing: 0px;
}


.dropdown-tree-a.active , .sub-tree {
	color: #E91E63!important;
}
.link-hover {
	cursor: pointer;
}
.foot-left {
	margin: 0 15px;
	text-align: left;
	float: left;
	display: inline;
}
.btn-save {
	float: right!important;
	text-align: end;
}
ิ.btn-mobile {
	display: none;
}
/*  Large devices (desktops, less than 1200px) */
/*
@media (max-width: 1199.98px) { 
	.modal-edit {
    height: calc(100vh - 430px);
    overflow-y: auto;
    overflow-x: hidden;
	}
 }
*/
 /* Medium devices (tablets, less than 992px) */
/*
@media (max-width: 991.98px) { 
	.modal-edit {
    height: calc(100vh - 285px);
    overflow-y: auto;
    overflow-x: hidden;
	}
	.panel-body {
		padding: 5px;
	}
 }
*/
 /*  Small devices (landscape phones, less than 768px) */
/*
@media (max-width: 767.98px) { 
	.btn-mobile {
		margin: 10px 0;
		display: block;
		width: 100%;
	}
	.btn-flat {
    margin: 5px;
	}
}
*/
/*  Extra small devices (portrait phones, less than 576px) */
/*
@media (max-width: 575.98px) { 
	.modal-edit {
		height: calc(100vh - 375px);
		overflow-y: auto;
		overflow-x: hidden;
	}
}
*/



.portfolio-left-menu{
	background-color: rgba(255,255,255,0.3);
	font-size: 14px;
}
.portfolio-left-menu > .panel-heading{
	background-color: #fff;
}
.portfolio-left-menu > .panel-collapse > .panel-body{
	padding:5px;
}
.portfolio-left-menu .nav-stacked > li:last-child{
	border-bottom: 0px;
}

.portfolio-left-menu .nav-stacked li > a{
	display: inline-block;
	    font-size: 14px;
	color:#fff;
	width:calc(100% - 20px)
}


.portfolio-left-menu .nav-stacked li > span{
	display: inline-block;
}


.portfolio-left-menu .nav-stacked li > span.toogle_span{
	display: inline-block;
	background-color: rgba(255,255,255,0.2);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
	cursor: pointer;
	font-size: 16px;
}
.portfolio-left-menu .nav-stacked li > span.toogle_span > i{
	vertical-align: middle;
}

.portfolio-left-menu .nav-stacked li > span.toogle_span:hover{
	background-color: #E91E63;
}

.portfolio-left-menu  .nav > li > a:hover,.portfolio-left-menu  .nav > li > a:focus{
	background-color: transparent;
}

.portfolio-left-menu .category-level-2 li a{
	padding:5px 2px 1px 3px;;
		width: calc(100% - 26px);
}

.portfolio-left-menu li.dropdown-tree.open-tree > a{
	font-weight: bold !important;
    color: #E91E63 !important;
}
.scrollToTop{
		display: none;
	}
@media (max-width: 767.98px) { 
	
	
	.scrollToTop{
		position:fixed;
		left:20px;
		bottom:50px;
		z-index:9;
		width:30px;
		height:30px;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		background-color:rgba(255,255,255,0.7);
		display: block;
		box-shadow: 0px 0px 4px 1px;
		border-radius: 5px;
		cursor: pointer;
		
	}
	.scrollToTop:hover{
		background-color:rgba(255,255,255,0.6);
	}
	
}

.forceHide{
	display:none !important;
}

