.diy-builder {
    width: 100%;
    background: url("https://diy-robotics.com/wp-content/uploads/2019/05/background-section1@2x.png");
    padding: 22px;
    font-family: "lft-etica-condensed",sans-serif;
    position: relative;
    height: auto !important;
    min-height: 100vh !important;
    overflow-x: hidden;
    user-select: none;
}


.diy-builder * {
    letter-spacing: 0;
    color: #003f6a;
}

.diy-builder *::-webkit-scrollbar {
    width: 4px
}

.diy-builder *::-webkit-scrollbar-track {
    background: #e7eaed;
    border-radius: 2px
}

.diy-builder *::-webkit-scrollbar-thumb {
    background: #8696a6;
    border-radius: 0
}

body.page-template-DiyBuilder {
    overflow: hidden;
}

.page-template-DiyBuilder #main {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.page-template-DiyBuilder #wrapper {
    padding-top: 0 !important;
}


.page-template-DiyBuilder #main .fusion-row {
    max-width: none;
}


.diy-builder__loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}

.diy-builder__error{
    width: 100%;
    text-align: center;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.diy-builder__welcome img {
    height: 524px;
    width: 659px;
    top: 20px;
    position: absolute;
    margin: auto;
    padding: 150px;
}

.diy-builder__welcome h3 {
    position: absolute;
    top: 75px;
    width: 659px;
    text-align: center;
    color: #8494a4;
    font-size: 25px;
}

.diy-builder__3D-Preview {
    width: 100%;
    height: 700px;
    position: relative;
}

.diy-builder__3D-Preview .fa-close{
    top: 0;
    right: 20px;
    border-radius: 5px;
    background-color: #FD4747;
    font-weight: bold;
    line-height: 18px;
    display: inline-block;
    color: #FFFFFF;
    padding: 10px 20px;
    margin: 23px 5px 0;
    position: absolute;
    cursor: pointer;
}

.diy-builder__3d-popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 60px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
}

#diy-builder-3d-popup {
    width: 100%;
    height: 100%;
}

.diy-builder__3d-popup-close {
    position: absolute;
    right: 10px;
    top: 5px;
}

.diy-builder__3d-popup-close svg {
    width: 30px;
}

.diy-builder__item-robot:after,
.diy-builder__cell:after,
.diy-builder__main-title:after,
.diy-builder:after {
    content: '';
    display: block;
    clear: both;
}

.diy-builder__content {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    max-height: 100%;
    background: #fff;
    box-shadow: 0 0 7px 1px rgba(0,0,0,.15);
    min-height: 700px;
}

.diy-builder__content-left {
    max-height: 100%;
    padding: 30px 0;
    
}

.diy-builder__content-right{
    padding: 30px 0;
    width: 100%;
    border-left: #f4f6f8;
    border-left-style: solid;
    border-left-width: 2px;
    background-color: #f4f6f8;
}


.diy-builder__left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
}

.diy-builder__main {
    flex: 1;
    max-width: 659px; 
    float: left;
    margin: 0;
    position: relative;
    margin: 0 30px; 
}

.diy-builder__main-inner {
    width: 100%;
    position: relative;
}

.diy-builder__right__content {
    padding-bottom: 50px;
}

.diy-builder[data-current-step="cell"] .diy-builder__right__content {
    padding-bottom: 0px;
}

.diy-builder__items {
    max-height: 700px;
    height: 100%;
    overflow-y: auto;
}

.diy-builder__right {
    z-index: 1;
    overflow: hidden;
}

.diy-builder__logo {
    border-radius: 16px;
    background-color: #394248;
    box-shadow: 0 8px 26px 0 rgba(0, 0, 0, 0.06);
    padding: 13px 0 13px 37px;
}

.diy-builder__main-title {
    width: 659px;
    margin: auto;
}
.diy-builder__main-title h3 {
    font-size: 24px;
    margin: 0;
    float: left;
}

.diy-builder h3,.diy-builder h4{
    font-weight: 700 !important;
}

