.wppg-close-box{
    cursor: pointer;
}
.wppg-slider-image{
    width:50%;
}
.wppg-backend-outer-wrap *{
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.wppg-backend-outer-wrap img{
    max-width:100%;
}
.wppg-backend-outer-wrap{
    display:table;
    width:100%;
}
.wppg-settings-wrap{
    display:none;
}
.wppg-menu-wrapper,
.wppg-settings-wrap.wppg-active-container{
    vertical-align:top;
    display:table-cell;
}
.wppg-menu-wrapper{
    width: 25%;
    background: #284049;
}
.wppg-menu-wrapper ul li{
    padding:10px 10px;
    cursor: pointer;
    border-bottom: 1px solid #395e6b;
    color: #ffffff;
}
.wppg-menu-wrapper ul li:last-child {
    border-bottom: 0;
}
.wppg-menu-wrapper ul li span {
    margin-right: 5px;
}
.wppg-menu-wrapper ul li.wppg-active{
    background:#e7505a;
}
.wppg-post-option-wrap{
    position: relative;
    padding-left: 240px;
    margin-bottom:30px;
}
.wppg-category-block-wrapper{
    margin-top:10px;
}
.wppg-post-option-wrap > label{
    max-width:225px;
    position: absolute;
    top: 0px;
    left: 0;
    font-weight: 600;
    font-size: 13px;
}
.wppg-settings-wrap{
    width: 75%;
    padding: 20px 10px 20px 20px;
}
.wppg-post-option-wrap input[type=number],
.wppg-post-option-wrap select,
.wppg-post-option-wrap input[type=text]{
    max-width: 336px;
    width: 100%;
    padding-left: 10px;
    height:28px;
}
/*.wppg-post-option-wrap input[type=number]{
    max-width:60px;
}*/
.wppg-shortcode-usage-wrapper ul{
    margin:0;
}
.wppg-shortcode-usage-wrapper ul li{
    display:inline-block;
    border:1px solid #ddd;
    padding:7px 9px;
    cursor:pointer;
}
.wppg-shortcode-usage-wrapper ul li.wppg-usage-active{
    background:#eee;
}
.wppg-post-field-wrap > label{
    display:block;
    margin-bottom:10px;
}
.wppg-post-field-wrap > label:last-child{
    margin-bottom:0;
}
.wppg-media-wrap{
    padding-top:15px;
}
.wppg-media-wrap .wppg-blog-wrap{
    position:relative;
    padding-left:125px;
    margin-bottom:15px;
}
.wppg-media-wrap .wppg-blog-wrap label{
    position:absolute;
    left:0;
    top:5px;
}
.wppg-post-video-wrap .wppg-blog-field select{
    margin-bottom:15px;
}
.wp-admin .wppg-select-several-category-wrap  select[multiple]{
    height:300px;
}
.wppg-post-selection-wrap .wppg-query-tab{
    margin-bottom:50px;
    display:inline-block;
    width:100%;
    border-bottom:1px solid #ccc;
    padding-left:5px;
}
.wppg-post-selection-wrap .wppg-query-tab li{
    float:left;
    padding:9px 10px;
    background:#eee;
    cursor:pointer;
    margin-bottom:-1px;
    border:1px solid #ccc;
    border-left:0;
}
.wppg-post-selection-wrap .wppg-query-tab li:nth-of-type(1){
    border-left:1px solid #ccc;
}
.wppg-post-selection-wrap .wppg-query-tab li.wppg-query-active{
    border-bottom:1px solid #fff;
    background:#fff;
}
.wppg-query-setting-wrap {
    display:none;
}
.wppg-query-setting-wrap.wppg-active-field{
    display:block;
}
/*checkbox css design*/
.wppg-switch{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 21px;
}
.wppg-switch input {
    display:none;
}
.wppg-slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.wppg-slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .wppg-slider {
    background-color: #e7505a;
}
input:focus + .wppg-slider {
    box-shadow: 0 0 0px #e7505a;
}
input:checked + .wppg-slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    content: "\f147";
    font-family: dashicons;
    font-size: 11px;
    color: #e7505a;
    text-align: center;
    line-height: 17px;
}
.wppg-slider.round {
    border-radius: 34px;
}
.wppg-slider.round:before {
    border-radius: 50%;
}
/**/
.wppg-shortcode-theme-wrap{
    background: #eee;
    padding: 10px 15px;
}
.wppg-backend-outer-wrap .wppg-each-taxonomy-wrap,
.wppg-multiple-custom-field-wrap .wppg-custom-field-inner-wrap .wppg-each-meta-container-wrap{
    padding: 40px 20px 10px;
    position: relative;
    border: 1px solid #eee;
    margin-bottom:20px;
}
.wppg-backend-outer-wrap .wppg-each-taxonomy-wrap .dashicons.dashicons-trash{
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: #eee;
    color: #777;
    line-height: 25px;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wppg-backend-outer-wrap .wppg-each-taxonomy-wrap .dashicons.dashicons-trash:hover{
    color:#fff;
    background:#d54e21;
}
.wppg-taxonomy-button,
.wppg-query-button{
    padding-bottom:35px;
}
.wppg-separation-wrap{
    padding-top:35px;
    border-top:1px solid #eee;
}
.wppg-post-field-wrap{
    position:relative;
}
.wppg-post-field-wrap label{
    display:inline-block;
    margin-right:10px;
    vertical-align:top;
}
.wppg-post-field-wrap .wppg-tooltip-icon .dashicons.dashicons-info{
    cursor: pointer;
    color: #777;
}
.wppg-post-field-wrap .wppg-tooltip-info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    padding: 10px;
    background: #eee;
    border-radius: 7px;
    border-bottom-right-radius:0;
    visibility:hidden;
    opacity:0;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    border:2px solid #ccc;
}
.wppg-post-field-wrap .wppg-tooltip-icon:hover  .wppg-tooltip-info{
    visibility:visible;
    opacity:1;
    bottom: -moz-calc(100% + 20px);
    bottom: -webkit-calc(100% + 20px);
    bottom: calc(100% + 20px);
}
.wppg-post-field-wrap .wppg-tooltip-info:after{
    content: '';
    position: absolute;
    top: 101%;
    width: 0;
    right: -2px;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #ccc transparent transparent;
}
.wppg-info-wrap{
    /* width:-webkit--calc(100%-30px);
     width:calc(100% - 30px);*/
    width:100%;
}
.wppg-info-wrap{
    display:inline-block;
    vertical-align:top;
    margin-right:-4px;
}
#poststuff #wppg_add_blog .inside{
    margin-top:0px;
    padding:0;
}
.wppg-tooltip-icon{
    position:relative;
}
.wppg-tooltip-icon {
    cursor:pointer;
    display: inline-block;
}
.wppg-tooltip-info{
    position:absolute;
    top:0;
    left:100%;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    width:300px;
    background:#284049;
    color:#fff;
    z-index:999;
    padding:6px 10px;
    font-size:11px;
    font-weight:400;
    color:#f2f2f2;
    font-style:italic;
}
.wppg-tooltip-info:before{
    position:absolute;
    content:'';
    right:100%;
    top:5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #222 transparent transparent;
}
.wppg-tooltip-icon:hover .dashicons.dashicons-info + .wppg-tooltip-info{
    opacity:1;
    visibility:visible;
    left:30px;
}
/**/
.wppg-filter-setting-wrap  .wppg-specific-terms-collection{
    padding-left:220px;
}
.wppg-filter-setting-wrap  .wppg-checkbox-wrap{
    max-height:150px;
    border:1px solid #eee;
    overflow-y:auto;
    padding:15px 20px;
}
.wppg-filter-setting-wrap  .wppg-checkbox-wrap label{
    display:block;
    padding:5px 0;
}
/***/
.wppg-slider-image-collection .wppg-slider-wrap{
    display:inline-block;
    width:33.33%;
    margin-right:-4px;
    vertical-align:top;
    padding:3px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:3px;
}
.wppg-slider-image-preview{
    padding:5px;
    border:1px solid #eee;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.wppg-slider-image-collection .wppg-slider-wrap .wppg-slider-image{
    width:100%;
}
.wppg-slider-image-collection .wppg-slider-wrap .wppg-each-slider-wrap{
    text-align:right;
}
.wppg-slider-image-collection .wppg-slider-wrap .wppg-each-slider-wrap > a{
    display:inline-block;
    width:30px;
    height:30px;
    text-align:center;
    background:#eee;
    color:#777;
    margin-bottom:6px;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.wppg-slider-image-collection .wppg-slider-wrap .wppg-each-slider-wrap > a.wppg-delete-slider-image:hover{
    background:#f83030;
    color:#fff;
}
.wppg-slider-image-collection .wppg-slider-wrap .wppg-each-slider-wrap > a.wppg-sort-slider-image:hover{
    background:#25a0fa;
    color:#fff;
}
.wppg-slider-image-collection .wppg-slider-wrap .wppg-each-slider-wrap > a .dashicons,
.wppg-slider-image-collection .wppg-slider-wrap .wppg-each-slider-wrap > a .dashicons-before:before{
    line-height:30px;
    font-size:14px;
    text-decoration:none;
    box-shadow:none;
}
/*about us page*/
.wppg-about-main-wrapper .wppg-row .wppg-col-one-third{
    width:33.33%;
    display:inline-block;
    margin-right:-4px;
    text-align:center;
}
.wppg-about-main-wrapper .prod-title{
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top:7px;
    display:block;
}
.wppg-about-main-wrapper .wppg-sub-title{
    color: #222;
    font-size: 18px;
    font-weight: 600;
}
.wppg-about-main-wrapper ul.wppg-about li{
    display:inline-block;
}
.wppg-about-main-wrapper .wppg-header-section{
    display: table;
    clear: both;
    width: 100%;
    background: #e7505a;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wppg-about-main-wrapper .wppg-header-left{
    float:left;
}
.wppg-about-main-wrapper .wppg-header-social-link{
    float:right;
}
.wppg-title{
    font-size:24px;
    text-transform:uppercase;
    font-weight:500;
    color:#fff;
}
.wppg-version-wrap{
    margin-top:5px;
}
.wppg-version-wrap span{
    font-size:12px;
    text-transform:uppercase;
    font-weight:500;
    color:#fff;
}
.wppg-follow-us{
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: 6px;
}
.wppg-about-main-wrapper .twitter-follow-button,
.wppg-about-main-wrapper .fb-like{
    display:inline-block;
    vertical-align:middle;
}
/* Added by Saloni */
.wppg-hide-radio{
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    width:33.33%;
    margin-right:-4px;
    text-align:center;
}
.wppg-hide-radio img,
.hide-radio label,
.wppg-loader-block .wppg-post-option-wrap > label {
    display: inline-block;
    float: none;
}
.wppg-hide-radio img{
    width:50px;
}
.wppg-hide-radio input[type="radio"]{
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
}
.wppg-hide-radio input[type=radio] + label {
    width: 78%;
    border: 3px solid #F1F1F1;
    padding:10px;
    background-color:#eeeeee;
}
.wppg-hide-radio input[type=radio]:checked + label,
.wppg-hide-radio input[type=radio]:hover + label {
    border: 3px solid #CCC;
}
.wppg-backend-outer-wrap .wppg-grid-column.ui-slider{
    margin-bottom:10px;
    -webkit-border-radius:0;
    border-radius:0;
}
.wppg-backend-outer-wrap .wppg-grid-column.ui-slider.ui-slider-horizontal .ui-slider-handle{
    -webkit-border-radius:0;
    border-radius:0;
    background:#fff;
}
.wppg-grid-setting-wrap .wppg-post-option-wrap input[type=number] {
    width: 40px;
}
/**/
.wppg-post-field-wrap .wppg-other-meta-wrap{
    margin-bottom:15px;
}
.wppg-delete-meta-query {
    position: absolute;
    top: 0;
    right: 0;
    background: #eee;
    width:25px;
    height:25px;
    text-align:center;
    cursor:pointer;
    transition:0.5s ease-in-out all;
}
.wppg-delete-meta-query:hover{
    background:red;
}
.wppg-delete-meta-query .dashicons{
    font-size:14px;
    color:#777;
    line-height:25px;
    transition:0.5s ease-in-out all;
}
.wppg-delete-meta-query:hover .dashicons{
    color:#fff;
}
.wppg-preview-image{
    padding-right:28px;
}
.wppg-preview-image img{
    display:block;
    /*margin:0 auto;*/
}
.wppg-preview-image h4{
    margin:12px 0;
}
.wppg-overlay-settings .wppg-post-option-wrap{
    padding-left: 0;
}
.wppg-overlay-settings .wppg-post-option-wrap > label{
    position: relative;
    margin-bottom: 20px;
    display: block;
}
.wppg-overlay-settings .wppg-hover-layouts{
    display: inline-block;
    width: 47.9%;
}
.wppg-ribbon-outer-wrap .wppg-post-option-wrap > label {
    max-width:100%;
}
.wppg-overlay-settings .wppg-overlay-wrapper{
    margin-top: 10px;
}
.wppg-ribbon-outer-wrap {
    vertical-align: top;
}
#wppg_product_gallery .wppg-post-option-wrap {
    padding-left: 0;
    margin-bottom: 15px;
}
#wppg_product_gallery .wppg-post-option-wrap:last-child {
    margin-bottom: 0;
}
#wppg_product_gallery .wppg-post-option-wrap > label {
    position: relative;
    margin-bottom: 6px;
    display: block;
}
.wppg-about-main-wrapper{
    padding-right:20px;
}

