/*  */

.posrel {
    position: initial !important;
}

.active-plans-div {
    text-transform: uppercase;
    text-align: center;
    min-height: 46px;
    transform: rotatez(-48deg) !important;
    position: absolute;
    z-index: 9;
    left: 18px;
    top: 45px;
}

.active-plans-text {
    text-transform: uppercase;
    margin: 0;
    background-color: green !important;
    padding: 0px 15px;
    font-size: 9px !important;
    font-weight: bold !important;
    color: #fff !important;
}

.deactive_plan.plan-name.h4 {
    font-size: 22px !important;
}

.pts-neworder td,
.pts-neworder {
    background-color: #b4e694 !important
}

.pts-col-sm-6 .pagination>li.active {
    background-color: transparent;
}

.pts-new_inquiry td,
.pts-new_inquiry {
    background-color: #b4e694 !important
}

.pts-disabled td,
.pts-disabled {
    background-color: #f2dede !important
}

.ptsinsidecol {
    margin-bottom: -3px;
}

.ptsrow2 {
    margin-top: 7px;
}

#ptsabout1 {
    min-height: 255px;
}

.ptsvideo {
    padding-left: 0 !important;
}

.ptsstoreimage {
    padding-left: 0 !important;
}

.ptsgooglemap {
    padding-left: 0 !important;
}

.pts-category-dropdown .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    padding: 4px;
}

.social-icons a .fa {
    /* letter-spacing: 14px; */
    margin: 1px;
    padding-top: 8px;
    padding-bottom: 0;
    text-align: center;
}

.social-icons a:hover .fa {
    color: #229ac8 !important;
}

.social-icons a::first-child {
    padding: 0px !important;
}

.social-icons a .fa-facebook-square:before {
    color: #3b5999;
}

.social-icons a .fa-tumblr-square:before {
    color: #55acee;
}

.social-icons a .fa-google-plus-square:before {
    color: #dd4b39;
}

.social-icons a .fa-instagram:before {
    color: #4c68d7;
}

.social-icons a .fa-pinterest-square:before {
    color: #BD081C;
}

.social-icons a .fa-globe:before {
    color: #6200e;
}

.social-icons a .fa-whatsapp:before {
    color: #25d366;
}

.social-icons a:hover .fa-facebook-square:before,
.social-icons a:hover .fa-tumblr-square:before,
.social-icons a:hover .fa-google-plus-square:before,
.social-icons a:hover .fa-instagram:before,
.social-icons a:hover .fa-pinterest-square:before,
.social-icons a:hover .fa-globe:before {
    color: #229ac8 !important;
}

.social-icons a .fa-facebook-square:before,
.social-icons a .fa-tumblr-square:before,
.social-icons a .fa-google-plus-square:before,
.social-icons a .fa-instagram:before,
.social-icons a .fa-pinterest-square:before,
.social-icons a .fa-whatsapp:before,
.social-icons a .fa-globe:before {
    font-size: 33px;
    padding: 3px;
}

.invoices-btn {
    position: absolute;
    bottom: 7px;
    right: 14px;
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 3px 10px;
    background: #337ab7;
    color: #fff;
}

.invoices-btn:hover {
    color: #f5f5f5;
}

.seller-login-form {
    margin-top: 20px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3
}

.new-seller-register-here {
    background: #fff;
    padding: 7px;
    border-radius: 15px;
}

.new-seller-register-here .fa.fa-user,
.new-seller-login-here .fa.fa-user {
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.2
}