.diy-builder__main-title a {
    float: right;
    margin: -2px 5px 0 0;
    z-index: 99;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.diy-builder__main-title a span {
    font-size: 12px;
    line-height: 14px;
    color: #8696a6;
    margin-right: 10px;
}

.diy-builder__right-title {
    font-size: 18px;
    margin: 0 0 0 31px;
}

.diy-builder__right-sub-title {
    color: #8696A6;
    font-size: 12px;
    font-weight: 400;
    margin: 0px 0 0px 31px;
}

.diy-builder___choose-btns {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    
}

.diy-builder___choose-btns--line {
    height: 1px;
    width: 25px;
    min-width: 25px;
    margin: 20px;
}

.diy-builder__choose-btn:focus,
.diy-builder__choose-btn {
    outline: none;
    display: block;
    text-align: center;
    border-radius: 8px;
    padding: 12px 5px 5px 5px;
    min-height: 100px;
    transition: 0.3s;
    width: 100px;
    word-break: break-word;
}

.diy-builder__choose-btn-icon{
    min-height: 40px;
}

.diy-builder__choose-btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.diy-builder__choose-btn:hover {
    background: #f4f5f6;
}

.diy-builder__choose-btn.current {
    background: #dcf1f9;
}

.diy-builder__choose-btn .text,
.diy-builder__choose-btn .text--mobile {
    color: #303133;
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    padding: 1px 0 0;
}

.diy-builder__choose-btn .text--mobile {
    display: none;
}

.diy-builder__cell-image {
    border-radius: 8px;
    float: left;
    width: 124px;
    text-align: center;
    height: 170px;
    line-height: 170px;
}

.diy-builder__item-image {
    float: left;
    width: 82px;
    height: 98px;
    font-size: 0;
    line-height: 0;
    padding: 8px 0 0;
}

.diy-builder__item-image img {
    transition: 0.3s;
    scale: 1.2;
}

.diy-builder__item-info {
    float: right;
    width: calc(100% - 82px);
    padding: 8px 0 0 10px;
    user-select: none;
}

.diy-builder__cell-info {
    float: right;
    width: calc(100% - 124px);
    padding-left: 16px;
}

.diy-builder__item-title,
.diy-builder__cell-title {
    font-family: 'Oxygen', sans-serif;
    color: #303133;
    font-size: 14px;
    margin: 0;
}
.diy-builder__cell-data{
    user-select: none;
}
.diy-builder__cell-data p,
.diy-builder__item-data p {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
    color: #8696A6;
}


.diy-builder__item-data p span {
    font-weight: bold;
    color: #8696A6;
}

.diy-builder__cell-data p:nth-child(2n) {
    font-weight: bold;
}

.diy-builder__cell {
    cursor: move;
    padding: 5px;
    background-color: #fff;
    border-radius: 15px;
    margin: 5px;
}

.diy-builder__cell-image img {
    vertical-align: middle;
    max-width: 100%;
    scale: 1.2;
}

div.diy-builder__cell.active-cell {
    background-color: rgba(33, 171, 226, 0.33);
}

.active-cell .diy-builder__cell-title,
.active-cell .diy-builder__item-data p,
.active-cell .diy-builder__cell-data p {
    color: #222222;
}

.diy-builder__cell:hover, .diy-builder__item-robot:hover, .diy-builder__module-item:hover, .diy-builder__module-cat:hover  {
    background-color: rgba(33, 171, 226, 0.13);
}

.diy-builder__items__arrow--up, .diy-builder__items__arrow--down {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;

    margin: 0 auto;
    display: block;
    border: 0;
    outline: none;
    text-align: center;
    background: transparent;
}

.diy-builder__items__arrow--down-container {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
}

.diy-builder__items__arrow--down {
    padding: 5px 0;
}


.diy-builder__items__arrow--up i, .diy-builder__items__arrow--down i {
    font-size: 35px;
    text-align: center;
    color: #21ABE2;
}

.diy-builder__items__arrow--up:hover i, .diy-builder__items__arrow--down:hover i {
    color: #1c90bf;
}


.diy-builder__main-block {
    height: 584px;
    margin: 0px auto;
    position: relative;
    width: 659px;
}

.diy-builder__main-block.dashed:after {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    border: 2px dashed #b4b4b4;
    padding: 22px;
    border-radius: 10px;
}

.diy-builder__main-text {
    font-size: 12px;
    margin: 15px 0 0;
    line-height: 18px;
    color: #8696A6;
    display: none;
}

.diy-builder__min-title {
    font-size: 18px;
    color: #8696A6;
    text-align: center;
    margin: 0;
    padding: 23px 0 15px;
    
}

.diy-builder__cell-inner {
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    top: 60px;
    left: 0;
    background-size: 85% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.diy-builder__cell-inner.astro-33 {
    background-image: url('../images/2D/astro-33/top-view.png');
}

.diy-builder__cell-inner.comet-33 {
    background-image: url('../images/2D/comet-33/top-view.png');
}

.diy-builder__cell-inner.comet-44 {
    background-image: url('../images/2D/comet-44/top-view.png');
}

.diy-builder__cell-inner.satellite-55 {
    background-image: url('../images/2D/satellite-55/top-view.png');
}

.diy-builder__cell-inner.satellite-66 {
    background-image: url('../images/2D/satellite-66/top-view.png');
}

.diy-builder__target-cell {
    background-color: rgba(33, 171, 226, 0.13);
    width: 93px;
    height: 93px;
    border: 2px dashed rgba(151, 151, 151, 0.5);
}

.diy-builder__cell-inner.astro-33 .diy-builder__target-cell {
    background-color: rgba(253, 223, 44, 0.4);
}

.diy-builder__target-cell.active-target-cell {
    background-color: rgba(33, 171, 226, 0.3);
}

.diy-builder__cell-inner.astro-33 .diy-builder__target-cell.active-target-cell {
    background-color: rgba(253, 223, 44, 0.6);
}

.diy-builder__middle-cell {
    margin: 0 auto 0;
    position: relative;
    top: 216px;
    border-radius: 20px;
}

.diy-builder__bottom-cell {
    margin: 0 auto 0;
    position: relative;
    top: 234px;
    border-radius: 20px;
}

.diy-builder__item-robot {
    padding: 5px;
    transition: 0.3s;
    background-color: #fff;
    border-radius: 15px;
    margin: 5px;
}

.diy-builder__item-robot:hover {
    cursor: move;
}

.diy-builder__item-robot-dragged {
    display: none;
}

.robots-locked .diy-builder__cell-inner.astro-33 .diy-builder__target-cell,
.robots-locked .diy-builder__target-cell {
    transition: 0s;
    background: none;
    border: none;
}

.robots-locked .diy-builder__middle-cell {
    position: static;
}


.robots-locked .diy-builder__middle-cell .diy-builder__item-robot-drag {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    left: 0;
    top: 0;
}

.robots-locked .diy-builder__cell-inner.satellite-66 .diy-builder__middle-cell .diy-builder__item-robot-drag,
.robots-locked .diy-builder__cell-inner.satellite-55 .diy-builder__middle-cell .diy-builder__item-robot-drag {
    background: url("../images/rotate-circle.png") 50% 50% no-repeat;
}

.robots-locked .diy-builder__cell-inner.satellite-55 .diy-builder__middle-cell .diy-builder__item-robot-drag {
    background-size: 35% auto;
}

.robots-locked .diy-builder__bottom-cell {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    left: 0;
    top: 110px;
}

.diy-builder__cell-inner.satellite-66 .diy-builder__middle-cell.robot-here .diy-builder__rotate-robot-btn,
.diy-builder__cell-inner.satellite-55 .diy-builder__middle-cell.robot-here .diy-builder__rotate-robot-btn {
    display: block;
}

.diy-builder__rotate-robot-btn:focus,
.diy-builder__rotate-robot-btn:active,
.diy-builder__rotate-robot-btn {
    position: absolute;
    z-index: 9999;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    width: 48px;
    height: 48px;
    background-color: rgba(216, 216, 216, 0.9);
    text-align: center;
    border-radius: 50%;
    line-height: 46px;
    display: none;
    border: none;
    outline: none;
    transition: 0.3s;
}

.diy-builder__rotate-robot-btn:hover {
    background-color: rgba(216, 216, 216, 1);
}

.robots-locked .diy-builder__item-robot {
    cursor: auto;
}

.diy-builder__bottom-cell.robot-here .diy-builder__item-robot {
    margin: -12px 0 0 -8px;
    padding: 0;
}

.diy-builder__remove-robot-btn:active,
.diy-builder__remove-robot-btn:focus,
.diy-builder__remove-robot-btn {
    position: absolute;
    right: calc(50% - 44px);
    top: calc(50% - 132px);
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background-color: rgba(134, 150, 166, 0.5);
    text-align: center;
    line-height: 20px;
    z-index: 99;
    transition: 0.3s;
    display: none;
    border: none;
    outline: none;
}

.robots-locked .diy-builder__remove-robot-btn {
    display: block;
}

.diy-builder__remove-robot-btn:hover {
    background-color: rgba(134, 150, 166, 1);
}

.diy-builder__main-action {
    position: relative;
    z-index: 10;
    text-align: center;
}

.diy-builder__main-action a:visited,
.diy-builder__main-action a:active,
.diy-builder__main-action a {
    border-radius: 2px;
    background-color: #21ABE2;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 12px 30px 9px;
    margin: 23px 5px 0;
    transition: 0.3s;
    text-decoration: none;
}

.diy-builder__main-action a.disabled:hover,
.diy-builder__main-action a.disabled {
    background-color: rgba(33, 171, 226, 0.13);
    cursor: default;
}

.diy-builder__main-action a:hover {
    background-color: #1c90bf;
}

.diy-builder__cell-inner.satellite-55 .diy-builder__item-robot-drag {
    background-size: 255px auto;
}

.diy-builder__cell-inner.satellite-55 .diy-builder__remove-robot-btn {
    top: calc(50% - 110px);
}

.diy-builder__cell-inner.comet-44 .diy-builder__remove-robot-btn {
    top: calc(50% - 80px);
}

.diy-builder__cell-inner.astro-33 .diy-builder__item-robot-drag,
.diy-builder__cell-inner.comet-33 .diy-builder__item-robot-drag {
    background-size: 162px auto;
}

.diy-builder__cell-inner.astro-33 .diy-builder__remove-robot-btn,
.diy-builder__cell-inner.comet-33 .diy-builder__remove-robot-btn {
    top: calc(50% - 67px);
}

.diy-builder__item-robot-dragged .robot-CR7ia7L {
    position: relative;
    top: -35px;
}

.diy-builder__item-robot-dragged .robot-CR7ia {
    position: relative;
    top: -45px;
}

.diy-builder__item-robot-dragged .robot-CR4ia {
    position: relative;
    top: -55px;
}

.diy-builder__item-robot-dragged .robot-200iD {
    position: relative;
    top: -20px;
}

.diy-builder__item-robot-dragged .robot-200iD-4S {
    position: relative;
    top: -30px;
}

.diy-builder__item-robot-dragged .robot-200iD-7L {
    position: relative;
    top: -18px;
}

.diy-builder__cube {
    position: absolute;
    top: 30px;
    right: 30px;
    display: none;
    /*! font-weight: bold; */
    /*! color: #c12929; */
}

.diy-builder[data-current-step="robot"] .diy-builder__cube,
.diy-builder[data-current-step="modules"] .diy-builder__cube {
    display: block;
}

.diy-builder__cube .cube {
    width: 45px;
    height: 45px;
    display: block;
    position: relative;
    transition: all .3s linear;

    perspective: 50000;
    transform-style: preserve-3d;
    transform: rotateX(-100deg) rotateZ(0deg) translateZ(-30px);
}


.diy-builder__cube .cube div {
    width: 100%;
    height: 100%;
    position: absolute;
    /*! box-shadow: 0 0 0 1px inset #003f6a; */
    transform-style: preserve-3d;
}

.diy-builder__cube .cube__side-1 {
    transform-origin: 0 0;
    transform: rotateX(90deg);
    background: #c1c1c1;
}

.diy-builder__cube div {
    position: relative;
    cursor: pointer;
}


.diy-builder__cube div span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #003f6a;
    pointer-events: none;
    touch-action: none;
    font-weight: 600;
}

.diy-builder__cube .cube__side-3 {
    transform-origin: 100% 100%;
    transform: rotateX(-88.8deg);
    background: #c1c1c1;
}

.diy-builder__cube .cube__side-3 span {
    transform: rotateZ(180deg);
}

.diy-builder__cube .cube__side-4 {
    transform-origin: 0% 0%;
    transform: rotateY(-90deg);
    background: #c1c1c1;
}

.diy-builder__cube .cube__side-4 span {
    transform: rotateZ(270deg);
}

.diy-builder__cube .cube__side-2 {
    transform-origin: 100% 0%;
    transform: rotateY(90deg);
    background: #c1c1c1;
}

.diy-builder__cube .cube__side-2 span {
    transform: rotateZ(90deg);
}

.diy-builder__cube .cube__front {
    background: #aeaeae;
}

.diy-builder__cube .cube__back {
    transform: translateZ(45px);
    background: #c1c1c1;
}

.diy-builder__cube .cube.active-side-4 {
    transform: rotateX(-100deg) rotateZ(45deg) translateZ(-30px);
}


.diy-builder__cube .cube.active-side-3 {
    transform: rotateX(-100deg) rotateZ(135deg) translateZ(-30px);
}

.diy-builder__cube .cube.active-side-2 {
    transform: rotateX(-100deg) rotateZ(225deg) translateZ(-30px);
}

.diy-builder__cube .cube.active-side-1 {
    transform: rotateX(-100deg) rotateZ(315deg) translateZ(-30px);
}

.diy-builder[data-current-step="robot"] .diy-builder__cube .cube {
    transform: rotateX(-120deg) rotateZ(315deg) translateZ(-30px);
}

.diy-builder[data-current-step="robot"] .diy-builder__cube .cube .cube__front {
    background: #24abe2;
}

.diy-builder[data-current-step=robot] .diy-builder__cube .cube .cube__side-1 {
    background: #aeaeae;
}

.diy-builder[data-current-step="modules"] .diy-builder__cube div.active {
    background: #24abe2;
}

.diy-builder__sides {
    text-align: center;
    padding: 0 0 0 0;
}


.diy-builder__side:visited,
.diy-builder__side:active,
.diy-builder__side:focus,
.diy-builder__side {
    display: inline-block;
    height: 26px;
    color: #8696a6;
    font-size: 18px;
    font-weight: 700;
    margin: 16px 24px 17px;
    position: relative;
    transition: 0.3s color;
    border: none;
    outline: none;
    text-decoration: none;
    user-select: none;
}

.diy-builder__side:hover {
    color: #21abe2;
}


.diy-builder__side:after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #21abe2;
    opacity: 0;
    transition: 0.3s;
}