.wppg-about-main-wrapper .wppg-how-to-use-container{
    padding:0 20px;
}
.wppg-preview-image {
    margin-bottom:30px;
}
.wppg-preview-image div img {
    border: 1px solid #f0efef;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    padding: 8px;
}
.wppg_individual_product_setting{
    margin-top: 10px;
    margin-bottom: 10px;
}
.wppg_individual_product_setting input[type=text]{
    margin-left: 15px;
    width: 100%;
    max-width: 300px;
} 
/*-------------
responsive css start
-------------*/
@media only screen and (max-width: 1200px) {
    .wppg-backend-outer-wrap,
    .wppg-menu-wrapper,
    .wppg-settings-wrap.wppg-active-container{
        display:block;
    }
    .wppg-menu-wrapper{
        width:100%;
    }
    .wppg-settings-wrap{
        width:100%;
    }
    .wppg-post-option-wrap select,
    .wppg-post-option-wrap input[type=text]{
        width:100%;
    }
}
@media only screen and (max-width: 1140px){
    .wppg-post-selection-wrap .wppg-query-tab{
        padding-left:0;
    }
    .wppg-post-selection-wrap .wppg-query-tab li{
        float:none;
        width:100%;
        border-left:1px solid #ccc;
    }
}
@media screen and (max-width: 840px){
    .wppg-post-option-wrap input[type=number],
    .wppg-post-option-wrap select,
    .wppg-post-option-wrap input[type=text]{
        max-width:100%;
    }
}
@media screen and (max-width: 782px){
    .wp-admin .wppg-select-several-category-wrap select[multiple] {
        height:150px ! important;
    }
    #wpbody select{
        height:auto;
    }
    .wppg-post-option-wrap{
        padding-left:0;
    }
    .wppg-post-option-wrap > label {
        max-width: -webkit-calc(100% - 20px);
        max-width: calc(100% - 20px);
        position: static;
    }
    .wppg-tooltip-icon {
        left: auto;
        right:0;
    }
    .wppg-tooltip-info {
        left: auto;
        right:0;
        top:auto;
        bottom:30px;
        width:250px;
    }
    .wppg-tooltip-icon:hover .dashicons.dashicons-info + .wppg-tooltip-info {
        left:auto;
        bottom:25px;
    }
    .wppg-tooltip-info:before {
        right: 5px;
        top: 100%;
        border-color: #222 transparent transparent transparent;
        border-width: 5px 5px 0 5px;
    }
    .wppg-about-main-wrapper .wppg-row .wppg-col-one-third{
        width:50%;
        margin-bottom:10px;
    }
}