.new-seller-login-here {
    background: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.seller-rgistration-form {
    background-color: #f5f5f5;
    border: 2px solid #2097c4;
}


/* Hide all steps by default: */

.tab {
    display: none;
}

.head_steps {
    display: flex;
}

.head_steps .step .step-icon {}

.head_steps .step .step-icon .fa {
    border: 6px solid #ededed;
    padding: 7px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 1;
    font-size: 20px;
    color: #9b9e9f;
    background: #fff;
    z-index: 9;
}

.head_steps .step.finish .step-icon .fa {
    border: 6px solid #2097c4;
    background: #fff;
    color: #2097c4;
}

.head_steps .step.finish,
.head_steps .step.finish p {
    color: #2097c4;
    opacity: 1;
}

.head_steps .step.active .step-icon .fa {
    border: 6px solid #2097c4;
    background: #fff;
    color: #2097c4;
}

.head_steps .step.active,
.head_steps .step.active p {
    color: #2097c4;
    opacity: 1;
}

.head_steps .step.active .step-icon .fa {
    background: #fff;
}

.head_steps {
    margin: 0 auto;
    max-width: 670px;
    width: 100%;
}

.head_steps .step {
    text-align: center;
    float: left;
    display: block;
    width: 33.33333%;
    position: relative;
}

.head_steps .step.finish .step-icon:before,
.head_steps .step.finish .step-icon:after {
    background: #2097c4;
}

.head_steps .step.active .step-icon:before,
.head_steps .step.active .step-icon:after {
    background: #2097c4;
}

.head_steps .step .step-icon:before {
    content: "";
    width: 50%;
    height: 10px;
    background: #ededed;
    display: block;
    position: absolute;
    top: 20px;
    right: -14px;
    z-index: -1;
}

.head_steps .step .step-icon:after {
    content: "";
    width: 50%;
    height: 10px;
    background: #ededed;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: -1;
}

.head_steps .step.finish .arrow {
    border-color: #2097c4;
    background: #2097c4;
}

.head_steps .step.active .arrow {
    border-color: #2097c4;
    background: #2097c4
}

.login-seller {
    font-size: 14px;
    color: green;
    cursor: pointer;
}

#regForm .required label.error {
    color: red !important
}


/*  */

.active-plan-text {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-top: -7px;
    background: #228B22;
    padding: 0px 15px;
}

@media(max-width:768px) {
    .invoices-btn {
        left: 14px;
        right: unset;
    }
    .active-plan-text {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        margin-top: -5px;
        background: #228B22;
        padding: 0px 15px;
    }
    .site-wrapper .pts-container .pts-row #content h1 {
        clear: both;
    }
}

@media(max-width:768px) {
    .ptsaboutstore {
        margin-top: 6px;
    }
    .storetimings {
        margin-left: 14px;
        margin-bottom: 0px;
    }
    .ptsvideo {
        padding-left: 0 !important;
    }
}


/*=======*/

.pts-product-thumb .pts-caption h4 a {
    font-size: 15px;
    text-transform: capitalize;
}

.account-bg h4,
.h4 {
    font-size: 15px !important;
}

.pts-pull-left {
    margin-right: auto;
    float: left;
}


/*=============*/

.hidden-xs1,
.hidden-sm1,
.hidden-md1 {
    display: inline-block !important;
}


/* Navbar container */

.store-navbar {
    overflow: hidden;
    background-color: #229ac8;
    padding: 0
}


/* Links inside the navbar */

.store-navbar li {
    display: inline-block;
    padding: 8px 10px !important;
    float: left
}

.store-navbar li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
}


/* Add a red background color to navbar links on hover */

.store-navbar li:hover {
    background-color: rgba(0, 0, 0, 0.1);
    ;
}


/* //////////////////////// */

.star-seller {
    width: 10px !important;
    margin-left: 5px;
}

.pts-star {
    width: 1em !important
}

.pts-star:first-child {
    margin-left: 7px;
}

.pts-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
    margin-bottom: 10px;
}

.pts-input-group-sm>.pts-form-control {
    height: 36px !important
}

#common-home .owl-wrapper-outer {
    box-shadow: none !important
}

h2,
h3,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#pts-content h1 {
    margin-top: auto !important;
    margin-bottom: 12px !important;
    font-size: 26px !important;
    display: inline-block;
}

.pts-product-thumb .image a img {
    margin: auto;
}

.pts-product-thumb .caption {
    text-align: center;
    line-height: 2;
}

