/*Comman CSS*/
body{
    overflow-x: hidden;
    background: #eeeeee !important;
}
ul{
   padding: 0;
}
ul li{
   list-style-type: none;
}
table tr td, table tr th{
   vertical-align: middle!important;
}
table tr th{
    font-size: 14px!important;
    font-weight: 500;
}
table tr td{
    border: 0;
}
input {
    outline: 0 !important;
}
a:focus {
    outline: 0 !important;
}
.pull-right.wish-bottom-buttons > .btn {
    margin: 0;
}
.alert {
    padding: 10px;
    margin-bottom: ;
    margin-bottom: 5px;
}
.refresh_wrapper {
  color: #444444;
  float: left;
  font-size: 11px;
  left: 21px;
  margin: 10px 0;
  padding-left: 24px;
  position: relative;
}
.no-padding {
    padding: 0;
}
.new-section {
    /* background-color: #ffffff; */
    border-radius: 7px;
    margin-top: 30px;
    padding: 15px 0;
}
.nav.navbar-nav.navbar-right.navbar-2 {
    display: none;
}
textarea.form-control {
    padding: 10px;
}
.site-register form div.required label.control-label:after {
  content:" * ";
  color:red;
}
.import-content-wrapper div.required span:after {
  content:" * ";
  color:red;
}
.no-pad{
    padding: 0;
}
.grey-heading {
    padding: 10px 15px;
    border-radius: 7px 7px 0 0;
    background-color: #ababab;
    color: #fff;
}
.grey-heading h5{
    font-size: 18px;
    margin: 0;
}
.test-apis .checkbox a {
    color: #2FB7EC;
    font-size: 13px;
    margin-left: 5px;
}
.update-list li{
    position: relative;
}
.update-list li p::before {
    background: #425668 none repeat scroll 0 0;
    border-radius: 50%;
    top: -9px;
    content: "";
    height: 8px;
    left: -15px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
}
.update-list li p::after{
    border-left: 1px solid #e5eaed;
    bottom: 0;
    content: "";
    left: -12px;
    position: absolute;
    top: 0;
}
.update-card .update-button {
    text-align: right;
    margin-right: 15px;
}
.ced-blue-bg .service-box > h6 {
    font-size: 18px;
}
.product-count{
    text-align: center;
}
.clear{
    clear: both;
}
.black-bg{
    background-color: #18769c;
    color: #ffffff;
}
footer.container-fluid {
    padding: 35px;
    background-color: #eee;
}
.new-section .total-order {
    display: block;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 5px;
}
.new-section .total-order .heading.earnings {
    font-weight: 600;
}
.order-info .heading.earnings {
    display: block;
   /*  border-bottom: 1px solid #cfcfcf; */
    padding-bottom: 5px;
    text-align: center;
    /* margin-bottom: 5px; */
    font-weight: 600;
}
#menu1 .order-info {
    min-height: 165px;
}
.general-heading {
    background-color: #ddd;
    padding: 0 10px;
}
table.kv-grid-table {
    margin-bottom: 0;
}
.selection-message span {
    color: #333;
}
.form.new-section::after {
    display: table;
    content: "";
    clear: both;
}
.grid-heading {
    width: 95%;
    margin: 5px auto;
    padding: 8px 0;
}

/* Input Field Text Starts */
.input-text {
    position: relative;
    margin: 5px 2px;
}
.input-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.input-wrapper .input-text {
    flex: 1 1;
}
.input-text input {
    margin-left: 40px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #fff !important;
}
.products-form .table-wrapper tr td > select {
    margin-left: 40px;
}
.input-text-addon {
    position: absolute;
    background-color: #eeeeee;
    width: 40px;
    /*height: 34px;*/
    top: 0px;
    text-align: center;
    line-height: 33px;
    left: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #e6e6e6;
    height: 100%;
}

/* Input Field Text Ends */

/*Header Section*/
.navbar.navbar-default {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.40);
    padding: 15px 20px;
}
.navbar-default .navbar-nav > li > a {
    padding: 0px;
    font-size: 13px;
    background-color: transparent !important;
    color: #fff !important;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff!important;
}
/*.nav.navbar-nav.navbar-right li a.icon-items {
    background-color: #e5eaed;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: -10px;
    }*/
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background-color: transparent !important;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
    }
   .nav.navbar-nav.navbar-right li a.icon-items img{
    border-radius: 2px;
    padding: 2px 4px;
    margin-top: 0px;
}
.nav.navbar-nav.navbar-right li {
    margin-left: 20px;
    text-align: right;
}
.open > .dropdown-menu{
    background-color: #ffffff;
}
.open > .dropdown-menu li a{
    transition: all .25s ease;
}
nav.navbar.navbar-default {
    background-color: #2FB7EC!important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.dropdown-menu li a:hover{
    background-color: #f0f0f0!important;
    color: #000!important;
}
.dropdown-menu li a {
    font-size: 13px !important;
    text-align: left;
}
.icon-items > img {
    width: 70%;
}
.navbar-default .navbar .navbar-nav li a.icon-items, .navbar .navbar-nav li a.icon-items:hover {
    background-color: unset;
}
.navbar-default .nav.navbar-nav .dropdown-toggle:active {
    background-color: transparent !important;
    color: #fff !important;
}
.navbar-default .nav.navbar-nav .dropdown-toggle:focus {
    background-color: transparent !important;
    color: #fff !important;
}
.notice-alert {
    margin: 10px 35px;
}
.welcome-msg, .welcome {
    color: #fff;
    text-decoration: none !important;
}

/*Sidebar*/
.sidebar{
    background-color: #393849;
    height: 600px;
}



/*Main Section*/
.header-wrapper {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
}
.list_items{
    display: inline-block;
    margin-left: 20px;
}
.breadcrumb {
    background-color: #eeeeee;
    border: none;
    margin: 0 !important;
    padding: 15px 40px;
}
.tab-section::after {
    display: table;
    content: "";
    clear: both;
}
.main-content-wrapper .tab-section .col-lg-5.col-md-5.col-sm-5.col-xs-12 {
    text-align: center;
}
 .content-section{
    background-color: #F5F5F5;
    /* padding: 30px 0; */
} 
.middle-header{
    background-image: url('../images/halloween.png');
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 45%;
    background-size: cover;
    height: 150px;

}
.right-section{
    text-align: right;
}
.top_header{
    padding: 15px 0;
}
.heading-section {
    padding: 20px;
}
.store-heading{
    font-size: 17px; 
    border-bottom: 2px solid #000;
}
.test-api {
    color: #333333;
    font-size: 16px;
    margin-top: 18px;
}
.bottom-header{
    padding: 15px 25px;
    margin-top: 15px;
}
.heading-section .welcome, .heading-section .page-title{
    color: #fff;
}
.heading-section .page-title{
    margin: 0;
}
.content-section .progress-bar {
    background-color: transparent;
    box-shadow: none;
}
.days {
    color: #a9a8b4;
    font-size: 15px;
}
.prices {
    color: #1bceb8;
    font-size: 26px;
    font-weight: inherit;
    margin-bottom: 0;
}
.chkboxes{
    margin-top: 12px;
}
.checkbox-material {
    margin-right: 5px;
}
.store-setup-heading {
    margin-bottom: 10px;
}
.progress-wrapper {
    background-color: #e5eaed;
    border-radius: 50%;
    height: 250px;
    padding: 26px;
    width: 250px;
    margin-top: 30px;
    margin-left: 25px;
}
.test-apis {
    margin-top: 20px;
}
.progress-wrapper .progress-bar span{
    background-color: #e5eaed;
}
.tab-section .tab-pane{
    border: none;
}
.tab-section ul.nav{
    background-color: transparent;
    border-bottom: none;
}
.tab-section ul.nav li{
    border-bottom: 1px solid #ddd;
}
.tab-section ul.nav li a{
    color: #a1a1a1;
    font-size: 18px; 
    font-weight: 300;
    outline: 0;
}
.tab-section ul.nav li.active{
    border-bottom: 2px solid #1f90b4;

}   
.tab-section ul.nav li.active a{
    color: #333333;
}
.tool-box-section.new-section .tool-box-content{
    text-align: center;
    padding: 15px 0;
}
.tool-box-section.new-section .tool-box-content p{
    color: #1695d6;
    font-size: 18px;
}
.update-list {
    margin-left: 30px;
    padding: 15px 0 30px 0;
}
.update-list li {
    padding: 0px 0px 15px 5px;
}
.box-update-sections .latest-section .update-list li.active {
    border-right: 3px solid #2fb7ec;
    background-color: #f3f3f3;
}
.update-list li p{
    margin: 0;
    color: #000;
    font-size: 14px;
}
.update-list li span{
    color: #838383;
    font-size: 13px;
}
.update-list.list-style {
    height: 160px;
    overflow: auto;
    padding: 5px 15px;
}
.inventory-update.update-card .inventory-content .update-list.list-style {
    height: 170px;
}
.syncing-update.new-section{
    padding-bottom: 0;
}
.inventory-update ul li p a{
    color: #1695d6;
    font-size: 14px;
}
.syncing-update ul li span a{
    color: #000;
    border-bottom: 1px solid #000;
}
.syncing-update .refresh-img {
    float: right;
    margin-top: -12px;
}
.no-bg{
    background-color: transparent;
    border-bottom: 2px solid #e5eaed;
    padding: 8px;
}
.update-section .update-list li p::before {
    background-color: #0a840a;
}
.update-section .update-list li.active p::before {
    background-color: #2fb7ec;
}
.syncing-update .update-list li{
    margin-left: 15px;
}
.syncing-update .update-list li p::before{
    background-color: #2FB7EC;
    width: 15px;
    height: 15px;
    left: -35px;
}
.tab-section.new-section {
    /* margin-bottom: 30px; */
    min-height: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    padding: 15px 25px;
}
.syncing-update .update-list li p::after{
    left: -28px;
}
.inventory-update .update-list li p::before {
    background-color: #e11c1c;
}
.purple-bg, .grey-bg, .black-bg{
    position: relative;
}
.product-count a.icon{
    position: absolute;
    right: 15px;
    bottom: 5px;
}
.product-count h4{
    font-size: 30px;
    margin-bottom: 0;
    min-height: 45px;
    margin-top: 5px;
    font-weight: normal;
}
.purple-bg .product-count span{
    border-top: 1px solid #ffffff;
    color: #fff;
}
.grey-bg .product-count span {
    border-top: 1px solid #fff;
    color: #fff;
}
.product-count a i{
    font-size: 25px;
}
.purple-bg .product-count a i{
    color: #ffffff;
}
.grey-bg .product-count a i{
    color: #2FB7EC;
}
.purple-bg{
    background-color: #869597;
    border-radius: 7px;
    box-shadow: none;
    color: #ffffff;
    padding: 10px;
}
.grey-bg {
    background-color: #18769c;
    border-radius: 7px;
    box-shadow: none;
    padding: 10px;
    color: #fff;
}
.total-order .total-order-count {
    margin-left: 10px;
}
.total-order-count b {
    color: #292836;
    background-color: #fff;
    border-radius: 3px;
    padding: 0 10px;
}
.total-order a.icon {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 24px;
    color: #fff;
}
.icon-box{
    background-color: #ffffff;
    width: 50%;
    float: left;
    height: 150px;
    display: table;
    text-align: center;
}
.icon-box .image{
    display: table-cell;
    vertical-align: middle;
}
.contact-section .icon-box.icon {
    width: 100%;
}
.text-box{
    background-color: #f9f9f9;
    width: 50%;
    float: left;
    text-align: center;
    height: 150px;
    display: table;
    padding: 15px;
}
.copyright-section a img {
    margin-left: 5px;
    width: 100px;
    margin-top: 2px;
}
.icon-box.icon .image img {
    width: 60%;
}
.product-note-label {
    font-style: italic;
    border-radius: 4px;
    padding: 1px 4px;
    color: #202020;
    text-transform: capitalize;
    font-size: 12px;
    display: block;
    white-space: normal;
}
.text-box span{
    color: #292836;
    font-size: 22px;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
}
.checkbox .active input[type="checkbox"]:disabled + .checkbox-material .check::before, label.checkbox-inline input[type="checkbox"]:disabled + .checkbox-material .check::before {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    color: #1bceb8;
    opacity: 1;
}
.checkbox .active input[type="checkbox"]:disabled + .checkbox-material .check, label.checkbox-inline input[type="checkbox"]:disabled + .checkbox-material .check {
    border-color: #1bceb8;
    color: #1bceb8;
}
fieldset[disabled] .checkbox .active, fieldset[disabled] label.checkbox-inline, fieldset[disabled] .checkbox input[type="checkbox"], fieldset[disabled] label.checkbox-inline input[type="checkbox"], .checkbox .active input[type="checkbox"][disabled]:not(:checked) ~ .checkbox-material .check::before, label.checkbox-inline input[type="checkbox"][disabled]:not(:checked) ~ .checkbox-material .check::before, .checkbox .active input[type="checkbox"][disabled]:not(:checked) ~ .checkbox-material .check, label.checkbox-inline input[type="checkbox"][disabled]:not(:checked) ~ .checkbox-material .check, .checkbox .active input[type="checkbox"][disabled] + .circle, label.checkbox-inline input[type="checkbox"][disabled] + .circle {
    opacity: 1;
}
.store-setup-section .progress-bar.position {
    height: auto;
}
.store-setup-section.new-section {
    padding-bottom: 35px;
}
.upload-wrap .left, .upload-wrap .right{
    width: 50%;
    float: left;
    text-align: center;
}
.upload-wrap .left{
    border-right: 1px solid #fff;
}
.upload-wrap .left h4{
    font-size: 40px;
    font-weight: normal;
}
.upload-wrap .right a{
    display: block;
    margin-bottom: 10px;
}
.upload-wrap .right a i{
    font-size: 25px; 
    color: #fff;
}
.upload-wrap .right span{
    border-top: 1px solid #fff;
    color: #fff;
}
/*.tab-section .outer-wrapper {
    display: table;
    height: 500px;
}
.tab-section .inner-wrapper {
    display: table-cell;
    vertical-align: middle;
    }*/
    .test-apis .checkbox label.chkboxes {
        padding: 0;
    }

.upload-wrap.order-product-info {
    padding-top: 10px;
}
.upload-wrap.order-product-info h4 {
    font-size: 30px;
    font-weight: normal;
    margin: 5px;
}
.dropdown-menu.tab-ul-wrapper {
    border-radius: 5px;
}
.tab-ul-wrapper li a {
    background: #fff none repeat scroll 0 0;
    color: #333 !important;
}
.tab-ul-wrapper li {
    border-bottom: none !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus, .nav-tabs li.active a,
.nav-tabs li.active a:hover, .nav-tabs li:hover a{
    background: #fff none repeat scroll 0 0;
    border-color:  #fff;
}
.dropdown-list.dropdown1.open a{
    color:  #333333;
}
.csv-notice #shipping_rule ul {
    margin-left: 20px;
}
.upload-wrap.order-product-info span {
    border-top: 0;
}
.upload-wrap.order-product-info a {
    color: #fff;
    text-decoration: none;
    border-top: 1px solid #fff;
    display: inline-block;
    cursor: ;
    cursor: pointer;
}
.tab-content #home .new-section {
    min-height: 165px;
}
.tab-content .processing-box .product-count {
    margin-top: 30px;
}
.upload-wrap.not-upload {
    margin-top: 20px;
}
.upload-wrap.not-upload::after {
    display: table;
    content: "";
    clear: both;
}
.update-card {
    margin: 20px auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    border-radius: 7px;
}
.update-card .update-heading h5 {
    font-size: 18px;
    margin: 0 10px 15px;
    padding: 13px 8px;
    background-color: #fff !important;
    border-bottom: 1px solid #ddd;
    color: #333333;
}

.block-content ul li {
    margin: 5px 10px;
    border-radius: 5px;
    padding: 10px 10px;
    background-color: #ddddff;
    margin-bottom: 10px;
}

