div.stages-inner>div.nbd_tab_color {
    width: 305px;
    /*background: #fff;*/
    position: absolute;
    height: 100vh;
    right: -20px;
    overflow: auto;
    z-index: 1;
}


/*scroll */


/* .nbd_tab_color.nbd_translateZ::-webkit-scrollbar {
      padding-right: 30px;
  } */


/* div.nbd_tab_color.nbd_translateZ {
    transform: translateZ(-200px);
} */


div.main>div.nbd-toolbar-zoom {
    z-index: 2;
    bottom: 70px;
    right: 20%;
}

div.nbd-custom-porto-save {
    position: absolute;
    bottom: 120px;
    right: 150px;
    width: 300px;
}

div.nbd-custom-porto-download {
    position: absolute;
    bottom: 120px;
    right: 150px;
    width: 300px;
}

div.nbd-custom-porto-save .porto-save {
    max-width: 150px;
    height: 65px;
    width: 150px;
}

div.nbd-custom-porto-save .porto-download {
    max-width: 150px;
    height: 50px;
    width: 150px;
}

.porto-save>label.save-design {
    width: 150px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.porto-download>label.download-design {
    width: 150px;
    height: 50px;
    background: white;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

label.save-design>svg,
label.download-design>svg {
    position: relative;
    right: 5px;
}

label.save-design>span,
label.download-design>span {
    position: relative;
    left: 5px;
}

div.stage>div.stage-main-wrap {
    transform: translateX(-150px);
}
div.nbd-hoz-ruler{
    transform: translateX(-150px);
}

div.stages-inner>div.nbd_tab_color ::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

div.stages-inner>div.nbd_tab_color {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.close_tab_color {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: #bfbfbf;
    text-align: center;
    font-size: 36px;
    letter-spacing: -9px;
    font-weight: 400;
    padding-right: 9px;
    line-height: 40px;
    cursor: pointer;
    display:none;
}

/* title */

div.nbd_title>h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #231d51;
    padding-top: 5px;
}

div.nbd_desciption>p {
    width: 231px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #8b8b8b;
}

div.nbd_desciption {
    width: 231px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e1e0;
}

div.nbd_tab_color>div.tab_color {
    position: relative;
    top: -10px;
    width: 100%;
    height: 100%;
    background: #fff;
}

div.nbd_header-title {
    height: 40px;
    text-align: center;
    background: #d1d6e0;
}

div.nbd_header-title>h6 {
    line-height: 40px;
    color: #231d51;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}


/* input:file */

div.nbd_tab-porto-logo>p {
    width: 140px;
    font-size: 10px;
    font-weight: 400;
}

div.nbd_tab-porto-logo>h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #231d51;
    padding-top: 10px;
}

div.nbd_tab-porto-logo,
div.nbd_tab-logo {
    position: relative;
}

div.nbd_tab-logo {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

div.nbd_tab-logo>label {
    width: 130px;
    height: 36px;
    background: #6e60ee;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size: 11px;
    font-weight: 300;
    position: absolute;
    right: 0px;
    top: 11px;
}

div.porto-tab-logo {
    width: 80px;
    height: 60px;
    background: #909090;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.nbd_tab-logo>input[type="file"] {
    display: none;
}


/* select */

div.nbd_select-item {
    margin-top: 15px;
}

div.nbd_select-item>label {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
}

div.nbd_select-item>select {
    width: 100%;
    height: 30px;
    border-radius: 20px;
    border: none;
    background: #f0f5f5;
    padding-left: 10px;
}


/* color */

div.nbd_tab-color-1,
div.nbd_tab-color-2 {
    padding-top: 15px;
}

div.nbd_tab-colores {
    margin-top: 10px;
    padding-left: 10px;
}

div.tab-colores {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

div.tab-content-color {
    padding: 0px 27px 300px 27px;
}

div.tab-colores>div.item-color {
    padding: 10px 2.5px 0px 2.5px;
    height: 30px;
}

.nbd_item-color li {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    margin: 3px;
}

div.item-color>input {
    display: none;
}

div.color-picker>input[type="color"] {
    border-radius: 50%;
    height: 23px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 25px;
    border: none;
    outline: none;
    -webkit-appearance: none;
}

#choose_color::-webkit-color-swatch-wrapper {
    padding: 0;
}

#choose_color::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
}

input::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 3;
}

div.custom-color {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

div.color-picker {
    position: relative;
}

div.color-picker>input {
    position: relative;
    width: 100px;
    height: 30px;
    border-radius: 4px;
}

div.color-custom {
    position: relative;
}

div.color-custom>input {
    width: 100px;
    height: 30px;
    font-size: 11px;
    border-radius: 4px;
}

div.color-custom>svg {
    position: absolute;
    right: 4px;
    top: 7px;
}

div.color-custom>input::-webkit-input-placeholder {
    font-size: 11px;
    line-height: 3;
}


/* bottom process */

div.nbd_bottom_process {
    background: #eeeeee;
    position: fixed;
    width: 100%;
    height: 55px;
    z-index: 100;
    bottom: 0px;
    left: 0;
}

div.nbd_bottom {
    display: flex;
    height: 55px;
    justify-content: space-between;
}

div.right-info>div.nbd_total-price {
    line-height: 55px;
}

div.nbd_bottom>div.left-info {
    padding-left: 15px;
    line-height: 55px;
    height: 55px;
}

div.nbd_bottom>div.right-info {
    display: flex;
    justify-content: space-between;
    width: 410px;
    padding-right: 36px;
    font-size: 12px;
    font-weight: 500;
}

div.right-info>div.nbd_add-to-cart>button {
    width: 197px;
    background: #231d51;
    border: none;
    height: 36px;
    margin-top: 10px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
}

div.total-price>span.nbd_price {
    color: #231d51;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
}


/* navbar */

.nbd-sidebar .tabs-nav {
    background-color: #231d51;
}

#selectedTab span:after {
    background-color: #231d51;
}

#selectedTab {
    background-color: #d1d6e0 !important;
}


