/* Style global */
body {
    margin: 0;
    padding: 60px 0 70px 0;
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
    background: whitesmoke;
}

input, textarea {
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
}

#loading-canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f1f2f3;
    z-index: 9;
    display: none;
}

#loading-canvas .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#loading-canvas img {
    display: block;
}

#loading-cart,
#loading-upload {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(241, 242, 243, 0.7);
    z-index: 9;
    display: none;
}

#loading-cart .box,
#loading-upload .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#loading-cart img,
#loading-upload img {
    display: block;
}

.lds-dual-ring {
    width: 80px;
    height: 80px;
    margin: 0 auto 5px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 6px solid #b52b2b;
    border-color: #2d2d2d transparent #c02f1d transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

img {
    max-width: 100%;
}


#canvas, #canvas-flip-x, #canvas-back{
    border: 1px solid #adadad;
}

.canvas-container{
    margin: 0 auto 15px auto;
}


#canvas-preview,
#canvas-flip-x-preview,
#canvas-back-preview {
    max-width:900px;
    margin: 0 auto;
    position: relative;
}

#canvas-flip-x-preview {
    display: none;
}

#undo,
#redo {
    position: relative;
    top: 10px;
    margin-left: 10px;
    /* border: 1px solid #fff; */
    border: 1px solid #d4d4d4;
    cursor: pointer;
    background: #d4d4d4;
    /* background: #fff; */
    border-radius: 5px;
    /* box-shadow: 0px 0px 7px #bfbfbf7a; */
    padding: 0px 10px 0 30px;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    height: 40px;
    width: 100px;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s;
}

#undo img,
#redo img {
    position: absolute;
    top: 10px;
    left: 10px;
}

#undo:hover,
#redo:hover {
    background: #fff;
    /* background: #d4d4d4; */
    transition: all 0.3s;
}

#np-tabs > div {
    background: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 0px 7px #e0e0e0;
    border-radius: 3px;
}

#np-tabs-header {
    margin: 0 0 3px 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

#np-tabs-header li {
    display: block;
    width: 100%;
    text-align: center;
    margin: 3px;
}

#np-tabs-header li.active a {
    color: #c02f1d;
    border-top: 3px solid #c02f1d;
}

#np-tabs-header li a {
    color: #2d2d2d;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 7px #e0e0e0;
    box-sizing: border-box;
    border-top: 3px solid #ffffff;
    border-radius: 3px;
}

#np-tabs-header li a:hover {
    border-top: 3px solid #c02f1d;
}

#np-tabs-header li img {
    display: block;
    margin: 0 auto 5px auto;
}

/* Style interface */

h1 {
    color: #fff;
    height: 60px;
    float: left;
    margin: 0;
    font-size: 1rem;
    box-sizing: border-box;
    padding: 10px;

    display: none;
}

h1 div {
    font-size: 0.9rem;
    text-decoration: underline;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    h1 {
        color: #fff;
        height: 60px;
        float: left;
        margin: 0 15px;
        font-size: 1.3rem;
        box-sizing: border-box;
        padding: 5px;

        display: block;
    }
    
    h1 div {
        font-size: 1.1rem;
        text-decoration: underline;
    }
}

h2 {
    margin-bottom: -10px;
    color: #c02f1d;
    text-decoration: underline;
    font-size: 16px;
}

h3 {
    margin-bottom: 5px;
    font-size: 14px;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    h2 {
        font-size: 20px;
    }
    
    h3 {
        margin-bottom: 5px;
        font-size: 16px;
    }
}

#np-tabs h3 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 16px;
    background: #2d2d2d;
    padding: 5px 15px;
    color: #f5f5f5;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
}

/* TOP MODULE */
#top-module {
    background: #2aa7c9;
    background: #f91a10;
    background: #3c6382;
    background: #2d2d2d;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px 0px 10px #0000008a;
}

#top-module .item {
    padding: 7px 15px;
    color: #fff;
    height: 60px;
    box-sizing: border-box;
    border-right: 1px solid #484848;
    background: #3c6382;
    background: #2d2d2d;
    cursor: pointer;
    float: right;
    transition: all 0.3s;
}

#top-module .item img {
    display: block;
    margin: 0 auto 5px auto;
    width: 25px;
}

#top-module .item .text {
    font-size: 0.8rem;
}

/* TABLET */
@media screen and (max-width: 1024px) {
    
}

#help-module:hover {
    background: #1492db;
    transition: all 0.3s;
}

#actions-module:hover {
    background: #3ba552;
    transition: all 0.3s;
}