.diy-builder__side.active-side:after {
    opacity: 1;
}

.diy-builder__modules-outer {
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    top: 60px;
    left: 0;
    background: 50% 50% no-repeat;
}

.diy-builder__modules-inner {
    position: absolute;
}

.diy-builder__modules:after {
    content: '';
    display: block;
    clear: both;
}

.diy-builder__module {
    float: left;
    background-color: rgba(33, 171, 226, 0.13);
    border: 1px dashed rgba(151, 151, 151, 0.5);
    margin: 1px 0;
    transition: 0.3s;
    position: relative;
}

.diy-builder__module.active-target-cell {
    background-color: rgba(33, 171, 226, 0.3);
}

.diy-builder__module.blocked-target-cell {
    transition: 0s;
    background-color: #ffd8d8;
}

.diy-builder__module.cell-not-applied {
    background-color: #f4f6f8;
}

.diy-builder__module.cell-not-applied:after {
    content: 'does not apply';
    font-size: 11px;
    font-weight: 700;
    color: #d6d6d6;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.diy-builder__modules-formula {
    padding: 13px 0 14px 43px;
    margin: 0;
    border-bottom: 1px solid #b7ebff;
    list-style-type: none;
}

.diy-builder__modules-formula li {
    color: #303133;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 3px 24px;
    position: relative;
}

.diy-builder__modules-formula li:before {
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #21abe2;
    position: absolute;
    top: 7px;
    left: 0;
}

.diy-builder__modules-formula li span {
    font-weight: bold;
    color: #21abe2;
}

.diy-builder__prototype-block {
    display: inline-block;
    width: 70px;
    height: 82px;
    vertical-align: top;
    text-align: center;
    margin: 0 20px;
}

.diy-builder__prototype-block:after {
    content: '';
    display: block;
    clear: both;
}

.diy-builder__prototypes {
    text-align: center;
    margin: 15px 0 10px;
}

.diy-builder__prototype {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    background-color: #8696a6;
    line-height: 100%;
    margin: 1px;
    float: left;
    cursor: pointer;
}

.diy-builder__prototype.selected-prototype {
    background-color: #303133;
}

.diy-builder__prototype[data-type="a"] {
    width: 68px;
    height: 80px;
    line-height: 80px;
}

.diy-builder__prototype[data-type="b"] {
    width: 33px;
    height: 80px;
    line-height: 80px;
}

.diy-builder__prototype[data-type="c"] {
    width: 33px;
    height: 38px;
    line-height: 38px;
}

.diy-builder__prototype[data-type="d"] {
    width: 33px;
    height: 19px;
    line-height: 19px;
}

.diy-builder__modules-types {
    text-align: center;
    border-bottom: 1px solid #b7ebff;
}