/*Register page*/
.site-register .heading-section{
  background-color: #f9f9f9;
}
.site-register .heading-section h1{
    margin: 10px;
}
.content-section .register-heading{
    width: 85%;
    margin: 0 auto;
}
.form.new-section {
    border-radius: 0;
    margin-top: 0;
    width: 95%;
    margin: 0 auto;
}
.site-register .form.new-section {
    width: 85%;
}
.register-heading strong {
    color: #8c9999;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}
form#w0 {
    width: 70%;
    margin: 30px 50px;
}
.form-group {
    margin: 10px 0 0;
}
.form-control {
    padding: 0;
}
.control-label {
    color: #796464 !important;
    display: inline-block;
    font-size: 13px !important;
}
.btn-primary{
    float: none;
    background-color: #2FB7EC!important;
    color: #fff!important;
    border: 1px solid #2FB7EC!important;
    text-transform: capitalize;
    margin: 0;
    font-size: 13px!important
}
.wish-pages-heading .product-upload-menu .pop_up {
    position: relative;
}
.text-area-box{
    width: 100%;
    margin: 10px 0;
}
.copyright-section .copyright {
    text-align: center;
}
.btn.btn-primary:hover {
    background-color: #118fda !important;
}
.modal-dialog .modal-content .modal-footer button.btn:hover {
    background-color: #118fda !important;
    color: #fff !important;
}
.text-area-box {
    border: 1px solid #d2d2d2;
}
.form-control,
.form-group .form-control {
  background-position: center bottom, center -webkit-calc(100% - 0px);
  background-position: center bottom, center calc(100% - 0px);
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
}
.nav.navbar-nav.navbar-right .dropdown-menu li{
    margin-left: 0;
    padding: 0;
}
/* .nav.navbar-nav.navbar-right .dropdown-menu {
    padding: 5px 0;
} */
.select2.select2-container {
    width: 100% !important;
}
ul.select2-selection__rendered {
    padding: 0 5px 5px !important;
}
/* .ced-wish-navigation-mbl .dropdown1.open .dropdown-toggle {
    background-color: transparent !important;
    color: unset !important;
} */
.navbar .dropdown-menu, .navbar.navbar-default .dropdown-menu{
    border-radius: 5px;
}
#wishregistration-shipping_source label {
    margin-top: 10px;
    margin-right: 20px;
}
#wishregistration-agreement label {
    margin-top: 10px;
}
.attrmap-inner-table tr td:first-child {
    width: 416px;
}
table.table-bordered tr td {
    font-size: 13px;
}

.product-upload-menu .form-control {
    display: inline-block;
    width: auto;
}
.product-upload-menu .wish-upload-submit {
    display: inline-block;
}
input.btn.btn-primary {
    float: right;
}
.wish-pages-heading::after {
    display: table;
    content: "";
    clear: both;
}
.wish-pages-heading h3.wish_Products_style {
    margin-top: 5px;
}
.wish-order-detail-index table tr td a span, .wish-order-detail-index table tr td a, .wish-return-index table tr td a span, .wish-order-import-error-index table tr td a span {
    color: #2FB7EC;
}
.modal-content{
    border-radius: 0!important;
}
.wish-refund-create .form.new-section {
    width: 85%;
}
.wish-refund-create .form.new-section .title-need-help{
    width: 40%;
}
.wish-refund-create .form.new-section .product-upload-menu{
    width: 60%;
}
.terms-n-condition {
    border: 1px solid #ccc;
    height: 150px;
    margin: 15px 0;
    overflow-y: scroll;
    padding: 10px;
}
.wish-product-index .form-control {
    border: 1px solid #ccc !important;
}
.wish-order-detail-index .form-control {
    border: 1px solid #ccc !important;
}
.bulk-action-wrapper::after {
    clear: both;
    content: "";
    display: table;
}
.bulk-action-wrapper .form-control {
    width: 25%;
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
} 
.popup-model .modal-dialog {
    margin: 30px auto;
    width: 90%;
}
.popup-model .modal-dialog .modal-header{
    margin-top: 92px;
    position: relative;
}
.popup-model .modal-dialog .modal-header .close {
    background-color: #fff !important;
    border: 2px solid #000 !important;
    border-radius: 50%;
    height: 40px;
    position: absolute;
    right: -20px;
    top: 10px;
    width: 40px;
    z-index: 9999;
    opacity: 1;
}
.popup-model .modal-dialog .modal-content{
    margin: 0px;
}
.popup-model #myCarousel .controllers {
    position: absolute;
    top: 0;
}

.popup-model #myCarousel .carousel-caption {
    bottom: 0;
    color: #000;
    left: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    right: 0;
    text-shadow: none;
    z-index: 10;
}
.main-content-wrapper.container{
    padding: 0;
}
#myCarousel .carousel-inner .holder img {
    width: 100%;
}
.wish-order-detail-index .bulk-action-wrapper .form-control {
    display: inline-block;
    margin-right: 5px;
    width: 25%;
    margin-bottom: 0;
}
.outer-wrapper {
    display: table;
    /* height: 50%; */
    display: inline-block;
}
.right-piechart .productPie.pie {
    margin: 30px auto;
}
.outer-wrapper .productPie.legend, .outer-wrapper .orderPie.legend {
    border: 0;
}
.inner-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.help-block.help-block-error.error_category_map {
    padding-left: 10px;
}
.help_wish.white-bg::before{
    background-color: #ffffff;
}
.card-section .wish-pages-heading {
    background: #2FB7EC none repeat scroll 0 0;
    color: #fff;
    padding: 0;
}
.card-section h3.wish_Products_style {
    color: #fff !important;
    margin-left: 20px;
}
.content-section .wish-pages-heading .title-need-help h1.wish_Products_style {
    margin: 0 !important;
}
.back-link a {
    display: flex;
    align-items: center;
    color: #666;
    margin-bottom: 8px;
    font-size: 16px;
    text-decoration: none;
}
.back-link a svg {
    margin-right: 5px;
}
.latest_update_description .dates p{
    font-weight: bold;
}
.latest_update_description .updated-date {
    text-align: right;
}
.show-items {
    line-height: 36px;
}
.ced-notifications{
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    margin: 0 !important;
    padding: 5px 15px;
}
.ced-notifications .ced-survey > a {
    border-bottom: 1px solid #2FB7EC;
    color: #2FB7EC;
    font-size: 12px;
    margin-left: 20px;
}
.blink {
    background-color: #2FB7EC;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 6px;
    width: 10px;   
}
.blink {
 -webkit-animation-name: blink; /* Safari 4.0 - 8.0 */
 -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
 -webkit-animation-iteration-count: 5; /* Safari 4.0 - 8.0 */
 animation-name: blink;
 animation-duration: 2s;
 animation-iteration-count: 5;
}
@keyframes blink {
  50% { opacity: 0; }
  100%{ opacity: 1; }

}
@-webkit-keyframes blink {
 50% { opacity: 0; }
 100%{ opacity: 1; }
}
.latest-update .wish-pages-heading{
    background: #2FB7EC none repeat scroll 0 0;
    border-radius: 8px 8px 0 0;
    color: #fff;
    padding: 5px 15px;
}
.latest-update .wish-pages-heading h3{
    color: #fff!important;
    display: block;
    margin-bottom: 15px;
}
.latest-update.new-section{
    padding:0;
}
.wish-pages-heading p {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
    font-size: 12px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #2FB7EC;
    border-color: #2FB7EC;
}
.contact-section .image img {
    width: auto;
}
.copyright-section {
    background: #dfdfdf none repeat scroll 0 0;
    color: #000;
    padding: 5px;
}
.copyright-section span {
    display: block;
    padding: 8px;
}
.wish_config section.center.slider.slick-slider {
    background: transparent none repeat scroll 0 0;
}
.nav.nav-stacked.child-out li a {
    font-size: 12px;
}
.slider-section .wish-pages-heading {
    padding-left: 10px;
}
.slider-section .wish-pages-heading h1 {
    display: block;
    margin-bottom: 15px;
}
.slider-section .wish-pages-heading p {
    display: block;
    font-size: 15px;
}
.slider-section .wish-pages-heading .note{
    background: #ececec none repeat scroll 0 0;
    padding: 5px 15px;
    margin: 15px 0 30px;
}
.slider-section .wish-pages-heading .note .note-text{
    color: #2FB7EC;
}
.box-update-sections .right-piechart {
    text-align: center;
    background-color: #fff;
    border-radius: 7px;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
}
.box-update-sections .right-piechart .outer-wrapper ul li {
    font-size: 14px;
}
.main-content-wrapper.container {
    margin-bottom: 20px;
}
.right-piechart .outer-wrapper .caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.caption span {
    display: block;
}
.caption span:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
}
.caption span:nth-child(2) {
    font-size: 14px;
    padding: 5px 0;
}
.caption span:nth-child(3) {
    font-size: 17px;
    font-weight: 600;
}
.refresh-wrapper::after {
    display: table;
    content: "";
    clear: both;
}
.refresh-icon {
    float: left;
    width: 30px;
    font-size: 23px;
    margin-top: 3px;
}
.refresh-date {
    float: left;
    width: calc(100% - 30px);
}
/*.wish-install .nav ul li a::before {
    background-color: #ccc;
    
    border-radius: 50%;
    color: #fff;
    content: "";
    font-family: fontawesome;
    height: 30px;
    padding: 5px;
    width: 30px;
    margin-left: -14px;
    margin-right: 10px;
}
.wish-install .nav ul{
    border-left: 1px solid #ccc;
}
.wish-install .nav ul li {
    margin: 30px 0;
}
.wish-install .nav ul li.active a::before{
    background-color: #65cd94;
}
.wish-install .nav ul li.completed a::before{
    background-color: #ce4552;
    }*/
    .wish-install .nav ul::before {
        background-color: #e8e8e8;
        content: "";
        height: 3px;
        left: 55px;
        position: absolute;
        right: 60px;
        top: 15px;
    }
    .wish-install .nav ul {
        counter-reset: i;
        float: left;
        margin: 30px 0 12px;
        padding: 0;
        position: relative;
        white-space: nowrap;
    }
    .wish-install .nav ul > li.disabled::before, .wish-install .nav > li.ui-state-disabled::before{
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .wish-install nav.nav {
        margin: 15px auto 35px;
        width: 100%;
        max-width: 300px;
    }
    .wish-install .nav ul > li:first-child::after {
        display: none;
    }
    .copyright-section.copyright-new {
        text-align: center;
    }
/*.wish-install .nav ul > li::after {
    background-color: #514943;
    content: "";
    height: 0.3rem;
    left: calc(-50% + 0.25rem);
    position: absolute;
    right: calc(50% + 0.7rem);
    top: 0.9rem;
    }*/
    .wish-install .form.new-section {
        box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.08);
        margin-top: 50px;
        background-color: #fff;
    }
    .page-content.wish-install {
        background-image: url("../images/bg-image1.png");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 100% top;
    }
    .wish-install .nav ul > li {
        display: inline-block;
        position: relative;
        vertical-align: top;
        width: 90px;
    }
    .wish-install .nav ul li a::before {
        background-color: #EEEEEE;
        border-radius: 50%;
        content: "";
        height: 30px;
        left: 46%;
        line-height: 1;
        margin-left: -12px;
        position: absolute;
        top: 0;
        width: 30px;
    }
    .wish-install .nav ul > li.active a::after, .nav-bar > li.ui-state-active a::after {
        background-color: #fff;
        content: "";
    }
    .wish-install .nav ul a::after {
        background-color: #514943;
        border: 4px solid #514943;
        border-radius: 100%;
        color: #fff;
        content: counter(i, decimal);
        counter-increment: i;
        height: 15px;
        left: 50%;
        line-height: 0.5;
        margin-left: -8px;
        position: absolute;
        right: auto;
        text-align: center;
        top: 7px;
        width: 15px;
    }
    .wish-install .nav ul > li.active a, .wish-install .nav ul > li.ui-state-active a {
        color: #000;
    }
    a.white-space-pre-line {
        white-space: pre-line;
    }
    .wish-install .nav ul a {
        color: #514943;
        display: block;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.5;
        outline: 0 none;
        overflow: hidden;
        padding: 40px 6px 0;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: pre-line;
    }
    .wish-install .table.table-striped tr td {
        float: none;
        margin-top: 0;
    }
    .wish-install .nav ul li.active a::before {
       background-color: #fbbd00;
       border: none;
   }
   .wish-install .nav ul li.active a::after {
       background-color: #fff;
       border: none;
   }
   .wish-install .nav ul li.completed a::before {
       background-color: #5fcc7b;
       border: none;
   }
   .wish-install .nav ul li.completed a::after{
       background-color: #fff;
       color: #000;
       border: none;
       padding-top: 4px;
   }
   .wish-install .content-section {
    background: transparent none repeat scroll 0 0;
    padding: 20px 0;
}
.wish-install .wish-pages-heading {
    background-color: #2FB7EC;
    color: #fff;
    margin-bottom: 0;
    padding: 5px;
}
.wish-install .wish-pages-heading h2 {
    font-size: 15px;
    margin: 5px;
}
/*.wish-install .product-upload-menu{
    margin: 0;
    width: 30%!important;
    }*/
/*.wish-install button.btn.btn-primary{
    float: right;
    }*/
    .wish-install .btn.btn-primary{
       background-color: #2FB7EC!important;
       border: 1px solid #2FB7EC!important;
   }
   .mobile_verification_btn .btn-primary {
        margin: 10px 10px 10px 0;
    }
    .for_mobile_verification .mobile_verification_inner .mobile-success {
        font-size: 13px;
    }
   .wish-install .product-upload-menu .btn.btn-primary {
    background: #fff none repeat scroll 0 0 !important;
    color: #000 !important;
    border: none!important;
    padding: 1px 7px;
    margin: 3px;
    border-radius: 1px;
}
.wish-install .product-upload-menu .btn.btn-primary:hover {
    background: #fff none repeat scroll 0 0 !important;
    color: #000 !important;
    border: none!important;
}
.wish-install .content.form.new-section {
    padding: 0;
    box-shadow: none;
}
.wish-install .responsive-table-wrap::after, .wish-install .grid-view::after {
    clear: both;
    content: "";
    display: table;
}
.wish-install .api_field.fieldset.enable_api {
    border: medium none;
    padding: 0;
}
.wish-install form label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 8px;
}
.wish-install .field-wishregistration-agreement.required {
    margin-top: 15px;
}
.form-control{
    border: 1px solid #e6e6e6;
}

.wish-install .category-map-step .table.table-striped td select {
    width: 120px !important;
}
.wish-install .import-products-step table tr td.value span {
    border-radius: 3px;
    padding: 5px 10px;
    min-width: 35px;
    width: 40px;
    display: inline-block;
    text-align: center;
}
.import_option {
  display: inline-block;
  margin-left: 10px;
}
.radio-span ul li input {
  float: left;
  height: 20px;
  width: 20px;
  margin: 0;
}
.import_option {
  float: left;
  margin-left: 10px;
}
.options-tr .import_option {
    width: 80%;
}
.radio-span ul li::after {
  clear: both;
  content: "";
  display: table;
}
.wish-install .import-products-step table tr.total-products-tr td.value span{
    color: #444444;
    background-color: #fbbd00;
}
.wish-install .import-products-step table tr.not-sku-tr td.value span{
    background-color: #f43e5f;
    color: #ffffff;
}
.wish-install .import-products-step table tr.ready-products-tr td.value span {
    background-color: #5fcc7b;
    color: #ffffff;
}
.wish-install .import-products-step table tr td.value_label span{
    color: #333333;
    font-size: 14px;
    font-weight: 300;
}
.wish-install .import-products-step table tr.ready-products-tr{
    border-top: 1px solid #ccc!important;
    border-bottom: 1px solid #ccc!important;
}
.wish-install .import-products-step table tr.ready-products-tr td{
    padding: 10px !important;
    margin: 10px 0;
}
.wish-install .import-products-step .panel.panel-default {
    border: medium none;
    box-shadow: none;
}
.wish-install .import-products-step .wish-pages-heading .wish_Products_style {
    color: #fff !important;
}
.wish-install .import-products-step .wish-pages-heading{
    padding: 0 10px;
}
.wish-install .category-map-step .table tr th, .wish-install .attribute-map-step .table tr th {
    background-color: #f1f1f1;
    font-size: 14px;
    font-weight: normal;
}
.wish-install .note {
    background: #eeeeee none repeat scroll 0 0;
    padding: 12px;
    text-align: center;
    font-size: 12px;
    color: #885f74;
}
.wish-install .table.table-sliiped > li {
    margin-top: 15px;
}
.wish-install .note b.note-text {
    background-color: #FBBD00;
    font-weight: normal;
    padding: 0 5px;
    color: #000;
}
.content-section .wish-pages-heading button.api-help.video-help {
    background-color: #fff !important;
    color: #2fb7ec !important;
}
.content-section .wish-pages-heading button.api-help.video-help:hover {
    background-color: #006499 !important;
    color: #fff !important;
}


