/* width */
/*::-webkit-scrollbar {
    width: 0px;
}*/
#thisProdColor .colorBox {
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    display: inline-block;
}
.signUpForSpecialOffer{
    background-color: #000;
    color: #fff;
    padding: 30px 30px;
}
.signUpForSpecialOffer input{
    width: 100%;
    background-color: #fff;
    outline: none;
    border: 0px;
    padding: 10px 150px 10px 10px;
    color: #000;
    letter-spacing: 2px;
    font-size: 20px; 
}
.signUpForSpecialOffer button{
    position: absolute;
    margin: 0;
    right: 0;
    height: 50px;
}
#cartList li prodfrontImg, #cartList li prodbackImg{
    position: relative;
}
#cartList li prodfrontArtImg, #cartList li prodbackArtImg{
    position: relative;
}
#cartList li prodfrontImg span, #cartList li prodbackImg span{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    bottom: -45px;
    font-size: 12px;
}
#cartList li prodfrontArtImg span, #cartList li prodbackArtImg span{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    bottom: -45px;
    font-size: 12px;
}
.hero-bkg-animated {
    background: gray url('../img/botBack.png') repeat 0 0;
    width: 100%;
    height: 100%;
        background-size: 27%;
    box-sizing: border-box;
    -webkit-animation: slide 20s linear infinite;
}

.hero-bkg-animated h1 {
    font-family: sans-serif;
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -400px 0;
    }
}

body {
    font-family: Product Sans Medium Regular;
    overflow-x: hidden;
}

#designtool {
    padding: 0px 200px;
}

.enhancementsData {
    margin-bottom: 100px;
}

#mainMenuBar {
    display: inline-block;
}

#mainImage {
    display: inline-block;
    width: 20%;
}

#mainImage img {
    width: 65%;
}

#mainMenuBar {
    display: inline-block;
    width: 80%;
}

#mainMenuBar li {
    display: inline-block;
    padding: 40px 0px;
}

#mainMenuBar li a {
    padding: 0px 10px;
    ;
}

.enhancements {
    padding: 100px 50px 0px;
    background-color: #fff;
    background-image: url('../img/heading-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% -150%;
}

.enhancements h1 {
    width: 35%;
    margin: 0 auto;
    border-bottom: 2px solid #000;
    text-align: center;
}

.enhancements p {
    font-size: 16px;
    text-align: center;
}

#enhanceImages img {
    width: 50%;
    width: 20%;
    display: inline-block;
    float: left;
}


.moreInfo {
    padding: 100px 21%;;
    background-color: #eee;

    background-image: url(../img/chooseUs.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.moreInfo h1 {
    width: 60%;
    margin: 0 auto;
    border-bottom: 2px solid #fff;
    color: #fff;

    text-align: center;
}

.moreInfo p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
}

.moreInfo i {
    font-size: 50px;
    margin-bottom: 20px;
}


.freeShipping {
    padding: 100px;
    background-color: #fff;
}

.freeShipping h1 {
    width: 60%;
    margin: 0 auto;
    border-bottom: 2px solid #000;
    color: #000;

    text-align: center;
}

.freeShipping p {
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
}

.peopleSaying {
    padding: 100px;
    background-image: url(../img/peopleSaying.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
}

.peopleSayingBox {
    padding: 40px;
    background-color: rgba(32, 32, 32, 0.58);
}

.usingBrands {
    padding: 10px 0px;
    background-color: #fff;
}

.usingBrands img {
    width: 120px;
    margin-right: 100px;
}

.usingBrands img:hover {
    cursor: pointer;
}

.clientBrands {
    background-color: #5b5b5b;
    padding: 50px 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
}

footer {
    padding: 30px 100px 10px;
    background-color: #000;
    -webkit-box-shadow: 0px -1px 10px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 10px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 10px 2px rgba(0, 0, 0, 0.75);

}

footer i {
    font-size: 30px;
}

footer p {
    font-size: 12px;
}

footer a {
    color: #fff;
    margin-right: 10px;
}

footer ul {
    padding: 0px 15px;
    margin: 0px;
}

footer ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

footer ul li:hover {
    cursor: pointer;
    color: #777;
}

.homeDecor {
    padding: 50px 100px;
}

.designer {
    padding: 50px 0px;
}

.seasonalGift {
    padding: 50px 100px;
}

.uiView {
    padding-top: 120px;
}

.freeShipping .row {
    margin: 0px 250px;
}

#designerProducts .swiper-slide:hover {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important;

    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important;
}

#designerProducts .selected {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important;

    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important;
}

