
/*--left-- */

.nbd_container {
    position: relative;
    max-width: 100% !important;
    height: 478px;
    background-color: #494ebf;
    margin: 0px auto;
}


div.summary-before.nbd_templates {
    display: flex;
    height: 476px;
    width: 50%;
    justify-content: end;
    align-items: center;
}

div.summary-before>section.nbd_templates {
    width: 279px;
    height: 298px;
    transform: translateX(-50px);
}


/* slider */

div.nbd_prev-template {
    position: absolute;
    left: -55px;
}

div.nbd_next-template {
    position: absolute;
    left: 33px;
}

i.nbd_prev {
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 25px;
    height: 25px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    border-radius: 50%;
    background-color: #fff;
}

i.nbd_prev::before {
    position: absolute;
    content: "\f104";
    left: 8px;
    color: #6e60ee;
    bottom: 11px;
}

i.nbd_next {
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 25px;
    height: 25px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    border-radius: 50%;
    background-color: #fff;
}

i.nbd_next::before {
    position: absolute;
    content: "\f105";
    left: 10px;
    color: #6e60ee;
    bottom: 11px;
}

div.carousel-indicators {
    margin-bottom: 0rem !important;
    top: 323px;
}

div.carousel-indicators>button {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 0px;
    height: 0px;
    top: 50%;
}


/* right */

div.entry-summary.nbd_form-start-design {
    display: flex;
    height: 476px;
    width: 50%;
    justify-content: start;
    align-items: center;
    padding-left: 43px;
}

section.nbd_main-form-start-design {
    position: relative;
    width: 334px;
    height: 369px;
    background: #ffffff;
    border-radius: 15px;
}


/* form start design */

div.nbd_header-product {
    width: 291px;
    height: 66px;
    max-height: 66px;
    display: flex;
    justify-content: space-between;
    padding: 17px 0px 16px 0px;
    align-items: center;
    border-bottom: 2px solid #231d51;
    margin: auto;
}

div.nbd_product-name>span.nbd-name {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    color: #231d51;
    line-height: 28px;
}

div.nbd_product-price>span.nbd-price {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    color: #6e60ee;
}


/* content */

div.nbd_content-form {
    width: 100%;
    padding: 18px 19px 1px 25px;
}

div.nbd_content-form>div.nbd_form-select {
    position: relative;
}

div.nbd_select {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: 144px;
}

div.nbd_select>div.nbd_select-item {
    display: flex;
    width: 100%;
    height: 28px;
    justify-content: space-between;
}

div.nbd_select-item>select {
    width: 238px;
    border-radius: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #231d51;
}

div.nbd_select-item>label {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: #231d51;
    line-height: 29px;
}


/* footer form */

div.nbd_footer-form {
    width: 100%;
    position: relative;
    margin-top: 19px;
}

div.nbd_footer-form>div.nbd_text {
    width: 100%;
}

div.nbd_text>p {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #8b8b8b;
}

div.nbd_button-show-design>a {
    width: 288px;
    height: 29px;
    background: #6e60ee;
    border-radius: 100px;
    line-height: 11px;
    border: none;
    font-size: 10px;
}


/* Social netword */

div.nbd_social-netword {
    background-color: #fff !important;
    max-height: 150px;
    position: relative;
}

div.nbd_social-netword>div.nbd_text-title {
    height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

div.nbd_text-title>div.nbd_inspiration>a {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}

div.nbd_text-title>div.nbd_follow-in-instagram {
    margin-top: 16px;
}

div.nbd_text-title>div.nbd_follow-in-instagram>a {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #231d51;
}

div.nbd_text-title>div.nbd_share-how-awesome-you-are {
    margin-top: 12px;
}

div.nbd_text-title>div.nbd_share-how-awesome-you-are>a {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #6e60ee;
}


/* Boxs */

div.nbd_box-group {
    max-width: 100%;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 5px;
}

div.nbd_box_size {
    width: 32.7%;
    height: auto;
}

div.nbd_box {
    background-color: #f0f5f5;
    width: 48.6%;
    height: 48.6%;
}

div.nbd_box-1>div.box-1 {
    width: 100%;
    height: auto;
}

div.nbd_box-2>div.box-group {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

div.nbd_box-3>div.box-3 {
    width: 100%;
    height: auto;
}


/* custom css select */

h2.product_title.entry-title,
div.nbd_form-start-design>p.price,
div.nbd_form-start-design>div.product_meta,
form.cart>div.quantity.buttons_added,
form.cart>button.single_add_to_cart_button,
form.cart>a.view-cart-btn,
div.nbd_form-start-design>div.product-share,
div.nbd_form-start-design>a.compare.yith-compare,
div.nbd-option-field.nbd-field-input-wrap,
.nbd-help-tip,
form.cart>div.nbdq-add-a-quote,
div.nbd_form-start-design>div.wcfm_ele_wrapper,

/* div.nbd-option-field>div.nbd-field-header, */

div.nbo-summary-wrapper,
div.nbo-clear-option-wrap,
div.woocommerce-product-rating,
div.porto-tab-colors,
div.nbo-ad-result {
    display: none !important;
}

div.nbd-option-field>div.nbd-field-header {
    padding: 0px !important;
    background: none;
    color: #404762;
    font-size: 10px;
    font-weight: bold;
}

a#triggerDesign {
    position: absolute;
    top: 260px;
    left: 0px;
    width: 288px;
    height: 29px;
    font-size: 12px;
    line-height: 5px;
    background-color: #6e60ee;
    border-radius: 20px;
}

div.nbd_product-price>span.nbd_cost {
    color: #999999;
    text-decoration: line-through;
    padding-right: 10px;
}

div.nbo-fields-wrapper {
    width: 291px;
    display: flex;
    flex-direction: column;
}

form.cart {
    position: absolute;
    left: 64px;
    top: 112px;
}

.single_variation_wrap,
.single-product .cart:not(.variations_form) {
    border-top: none;
    border-bottom: none;
}

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

.nbd-option-field {
    margin-bottom: 10px !important;
    border: none !important;
    display: flex;
    justify-content: space-between;
}

.nbo-dropdown {
    height: 26px !important;
}

.nbd-field-ad-dropdown-wrap .nbo-dropdown {
    display: block !important;
}

.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist {
    display: none;
}

div.product-nav {
    display: none;
}

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

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