#fountainG{
   position:relative;
   width:390px;
   height:47px;
   margin:auto;
   top: 45%;
}

.fountainG{
   position:absolute;
   top:0;
   background-color:#2FB7EC;
   width:47px;
   height:47px;
   animation-name:bounce_fountainG;
   -o-animation-name:bounce_fountainG;
   -ms-animation-name:bounce_fountainG;
   -webkit-animation-name:bounce_fountainG;
   -moz-animation-name:bounce_fountainG;
   animation-duration:1.235s;
   -o-animation-duration:1.235s;
   -ms-animation-duration:1.235s;
   -webkit-animation-duration:1.235s;
   -moz-animation-duration:1.235s;
   animation-iteration-count:infinite;
   -o-animation-iteration-count:infinite;
   -ms-animation-iteration-count:infinite;
   -webkit-animation-iteration-count:infinite;
   -moz-animation-iteration-count:infinite;
   animation-direction:normal;
   -o-animation-direction:normal;
   -ms-animation-direction:normal;
   -webkit-animation-direction:normal;
   -moz-animation-direction:normal;
   transform:scale(.3);
   -o-transform:scale(.3);
   -ms-transform:scale(.3);
   -webkit-transform:scale(.3);
   -moz-transform:scale(.3);
   border-radius:31px;
   -o-border-radius:31px;
   -ms-border-radius:31px;
   -webkit-border-radius:31px;
   -moz-border-radius:31px;
}

#fountainG_1{
   left:0;
   animation-delay:0.496s;
   -o-animation-delay:0.496s;
   -ms-animation-delay:0.496s;
   -webkit-animation-delay:0.496s;
   -moz-animation-delay:0.496s;
}

#fountainG_2{
   left:49px;
   animation-delay:0.6125s;
   -o-animation-delay:0.6125s;
   -ms-animation-delay:0.6125s;
   -webkit-animation-delay:0.6125s;
   -moz-animation-delay:0.6125s;
}

#fountainG_3{
   left:98px;
   animation-delay:0.739s;
   -o-animation-delay:0.739s;
   -ms-animation-delay:0.739s;
   -webkit-animation-delay:0.739s;
   -moz-animation-delay:0.739s;
}

#fountainG_4{
   left:146px;
   animation-delay:0.8655s;
   -o-animation-delay:0.8655s;
   -ms-animation-delay:0.8655s;
   -webkit-animation-delay:0.8655s;
   -moz-animation-delay:0.8655s;
}

#fountainG_5{
   left:195px;
   animation-delay:0.992s;
   -o-animation-delay:0.992s;
   -ms-animation-delay:0.992s;
   -webkit-animation-delay:0.992s;
   -moz-animation-delay:0.992s;
}

#fountainG_6{
   left:244px;
   animation-delay:1.1085s;
   -o-animation-delay:1.1085s;
   -ms-animation-delay:1.1085s;
   -webkit-animation-delay:1.1085s;
   -moz-animation-delay:1.1085s;
}

#fountainG_7{
   left:293px;
   animation-delay:1.235s;
   -o-animation-delay:1.235s;
   -ms-animation-delay:1.235s;
   -webkit-animation-delay:1.235s;
   -moz-animation-delay:1.235s;
}

#fountainG_8{
   left:341px;
   animation-delay:1.3615s;
   -o-animation-delay:1.3615s;
   -ms-animation-delay:1.3615s;
   -webkit-animation-delay:1.3615s;
   -moz-animation-delay:1.3615s;
}



@keyframes bounce_fountainG{
   0%{
       transform:scale(1);
       background-color:#2FB7EC;
   }

   100%{
       transform:scale(.3);
       background-color:rgb(255,255,255);
   }
}

@-o-keyframes bounce_fountainG{
   0%{
       -o-transform:scale(1);
       background-color:#2FB7EC;
   }

   100%{
       -o-transform:scale(.3);
       background-color:rgb(255,255,255);
   }
}

@-ms-keyframes bounce_fountainG{
   0%{
       -ms-transform:scale(1);
       background-color:#2FB7EC;
   }

   100%{
       -ms-transform:scale(.3);
       background-color:rgb(255,255,255);
   }
}

@-webkit-keyframes bounce_fountainG{
   0%{
       -webkit-transform:scale(1);
       background-color:#2FB7EC;
   }

   100%{
       -webkit-transform:scale(.3);
       background-color:rgb(255,255,255);
   }
}

@-moz-keyframes bounce_fountainG{
   0%{
       -moz-transform:scale(1);
       background-color:#2FB7EC;
   }

   100%{
       -moz-transform:scale(.3);
       background-color:rgb(255,255,255);
   }
}

/*Introjs css*/
.introjs-tooltipbuttons a.introjs-button {
    border: medium none;
    box-shadow: none;
    font-size: 12px;
    margin-right: 5px;
    text-shadow: none;
}
.introjs-tooltipbuttons .introjs-button.introjs-prevbutton.introjs-disabled {
    background: #b7b7b7 none repeat scroll 0 0;
    color: #fff !important;
}
.import-products-step .alert.alert-success.fade.in.alert-dismissable {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #000;
    margin: 0;
}
.import-products-step .alert.alert-success.fade.in.alert-dismissable > strong.succes-msg {
    background-color: #5fcc7b;
    font-size: 13px;
    font-weight: normal;
    padding: 2px 10px;
    color: #ffffff;
}
/*.import-products-step .alert.alert-success.fade.in.alert-dismissable > strong.next {
    font-weight: bold;
    }*/
