/* Plaveooshop  categories style */

/*********************************
6. Sidebar
*********************************/

.product_section_container {
    margin-top: 100px;
}

.sidebar {
	float: left;
	width: 200px;
	padding-right: 17px;
}

.sidebar_section {
	margin-bottom: 50px;
}

.sidebar_title h5 {
	font-size: 18px;
	margin-bottom: 21px;
}

.sidebar_categories li a {
	font-size: 14px;
	line-height: 40px;
	color: #51545f;
}

.sidebar_categories li a:hover {
	color: #b5aec4;
}

.sidebar_categories li a span {
	margin-right: 5px;
}

#slider-range {
	margin-left: 7px !important;
}

#amount {
    margin-top: 8px;
    color: #1e1e27 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: 'Oswald', sans-serif;
}

.filter_button {
	width: 100%;
	height: 30px;
	background: #1e1e27;
	text-align: center;
	margin-top: 25px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.filter_button:hover {
	background: #34343f;
}

.filter_button span {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 30px;
	color: #FFFFFF;
}

.checkboxes li {
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.checkboxes li.active i {
    margin-right: 21px;
}

.checkboxes li.active i::after {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	font-family: 'FontAwesome';
	font-size: 10px;
	content: '\f00c';
	color: #FFFFFF;
}

.checkboxes {
	overflow: hidden;
}

.checkboxes.active {
	height: auto;
}

.checkboxes li i {
	position: relative;
	color: #b3b7c8;
	cursor: pointer;
	margin-right: 22px;
}

.checkboxes li span {
	font-family: 'Poppins', sans-serif;
	color: #51545f;
}

.show_more {
	display: inline-block;
	cursor: pointer;
}

.show_more span {
	height: 40px;
	line-height: 40px;
}

.show_more span:first-child {
	margin-right: 11px;
}

.show_less {
	display: inline-block;
	cursor: pointer;
}

.show_less span {
	height: 40px;
	line-height: 40px;
}

.show_less span:first-child {
	margin-right: 11px;
}

/*********************************
 Sidebar
*********************************/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    font-weight: normal;
    color: #454545;
}

#slider-range {
    margin-left: 7px !important;
}

