/*-----------------------------------------------Archive Product--------------------------------------------------------*/
.product_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
    margin: 20px 0;
}
.product_header_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align:center ;
    align-items: center;
}

.custom_select select {
    padding: 8px 15px 8px 35px;
    width: 100%;
    height: 46px;
    font-weight: 300;
    margin-bottom: 0;
    border: 1px solid var(--bg-color-4);
}
.custom_select select:focus {
    box-shadow: none;
}
.custom_select select option {
    font-weight: 300;
}
.products_view {
    display: inline-block;
    vertical-align: middle;
}
.shorting_icon {
    font-size: 20px;
    margin-left: 10px;
    width: 45px;
    height: 45px;
    float: right;
    text-align: center;
    line-height: 45px;
    border: 1px solid var(--bg-color-4);
    border-radius: 4px;
}
.shorting_icon.active {
    background-color: var(--bg-color-1);
    color: #fff;
    border-color: var(--bg-color-1) ;
}
.shop_container.list [class*="col-"]  {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.shop_container.list .product_box{
    display: inline-block;
    width: 100%;
}
.shop_container.list .product_img {
    float: right;
    width: 100%;
    max-width: 306px;
}
.shop_container.list .product_info {
    overflow: hidden;
    text-align: right;
    padding: 15px 30px;
}
.shop_container.list .product_box .product_info h3 {
    margin-top: 10px;
}
.shop_container.list .product_box .product_price {
    float: right;
}
.shop_container.list .product_box .rating_wrap {
    float: left;
}
.shop_container.list .product_box .add_to_cart {
    visibility: visible;
    opacity: 1;
    position: unset;
    float: right;
}
.shop_container.list .product_box .pr_desc {
    margin: 50px 0;
}
.shop_container.list .product_box .pro_color_wrap {
    display: flex;
    margin-top: 20px;
}
.shop_container.list .product_box span.pro_color_label {
    display: inline-block;
    width: auto;
    margin-left: 15px !important;
    margin-top: 0 !important;
    margin-bottom: 25px;
}

.shop_container.list .product_box .add_to_cart .kima-btn_s1 {
    border-radius: 5px !important;
    padding: 15px 70px;
}
.shop_container.grid .product_box .pro_color_wrap,.shop_container.grid .product_box .pr_desc {
    display: none;
}
.wp-block-woocommerce-price-filter .ui-widget.ui-widget-content {
    border: 0;
    border-radius: 0;
    background-color: #ddd;
    height: 4px;
    margin-bottom: 20px;
}
.wp-block-woocommerce-price-filter .ui-slider .ui-slider-range {
    background-color: #FF324D;
    border-radius: 0;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.wp-block-woocommerce-price-filter .ui-slider .ui-slider-handle {
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
    border: 0;
    height: 18px;
    top: -8px;
    width: 18px;
    margin: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    transition: none;
}
.price_range {
    color: var(--bg-color-7);
}
#flt_price {
    display: inline-block;
    margin-right: 5px;
    font-weight: 600;
}
.wp-block-woocommerce-price-filter .ui-slider .ui-slider-handle:focus {
    outline: none;
    box-shadow: 0px 0px 5px #ff99ab;
}
.custom-checkbox {
    display: flex;
    align-items: center;
}
.list_brand li {
    margin: 10px 0;
}
.custom-checkbox .form-check-input {
    width: 1.3em;
    height: 1.3em;
    margin-top: 0;
}
.custom-checkbox .form-check-input:checked {
    border-color: var(--bg-color-1);
    background-color: var(--bg-color-1);
}
.custom-checkbox .form-check-input:focus {
    border-color: #ff99ab;
    box-shadow: 0 0 0 0.25rem #f738593d;
}
.custom-checkbox label {
    margin-right: 10px;
    font-size: 1.1em;
}