/*.import-products-step .block-content.panel-body.shopify-api ul li {
    background: #fdc017 none repeat scroll 0 0 !important;
    border: medium none;
    margin-bottom: 10px;
    padding: 10px;
    }*/
    .import-products-step .block-content.panel-body.shopify-api ul li img{
        background: #fff none repeat scroll 0 0;
        border: 2px solid #fff;
        border-radius: 50%;
        margin-right: 5px;
    }

    .attribute-map-step .table.table-striped.table-bordered tr td {
        border: 1px solid #ccc !important;
        padding: 5px !important;
    }
    .attribute-map-step .table.table-striped.table-bordered tr th {
        border: 1px solid #ccc !important;
    }
    .attribute-map-step .table.table-striped.table-bordered tr.odd > td,.attribute-map-step .table.table-striped.table-bordered tr.even > td {
        vertical-align: top !important;
    }
    .api_enable span.control-label:after {
      content:" * ";
      color:red;
  }
  .bulk-action-wrapper {
    text-align: right;
}
.fixed-container-body-class > div#home-page {
    font-family: roboto;
}
#home-page .nav.navbar-nav.navbar-right {
    margin-top: 3px;
}
#home-page .nav.navbar-nav.navbar-right li a{
    font-size: 14px;
}
#home-page .nav.navbar-nav.navbar-right li:last-child a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
#home-page .navbar.navbar-default.navbar-fixed-top.affix-top, #home-page .navbar.navbar-default.navbar-fixed-top.affix {
    padding: 15px 25px;
}
#home-page #features .panels-icon img {
    width: 40px;
}
#home-page .bg-primary hr {
  border-color: #EA9E48 !important;
}
#login-form .install-me.btn.btn-primary.button-inline.btn.btn-primary {
  background: #2FB7EC none repeat scroll 0 0 !important;
  border: medium none !important;
  border-radius: 0 5px 5px 0 !important;
  height: 45px;
  padding: 10px 25px !important;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 19.5%;
}
#login-form .form-group.field-loginform-username.required{
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    float: left;
    height: 40px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 500px; 
}
#login-form .form-group.field-loginform-username .shop-url-wrap {
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#login-form .form-group.field-loginform-username .shop-url-wrap input {
    border-color: #fff;
    height: 100%;
    width: 100%;
}
#login-form {
  background-color: #939291;
  border-radius: 5px;
  display: inline-block;
  margin: 50px auto;
  max-width: 700px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 100%;
}
#login-form .field-loginform-shopurl {
  margin: 0;
  width: 80%;
  padding: 0;
}
#login-form .field-loginform-shopurl .shop-url-wrap {
  padding: 0;
}
#login-form .field-loginform-shopurl .shop-url-wrap input {
  width: 100%;
}
#login-form .field-loginform-shopurl label {
  display: none;
}
#home-page #services .service-box > img {
    width: 40px;
}
.extra-plane .plans {
    background: #2FB7EC none repeat scroll 0 0;
    margin: 0 auto;
    width: 60%;
    border-radius: 3px;
    box-shadow: 0 0 31px 0 #bababa;
    padding: 35px 10px;
}
.wish_notice .product-upload-menu {
    text-align: right;
    width: 100%;
}
#home-page .ced-blue-bg1 .service-box h6 {
    font-size: 20px;
    font-weight: normal;
}
.wish-product-index .responsive-table-wrap, .wish-product-index .grid-view {
    overflow-x: hidden;
}
.wish-plan-wrap .wish-plan-wrapper {
    background: #fff none repeat scroll 0 0;
}
#pricing.bg-primary i.fa.fa-check {
    color: #5cab8c;
}
.review-section {
    margin: 0;
    background-color: #fff;
}
.review-section .review {
    margin-bottom: 10px;
}
.review-section .name-shop a {
    color: #2FB7EC;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
}
.review-section .carousel-control{
    top: 37%;
}
.review-section .glyphicon{
    margin-left: -10px;
}
.plan-wrapper .price .month {
    font-size: 30px;
}
.review-section .carousel-control{
    opacity: 1;
}
.review-section .primary {
    border-color: #ea9e48 !important;
}
.pricing-tables .wish-plan-wrapper {
    border: 1px solid #ccc;
    margin-bottom: 35px;
}
.pricing-tables .wish-plan-wrapper.yearly-plan {
    border: 1px solid #2FB7EC;
    box-shadow: 0 0 31px 0 #bababa
}
.shopify-plan-wrapper.pricing-tables .wish-plan-wrapper.yearly-plan {
    position: relative;
}
.wish-plan-wrapper.yearly-plan .popular-plan {
    position: absolute;
    left: -9px;
    top: -30px;
    width: 0;
    height: 0;
    border-top: 46px solid transparent;
    border-right: 48px solid #2fb7ec;
    border-bottom: 46px solid transparent;
    transform: rotate(44deg);
}
.wish-plan-wrapper.yearly-plan .popular-plan-label {
    position: absolute;
    bottom: -18px;
    right: -17px;
}
.popular-plan-label .fa.fa-star {
    color: #fff;
    font-size: 22px;
}
.pricing-tables .free {
    background: #2FB7EC none repeat scroll 0 0;
    bottom: -27px;
    display: inline-block;
    left: 30%;
    padding: 7px 15px;
    position: absolute;
    font-size: 18px;
}
.pricing_terms ul li {
    list-style-type: none;
}
.wish-product-index .wish-pages-heading, .wish-order-detail-index .wish-pages-heading{
    position: relative;
}
.popup-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 51px;
    width: 230px;
    z-index: 9;
}
.grid-heading.wish-pages-heading .popup-box {
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.1);
}
.confirmbox .pop_up {
    cursor: pointer;
}
.confirmbox .pop_up .fa-bars {
  font-size: 20px;
  padding: 0;
}
.popup-box .btn.btn-primary {
    margin: 5px 0 0 !important;
    width: 100%;
}
.review-section .customer-review .infomation-shop {
    margin-top: 20px;
    min-height: 220px;
}
.review-section .img-customer {
    background: #fafafa none repeat scroll 0 0;
    border-radius: 50% !important;
    height: 200px;
    width: 200px;
    position: relative;
}
.review-section .img-customer .quote {
    background: #2FB7EC none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 8px;
    height: 35px;
    left: 14px;
    padding: 11px;
    position: absolute;
    width: 35px;
}
.review-section .img-customer .quote i {
    color: #fff;
}
.review-section .img-customer img{
    width: 70%;
}
.customer-review-inner .bk-item {
    margin-top: 20px;
}
section.review-section {
    padding: 60px 0;
}
#contact i {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 31px 0 #bababa;
    height: 120px;
    margin: 30px 0;
    padding: 35px;
    width: 200px;
}
#contact p a{
    font-size: 18px;
    color: #2FB7EC;
    text-decoration: underline;
}
.ced-blue-bg .call-to-action span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
}
.product-description-wrapp .shopify-image-wrap {
    display: table;
    height: 338px;
}
.product-description-wrapp .shopify-image-wrap .logo-img {
    display: table-cell;
    vertical-align: middle;
}
.product-description-wrapp .shopify-image-wrap .logo-img img{
    width: 100%;
}
.customer-review-inner .img-wrapper {
    text-align: center;
}
.customer-review-inner .infomation-shop .name {
    color: #2FB7EC;
    font-size: 16px;
    margin-top: 10px;
    text-align: right;
}
.call-to-action .btn.btn-default.btn-xl.wow.tada:hover {
  background-color: #EA9E48;
  color: #fff;
}
.payment_preview .generic-heading-shopify hr.primary {
    border-color: #ea9e48 !important;
    border-width: 3px !important;
    max-width: 50px !important;
}
.review-section hr.primary {
  border-color: #449d44 !important;
  border-width: 3px !important;
  max-width: 50px !important;
}
.payment_preview .extra-plane {
    background-color: #f7f7f7;
}
.payment_preview .section-heading {
    font-size: 28px;
    margin: 40px 0 0;
}
.review-section .section-heading {
    font-size: 28px;
    margin: 0;
}
#pricing.bg-primary {
    background: #f7f7f7 none repeat scroll 0 0 !important;
    margin: 0;
}
.wish-plan-wrapper .addtocart{
    border: 1px solid #2FB7EC;
    padding: 8px 15px;
    border-radius: 2px;
    background-color:#2FB7EC;
}
.wish-img {
    display: inline-block;
    margin-top: 30px !important;
    width: 30%;
}
.trial-wrapper {
    z-index: 999999 !important;
}
.trial-wrapper .install-walmart .install-button div i{
    color: #1A75CF;
    margin: 10px;
}
.trial-wrapper .install-walmart .install-button #display_apps {
    background-color: #f9f9f9;
    box-shadow: 0 11px 9px 0 rgba(0, 0, 0, 0.4);
    font-size: 13px;
    max-width: 350px;
    min-width: 290px;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    top: 38px;
    z-index: 9;
}
.trial-wrapper .install-walmart .install-button #display_apps div {
    border-bottom: 1px solid #e7e7e7;
    margin: 10px 0;
    padding-bottom: 10px;
}
 .trial-inner-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.trial-wrapper .install-walmart .install-button #display_apps div button {
    margin-left: 10px;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper #show_plan{

    box-shadow: 0 11px 9px 0 rgba(0, 0, 0, 0.4);
    font-size: 13px;
    max-width: 350px;
    min-width: 290px;
    padding: 5px 10px;   
    text-align: center;
    top: 38px;
    z-index: 9;
    position: absolute;
    background-color: #f5f5f5;   
    right: 20px;
}
.pricing-plan-btn {
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pricing-plan-btn .choose-plan {
    position: absolute;
    bottom: -60px;
    width: 180px !important;
    right: 0;
    z-index: 99999999;
    background-color: #f5f5f5 !important;
    padding: 10px 10px !important;
}
.pricing-plan-btn .choose-plan a {
    background-color: #2fb7ec;
    display: block;
    padding: 5px;
    text-align: center;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper span{
    font-size: 13px;
}
.trial-wrapper #counter-wrapper {
    text-align: left;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper .digit-cls {
    background: #2FB7EC;
    color: #fff;
    padding: 2px 7px;
    margin-left: 5px;
    border-radius: 3px;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper i {
    cursor: pointer;
}
.trial-wrapper #counter-wrapper .trial-inner-wrapper li i {
    margin-top: 0px;
    font-size: 15px;
}
.trial-wrapper .install-walmart .install-button #display_apps .btn-path {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    padding: 3px;
    width : 100px;
}
.trial-inner-wrapper .btn-path.choose-plan{
    display: none;
}
.rw-sentence span{
    color: #444;
    white-space: nowrap;
    font-size: 13px;
    font-weight: normal;
}
.rw-words{
    display: inline;
    text-indent: 10px;
}
.rw-words span{
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #2FB7EC;
    top: 7px;
    font-size: 13px;
}
.rw-words-1 span{
    animation: rotateWordsFirst 6s linear infinite 0s;
}
.rw-words span:nth-child(2) { 
    animation-delay: 3s; 
    color: #2FB7EC;
}
.rw-sentence {
    margin: 0;
    line-height: 20px;
}
.trial-wrapper .install-walmart .install-button div i {
    margin: 10px;
    margin-left: 70px;
    font-size: 8px;
    color: #000;
    cursor: pointer;
}
@keyframes rotateWordsFirst {
    0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
    8% { opacity: 1; height: 60px; }
    19% { opacity: 1; height: 60px; }
    25% { opacity: 0; height: 60px; }
    100% { opacity: 0; }
}
.table-responsive{
    position: relative;
    border: none;
}
.wish-order-details-index.shopify-product-index.content-section .grid-view.table-responsive {
    z-index: 1;
}
.swipe-right, .swipe-left {
    display: inline-block;
    position: fixed;
    /*z-index: 99999999;*/
    bottom:150px;
}
.swipe-right {
    float: right;
    right: 3%;
    z-index: 9;
}
.swipe-left {
    float: left;
    left: 3%;
    z-index: 9;
}
.follow {
    z-index: 9;
}
.swipe-right span i, .swipe-left span i {
    background-color: #000;
    border: medium none;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    height: 25px;
    opacity: 0.3;
    padding: 7px !important;
    text-align: center;
    width: 25px;
}
.swipe-right:hover span i, .swipe-left:hover span i{
    background: #2FB7EC;
    opacity: 1;
}
.modal-body .checkbox_options label {
    display: inline-block;
    margin-left: 10px;
}
.edit-product-section .btn-group button {
    padding: 0;
}
.edit-product-section .btn-group button i {
    margin: 0 !important;
    border: 0 !important;
}
.navbar .navbar-header .navbar-toggle:hover, .navbar .navbar-header .navbar-toggle:focus {
    background-color: transparent;
}


/*==========================================
=            Section cookie css            =
==========================================*/
.mobile-cookie {
    padding: 10px;
    position: fixed;
    bottom: 10px;
    background-color: #1A1A1A;
    left: 10px;
    width: 140px;
    box-shadow: -3px 0px 21px -3px #878787;
    display: none;
    z-index: 9999;
    border-radius: 5px;
    opacity: 0.9;
    color: #fff;
}
.cookie-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
}
.body-fixed{
    overflow: hidden;
}
.mobile-cookie .fa.fa-times {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 25px;
    width: 25px;
    text-align: center;
    background-color: #000000;
    color: #fff;
    border-radius: 50%;
    line-height: 25px;
    cursor: pointer;
}
.mobile-cookie .terms-btn {
    display: inline-block;
    margin-bottom: 0;
    color: #2fb7ec;
    cursor: pointer;
}
.mobile-cookie .terms-btn:hover {
    text-decoration: underline;
}
.mobile-cookie .terms-text {
    font-size: 13px;
}
 .cookiealert {
    background-color: #1A1A1A;
    box-shadow: -3px 0px 21px -3px #878787;
    bottom: 6px;
    left: 6px;
    padding: 10px !important;
    position: fixed;
    z-index: 99999;
    width: 220px;
    opacity: 0.9;
    border-radius: 5px;
}
.cookiealert .cookiealert-wrap {
    position: relative;
}
.cookiealert .message {
    color: #333;
    width: 86%;
    text-align: center;
}
.cookiealert .message > p {
    font-size: 15px;
    margin: 0;
    line-height: 22px;
    color: #fff;
}
.cookiealert .action-btns {
    position: absolute;
    right: 0;
    top: 0;
}
.cookiealert .message .cookie-title {
    margin: 0 0 5px !important;
}
.cookiealert .action-btns > a {
    border: 1px solid #2fb7ec;
    display: inline-block;
    height: 24px;
    padding: 3px;
    text-align: center;
    width: 24px;
    line-height: 24px;
}
.cookiealert .action-btns > a i {
    color: #2fb7ec;
}
.cookiealert .message > p a {
    color: #2fb7ec;
    text-decoration: underline;
}
@media only screen and (max-width: 500px) {
    .cookiealert .message {
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .mobile-cookie{
        display: block;
    }
    .cookiealert {
        display: none;
    }
    .cookiealert {
        display: none !important;
        max-width: 400px;
        width: 90%;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        top: 40%;
        bottom: unset;
        box-shadow: 3px 0px 25px 8px #878787;
    }
    .show.cookiealert{
        display: block!important;
    }
    .cookiealert .action-btns {
        right: -20px;
        top: -20px;
    }
    .cookiealert .action-btns > a {
        border: none;
        width: 24px;
        background-color: #000000;
        border-radius: 50%;
        line-height: 23px;
    }
    .cookiealert .action-btns > a i {
        color: #ffffff;
    }
}
/*=====  End of Section cookie css  ======*/

/* ==== Section offer popup Start ====*/
.offer-popup {
    bottom: 70px;
    left: 10px;
    position: fixed;
    width: 180px;
    z-index: 99999;
    transition: 300ms all;
}
.offer-popup .offer-wrap {
    position: relative;
}
.offer-popup .offer-wrap .close {
    font-size: 14px;
    opacity: .8;
}
.offer-wrap a img {
    width: 100%;
}
.offer-popup .offer-wrap .close::after {
    color: #ffffff;
    content: "\f00d";
    display: inline-block;
    font-family: 'fontawesome';
    font-weight: normal;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #000000;
    box-shadow: 0 0 5px 4px rgba(0,0,0,0.1);
    border-radius: 50%;
    font-size: 13px;
    line-height: 22px;
}
@media screen and (max-width: 768px){
    .offer-popup {
        left: 7px;
        width: 148px;
        bottom: 100px;
        }
    .panel-body .ced-entry-heading-wrapper .entry-edit-head {
        text-align: center;
        padding: 10px;
    }
    .bulk-action-wrap {
        float: none !important;
    }
    .actions-bulk {
        width: 100%;
    }
    .actions-bulk select, .actions-bulk button {
        display: block;
        margin: 5px auto !important;
    }
    .summary-pager {
        float: none !important;
        margin: 0 auto;
        text-align: center;
        width: 200px;
    }
    .panel-heading .kv-panel-pager {
        float: none !important;
        margin: 5px auto;
        text-align: center;
    }
    .csv_import, .csv_export {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .product-edit-price.usd-price input {
        display: block;
    }
    .caption span:nth-child(1) {
        font-size: 14px;
        font-weight: 600;
    }
    .caption span:nth-child(2) {
        font-size: 12px;
        padding: 0;
    }
    .caption span:nth-child(3) {
        font-size: 13px;
        font-weight: 600;
    }
    .general-heading {
        padding: 10px;
        text-align: center;
    }
    .breadcrumb {
        padding: 15px 10px;
    }
    .navbar-default .nav.navbar-nav .dropdown-toggle:hover {
        color: #000 !important;
        background-color: transparent !important;
    }
    li .icon-items, li .icon-items:focus {
        background-color: unset !important;
    }
    .navbar-default .nav.navbar-nav .dropdown-toggle:focus {
        background-color: transparent !important;
        color: #333 !important;
    }
    .wish-install .wish-pages-heading .product-upload-menu {
        margin: 0;
        width: auto !important;
    }
    .notice-alert {
        margin: 10px 35px;
    }
    .block-content ul li {
        margin: 5px 0;
    }
}
/* ==== Section offer popup End ====*/
/*=======================================================
=            Order Current Status on wish            =
=======================================================*/
.order_heading, .address_heading {
    color: #666;
    float: left;
    width: 35%;
}
.order_details, .address_details {
    color: #666;
    float: right;
    width: 60%;
    word-break: break-all;
}
.value-list::after, .value-list .form-group::after {
    clear: both;
    content: "";
    display: table;
}
.order-information > h4, .address-information > h4, .feed-information > h4 {
  color: #333;
  font-size: 20px;
  margin-top: 0;
}
.order-information, .address-information, .feed-information {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 2px;
  margin: 0 0 10px;
  min-height: 260px;
  padding: 15px;
}
.order-information ul li, .address-information ul li, .feed-information ul li {
    margin: 10px 0;
    overflow-wrap: break-word;
    padding: 0;
}
.order-information ul li span, .address-information ul li span {
    font-size: 13px;
}
.order-information ul .form-group span, .address-information ul .form-group span {
    color: #767676;
}
.order_details input, .order_details select {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  height: 36px;
  padding: 5px;
  width: 100%;
}
.fetch-time {
    text-align: right;
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.fetch-time p {
    margin: 5px 0;
    font-size: 13px;
    font-style: italic;
}
.fetch-time p:first-child {
    border-right: 1px solid #3d3d3d;
    padding-right: 10px;
    margin-right: 10px;
}
.fetch-time p:nth-child(n+2) {
    color: #808080;
}
.wish-order-details-index .grid-view .kv-grid-table tr th a {
    color: #333;
    text-transform: capitalize;
}
.shipping-price-scroll {
    max-height: 317px;
    overflow: auto;
}
.shipping-price-scroll table tr th {
    font-weight: 600;
    padding-bottom: 15px;
}
/*=====  End of Order Current Status on wish  ======*/

/*=============================================
=            Section Latest Update            =
=============================================*/

.latest-heading {
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
}
.latest-section .update-list.list-style {
    height: auto;
}
.latest-section .update-content {
    max-height: 240px;
    height: auto;
    overflow: auto;
}
.latest-update .jet-pages-heading {
    background-color: #F4F4F4;
    border-radius: 8px 8px 0 0;
    color: #fff;
    padding:15px;
    display: flex;
    align-items: flex-start;
    border: 1px solid #dedede;
}
.updated-date .Jet_Products_style {
    margin: 0;
    color: #333333;
    font-size: 20px;
}
.created-date p {
    background-color: #2FB7EC;
    padding: 2px;
    color: #ffffff !important;
}
.updated-date p {
    font-size: 14px !important;
    font-style: italic;
}
.updated-date p span {
    font-weight: 600;
    color: #797979;
}
.latest_update_description {
    padding: 15px;
    border: 1px solid #dedede;
    border-top: unset;
    margin-bottom: 15px;
}
.created-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    padding-top: 5px;
    border: 1px solid #2FB7EC;
    border-radius: 5px;
}
.created-date img {
    width: 20px;
}
.latest-update .jet-pages-heading p {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 10px;
    color: #797979;
}
.latest_update_description p {
    font-size: 14px;
    line-height: 25px;
    color: #797979;
}
.latest_update_description h2 {
    font-size: 18px;
    color: #797979;
    margin-bottom: 20px;
    margin-top: 10px;
}
.label-new {
    background-color: rgb(243,156,18);
    color: #fff !important;
    padding: 0 2px;
}
.latest_update_description h3 {
    font-size: 17px;
}
.latest-update-section .update-heading.grey-heading {
    background-color: #F4F4F4;
    border: 1px solid #dedede;
}
.latest-update-section .update-content {
    border: 1px solid #dedede;
    border-top: unset;
    margin-bottom: 15px;
}
.update-button {
    padding: 5px 0 10px 35px;
}
.date-created::after, .date-updated::after {
    display: table;
    content: "";
    clear: both;
}
.update-time::after {
    display: table;
    content: "";
    clear: both;
}
.date-created, .date-updated {
    float: left;
    width: 49%;
}
.date-created span, .date-updated span {
    float: left;
    width: 100px;
    font-style: italic;
    color: #4d4d4d;
}
.date-created p, .date-updated p {
    float: left;
    width: calc(100% - 100px);
}
/*=====  End of Section Latest Update  ======*/

/* <!--=============================================
=            View Product Css starts            =
==============================================--> */
.view-product .tab-section .nav {
    margin-top: 0;
    border-bottom: 1px solid #ddd;
}
.view-product-title h4 {
    margin: 20px 15px;
    font-weight: 600;
}
.custom-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin: 0 0 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
}
.custom-view-card::after {
    display: table;
    content: "";
    clear: both;
}
.custom-view-card.product-attr .value-list {
    float: left;
    width: 33%;
    padding: 10px;
}
.custom-view-card.product-attr .order_heading {
    float: none;
    width: auto;
}
.custom-view-card.product-attr .order_details {
    float: none;
    width: auto;
}
.custom-view-card .order_heading {
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #333;
}
.custom-view-card .order_heading, .custom-view-card .order_details {
    float: none;
    width: auto;
}
.product-image {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
}
.product-image img {
    display: block;
    max-width: 100%;
    height: 100px;
    width: 100px;
    padding: 4px;
}
.counter {
    display: flex;
    align-items: center;
}
.shopify-product-index.content-section .product-upload-menu form {
    position: relative;
}
.pop_up .viewmore {
    font-size: 23px;
    color: #fff;
    position: relative;
    top: 4px;
    background-color: #2fb7ec;
    padding: 4px 8px;
    border-radius: 3px;
}

/* <!--====  End of View Product Css ends  ====--> */



/*Media Queries*/
  @media only screen and (min-width: 768px){
    .wish-pages-heading .title-need-help {
        float: left;
        text-align: left;
        width: 40%;
    }
    .wish-pages-heading .product-upload-menu {
        float: left;
        width: 60%;
        text-align: right;
        /*margin-top: 10px;*/
    }
    .box-update-sections .right-piechart {
        min-height: 500px;
    }
    .filter-inventory {
        padding-left: 0;
    }
    /* .ced-wish-navigation-mbl .navbar .navbar-collapse .navbar-right li a {
        padding: 2px;
        border-radius: 2px;
        transition: 0.2s all linear;
    }
    .ced-wish-navigation-mbl .navbar .navbar-collapse .navbar-right li a:hover {
        background-color: #18769c;
    } */
    .current-filters-list {
        text-align: left;
        margin-bottom: 0;
    }
    .edit-product-section .btn {
        margin: 0 1px !important;
    }
}
@media only screen and (max-width: 767px){
    .wish-pages-heading .product-upload-menu {
        width: 100%;
        text-align: center;
    }
    .wish-pages-heading .title-need-help {
        width: 100%;
        text-align: center;
    }

    
  
  .tab-section .outer-wrapper{
      height: auto;
  }
  .progress-wrapper{
      margin: 0;
  }
  .icon-items > img {
   width: auto;
}
.dropdown .dropdown-menu {
   background-color: #767676;
}
    /*.grid-view {
        overflow-x: scroll;
       }*/
       .store-setup-section .progress-bar.position {
           height: 200px;
       }
       .navbar.navbar-default {
           padding: 7px;
       }
       .ced-survey, .list-page, .left-div{
          width: 100%!important;
          float: none!important;
      }
      .page-content .title-need-help {
       width: 100%!important;
       float: none;
   }
   .page-content .product-upload-menu {
       width: 100%!important;
       float: none;
   }

   .product-upload-menu .btn.btn-primary {
        width: 200px;
        display: block;
        margin: 5px auto !important;
    }
.wish-pages-heading .btn.btn-primary {
    float: none;
}
.wish-install .nav ul::before{
  display: none;
}
.wish-install .nav ul{
  display: block;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 30.9rem;
  float: none;
  vertical-align: top;
}
.wish-install .nav ul > li {
   float: left;
   min-height: 9rem;
}
.legend {
    width: 285px;
}
.pie {
    margin: 50px 10px;
}
.wish-product-index .bulk-action-wrapper .form-control{
    width: 40%;
}

#login-form .install-me.btn.btn-primary.button-inline.btn.btn-primary {
    margin: 0;
    padding: 10px !important;
    width: 70px;
}
#login-form .form-group.field-loginform-username.required {
    margin: 0;
    width: 200px;
}
header .header-content .header-content-inner h1{
    font-size: 50px!important;
}
.extra-plane .plans{
    margin-top: 20px;
}
.nav.navbar-nav.navbar-right{
    display: none;
}
.nav.navbar-nav.navbar-right.navbar-2{
    display: block;
}
.ced-wish-navigation-mbl .navbar-collapse .navbar-nav li a {
    line-height: 25px;
    font-size: 14px;
    padding: 8px 30px !important;
}
.dropdown-menus li a {
    font-size: 12px;
    margin-left: 10px;
}
.trial-wrapper #counter-wrapper{
    text-align: left;
}
.nav.navbar-nav.navbar-right li {
    margin-left: 0;
    text-align: left;
}
.nav.navbar-nav.navbar-right li a {
    border-bottom: 1px solid #eee;
}
.nav.navbar-nav.navbar-right.navbar-2 {
  display: block;
  margin: 0;
}
.ced-wish-navigation-mbl .navbar-collapse {
  padding: 10px 0 40px !important;
  box-shadow: 0px 10px 16px 0 #000;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover, .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: transparent !important;
}
.open > .dropdown-menu li a {
    transition: all .25s ease;
}
.dropdown-menu {
  box-shadow: none !important;
  position: static !important;
}
}
@media only screen and (max-width: 500px){
    
    .wish-install .nav ul > li {
       width: 8rem;
   }
   .wish-install .site-register .content-section {
    padding: 15px;
    text-align: left;
}
   .wish-install .content-section, .wish-install .form.new-section {
        width: 100%;
        text-align: left;
    }
    .wish-install .content-section .form .shop-name h2 {
    font-size: 22px;
}
    .btn.btn-primary {
        margin-top: 6px;
    }
    .wish-product-index .bulk-action-wrapper .btn.btn-primary, .wish-order-detail-index .bulk-action-wrapper .btn.btn-primary{
        margin-top: 0;
    }
    .wish-img {
        width: 30%;
    }
    .products-form #global-shipping-section .btn-group .add-row, .btn-group .del-row {
        margin: 0;
    }
    .trial-inner-wrapper .counter > span {
        display: none;
    }
    .wrap.ced-wish-navigation-mbl .fixed-container-body-class .trial-wrapper {
        padding: 5px 20px 5px 6px;
    }
}