/* FORM PARTS */
#form-parts {
    /* display: flex;
    justify-content: space-evenly; */
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #form-parts {
        display: flex;
        justify-content: space-evenly;
    }
}

#form-parts .canvas-part {
    width: 95%;
    margin: 0 auto;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #form-parts .canvas-part {
        width: 48%;
    }
}

#form-parts .customization-part {
    width: 95%;
    margin: 25px auto 0 auto;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #form-parts .customization-part {
        width: 48%;
    }
}

#texts-part {
    margin-bottom: 15px;
}

#texts-part h3 {
    width: 100%;
}

#texts-part input {
    padding: 7px 30px 7px 15px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0px 0px 7px #c7c7c7; */
    box-shadow: 0px 0px 7px #bfbfbf7a;
    font-size: 16px;
    width: 100%;
    margin: 1%;
    height: 43px;
}

#texts-part textarea {
    padding: 7px 30px 7px 15px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0px 0px 5px #c7c7c7; */
    box-shadow: 0px 0px 7px #bfbfbf7a;
    resize: none;
    font-size: 16px;
    width: 100%;
    margin: 1%;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #texts-part {
        display: flex;
        flex-wrap: wrap;
    }
    
    #texts-part input {
        width: 48%;
        margin: 1%;
    }
    
    #texts-part textarea {
        width: 48%;
        margin: 1%;
    }
}

/* DESKTOP */
@media screen and (min-width: 1500px) {
    #texts-part input {
        width: 31%;
    }
    
    #texts-part textarea {
        width: 31%;
    }
}

#design-part {
}

#design-part > div {
    
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #design-part {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    #design-part > div {
        margin-right: 20px;
        margin-bottom: 10px;
    }
}

#text-alignment {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#text-alignment .title {
    font-weight: bold;
    color: #c02f1d;
    padding: 5px;
    margin-right: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    width: 40%;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #text-alignment {
        margin-bottom: 0;
    }

    #text-alignment .title {
        width: auto;
    }
}

#text-alignment a {
    display: inline-block;
    padding: 8px 7px 0 7px;
    box-sizing: border-box;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    /* border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 5px #c7c7c7; */
    border: 1px solid #d4d4d4;
    box-shadow: 0px 0px 7px #bfbfbf7a;
    background: white;
    transition: all 0.3s;
}

#text-alignment a:hover {
    border: 1px solid #bbbbbb;
    box-shadow: 0px 0px 5px #a7a7a7;
    transition: all 0.3s;
}

#text-alignment a.selected {
    border: 1px solid #c02f1d;
    box-shadow: 0px 0px 5px #a7a7a7;
    transition: all 0.3s;
}

#text-alignment .position-auto {
    margin-top: 5px;
}

#font-choose {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#font-choose .title {
    font-weight: bold;
    color: #c02f1d;
    padding: 5px;
    margin-right: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    width: 40%;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #font-choose {
        margin-bottom: 0;
    }
    
    #font-choose .title {
        width: auto;
    }
}

#font-choose > span {
    margin-right: 5px;
}

#font-choose-select {
    padding: 11px 30px 7px 15px;
    box-sizing: border-box;
    /* border: 1px solid #e6e6e6; */
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0px 0px 5px #c7c7c7; */
    border: 1px solid #d4d4d4;
    box-shadow: 0px 0px 7px #bfbfbf7a;
    height: 43px;
    transition: all 0.3s;
}

#font-choose-select:hover {
    border: 1px solid #a5a5a5;
    transition: all 0.3s;
}

#font-choose-select::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.1px 3.5px 0;
    border-color: #2d2d2d transparent transparent transparent;
    position: absolute;
    top: 18px;
    right: 13px;
}

#font-selection {
    height: 250px;
    overflow-y: auto;
    display: none;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 0;
    /* background: #eaeaea; */
    /* border: 1px solid #b3b3b3; */
}

#font-selection.open {
    display: flex;
}

#font-selection .title-selection {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: #4db882;
    padding: 10px;
}

#font-selection li {
    width: 49%;
    display: block;
    text-align: center;
    border: 1px solid #d4d4d4;
    padding: 10px;
    margin: 0 0.5% 5px 0.5%;
    box-sizing: border-box;
    height: 50px;
    line-height: 29px;
    background: white;
    cursor: pointer;
    box-shadow: 0px 0px 7px #bfbfbf7a;
    border-radius: 5px;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #font-selection li {
        width: 24%;
    }
}

#font-selection li.selected {
    border: 2px solid #4db882;
    position: relative;
}