.diy-builder__module-type:active,
.diy-builder__module-type:focus,
.diy-builder__module-type:visited,
.diy-builder__module-type {
    opacity: 0.43;
    color: #8696a6;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s;
    position: relative;
    margin: 0 8px;
    padding-bottom: 6px;
    border: none;
    outline: none;
    text-decoration: none;
}

.diy-builder__module-type.current-module-type {
    opacity: 1;
}

.diy-builder__module-type:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 100%;
    background-color: #21abe2;
    opacity: 0;
    transition: 0.3s;
    left: 0;
}

.diy-builder__module-type.current-module-type:after {
    opacity: 1;
}

.diy-builder__module-container {
    background-color: #fff;
    border-radius: 15px;
    margin: 5px;
}

.diy-builder__module-cat {
    width: 100%;
    padding: 20px 0 20px 31px;
    text-align: left;
    background: none;
    border:none;
    font-size: 20px;
    font-weight: 700;
    color: #8696a6;
    position: relative;
}

.diy-builder__module-cat .fa {
    background: #74c7ff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 15px;
    font-size: 30px;
    color: #003f6a;
    font-weight: 900;
    transition: all .3s;
}

.diy-builder__module-cat .fa.opened {
    background-color: #003f6a;
    color: #ffffff;
}


.diy-builder__module-item {
    padding: 10px 15px;
}

.diy-builder__module-item:after {
    content: '';
    display: block;
    clear: both;
}

.diy-builder__module-info {
    display: inline-block;
    padding: 8px;
    line-height: 20px;
}

.diy-builder__module-info h3 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Oxygen', sans-serif;
    margin: 0;
    color: #303133;
}

.diy-builder__module-info p {
    margin: 9px 0 0 0;
    color: #8696a6;
    font-size: 12px;
    line-height: 18px;
}

.diy-builder__modules-type-c .diy-builder__module-info {
    padding-top: 10px;
}

.diy-builder__modules-type-e:after,
.diy-builder__modules-type-b:after {
    content: '';
    display: block;
    clear: both;
}

.diy-builder__modules-type-e .diy-builder__module-item:nth-child(2n+1),
.diy-builder__modules-type-b .diy-builder__module-item:nth-child(2n+1) {
    clear: both;
}

.diy-builder__modules-type-e .diy-builder__module-info h3,
.diy-builder__modules-type-b .diy-builder__module-info h3 {
    margin: 7px 0 0 0;
}

.diy-builder__modules-type-e .diy-builder__module-info p,
.diy-builder__modules-type-b .diy-builder__module-info p {
    margin: 4px 0 0 0;
}

.diy-builder__modules-col {
    float: left;
}

.diy-builder__module-image-item {
    cursor: move;
}

.diy-builder__module-image-item img {
    transition: 0.3s;
    width: 100%;
    height: 100%;
}

.diy-builder__modules-new {
    display: none;
}

.diy-builder__module-remove:active,
.diy-builder__module-remove:focus,
.diy-builder__module-remove {
    display: none;
    opacity: 0;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 99;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background-color: rgba(134, 150, 166, 0.5);
    text-align: center;
    line-height: 18px;
    transition: 0.3s;
    border: none;
    outline: none;
}

.diy-builder__modules-type-e img {
    width: 45px;
    height: 186px;
}

.diy-builder__module-remove:hover {
    background-color: rgba(134, 150, 166, 0.9);
}

.diy-builder__module.module-here .diy-builder__module-remove {
    display: block;
    opacity: 1;
}

.diy-builder__modules-formula li {
    display: none;
}

.diy-builder__module-item {
    display: none;
    border-top: #f4f6f8 2pt solid;
}

.diy-builder__module-item.disabled .diy-builder__module-image{
    opacity: 30%;
}

.cell__astro-33 .diy-builder__module-item[data-cell="astro-33"] {
    display: block;
}

.cell__comet-33 .diy-builder__module-item[data-cell="comet-33"] {
    display: block;
}

.cell__comet-44 .diy-builder__module-item[data-cell="comet-44"] {
    display: block;
}

.cell__satellite-55 .diy-builder__module-item[data-cell="satellite-55"] {
    display: block;
}

.cell__satellite-66 .diy-builder__module-item[data-cell="satellite-66"] {
    display: block;
}

.diy-builder.cell__satellite-66 .diy-builder__modules-formula li[data-cell="satellite-66"] {
    display: block;
}

.diy-builder.cell__satellite-55 .diy-builder__modules-formula li[data-cell="satellite-55"] {
    display: block;
}

.diy-builder.cell__comet-44 .diy-builder__modules-formula li[data-cell="comet-44"] {
    display: block;
}

.diy-builder.cell__comet-33 .diy-builder__modules-formula li[data-cell="comet-33"] {
    display: block;
}

.diy-builder.cell__astro-33 .diy-builder__modules-formula li[data-cell="astro-33"] {
    display: block;
}

.diy-builder__prototypes-inner {
    display: none;
}

.diy-builder.cell__satellite-66 .diy-builder__prototypes-inner[data-cell="satellite-66"] {
    display: block;
}

.diy-builder.cell__satellite-55 .diy-builder__prototypes-inner[data-cell="satellite-55"] {
    display: block;
}

.diy-builder.cell__comet-44 .diy-builder__prototypes-inner[data-cell="comet-44"] {
    display: block;
}

.diy-builder.cell__comet-33 .diy-builder__prototypes-inner[data-cell="comet-33"] {
    display: block;
}

.diy-builder.cell__astro-33 .diy-builder__prototypes-inner[data-cell="astro-33"] {
    display: block;
}

.cell__satellite-55 .diy-builder__prototype[data-type="a"] {
    width: 55px;
    height: 80px;
}

.cell__satellite-55 .diy-builder__prototype[data-type="b"] {
    width: 33px;
    height: 80px;
    line-height: 80px;
}

.cell__satellite-55 .diy-builder__prototype[data-type="e"] {
    width: 20px;
    height: 80px;
    line-height: 80px;
    float: right;
    position: relative;
}

.cell__satellite-55 .diy-builder__prototype[data-type="e"] span {
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    top: 30px;
    left: -60px;
    width: 80px;
    height: 20px;
    z-index: 1;
}

.diy-builder__modules-locked[data-cell="comet-33"] {
    position: absolute;
    top: 221px;
    left: 7px;
}

.diy-builder__modules-locked[data-cell="comet-44"] {
    position: absolute;
    top: 227px;
    left: 34px;
    /* z-index: 10; */
}

[data-side="2"] .diy-builder__modules-locked[data-cell="comet-44"],
[data-side="4"] .diy-builder__modules-locked[data-cell="comet-44"] {
    top: 221px;
    left: 25px;
}

[data-side="2"] .diy-builder__modules-locked[data-cell="comet-33"],
[data-side="4"] .diy-builder__modules-locked[data-cell="comet-33"] {
    top: 215px;
    left: 22px;
}
.cell__comet-33 .diy-builder__modules-items [data-type="a"] img {
    width: 53px;
    height: 82px;
}

.cell__comet-44 .diy-builder__modules-items [data-type="a"] img {
    width: 78px;
    height: 82px;
}

.cell__comet-44 .diy-builder__modules-type-b .diy-builder__module-item,
.cell__comet-33 .diy-builder__modules-type-b .diy-builder__module-item {
    width: 100%;
}

.cell__comet-44 .diy-builder__modules-items [data-type="b"] img {
    width: 78px;
    height: 58px;
}