.pts-product-thumb .pts-button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.pts-product-thumb .pts-button-group {
    text-align: center;
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.pts-product-layout .image a img {
    margin: auto;
}

.pts-product-layout .pts-caption {
    text-align: center;
    line-height: 2;
    margin: 8px;
    flex-grow: 1 !important;
}

.pts-product-thumb .transition+div {
    text-align: center;
    margin: 5px
}

.pts-product-thumb .transition+div a {
    padding: 5px;
}

.panel-title {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit !important;
}

label {
    font-size: 12px;
    font-weight: normal !important;
    line-height: 1.9 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/* ////////////////// */

@media (min-width: 768px) {
    .pts-form-horizontal .pts-control-label {
        float: left !important;
    }
    #ptsstorevideo {
        height: 210px;
        width: 100%;
    }
}

.pts-h3 {
    padding: 15px 2px !important
}

.table thead td span[data-toggle="tooltip"]::after,
label.pts-control-label span::after {
    font-family: FontAwesome;
    color: #1E91CF;
    content: "\f059";
    margin-left: 4px;
}


/* .oc2 fieldset label{float:right !important} */

.sellerAccountImg {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding: 5px;
}

.h3-bg {
    border: 1px solid #ddd;
    padding: 15px 10px;
}

@media screen and (max-width: 988px) {
    .account-bg {
        box-shadow: 0px 4px 7px -1px rgba(0, 0, 0, 0.4);
        padding: 5px 0px 15px
    }
}


/* .seller-info{padding:10px 5px;border:1px solid #eee;} */

.seller_pannel_store {
    /* box-shadow:0px 2px 8px 0px rgba(0,0,0,0.4); */
    margin-bottom: 5px;
    border: 1px solid #dbdada;
    border-radius: 4px;
    font-family: sans-serif;
    font-weight: 500
}

.seller-info .seller-return,
.seller-shipping,
.seller-about {
    padding: 6px 0px;
    border-bottom: 1px solid #f5f5f5;
}

.seller-info .seller-about {
    border-bottom: none;
}

.seller-return a,
.seller-shipping a,
.seller-about a {
    color: #786e6e !important;
    width: 100%;
}

.seller-return a:hover,
.seller-shipping a:hover,
.seller-about a:hover {
    color: #3662f9 !important
}

.contact-info .seller-email,
.seller-phone,
.seller-address {
    color: #716b6b;
    padding: 6px 0px;
    border-bottom: 1px solid #f6f6f6;
}

.contact-info .seller-email i,
.seller-phone i,
.seller-address i {
    font-size: 14px !important;
    margin-right: 6px
}

.seller-info .seller-return .pts-r,
.seller-shipping .pts-r,
.seller-about .pts-r {
    float: right !important
}

.contact_seller_link {
    margin-bottom: 5px;
    margin-top: 4px;
    background: #51D3F9;
    border: 1px solid #ddd;
    padding: 10px 5px;
    color: #fff;
}

.contact_seller_link .contact_seller {
    font-size: 15px;
    color: #fff !important
}

.contact_seller_link:hover .contact_seller_link .contact_seller {
    font-size: 15px;
    color: #eee !important
}

.fa-stack i::before {
    margin-left: -12px !important
}

.m-auto {
    margin: auto
}

@media(max-width: 768px) {
    .ptsvideo {
        margin-top: 9px;
        margin-inline: 16px;
        margin-right: -2px;
    }
    .ptsstoreimage {
        margin-inline: 16px;
        margin-right: -2px;
    }
    .ptsgooglemap {
        margin-inline: 16px;
        margin-right: -2px;
    }
    .ptsimage {
        margin-top: 12px;
    }
    .ptsfilter {
        margin-top: 12px;
    }
    .seller_pannel_store {
        /* box-shadow:0px 2px 8px 0px rgba(0,0,0,0.4); */
        margin-bottom: 5px;
        border: 1px solid #dbdada;
        border-radius: 4px;
    }
    .img-left {
        float: left !important
    }
    .hidden-xs1,
    .hidden-sm1,
    .hidden-md1 {
        display: inline-block !important;
        display: none !important;
    }
}

.hieght-fixed {
    max-height: 600px;
    overflow: auto;
}

.selected-plan {
    border: 1px solid #eee;
    padding: 10px 10px !important;
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.5);
}

.admin-store {
    border-right: 1px solid #eee
}

.mid {
    padding: 5px !important;
    border: 1px solid #eee
}

.p-0 {
    padding: 0 !important
}

.payment {
    //background: #e7e7e7;
    padding: 10px;
}

.payment a {
    color: #000;
    padding: 5px 8px;
    border: 1px solid #ddd;
    font-size: 15px;
    background: #eee
}

.checkbox-center {
    text-align: center;
}

.plan ul {
    margin: 0;
    padding: 0 !important
}

.plan ul li {
    list-style: none;
    padding: 8px 10px !important;
}

.plans {
    margin-top: 8px;
    padding: 0 !important;
}