#font-selection li:hover {
    border: 2px solid #4db882;
}

#background-color-choose,
#color-choose {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#background-color-choose {
    margin-bottom: 15px;
}

#background-color-type .title,
#background-color-choose .title,
#color-choose .title {
    font-weight: bold;
    color: #c02f1d;
    padding: 5px;
    margin-right: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    width: 40%;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #color-choose {
        margin-bottom: 0;
    }
    
    #background-color-choose .title,
    #color-choose .title {
        width: auto;
    }
}

#background-color-choose > span,
#color-choose > span {
    margin-right: 5px;
}

#background-color-choose-select,
#color-choose-select {
    padding: 7px 30px 7px 15px;
    box-sizing: border-box;
    /* border: 1px solid #e6e6e6; */
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0px 0px 5px #c7c7c7; */
    border: 1px solid #d4d4d4;
    box-shadow: 0px 0px 7px #bfbfbf7a;
    height: 43px;
    transition: all 0.3s;
}

#background-color-choose-select:hover,
#color-choose-select:hover {
    border: 1px solid #a5a5a5;
    transition: all 0.3s;
}

#background-color-choose-select::after,
#color-choose-select::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.1px 3.5px 0;
    border-color: #2d2d2d transparent transparent transparent;
    position: absolute;
    top: 18px;
    right: 13px;
}

#background-color-choose-select span,
#color-choose-select span {
    width: 25px;
    height: 25px;
    display: block;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
}

#background-color-selection,
#color-selection {
    /* height: 250px; */
    /* overflow-y: auto; */
    display: none;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 3px;
    /* padding: 15px; */
    /* background: #eaeaea; */
    /* border: 1px solid #b3b3b3; */
}

#background-color-selection.open,
#color-selection.open {
    display: flex;
}

#background-color-selection .title-selection,
#color-selection .title-selection {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: #4db882;
    padding: 10px;
}

#background-color-selection a,
#color-selection a {
    width: 38px;
    height: 38px;
    margin: 3px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.2);
    box-sizing: border-box;
}

#background-color-selection a.active,
#color-selection a.active {
    border: 2px solid #4db882;
    position: relative;
}

#background-color-selection a.active::after,
#color-selection a.active::after {
    position: absolute;
    content: "✔";
    display: block;
    top: -4px;
    right: -4px;
    border-radius: 30px;
    background: #4db882;
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 6px;
    text-align: center;
    line-height: 10px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.logo-disable {
    margin-left: 10px;
    margin-top: 15px;
}

.logo-disable label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #2d2d2d;
    margin-right: 10px;
    cursor: pointer;
}

.logo-disable label[for="np_logo_disable"] {
    margin-right: 25px;
}

.logo-disable .mobile-separator {
    height: 10px;
}

/* TABLET */
@media screen and (min-width: 768px) {
    .logo-disable {
        display: flex;
        align-items: center;
    }
    
    .logo-disable .mobile-separator {
        display: none;
    }

    .logo-disable label[for="np_logo_disable"] {
        margin-bottom: 0;
    }
}

#background-option {
    display: flex;
    align-items: center;
    margin: 10px 15px 15px 0;
}

#background-option label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #2d2d2d;
    margin-right: 10px;
    cursor: pointer;
}

#background-option label[for="np_logo_disable"] {
    margin-right: 25px;
}

.position-auto-switch {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
}

.position-auto-switch label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #2d2d2d;
    margin-right: 10px;
    cursor: pointer;
}

#logo-prefab-theme {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

#logo-prefab-theme .title {
    font-weight: bold;
    color: #c02f1d;
    padding: 5px;
    margin-right: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

