::-webkit-scrollbar {
    width: 0px;
}
.sentOrders:hover{
    cursor: pointer;
    background-color: #ccc;
}
.selectedSentOrder{
    background-color: #a8ecab;
}


.selectedMultiMockGen{
        border: 1px solid #4CAF50;
}
.warningArtImg{
    border: 2px solid #FF9800 !important;
}
botorderproductprintareas i:hover{
    background-color: #4285f4;
    color: #fff;
    cursor: pointer;
}

.borderRed{
    border: 3px solid red !important;
}
.swiper-button-next, .swiper-button-prev{
    z-index: 9999999 !important;
    background-size: 66px 30px !important;
}
.swiper-button-next:hover{
    background-size: 66px 20px !important;
        background-color: aliceblue;
}
.swiper-button-prev:hover{
    background-size: 66px 20px !important;
        background-color: aliceblue;
}
.nav-tabs .nav-item{
        margin-bottom: -2px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.loading{
    display: none;
}
.productBox img{
    background-image: url(../img/artboard.png);
    background-repeat: repeat;
    background-size: 17px;
}
.tooltip img{
    width: 100%;
    margin: 5px 0px;
}
.mainProgress{
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 2px; 
}
.mainProgress .progress-bar{
    height: 2px;
    width: 0%;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #4285f4, 0 0 8px #4285f4, 0 0 10px #4285f4, 0 0 12px #4285f4, 0 0 14px #4285f4;
  }
  
  to {
    text-shadow: 0 0 4px #fff, 0 0 6px #6e9dea, 0 0 8px #6e9dea, 0 0 10px #6e9dea, 0 0 12px #6e9dea, 0 0 14px #6e9dea, 0 0 16px #6e9dea;
  }
}
#mockUpGenCat .selected{
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
    background-color: #7777771f;
}
#mockUpGenCat .selected .card{
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);  
    background-color: transparent;

}
/*#mockUpGenCat .swiper-slide:hover{
    border: 1px solid #ccc; 
}*/

body{
    font-family: Product Sans Medium Regular;
}
.loginBox{
    padding:20px;
    width: 450px;
    height: 235px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 12px;
}
.beta{
    width: 100px;
    position: absolute;
    top:-5px;
    left: -5px;
}
/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
  width: 40%;
  border-radius: 50%;
}
#passStrnth ul li{
        padding: 0px;
    text-align: left;
    border: 0;
    list-style-type: circle !important;
    font-size: 13px;
}


header{
    position: fixed;
    height: 64px;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    border-bottom: solid 1px #e5e5e5;
}
headerLogo{
    position: absolute;
    padding: 24px 0px 24px 120px;;
    top: 0;
    left: 0;
    bottom: 0;
    width: 232px;
    border-right: solid 1px #e5e5e5;
    box-shadow: 8px 0 10px -2px rgba(0,0,0,.05);
    line-height: 1;
    font-size: 16px;
    z-index: 101;
    background-image: url('../img/BOT_Logo.png');
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: 15% 50%;
}

.dashboardMenu{
    position: absolute;
    top: 0;
    height: 64px;
    left: 0;
    padding-left: 232px;
    width: 100%;
}

#userBar{
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

#userBar li{
    display: inline-block;
    padding: 29px 10px 15px;
    color: #777;
    margin-top: -4px;
}

#userBar li img{
    position: absolute;
    top: 15px;
    left: 25px;
    width: 55px;
}
#userBar li .fa-angle-down{
    position: absolute;
    top: 32px;
    right: 0px;
}
#userBar .dropdown-menu a:hover{
    background-color: #4285f4;
    color: #fff !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
}
#userBar .dropdown-menu a:active{
    background-color: #f8f9fa !important;
}
.dropdown-menu.show{
    left: 3px !important;
        padding: 8px 10px;
}

.dashboardSidebar{
        position: fixed;
    width: 232px;
    top: 64px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-right: solid 1px #e5e5e5;
    box-shadow: 8px 0 10px -2px rgba(0,0,0,.05);
    display: flex;
    flex-direction: column;
}
.dashboardSidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0 0;
}
.dashboardSidebar ul li{
    padding: 12px 24px;
    color:#777;
    font-size: 16px;
    font-weight: 100;
    cursor: pointer;
}
.dashboardSidebar ul li i{
    font-size: 24px;
    margin-right: 10px;
    float: left;
    
}
.dashboardSidebar ul li:hover{
    color:#000;
}
.dashboardSidebar .bottomMenu{
    width: 232px;
}


.printingMethods a{
    color: #777;
}
.printingMethods a:hover{
    color: #000;
}
.printingMethods a i{
    position: absolute;
    right: 20px;
    font-size: 18px;
}
.selected{
    color:#000 !important;
}
.selected i{
    color: #075ae4;
}