.upper-canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#c {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.canvas-container {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

#frontScanLine,
#backScanLine,
#leftScanLine,
#rightScanLine {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    box-shadow:
        0 0 10px 2px #fff,
        0 0 30px 4px #f00,
        0 0 70px 8px #f00;
}

#designerProductColor .colorBox.selected {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important;

    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75) !important;

}

#cartList img {
    background-image: url(../img/artboard.png);
    background-size: 40%;
    background-color: #fff;
}

loadingScreen h4 {
    color: #fff;
    font-size: 16px;
    position: absolute;
    margin: auto;
    width: 160px;
    text-align: center;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    height: 20px;
}

/* customizable snowflake styling */
.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {

    0%,
    100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(80px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 2s, 0s;
    animation-delay: 2s, 0s
}

.snowflake:nth-of-type(11) {
    left: 65%;
    -webkit-animation-delay: 4s, 2.5s;
    animation-delay: 4s, 2.5s
}


/*----------------------------Loader ---------------------------------------------*/
@keyframes container-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    100% {
        transform: rotate(1080deg);
    }
}

@keyframes left-spin {
    0% {
        transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(130deg);
    }
}

@keyframes right-spin {
    0% {
        transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-130deg);
    }
}

.preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}

.preloader-wrapper.big {
    width: 4rem;
    height: 4rem;
}

.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 3rem;
    height: 3rem;
    font-size: 0;
}

.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-green-only,
.active .spinner-layer.spinner-primary-color-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.preloader-wrapper .spinner-blue,
.preloader-wrapper .spinner-blue-only {
    border-color: #4285f4;
}

.preloader-wrapper .spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader-wrapper .spinner-layer .circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.preloader-wrapper .spinner-layer .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    transform: rotate(129deg);
}

.preloader-wrapper .spinner-layer .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: .1875rem;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.active .circle-clipper.left .circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both !important;
    animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both !important;
}

.preloader-wrapper .spinner-layer .gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.preloader-wrapper .spinner-layer .gap-patch .circle {
    width: 1000%;
    left: -450%;
}

.preloader-wrapper .spinner-layer .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    transform: rotate(-129deg);
}

.active .circle-clipper.right .circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.preloader-wrapper .spinner-layer .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: .1875rem;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}


/*-------------------------------------------- Media Queries -----------------------------------------------------------*/
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1371px) and (max-width: 1660px) {
    #designtool {
        padding: 0px 5px;
    }
    #holidayImg{
        width: 45%;
    }
    #checkOutModal .modal-dialog {
        max-width: 75%;
    }
}