#np_logos_search {
    padding: 7px 30px 7px 15px;
    box-sizing: border-box;
    /* border: 1px solid #e6e6e6; */
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0px 0px 5px #c7c7c7; */
    border: 1px solid #d4d4d4;
    box-shadow: 0px 0px 7px #bfbfbf7a;
    height: 43px;
    font-family: 'Cabin';
    font-size: 16px;
    appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAABgWlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kc8rRFEUxz8zRsSIYiEsXhpWiFETG4uRX4XFeMqvzZtn3oyaH6/3ZpJsla2ixMavBX8BW2WtFJGSnbImNug5z6iZZM7t3PO533vP6d5zwasm9ZTt64ZUOmtFRsLKzOycUvGElyaqaMan6bY5MTWsUtLeb/G48brTrVX63L9WvRizdfBUCg/oppUVHhUeX86aLm8JN+gJbVH4RLjDkgsK37h6NM/PLsfz/OmypUYGwVsnrMSLOFrEesJKCcvLCaSSOf33Pu5L/LH09JTEVvEWbCKMEEZhjCEGCdFDv8whOgnSJStK5Hf/5E+SkVxdZpMVLJaIkyBLh6g5qR6TaIgek5Fkxe3/377aRm8wX90fhvJHx3ltg4pN+NpwnI8Dx/k6hLIHOE8X8jP70Pcm+kZBC+xB7RqcXhS06DacrUPjvalZ2o9UJu41DHg5hppZqL+Cqvl8z373OboDdVW+6hJ2dqFdztcufAMp32fKnXwApQAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAEhJREFUCJlly7ERADEIA8GDftwA9EJKpbgtHDHzbyuUtJKZvffmjpmhEfEMABGBuruY2aPcXXRetwJQgK8e9XtXVa+1uqp6ugMvNxdIeakuRAAAAABJRU5ErkJggg==');
    background-position: 91% center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

#np_logos_search:hover {
    border: 1px solid #a5a5a5;
    transition: all 0.3s;
}

#logo-listing {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#logo-listing li {
    display: block;
    padding: 5px 5px 1px 5px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    margin: 2px;
    /* box-shadow: 0px 0px 7px #bfbfbf; */
    box-shadow: 0px 0px 7px #bfbfbf7a;
    border-radius: 5px;
    transition: all 0.3s;
    width: 23.80%;
}

#logo-listing li:hover {
    border: 1px solid #a5a5a5;
    transition: all 0.3s;
}

#logo-listing li img {
    height: auto;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #logo-listing li {
        width: auto;
        margin: 5px;
    }
}

#np_listing_background_search {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#np_listing_background_search li {
    display: block;
    padding: 5px 5px 1px 5px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    margin: 5px;
    /* box-shadow: 0px 0px 7px #bfbfbf; */
    box-shadow: 0px 0px 7px #bfbfbf7a;
    border-radius: 5px;
    transition: all 0.3s;
    width: 30.333%;
}

#np_listing_background_search li:hover {
    border: 1px solid #a5a5a5;
    transition: all 0.3s;
}

#np_listing_background_search li.selected {
    border: 2px solid #4db882;
}

#np_listing_background_search li img {
    height: auto;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #np_listing_background_search li {
        width: auto;
    }
}

#np_listing_fonds_search {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#np_listing_fonds_search li {
    display: block;
    padding: 5px 5px 1px 5px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    margin: 5px;
    /* box-shadow: 0px 0px 7px #bfbfbf; */
    box-shadow: 0px 0px 7px #bfbfbf7a;
    border-radius: 5px;
    transition: all 0.3s;
    width: 30.3333%;
}

#np_listing_fonds_search li:hover {
    border: 1px solid #a5a5a5;
    transition: all 0.3s;
}

#np_listing_fonds_search li img {
    height: auto;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #np_listing_fonds_search li {
        width: auto;
    }
}

#fond-theme {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

#fond-theme .title {
    font-weight: bold;
    color: #c02f1d;
    padding: 5px;
    margin-right: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

#np_fonds_search {
    padding: 7px 30px 7px 15px;
    box-sizing: border-box;
    /* border: 1px solid #e6e6e6; */
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0px 0px 5px #c7c7c7; */
    border: 1px solid #d4d4d4;
    box-shadow: 0px 0px 7px #bfbfbf7a;
    height: 43px;
    font-family: 'Cabin';
    font-size: 16px;
    appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAABgWlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kc8rRFEUxz8zRsSIYiEsXhpWiFETG4uRX4XFeMqvzZtn3oyaH6/3ZpJsla2ixMavBX8BW2WtFJGSnbImNug5z6iZZM7t3PO533vP6d5zwasm9ZTt64ZUOmtFRsLKzOycUvGElyaqaMan6bY5MTWsUtLeb/G48brTrVX63L9WvRizdfBUCg/oppUVHhUeX86aLm8JN+gJbVH4RLjDkgsK37h6NM/PLsfz/OmypUYGwVsnrMSLOFrEesJKCcvLCaSSOf33Pu5L/LH09JTEVvEWbCKMEEZhjCEGCdFDv8whOgnSJStK5Hf/5E+SkVxdZpMVLJaIkyBLh6g5qR6TaIgek5Fkxe3/377aRm8wX90fhvJHx3ltg4pN+NpwnI8Dx/k6hLIHOE8X8jP70Pcm+kZBC+xB7RqcXhS06DacrUPjvalZ2o9UJu41DHg5hppZqL+Cqvl8z373OboDdVW+6hJ2dqFdztcufAMp32fKnXwApQAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAEhJREFUCJlly7ERADEIA8GDftwA9EJKpbgtHDHzbyuUtJKZvffmjpmhEfEMABGBuruY2aPcXXRetwJQgK8e9XtXVa+1uqp6ugMvNxdIeakuRAAAAABJRU5ErkJggg==');
    background-position: 91% center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