.cell__comet-33 .diy-builder__modules-items [data-type="b"] img {
    width: 52px;
    height: 55px;
}

.cell__comet-44 .diy-builder__modules-items [data-type="c"] img,
.cell__comet-33 .diy-builder__modules-items [data-type="c"] img {
    width: 78px;
    height: 26px;
}

.cell__comet-44 .diy-builder__modules-type-d .diy-builder__module-info,
.cell__comet-33 .diy-builder__modules-type-d .diy-builder__module-info {
    width: calc(100% - 94px);
}

.cell__comet-33 .diy-builder__modules-items [data-type="d"] img {
    width: 78px;
    height: 45px;
}

.cell__comet-44 .diy-builder__modules-items [data-type="d"] img {
    width: 78px;
    height: 61px;
}

.cell__comet-44 .diy-builder__modules-type-d .diy-builder__module-info h3,
.cell__comet-33 .diy-builder__modules-type-d .diy-builder__module-info h3 {
    margin-top: 0px;
}

.cell__comet-44 .diy-builder__modules-type-c .diy-builder__module-info,
.cell__comet-33 .diy-builder__modules-type-c .diy-builder__module-info {
    width: calc(100% - 94px);
    padding: 0 0 0 19px;
}

.cell__comet-44 .diy-builder__modules-type-c .diy-builder__module-info p,
.cell__comet-33 .diy-builder__modules-type-c .diy-builder__module-info p {
    margin: 2px 0 0 0;
}

.cell__comet-44 .diy-builder__modules-type-c .diy-builder__module-info h3,
.cell__comet-33 .diy-builder__modules-type-c .diy-builder__module-info h3 {
    margin: 5px 0 0 0;
}

.diy-builder__prototypes-inner[data-cell="comet-44"] .diy-builder__prototype-block,
.diy-builder__prototypes-inner[data-cell="comet-33"] .diy-builder__prototype-block {
    width: 35px;
}

.diy-builder__prototypes-inner[data-cell="comet-44"] .diy-builder__prototype[data-type="a"],
.diy-builder__prototypes-inner[data-cell="comet-33"] .diy-builder__prototype[data-type="a"] {
    height: 52px;
    line-height: 52px;
    width: 33px;
}

.diy-builder__prototypes-inner[data-cell="comet-44"] .diy-builder__prototype[data-type="d"],
.diy-builder__prototypes-inner[data-cell="comet-33"] .diy-builder__prototype[data-type="d"] {
    height: 26px;
    line-height: 26px;
    width: 33px;
}

.diy-builder__prototypes-inner[data-cell="comet-44"] .diy-builder__prototype[data-type="c"],
.diy-builder__prototypes-inner[data-cell="comet-33"] .diy-builder__prototype[data-type="c"] {
    height: 18px;
    line-height: 18px;
    width: 33px;
}

.diy-builder__prototypes-inner[data-cell="comet-44"] .diy-builder__prototype[data-type="b"],
.diy-builder__prototypes-inner[data-cell="comet-33"] .diy-builder__prototype[data-type="b"] {
    height: 32px;
    line-height: 32px;
    width: 33px;
}

.diy-builder__prototypes-inner[data-cell="astro-33"] .diy-builder__prototype[data-type="c"] {
    height: 50px;
    line-height: 50px;
    width: 68px;
}

.diy-builder__prototypes-inner[data-cell="astro-33"] .diy-builder__prototype[data-type="d"] {
    height: 50px;
    line-height: 50px;
    width: 68px;
}

.diy-builder__prototypes-inner[data-cell="astro-33"] .diy-builder__prototype-block {
    height: 52px;
}

.diy-builder__modules-locked {
    display: none;
}

.satellite-55 .diy-builder__module[data-modules="e"]:first-of-type {
    display: none;
}

.satellite-55 .diy-builder__module[data-modules="e"]:last-of-type {
    float: right;
}

.cell__satellite-55 .diy-builder__module-type[data-type="e"] {
    display: inline-block !important;
}

.cell__astro-33 .diy-builder__module-type[data-type="a"],
.cell__astro-33 .diy-builder__module-type[data-type="b"],
.cell__astro-33 .diy-builder__module-type[data-type="c"] {
    display: none !important;
}

.cell__satellite-55 .diy-builder__module-type {
    font-size: 12px;
    margin: 0 7px;
}

.cell__astro-33 .diy-builder__module-type {
    width: calc(50% - 30px);
}

.diy-builder__cell-sides {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.diy-builder__cell-side {
    color: #8696A6;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.diy-builder__cell-side[data-side="3"] {
    top: 78px;
    left: 0;
}

.diy-builder__cell-side[data-side="2"] {
    top: 238px;
    left: 217px;
    transform: rotate(90deg);
    width: 524px;
}

.diy-builder__cell-side[data-side="1"] {
    top: 400px;
    left: 0;
}

.diy-builder__cell-side[data-side="4"] {
    top: 238px;
    left: -83px;
    transform: rotate(-90deg);
    width: 524px;
}

.comet-44 .diy-builder__cell-side[data-side="3"] {
    top: 90px;
}

.comet-44 .diy-builder__cell-side[data-side="2"] {
    left: 220px;
}

.comet-44 .diy-builder__cell-side[data-side="1"] {
    top: 384px;
}

.comet-44 .diy-builder__cell-side[data-side="4"] {
    left: -88px;
}

.satellite-55 .diy-builder__cell-side[data-side="3"] {
    top: 31px;
}

.satellite-55 .diy-builder__cell-side[data-side="2"] {
    left: 275px;
}

.satellite-55 .diy-builder__cell-side[data-side="1"] {
    top: 447px;
}

.satellite-55 .diy-builder__cell-side[data-side="4"] {
    left: -141px;
}

.satellite-66 .diy-builder__cell-side[data-side="3"] {
    top: 13px;
}

.satellite-66 .diy-builder__cell-side[data-side="2"] {
    left: 293px;
}

.satellite-66 .diy-builder__cell-side[data-side="1"] {
    top: 464px;
}

.satellite-66 .diy-builder__cell-side[data-side="4"] {
    left: -158px;
}

.diy-builder__cell-data p a:active,
.diy-builder__cell-data p a:focus,
.diy-builder__cell-data p a {
    border-radius: 2px;
    background-color: #21ABE2;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 6px 21px 6px;
    margin: 7px 0 0;
    transition: 0.3s;
    text-decoration: none;
    border: none;
    outline: none;
}

.diy-builder__cell-data p a:hover {
    background-color: #1c90bf;
}

.diy-builder__module.module-here.ui-droppable-disabled {
    background: transparent;
}

.diy-builder__target-cells {
    user-select: none;
}

.diy-builder__module-item.diy-builder__no-available-modules {
    padding: 0 10px;
}

.diy-builder__module-item.diy-builder__no-available-modules .diy-builder__module-image-item {
    text-align: center;
    display: block;
}

.diy-builder__module-item.diy-builder__no-available-modules p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #8696A6;
}

.diy-builder .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.diy-builder .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.diy-builder .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.diy-builder .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.diy-builder .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #21abe2;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.diy-builder .cbx span:last-child {
    padding-left: 0;
    color: #303133;
    font-size: 13px;
    line-height: 18px;
}

.diy-builder .cbx:hover span:first-child {
    border-color: #21abe2;
}