@media only screen and (min-width: 768px)and (max-width: 950px){
    .pie {
       margin: 10px;
   }
   .wish-pages-heading .title-need-help .wish_Products_style {
    font-size: 16px;
}
.wish-pages-heading .product-upload-menu .btn.btn-primary {
    margin: 0 0 0 5px; 
}
}
@media only screen and (min-width: 992px)and (max-width: 1150px){
    .wish-install nav.nav {
        margin: 15px auto 35px;
        width: 100%;
    }
    .wish-install .category-map-step .table.table-striped td select {
        width: 100px !important;
    }
    .form.new-section {
        width: 100%;
    }
}
@media only screen and (max-width: 350px){
    .progress-wrapper {
       height: 225px;
       padding: 13px;
       width: 225px;
   }
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
    .rw-sentence span, .rw-words span, .trial-wrapper #counter-wrapper .trial-inner-wrapper span, .trial-wrapper #counter-wrapper .trial-inner-wrapper span{
        font-size: 12px;
    }
    .rw-sentence{
        line-height: 14px;
    }
    .trial-wrapper {
        padding: 5px 10px;
    }
}
.btn.btn-primary.reset-filter {
    margin-left: 5px;
}
.width-length {
    width: 60% !important;
    float: left;
}
.product_csv .csv_import1 {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    margin: 25px 0;
    min-height: 240px;
    color: #737373;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    background-color: #fff;
}
.csv_import ul li {
    font-style: italic;
}
.product_csv .csv_import1 h4 {
    font-size: 18px;
    margin: 0 10px 15px;
    padding: 13px 8px;
    background-color: #fff !important;
    border-bottom: 1px solid #ddd;
    color: #333333;
}
.product_csv .csv_import1 p {
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.update-content-csv {
    margin: 20px 0;
}
.product_csv .input-wrap {
  padding-left: 10px;
  padding-right: 10px;
}
.product_csv .input-wrap input {
  display: inline-block;
}
.checkox_label .export-option {
    float: none;
}
.checkox_label {
    display: inline-block;
}
.update-csv-wrap {
    border: 1px solid #ddd;
    background-color: #2fb7ec4d;
    border-radius: 3px;
    margin-bottom: 15px;
}
.update-csv-wrap .update-csv {
    float: left;
    width: 50%;
    padding: 15px;
}
.update-csv-wrap::after {
    display: table;
    content: "";
    clear: both;
}
.product_csv .csv_import1.update-products {
    min-height: 330px;
    position: relative;
}
.product_csv .csv_export .csv_import1.update-products .input-wrap {
    margin-top: 90px;
}
/* .modal-content .modal-header {
    left: 17px;
    position: relative;
    top: -18px;
} */

/*05-05 css starts*/
.Better a {
  cursor: pointer;
}
#wish_dynamic_pricing .modal-content {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
}
.cd-sku-trigger thead tr > th::after {
  content: "";
  float: right;
  font-family: fontawesome;
  font-size: 12px;
  font-weight: normal;
  margin-right: 5px;
  cursor: pointer;
}
.better_price {
  background: red none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  margin: 0 5px 0 15px;
  padding: 2px 10px;
}
.best_price {
  background: green none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  margin: 0 5px 0 15px;
  padding: 2px 10px;
}
.cd-sku-trigger thead tr > th {
  background: #e5e5e5 none repeat scroll 0 0;
}
.wrapper-reprice-content {
  height: 380px;
  overflow-y: scroll;
}
#myModal.modal.fade.in {
  z-index: 9999;  
}
#sync.modal.fade.in {
  z-index: 9999; 
}
#sync.modal.fade.in .modal-dialog{
    width: 500px;
}
.modal-withscroll{
  overflow-y: hidden;  
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.pencil-parent .form-control {
  display: inline-block;
  margin-right: 2px;
  width: 80% !important;
}
.registration-config-menu .btn-primary {
  margin-right: 0;
  padding: 5px 10px;
}
.modal-header h4.modal-title {
  font-size: 26px;
  margin-top: 30px;
}
.modal-dialog {
  top: 50px;
}
#view_call .modal-body div span {
  display: inline-block;
  margin: 5px 0;
}
#sync-fields-form .sync-fields {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.wish-product-index .glyphicon.upload-error {
  color: #f85555;
}
.product-upload-menu.m-menu {
  display: none;
}
.prod-img-class .image_hover {
  transition: .3s all;
}
.prod-img-class .image_hover:hover {
  transform: scale(1.3);
}


.wish-product-index .col-lg-2.col-md-2.col-sm-2.col-xs-12.wish-product-submit {
  float: right;
  padding-left: 0;
  width: auto;
}
.wish-product-index .col-lg-5.col-md-5.col-sm-5.col-xs-12.wish-product-bulk {
  float: right;
  width: auto;
}
.wish-product-index .bulk-action-wrapper .form-control{
    width: 100%;
}
.csv_import1 .input-wrap .check-wrap:nth-child(2) label {
    font-weight: normal;
    margin: 0 5px;
}
.csv_import1 .input-wrap .check-wrap:nth-child(2) span {
    float: left;
    width: 25%;
}
.input-wrap .checkox_label {
    display: block;
    margin-top: 15px;
}
.checkox_label .check-wrap:first-child {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.product_csv .csv_export .csv_import1 .input-wrap {
    margin-top: 79px;
}
.check-wrap::after {
    display: table;
    content: "";
    clear: both;
}
.csv_export .csv_import1 .update_product_warning {
    padding: 5px 10px;
    display: block;
    margin: 0 10px 10px;
    text-align: center;
    font-style: italic;
    border-radius: 3px;
}
.csv_export .csv_import1 .update_product_warning b {
    color: #333;
}
@media only screen and (max-width: 767px) {
    .product-upload-menu.m-menu {
        display: block !important;
    }
    .product-upload-menu.confirmbox {
        display: none;
    }
    .input-wrap .checkox_label .check-wrap span {
        display: block;
    }
    .csv_import1 .input-wrap .check-wrap:nth-child(2) span {
        float: none;
        width: 100%;
    }
}
/*05-05 css ends*/
#product_grid .glyphicon, #product_grid .fa{
    background: #643b93 none repeat scroll 0 0;
    border: 3px solid #d9d9d9;
    border-radius: 2px;
    color: #fff;
    padding: 5px;
    font-size: 15px !important;
    margin : 5px;
}

#product_grid .glyphicon:hover, #product_grid .fa:hover {
    background: #2FB7EC none repeat scroll 0 0 !important;
    border: 3px solid #e1e1e1 !important;
}