#np_fonds_search:hover {
    border: 1px solid #a5a5a5;
    transition: all 0.3s;
}

.separator {
    text-align: center;
    color: #bdbdbd;
    /* color: #c02f1d; */
    font-weight: bold;
    font-size: 18px;
    width: 50px;
    background: #ffffff;
    margin: 15px auto;
    position: relative;
}

.separator::before {
    content: '';
    width: 35vw;
    height: 2px;
    position: absolute;
    top: 9px;
    left: 0;
    transform: translateX(-100%);
    border-top: 4px dotted #bdbdbd;
}

.separator::after {
    content: '';
    width: 35vw;
    height: 2px;
    position: absolute;
    top: 9px;
    right: 0;
    transform: translateX(100%);
    border-top: 4px dotted #bdbdbd;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    .separator::before {
        width: 250px;
    }
    
    .separator::after {
        width: 250px;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 14px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: -2px;
    bottom: -5px;
    background-color: #2d2d2d;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #2d2d2d;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #3ba552;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #2d2d2d;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#logo-custom,
#logo-custom-back {
    text-align: center;
    margin-top: 15px;
}

#logo-custom-upload,
#logo-custom-upload-back {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#logo-custom-upload + label,
#logo-custom-upload-back + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

#logo-custom-upload:focus + label,
#logo-custom-upload-back:focus + label,
#logo-custom-upload.has-focus + label,
#logo-custom-upload-back.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

#logo-custom-upload + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

#logo-custom-upload + label svg,
#logo-custom-upload-back + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

#logo-custom-upload + label,
#logo-custom-upload-back + label {
    color: #2d2d2d;
}

#logo-custom-upload:focus + label,
#logo-custom-upload-back:focus + label,
#logo-custom-upload.has-focus + label,
#logo-custom-upload-back.has-focus + label,
#logo-custom-upload + label:hover,
#logo-custom-upload-back + label:hover {
    color: #c02f1d;
}

#logo-custom-upload + label figure,
#logo-custom-upload-back + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #2d2d2d;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

#logo-custom-upload:focus + label figure,
#logo-custom-upload-back:focus + label figure,
#logo-custom-upload.has-focus + label figure,
#logo-custom-upload-back.has-focus + label figure,
#logo-custom-upload + label:hover figure,
#logo-custom-upload-back + label:hover figure {
    background-color: #c02f1d;
}

#logo-custom-upload + label svg,
#logo-custom-upload-back + label svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}

#background-custom,
#background-custom-back {
    text-align: center;
    margin-top: 15px;
}

#background-custom-upload,
#background-custom-upload-back {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#background-custom-upload + label,
#background-custom-upload-back + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

#background-custom-upload:focus + label,
#background-custom-upload-back:focus + label,
#background-custom-upload.has-focus + label,
#background-custom-upload-back.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

#background-custom-upload + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

#background-custom-upload + label svg,
#background-custom-upload-back + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

#background-custom-upload + label,
#background-custom-upload-back + label {
    color: #2d2d2d;
}

#background-custom-upload:focus + label,
#background-custom-upload-back:focus + label,
#background-custom-upload.has-focus + label,
#background-custom-upload-back.has-focus + label,
#background-custom-upload + label:hover,
#background-custom-upload-back + label:hover {
    color: #c02f1d;
}

#background-custom-upload + label figure,
#background-custom-upload-back + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #2d2d2d;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

#background-custom-upload:focus + label figure,
#background-custom-upload-back:focus + label figure,
#background-custom-upload.has-focus + label figure,
#background-custom-upload-back.has-focus + label figure,
#background-custom-upload + label:hover figure,
#background-custom-upload-back + label:hover figure {
    background-color: #c02f1d;
}

#background-custom-upload + label svg,
#background-custom-upload-back + label svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}

#preview-image {
    width: 1000px;
    display:none;
    position:relative;
    text-align: center;
    font-weight: bold;
    color: #c02f1d;
}

.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000ba;
    display: none;
}