/* SVG tab nav */

li.active>svg#template-icon>path {
    fill: transparent !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    stroke: #231d51;
}

#nav-templates svg path {
    fill: transparent !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    stroke: #fff;
}

svg#icon-nbd-text-fields>path {
    fill: transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    stroke: #fff;
}

li.active>svg#icon-nbd-text-fields>path {
    fill: transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    stroke: #231d51;
}


/* Photos */

li#nav-photos.active>svg>path {
    fill: transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    stroke: #231d51;
}

li#nav-photos.active>svg>circle {
    fill: #231d51;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


/* cliparts */

.clipart-wrap .clipart-item img {
    border: 4px solid #ffffff;
}


/* Elementos */

li#nav-elements.active>svg>path,
li#nav-elements.active>svg>rect {
    stroke: #231d51;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

li#nav-elements.active>svg>path#none-stroke {
    fill: #231d51 !important;
    stroke: none !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


/* layers */

li#nav-layers.active>svg>path {
    stroke: #231d51;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


/* custom stat design */

.nbd-popup-wrap .custom_design .tile-action__image-wrap,
.nbd-popup-wrap .upload_design .tile-action__image-wrap {
    background-color: none !important;
}

.nbd-popup-wrap {
    background: #2c3149 71% !important;
}

div.nbd-field-header {
    padding: 0px !important;
    background: none !important;
}

div.quick-view div.quick-view-content {
    width: 100% !important;
}

.nbd-field-content {
    padding: 0px !important;
}

.nbd-option-field select {
    min-width: 233px !important;
    height: 28px;
    border-radius: 20px;
}

.nbd-option-field {
    border: none !important;
}

.nbd-swatch {
    width: 26px !important;
    height: 26px !important;
}

.nbd-swatch-wrap input[type="radio"]:checked+label:before {
    border: none !important;
}

.nbd-field-content>.nbd-swatch-wrap input[type="radio"]:checked+label:after {
    top: 5px !important;
    left: 9px !important;
}

.nbo-ad-result {
    max-width:233px;
    height: 30px !important;
    padding: 0px !important;
    border-radius: 20px;
}

h2.product_title.entry-title.show-product-nav,
div.nbo-clear-option-wrap,
form.cart>a.view-cart-btn,
div.nbo-summary-wrapper,
form.cart>div.quantity,
div.product>p.price,
.nbd-help-tip {
    display: none;
}

div.nbd_form-porto {
    margin-top: 20px;
}