/*css 05-06*/
.sync-shopify.in .sync-fields .checkbox_options label{
    font-size: 14px;
    margin-bottom: 1px;
}
.sync-shopify.in .modal-footer .btn.btn-primary{
    padding: 5px 23px;
}
.sync-shopify.in .modal-content .modal-body {
  padding: 10px 24px!important;
}
.sync-shopify.in .modal-content .modal-body > form {
  margin-bottom: 0px;
}
.enable_api .all_checkbox_options {
  float: left;
  padding-right: 26px;
}
.enable_api .checkbox_options {
  float: left;
  padding-right: 26px;
}
.enable_api .sync-fields-checkbox, .enable_api .all-sync-fields-checkbox {
  float: left;
}
.enable_api .all_checkbox_options > label, .enable_api .checkbox_options > label {
  padding-left: 21px;
  font-size: 14px;
}
.enable_api .sync-fields::after {
  clear: both;
  content: "";
  display: table;
}
.wish_details_heading {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.wish_details_heading table {
    margin : 20px;
    width: 95%;
}
.wish_details_heading table .value {
    float: none !important;
}
.wish_details_heading > span {
  background: #767676 none repeat scroll 0 0;
  color: #fff;
  display: block;
  padding: 10px;
}

/*  Code For Referral Start */
.referal-notice {
    display: inline-block;
    font-size: 14px;
    margin-left: 100px;
}

@media screen and (max-width:767px){

    .referal-notice{
        display: none;
    }
}

.ref {
    background: yellow none repeat scroll 0 0;
    color: #000;
    font-size: 8px;
    padding: 1px 5px;
    position: absolute;
    right: 2px;
    top: -10px;
}

.ref-mobile {
    background: yellow none repeat scroll 0 0;
    color: #000;
    font-size: 8px;
    padding: 1px 5px;
    position: absolute;
    right: 150px;
    top: -1px;
}
/*  Code For Referral End */

.product_details {
  margin: 0 auto;
}
/*notification*/
.notification-bell {
  background: red none repeat scroll 0 0;
  border-radius: 100%;
  height: 7px;
  position: absolute;
  right: -2px;
  top: 1px;
  width: 7px;
}

.hi-icon-effect-8 .hi-icon:hover {
    /*background: rgba(255,255,255,0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;*/
}

.notification-bell {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-iteration-count: infinite;
}

@-webkit-keyframes sonarEffect {
    0% {
        /*opacity: 0.3;*/
    }
    40% {
        /*opacity: 0.5;*/
        box-shadow: 0 0 0 1px rgba(255,255,255,0.1), 0 0 5px 10px rgba(56,81,188,0.5), 0 0 0 5px rgba(255,255,255,0.2);
        /*transform: scale(1.1);*/
    }
    100% {
        box-shadow: 0 0 0 1px rgba(255,255,255,0.1), 0 0 5px 5px rgba(56,81,188,0.5), 0 0 0 5px rgba(255,255,255,0.5);
        /*-webkit-transform: scale(1.2);*/
       /* opacity: 0;*/
    }
}
@-moz-keyframes sonarEffect {
    0% {
        /*opacity: 0.3;*/
    }
    40% {
        /*opacity: 0.5;*/
        box-shadow: 0 0 0 1px rgba(255,255,255,0.1), 0 0 5px 5px rgba(56,81,188,0.5), 0 0 0 5px rgba(255,255,255,0.5);
       /* transform: scale(1.1);*/
    }
    100% {
        box-shadow: 0 0 0 1px rgba(255,255,255,0.1), 0 0 5px 5px rgba(56,81,188,0.5), 0 0 0 5px rgba(255,255,255,0.5);
        /*-moz-transform: scale(1.2);*/
        /*opacity: 0;*/
    }
}
@keyframes sonarEffect {
    0% {
        /*opacity: 0.3;*/
    }
    40% {
       /* opacity: 0.5;*/
        box-shadow: 0 0 0 1px rgba(255,255,255,0.1), 0 0 5px 5px rgba(56,81,188,0.5), 0 0 0 5px rgba(255,255,255,0.5);
        /*transform: scale(1.1);*/
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px rgba(56,81,188,0.5), 0 0 0 5px rgba(255,255,255,0.5);
        /*transform: scale(1.2);*/
        /*opacity: 0;*/
    }
}


.notification-anchor {
  cursor: pointer;
  width: 22px;
}

.notification-anchor img {
  width: 100%;
}

.inner-notification {
  background-color: #fff;
  box-shadow: 0 2px 7.5px 2.5px rgba(47, 36, 47, 0.2);
  height: 100%;
  
  position: fixed;
  right: -100%;
  top: 98px;
  transition: all 0.4s ease 0s;
  width: 350px;
  z-index: 9999;
}
.notification-pos-scroll{
    padding: 10px;
}
.inner-notification-pos-scroll{
    height: 100%;
}
.inner-notification.overflow .inner-notification-pos-scroll{
    overflow-y: scroll;
}
.notification-pos-scroll {
  margin-bottom: 130px;
}
.inner-notification.active {
  right: 0;
}
.noti-ced {
  background-color: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  display: block;
  margin: 0 0 7px;
  padding-bottom: 8px;
  text-align: right;
}
.noti-ced .new {
  background: #ff0000 none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-size: 10px;
  line-height: 13px;
  padding: 0 5px 2px;
}
.noti-ced p, .noti-ced span {
  color: #6a6a6a;
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  text-align: left;
  clear: left;
}
.noti-ced a {
  color: #1a75cf;
  display: inline-block;
  font-size: 11px;
  margin-top: 7px;
  padding: 0;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
.noti-ced a:hover{
   /* text-decoration: none;
    background-color: #d39500;*/
}
.noti-ced:last-child{
    padding-bottom: 0px;
    border:none;
}
.inner-notification-pos {
  height: 100%;
  position: relative;
}
.notification-close {
  background: #fff none repeat scroll 0 0;
  font-size: 15px;
  left: -20px;
  line-height: 23px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.notification-close:hover{
    text-decoration: none;
    color: #000;
}
.notification-close:focus{
    outline: none;
}

/*=====================================
=            validate more            =
=====================================*/
.validate_more h4 {
  font-size: 18px!important;
  margin-top: 0!important;
}
.validate_more {
  margin: 100px auto;
  padding: 9px 6px 4px;
  width: 450px;
}
.validate_upload {
  display: table;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.validate_upload > a {
  display: inline-grid;
  padding-right: 10px;
  text-decoration: none;
}
.validate_more .close {
  position: absolute;
  right: 11px;
  top: 8px;
}

/*=====  End of validate more  ======*/


/*grid css*/
.kv-panel-pager > * {
    display: inline-block;
    padding: 0 5px;
}
.kv-panel-pager.pull-right > label {
    color: #333333;
}
.kv-panel-pager li span,
.kv-panel-pager li > a  {
  color: #333;
}

.kv-panel-pager > * {
    display: inline-block;
    height: 32px;
    line-height: 31px;
    padding: 0 5px;
    vertical-align: top;
}
.kv-panel-pager input[type="text"] {
    max-width: 35px;
    text-align: center;
}
.kv-panel-pager li {
    font-size: 13px;
}
.grid-view .summary {
    color: #333333;
    margin: 0;
    padding: 10px 15px;
}
#product_listing-filters > form {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}
.grid-btns-top .btn-default {
    background: #dfdfdf none repeat scroll 0 0;
}
.filter-wrap fieldset .form-field-label {
    font-size: 14px;
}
.filter-wrap .form-group label {
    color: #333333 !important;
    font-size: 14px !important;
}
.filter-wrap {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    /* margin: 5px 0; */
    padding: 10px 0;
    position: relative;
}
.filter-wrap .search_product {
    background-color: #dadada ;
    border: medium none;
    border-radius: 2px !important;
    color: #343434 ;
    padding: 8px 30px;
}
.filter-wrap .filter-fieldset {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 0 6px 12px 0 #ddd;
    left: -2px;
    position: absolute;
    right: -3px;
    top: 56px;
    z-index: 9999;
}
.bulk-action-wrap > * {
    display: inline-block;
}
.bulk-action-wrap .actions-bulk > select {
    color: #323232 ;
    height: 36px;
    margin: 0 5px;
    position: relative;
    top: -1px;
}
.bulk-action-wrap .btn.btn-primary {
    background: #e4e4e4 none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #000 !important;
    height: 33px;
    padding: 6px 23px;
    vertical-align: top;
}
.grid-view.table-responsive .panel.panel-primary {
    border: 0;
}
.bulk-action-wrap {
    float: left;
    color: #333333;
}
.kv-panel-pager {
    margin-left: 9px;
}
form .grid-btns-top button {
    margin: 10px 0 20px;
    padding: 8px 30px;
}
.pricefalls-products-index .panel-primary .panel-heading {
  background: #9a9a9a none repeat scroll 0 0;
  margin-top: 10px;
}
.pricefalls-products-index .notice {
  padding: 10px;
}
.notice {
    background-color: #ffc107;
    background-color: #f5f585;
    border-radius: 3px;
    margin-bottom: 3px;
    padding: 5px 0;
}
.brand-auth .brand-title {
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}
#infringement_modal .modal-dialog {
    padding-bottom: 10px;
}
.modal-body .infringement-popup .infringement-accept {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: row;
}
.modal-body .infringement-popup .infringement-accept input {
    margin: -2px 5px 0 0;
}
.filter-title {
    margin: 16px 0 10px;
    line-height: 1.07142857;
}
.wish-price .form-field {
    padding-left: 0;
}
.modal-dialog .modal-content {
    margin-top: 80px;
}
/*Grid css end*/

/*====================================================
=            Section common Edit form css            =
====================================================*/

.pricefalls-wrapper .ced-pricefalls-modal {
  background: #ffffff none repeat scroll 0 0;
  margin: 90px auto 30px;
  padding: 15px;
  width: 95%;
}
.ced-form-data-container .form-header h4 {
  font-size: 20px;
  margin-top: 13px;
}

.ced-pricefalls-modal thead .toggle_editor {
  background: #2FB7EC none repeat scroll 0 0;
  padding: 3px 7px;
}
.ced-pricefalls-modal .barcode-wrapper {
  position: relative;
}
.ced-pricefalls-modal .barcode-wrapper [id^="hidden"] {
  border-radius: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -63px;
  width: 300px;
}
.ced-pricefalls-modal .barcode-wrapper [id^="hidden"] span,
.ced-pricefalls-modal .pricefalls-variants-edit .barcode-wrapper [id^="hidden"] span {
  border-radius: 5px;
  margin: 0;
  position: relative;
}
.ced-pricefalls-modal .barcode-wrapper [id^="hidden"] span::after,
.ced-pricefalls-modal .pricefalls-variants-edit .barcode-wrapper [id^="hidden"] span::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffd2d2;
  bottom: -7px;
  content: "";
  left: 48%;
  position: absolute;
}
.ced-pricefalls-modal .pricefalls-products-form form #section2 {
  background-color: #dbdbdb;
  border: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 10px;
  color:#606060;
}
.ced-pricefalls-modal .modal-content .modal-header button {
  background: #fff none repeat scroll 0 0;
  height: 26px;
  margin-top: 7px;
  opacity: 1;
  width: 25px;
}

.pricefalls-products-form table.pricefalls-variants-edit thead tr th:nth-last-child(2) {
  width: 60px;
}
.pricefalls-products-form table.pricefalls-variants-edit thead tr th:last-child {
  width: 70px;
}
.ced-pricefalls-modal table.pricefalls-variants-edit .barcode-wrapper [id^="hidden"] {
  border-radius: 5px;
  left: -60%;
  margin: 0 auto;
  position: absolute;
  top: -63px;
  width: 300px;
}
.wrap.pricefalls-wrapper .alert {
  margin-top: 55px;
}
.wish-install .nav ul > li.active a::after, .nav-bar > li.ui-state-active a::after {
  background-color: #fff;
  border: 4px solid transparent!important;
  color: #222;
  content: counter(i, decimal);
}
.word-break {
    word-break: break-all;
}
/*=====  End of Section common Edit form css  ======*/

/*==================================================
=            Section comment New Footer            =
==================================================*/

.footer-section-new {
    background-color: #dbdbdb;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 20px;
}
.footer-main-content-wrap h2 {
  color: #333333;
  font-size: 20px!important;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
  text-transform: capitalize;
}

.footer-main-content-wrap .social-links-wrap li.twitter span {
    background-color: #81D3F7;
}
.footer-main-content-wrap .social-links-wrap li.facebook span {
    background-color: #537BBE;
}
.footer-main-content-wrap .social-links-wrap li.google-plus span {
    background-color: #DF4C39;
}
.footer-main-content-wrap .social-links-wrap li.linkedin span {
    background-color: #137BB8;
}
.footer-main-content-wrap .social-links-wrap li.medium span {
    background-color: #00AB6C;
}
.footer-main-content-wrap .social-links-wrap li.youtube span {
    background-color: #BB2025;
}
.footer-main-content-wrap .social-links-wrap li span {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  margin: 0;
  text-align: center;
  width: 25px;
  transition: 300ms all ease-in-out;
}
.footer-main-content-wrap .social-links-wrap li span:hover {
  transform: rotate(360deg);
}
.footer-main-content-wrap ul li a {
  color: #5b5b5b;
  font-family: "wish_regular" !important;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 7px;
  padding-right: 7px;
  position: relative;
}

.footer-main-content-wrap ul li{
  transition: 300ms all;
}
.footer-main-content-wrap .integration-links-wrap ul li a,
.footer-main-content-wrap .apps-wrap ul li a {
  text-decoration: none;
}
.footer-main-content-wrap .integration-links-wrap ul li:hover,
.footer-main-content-wrap .apps-wrap ul li:hover {
  padding-left: 5px;
}
.footer-main-content-wrap ul li a::before {
  color: #2FB7EC;
  content: "\f0da";
  font-family: fontawesome;
  font-size: 13px;
  left: -13px;
  position: absolute;
  top: 0;
}
.footer-main-content-wrap .quick-links-wrap li {
  display: inline-block;
}
.footer-main-content-wrap .social-links-section .quick-links-wrap li a {
  border-right: 1px dotted #9c9c9c;
  color: #5b5b5b;
  margin: 5px 0;
  padding: 0 5px;
}
.footer-main-content-wrap .social-links-section ul li a::before,
.footer-main-content-wrap .partners-wrap ul li a::before,
.footer-main-content-wrap .connect-links-wrap ul li a::before
 {
  content: unset;
}
 .footer-main-content-wrap a:focus {
  outline: medium none;
}
.footer-main-content-wrap .social-links-section ul li a {
  color: #ffffff;
  display: inline-block;
  padding: 0;
}

.footer-main-content-wrap .social-links-wrap li a:focus {
  color: #fff;
  outline: medium none;
}
.footer-main-content-wrap .social-links-wrap li a {
  margin: 5px 0;
}

.footer-main-content-wrap .partners-wrap a {
  color: #333333;
  display: inline-block;
  margin: 5px 0;
  padding: 0;
  text-decoration: none;
}
.footer-section-new .copyright-wrap {
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
  font-family: arial;
  font-weight: 800;
  margin-top: 10px;
  padding: 15px;
  text-align: center;
  font-size: 13px;
}
.partner-section .partner-logo {
  display: inline-block;
  margin-bottom: 10px;
}
.partner-logo > img {
  width: 60px;
}
.partners-wrap .list-inline img {
  width: 60px;
}
.connect-links-section .connect-links-wrap span {
  color: #5b5b5b;
  display: inline-block;
  font-family: "wish_regular" !important;
  font-size: 13px;
}
.connect-links-section .connect-links-wrap li a {
  margin-left: 2px!important;
}
.connect-links-section .connect-links-wrap label {
  font-size: 13px;
}
.wrap {
    min-height: 100%;
    height: auto;
    position: relative;
    padding-bottom: 290px;
}
/*=====  End of Section comment New Footer  ======*/

/*=====================================================
=            Section Export and Import css            =
=====================================================*/

.csv-input-btn-wrap {
  padding: 10px;
}
.csv-input-btn-wrap .ced_all_check_contain {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.checkoxes_contain input[type="checkbox"] {
  margin: 0 0 0 9px;
  transform: translateY(2px);
}
.checkoxes_contain input[type="checkbox"]:first-child {
  margin-left: 0;
}
.product_csv .csv_import1 .input-wrap {
    margin-top: 10px;
}
.shopify-api form::after {
    display: table;
    content: "";
    clear: both;
}
.shopify-api form input.btn.btn-primary.uptransform {
    float: left;
    margin: 10px 0;
}
/* .shopify-api ul li:last-child {
    border: 0;
    margin: -1px -1px;
} */
.shopify-api .csv-finish {
    display: block;
    border: 1px solid #ccc;
    color: #000;
}
.product_csv .csv_import1 p {
    min-height: 30px !important;
}
.input-wrap .product-input, .input-wrap .variant-input {
    margin-left: 10px;
}
.input-wrap .product-input input, .input-wrap .variant-input input {
    margin-left: 5px;
}
.input-wrap label {
    font-size: 14px;
}
.input-wrap .export-csv {
    /* background-color: #fdf3c1; */
    padding: 5px;
    border-radius: 3px;
}
.input-wrap .product-input, .input-wrap .variant-input {
    margin: 0 10px 10px;
    line-height: 23px;
}
#products_rule ul, #variants_rule ul {
    margin-left: 20px;
}
#products_rule ul li, #variants_rule ul li {
    margin: 5px;
    /* color: #ce3030; */
    font-style: italic;
}

.product-error li #update_status a {
    color: #fff;
    background-color: #2fb7ec;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    margin: 0 5px;
}
.product-error .span_error a {
    color: #fff;
    background-color: #2fb7ec;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    margin: 0 5px;
}
.global-checkbox {
    padding: 0px 10px;
}
.global-checkbox .checkbox_options {
    width: 33%;
    float: left;
}
.checkbox-btn.update-btn {
    margin: 0 10px;
}
.global-checkbox input {
    margin: 0;
}

/*=====  End of Section Export and Import css  ======*/

/*================================================
=            Section setting page css            =
================================================*/
.cd-faq-group li.active {
  background: #eeeeee none repeat scroll 0 0;
}
.cd-faq-group li {
  cursor: pointer;
}
.vendor-cursor a {
    cursor: pointer;
}
/*=====  End of Section setting page css  ======*/

/*============================================================
=            Section comment Manage product page            =
============================================================*/
.shopify-product-index.content-section {
    padding: 30px 0;
}
.shopify-product-index.content-section .new-section {
    background-color: #fff;
    padding: 15px 25px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
}
.wish-product-index .filter-wrap span.select2.select2-container {
    width: 100% !important;
}
.wish-product-index .filter-wrap span.select2.select2-container .select2-selection {
    height: 34px;
    border-color: #cccccc;
}
.wish-product-index .filter-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
}
.filter-wrap form fieldset {
    margin-top: 30px;
}
.filter-wrap form fieldset .clearfix.filter-inner {
    border: 1px solid #dedede;
    padding-bottom: 15px;
}
.filter-wrap form fieldset .form-field-legend {
    background: #e4e4e4 none repeat scroll 0 0;
    border: medium none;
    font-size: 15px;
    margin: 0 0 10px;
    padding: 10px;
}
.modal .checkoxes_contain input[type="checkbox"]:first-child {
  margin-left: 9px;
}
.modal .ced_all_check_contain > input {
  margin-left: 9px;
}
.ced-modal .modal-header {
  background: #2FB7EC none repeat scroll 0 0;
  color: #fff;
  padding: 10px;
}
.ced-modal .modal-header h4 {
  font-size: 20px;
  margin: 0;
}
.ced-modal .modal-header .close {
  background: #ffffff none repeat scroll 0 0;
  font-size: 18px;
  height: 25px;
  margin-top: 2px;
  opacity: 1;
  width: 25px;
}

.shopify-products-sync .ced-modal.in .modal-dialog {
    max-width: 600px;
    width: 100%;
    margin-bottom: 120px;
}
.shopify-products-sync .modal-content .modal-body {
    max-height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.field-product-description textarea#description {
    min-height: 200px;
}
.wish-product-index .kv-grid-wrapper {
    height: auto;
    max-height: 600px;
    min-height: 125px;
}
.wish-product-index .kv-grid-wrapper.kv-grid-container {
    z-index: 1;
}
.grid-view .pull-right .summary {
    padding: 5px;
}
.wish-product-index .kv-thead-float {
    z-index: 518!important;
}
#product_listing .kv-panel-pager label {
    font-weight: normal;
    font-size: 15px;
}
#product_listing-container table tr td p {
    margin: 0;
    white-space: pre-line;
    word-break: break-all;
}
.kv-grid-table tr td p {
    word-break: break-all;
}
.grid-button {
    padding: 0;
    height: 27px;
    width: 27px;
}
.grid-button svg {
    margin: -10px;
}
.floatThead-wrapper .kv-thead-float thead {
    background-color: #ededed;
}
.floatThead-wrapper .kv-thead-float thead tr th a {
    color: #333;
    text-decoration: none;
}
.floatThead-wrapper .kv-thead-float thead tr th {
    color: #333 !important;
    text-align: center;
}
.edit-checkbox {
    border: 1px solid #ddd;

    background-color: #f9f9f9;
}
.edit-checkbox .checkbox-container {
    margin: 10px;
}
.checkbox-container::after {
    display: table;
    content: "";
    clear: both;
}
.edit-checkbox .checkbox-container label {
    color: #333;
    line-height: 25px;
    margin: 0 0 0 10px;
    width: calc(100% - 35px);
    font-size: 14px;
}
.edit-checkbox .checkbox-container input {
    float: left;
    width: 20px;
}