.diy-builder .inp-cbx:checked + .cbx span:first-child {
    background: #21abe2;
    border-color: #21abe2;
    animation: wave 0.4s ease;
}

.diy-builder .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.diy-builder .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

.diy-builder__modules-info h3 {
    color: #303133;
    font-size: 14px;
    margin: 0;
}

.diy-builder__modules-info span {
    color:#8696a6;
}

.diy-builder__option-items h3 {
    border-top: #8696a6 solid 1px;
    margin-top: 10px;
}

.diy-builder__required-item, .diy-builder__option-item {
    color: #303133;
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0;
    position: relative;
}

.diy-builder__modules-info {
    position: absolute;
    right: 0;
    bottom: 25px;
    padding: 5px 8px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.diy-builder__required-check svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
    stroke-dashoffset: 0;
}

.diy-builder__required-check {
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-color: #21abe2;
    border-style: solid;
    border-width: 1px;
}

.diy-builder__option-item .switch{
    position: absolute;
    right: 0;
    top: 0;
    height: 18px;
    width: 30px;
    background-color: #ccc;
    border-radius: 20px;
    display: inline-block;
}

.diy-builder__option-item input{
    opacity: 0;
    width: 0;
    height: 0;
}

.diy-builder__option-item label{
    z-index: 9;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

.diy-builder__option-item .switch:before{
    content: '';
    background-color: #fff;
    height: 15px;
    width: 15px;
    position: absolute;
    border-radius: 50%;
    left: 2px;
    top: 1.5px;
    -webkit-transition: .4s;
    transition: .4s;
}

.diy-builder__option-item input:checked + .switch:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
     transform: translateX(12px);
}

.diy-builder__option-item input:checked + .switch {
    background-color: #21abe2;
}

  


.module-added .diy-builder__required-check {
    background: #21abe2;
}

.diy-builder__module-item.module-locked {
    opacity: 0.3;
}

/** Modules sizes **/

/** satellite-66 **/

.satellite-66 .module-here.ui-droppable-disabled .module-Drawer_Option {
    position: relative;
    width: 352px;
    height: 350px;
    max-width: none;
    top: -3px;
    left: -1px;
}

.satellite-66 .module-here.ui-droppable-disabled .module-Rotative_Door_Option {
    position: relative;
    max-width: none;
    width: 359px;
    height: 361px;
    left: -14px;
    top: -12px;
}

.cell__satellite-66 .diy-builder__modules-items [data-type="a"] img {
    width: 123px;
    height: 124px;
}

.cell__satellite-66 .diy-builder__modules-items [data-type="b"] img {
    width: 53px;
    height: 124px;
}

.cell__satellite-66 .diy-builder__modules-items [data-type="c"] img {
    width: 78px;
    height: 90px;
}

.cell__satellite-66 .diy-builder__modules-items [data-type="d"] img {
    width: 78px;
    height: 45px;
    margin: 8px 0;
}

.diy-builder__modules-outer.satellite-66:before {
    background-image: url("../images/2D/satellite-66/frame-center.png");
    background-size: auto 100%;
}

.diy-builder__modules-outer.satellite-66.side-a-allow[data-module="a"]:before,
.diy-builder__modules-outer.satellite-66.side-a-dropped:before {
    background-image: url("../images/2D/satellite-66/frame.png");
}

.satellite-66 .diy-builder__modules-inner {
    width: 295px;
    height: 351px;
    left: calc(50% - 148px);
    top: 100.5px;
    z-index: 5;
}

.satellite-66 .diy-builder__module[data-modules="a"],
.cell__satellite-66 .diy-builder__module-image-item.ui-draggable-dragging[data-type="a"] {
    width: 295px;
    height: 350px;
}

.satellite-66 .diy-builder__module[data-modules="b"],
.cell__satellite-66 .diy-builder__module-image-item.ui-draggable-dragging[data-type="b"] {
    width: 139px;
    height: 350px;
}

.satellite-66 .diy-builder__module[data-modules="c"],
.cell__satellite-66 .diy-builder__module-image-item.ui-draggable-dragging[data-type="c"] {
    width: 139px;
    height: 174px;
}

.satellite-66 .diy-builder__module[data-modules="d"],
.cell__satellite-66 .diy-builder__module-image-item.ui-draggable-dragging[data-type="d"] {
    width: 139px;
    height: 86px;
}

.cell__satellite-66 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Drawer Option"] {
    width: 352px;
    height: 350x;
}

.cell__satellite-66 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Rotative Door Option"] {
    width: 359px;
    height: 361px;
}

.satellite-66 .diy-builder__modules-col {
    width: 139px;
    margin: 0 2px;
}

.satellite-66 .diy-builder__modules-col[data-col="1"] {
    margin-left: 11px;
}

.diy-builder__module.module-here .module-Left_Door {
    position: relative;
    z-index: 10;
    width: calc(100% + 7px);
    max-width: none;
    left: -7px;
}

.diy-builder__module.module-here .module-Right_Door {
    position: relative;
    z-index: 10;
    width: calc(100% + 7px);
    max-width: none;
}

/** satellite-55 **/

.diy-builder.cell__satellite-55 .diy-builder__prototype-block {
    width: 57px;
}

.cell__satellite-55 .diy-builder__modules-items [data-type="a"] img {
    width: 104px;
    height: 124px;
}

.cell__satellite-55 .diy-builder__modules-items [data-type="b"] img {
    width: 52px;
    height: 124px;
}

.cell__satellite-55 .diy-builder__modules-items [data-type="c"] img {
    width: 78px;
    height: 90px;
}

.cell__satellite-55 .diy-builder__modules-items [data-type="d"] img {
    width: 78px;
    height: 45px;
    margin: 8px 0;
}

.diy-builder__modules-outer.satellite-55:before {
    background-image: url("../images/2D/satellite-55/frame-right-center.png");
    background-size: auto 100%;
}

.diy-builder__modules-outer.satellite-55.side-1-door-left[data-side="1"]:before,
.diy-builder__modules-outer.satellite-55.side-2-door-left[data-side="2"]:before,
.diy-builder__modules-outer.satellite-55.side-3-door-left[data-side="3"]:before,
.diy-builder__modules-outer.satellite-55.side-4-door-left[data-side="4"]:before {
    background-image: url("../images/2D/satellite-55/frame-left-center.png");
    background-size: auto 100%;
}

.diy-builder__modules-outer.satellite-55.side-1-door-left[data-side="1"] .diy-builder__modules-col,
.diy-builder__modules-outer.satellite-55.side-2-door-left[data-side="2"] .diy-builder__modules-col,
.diy-builder__modules-outer.satellite-55.side-3-door-left[data-side="3"] .diy-builder__modules-col,
.diy-builder__modules-outer.satellite-55.side-4-door-left[data-side="4"] .diy-builder__modules-col {
    margin-left: 14px;
}

.diy-builder__modules-outer.satellite-55.side-a-allow[data-module="e"]:before,
.diy-builder__modules-outer.satellite-55.side-a-allow[data-module="a"]:before,
.diy-builder__modules-outer.satellite-55.side-a-dropped:before {
    background-image: url("../images/2D/satellite-55/frame.png");
}