.popup {
    width: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px #000000;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    .popup {
        width: 50%;
    }
}

.popup h3 {
    margin: 0;
}

.popup .close {
    position: absolute;
    top: 7px;
    right: 7px;
    background: #2d2d2d;
    padding: 5px 10px;
    text-align: center;
    display: block;
    margin: auto;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
}

#kit-choice-popup-wrapper {
    display: block;
    z-index: 999999;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#kit-choice-popup {
    /* height: 95vh; */
    overflow: auto;
    width: 100%;
    /* width: 95%; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* background: #ffffff; */
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    /* box-shadow: 0px 0px 7px #000000; */
}

#kit-choice-popup h3 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 22px;
    /* background: #2d2d2d; */
    padding: 5px 15px;
    /* color: #2d2d2d; */
    color: #c02f1d;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
}

/* TABLET */
@media screen and (min-width: 768px) {    
    #kit-choice-popup h3 {
        font-size: 30px;
    }
}

#menu-popup-wrapper {
    display: none;
    z-index: 999999;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#menu-popup {
    /* height: 95vh; */
    overflow: auto;
    width: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* background: #ffffff; */
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    /* box-shadow: 0px 0px 7px #000000; */
}

#menu-popup h3 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 30px;
    /* background: #2d2d2d; */
    padding: 5px 15px;
    /* color: #2d2d2d; */
    color: #c02f1d;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
}

#menu-choose {
    padding: 0;
    margin: 0;
}

#menu-choose li {
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
    font-size: 22px;
}

#choose-template {
    /* display: inline-block;
    color: white;
    text-decoration: underline;
    position: relative;
    top: 9px;
    margin-left: 15px;
    cursor: pointer; */
}

#choose-type {
    /* display: inline-block;
    color: white;
    text-decoration: underline;
    position: relative;
    top: 9px;
    margin-left: 15px;
    cursor: pointer; */
}

#choose-kit {
    /* display: inline-block;
    color: white;
    text-decoration: underline;
    position: relative;
    top: 9px;
    margin-left: 15px;
    cursor: pointer; */
}

#exit-module {
    color: #af2626 !important;
    transition: all 0.3s;
}

.close-menu,
.backToModule,
.backToModel,
.backToKit,
.backToType {
    text-align: center;
    border: 1px solid;
    padding: 10px 25px;
    border-radius: 40px;
    background: black;
    color: white;
    margin: 0 auto 10px auto;
    cursor: pointer;
    display: inline-block;
}

.backToModule {
    display: none;
}

#preview-text {
    color: #c02f1d;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#kit-choice-preview {
    color: #2d2d2d;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

#kit-choice-choose {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#kit-choice-choose > div {
    width: 47%;
    /* width: 100%; */
    color: black;
    text-align: center;
    position: relative;
    font-size: 18px;
    /* font-size: 25px; */
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 0px 7px #0000006b;
    margin-bottom: 10px;
    /* margin-bottom: 15px; */
}

#kit-choice-choose .title {
    padding: 10px;
    background: #c42f1d;
    color: white;
    border-radius: 10px 10px 0 0;
}

#kit-choice-choose .kit-price {
    padding: 10px;
    font-weight: bold;
    display: block;
    /* padding-bottom: 10px; */
    text-align: right;
}

#kit-choice-choose .kit-select {
    padding: 10px 20px;
    font-weight: bold;
    color: #c42f1d;
    font-size: 20px;
    display: none;
    /* display: block; */
}

#kit-choice-choose .magnetic-sticker .title {
    background: #1d77c4;
}

#kit-choice-choose .magnetic-sticker .kit-select {
    color: #1d77c4;
}

/* TABLET */
@media screen and (min-width: 768px) {    
    #kit-choice-choose > div {
        width: 30%;
    }
}

/* DESKTOP */
@media screen and (min-width: 1024px) {    
    #kit-choice-choose > div {
        width: 24%;
        /* width: 30%; */
        height: 50vh;
        background-image: url(../img/kit-back-min.png);
        /* background-size: cover; */
        background-position: center;
        background-repeat: no-repeat;
        padding: 15px;
        box-sizing: border-box;
        color: black;
        text-align: center;
        position: relative;
        font-size: 25px;
        cursor: pointer;
        border-radius: 10px;
        box-shadow: 0px 0px 7px #0000006b;
        transition: all 0.3s;
    }
    
    #kit-choice-choose > div:hover {
        box-shadow: 0px 0px 10px #000000c4;
        transition: all 0.3s;
    }
    
    #kit-full {
        background-image: url(../img/kit-full-min.png) !important;
    }
    
    #kit-side,
    #kit-side-magnetic {
        background-image: url(../img/kit-side-min.png) !important;
    }
    
    #kit-choice-choose .title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        background: #c42f1d;
        color: white;
        border-radius: 10px 10px 0 0;
    }
    
    #kit-choice-choose .kit-price {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 10px;
        font-weight: bold;
    }
    
    #kit-choice-choose .kit-select {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px 20px;
        font-weight: bold;
        color: #c42f1d;
        font-size: 20px;
        display: block;
    }
}