@media (min-width: 1281px) and (max-width: 1370px) {
    #designtool {
        padding: 0px 5px;
    }

    #checkOutModal .modal-dialog {
        max-width: 75%;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    #mainMenuBar,
    #currencyMenuBar {
        display: none;
    }

    #designtool {
        padding: 0px 5px;
    }

    #mainImage img {
        width: 70%;
    }

    #hamBurgerMenu {
        position: absolute;
        right: 15px;
        display: block
    }

    .enhancements {
        padding: 80px 50px;
        background-color: #fff;
        background-image: url('../img/heading-bg.jpg');
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center;
    }

    .enhancements h1 {
        width: 60%;
        font-size: 25px;
        margin: 0 auto;
        border-bottom: 2px solid #000;
        text-align: center;
    }

    .enhancements p {
        font-size: 16px;
        text-align: center;
    }

    .moreInfo {
        padding: 50px 50px;
    }

    .moreInfo h1 {
        width: 100%;
        font-size: 24px;
    }

    .moreInfo p {
        font-size: 12px;
    }

    .freeShipping {
        padding: 50px 50px;
    }

    .freeShipping h1 {
        width: 100%;
        font-size: 24px;
    }

    .freeShipping p {
        font-size: 12px;
    }

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    #designtool {
        padding: 0px 5px;
    }

    

    #mainMenuBar,
    #currencyMenuBar {
        display: none;
    }

    #mainImage img {
        width: 100%;
    }

    #hamBurgerMenu {
        position: absolute;
        right: 15px;
        display: block
    }

    .enhancements {
        padding: 80px 50px;
        background-color: #fff;
        background-image: url('../img/heading-bg.jpg');
        background-repeat: no-repeat;
        background-size: 70%;
        background-position: center;
    }

    .enhancements h1 {
        width: 60%;
        font-size: 25px;
        margin: 0 auto;
        border-bottom: 2px solid #000;
        text-align: center;
    }

    .enhancements p {
        font-size: 16px;
        text-align: center;
    }

    #enhanceImages img {
        width: 50%;
        width: 20%;
        display: inline-block;
        float: left;
    }

    .moreInfo {
        padding: 50px 50px;
    }

    .moreInfo h1 {
        width: 60%;
        font-size: 24px;
    }

    .moreInfo p {
        font-size: 12px;
    }

    .freeShipping {
        padding: 50px 50px;
    }

    .freeShipping h1 {
        width: 60%;
        font-size: 24px;
    }

    .freeShipping p {
        font-size: 12px;
    }

    footer i {
        font-size: 20px;
    }

    footer h6 {
        font-size: 12px;
    }

    footer p {
        font-size: 8px;
    }

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    

    #mainMenuBar,
    #currencyMenuBar {
        display: none;
    }

    #mainImage img {
        width: 100%;
    }

    #hamBurgerMenu {
        position: absolute;
        right: 35px;
        display: block
    }

    .carousel-indicators {
        bottom: -20px;
    }

    .enhancements {
        padding: 80px 50px;
        background-color: #fff;
        background-image: url('../img/heading-bg.jpg');
        background-repeat: no-repeat;
        background-size: 70%;
        background-position: center;
    }

    .enhancements h1 {
        width: 60%;
        font-size: 35px;
        margin: 0 auto;
        border-bottom: 2px solid #000;
        text-align: center;
    }

    .enhancements p {
        font-size: 15px;
        text-align: center;
    }

    #enhanceImages img {
        width: 50%;
        width: 20%;
        display: inline-block;
        float: left;
    }

    .moreInfo {
        padding: 50px 50px;
    }

    .moreInfo h1 {
        width: 60%;
        font-size: 28px;
    }

    .moreInfo p {
        font-size: 12px;
    }

    .freeShipping {
        padding: 50px 50px;
    }

    .freeShipping h1 {
        width: 60%;
        font-size: 28px;
    }

    .freeShipping p {
        font-size: 12px;
    }

    footer i {
        font-size: 28px;
    }

    footer h6 {
        font-size: 18px;
    }

    footer p {
        font-size: 10px;
    }

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    

    #mainMenuBar,
    #currencyMenuBar {
        display: none;
    }

    #mainImage img {
        width: 100%;
    }

    #hamBurgerMenu {
        position: absolute;
        right: 15px;
    }

    .carousel-indicators {
        bottom: -20px;
    }

    .enhancements {
        padding: 55px 50px;
        background-color: #fff;
        background-image: url('../img/heading-bg.jpg');
        background-repeat: no-repeat;
        background-size: 70%;
        background-position: center;
    }

    .enhancements h1 {
        width: 60%;
        font-size: 25px;
        margin: 0 auto;
        border-bottom: 2px solid #000;
        text-align: center;
    }

    .enhancements p {
        font-size: 12px;
        text-align: center;
    }

    #enhanceImages img {
        width: 50%;
        width: 20%;
        display: inline-block;
        float: left;
    }

    .moreInfo {
        padding: 50px 50px;
    }

    .moreInfo h1 {
        width: 100%;
        font-size: 24px;
    }

    .moreInfo p {
        font-size: 12px;
    }

    .freeShipping {
        padding: 50px 50px;
    }

    .freeShipping h1 {
        width: 100%;
        font-size: 24px;
    }

    .freeShipping p {
        font-size: 12px;
    }

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .freeShipping .row {
        margin: 0px 30px;
    }