.satellite-55 .diy-builder__modules-inner {
    width: 240px;
    height: 352px;
    left: calc(50% - 123px);
    top: 100px;
    z-index: 5;
}

.satellite-55 .diy-builder__module[data-modules="a"],
.cell__satellite-55 .diy-builder__module-image-item.ui-draggable-dragging[data-type="a"] {
    width: 240px;
    height: 352px;
}

.satellite-55 .diy-builder__module[data-modules="b"],
.cell__satellite-55 .diy-builder__module-image-item.ui-draggable-dragging[data-type="b"] {
    width: 139px;
    height: 350px;
}

.satellite-55 .diy-builder__module[data-modules="c"],
.cell__satellite-55 .diy-builder__module-image-item.ui-draggable-dragging[data-type="c"] {
    width: 139px;
    height: 174px;
}

.satellite-55 .diy-builder__module[data-modules="d"],
.cell__satellite-55 .diy-builder__module-image-item.ui-draggable-dragging[data-type="d"] {
    width: 139px;
    height: 86px;
}

.satellite-55 .diy-builder__module[data-modules="e"],
.cell__satellite-55 .diy-builder__module-image-item.ui-draggable-dragging[data-type="e"] {
    width: 85px;
    height: 352px;
}

.cell__satellite-55 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Drawer Option"] {
    width: 301px;
    height: 354px;
}

.cell__satellite-55 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Rotative Door Option"] {
    width: 310px;
    height: 364px;
}

.satellite-55 .diy-builder__modules-col {
    width: 139px;
    margin: 0 2px;
}

.satellite-55 .module-here.ui-droppable-disabled .module-Drawer_Option {
    position: relative;
    width: calc(100% + 63px);
    height: calc(100% + 4px);
    max-width: none;
    top: -3px;
    left: -2px;
}

.satellite-55 .module-here.ui-droppable-disabled .module-Rotative_Door_Option {
    position: relative;
    max-width: none;
    left: -15px;
    width: 310px;
    height: 364px;
    top: -5px;
}

/** comet-44 **/

.diy-builder__modules-outer.comet-44:before {
    background-image: url("../images/2D/comet-44/frame.png");
    background-size: auto 100%;
}

.diy-builder__modules-outer.comet-44[data-side="2"]:before {
    background-image: url("../images/2D/comet-44/frame-side-2.png");
}

.diy-builder__modules-outer.comet-44[data-side="3"]:before {
    background-image: url("../images/2D/comet-44/frame-side-3.png");
}

.diy-builder__modules-outer.comet-44[data-side="4"]:before {
    background-image: url("../images/2D/comet-44/frame-side-4.png");
}

.diy-builder__modules-outer.comet-44.diy-hydraulic[data-side="2"]:before {
    background-image: url("../images/2D/comet-44/frame-side-2(Hydraulic).png");
}

.diy-builder__modules-outer.comet-44.diy-hydraulic[data-side="4"]:before {
    background-image: url("../images/2D/comet-44/frame-side-4(Hydraulic).png");
}

.comet-44 .diy-builder__modules-inner {
    width: 186px;
    height: 204px;
    left: calc(50% - 93px);
    top: 129px;
}

.comet-44 .diy-builder__modules-inner .diy-builder__modules .diy-builder__module{
    z-index: 5;
}

.comet-44 .diy-builder__module[data-modules="a"],
.cell__comet-44 .diy-builder__module-image-item.ui-draggable-dragging[data-type="a"]{
    width: 186px;
    height: 204px;
}

.comet-44 .diy-builder__module[data-modules="b"],
.cell__comet-44 .diy-builder__module-image-item.ui-draggable-dragging[data-type="b"]{
    width: 186px;
    height: 139px;
}

.comet-44 .diy-builder__module[data-modules="c"],
.cell__comet-44 .diy-builder__module-image-item.ui-draggable-dragging[data-type="c"]{
    width: 186px;
    height: 65px;
}

.comet-44 .diy-builder__module[data-modules="d"],
.cell__comet-44 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Module CO"],
.cell__comet-44 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Module EL+"]{
    width: 114px;
    height: 89px;
}

.comet-44 [data-side="2"] .diy-builder__module[data-modules="d"],
.comet-44 [data-side="4"] .diy-builder__module[data-modules="d"],
.cell__comet-44 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Module PN"],
.cell__comet-44 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Module EL"]{
    width: 136px;
    height: 94px;
}

.comet-44 .diy-builder__modules-col {
    width: 186px;
    margin: 0;
}

.comet-44 .module-here.ui-droppable-disabled .module-1-3_Panel,
.comet-44 .module-here.ui-droppable-disabled .module-2-3_Panel,
.comet-44 .module-here.ui-droppable-disabled .module-Left_Door {
    max-width: none;
    left: -2px;
    width: calc(100% + 2px);
}

.comet-44 .module-here.ui-droppable-disabled .module-Right_Door {
    max-width: none;
    left: 2px;
    width: calc(100% + 2px);
}

.comet-44 .module-here.ui-droppable-disabled .module-Fixed_Panel {
    max-width: none;
    left: -4px;
    width: calc(100% + 9px);
}

.comet-44 .module-here.ui-droppable-disabled .module-Drawer_Option {
    width: calc(100% + 59px);
    max-width: none;
    left: -2px;
}

.comet-44 .module-here.ui-droppable-disabled .module-Rotative_Door_Option {
    max-width: none;
    width: calc(100% + 62px);
    height: calc(100% + 126px);
    left: -11px;
    top: -15px;
}

.cell__comet-44 .diy-builder__module-item[data-cell="comet-44"][data-side="2"] {
    display: none;
}

.cell__comet-44 .diy-builder__modules-items [data-module-name="Module CO"] img,
.cell__comet-44 .diy-builder__modules-items [data-module-name="Module EL+"] img {
    width: 76px;
    height: 64px;
}

.cell__comet-44 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Drawer Option"] {
    width: 243px;
    height: 202px;
}

.cell__comet-44 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Rotative Door Option"] {
    width: 246px;
    height: 328px;
}

/** comet-33 **/

.diy-builder__modules-outer.comet-33:before {
    background-image: url("../images/2D/comet-33/frame.png");
    background-size: auto 100%;
}

.diy-builder__modules-outer.comet-33[data-side="2"]:before {
    background-image: url("../images/2D/comet-33/frame-side-2.png");
}

.diy-builder__modules-outer.comet-33[data-side="3"]:before {
    background-image: url("../images/2D/comet-33/frame-side-3.png");
}

.diy-builder__modules-outer.comet-33[data-side="4"]:before {
    background-image: url("../images/2D/comet-33/frame-side-4.png");
}

.diy-builder__modules-outer.comet-33.diy-hydraulic[data-side="2"]:before {
    background-image: url("../images/2D/comet-33/frame-side-2(Hydraulic).png");
}

.diy-builder__modules-outer.comet-33.diy-hydraulic[data-side="4"]:before {
    background-image: url("../images/2D/comet-33/frame-side-4(Hydraulic).png");
}

.comet-33 .diy-builder__modules-inner {
    width: 122px;
    height: 201px;
    left: calc(50% - 62px);
    top: 121px;
}

.comet-33 .diy-builder__modules-inner .diy-builder__modules .diy-builder__module{
    z-index: 5;
}

