/*Styling Categories excluding part setting */

.wrap-content{
	    margin: 10px 20px 0 2px;
}
#setting_qcld_express_category .format-setting-wrap .format-setting .format-setting-inner{
    max-height:150px;
    overflow-x: auto;
}

.qcld_express_wrap { background: #fff; box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.45); padding: 20px; border-radius: 10px; min-height: 450px }
.qcld_express_wrap h2 { padding-left: 0; font-weight: bold;}
.qcld_express_wrap p { padding-left: 0; font-size:16px; font-weight: 400; }
.qcld_express_wrap p a{ text-decoration: none }

.qcld-express-shortcode-code {
    width: 450px !important;
    height: auto !important;
    padding: 3px 5px!important;
    margin: 0px!important;
    line-height: 18px!important;
    background: #f5f5f5!important;
    border: 1px solid #ddd!important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07) !important;
    display: inline-block !important;
}

.ep-shortcode-list div{
	margin-bottom:5px;
}




.qcld_express_shop_wholessale_woo_wrap {

    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.qcld_express_shop_wholessale_woo {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 15px;
}

.qcld_express_shop_wholessale_woo img{
    width: 250px;
}
.qcld_express_shop_wholessale_woo p:before {
    content: "" !important;
}

.qcld_express_shop_wholessale_woo p a {
    color: #fff;
    border-color: #ff675b;
    background-color: #ff675b;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    font-weight: bold;
    line-height: 14px;
    text-decoration: none;
}
.qcld_express_shop_wholessale_woo p a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 650px) {

.qcld_express_shop_wholessale_woo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

}