.filter_button {
    width: 100%;
    height: 30px;
    background: #000;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.filter_button span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}

ul.sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.sidebar-menu li a span {
    margin-right: 0;
    color: #444;
}

.sidebar-menu li a {
    background-color: #fff0;
    padding: 20px 35px 20px 24px;
    display: block;
    text-decoration: none;
    color: #242424;
    border-bottom: solid 1px #eaeaea;
    border-left: 3px solid transparent;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.sidebar-menu li a:hover {
    background-color: #f2f2f2;
    color: #000;
}

li.have-children ul {
	padding: 0px;
}

li.have-children ul li a {
    background-color: #f3f3f300;
    padding: 10px 75px 10px 60px;
    text-transform: capitalize !important;
}
li.have-children ul li ul li a{
	padding-left: 80px;
}

li.have-children ul li a:hover,
li.have-children ul li.current a {
    background-color: #00568600;
}
li.have-children ul li.current > a {
	color: #ff4b00;
    border-left: 3px solid #ff4b00;
}
li.have-children, li {
	position: relative;
}
li.current > a {
    border-left: 3px solid #005686;
}
li.have-children li.current a {
    border-left: none;
}
/* .have-children span::after {
    position: absolute;
    right: 30px;
    content: "\f054";
    color: #2d2d2d;
    transition: all .5s;
}

li.active.have-children span::after {
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
} */
.have-children .arrow {
	position: absolute;
	right: 0px;
	padding: 20px;
    margin-top: -20px;
	color: #2d2d2d;
	transition: all .5s;
}

.product_section_container .sidebar_section ul.sidebar-menu li.have-children .arrow.open {
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg); 
}

.sidebar-menu .have-children > ul {
    display: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c500;
    font-weight: normal;
    color: #454545;
    border-radius: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget.ui-widget-content {
    border: 1px solid transparent;
    background-color: #e9e9e9;
    height: 1px;
    padding-top: 6px;
}

.main-category-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 1.6rem !important;
    color: #1e211c;
}

.single-product-wrapper .product-description .hover-content {
    top: -175px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .575rem .75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 30px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*********************************
 Product Sorting
*********************************/

.product_sorting_container_bottom {
    width: 100%;
	margin-top: 24px;
}

.product_sorting_container_bottom .product_sorting {
	float: right;
}

.product_sorting {
	display: inline-block;
}

.product_sorting > li {
	display: inline-block;
	position: relative;
	width: 185px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	border: solid 1px #ecedee;
	padding-left: 20px;
	padding-right: 7px;
	margin-right: 16px;
}
.product_sorting > li.page_number {
	width: 115px;
}

.product_sorting_container_bottom .product_sorting > li {
	width: 144px;
	margin-right: 0px;
	padding-right: 12px;
}

.product_sorting_container_bottom .product_sorting li span:nth-child(2) {
	margin-left: 24px;
}

.product_sorting li i {
	float: right;
	line-height: 40px;
	color: #51545f;
}

.product_sorting li ul {
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 15px 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.product_sorting > li:hover ul {
	visibility: visible;
	opacity: 1;
	top: calc(100% + 1px);
}

.product_sorting li ul li {
	display: block;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.product_sorting li ul li span {
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #dddddd;
	color: #51545f;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.product_sorting li ul li span:hover {
	color: #b5aec4;
}

.product_sorting li ul li:last-child span {
	border-bottom: none;
}

.product_sorting li span:nth-child(2) {
	position: absolute;
    right: 30px;
}

.pages {
	display: inline-block;
	float: right;
}

.product_sorting_container_bottom .pages {
	float: left;
}

.page_current {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	border: solid 1px #ecedee;
	margin-right: 16px;
	margin-left: 31px;
}

.product_sorting_container_bottom .pages .page_current {
    background: #151515;
    border: none;
}

.page_current span {
	color: #51545f;
}

.product_sorting_container_bottom .pages .page_current span {
	color: #FFFFFF;
}

.page_selection {
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
	box-shadow: 0 15px 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.page_selection li {
	display: block;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.page_selection li a {
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #dddddd;
	color: #51545f;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.page_selection li a:hover {
	color: #b5aec4;
}

.page_current:hover .page_selection {
	visibility: visible;
	opacity: 1;
	top: calc(100% + 1px);
}

.page_total {
	display: inline-block;
	line-height: 40px;
	margin-right: 31px;
}

.page_total span {
	margin-right: 14px;
}

.page_next,
.page_prev {
	display: inline-block;
	line-height: 40px;
	cursor: pointer;
}

.page_next i,
.page_prev i {
	font-size: 18px;
	color: #51545f;
}
.page_next:hover i,
.page_prev:hover i {
    color: #000;
}


.showing_results {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	float: right;
	margin-right: 34px;
}

.product_sorting > li:hover ul {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 1px);
}
.product_sorting li ul {
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 10000;
    box-shadow: 0 10px 20px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.padding-top-30 {
    padding-top:30px;
}

.single-product-wrapper .product-img img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-product-wrapper{
    border:none!important;
    height:350px!important;
}

.search-product input[type="text"] {
	/* background-image: url('../images/icons/search_small-01.svg');
	background-repeat: no-repeat;
	background-position: right; */
	border-radius: 0;
}
.search-product .btn_category_seatch {
	background-image: url('../images/icons/search_small-01.svg');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	border: none;
    background-color: transparent;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
	cursor: pointer;
	transition: all 0.2s ease;
	z-index: 100;
}
.search-product .btn_category_seatch:hover {
    opacity: 0.8;
}
.product_sorting_container_bottom .product_sorting {
    float: right;
}

.show_less {
	display: none;
}