/* Hide the browser's default checkbox */
#deleteAccount,#addNewProdInDatabase,#shopifyPermission,#etsyPermission,#addNewMockProdInDatabase,#paymentAuto,#wooPermission,#bigPermission,#shipFromAdd{
    position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#signUpModal .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#deactivateAcc .checkmark{
    border: 2px solid #dc3545;
}
/* When the checkbox is checked, add a blue background */
#deactivateAcc .container input:checked ~ .checkmark {
  background-color: #dc3545;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
    border: 2px solid #4285f4;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #4285f4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
      left: 6px;
    top: 3px;
    width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    position: absolute;
    right: 0px;
    font-size: 14px;
    padding: 5px 20px;
    color: white;
    background-color: #075ae4;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #04378c;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.transparentBack{
    padding: 25px;
    position: relative;
    height: 225px;
    text-align: center;
    background-image: url(../img/artboard.png);
    background-repeat: repeat;
}
.upImage{
        height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.fileLibraryPage .card h6{
    display: inline-block;
    width: 190px;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.rightSideLogin{
    background-image: url(../img/sideImage.jpg);
    /*background-image: url(../img/sideImage1.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.login-new__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(28,28,28,.3);
}
.login-new__overlay-text {
    position: absolute;
    bottom: 0;
    padding: 64px;
    color: #fff;
}
.integrationStores{
    padding: 20px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    height: 255px;
    position: relative;
}
.integrationStores:hover{
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.newProd{
    list-style-type: none;
    margin: 0px 0px 50px 0px !important;
    padding: 0px !important;
}
#imgPreviewBox{
    border: 1px solid #e5e5e5;
    height: 350px;
    position: relative;
    width: 100%;
}
#imgPreviewBox input{
    position: absolute;
    width: 100px;;
    bottom: 0px;
}
#imgPreviewBox img{
    width:50%;
        position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
#artWorkPreviewBox{
    border: 1px solid #e5e5e5;
    height: 350px;
    position: relative;
    width: 100%;
}
#artWorkPreviewBox input{
    position: absolute;
    width: 100px;;
    bottom: 0px;
}
#artWorkPreviewBox img{
    width:33%;
        position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

#artWorkPreviewBoxBack{
    border: 1px solid #e5e5e5;
    height: 350px;
    position: relative;
    width: 100%;
}
#artWorkPreviewBoxBack input{
    position: absolute;
    width: 100px;;
    bottom: 0px;
}
#artWorkPreviewBoxBack img{
    width:33%;
        position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.prodInputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.prodInputfile + label {
    position: absolute;
        right: 120px;
    bottom: 0px;
    font-size: 14px;
    padding: 5px 20px;
    color: white;
    background-color: #075ae4;
    display: inline-block;
}

.prodInputfile:focus + label,
.prodInputfile + label:hover {
    background-color: #04378c;
}
.prodInputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.prodInputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
#removeImageFile,#removeArtImageFile,#removeArtImageFileBack{
    position: absolute;
        text-transform: capitalize;
        position: absolute;
    right: 2px;
    border-radius: 0px;
    bottom: 2px;
        font-size: 14px;
    padding: 5px 20px;
}
#catPicker{
    margin: 0px;
    padding: 0px;
}
#catPicker li img{
    width: 100%;
}
#catPicker li{
    cursor: pointer;
    position: relative;
}
#catPicker li .col-2{
        background-repeat: no-repeat;
    background-size: contain;
}
#countryPicker .selected{
    border: 2px solid #075ae4;
    color:#000;
}
#catPicker .selected{
    border: 2px solid #075ae4;
    color:#000;
}
#colorPicker li{
    cursor: pointer;
}
#colorPicker .selected{
    border: 2px solid #075ae4;
    color:#000;
}
#colorPicker .color-box{
    width: 38px;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#sizePicker li{
    cursor:pointer;
}
#sizePicker .selected{
    border: 2px solid #075ae4;
    color:#000;
}
#genrateVariants{
        position: absolute;
    right: -5px;
    padding: 1px 15px;
    top: -6px;
}



.variantInputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.variantInputfile + label {
    height: 40px;
    width: 40px;
    border: 1px solid #e5e5e5;
    background-color: #fafbfc;
    margin-bottom: -5px;
    background-image: url(../img/variantPic.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    
}

.variantInputfile:focus + label,
.variantInputfile + label:hover {
    border:1px solid #adaaaa;
    background-color: #fafbfc;
}
.variantInputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.variantInputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.imgUrl{
        display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

#variantData{
        cursor: pointer;
    position: absolute;
    top: 55px;
    overflow-y: scroll;
    height: 293px;
}
.credentialBox{
    width: 80%;
    margin: 0 auto;
}
.connected{
    border: 2px solid #00c851 !important;
}
.connected .badge{
    display: block !important;
}
.storeBoxes{
        border: 1px solid #ccc;
    padding: 10px;
    height: 50px;
        background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}
.storeBoxes:hover{
    background-color: #e4e2e2;
    cursor: pointer;
}
#connectedShops .selected{
    border: 2px solid #075ae4;
}
.tabsButtons{
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    height: 55px;
    width: 170px;
    box-shadow: 0 0;
}
.productBox{
    width:100%;
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
    border-bottom: 1px solid #ccc;
}
.productBox .row:hover{
    background-color: #efeeee;
}

#profilePicPreviewBox{
    border: 1px solid #e5e5e5;
    height: 250px;
    position: relative;
    width: 50%;
    margin: 0px auto;
}
#profilePicPreviewBox input{
    position: absolute;
    width: 100px;;
    bottom: 0px;
}
#profilePicPreviewBox img{
    width:50%;
        position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
#removeProfilePic{
    position: absolute;
        text-transform: capitalize;
        position: absolute;
    left: 120px;
    border-radius: 0px;
    bottom: -15px;
        font-size: 14px;
    padding: 5px 20px;
}
#dataFields input{
    border: 0px;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
        background-size: 8%;
    background-position: 97% 50%;
}
#dataFields input:focus{
    border: 1px solid #ccc;
    outline: 0;
}
#orderToBotItems .disabled{
    display: none;
}
#orderToBotItems{
    border: 1px solid #ccc;
    padding: 3px;
    background-image: url(../img/loader.gif);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    height: 308px;
    overflow-y: auto;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);
}
#pricesDivs{
    font-size: 13px;
        height: 80px;
    overflow-y: auto;
        background-image: url(../img/loader.gif);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50% 10%;
}
#pricesDivs .downList{
    background-color: #fff;
}
#shippingPriceDiv{
    font-size: 13px;
}
#shippingPriceTax{
    font-size: 13px;
}
.setOrderMainBox{
    margin-bottom: 50px;
    padding-top: 48px;
    position: relative;
}
.sentOrderTableHeader{
    position: absolute;
    top:0px;
    width: 100%;
    border: 2px solid #ccc;
}
.sentOrderTableData{
    width: 100%;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px;
    position: relative;
}
#shippingMethods .selected{
    border: 2px solid #5a95f5 !important;
}
#shippingMethods li{
    margin-right: 10px;
    float: left;
    list-style-type: none;
    display: inline-block;
    padding: 2px 8px;
    height: 24px;
    border:1px solid #777;
    cursor: pointer;
}
#shippingMethods li:hover{
    background-color: #f1f1f1;
}
botOrderProductPrintAreas{
    border: 1px solid #000;
    padding: 1px 3px;
}
/*----------------------------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;
}
.centerScreenBullet{
    padding: 80px 15px;
}
.rightImageBanner{
    width: 90%;
}
.leftImageBanner{
    width: 90%;
}
/*--------------------------------------- Shine Effect---------------------------------------------------*/

.shine {
    font-size: 28px;
text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .login-new__overlay-text{
        padding-left: 21px;
        text-align: justify;
    }
    .centerScreenBullet{
        padding: 0px !important;
    }
    .shine{
        font-size: 20px;
    }
  .rightImageBanner{
    width: 100% !important;
    }
    .leftImageBanner{
        width: 100% !important;
    }
    .printingMethodInfo .col-2{
        padding:8px;
    }
    .dtgPlusTechniques h6{
        font-size: 11px;
    }
    .allStores button{
        padding: 5px
    }
    .allStores img{
        width: 100px !important;
        height: auto !important;
    }
    .addNewProductBtn{
        width: 100px ;
        padding: 8px;
    }
    .productBox img{
        width: 40% !important;
    }
    .productBox .row{
        font-size: 12px;
    }
    #orderDataOrders a{
        padding: 3px !important;
    }
    #removeProfilePic {
        left:42px;
    }
    .prodInputfile + label{
        right: 42px;
    }
    #profilePicPreviewBox{
        width: 70%;
    }
}