/* Action Buttons */
.kv-grid-table tr td {
    padding: 10px 12px !important;
    font-size: 13px;
}
#product_listing-container .product_listing td {
    word-wrap: break-word;
    text-align: center;
}
.kv-grid-wrapper.kv-grid-container .kv-grid-table.table.kv-table-wrap .kv-align-left.kv-align-top {
    vertical-align: middle !important;
}
.skip-export .product-actions {
    margin-bottom: 0;
    display: inline-block;
    white-space: nowrap;
    margin-left: 26px;
    font-size: 0;
}
.skip-export .product-actions li:first-child {
    border-radius: 3px 0 0 3px;
}
.skip-export .product-actions li {
    display: inline-block;
    position: relative;
    border: 1px solid #c4cdd5;
}
.product-actions .glyphicon {
    margin: -1px;
}
.product-actions .fa {
    margin: -1px;
}
.skip-export .product-actions li a span.glyphicon, .skip-export .product-actions li span.glyphicon {
    background-color: transparent;
    border: 0;
    color: #3ba2d7;
}
.skip-export .product-actions li a span.fa, .skip-export .product-actions li span.fa {
    background-color: transparent;
    border: 0;
    color: #3ba2d7;
}
.skip-export .product-actions li a span.glyphicon:hover, .skip-export .product-actions li span.glyphicon:hover {
    background-color: unset;
    border: 0;
}
.skip-export .product-actions li a span.fa:hover, .skip-export .product-actions li span.fa:hover {
    background-color: unset;
    border: 0;
}
.skip-export .product-actions li:nth-child(2) {
    border-radius: 0 3px 3px 0;
}
.skip-export .product-actions li.more-actions {
    border: 0;
}
/* .more-actions .more_actions {
    display: none;
} */
.more-actions .more-icon {
    cursor: pointer;
    color: #939393 !important;
    transform: rotate(90deg);
    margin-left: 2px;
}
.more-actions .more_actions {
    position: absolute;
    background-color: #fff;
    width: 160px;
    top: 34px;
    right: 0;
    z-index: 99;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    overflow: hidden;
    opacity: 0;
    transform: scale(0.8);
    transition: 0.1s all linear;
    visibility: hidden;
}
.more-actions.active-action .more_actions {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.more-actions .more_actions li {
    display: block;
    border: 0;
    border-bottom: 1px solid #efefef;
}
.more-actions .more_actions li:last-child {
    border-bottom: 0;
}
.more-actions .more_actions li a {
    text-decoration: none;
    text-align: left;
    display: block;
    color: #333;
    padding: 5px 10px;
}
.more-actions .more_actions li a:hover {
    background-color: #f0f0f0;
    color: #000;
} 
.product-actions .more-actions .more_actions li a span {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    color: #333;
    display: block;
    min-height: 22px;
}
.more-actions .more_actions li a span::before {
    position: absolute;
    /* content: "\f06a"; */
    font-family: fontawesome;
    left: 0px;
    color: #3ba2d7;
    font-size: 16px;
    top: 4px;
}
.kv-grid-table tr td .glyphicon, .kv-grid-table tr td .fa {
    font-size: 16px;
    padding: 5px;
}
.current-filters-list li {
    background-color: #e9e9e9;
    padding: 2px 5px;
    border-radius: 20px;
    font-size: 13px;
}

/* Action Buttons */
.action-icons {
    display: flex;
    justify-content: center;
}
.action-icons li {
    padding: 2px 6px;
    border: 1px solid #c4cdd5;
}
.action-icons li:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.action-icons li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.action-icons li a {
    color: #3ba2d7;
    font-size: 14px;
}
.product-upload-menu form .pop_up {
    position: relative;
    margin-left: 5px;
}
/* Action Buttons end */

@media screen and (max-width: 480px) {
    .kv-grid-container .kv-table-wrap th, .kv-grid-container .kv-table-wrap td {
        display: table-cell;
    }
    .kv-table-wrap th, .kv-table-wrap td {
        display: table-cell;
    }
    .kv-table-wrap tr > td:first-child {
        border-top: 0 !important;
    }
    .grid-view .pull-right .summary {
        width: 80%;
        margin: 0 auto;
    }
    #product_listing .panel .panel-heading .pull-right {
        float: none !important;
        text-align: center;
    }
    .tab-section ul.nav li {
        width: 50%;
        text-align: center;
    }
    .tab-section ul.nav li a {
        padding: 4px;
        font-size: 17px;
    }
    .refresh_wrapper {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .processing-box.new-section {
        margin-top: 5px;
    }
    .custom-view-card.product-attr .value-list {
        width: 100%;
    }
    .wish-product-index .empty {
        font-size: 14px;
        text-align: left;
    }
    #wish-order .table-responsive.kv-grid-container .empty {
        font-size: 14px;
        text-align: left;
    }
    .table-wrapper .kv-grid-table.table.kv-table-wrap.kv-table-float colgroup col:first-child {
        width: 40px !important;
    }
    .table-wrapper .kv-grid-table.table.kv-table-wrap.kv-table-float colgroup col:nth-child(4) {
        width: 133px !important;
    }
    .kv-grid-table.table.kv-table-wrap colgroup col:first-child {
        width: 40px !important;
    }
    .kv-grid-table.table.kv-table-wrap colgroup col:nth-child(4) {
        width: 134px !important;
    }
}

.notinapp-modal .ced-modal {
    width: 1180px;
}
.notinapp-modal .modal-body .kv-grid-container {
    max-height: 500px;
    overflow: auto;
}
.notinapp-modal table {
    table-layout: fixed;
}
.notinapp-modal table td input {
    width: 100%;
}
@media screen and (max-width: 792px){
.wish-product-index .panel-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
}
@media screen and (max-width: 768px){
.wish-product-index .panel-heading {
    flex-direction: column;
}
} 
@media screen and (max-width: 767px){
.product-upload-menu .popup-box {
    right: -92px;
    top: 38px;
}
} 

/*=====  End of Section comment Manage product page  ======*/

/*======================================================
=            Section comment Order page css            =
======================================================*/

.pricefalls-order-details-index .grid-view table tbody td a {
  margin: 0 2px;
}
.ced-modal .order-information,
.ced-modal .address-information {
  border: 1px solid #cbcbcb;
}
.ced-modal .order-information > h4,
.ced-modal .address-information > h4 {
  background: #cbcbcb none repeat scroll 0 0;
  margin: 0;
  padding: 10px;
}
.form.new-section .wish-failed-orders-index .grid-view {
    overflow-x: auto;
}
/*=====  End of Section comment Order page css  ======*/

/*=============================================================
=            Section comment Installation step css            =
=============================================================*/
.category_map .category-map-row td {
  position: relative;
}
.category_map .delete_button::after {
  content: "";
  font-family: fontawesome;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 7px;
  width: 10px;
}
.category_map .tokenize.sortable {
  height: 90px;
  overflow: auto;
}
.category-map-index .category_mapping tr td {
  vertical-align: top!important;
}
.category_mapping tr td select:first-child {
  margin-top: 0;
}
.wish-install .import-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}
.import-dropdown-contain .value_label {
    margin-bottom: 10px;
    display: inline-block;
}
.wish-install .import-dropdown-contain{
    width: 100%;
}
.wish-install .refresh-stats-btn{
    margin-left: 10px;
}
.wish-install .import-products-step table tr td.value span li {
    margin-bottom: 10px;
}
.filter-products form > div {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.wish-install .import-grid .grid-data {
    border: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.import-grid .bootgrid-header {
    padding: 10px;
    background-color: #cecece;
    margin: 0;
}
.import-grid .selected-rows-count-conatiner {
    margin-right: 15px;
}
.import-grid .bootgrid-header .input-group span.icon {
    background-color: #fff;
}
.import-grid thead {
    background-color: #e4e4e4;
}
.import-grid .bootgrid-header .input-group .search-field {
    border-color: #cccccc;
}
.wish-install .import-grid table td {
    font-size: 14px;
}
.wish-install .limit-stats {
    padding: 10px 15px;
    background-color: #F2F2F2;
    border-bottom: 1px solid #dddddd;
}
.wish-install .limit-stats p {
    margin: 0;
    display: inline-block;
}
.wish-install .limit-stats p span {
    font-weight: 600;
}
.wish-install .final-stats-container .final-stats {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.wish-install .final-stats-container .final-stats ul {
    margin: 0;
    border-top: 0;
    padding: 10px;
}
.wish-install .final-stats li {
    margin-bottom: 10px;
    position: relative;
    padding: 5px 5px 5px 30px;
}
.wish-install .final-stats li:last-child {
    margin: 0;
}
.wish-install .final-stats li::before {
    position: absolute;
    content: "\f0a4";
    font-family: fontawesome;
    left: 7px;
    color: rgba(0,0,0,0.5);
}
.wish-install .filter-products {
    padding: 10px;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
}
.filter-products form > div label {
    display: block;
    background-color: #e4e4e4;
    padding: 10px;
}
.filter-products form > div .tokenize {
    padding: 10px;
}
.generate-token-wrap {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}
.generate-token-wrap .token-button {
    padding: 8px;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    background: linear-gradient(180deg, #5FE7FF, #0D84AC);
    box-shadow: 0px 4px 6px -1px #adadad;
    text-shadow: 1px 0 0 #0D84AC;
    text-decoration: navajowhite;
    transition: 100ms all;
    transform: translateY(-1px);
}
.generate-token-wrap .token-button:hover {
    box-shadow: 0px 2px 3px -1px #adadad;
    transform: translateY(0);
}

.wish-install .content-section .form .shop-name {
    text-align: center;
    word-wrap: break-word;
}
.tokenize-dropdown .dropdown-menu {
    max-height: 200px;
    overflow: auto;
}

.install-note {
    background-color: #ddd;
    padding: 5px 10px;
    color: #885f74;
}
.install-note a {
    text-decoration: none;
}

/*=====  End of Section comment Installation step css  ======*/

.header-content-inner .Wish-img {
  height: 100px;
  margin: 0 auto;
}


/* Mobile menu css starts */


/*=====  start of config page css  ======*/
.tab-list .nav-tabs {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 10px;
}
.tab-list .nav-tabs > li {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #ddd;
  display: block;
  float: none;
  margin-bottom: 10px;
}
.tab-list .nav-tabs > li > a, .tab-list .nav-tabs > li > a:hover, .tab-list .nav-tabs > li > a:focus {
  color: #444;
  font-family: wish_regular;
  font-size: 16px;
  padding: 15px 10px;
}
.tab-list .nav-tabs > li > a::after {
    position: absolute;
    content: "\f105";
    right: 10px;
    top: 10px;
    font-family: fontawesome;
    font-size: 20px;
}
.tab-list .nav-tabs > li.active a {
  color: #0a92c7;
}
.wish-config-details-index .tab-content-wrap .tab-product .wish-configuration-index table tr td {
    width: 50%;
}
.all_checkbox_options > *, .checkbox_options > * {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
    line-height: normal;
    font-weight: normal;
    padding-left: 14px;
}
.all_checkbox_options input, .checkbox_options input {
    height: auto;
    position: absolute;
    left: 0;
}
.checkbox_options,
.all_checkbox_options {
    margin-bottom: 10px;
}
.all_checkbox_options {
    margin-top: 10px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}
.checkbox_options {
    width: 48%;
    display: inline-block;
    position: relative;
}
.entry-edit-head::after {
    display: table;
    content: "";
    clear: both;
}
.tab-content-wrap .entry-edit-head .fieldset-legend {
    float: left;
    width: 50%;
}
.tab-content-wrap .entry-edit-head a.btn {
    float: right;
    margin: 5px;
}
.tab-content .tab-pane {
    padding: 0;
    border: 0;
}
.tab-pane .ced-entry-heading-wrapper {
    margin-bottom: 10px;
}
.tab-content .ced-entry-heading-wrapper .fieldset-legend {
    background-color: #ddd;
    padding: 10px;
    margin: 0;
}
/* .ced-entry-heading-wrapper .entry-edit-head {
    padding: 10px;
} */
.entry-edit-head .wish-shipping-index .select2 {
    max-width: 100% !important;
}
li[role="presentation"] a {
    outline: 0;
}
.select-product {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
}
.wish-configuration-index #return-location-section #product_type_span, .wish-configuration-index #return-location-section #vendors_span {
    display: block;
    margin-top: 10px;
    border: 1px solid #cdcdcd;
    padding: 10px;
    border-radius: 3px;
    background-color: #fff;
}
.table-wrapper {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px;
}
.products-form #create-campaign-form .table-wrapper {
    overflow: auto;
    position: relative;
    z-index: 1;
}
.table-wrapper table {
    margin-bottom: 0;
}
.table-wrapper #myTable {
    margin-bottom: 0;
}
.table-wrapper .shipping-table {
    padding: 10px 0 10px 10px;
    display: block;
}
.table-wrapper .shipping-table tr td {
    border: 0 !important;
}

.config-heading h4 {
    background-color: #ddd;
    padding: 8px 10px;
    margin: 0;
}
.fieldset.wish-shipping-index table tr td {
    width: 50%;
}
.product-create {
    padding: 10px 0;
}
.product-create p {
    margin-bottom: 5px;
}
.product-create label {
    font-weight: normal;
    font-size: 13px;
    display: block;
}
.config-table {
    overflow: auto;
}
.table-wrapper .shipping_ka .config-table, .ced-entry-heading-wrapper .fieldset.wish-configuration-index.config-table {
    position: relative;
    z-index: 1;
}
.config-table table {
    table-layout: fixed;
}
.config-table .table.table-striped.table-bordered {
    min-width: 450px;
}
.choose-options > span {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.have-accordion .panel-heading a {
    display: block;
    padding: 12px 10px;
    text-decoration: none;
    position: relative;
}
.have-accordion .panel-heading {
    padding: 0;
}
.have-accordion .panel-heading a::after {
    position: absolute;
    content: "\f107";
    right: 10px;
    font-family: fontawesome;
    font-size: 22px;
    top: 10px;
    transition: 300ms all;
}
.have-accordion .panel-heading a.collapsed::after {
    transform: rotate(-90deg);
}
/*=====  end of config page css  ======*/

/*=============================================================
=            Section comment Documentation scetion            =
=============================================================*/
.content-section.documentation-section {
    font-family: "Roboto";
}
.documentation-section h2,
.documentation-section h3,
.documentation-section p,
.documentation-section h1.tophatter_Products_style  {
    color: #444444;
    font-size: 20px;
}
.documentation-section h2 {
    font-weight: 400;
}
.documentation-section h1.tophatter_Products_style {
    font-size: 23px;
}
.documentation-section p {
    font-size: 16px;
    line-height: 25px;
}
.documentation-section h3 {
    font-size: 17px;
    font-weight: 400;
}
#sidebar > li > a {
    background-color: #eeeeee;
    color: #444;
    font-size: 15px;
    font-weight: 400;
}
.nav.nav-stacked.child-out {
    background-color: #f4f4f4;
}
.documentation-section .nav.nav-stacked.child-out li a {
    font-size: 14px;
    position: relative;
    padding-left:30px;
    color: #444444;
}
.documentation-section .nav.nav-stacked.child-out li a:hover {
    color:#444444;
}
.documentation-section .nav.nav-stacked.child-out li a::before {
    background-color: #bdbdbd;
    content: "";
    height: 5px;
    left: 15px;
    position: absolute;
    top: 17px;
    width: 5px;
}
.documentation-section .right-section-doc ul li {
  color: #444444;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.documentation-section .right-section-doc ul li::before {
  background-color: #bdbdbd;
  content: "";
  height: 5px;
  left: 2px;
  position: absolute;
  top: 9px;
  width: 5px;
}
@media screen and (min-width: 991px){
    .documentation-section .nav.stick-side {
        height: 100%;
        overflow: auto;
        position: fixed;
        top: 60px;
        width: 290px;
    }
    #leftCol >ul {
        border-right: 1px solid #dddddd;
    }
}

/*=====  End of Section comment Documentation scetion  ======*/

.loadingimg-overlay {
    background-color: rgba(255, 255, 255, 0.6);
    display: table !important;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}
.loadingimg-outer {
    display: table-cell;
    vertical-align: middle;
}

.loadingimg-inner {
    height: 130px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    width: 130px;
}
.loadingimg-inner img {
    width: 100%;
}

form .grid-view .panel-heading {
  background: #aeaeae none repeat scroll 0 0 !important;
}

