.qrcswholewtapper .loadwrapper {
    //position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qrcswholewtapper {
    position: relative;
}
.qrcdownalodqr canvas{
	width:200px !important;
}
.qrcdownalodqr .qrc_vcardcontent{
	margin: 0 auto
}

/*Loader 13*/
.loaders12 {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: radial-gradient(farthest-side,#646464  92%,#0000) 50% 0,
    radial-gradient(farthest-side,#646464  92%,#0000)50% 100%,
    radial-gradient(farthest-side,#646464  92%,#0000) 100% 50%,
   radial-gradient(farthest-side,#646464  92%,#0000) 0    50%;
    background-size: 4px 4px;
    background-repeat: no-repeat;
    animation: loaders13s7 1s infinite;
}
@keyframes loaders13s7 {to{transform: rotate(.5turn)}}

.loaders1 {
  border: 2px solid;
  border-color: transparent #606060;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotationloaders1 2s linear infinite;
}
.loaders1::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 10px solid;
    border-color:transparent rgb(229 229 229 / 51%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotationloaders1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

/*Loader 2*/

.loaders2 {
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotations2 1s linear infinite;
}

    @keyframes rotations2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 
	
	/*Loader 3*/
.loaders3 {
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: #646464  transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: loaders3rotation 1s linear infinite;
}

@keyframes loaders3rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
/*Loader 4*/
.loaders4 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 1px solid #646464  ;
  box-sizing: border-box;
  animation: rotations4 1s linear infinite;
}
.loaders4::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 2px;
  top: 2px;
  border: 1px solid #646464 ;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
    
@keyframes rotations4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

/*Loader 5*/
.loaders5 {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.loaders5::after, .loaders5::before {
    content: '';
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #4e4e4e;
    position: absolute;
    left: 0;
    top: 0;
    animation: animloaders5 2s linear infinite;
}

@keyframes animloaders5 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Loader 6*/
.loaders6 {
    width: 20px;
    height: 20px;
    display: grid;
    border-radius: 50%;
    -webkit-mask: radial-gradient(farthest-side,#0000 40%,#000 41%);
    background: linear-gradient(0deg ,#bfbfbf80 50%,#b9b9b9 0) center/2px 100%,
    linear-gradient(90deg,#c9c9c940 50%,#c7c7c7bf 0) center/100% 2px;
    background-repeat: no-repeat;
    animation: s3 1s infinite steps(12);
}
.loaders6::before,
.loaders6::after {
   content:"";
   grid-area: 1/1;
   border-radius: 50%;
   background:inherit;
   opacity: 0.915;
   transform: rotate(30deg);
}
.loaders6::after {
   opacity: 0.83;
   transform: rotate(60deg);
}

@keyframes s3 {
  100% {transform: rotate(1turn)}
}
  
  /*Loader 7*/
.loaders7 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    border-top: 1px solid #a1a1a1;
    border-right: 1px solid transparent;
    box-sizing: border-box;
    animation: rotationloaders7  1s linear infinite;
}

@keyframes rotationloaders7 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}  
/*Loader 8*/
.loaders8 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border-top: 1px solid #646464 ;
  border-right: 1px solid transparent;
  box-sizing: border-box;
  animation: rotationloaders8 1s linear infinite;
}
.loaders8::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-bottom: 1px solid #646464  ;
  border-left: 1px solid transparent;
}
@keyframes rotationloaders8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

/*Loader 9*/
.loaders9 {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    border: 1px solid;
    border-color:#646464  #0000 #646464  #0000;
    border-radius: 50%;
    box-sizing: border-box;
    animation: 1s rotates9 linear infinite;
 }
 .loaders9:before , .loaders9:after{
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    border: 5px solid transparent;
    border-bottom-color:#646464 ;
    transform: translate(-5px, 7px) rotate(-35deg);
  }
 .loaders9:after {
    border-color: #646464  #0000 #0000 #0000 ;
    transform: translate(14px, 1px) rotate(-35deg);
  }
   @keyframes rotates9 {
    100%{    transform: rotate(360deg)}
  }
  
  /*Loader 10*/
  .loaders10 {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.loaders10::after,
.loaders10::before {
  content: '';  
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #646464 ;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloaders10 2s linear infinite;
}


@keyframes animloaders10 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
    /* Loader 11*/
.loaders11 {
    width: 20px;
    height: 20px;
    display: grid;
    color: #999999 ;
    background: radial-gradient(farthest-side, currentColor calc(100% - 3px),#0000 calc(100% - 2px) 0);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 6px),#000 calc(100% - 5px));
    border-radius: 50%;
    animation: loaders11s9 2s infinite linear;
}
.loaders11::before,
.loaders11::after {    
  content:"";
  grid-area: 1/1;
  background:
    linear-gradient(currentColor 0 0) center,
    linear-gradient(currentColor 0 0) center;
  background-size: 100% 4px,4px 100%;
  background-repeat: no-repeat;
}
.loaders11::after {
   transform: rotate(45deg);
}

@keyframes loaders11s9 { 
  100%{transform: rotate(1turn)}
}
/*Loader End*/
.qrc_qrcode canvas,.qrc_canvass canvas,.qrcprowrapper{
	display:none
}
a.qrcdownload button {
    cursor: pointer;
    border: none;
    padding: 7px;
}
.qrcprowrapper img {
    width: 100% !important;
    height: auto !important;
}
.qrc_canvasprint {
    height: auto;
    width: 150px !important;
    margin: 0 auto;
}
#sdjk{
	    width: 0px !important;
    height: 0px !important;
}
.qrcusermeta{
	
	display:none;
}
.qrcprowrapper.dfdf {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
}

.qrc_elementr_wrapeer a{
    text-decoration: none !important;
    cursor: pointer;
}
.qrc_canvass img,.qrc_canvasprint img,.qrc_vcardcontent img{
    width: 100% !important;
    height: auto !important;
}
button.qrcfontbutton {
    color: #fff;
    background: rebeccapurple;
    padding: 0;
    width: 150px;
    height: 36px;
    border: none;
    cursor: pointer;
    margin-top: 11px;
}
#qrc_barqr_download_wrapepr table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}
#qrc_barqr_download_wrapepr table,#qrc_barqr_download_wrapepr td,#qrc_barqr_download_wrapepr th {
    border: 1px solid #dddddd;
}

div#pro_barqr_print_wrapeprSD {
            position: relative;
        }
        #qrc_barqr_download_wrapepr thead th,#qrc_barqr_download_wrapepr td {
            text-align: center;
        }
            #qrcprIntbutton {
                margin-top: 30px;
                margin-bottom: 40px;
            }
            div#loadmore_container {
                margin-bottom: 50px;
            }
