/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{float:right !important;}*/

/* span{font-family: 'BBC Reith Sans Light';}  */

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"),
	url("../fonts/fontawesome-webfont.woff") format("woff"), 
	url("../fonts/fontawesome-webfont.ttf") format("truetype"), 
	url("../fonts/fontawesome-webfont.svg") format("svg");
}
.fa {
    font-family: FontAwesome !important;
}

.color-red {
    color: red;
}
.ltr {
	text-align: left;
	direction: ltr;
}
.center {
	text-align: center;
}
.woocommerce-result-count {
	display: none;
}
.attribute-items, .rating-box, .sale-box, .stock-box {
    width: 100%;
	padding: 14px;
    margin: 0px;
    list-style-type: none;
    font-size: 13px !important;
}
.rating-box li, .sale-box li, .stock-box li
{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
.rating-box input[type=radio], .sale-box input[type=radio],
.stock-box input[type=radio]
{
    height: 20px;
    width: 20px;
    vertical-align: sub;
}
.category-items
{
    margin: 10px !important;
    list-style-type: none;
}
.category-items li, .attribute-items li
{
	cursor: pointer;
	color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

#product-filter-archive-box img {
	width: 40%;
}
.pagination li a{
    border: 2px solid rgb(209, 208, 208) !important;
    margin: 4px !important;
    border-radius: 4px !important;
    color: silver !important;
}
.pagination li a:hover
{
    background: #fff !important;
}

.pagination .active
{
    background: #fff !important;
    /* border: 2px solid #490e6f !important; */
}

.pagination .pre-page a::after, .pagination .next-page a::after
{
    display: inline-block;
    width: 13px;
    height: 21px;
    content: '';
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
}
.pagination .pre-page a, .pagination .next-page a
{
    border: none !important;
}

.pagination .next-page a::after
{
    transform: rotate(180deg);
    background-image: url(../images/left-chevron.svg);
}

.pagination .pre-page a::after
{
    background-image: url(../images/left-chevron.svg);
}

.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track
{
	direction: ltr;
}
.ui-rangeslider .ui-rangeslider-sliders {
	margin: 42px 0px 10px 16px !important;
}
.ui-slider-track, html >body .ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child {
	height: 8px !important;
}
.ui-slider-track .ui-btn.ui-slider-handle {
	width: 24px;
    height: 24px;
    border-radius: 90px;
	margin: -12px 0 0 -15px !important;
}

.ui-icon-loading {
	display: none !important;
}
.filter-color-item {
	width: 20px;
	height: 20px;
	display: inline-block;
}
.filter-selected-item
{
	position: relative;
    border-radius: 6px;
    background-color: #f8f8f8;
}

.filter-selected-item
{
    margin: 0px;
    list-style-type: none;  
}

.filter-selected-item li {
    padding-top: 13px !important;
    font-size: 12px;
	position: relative;
	min-width: 200px;
    display: inline-block;
    min-height: 42.6px;
    margin: 5px;
    padding: 4px 8px;
    border-radius: 6px;
    background-color: rgba(73,14,111,0.05);
    text-align: center;
}
.filter-selected-item li b {
	position: absolute;
    width: 22px;
    height: 22px;
    text-align: center;
    padding-top: 2px;
    left: 4px;
    top: 9px;
    background: #fff;
    padding: 4px 6px;
    cursor: pointer;
    border-radius: 50%;
    color: red;
    font-weight: bold;
}
.filter-selected-item li .bt{
	color: #e0119d;
}

.filter-side .panel-body
{
    padding: 0px !important;
}
#body-pricing-list
{
    margin-bottom: 20px;
    margin-top: 15px;
}

.product-filter-box .panel-body {
	position: relative;
    padding: 10px !important;
}
.category-title {
	margin: -32px auto;
    /* color: #490e6f !important; */
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    left: 34%;
}
.panel-body-title {
    /* color: #490e6f !important; */
    font-size: 18px;
    font-weight: 500;
    left: 34%;
    line-height: 38px;
    padding: 0 5px 0 0;
}
.panel-body-title .attr-item-name
{
    margin-left: 5px;
}
.panel-heading
{
	/* color: #490e6f !important; */
    font-size: 20px;
    font-weight: 500;
}

.slider-labels {
    text-align: center;
	margin-bottom: 25px;
}
.caption input
{
	padding: 0 15px;
    height: 40px;
    border-radius: 4px;
	
	border: 1px solid #123465 !important;
    font-size: 12px;
    color: #000;
    width: 100%;
	border-radius: 4px !important;
	outline: none;
}

.ui-content
{
	padding: 5px !important;
}

.pagination li a {
	cursor: pointer;
}
.color-attr
{
	margin: 4px;
	display: inline-block !important;
}
.color-attr
{
	position: relative;
}
.attr-item
{
	position: relative;
    padding-right: 38px;
    padding-top: 1px;
    font-weight: bold;
    margin-bottom: 8px;
}
.check-attr-item
{
	z-index: 1;
	opacity: 0;
	position: absolute;
    top: 0px;
    right: 0px;
	cursor: pointer;
	width: 25px;
    height: 25px;
	/* border: 1px solid #490e6f !important; */
}
.attr-item .attr-item-name:before {
    position: absolute;
    top: 0px;
    right: 0;
    width: 25px;
    height: 25px;
    content: '';
    border-radius: 2px;
}

.attr-item .attr-item-name:after {
	font-family: FontAwesome;
    position: absolute;
    top: 0px;
    right: -1px;
    display: none;
    width: 25px;
    height: 25px;
    content: "\f00c";
    text-align: center;
    font-size: 19px;
    line-height: 23px;
}
.attr-item .check-attr-item:checked+.attr-item-name:after {
	display: inline-block;
}
.color-attr
{
	padding-right: 0px !important;
    padding-top: 0px !important;
}
.color-attr .check-attr-item
{
	display: block !important;
    width: 25px;
    height: 25px;
	opacity: 0;
    margin: 0px !important;
}
.color-attr .filter-color-item
{
    opacity: 0.5;
	width: 25px;
    height: 25px;
    cursor: pointer;
	border-radius: 4px;
    border: 1px solid gray;
}

.bordered {
    opacity: 1 !important;
	border: 2px solid red;
}
.orderby-box
{
    text-align: left;
}
.orderby {
	width: 100%;
}

/* .filter-side .longable
{
	max-height: 400px;
	overflow-y: scroll;
} */

.orderby {
	width: 200px;
	box-sizing: border-box;
    height: 40px;
    padding: 5px 30px 5px 15px;
    color: #2b2c3f;
    border: solid 1px #a4a4a4;
    border-radius: 4px;
    background-color: #fff;
    font-size: 12px;
	margin-bottom: 20px;
}

.colaps {
    cursor: pointer;
    float: left;
    background: #f8f8f8;
    width: 44px;
    text-align: center;
    height: 40px;
    border-radius: 4px 0px 0px 0px;
    margin: 0px 5px 0px 0px;
}
.colaps .fa {
    font-size: 21px;
}
.min-max-price-show {
    padding: 12px;
    display: flow-root;
    font-size: 12px;
}
.min-max-price-show .min-amount
{
    float: left;
}
.min-max-price-show .max-amount
{
    float: right;
}

#body-category-list
{
    max-height: 350px;
    overflow-y: auto;
    padding: 10px;
}

.filter-search {
    margin-top: 10px;
    padding: 0 15px;
    height: 40px !important;
    border: 1px solid #123465 !important;
    font-size: 12px;
    color: #000;
    width: 100%;
    border-radius: 4px !important;
    outline: none;
}

.drkpages .woocommerce-breadcrumb
{
    display: none !important;
    width: 98% !important;
    background-color: #fff !important;
    border: none !important;
    border-radius: 0px !important;
}
.drkpages
{
    border: none !important;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.inline {
    display: inline-block;
}

.filter-product {
    padding: 4px 10px !important;
}

.mobile-filter-btns {
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.mobile-filter-btns button
{   
    padding: 4px 25px;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    text-align: center;
    background-color: #f8f8f8;
    font-weight: 500;
}

/* .mobile-filter-btns button:nth-child(2) {
    border-right: 0 !important;
} */


i::after ,
i::before {
    vertical-align: middle;
}


.mobile-filter-btns button {
    position: relative; 
}

.mobile-filter-btns button .mfb:before {
    margin: 0px 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    vertical-align: middle;
}
.mfb-filter:before {
    background: url('../images/filter.svg') no-repeat;
    background-size: 16px;
}
.mfb-sort:before {
    background: url('../images/sort.svg') no-repeat;
    background-size: 16px;
}

.facet-mobile-layer__buttons {
    display: flex;
}
.facet-mobile-layer__buttons>* {
    flex: 1 0 auto;
    margin: 10px;
    font-size: 14px;
}
.round-btns.empty, a.round-btns.empty, .round-btns.empty:hover {
    color: #490e6f;
    border: 1px solid #490e6f;
    background-color: #fff;
    line-height: 43px;
}

.round-btns, a.round-btns {
    display: block;
    height: 45px;
    padding: 0 30px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 100px;
    background-color: #490e6f;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
}
.modal {
    margin-top: 20px;
}
.filter-side-mobile
{
    top: 0px;
    right: 0;
    padding: 0px !important;
    position: fixed !important;
    z-index: 999999;
    background: #fff;
    border: 1px solid silver;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    display: block !important;
}
.facet-mobile-layer__header
{
    padding-top: 4px;
    text-align: center;
    position: relative;
    height: auto;
}
.facet-mobile-layer__header .fa
{
    position: absolute;
    left: 15px;
    top: -5px;
    font-size: 28px;
    font-weight: bold;
    color: #e0119d;
}

.loading-box {
    display: none;
    background: transparent;
    position: fixed;
    z-index: 9999999;
    top: 100px;
    right: 0;
    width: 100%;
    text-align: center;
}

.mobile-sorting-box 
{
    width: 100%;
    display: none;
}
.mobile-sorting-box ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.mobile-sorting-box ul li:first-child
{
    
    color: #333;
    font-size: 20px;
    font-weight: 500;
}

.mobile-sorting-box ul li
{
    font-family: yekan !important;
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.sub-cat-bot-link {
    padding: 5px;
    margin: 4px;
    display: inline-block;
    text-decoration: none !important;
}
.woocommerce-products-header__title {
    display:  none !important;
}
.panel-default
{
    overflow: hidden;
    border-radius: 10px !important;
}

.rating-box li:nth-child(1) span::before,
.rating-box li:nth-child(2) span::before,
.rating-box li:nth-child(3) span::before,
.rating-box li:nth-child(4) span::before,
.rating-box li:nth-child(5) span::before
{
    font-family: "FontAwesome";
    padding: 4px;
    color: goldenrod;
    font-size: 16px;
}

.rating-box li:nth-child(1) span::before
{
    content: "\f005\f005\f005\f005\f005";
}
.rating-box li:nth-child(2) span::before
{
    content: "\f005\f005\f005\f005\f006";
}
.rating-box li:nth-child(3) span::before
{
    content: "\f005\f005\f005\f006\f006";
}
.rating-box li:nth-child(4) span::before
{
    content: "\f005\f005\f006\f006\f006";
}
.rating-box li:nth-child(5) span::before
{
    content: "\f005\f006\f006\f006\f006";
}

.advanced-setting-form input[type=checkbox], .advanced-setting-form input[type=checkbox]::before
{
    width: 20px !important;
    height: 20px !important;
}

.sorting-filter
{
    display: inline-block;
    font-size: 15px;
    color: purple;
    margin: 0px 10px;
    cursor: pointer;
}


/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgb(209, 209, 209); 
}

/* Handle */
::-webkit-scrollbar-thumb {
	border-radius: 5px;
}

@media  (min-width: 700px) {

    .facet-mobile-layer__buttons, .facet-mobile-layer__header
    , .mobile-filter-btns
    {
        display: none;
    }
}

@media  (max-width: 700px) {

    .product-counter
    {
        font-size: 14px;
        text-align: center;
        width: 100%;
        margin: 10px 0px;
    }
    .facet-mobile-layer__buttons
    {
        z-index: 99;
        bottom: 0px;
        width: 100%;
        position: fixed;
        background: #fff;
        border-top: 1px solid gray;
    }
    .panel-default
    {
        margin: 5px;
    }
    #slider-range
    {
        width: 90%;
        margin: auto;
    }
    #filter-side, .filter-selected-item, .orderby-box
    {
        display: none;
    }
    .woocommerce-page .container, .woocommerce-page .container-fluid, .woocommerce-page .site-main > div
    {
        width: 100%;
        /* margin: 5px 0px !important; */
        padding: 0px !important;
    }
    .archive #product-content-box .products li
    {
        width: 48%;
        margin: 2px 2px !important;
        clear: none;
    }
}