/* #product_listing .glyphicon, #product_listing .fa {
  background: #2FB7EC none repeat scroll 0 0;
  border: 2px solid #d9d9d9;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  margin: 5px;
  padding: 5px;
} */
/* table.table-striped tr td .fa, table.table-striped tr td .glyphicon {
    background: #2FB7EC none repeat scroll 0 0;
    border: 3px solid #d9d9d9;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    margin: 5px;
    padding: 5px;

    background-color: #fcfcfd;
    border: 1px solid #c4cdd5;
    border-radius: 3px;
    color: #212b36;
} */
/* table.table-striped tr td .fa, table.table-striped tr td .glyphicon:hover {
    background: #2fb7ec none repeat scroll 0 0;
    border: 3px solid #e1e1e1;
} */
.loadingimg-inner span {
    font-size: 25px;
    left: 22%;
    position: absolute;
    top: 30%;

}
/*===== edit section css ======*/
.edit-product-section .userform .form-group .help-block {
    position: static;
}
.edit-product-section table tr td {
    width: 50%;
}
.edit-product-attr table tr td {
    width: auto;
}
.edit-product-section table tr.column-3 td {
  width: 33.33%;
}

.wish-product-index .grid-view .panel.panel-primary {
  border: 1px solid #e0e0e0;
}
.kv-grid-table .kv-expand-detail-row.info.skip-export > td {
  background-color: #f5f5f5;
}

.grid-filters-current {
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 40px;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}
.current-filters-title-wrap {
    width: 100px;
    flex: 1 1 10%;
}
.current-filters-list-wrap {
    width: 85%;
    flex: 1 1 80%;
}
.current-filters-actions-wrap {
    width: 100px;
    flex: 1 1 10%;
}
.current-filters-list > li {
    display: inline-block;
    margin: 1px 0;
}
.current-filters-list > li > * {
 display: inline-block; 
}

.current-filters-list button span {
  display: none;
}
.current-filters-list .action-remove.single-reset {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  padding: 0;
}
.current-filters-list .action-remove.single-reset {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  padding: 0;
}
.current-filters-list .action-remove.single-reset::before {
  color: #8d8d8d;
  content: "\f057";
  font-family: fontawesome;
  font-size: 16px;
}
.current-filters-actions-wrap .action-clear {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cecece;
  border-radius: 0;
  float: right;
  font-size: 13px;
  padding: 4px 10px;
  transition: 200ms all;
}
.current-filters-actions-wrap .action-clear:hover{
  border: 1px solid #C8BEBE;
}
.simple-pricing table td .product-edit-price {
    width: 48%;
    float: left;
    margin-right: 10px;
}
.simple-pricing table td .product-edit-price .product-note-label {
    margin-bottom: 10px;
    display: block;
}
.product-shipping #global-shipping-section #global-shipping {
    display: none;
}
.product-shipping #global-shipping-section {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
#global-shipping-section {
    padding: 0px !important;
}
#global-shipping-section #global-shipping {
    padding: 10px 15px;
}
.product-shipping .price-button {
    padding: 0 !important;
}
.product-shipping .shipping-button {
    width: 100%;
    border: 0;
    text-align: left;
    background-color: unset;
    position: relative;
    font-weight: bold;
    padding: 15px;
}
.product-shipping .price-button .shipping-button::before {
    position: absolute;
    content: "\f078";
    top: 14px;
    right: 25px;
    font-family: fontawesome;
    transition: 0.3s all linear;
}
.product-shipping .price-button.active .shipping-button::before {
    transform: rotate(-180deg);
}
.product-shipping .shipping-button:hover {
    background-color: unset;
}
.product-shipping .field-product-shipping-origin h4 {
    margin: 0;
    padding: 0 15px 10px;
}
.product-edit-price.usd-price {
    width: 100% !important;
    display: inline-block;
}
.product-edit-price.usd-price .product-note-label {
    display: inline-block !important;
}
.product-edit-price.usd-price input {
    display: inline-block;
    width: 90%;
}
.shipping-buttons.edit-add-remove button {
    padding: 5px;
}
.shipping-buttons.edit-add-remove button i {
    margin: 0 !important;
    border: 0 !important;
}
.edit-product-section table {
    table-layout: fixed;
    width: 100%;
}
#product_listing .kv-grid-wrapper.kv-grid-container .kv-grid-table.table.kv-table-wrap {
    min-width: 800px!important;
}
.products-form #section1-campaign-basics .table-wrapper .table.table-striped.table-bordered {
    min-width: 650px;
}
.edit-product-attr table td center span {
    overflow: ;
    word-wrap: break-word;
}
.table-responsive.edit-product-attr {
    max-height: 825px;
    overflow: auto;
}
.custom-card .table-responsive {
    max-height: 750px;
}

/* Pricing Modal */

.addtocart {
    cursor: pointer;
}
.ced-table {
    overflow: auto;
}
.plan-modal tr td {
    padding-bottom: 10px;
}
.plan-modal tr td:first-child {
    font-weight: bold;
    max-width: 200px;
}
.plan-modal tr td:last-child {
    text-align: right;
}
.trim-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 140px;
    margin: 0 auto !important;
}

/* Ced Product Module Modal */

.products-form .modal-header {
    padding: 10px;
    background-color: #2fb7ec;
}
.products-form .modal-header h4.modal-title {
    margin: 0;
    font-size: 20px;
    color: #fff;
}
.products-form .modal-header .close {
    margin-top: 5px;
    opacity: 1;
    color: #fff;
}

/* Help page css starts */

.help-wrapper {
    border: 1px solid #ddd;
    border-radius: 9px;
    display: block;
    height: 130px;
    margin: 25px auto 20px;
    max-width: 300px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.help-wrapper .help-icon {
    background-color: #2fb7ec;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 55px;
    padding: 10px;
}
.help-wrapper .help-icon img {
    height: 35px;
    width: auto;
}
.help-wrapper .help-content .help-heading {
    display: block;
    font-size: 18px;
    padding: 20px;
}
.cards-wrapper .nav.nav-tabs {
    background: transparent none repeat scroll 0 0;
    text-align: left;
    padding-left: 35px;
    border-bottom: 0;
}
.cards-wrapper .nav.nav-tabs .tabs {
    display: inline-block;
    float: none;
    margin-right: 40px;
    z-index: 2;
    position: relative;
}
.faq-page .bonanza_Products_style {
    margin-bottom: 20px;
    color: #333333;
}
.cards-wrapper .nav.nav-tabs .tabs.active {
    z-index: 3;
}
.cards-wrapper .nav.nav-tabs .tabs::after,
.cards-wrapper .nav.nav-tabs .tabs::before {
    position: absolute;
    content: "";
    width: 40px;
    background-color: #ddd;
    top: 0;
    right: -27px;
    transform: skew(30deg, 0deg);
    box-shadow: rgba(0,0,0,.1) 4px -2px 5px, inset rgba(255,255,255,.09) -1px 0;
    bottom: 0;
}

.cards-wrapper .nav.nav-tabs .tabs::before {
    left: -24px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0,0,0,.1) -3px -1px 3px, inset rgba(255,255,255,.09) 1px 0;
    right: unset;
}
.cards-wrapper .nav.nav-tabs .tabs a {
    color: #a1a1a1;
    font-size: 14px;
    background-color: #dddddd!important;
    border: unset;
    border-radius: 0;
    height: 40px;
}
.cards-wrapper .cd-faq {
    width: 93%;
    margin: 20px auto;
    max-width: unset;
}
.cards-wrapper .tab-content {
    border-top: 2px solid #dddddd;
    margin-top: 2px;
}
.cards-wrapper .tab-pane {
    padding: 0;
}
.cd-faq-group > li:last-child {
    border: 0;
}
.cd-faq-group li a {
    font-size: 16px;
    color: #636363;
}
.cd-faq-group li a:hover,
.cd-faq-group li a:focus{
    color: #333333;
}
.cd-faq-group li a.active {
    color: #62764A;
}
.tabs a:focus {
    outline: none !important;
}

.cards-wrapper .nav.nav-tabs .tabs.active a{
    color: #333;
}
.cd-video-group .video-wrapper {
    border: 1px solid #dddddd;
    margin: 15px 0;
    min-height: 350px;
}
.video-wrapper .help-video img {
    width: 100%;
}
.video-wrapper .video-heading {
    display: block;
    font-size: 16px;
    padding: 15px;
}
.mobile-wrapper{
    display: none;
}
@media only screen and (max-width: 767px) {
    .cards-wrapper{
        display: none;
    }
    .mobile-wrapper{
        display: block;
    }
}

/*help page css ends*/

/* Notification Css Starts */
.new-status {
    padding: 20px;
    z-index: 999999;
    position: relative;
}
.new-status-container {
    width: 50%;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
}
.status-icon {
    text-align: center;
}
.status-icon p {
    margin: 15px 0;
}
.status-icon h3 {
    margin: 20px 0;
    font-weight: 600;
    font-size: 18px;
}
.status-icon p {
    margin: 15px 0;
    color: #5d5d5d;
    font-weight: 600;
}
.notifications .alert {
    margin: 15px 0;
}
.notification-overlay {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
}
/* Notification Css Ends */


@media screen and (max-width:500px){
    .grid-filters-current {
      flex-direction: column;
    }
    .current-filters-title-wrap {
      border-bottom: 1px solid #dedede;
      margin-bottom: 10px;
      padding-bottom: 10px;
      width: 100%;
    }
    .current-filters-actions-wrap,
    .current-filters-list-wrap  {
      width: 100%;
    }
    .current-filters-actions-wrap .action-clear {
      float: none;
    }
}

/*Custom Product Notice Starts*/
.product-notice {
    padding: 3px 10px;
    display: flex;
    align-items: center;
    min-height: 29px;
}
.product-notice input {
    margin: 0;
}
/*Custom Product Notice Ends*/

/*Refund Modal Starts*/
.refund-heading {
    float: left;
    width: 30%;
}
.refund-process form {
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 0;
}
.refund-details {
    float: left;
    width: 68%;
    padding-left: 15px;
}
.refund-details-field input, .refund-details-field select, .refund-details-field textarea {
    width: 70% !important;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 4px 5px;
}
.refund-process .value-list {
    margin-bottom: 10px;
}
/*Refund Modal Ends*/

/*New issues css*/
/*.alert {
    margin: 20px auto 0px auto;
    width: 95%;
}*/
.input-wrapper .product-note-label {
    width: 100%;
    margin-bottom: 10px;
}
/*New issues css ends*/

/*=====================================
=       customer profile panel       =
=====================================*/
.accordion-wrap .info-div {
    background: #eeeeee none repeat scroll 0 0;
    border-top: 1px solid #e5e5e5;
    display: none;
}

.tabs .accordion-wrap {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    position: relative;
}

.accordion-wrap div a {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.accordion-wrap .accordion::after {
    color: #333;
    content: "\f078";
    font-family: fontawesome;
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
}
.accordion-wrap .accordion.active::after {
  transform: rotate(0);
}
.accordion-wrap .accordion, .accordion-wrap .no-acordian {
    padding: 15px;
}

.accordion-wrap .info-div {
    padding: 5px 0 5px 15px;
}

.accordion-wrap .info-div {
    margin: 0;
}

.accordion-wrap .accordion:hover {
    cursor: pointer;
}

.tabs .accordion-wrap:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.info-div > li {
    color: #666666;
    padding: 15px 0 15px 15px;
}

.info-div > li:hover {
    cursor: pointer;
}

.info-div > li.active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5 currentcolor #e5e5e5 #e5e5e5;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    margin-right: -1px;
    border-left: 3px solid #1A75CF;
}
.customer-account-index .ced-right-header {
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}
.generalInformation {
    margin-top: 20px;
}
.content .generalinfo-heading {
  font-size: 20px;
  margin: 0;
}
.generalinfo-content .generalinfo-heading {
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.generalinfo-content .label-text {
  float: left;
  font-size: 14px;
  font-weight: normal;
  width: 20%;
}
.generalinfo-content .label-value {
  float: left;
  margin-left: 10px;
  width: 78%;
}
.generalinfo-content .content-wrapper {
  /* background-color: #f1f1f1; */
  margin-bottom: 20px;
  padding: 15px;
}
.generalinfo-content .content::after {
    clear: both;
    content: "";
    display: table;
}

.generalinfo-content .content {
    margin-bottom: 15px;
}
.subscriptionAndNotification .generalinfo-content .content-wrapper {
    float: left;
    width: 48%;
    margin: 5px;
}
.subscriptionAndNotification .generalinfo-content .content-wrapper .content {
    margin-bottom: 0;
}
.subscriptionAndNotification .generalinfo-content .content-wrapper .content .label-text {
    float: none;
    width: 85%;
    margin-top: 15px;
    margin-left: 10px;
}
.subscriptionAndNotification .generalinfo-content .content-wrapper .content .label-value {
    float: left;
    width: 20px;
    margin-top: 13px;
}
@media screen and (max-width: 767px) {
    .install-heading .title-need-help, .install-heading .product-upload-menu {
        width: 100% !important;
        text-align: center;
    }
    .generalinfo-content .label-text {
        width: 100%;
    }
    .generalinfo-content .label-value {
      margin-left: 0;
      width: 100%;
    }
    .ced-wish-navigation-mbl .navbar-collapse.in {
        top: 0;
    }
    .wrap.ced-wish-navigation-mbl .navbar-collapse {
        top: 40px;
    }
    .ref {
        right: 28px;
        top: 15px;
    }
    .update-csv-wrap .update-csv {
        float: none;
        width: 100%;
    }
    .shopify-product-index.content-section .new-section {
        padding: 10px;
    }
    .shopify-products-sync .ced-modal.in .modal-dialog {
        width: auto;
    }
    .date-created, .date-updated {
        width: 100%;
    }
    .skip-export .product-actions {
        display: flex;
        justify-content: start;
    }
    .tab-section.new-section {
      padding: 10px;
    }
    .navbar .navbar-header {
        position: relative;
    }
    .navbar .navbar-header .navbar-toggle {
        position: absolute;
        right: 0;
        top: 0px;
        display: block;
        margin: 0;
    }
    .navbar .navbar-header .store-name {
        padding: 8px;
    }
    .navbar-collapse .nav.navbar-nav .dropdown1 .dropdown-menu li a {
        padding-left: 50px !important;
        background-color: #E9E9E9 !important;
    }
    .navbar .dropdown-menu, .navbar.navbar-default .dropdown-menu {
        padding: 0;
    }
    .content-section .wish-pages-heading .title-need-help h1.wish_Products_style {
        margin-bottom: 10px !important;
    }
    .dropdown1 .caret {
        position: absolute;
        right: 20px;
        top: 23px;
    }
    .table-wrapper .panel-heading {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

}
@media screen and (max-width: 650px){
    .global-checkbox .checkbox_options {
        width: 100%;
        display: block;
        float: none;
    }
}
/*===== end customer profile panel  ======*/


/*=============================================
=            Section media queries            =
=============================================*/

@media screen and (max-width: 600px){
    .wish-install .import-grid .actionBar {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .wish-install .import-grid .actionBar >div {
    margin-bottom: 10px;
    }
    .subscriptionAndNotification .generalinfo-content .content-wrapper {
        width: 100%;
    }
    .filter-wrap {
        text-align: center;
    }
    .filter-wrap .filter-fieldset {
        text-align: left;
    }
    .input-text input, .products-form .table-wrapper tr td > select {
        width: calc(100% - 40px);
    }
    .input-wrapper .input-text {
        width: 100%;
    }
    #create-campaign-form .table-wrapper table td .input-text select {
        max-width: 130px;
    }
}

@media screen and (min-width: 600px) {
    .input-text input, .products-form .table-wrapper tr td > select {
        width: calc(100% - 40px);
    }
    /*.csv_import1 .update-btn {
        position: absolute;
        bottom: 20px;
        right: 0px;
        padding: 0 10px;
        width: 100%;
        left: 0;
    }*/
}

/*=====  End of Section media queries  ======*/
.message_status {
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 500;
    border: 1px solid #fff;
}
.custom-required::after {
    content: "*";
    margin-left: 5px;
    color: 
    #f75855;
    font-size: 14px;
}