.comet-33 .diy-builder__module[data-modules="a"],
.cell__comet-33 .diy-builder__module-image-item.ui-draggable-dragging[data-type="a"] {
    width: 122px;
    height: 201px;
}

.comet-33 .diy-builder__module[data-modules="b"],
.cell__comet-33 .diy-builder__module-image-item.ui-draggable-dragging[data-type="b"] {
    width: 122px;
    height: 128px;
}

.comet-33 .diy-builder__module[data-modules="c"],
.cell__comet-33 .diy-builder__module-image-item.ui-draggable-dragging[data-type="c"] {
    width: 122px;
    height: 72px;
}

.comet-33 .diy-builder__module[data-modules="d"],
.cell__comet-33 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Module CO"],
.cell__comet-33 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Module EL+"]{
    width: 110px;
    height: 92px;
}

.comet-33 [data-side="2"] .diy-builder__module[data-modules="d"],
.comet-33 [data-side="4"] .diy-builder__module[data-modules="d"],
.cell__comet-33 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Module PN"],
.cell__comet-33 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Module EL"]{
    width: 80px;
    height: 99px;
}

.comet-33 .diy-builder__modules-col {
    width: 122px;
    margin: 0 2px;
}

.cell__comet-33 .diy-builder__modules-items [data-module-name="Module CO"] img,
.cell__comet-33 .diy-builder__modules-items [data-module-name="Module EL+"] img {
    width: 76px;
    height: 64px;
}

.cell__comet-33 .diy-builder__modules-items [data-module-name="Module PN"] img,
.cell__comet-33 .diy-builder__modules-items [data-module-name="Module EL"] img {
    width: 60px;
    height: 75px;
}

.cell__comet-33 .diy-builder__module-item[data-cell="comet-33"][data-side="2"] {
    display: none;
}

.comet-33 .module-here.ui-droppable-disabled .module-2-3_Panel,
.comet-33 .module-here.ui-droppable-disabled .module-Left_Door {
    width: calc(100% + 6px);
    max-width: none;
    left: -6px;
}

.comet-33 .module-here.ui-droppable-disabled .module-Right_Door {
    max-width: none;
    width: calc(100% + 6px);
}

.comet-33 .module-here.ui-droppable-disabled .module-Fixed_Panel {
    width: calc(100% + 16px);
    max-width: none;
    left: -6px;
}

.comet-33 .module-here.ui-droppable-disabled .module-1-3_Panel {
    max-width: none;
    width: calc(100% + 6px);
    left: -6px;
}



/** astro-33 **/

.cell__astro-33 .diy-builder__modules-items [data-module-name="Module CO"] img,
.cell__astro-33 .diy-builder__modules-items [data-module-name="Module EL+"] img {
    width: 76px;
    height: 64px;
}

.cell__astro-33 .diy-builder__modules-items [data-module-name="Module PN"] img,
.cell__astro-33 .diy-builder__modules-items [data-module-name="Module EL"] img {
    width: 60px;
    height: 75px;
}

.diy-builder__modules-outer.astro-33:before {
    background-image: url("../images/2D/astro-33/frame.png");
    background-size: auto 100%;
}

.diy-builder__modules-outer.astro-33[data-side="2"]:before {
    background-image: url("../images/2D/astro-33/frame-side-2.png");
    background-size: auto 100%;
}

.diy-builder__modules-outer.astro-33[data-side="3"]:before {
    background-image: url("../images/2D/astro-33/frame-side-3.png");
    background-size: auto 100%;
}

.diy-builder__modules-outer.astro-33[data-side="4"]:before {
    background-image: url("../images/2D/astro-33/frame-side-4.png");
    background-size: auto 100%;
}

.astro-33 .diy-builder__modules-inner {
    width: 109px;
    height: 91px;
    left: calc(50% - 55px);
    top: 217px;
}

.diy-builder__modules-outer.astro-33[data-side="2"] .diy-builder__modules-inner,
.diy-builder__modules-outer.astro-33[data-side="4"] .diy-builder__modules-inner {
    top: 208px;
    left: calc(50% - 40px);
    width: 80px;
    height: 50px;
}

.diy-builder__modules-outer.astro-33[data-side="1"] .diy-builder__module,
.diy-builder__modules-outer.astro-33[data-side="3"] .diy-builder__module,
.cell__astro-33 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Module EL+"],
.cell__astro-33 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Module CO"] {
    width: 109px;
    height: 91px;
}

.diy-builder__modules-outer.astro-33[data-side="2"] .diy-builder__module,
.diy-builder__modules-outer.astro-33[data-side="4"] .diy-builder__module,
.cell__astro-33 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Module EL"],
.cell__astro-33 .diy-builder__module-image-item.ui-draggable-dragging[data-module-name="Module PN"] {
    width: 80px;
    height: 99px;
}

.cell__astro-33 .diy-builder__module-item[data-cell="astro-33"][data-side="2"] {
    display: none;
}


.diy-builder__modules-outer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 50% 50% no-repeat;
    z-index: 2;
}

.diy-builder__module-image .diy-builder__module-image-item.ui-draggable.ui-draggable-handle {
    z-index: 5;
}

.cell__satellite-66 .diy-builder__option-items,
.cell__satellite-55 .diy-builder__option-items {
    display: none;
}

.diy-builder__popup, .diy-builder__popup--email, .diy-builder__popup--touch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
}

.diy-builder__popup--email {
    z-index: 999999;
}

.diy-builder__popup-inner p {
    font-size: 14px;
    margin: 15px 0;
    line-height: 18px;
    color: #8696A6;
}

.diy-builder__popup-inner {
    background: #fff;
    width: 600px;
    margin: 50px auto;
    text-align: center;
    padding: 15px 30px;
    cursor: default;
    position: relative;
    box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 );
}



.diy-builder__popup-inner h3 {
    font-size: 24px;
    margin: 20px 0;
    color: #303133;
}

.diy-builder__popup-inner input[type="email"] {
    font-size: 14px!important;
    width: 300px!important;
    display: inline-block!important;
    border: 1px solid #d2d2d2!important;
    height: 44px!important;
}

.diy-builder__popup-inner a, .diy-builder__popup-inner .btn {
    border-radius: 2px;
    background-color: #21ABE2;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 12px 30px 9px;
    margin: 23px 5px 13px;
    transition: 0.3s;
    text-decoration: none;
    border:none!important;
}

.diy-builder__popup-inner a:hover {
    background-color: #1c90bf;
}

.diy-builder__popup-inner input[type="email"].input-error {
    border: 1px solid #ff6161;
}

.diy-builder__popup__close {
    position: absolute;
    top:0;
    right:0;
    padding: 20px;
    background: none;
    border:none;
    outline: none;
    color:#21ABE2;
    cursor: pointer;
}

.diy-builder__module-image-item img {
    position: relative;
}

.ui-draggable-dragging {
    z-index: 11;
}


.ui-draggable-dragging .diy-builder__item-image{
    box-shadow: 0 0 0 0;
    border-radius: 0;
}

.fusion-logo-link img {
    max-height: 55px;
    height: auto;
}

html, body.page-template-DiyBuilder {
    overflow: auto !important;
}

.diy-builder .tooltip *{
    color: #fff;
}

.diy-builder__tooltip span {
    display:none;
}

.diy-builder__tooltip:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
    padding: 5px;
    border-radius: 5px;
    color: #303133;
}