.plan {
    border: 1px solid #eee;
    padding: 0 !important;
    margin-top: 30px;
}

.plan-name {
    background: #fff;
    padding: 0;
    padding: 0px 10px !important;
}

.viewmore {
    font-size: 13px;
    background: #fff;
    color: blue;
    padding: 1px 5px;
    border: 0px solid #eee;
    margin-top: 10px
}

.plan-list {
    padding: 0;
    background: #fff;
    border-right: 1px solid #eee;
}

.popup-model {
    width: 70% !important
}

.pts-total_price {
    padding: 8px !important;
    border: 1px solid #eee
}

.pts-grand_total1 {
    font-size: 14px;
    font-weight: 600
}

.pts-grand_total_price {
    padding: 5px 9px !important
}

.bordr {
    border: 1px solid #eee;
    padding: 10px 10px
}

.m-t10 {
    margin-top: 15px
}

.plan-active {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4)
}

.pts-subscription-plan {
    margin-bottom: 0px !important
}

.deactive_plan {
    padding: 0 !important
}

.plan-active .plan-list {
    background: beige !important;
}

.deactive_plan .plan-list {
    background: aliceblue;
}

.plan-active .plan1 {
    margin-top: 0 !important
}

.text-blue {
    color: #5cb85c;
    font-weight: 600
}

.pts-welll {
    background: fff;
    padding: 10px;
    box-shadow: 0px 0px 4px 0px rgba(85, 105, 0.5, 0.2);
    margin-bottom: 15px
}

.pts-current-plan h4 {
    color: #333;
}

.pts-text-blue {
    color: #666;
    font-size: 17px;
    font-weight: 600
}

.pts-welll p,
b {
    font-size: 13px !important;
}

@media(max-width:768px) {
    .popup-model {
        width: 100% !important
    }
}

.store_logo {
    margin-bottom: 10px;
}

.store_top_div {
    margin-bottom: 20px;
}

.directory .fa-folder.fa-5x {
    font-size: 10.5em;
}

.pts-banner {
    margin-bottom: 20px;
}

.pts-alert-success {
    padding: 10px;
}

.pts-product-thumb .pts-caption {
    text-align: center;
}

.pts-nav-tabs {
    margin-bottom: 15px;
}

.pts-breadcrumb>li+li::before {
    content: "";
    padding: 0;
}

.pts-breadcrumb>li {
    padding: 0 20px;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
}

.pts-breadcrumb>li::after {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    content: "";
    display: block;
    height: 26px;
    position: absolute;
    right: -5px;
    top: -3px;
    transform: rotate(-45deg);
    width: 26px;
}

.pts-product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    width: 100%;
}

.pts-product-thumb .image {
    text-align: center;
}

.pts-product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.pts-product-thumb .image a {
    display: block;
}

.pts-product-thumb .pts-button-group {
    background-color: #eee;
    border-top: 1px solid #ddd;
    overflow: auto;
}

.pts-product-thumb .pts-button-group button {
    background-color: #eee;
    border: medium none;
    color: #888;
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    width: 60%;
}

.pts-product-thumb .pts-button-group button+button {
    border-left: 1px solid #ddd;
    width: 20%;
}

.pts-product-thumb .price-old {
    color: #999;
    margin-left: 10px;
    text-decoration: line-through;
}

.pts-form-group select {
    margin: 0;
}

#pts-content {
    min-height: 600px;
}

div.required .pts-control-label::before {
    color: #f00;
    content: "* ";
    font-weight: bold;
}

.pts-modal-body .pts-form-group {
    margin: 0;
}

.pts-modal-body .pts-form-group label,
.pts-modal-body .checkbox label {
    width: 100%;
}

.pts-tab-content .modal-dialog,
.pts-form-group .modal-dialog {
    margin: 12% auto;
}

.store_top_div .pagination,
.pts-panel-body .pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 0;
    padding-left: 0;
}

.store_top_div .pagination>li,
.pts-panel-body .pagination>li {
    display: inline;
    height: auto;
    width: auto;
    border-radius: 0;
    margin-right: 0;
}

