.shop_con {
    width: 100%;

}

.shop_left_con {
    padding: 20px;
    /* box-shadow: 37px 56px 68px -62px rgba(129.99999999999997, 107.99999999999997, 94.99999999999999, 0.29); */
    -webkit-box-shadow: -1px 2px 39px -18px rgba(170,159,149,1);
    -moz-box-shadow: -1px 2px 39px -18px rgba(170,159,149,1);
    box-shadow: -1px 2px 39px -18px rgba(170,159,149,1);
    padding-bottom: 20px !important;
    padding: 20px;
}

.shop_sub_con {
    width: 85%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.shop_left {
    flex: 0 0 300px;
    max-width: 300px;
    padding-top: 10px;
    background-color: #fff;
}

.shop_right {
    flex: 0 0 calc(100% - 350px);
    max-width: calc(100% - 350px);
}

.shop_product_con {
    width: calc(100% + 40px);
    margin-left: -40px;
}

.shop_product_con .pro_con_slide {
    flex: 0 0 calc((100% - 120px)/ 3);
    max-width: calc((100% - 120px)/ 3);
    margin-left: 40px;
}

.shop_right_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.price_range_b{
    margin-left: 15px!important;
}
.price_range_c{
    margin-left: 25px !important;
}

.shop_con {
    padding: 60px 0px;
}

.shop_left h3 {
    /* border-bottom: 1px solid #e4e4e4; */
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
}

.shop_left_con {
    /* padding: 5px 0px; */
    margin-top: 30px;
}

.shop_left_con li {
    list-style: none;
    color: #000;
    font-size: 14px;
}

.ic_close {
    font-size: 30px;
    color: #000;
    display: none;
}

#price {
    border: none;
    background: #000;
    color: #fff;
    font-weight: 700;
    padding: 8px 10px;

}

/* shop_responivenes */
@media (max-width:1024px) {
    .shop_product_con .pro_con_slide {
        flex: 0 0 calc((100% - 120px)/ 3);
        max-width: calc((100% - 120px)/ 3);
    }
}

@media screen and (max-width:992px) {
    .shop_right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .shop_left {
        flex: 0 0 220px;
        max-width: 220px;
        padding-top: 10px;
        height: calc(100vh - 80px);
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 999999;
        padding: 40px;
        overflow: auto;
        padding-bottom: 40px !important;
    }

    .short_btn {
        display: block;
    }


    .ic_close {
        display: block;
    }

    .news_letters_subcon_right,
    .news_letters_subcon_left {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:800px) {
    .shop_product_con .pro_con_slide {
        flex: 0 0 calc((100% - 80px)/ 2);
        max-width: calc((100% - 80px)/ 2);
    }
}

@media screen and (max-width:500px) {
    .shop_product_con .pro_con_slide {
        flex: 0 0 calc((100%));
        max-width: calc((100%));
    }

    .shop_right_title {
        flex-flow: column-reverse;
        gap: 20px;
    }

    .shop_product_con {
        width: calc(100%) !important;
    }

}



@media screen and (max-width:500px) {
    .pro_con_slide {
        margin: 0px;
        padding: 0px;
    }

    .shop_left {
       flex: 0 0 calc(100% - 60px);
       max-width: calc(100% - 60px);
    }
}
.shop_left{
    position: sticky;
    top: 0px;
}

.shop_product_con{
    overflow: unset !important;
}
.shop_check_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.shop_check_box label {
    cursor: pointer;
}
/* range price coding start */
.range-slider {
	width: 300px;
	margin: auto;
	text-align: center;
	position: relative;
	height: 6em;
}

.range-slider svg,
.range-slider input[type=range] {
	position: absolute;
	left: 0;
	bottom: 0;
}

input[type=number] {
	border: 1px solid #ddd;
	text-align: center;
	font-size: 1.6em;
	-moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type=number]:invalid,
input[type=number]:out-of-range {
	border: 2px solid black!important;
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	/* background: #FCECA2!important; */
}

input[type=range]:focus::-ms-fill-lower {
	/* background: #FCECA2!important; */
}

input[type=range]:focus::-ms-fill-upper {
	/* background: #FCECA2!important; */
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: black!important;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-webkit-slider-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid black!important;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: black!important;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #FCECA2!important;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-moz-range-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #FCECA2!important;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #FCECA2!important;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
	background: #FCECA2!important;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-ms-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #FCECA2!important;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #FCECA2!important;
	cursor: pointer;
}
/* range price coding end */
.flex_to_button{
    position: relative;
    margin-top: 30px;
}
.btn_show{
    position: absolute!important;
    top: 0;
    right: 40px;
}
.btn_show button{
    border: none;
    background: none;
    outline: none;
    background-color: black;
    color: white;
    padding: 5px;
    width: 100px;
    font-weight: 600;
}
.btn_filter button{
    border: none;
    background: none;
    outline: none;
    background-color: black;
    color: white;
    padding: 5px;
    width: 100px;
    font-weight: 600;
}

.shopwishlist i{
     font-size: 15px;
}