/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.wk_left_sidebar {
    float: left;
    width: 20%;
    margin-right: 2%;
    text-align: center;
}

.wk_left_sidebar img.left_img {
    width: 100%;
}

.wk-left-label .wk_row {
    width: 100%;
}

.box-account .box-content {
    width: 100%;
    padding: 20px;
}

.box-account .box-content .wk-left-label {
    width: 100%;
}

.wk-product-slider ul {
    margin: 0 2px;
}

.wk-slider-product-info {
    color: #333333;
    float: left;
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding: 5%;
}

.box-account .wk_review_head {
    float: left;
    width: 50%;
    padding: 7px 7px 7px 0px;
}

.box-content .wk-product-out-slider {
    float: left;
    width: 32%;
    margin: 5px 0 15px;
}


/*global css*/

.wk-mp-block {
    width: 100%;
    position: relative;
    font-family: inherit;
    font-size: 13px;
    margin-bottom: 20px;
}

.page-title {
    float: left;
    width: 100%;
    background-color: #333333;
    overflow: hidden;
    padding: 20px;
    text-transform: uppercase;
}

.page-title span {
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
}

.wk-mp-right-column {
    float: left;
    width: 100%;
    border: 1px solid #D5D5D5;
    padding: 15px;
}

.box-account {
    width: 100%;
    background-color: #FFFFFF;
}

