.persian-woocommerce {
    background: #fff;
    padding: 15px;
    margin: 15px;
    border-radius: 8px;
    box-shadow: 0 0 30px #ddd;
    -webkit-box-shadow: 0 0 30px #ddd;
    -moz-box-shadow: 0 0 30px #ddd;
    border: 1px solid #e4e4e4;
}


.persian-woocommerce img.logo {
    padding: 5px;
    margin: 15px 0;
}

.persian-woocommerce .clear {
    clear: both;
}

.persian-woocommerce hr.pwoo_line {
    border-top: 1px dashed #8c8b8b;
    border-bottom: 1px dashed #fff;
}

.persian-woocommerce .float-left-buttons {
    float: left;
}

.persian-woocommerce .nav-tab {
    border-radius: 9px;
    border-bottom: 3px solid #080809 !important;
    background: #f4f4fb !important;
}

.persian-woocommerce .nav-tab-active {
    border-bottom: 3px solid #080809 !important;
    background: #6666c8 !important;
    color: #fff !important;
    border-radius: 9px;
}

.persian-woocommerce .nav-tab-wrapper {
    border-bottom: none !important;
}

.right-side-pwoo {
    display: none;
}

@media only screen and (min-width: 768px) {
    .persian-woocommerce {
        width: 65%;
        float: right;
    }

    .right-side-pwoo {
        width: 27%;
        display: inline;
        float: right;
        padding: 5px;
    }

    .right-side-pwoo h3 {
        margin: none;
        margin-top: 12px;
    }

    .right-side-pwoo img.tblq {
        max-width: 400px;
        border-radius: 8px;
        margin: 0 auto;
        margin-top: 18px;
        display: block;
        border: 1px solid #e4e4e4;
    }
}


.col {
    width: 45%;
}

.two-col {
    clear: both;
}

.two-col .col {
    width: 45%;
    float: right;
    padding: 1%;
}

.feature-section, .changelog {
    clear: both;
}

.about-wrap img {
    width: auto;
}

.persian-woocommerce ul {

    list-style: square;
}

.persian-woocommerce form .notice {
    display: none !important
}


.promote_hosting {
    padding: 24px 16px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    background: #6666c8;
    margin: 5px 15px 2px;
}

.promote_hosting .promote-hosting {
    display: contents;
    font-size: 3.25rem;
    line-height: 1;
    margin-bottom: 8px;
}

.promote_hosting h3 {
    color: #fff;
}

.right-side-pwoo .notice img {
    vertical-align: bottom;
}

.feature-section div {
    width: 46%;
    padding: 2%;
    float: right;
}

.pw_file_uploader_image {
    max-width: 100px;
    max-height: 100px;
    display: block;
    margin-bottom: 10px;
}

.pw_file_uploader_buttons {
    display: flex;
    align-items: center;
}

.pw_file_uploader_remove_button {
    text-decoration: none;
    color: red;
    margin-inline-start: 10px;
}

.pw_select_image_select {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: border 0.3s ease;
}

.pw_select_image_container {
    display: flex;
    align-items: center;
}

.pw_selected_image {
    margin-inline-start: 20px;
    border: 2px solid #96588a;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.pw_select_image_select:focus {
    border-color: #96588a;
}