#template-popup-wrapper {
    display: block;
    z-index: 99999;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#template-popup {
    /* height: 95vh; */
    overflow: auto;
    width: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* background: #ffffff; */
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    /* box-shadow: 0px 0px 7px #000000; */
}

#template-popup h3 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 22px;
    /* background: #2d2d2d; */
    padding: 5px 15px;
    /* color: #2d2d2d; */
    color: #c02f1d;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
}

/* TABLET */
@media screen and (min-width: 768px) {
    #template-popup h3 {
        font-size: 30px;
    }
}

#template-popup .no-template {
    text-decoration: underline;
    color: #c02f1d;
    text-align: center;
    cursor: pointer;
    display: none;
}

#template-part {
    margin-top: 10px;
    display: none;
}

#template-part .close {
    text-align: center;
    border: 1px solid;
    width: 100px;
    padding: 10px;
    border-radius: 40px;
    background: black;
    color: white;
    margin: 0 auto 10px auto;
    cursor: pointer;
    display: none;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #template-popup {
        /* width: 50%; */
    }
}

#template-choice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#template-choice > div {
    width: 100%;
    /* background-image: url(../img/full-template.jpg); */
    /* background-size: cover; */
    /* background-position: center; */
    /* padding: 15px; */
    box-sizing: border-box;
    color: white;
    text-align: center;
    position: relative;
    font-size: 25px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 0px 7px #0000006b;
    margin-bottom: 15px;
}

#color-template {
    /* background-image: url(../img/color-template.jpg?refresh=123) !important; */
}

#image-template {
    background-image: url(../img/image-template3.jpg?refresh=123) !important;
}

#template-choice > div::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 0;
    border-radius: 10px; */
}

#template-choice .title {
    padding: 10px;
    background: #c42f1d;
    color: white;
    border-radius: 10px 10px 0 0;
}

#template-choice .kit-select {
    padding: 10px 20px;
    font-weight: bold;
    color: #c42f1d;
    font-size: 20px;
    display: block;
}

#template-choice .box {
    position: relative;
    z-index: 1;
}

#template-choice svg {
    width: 50px;
    fill: #313131;
    /* fill: #ffffff; */
    display: block;
    margin: 15px auto;
}

/* TABLET */
@media screen and (min-width: 768px) {    
    #template-choice > div {
        width: 30%;
    }
}

/* DESKTOP */
@media screen and (min-width: 1024px) {    
    #template-choice > div {
        width: 30%;
        height: 50vh;
        /* background-image: url(../img/full-template.jpg); */
        /* background-size: cover; */
        /* background-position: center; */
        /* padding: 15px; */
        box-sizing: border-box;
        color: white;
        text-align: center;
        position: relative;
        font-size: 25px;
        cursor: pointer;
        border-radius: 10px;
        box-shadow: 0px 0px 7px #0000006b;
    }
    
    #template-choice > div:hover {
        box-shadow: 0px 0px 10px #000000c4;
        transition: all 0.3s;
    }
    
    #color-template {
        /* background-image: url(../img/color-template.jpg?refresh=123) !important; */
    }
    
    #image-template {
        background-image: url(../img/image-template3.jpg?refresh=123) !important;
    }
    
    #template-choice > div::before {
        /* content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 0;
        border-radius: 10px; */
    }

    #template-choice .title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        background: #c42f1d;
        color: white;
        border-radius: 10px 10px 0 0;
    }
    
    #template-choice .kit-select {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px 20px;
        font-weight: bold;
        color: #c42f1d;
        font-size: 20px;
    }
    
    #template-choice .box {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 90%;
        z-index: 1;
    }
    
    #template-choice svg {
        width: 30%;
        /* fill: #ffffff; */
        /* display: block; */
        margin: 0 auto 15px auto;
    }
}