.box-account .box-head {
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.box-account .box-head h2 {
    margin: 0px !important;
    font-size: 14px !important;
    color: #555555;
    line-height: 1.1 !important;
    font-weight: bold !important;
}

.box-account .wk_border_line {
    float: left;
    width: 100%;
    border-bottom: 1px solid #D9DDE3;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-account .box-content .seller_name {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

.wk-mail-icon {
    background-image: url(../img/icon/icon-mail.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.wk-phone-icon {
    background-image: url(../img/icon/icon-phone.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.wk-address-icon {
    background-image: url(../img/icon/icon-marker.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.wk-share-icon {
    background-image: url(../img/icon/icon-share.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.wk-rating-icon {
    background-image: url(../img/icon/icon-rating.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.wk-person-icon {
    background-image: url(../img/icon/reveiw-user-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.box-account .box-content .wk-facebook-button {
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(../img/icon/social/facebook.png);
    background-position: center top;
    display: block;
    margin-right: 10px;
}

.box-account .box-content .wk-facebook-button:hover {
    background-image: url(../img/icon/social/facebook-hover.png);
}

.box-account .box-content .wk-twitter-button {
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(../img/icon/social/twitter.png);
    background-position: center top;
    display: block;
    margin-right: 10px;
}

.box-account .box-content .wk-twitter-button:hover {
    background-image: url(../img/icon/social/twitter-hover.png);
}

.box-account .box-content .wk-youtube-button {
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(../img/icon/social/youtube.png);
    background-position: center top;
    display: block;
    margin-right: 10px;
}

.box-account .box-content .wk-youtube-button:hover {
    background-image: url(../img/icon/social/youtube-hover.png);
}

.box-account .box-content .wk-instagram-button {
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(../img/icon/social/instagram.png);
    background-position: center top;
    display: block;
    margin-right: 10px;
}

.box-account .box-content .wk-instagram-button:hover {
    background-image: url(../img/icon/social/instagram-hover.png);
}

.wk-review-btns {
    float: right;
    text-align: right;
    width: 35%;
    font-size: 0.875rem;
    text-transform: capitalize !important;
}

.wk-review-btns .mp-delete-review {
    margin-right: 1rem;
}

.form-group .control-label.required:before {
    content: "*";
    color: red;
}

.wk-mp-right-column .wk-edit-profile-link {
    text-transform: capitalize !important;
}

.wk-mp-right-column .wk-edit-profile-link .material-icons {
    font-size: 1rem;
    margin-bottom: 1px;
    margin-right: 0px;
}

.wk_viewcollection {
    width: 100%;
}

.wk_seller_details_box {
    background-color: #F6F6F6;
    border-bottom: 3px solid #D5D3D4;
}


/*global css close*/

.wk_profile_container {
    margin-bottom: 10px;
}

.wk_profile_left_bar {
    position: absolute;
    top: 190px;
    width: 22%;
}

.wk_profile_img_belowlink {
    padding: 15px;
}

.wk-mp-content {
    float: right;
    width: 78%;
    background-color: #fff;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.wk_profile_img {
    background: #fff none repeat scroll 0 0;
    margin: auto;
    padding: 13px;
    width: 90%;
}

.wk_left_img {
    max-width: 100%;
}

.wk_profile_seller_name {
    padding: 17px 0 10px 0;
    border-bottom: 1px solid #D5D5D5;
}

.wk_edit_profile_btn {
    padding: 6px;
}

.wk_edit_profile_btn .material-icons {
    font-size: 17px;
    margin-right: 0;
}

.box-account .box-content .wk-left-label label {
    float: left;
    width: 19%;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 2px;
}

.box-account .box-content .wk-left-label span {
    float: left;
    width: 70%;
}

.wk-product-slider {
    display: block;
    position: relative;
    width: 97%;
    margin: auto;
}

.wk-product-slider ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.wk-product-slider li {
    display: block;
    border: 1px solid #D6D4D5;
    height: 330px;
    margin-left: 6px !important;
    margin-right: 6px !important;
    width: 254px !important;
}

.wk-slider-product-img {
    float: left;
    width: 100%;
    min-height: 75%;
    /* background-color:#F6F6F6; */
    text-align: center;
}

.wk-slider-product-img .img-responsive {
    margin: 0 auto !important;
}

.wk_review_content {
    width: 100%;
    font-size: 13px;
    text-align: justify;
    margin-top: 15px;
}

.wk_review_like {
    margin-bottom: 20px;
    margin-top: 10px;
    color: #555;
}

.wk_review_box {
    background-color: #dedede;
    padding: 0px 4px;
    font-weight: bold;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 5px;
}

.wk_review_box.wk_like {
    color: #008400;
}

.wk_review_box.wk_dislike {
    color: #fe0000;
}

.wk_pull_left {
    float: left;
}

.wk_write_review {
    text-align: right;
    margin-bottom: 10px;
}

.wk_anchor_links {
    font-size: 14px;
    font-weight: 600;
    outline: none;
}

.rating_error {
    color: rgb(255, 0, 0);
    font-size: 12px;
}

.wk_profile_left_display {
    padding: 6px;
}

.wk_profile_left_display:hover {
    color: #249eb9;
}

.wk_reviews_customer_details {
    font-size: 16px;
    color: #2fb5d2;
    display: inline-block;
    margin-right: 10px;
}

.wk_customer_ratings {
    display: inline-block;
    vertical-align: text-bottom;
}

.wk_text_left {
    text-align: left;
}

.wk_text_right {
    text-align: right;
}

.wk-mp-block .material-icons {
    font-size: 17px;
}

.wk_banner_image {
    width: 100%;
    height: 285px;
}

.wk-mp-block label,
.label {
    color: #555 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.wk_formfield_required_notify {
    color: #777;
    font-size: 14px;
    font-style: italic;
    padding: 10px 0;
    text-transform: none !important;
}

.wk_formfield_required_notify span {
    color: red;
}

.wk_retail_price {
    text-decoration: line-through;
    color: #aaa;
}

.wk-seller-profile-box {
    background-color: #fff;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.wk-review-heading {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.wk-seller-review-box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(123, 123, 123, 0.50);
    padding: 20px;
    margin: 20px 0px;
}

.wk_like_action,
.wk_dislike_action {
    padding: 2px 10px;
    background-color: #4A4A4A;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
}

.wk_like_action:hover {
    cursor: pointer;
    background-color: #30A728;
}

.wk_dislike_action:hover {
    cursor: pointer;
    background-color: #E23939;
}

.wk_helpful_number {
    padding: 3px 7px;
    font-size: 14px;
    color: #4A4A4A;
    font-weight: 600;
}

.wk_collection_data {
    position: relative;
}

.wk_relative {
    position: relative;
}

.wk_product_on_sale {
    background: #f39d72;
    color: #fff;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    position: absolute;
    padding: .3125rem .4375rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}

.wk-pagination-right {
    float: right;
}

.wk-page-active {
    background-color: #2fb5d2 !important;
    color: #fff !important;
}

.wk-disabled {
    background-color: #ededed !important;
    cursor: not-allowed;
}


/*For smaller screen*/

@media only screen and (max-width:768px) {
    .wk_profile_left_bar {
        margin: auto;
        position: relative;
        top: 0;
        width: 100%;
    }
    .wk_banner_image {
        height: 160px;
    }
    .wk_review_content {
        font-size: 12px;
        text-align: left;
    }
    .box-account .box-content {
        float: none;
        width: 100%;
        padding: 15px;
    }
    .box-account .seller_shop_content {
        padding: 10px;
    }
    .wk_slider_padding {
        padding: 20px 0 !important;
    }
    .wk_left_sidebar {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .wk-slider-product-info {
        color: #333333;
        float: left;
        font-size: 14px;
        text-align: center;
        width: 100%;
        padding: 3%;
    }
    .box-account .wk_review_head {
        float: left;
        width: 100%;
        padding: 7px 7px 7px 0px;
    }
    .wk_formfield_required_notify {
        text-align: left;
    }
    .wk-product-slider {
        width: 91%;
    }
    .wk-mp-content {
        width: 100%;
    }
}

@media only screen and (max-width:400px) {
    .wk_profile_left_bar {
        margin: auto;
        position: relative;
        top: 0;
        width: 75%;
    }
    .wk_banner_image {
        height: 100px;
    }
    .box-account .box-content .wk-left-label label {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
    .box-account .box-content .wk-left-label span {
        float: none;
        width: 100%;
    }
    .btn-primary,
    .btn-secondary,
    .btn-tertiary {
        padding: 0.5rem 4px;
        font-size: 13px;
    }
}

@media only screen and (max-width:480px) {
    .box-account .box-content .wk-left-label label {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
    .box-account .box-content .wk-left-label span {
        float: none;
        word-wrap: break-word;
    }
    .btn-primary,
    .btn-secondary,
    .btn-tertiary {
        padding: 0.5rem 4px;
        font-size: 13px;
    }
    .wk-product-slider li{
        width: 65vw !important;
        height: 200px;
    }
    .wk-product-slider li img{
        width: 50vw !important;
        padding: 5px;
    }
}

@media only screen and (min-width:401px) and (max-width:768px) {
    .wk_profile_img {
        width: 33%;
        float: left;
        margin-bottom: 20px;
    }
    .wk_profile_img_belowlink {
        width: 55%;
        float: left;
    }
}

.wk_padding_none {
    padding: 0;
}