#holidayImg{
        width: 100%;
    }
    #mainMenuBar,
    #currencyMenuBar {
        display: none;
    }

    #mainImage img {
        width: 100%;
    }

    #hamBurgerMenu {
        position: absolute;
        right: 15px;
    }

    .carousel-indicators {
        bottom: -20px;
    }

    .enhancements {
        padding: 50px 50px 0px;
        background-color: #fff;
        background-image: url('../img/heading-bg.jpg');
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: 50% 30%;
    }

    .enhancements h1 {
        width: 100%;
        font-size: 18px;
        margin: 0 auto;
        border-bottom: 2px solid #000;
        text-align: center;
    }

    .enhancements p {
        font-size: 9px;
        text-align: center;
    }

    #enhanceImages img {
        width: 50%;
        width: 20%;
        display: inline-block;
        float: left;
    }

    .moreInfo {
        padding: 50px 50px;
    }

    .moreInfo h1 {
        width: 100%;
        font-size: 24px;
    }

    .moreInfo p {
        font-size: 10px;
    }

    .freeShipping {
        padding: 50px 50px;
    }

    .freeShipping h1 {
        width: 100%;
        font-size: 24px;
    }

    .freeShipping p {
        font-size: 10px;
    }

    footer {
        padding: 30px 15px;
    }

    .peopleSaying {
        padding: 0px;
    }

    .peopleSaying .carousel-item {
        padding: 0px 15px !important;
    }

    .homeDecor {
        padding: 10px;
    }

    .seasonalGift {
        padding: 10px;
    }

    

    .uiView {
        padding-top: 55px;
    }
}