@media screen and (max-width: 640px){
    .wppg-about-main-wrapper .wppg-header-left,
    .wppg-about-main-wrapper .wppg-header-social-link{
        float:none;
    }
    .wppg-about-main-wrapper .wppg-header-left + .wppg-header-social-link{
        margin-top:15px;
    }
}
@media screen and (max-width: 480px){
    .wppg-about-main-wrapper .wppg-row .wppg-col-one-third{
        width:100%;
        margin-right:0;

    }
}
.wppg-how-to-use-container {
    border: 1px solid #e7505a;
    padding: 20px;
    background-color: #FFF;
    margin-top: 20px;
}
.wppg-about-main-wrapper .wppg-intro-wrap {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
}
.wppg-about-main-wrapper .wppg-right-sidebar {
    width: 300px;
    margin-top: 20px;
}
#wpbody-content .wppg-header-section {
    background: #e7505a !important;
    background: -webkit-linear-gradient(135deg, #e7505a, #e7505a) !important;
    background: linear-gradient(-45deg, #e7505a, #e7505a) !important;
    padding: 30px 15px;
    color: #FFF;
    display: block;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.wppg-about-main-wrapper {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.wppg-upgrad-wrap a {
    text-decoration: none;
    background-color: #e7505a;
    color: #fff;
    border: 1px solid #e7505a;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px 10px 10px 0;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.wppg-individual-product-settings-wrapper{
    display: block;

}
.wppg-individual-product-settings-wrapper .wppg_individual_product_setting label{
    width: 100%;
    font-size: 15px;
    
}