.store_top_div .pagination>li:first-child>a,
.store_top_div .pagination>li:first-child>span,
.pts-panel-body .pagination>li:first-child>a,
.pts-panel-body .pagination>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.store_top_div .pagination>.active>a,
.store_top_div .pagination>.active>a:focus,
.store_top_div .pagination>.active>a:hover,
.store_top_div .pagination>.active>span,
.store_top_div .pagination>.active>span:focus,
.store_top_div .pagination>.active>span:hover,
.pts-panel-body .pagination>.active>a,
.pts-panel-body .pagination>.active>a:focus,
.pts-panel-body .pagination>.active>a:hover,
.pts-panel-body .pagination>.active>span,
.pts-panel-body .pagination>.active>span:focus,
.pts-panel-body .pagination>.active>span:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.store_top_div .pagination>li>a,
.store_top_div .pagination>li>span,
.pts-panel-body .pagination>li>a,
.pts-panel-body .pagination>li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    height: auto;
    width: auto;
    border-radius: 0;
    margin-right: 0;
}

.purpletree_seller {
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 12px 5px;
}

.purpletree_seller .product_count {
    background: #eee none repeat scroll 0 0;
    padding: 4px 9px;
}

.purpletree_seller .product_count h3 {
    margin-top: 11px;
}

.purpletree_seller .product_count_text {
    margin-bottom: 3px;
}

.search_seller .pts-btn {
    background: #eee none repeat scroll 0 0;
    padding: 4px 16px;
}

.purpletree_seller .seller_product {
    float: right;
}

.link.pts-home-sellerlink>a,
.link.pts-home-sellerlink>a:hover {
    color: #fff;
}

.link.pts-home-sellerlink {
    padding: 14px 5px;
}

.pts-table_order_list tr {
    line-height: 25px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.pts-table_order_list tr:last-child {
    border-bottom: 0 none !important;
}

.pts-input-group .pts-input-group-addon img {
    max-width: none;
}

#pts-content>h2 {
    font-size: 20px;
}

.pts-dash-box {
    width: 100%;
    border-radius: 10px;
    color: black;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}

.pts-dash-box1 {
    background-color: #6DBBE6;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.pts-dash-box1 .pts-box-bottom {
    background-color: #1BA5EF;
    color: #fff;
}

.pts-dash-box1 .pts-box-top {
    background-color: #229DCB;
    color: #fff;
}

.pts-dash-box .pts-box-top {
    height: 30px;
    padding: 5px;
    font-weight: bold;
}

.pts-dash-box .pts-box-body {
    padding: 30px 10px;
    font-size: 15px;
}

.pts-dash-box .pts-box-bottom {
    height: 30px;
    padding: 5px;
}

.pts-dash-heading {
    font-size: 16px!important;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    padding: 5px 5px 11px 5px;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #867c7c;
}

.pts-dash-heading span {
    font-size: 10px;
}

.pts-dash-table td {
    text-align: left;
}

.pts-box-bottom a {
    color: #fff;
}

.pts-right-link a {
    background-color: #1BA5EF;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-weight: bold;
    display: inline-block;
    font-family: inherit;
    padding: 5px;
}

.pts-dash-heading i {
    font-size: 20px;
}

.pts-seller-heading {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #867c7c;
    margin-top: 8px
}

.pts-box-bottom a:focus,
.pts-box-bottom a:hover {
    color: #f5f5f5;
    text-decoration: none;
}

.pts-box-bottom a:focus,
.pts-box-bottom a:hover {
    color: #f5f5f5;
    text-decoration: none;
}

.pts-right-link a:focus,
.pts-right-link a:hover {
    color: #f5f5f5;
    text-decoration: none;
}

.pts-product-option {
    width: 16%;
}

#form-product #tab-links .dropdown-menu,
#form-product #tab-attribute .dropdown-menu,
#form-product #tab-option .dropdown-menu,
.ptsnewcss .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 8px;
    padding: 0;
}

.purpleproductname *,
.purpleproductname,
.purplstatus {
    border: 0 !important;
}

.ptssortcss select {
    opacity: 1 !important;
    z-index: 9 !important;
}

.ptssortcss span {
    z-index: 1 !important;
}

.pts-cartbtnn {
    display: inline !important;
    font-size: 11px;
}

.clearfix,
.pts-clearfix {
    clear: both;
}

.site-wrapper>.pts-container>.pts-row,
.site-wrapper>.pts-container>.row {
    display: flex;
}

.pts-btn-dangerrr {
    background: #d9534f !important;
}

.email+.error,
#input-selleremail-error {
    color: red !important;
}