/*------------------------------------- Designer -----------------------------------------*/
#customizeProdColors .customColorBox{
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    border: 1px solid #ccc;
    margin:0 5px 5px 0;
}
.viewFinal{
            background-color: #fff;
    padding: 2px 6px 2px 6px;
    border-radius: 50%;
    font-weight: bold;
    position: absolute;
    top: -18px;
    right: -18px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    font-family: cursive;
}
.deleteArt{
    background-color: red;
        padding: 1px 7px 1px 7px;
    border-radius: 50%;
    font-weight: bold;
    position: absolute;
        top: -18px;
    left: -18px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    font-family: cursive;
}
.artwork {
    display: grid;
    align-items: center;
    justify-items: center;
    max-width: 100vw;
}
.panel {
        width: 565px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    margin: 0px auto;
    height: 565px;
}
.artwork-shirt-image {
    position: absolute;
    top: 0;
    left: 0;
    margin:auto;
    right: 0;
    z-index: 9;
    width: 565px;
    pointer-events: none;
}
.majorCanvas{
    margin: auto;
    bottom:0;
    background-size: contain;
    background-repeat: no-repeat;
    right:0;
    z-index: 9;
    border:1px dashed #4af !important;
    position: absolute;
    background: transparent;
}
.printableArea{
    width: 100%;
    left: 0px;
    font-size: 13px;
    font-family: cursive;
    bottom: -25px;
    padding: 3px 0px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    transition: all 0.1s linear 0s;
    opacity: 1;
}
.artOffLimitError{
    display: none;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    left: 0;
    width: 100%;
    top: -26px;
    padding: 5px 0px;
    background: #ea5050;
    color: #fff;
    font-size: 10px;
    font-family: cursive;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.resize-drag {
    touch-action: none;
  background-color: transparent;
    display: flex;
background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  width: 70%;
    height: auto;
    border: 1px dashed #4af;
  box-sizing: border-box;
}
.topCenter{
    width:10px;height: 10px;background-color: #4af;position: absolute;left: 0px;right: 0px;border-radius: 50%;border:2px solid #fff;margin: auto;top:-6px;
}
.rightCenter{
    width:10px;height: 10px;background-color: #4af;position: absolute;right: -6px;border-radius: 50%;border:2px solid #fff;margin: auto;top:0px;bottom: 0px;
}
.bottomCenter{
    width:10px;height: 10px;background-color: #4af;position: absolute;bottom: -6px;border-radius: 50%;border:2px solid #fff;margin: auto;right:0px;left: 0px;
}
.leftCenter{
    width:10px;height: 10px;background-color: #4af;position: absolute;left: -6px;border-radius: 50%;border:2px solid #fff;margin: auto;top:0px;bottom: 0px;
}
.topLeftCorner{
    width:10px;height: 10px;background-color: #4af;position: absolute;left: -6px;top: -6px;border-radius: 50%;border:2px solid #fff; 
}
.topRightCorner{
    width:10px;height: 10px;background-color: #4af;position: absolute;right: -6px;top: -6px; border-radius: 50%;border:2px solid #fff;
}
.bottomLeftCorner{
    width:10px;height: 10px;background-color: #4af;position: absolute;left: -6px;bottom: -6px; border-radius: 50%;border:2px solid #fff;
}
.bottomRightCorner{
    width:10px;height: 10px;background-color: #4af;position: absolute;right: -6px;bottom: -6px; border-radius: 50%;border:2px solid #fff;
}
.artwork-toolbox {
    display: grid;
    width: auto;
    column-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(15px, max-content));
    justify-content: space-around;
    padding: 5px 0;
    width: 100%;
    left: 0px;
    bottom: -42px;
    position: absolute;
    transition: all 0.25s ease-out 0s;
    opacity: 1;
    pointer-events: all;
    background: rgba(0, 0, 0, 1);
}
.btn-icon{
    background-color: #000;
    padding: 3px 5px;
    border: 0px;
    cursor: pointer;
}
.btn-icon:hover{
    background-color: #464545;
}

.custom-file-input {
              color: transparent;
    outline: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    left: 0;
    margin: auto;
    width: 150px;
    height: 30px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
    position: absolute;
    content: 'Browse your Library';
    display: inline-block;
    border-radius: 50px;
    background: #2280c1;
    color: #fff;
    padding: 4px 8px;
    /* width: 80%; */
    outline: none;
    text-align: center;
    cursor: pointer;
    /* font-weight: 300; */
    font-size: 15px;
}
.custom-file-input:hover{
    outline: none;
}
.custom-file-input:hover::before {
  border-color: #2280c1;
    background: #2276b1;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #2280c1, #2280c1); 
}
#printAreas .selectedPrintArea {
    border: 1px solid #cf2027 !important;
    background-color: #d6242bba;
    color: #fff;
}
.printAreaBox {
    height: 30px;
    padding: 2px 0px;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #fff;
    color: #000;
    cursor: pointer;
}
.prodHeading {
    background-color: #a1a1a1;
    margin: 0px -15px 7px;
    text-align: center;
    color: #fff;
}
#categories p:hover {
    background-color: #cf2027;
    color: #fff;
}
#SubCategories span:hover{
    background-color: #cd0026;
}
#SubCategories span:hover path{
    fill: #fff !important;
}
#SubCategories span:hover p{
    color: #fff !important;
}
#thisProdColor .colorBox:hover {
    background-color: #ccc;
    cursor: pointer;
}
#thisProdColor .selected {
    border: 1px solid #cf2027 !important;
}
.tooltip{
    z-index: 99999999999;
}
#categories .selectedCat {
    background-color: #cf2027;
    color: #fff;
}
.printAreaBox:hover {
    border: 1px solid #cf2027 !important;
    background-color: #d6242bba;
    color: #fff;
}
.designerLines {
    background-repeat: no-repeat;
    background-position: center;
}