.elementor-4601 .elementor-element{
    padding: 0 !important;
    background: unset !important;
}
#main>.container{
    max-width: 1440px !important;
}
.my-collection{
    padding: 0 !important;
    background-color: #ffffff !important;
    margin-block-start: 30px !important;
}
.my-collection-top{
    background-color: #ffffff !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
    border: unset !important;
}
.my-collection-top .woocommerce-ordering label{
    font-family: ShinGoPro, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    text-align: left;
    font-style: normal;
}
.my-collection-top .elementor-widget-porto_sb_sort{
    margin: 0 !important;
}
.my-collection-top select.orderby{
    border-radius: 16px;
    border: 1px solid #000000;
    height: 32px;
    font-family: ShinGoPro, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    background-position: 96% -13px;
}
.my-collection-products .post-title{
    font-family: ShinGoPro, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-style: normal;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    line-height: 36px;
}
.my-collection-products .price{
    font-family: ShinGoPro, sans-serif;
    font-weight: normal;
    font-size: 18px !important;
    color: #000000;
    text-align: center;
    font-style: normal;
}
.woocommerce-widget-layered-nav-list{
    flex-direction: column !important;
}
.woocommerce-widget-layered-nav-list a{
    font-family: ShinGoPro, sans-serif;
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #000000 !important;
    line-height: 32px !important;
    text-align: center !important;
    font-style: normal;
}
.woocommerce-widget-layered-nav-list .chosen a{
    color: #ffffff !important;
}
.woocommerce-widget-layered-nav-list a:hover{
    color: #fff !important;
}
.sidebar-content .widget-title{
    font-family: ShinGoPro, sans-serif;
    font-weight: normal !important;
    font-size: 18px !important;
    color: #000000 !important;
    line-height: 1 !important;
    text-align: left;
    font-style: normal;
    margin-bottom: 20px !important;
}
.porto-woo-category-sidebar{
    padding-top: 30px !important;
}
.widget_price_filter .price_slider_amount{
    flex-direction: column;
}
.widget_price_filter .price_label{
    font-family: ShinGoPro, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    margin-bottom: 20px;
}
.widget_price_filter .price_slider_amount .button{
    width: 100%;
    background: #F2F2F2;
    border-radius: 16px;

    font-family: ShinGoPro, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    text-align: center;
    font-style: normal;
}
.porto-tb-item.product{
    margin-bottom: 30px;
}
.porto-tb-item.product .tb-woo-price{
    margin-bottom: 0;
}
.my-collection .add_to_cart_button{
    background-color: #fff !important;
    font-family: ShinGoPro, sans-serif;
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #000000 !important;
    line-height: 32px;
    text-align: center;
    font-style: normal;
}

@media only screen and (max-width: 767px) {
    .my-collection{
        padding: 0 10px !important;
        margin-block-start: 30px !important;
    }
    .my-collection-top{
        margin-bottom: 20px !important;
    }
    .my-collection-top .elementor-widget-porto_sb_sort{
        order: 1;
    }
    .my-collection-top .porto-product-filters-toggle{
        background: #FFFFFF;
        border-radius: 16px;
        border: 1px solid #000000;
        padding: 9px 16px !important;
        gap: 13px;
        font-family: ShinGoPro, sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: #000000;
        line-height: 28px;
        text-align: left;
        font-style: normal;
        height: 32px !important;
    }
    .my-collection-top select.orderby{
        max-width: unset !important;
        font-weight: 300;
    }
    .my-collection-top.sticky{
        position: unset !important;
    }
    .my-collection-products .post-title{
        font-size: 16px;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .my-collection-products .price{
        font-size: 16px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}