.ptsblogcontent img {
    max-width: 100% !important;
}


/* margin */

.pts-m-0 {
    margin: 0px;
}

.pts-m-1 {
    margin: 5px;
}

.pts-m-2 {
    margin: 10px;
}

.pts-m-3 {
    margin: 15px;
}

.pts-mt-1 {
    margin-top: 5px;
}

.pts-mt-2 {
    margin-top: 10px;
}

.pts-mt-3 {
    margin-top: 15px;
}

.pts-mb-1 {
    margin-bottom: 5px;
}

.pts-mb-2 {
    margin-bottom: 10px;
}

.pts-mb-3 {
    margin-bottom: 15px;
}

.pts-ml-1 {
    margin-left: 5px;
}

.pts-ml-2 {
    margin-left: 10px;
}

.pts-ml-3 {
    margin-left: 15px;
}

.pts-mr-1 {
    margin-right: 5px;
}

.pts-mr-2 {
    margin-right: 10px;
}

.pts-mr-3 {
    margin-right: 15px;
}


/*padding*/

.pts-p-0 {
    padding: 0px;
}

.pts-p-1 {
    padding: 5px;
}

.pts-p-2 {
    padding: 10px;
}

.pts-p-3 {
    padding: 15px;
}

.pts-pt-1 {
    padding-top: 5px;
}

.pts-pt-2 {
    padding-top: 10px;
}

.pts-pt-3 {
    padding-top: 15px;
}

.pts-pb-1 {
    padding-bottom: 5px;
}

.pts-pb-2 {
    padding-bottom: 10px;
}

.pts-pb-3 {
    padding-bottom: 15px;
}

.pts-pl-1 {
    padding-left: 5px;
}

.pts-pl-2 {
    padding-left: 10px;
}

.pts-pl-3 {
    padding-left: 15px;
}

.pts-pr-1 {
    padding-right: 5px;
}

.pts-pr-2 {
    padding-right: 10px;
}

.pts-pr-3 {
    padding-right: 15px;
}

@media(min-width:768px) {
    .pts-seller-blog-image {
        margin: auto;
    }
    .pts-pull-right-1 {
        float: right;
    }
    .pts-pull-left-1 {
        float: left;
    }
}

.pts-breadcrumb {
    margin-top: 10px;
}

.pts-chat-seller {
    border: 1px solid #cfe0ef;
    border-radius: 20px;
    background: white;
    max-width: 50%;
    padding: 9px 18px!important;
    margin-right: 10px;
    float: right;
    margin-bottom: 5px;
}

.pts-chat-admin {
    border: none;
    border-radius: 20px;
    background: aliceblue;
    float: left;
    margin-bottom: 5px;
    max-width: 50%;
    padding: 9px 18px!important;
    margin-left: 10px;
}

.pts-tr-hover-none:hover {
    background: transparent !important
}

.pts-counting-1 {
    background: #5bad26;
    color: #fff;
    padding: 0px;
    font-weight: 600;
    border-radius: 54%;
    height: 20px;
    width: 20px;
    font-size: 11px;
    margin-top: 7px;
    margin-right: 0px;
    margin-left: 1px;
    text-align: center;
    display: inline-block;
}

.pts-counting-seller-pannel {
    background: #5bad26;
    color: #fff;
    padding: 2px 6px;
    border-radius: 50%;
    font-size: 11px;
    position: relative;
    font-weight: 600;
    top: -7px;
}

.site-wrapper>.pts-container {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.site-wrapper>.pts-container>.pts-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.text-inactive {
    font-size: 9px !important;
}

.subsgridd:nth-child(3n+1) {
    clear: both;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .subsgridd:nth-child(2n+1) {
        clear: both !important;
    }
    .subsgridd:nth-child(3n+1) {
        clear: none !important;
    }
}

.ribbon {
    margin: 0;
    padding: 0;
    background: rebeccapurple;
    color: white;
    padding: 1em 0;
    position: absolute;
    top: 65px;
    left: 15px;
    transform: translateX(-42%) translateY(-151%) rotate(-45deg);
    transform-origin: top left;
    z-index: 9;
}

.ribbon:before,
.ribbon:after {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px;
    /* tweak */
    width: 100%;
    height: 100%;
    background: #008000;
}

.ribbon:before {
    right: 100%;
}

.ribbon:after {
    left: 100%;
}