#template-listing {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#template-listing li {
    display: block;
    padding: 5px 5px 1px 5px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    margin: 1%;
    /* box-shadow: 0px 0px 7px #bfbfbf; */
    box-shadow: 0px 0px 7px #bfbfbf7a;
    border-radius: 5px;
    transition: all 0.3s;
    /* width: 100%; */
}

#template-listing li:hover {
    border: 1px solid #a5a5a5;
    transition: all 0.3s;
}

#template-listing li img {
    height: auto;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #template-listing li {
        /* width: 31.3333%; */
    }
}

#background-theme-type {
    display: none;
}

.help-button {
    width: 25px;
    height: 25px;
    background: #565656;
    border-radius: 50%;
    padding: 4px 9px;
    color: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}


/* BOTTOM MODULE */
#bottom-module {
    background: #2aa7c9;
    background: #f91a10;
    background: #3c6382;
    background: #fff;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px 0px 10px #0000008a;
}

#preview-image-action {
    /* float: right;
    line-height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    background: #c02f1d;
    position: relative;
    color: #fff;
    border: 0;
    box-sizing: border-box;
    text-transform: uppercase;
    height: 60px;
    width: 60px;
    cursor: pointer;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    text-indent: -99999px; */
}

#preview-image-action img {
    /* position: absolute;
    top: 18px;
    left: 18px; */
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #preview-image-action {
        /* float: right;
        line-height: 40px;
        margin-top: 5px;
        margin-right: 0;
        background: #c02f1d;
        position: relative;
        color: #fff;
        border: 0;
        padding: 10px 20px 10px 50px;
        box-sizing: border-box;
        text-transform: uppercase;
        height: 60px;
        width: auto;
        cursor: pointer;
        font-family: 'Cabin', sans-serif;
        font-size: 14px;
        text-indent: 0;
        border-radius: 0;
        box-shadow: none;
        transition: all 0.3s; */
    }
    
    #preview-image-action:hover {
        /* background: #8d1f11;
        transition: all 0.3s; */
    }
    
    #preview-image-action img {
        /* top: 17px;
        left: 12px; */
    }
}

#quantity-module {
    float: right;
    height: 60px;
    padding: 0 15px;
    margin-top: 8px;
    display: none;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #quantity-module {
        display: block;
    }
}

#quantity-module label {
    display: inline-block;
    margin-right: 5px;
}

#quantity-module .btns-plus-minus {
    display: inline-block;
    height: 30px;
    border: 1px solid #ababab;
    position: relative;
    top: 11px;
}

#quantity_decrease {
    padding: 4px 10px;
    border: 1px solid;
    background: #9e9e9e;
    color: white;
    text-decoration: none;
    height: 30px;
    box-sizing: border-box;
    float: left;
    display: inline-block;
}

#quantity_decrease:hover {
    background: #dc4343;
    transition: all 0.3s;
}

#quantity {
    width: 39px;
    box-sizing: border-box;
    height: 30px;
    float: left;
    border: 0;
    text-align: right;
}

#quantity_increase {
    padding: 4px 10px;
    border: 1px solid;
    background: #9e9e9e;
    color: white;
    text-decoration: none;
    height: 30px;
    box-sizing: border-box;
    float: left;
    display: inline-block;
}

#quantity_increase:hover {
    background: #3ba552;
    transition: all 0.3s;
}

#price {
    margin-top: 5px;
    padding: 7px 15px;
    color: #000;
    height: 60px;
    line-height: 35px;
    box-sizing: border-box;
    background: #f6b93b;
    float: right;
    /* margin-left: 5px; */

}

#submitCart {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    float: right;
    height: 60px;
}

#submitCart button {
    position: relative;
    background: #3ba552;
    color: #fff;
    border: 0;
    box-sizing: border-box;
    text-transform: uppercase;
    height: 60px;
    width: 60px;
    cursor: pointer;
    font-family: 'Cabin', sans-serif;
    text-indent: -99999px;
    /* border-radius: 50%;
    top: -25px;
    right: 10px;
    box-shadow: 0px 0px 7px #2d2d2d; */
}

#submitCart button img {
    position: absolute;
    top: 17px;
    left: 17px;
}

/* TABLET */
@media screen and (min-width: 1024px) {
    #submitCart button {
        position: relative;
        padding: 10px 20px 10px 50px;
        border-radius: 0;
        height: 60px;
        width: auto;
        text-indent: 0;
        top: 0;
        right: 0;
        box-shadow: none;
        transition: all 0.3s;
    }
    
    #submitCart button:hover {
        background: #2b8c40;
        transition: all 0.3s;
    }
    
    #submitCart button img {
        top: 17px;
    }
}