/*------------------------------------------------------- Canvas -----------------------------------------------------*/
.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;
}
#c1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#c2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#c3 {
    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;
}
#mockCustomizingSide{
        width: 25%;
    float: left;
    height: 35px;
    padding-left: 20px;
    border: 0px;
}
#mockCustomizingSide[type="text"]:disabled {
  background: transparent;
}
#mockPreviewImages img{
    background-image: url(../img/artboard.png);
    
}
#orderForYourselfArtMock img{
    background-image: url(../img/artboard.png); 
}
#scanProgress{
        height: 60px;
    width: 70%;
    z-index: 9;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -20px;
    position: absolute;
}
#mockUpGenCat .card-body{
    display: none;
}
#mockUpGenCat .card-body h4{
    font-size: 10px;
}
#mockUpGenCat .card:hover .card-body{
    display: block;
}
#selectPrintAreaBtnDiv .selected{
    border-color: #4285f4 !important;
    color: #4285f4 !important;
}
#cartDataOFY ul{
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
    border-top:2px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding: 3px;
}
.scrollbar-danger::-webkit-scrollbar-track {
border-radius: 0px; }

.scrollbar-danger::-webkit-scrollbar {
width: 5px;
background-color: transparent; }

.scrollbar-danger::-webkit-scrollbar-thumb {
border-radius: 0px;
background-color: #ff3547; }