/* customer account */
.dropper-mystore {
    text-align: center;
}
.dropper-mystore.container .page-title-wrapper {
    width: 100%;
    text-align: left;
}
.dropper-mystore .icons a.icon-link{
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 3px 0 #00000080;
    height: 80px;
    width: 200px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
.dropper-mystore .icons a.icon-link img{
    margin-top: 15px;
}
.dropper-mystore .icons a.icon-link.disable{
    /*opacity: .5;*/
    cursor: not-allowed;
    position: relative;
}
.dropper-mystore .soon {
    border-radius: 0px 4px 0px 4px;
    -webkit-border-radius: 0px 4px 0px 4px;
    -moz-border-radius: 0px 4px 0px 4px;
    position: absolute;
    background: #f49b2f;
    color: white;
    right: 0;
    padding: 3px 3px 3px 4px;
}
.dropper-mystore .subtitle p {
    text-align: left;
    margin-bottom: 16px;
}
.dropper-mystore .info {
    text-align: left;
    margin-bottom: 16px;
    font-style: oblique;
    color: #89878c;
}
.icons .icon-tiendanube.online {
    float: left;
    display: inline-grid;
}
.ulula_droppers_dropper-mystore-index.account .column.main{
    box-shadow: none;
    margin: 0;
    border-style: none;
    color: #595959;
    padding: 0px;
    margin-top: 0;
    box-shadow: none;
}

/* SIDE NAVIGATION 
.account .account-nav .item {
    margin: 3px 0 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}
.account .account-nav ul li.nav.item span {
    color: #fff;
    background: #f49b2f;
    padding: 10px 15px;
    border-radius: 5px;
    border: 0;
    text-decoration: none;
    display: block;
}
.account .account-nav ul li.nav.item span:hover {
    background-color: #ff8500;
    transition: .3s;
}*/

/* CATALOG LIST */
.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 500px;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    /*border-bottom: 1px solid #ddd;*/
}
.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { 
    padding: 2em 1.5em;
    text-align: center; 
}
.modal-box .modal-body button {
    max-width: 200px;
    width: 100%;
    height: 43px;
    background: #f49b2f;
    font-size: 12px;
    font-family: 'Rubik-SemiBold', sans-serif, sans-serif;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 8px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}
.modal-box .modal-body button:hover {
    background-color: #595959;
    transition: .3s;
}
.success-modal.modal-box .modal-body button {
    max-width: 200px;
    width: 100%;
    height: 43px;
    background: #595959;
    font-size: 12px;
    font-family: 'Rubik-SemiBold', sans-serif, sans-serif;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 8px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}
.success-modal .modal-button-close {
    display: block;
}
.success-modal .fa-check-circle {
    color: green;
    font-size: 2em;
    margin-bottom: 16px;
}
.already-popup .fa-exclamation-triangle {
    color: orange;
    font-size: 2em;
    margin-bottom: 16px;
}
.success-modal.modal-box .modal-body button:hover {
    background-color: #f49b2f;
    transition: .3s;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    /*border-top: 1px solid #ddd;*/
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
    border-bottom: 2px solid #f49b2f;
}
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}
.js-modal-close {
    cursor: pointer;
}
a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}
a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}
/*@media (min-width: 32em) {
    .modal-box { width: 70%; }
}*/
/*My Products*/
.dropper-myproducts {
    margin-bottom: 40px;
}
#my-products-list tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
#my-products-list thead input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
#my-products-list_wrapper #my-products-list_filter {
    display: none;
}
#my-products-list_length select {
    width: auto;
}
.account.ulula_droppers_dropper-myproducts-index .column.main {
    box-shadow: none;
    margin: 0;
    border-style: none;
    color: #595959;
    padding: 0px;
    margin-top: 0;
    box-shadow: none;
}
.ulula_droppers_dropper-myproducts-index .row-first-half{
    width: 20%;
    position: relative;
    float: left;
}
.ulula_droppers_dropper-myproducts-index .row-first-half img{
    height: 60px;vertical-align: text-top;
}
.ulula_droppers_dropper-myproducts-index .row-second-half{
    width: 80%;
    float: right;
}
#my-products-list .row-second-half {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ulula_droppers_dropper-myproducts-index td i {
    cursor: pointer;
}
.ulula_droppers_dropper-myproducts-index .unpublish {
    color: white;
    background: #89878c;
    padding: 2px 8px 2px 8px;
    border-radius: 16px;
}
.ulula_droppers_dropper-myproducts-index .unpublish:hover { background: #f49b2f; }
.ulula_droppers_dropper-myproducts-index .publish {
    color: white;
    background: #f49b2f;
    padding: 2px 8px 2px 8px;
    border-radius: 16px;
}
.ulula_droppers_dropper-myproducts-index .publish:hover { background: #595959;}
.ulula_droppers_dropper-myproducts-index .do-publish {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 4px;
    color: #595959;
    font-size: 14px;
    border-radius: 16px;
    margin-right: 16px;
}
.ulula_droppers_dropper-myproducts-index .do-publish:hover {
    color: black;
}
.ulula_droppers_dropper-myproducts-index .do-send {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 4px;
    color: #595959;
    font-size: 14px;
    border-radius: 16px;
    margin-right: 16px;
}
.ulula_droppers_dropper-myproducts-index .do-send:hover {
    color: black;
}
.ulula_droppers_dropper-myproducts-index .do-unpublish {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 4px;
    color: #595959;
    font-size: 14px;
    border-radius: 16px;
}
.ulula_droppers_dropper-myproducts-index .do-unpublish:hover {
    color: black;
}
.more-stores {
    color:#f49b2f;
    font-weight: bold;
    clear: both;
    margin-top: 20px;
    float: left;
    margin-bottom: 24px;
}
.product-to-csv {
    clear: both;
    padding: 16px;
    margin: auto;
    width: 30%;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 #00000080;
    line-height: 32px;
    height: 32px;
}
.product-to-csv a {
    color: #f49b2f;
    font-weight: 500;
}
.product-to-csv a:hover {
    color: #595959;
}
.rusure-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    z-index: 10;
    left: 0;
}
.rusure {
    width: 300px;
    position: fixed;
    top: 30%;
    left: calc(50% - 150px);
    background: white;
    height: 150px;
    z-index: 1000000;
    padding: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 #00000080;
    text-align: center;
}
.rusure-overlay {
    display: none;
}