#loadmore, .qrccodebtnprint,button#qrcprIntbutton {
    display: inline-block;
    outline: none;
    padding: 10px 20px;
    line-height: 1.4;
    background: #3f51b5;
    transition: all .3s;
    border-radius: 4px;
    color: #ffffff;
    position: relative;
    transition: padding-right .3s ease;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

            #loadmore:hover {
            transform: translateY(-1px);
                box-shadow: 2px 1px 20px 4px rgb(0 0 0 / 30%);
            }


            #loadmore.spinning {
                padding-right: 40px;
            }
            #loadmore.spinning:after {
                content: '';
                position: absolute;
                right: 6px;
                top: 50%;
                width: 0;
                height: 0;
                box-shadow: 0px 0px 0 1px darken(#212121,10%);
                position: absolute;
                border-radius: 50%;
                animation: rotate360 .5s infinite linear, exist .1s forwards ease;
            }

            #loadmore.spinning:before {
                content: "";
                width: 0px;
                height: 0px;
                border-radius: 50%;
                right: 6px;
                top: 50%;
                position: absolute;
                border: 2px solid darken(#212121,40%);
                border-right: 3px solid #fff;
                animation: rotate360 .5s infinite linear, exist .1s forwards ease ;
                
            }
            div#prbnoproduct {
                font-size: 18px;
                width: 100%;
                padding-top: 10px;
                position: absolute;
                transform: translate(-50%, -50%);
                left: 50%;
                top: 50%;
            }


            @keyframes rotate360 { 
                100% {
                    transform: rotate(360deg);
                }
            }
            @keyframes exist { 
                100% {
                    width: 15px;
                    height: 15px;
                    margin: -8px 5px 0 0;
                }
            }
			
				
.vcardtemplewrap {
    border-radius: 10px;
    padding-bottom: 16px;
    background: #ddd;
    max-width: 500px;
    width: 100%;
}
.qrcvcardmiddle img {
    margin-top: -18%;
    max-width: 200px;
    border-radius: 100%;
    border: 2px solid #ddd;
}
.qrcvcardmiddle {
    border-radius: 32px;
    background: #00BCD4;
    padding-bottom: 50%;
    text-align: center;
}
.qrcvcardtop {
    width: 100%;
    height: 163px;
    background: #ddd;
}
.qrcvcardbottom {
    border-radius: 10px;
    padding: 10px;
    margin: 0 22px;
    background: #fff;
    margin-top: -33%;
}
.qrcvcardbottom ul {
    list-style: none;
    padding: 5px 10px;
    margin: 0;
}
.qrcvcardbottom ul small {
    text-transform: uppercase;
    padding-bottom: 4px;
    color: #979797;
    display: inline-block;
    padding-top: 10px;
}
li.qrdlinksvd {
    margin-top: 14px;
}
.totle {
    padding-bottom: 14px;
    padding-top: 12px;
    color: #fff;
    font-size: 26px;
}
.dubtotle {
    color: #fff;
}