/*--------------------------*Home.htm ---------------------------*/


#scrollToTopChild
{
     width:100%;
     margin-top: 24px;
}

#accordian div.content
{
    display:block;
    overflow:hidden;
}

.mal8
{
    margin-left:8px;
}

div#downloadRoot li#dwnFB
{
    background-color: #3b59b8;
     color: white;
      width: 90%; 
      margin-left: 10px; 
      margin-top: 20px; 
      cursor: pointer; 
      border: 1px solid #3b5998; 
      list-style: none;
}
div#downloadRoot li#dwnFB img
{
    border-right: 1px solid #3b59f8; 
    margin: 0px; 
    padding: 2px 5px 3px 5px;
}
div#downloadRoot li#dwnFB span
{
    margin-left: 20px; 
    margin-top: 7px;
    font-size: 12px; 
    position: absolute;
}

div#downloadRoot li#dwnFL
{
    background-color: black;
     color: white;
      width: 90%; 
      margin-left: 10px; 
      margin-top: 20px; 
      cursor: pointer; 
      border: 1px solid black; 
      list-style: none;
}
div#downloadRoot li#dwnFL img
{
    border-right: 1px solid #444; 
    margin: 0px; 
    padding: 2px 5px 3px 5px;
}
div#downloadRoot li#dwnFL span
{
    margin-left: 20px; 
    margin-top: 7px;
    font-size: 12px; 
    position: absolute;
}

div#downloadRoot li#dwnGP
{
    background-color: #df4a32;
     color: white;
      width: 90%; 
      margin-left: 10px; 
      margin-top: 20px; 
      cursor: pointer; 
      border: 1px solid #df4a32; 
      list-style: none;
}
div#downloadRoot li#dwnGP img
{
    border-right: 1px solid red; 
    margin: 0px; 
    padding: 2px 5px 3px 5px;
}
div#downloadRoot li#dwnGP span
{
    margin-left: 20px; 
    margin-top: 7px;
    font-size: 12px; 
    position: absolute;
}

div#addNewAlbumM
{
    top: 20%;
    left: 30%; 
    margin: 0px; 
    width: 500px;
}
div#addNewAlbumM div.modal-header
{
    padding: 5px 0px;
    background-color: deepskyblue; 
    color: white;
}
div#addNewAlbumM div.modal-header button.close
{
    margin-right: 10px;
}

div#addNewAlbumM div.modal-header h4
{
    margin-left: 10px;
}

div#addNewAlbumM div.modal-body
{
    padding: 5px 0px;
}

div#addNewAlbumM div.modal-body div.well
{
        width: 400px; 
        height: auto; 
        padding: 0px; 
        margin: 10px 40px; 
        padding: 10px 9px; 
        border: 0px; 
        background-color: transparent; 
        text-align: center;
}

div#addNewAlbumM div.modal-body div.well #createNewAlbumF div.form div.form-group input[type="text"]
{
    margin-left: 10px;
}
div#addNewAlbumM div.modal-body div.well #createNewAlbumF div.form div.form-group span
{
    height: 20px; 
    font-size: 20px; 
    width: 21px; 
    color: black;
}

.h20f20w21cblk
{
    height: 20px; 
    font-size: 20px; 
    width: 21px; 
    color: black;
}

div#addNewAlbumM div.modal-footer
{
    padding: 5px 0px;
}
div#addNewAlbumM div.modal-footer div.btn-group button
{
    margin: 5px;
}

div#addNewFolderM,
div#addNewTagM,
div#eAddNewFolderM
{
    /*top: 20%; 
    left: 30%;*/
    /*margin: auto;*/
    width: 500px;
    /* top: 50px; */
}

div#addNewTagM{
    height: 175px; 
}
div#addNewFolderM div.modal-header,
div#addNewTagM div.modal-header,
div#profileSetting div.modal-header
{
    padding: 5px 0px; 
	padding-left: 10px;
    background-color: deepskyblue; 
    color: white;
}
div#addNewFolderM div.modal-header button.close,
div#addNewTagM div.modal-header button.close,
div#profileSetting div.modal-header button.close
{
    margin-right: 10px;
}
div#addNewFolderM div.modal-header h4,
div#addNewTagM div.modal-header h4
{
    margin-right: 10px;
}
div#profileSetting div.modal-header h4
{
    margin-left: 10px;
}
div#addNewFolderM div.modal-body,
div#addNewTagM div.modal-body
div#profileSetting div.modal-body
{
padding: 5px 10px;
}
    
div#addNewFolderM div.modal-body #createNewFolderF div.form-group span,
div#addNewTagM div.modal-body #createNewTagF div.form-group span
    {
        height: 20px; 
        font-size: 20px; 
        width: 21px; 
        color: black;
    }

div#addNewFolderM div.modal-body #createNewFolderF div.form-group input[type="text"],
div#addNewTagM div.modal-body #createNewTagF div.form-group input[type="text"]
{
    margin-left: 10px;
}

div#addNewFolderM div.modal-footer,
div#addNewTagM div.modal-footer
{
        padding: 5px 0px;
}

div#addNewFolderM div.modal-footer button,
div#addNewTagM div.modal-footer button
{
    margin: 5px;
}

/*div#profileSetting
{

	width: 500px;
	height: 350px;

}

div#profileSetting div.modal-body div#profBio
{
    display: block;
}
div#profileSetting div.modal-body div#profBio div.form-group,
div#profileSetting div.modal-body div#profSettings div.form-group
{
     position: absolute;
}

div#profileSetting div.modal-body div#profBio div.form-group #profUID
{
    border: 0px; 
    border-radius: 0px; 
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset; 
    background-color: white;
}
div#profileSetting div.modal-body div#profBio div.btn-group
{
            position: absolute; 
            top: 280px; 
            left: 165px;
}
div#profileSetting div.modal-body div#profBio div.btn-group button
{
    margin: 5px;
    padding: 3px; 
    border-radius: 0px;
}

div#profileSetting div.modal-body div#profBio div.btn-group span
{
top: 30px; 
width: 54px; 
right: 67px;
}

div#profileSetting div.modal-body div#profSettings div.form-group span.pwdMissmatch
{
    display: none;
    color: red; 
    left: 185px; 
    margin-top: -24px; 
    position: absolute; 
    width: 171px; 
    font-size: 0.8em;
}

div#profileSetting div.modal-body div#profSettings div.form-group span.pwdMatch
{
    display: none; 
    color: green; 
    left: 215px; 
    margin-top: -25px; 
    position: absolute; 
    width: 169px; 
    font-size: 0.8em;
}

div#profileSetting div.modal-body div#profSettings div.form-group span.progGIFS
{
    right: 84px; 
    top: 153px; 
    width: 50px;
}

div#profileSetting div.modal-body div#profSettings div.form-group button
{
         left: 85px; 
         margin: 5px; 
         padding: 3px; 
         position: absolute; 
         top: 120px; 
         border-radius: 0px;
}

div#profileSetting div.modal-body div#loginMedia div.form-group
{
    position: absolute;
    margin-top:12px;
    margin-left:15px;
}

div#profileSetting div.modal-body div#loginMedia div.form-group span#loginMfb
{
    margin-top:28px;
    margin-left:30px;
}

div#profileSetting div.modal-body div#loginMedia div.form-group span#loginMfl
{
    margin-top:29px;
    margin-left:30px;
}
div#profileSetting div.modal-body div#loginMedia div.form-group span#loginMgp
{
    margin-top:29px;
    margin-left:30px;
}

div#profileSetting div.modal-body div#loginMedia div.btn-group
{
    position: absolute; 
    top: 260px; 
    left: 165px;
}

div#profileSetting div.modal-body div#loginMedia div.btn-group button
{
    margin: 5px; 
    padding: 3px;
}
div#profileSetting div.modal-body div#loginMedia div.btn-group span
{
   top: 11px; 
   width: 55px;
   right: 66px;
   z-index: -7777;
}

div#profileSetting div.modal-footer
{
    padding: 0px;
    border: none;
}*/


.fr
{
    float: right;
    position: relative;
    margin-right: 15px;
    /* margin-top: 7px; */
}
.fl
{
    float: left;
}

div#lightbox div#imgBox div#controls-wrapper div#controls a#lbShortList i {
	
}
div#lightbox div#imgBox div#controls-wrapper div#controls a#lbAddToFav i
{
    font-size: 20px; 
    color: #999; 
    margin-top: 15px; 
    margin-left: 8px;
}

div#lightbox div#imgBox div#controls-wrapper div#controls ul li a#tray-button i#tray-arrow
{
    color: #999; 
    margin-left: 5px; 
	font-size: 28px;
	margin-top: 14px;
}

div#lightbox div#imgBox div#controls-wrapper div#controls ul li a#backToAlbum i
{
    font-size: 20px;
    color: #999; 
    margin-top: 18px; 
    margin-left: 5px;
}


div#lightbox div#imgBox div#controls-wrapper div#controls ul li a#playbutton i
{
    font-size: 20px; 
    color: #999; 
    margin-top: 18px; 
    margin-left: 5px;
}

div#lightbox div#lbImgInfo
{
    z-index: 99999;
}

div#lightbox div#lbImgInfo h4
{
    margin-top: 25px; 
    margin-left: 10px; 
    color: black;
}

div#lightbox div#lbImgInfo div#userComments
{
    margin-top: 15px;
}

div#lightbox div#lbImgInfo ul#lb-infohideicons li a i
{
   font-size: 20px; 
   color: #999; 
   margin-top: 18px; 
   margin-left: 5px;
}

div#dlgUploadFiles
{
	/*top: 10%; 
   left: 20%; 
   margin: 0px; 
   width: 700px;*/
	height: 80%;
	min-height: 400px;
	width: 650px;
}
div#dlgUploadFiles div#modal-header
{
        padding: 5px 0px; 
        background-color: deepskyblue; 
        color: white;
}

div#dlgUploadFiles div#modal-header button.close
{
    margin-right: 5px;
}

div#dlgUploadFiles div#modal-header h4
{
    margin-left: 10px;
}

div#dlgUploadFiles div#modal-body
{
        padding: 5px 0px; 
        width: 100%; 
        max-height: 700px
}

div#dlgUploadFiles div#modal-body iframe#ifrm
{
    margin: 0; 
    width: 99%; 
    border: none; 
    height: 430px
}

/*--------------------------/Home.htm ---------------------------*/

/*------------------Album_Media_List.html----------------------------*/


.cBlack
{
    color:black;
}

/* Share Pic Via fb, g+, flickr using Modal POPUP */
.w500
{
    width:500px;
}
    .mal130
{
    margin-left:130px;
}
.mal5
{
    margin-left:5px;
}

.mal-15
{
    margin-left:-15px;
}
.mal-10
{
    margin-left:-10px;
}
.mal0
{
    margin-left:0px;
}
.mal250
{
    margin-left:250px;
}
.mat60
{
    margin-top:60px;
}
.pabsolute
{
    position:absolute;
}
.left30
{
    left:30%;
}
.w150pc
{
    width:150%;
}
.w240
{
    width:240px;
}

div#shareUsingDialog
{
	width: 600px;
}

.mal30
{
    margin-left:30px;
}
.pad5-0
{
    padding: 5px 0px;
}
.pad2
{
    padding:2px;
}
.pad3
{
    padding:3px;
}
.pad5
{
    padding:5px;
}
.pad20
{
    padding:20px;
}
.custwpmc
{
    width: 480px; 
    padding: 0px; 
    margin: 0px; 
    font-size: 10pt;
    color: black;
}

div#shareUsingDialog div.modal-body div#previewShare #shrMessage
{
     
}

div#shareUsingDialog div.modal-body div#previewShare div#shrimgP
{
    /*height: 200px; 
    width: 400px;*/ 
    overflow: hidden; 
    background-color: Highlight; 
    margin: 5px 0px; 
    border: 1px solid black;
}


div#shareUsingDialog div.modal-header h4
{
   margin-left: 10px;
}


div#shareIcon span
{
    font-size: 30px; 
    color: Highlight; 
    margin-left: 10px;
}

/*----------------Copy To----------------*/

/*copy to collection*/

.mxht550
{
    max-height: 550px;
}

#mbAddNewFolderM
{
    width: 500px;
}
#confirmBlock {
	height: 200px;
}
/*Bloack Confirmation*/
/*div#confirmBlock div#confirmBlock1 span
{
    margin: 30px 10px 10px; 
    font-size: 10px; 
    position: absolute; 
    left: 80px; 
    color: grey;
}
div#confirmBlock div#confirmBlock1 #blockComments
{
    margin: 10px; 
    font-size: 1em;    
    position: absolute; 
    left: 150px; 
    width: 250px;
}*/

.tal
{
    text-align:left;
}
.bgw
{
    background-color:white;
}
.bgy
{
    background-color:yellow;
}
.mal17w206
{
    margin-left: 17px;
    width: 206px;
}

/*AlbumNavigation.htm*/
div.MenuBar
{
    height: 20px; 
    vertical-align: middle
}
div.MenuBar div#MenuBarChild
{
   float: left; 
   width: 40%; 
   text-align: left; 
   cursor: pointer;
}
div.MenuBar div#MenuBarChild2
{
   float: right; 
   width: 60%; 
   display: inline-block; 
   text-align: right;
}

.dnh150wat150
{
    display:none;
    height:150px;
    width:auto;
    top:150px;
}
div#wdAlbumAdd
{
    display: none; 
    padding-top: 5px; 
    top: 100px;
    height: auto; 
    width: auto;
}
/*Upload FIles.html*/
div#uploadmecss
{
    margin-top: 150px; 
    font-size: 30px; 
    text-align: center;
}

/*album_media_list.xsl*/
.xslclass1
{
    font-size: 13px; 
    margin-top: 10px; 
    margin-left: 10px; 
    color: black;
}
.xslclass2
{
     font-size: 11px; 
     margin-left: 10px; 
     color: grey;
}
.cred
{
    color:red;
}
.cgrey
{
    color:grey;
}
.c77
{
    color:#777;
}
.curdef
{
    cursor:default;
}
.curptr
{
    cursor:pointer;
}
.cwhite
{
    color:white;
}
.cgreen
{
    color:green;
}
.cgold
{
    color:gold;
}
.clime
{
    color:lime;
}
.clightcyan
{
    color: lightcyan;
}
.tacmat15
{
    text-align:center;
    margin-top:15px;
}
.fs15mr20
{
    font-size:15px;
    margin-right:20px;
}

.t10l40mg0w400
{
    top: 10%; 
    left: 40%; 
    margin: 0px; 
    width: 400px; 
}

.pad5-0bgcHCw
{
    padding: 5px 0px; 
    background-color: Highlight; 
    color: white;
}

.p5-0w3mt20h165ml100
{
    padding: 5px 0px; 
    width: 300px; 
    margin-top: 20px; 
    height: 165px; 
    margin-left: 100px;
}

.dbpl0
{
    display:block;
    padding-left:0px;
}
.fs05em
{
    font-size:0.5em;
}
.mal-85
{
    margin-left:-8.5px;
}
.dImal-20
{
    display:inline;
    margin-left:-20px;
}

.tdncblk
{
    text-decoration:none;
    color:black;
}
.w50pabmat-20mal180pl5
{
    width:50px;
    position:absolute;
    margin-top:-20px;
    margin-left:180px;
    padding-left:5px;
}
.tdnmal10
{
    text-decoration:none;
    margin-left:10px;
}
.tdn
{
    text-decoration:none;
}
.dblock
{
    display:block;
}
.w100b1sbbgbr5
{
    width: 100%;
    border: 1px solid black;
    background-color: #F3F5F5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.t10
{
    top:10px;
}
.mat-5pad0-3mal10
{
    margin-top: -5px; 
    padding: 0 3px; 
    margin-left: 10px;
}
.dncrml250mat-23
{
    display: none; 
    color: red; 
    margin-left: 250px; 
    margin-top: -23px;
}
.mat235pa
{
    margin-top: 235px; 
    position: absolute;
}
.mat165
{
    margin-top:165px;
}
.mat315pad03frmar10
{
    margin-top: 315px; 
    padding: 0 3px; 
    float: right; 
    margin-right: 10px;
}

.xslclass3
{
    float: right; 
    margin-right: 10px; 
    margin-top: 3px; 
    font-size: 15px; 
    cursor: pointer;
}
/*.cpcrmar20
{
    cursor: pointer; 
    color: red; 
    margin-right: 20px;
}*/
.cpclmar3
{
    cursor: pointer; 
    color: lime; 
    margin-right: 3px;
}
.fs12em
{
    font-size: 1.2em;
}
.fln
{
    float:none;
}
.dI
{
    display:inline;
}
.cpr
{
    cursor: pointer;
}
.flrpabszimat185mal-34
{
    float: right; 
    position: absolute; 
    z-index: 99999; 
    margin-top: 185px; 
    margin-left: -34px;
}
.dIb
{
    display: inline-block;
}
.fs20
{
    font-size:20px;
}
.talw100ofh
{
     text-align:left;
     width:100%;
     overflow:hidden;
}

/*CART CSS UPDATED*/
.cartTopBar{
    width: 60%;
    margin-left: 10%;
}

.cartLabel{
    font-size: 1.5em;
    padding: 5px;
    width: 95%;
    display: inline-block;
}

.cartButtons{
    padding: 5px;
    width: 5%;
    color: rgb(5, 155, 205);
    position: absolute;
    top: 1%;
    left: 68%;
}

.cartButtons div{
    margin: 5px;
    cursor: pointer;
}

.totNum{
    font-size: 1.1em;
}

#cartPopup{
    position: absolute;
    display: none;
    z-index: 100000;
    width: 100%;
    height: 100%;
}

.sizeFinishDiv{
    width: 100%;
    padding: 0px 3px;
    height: 25px;
    margin-top: 10px;
}

.qtyDiv{
    width: 100%;
    padding: 0px 3px;
    height: 55px;
}

.rememberDecisionDiv{
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    float: left;
}

.confirmationDiv{
    padding: 10px 20px;
}

.sizeFinishTxt{
    display: inline-block;
    float: left;
    font-weight: bold;
    padding: 0px 5px;
}

#dropdownSizeFinish{
    float: right;
    border: 0;
    background-color: transparent;
}

#numberOfCopies{
    float: right;
    border: 0;
    background-color: transparent;
}

.noOfCopiesTxt{
    display: inline-block;
    float: left;
    font-weight: bold;
    padding: 0 5px;
}

#cancelOrder{
    display: inline-block;
    color: #007aff;
    cursor: pointer;
}

#placeOrder{
    display: inline-block;
    float: right;
    color: #007aff;
    cursor: pointer;
}

.cartPopup-title{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 6px 5px;
}

#cartPopup-bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 0;
}

#cartPopup-model{
    position: fixed;
    padding: 5px;
    color: #000;
    bottom: 60px;
    background-color: rgba(255,255,255,0.9);
    z-index: 5;
    border-radius: 6px;
    min-width: 275px;
    right: 35px;
}

#cart{
    padding-top: 6px;
    width: 60%;
    margin-left: 10%;
}

.card-header {
    padding-left: 1px;
    font-size: 11pt;
    font-weight: 500;
    color: #555;
    min-width: 245px;
}

.cartHead{
    /*background-color: #fff;
    border-top: 1px solid #dedee2;
    height: 36px;*/
    font-size: 15px;
    position: relative;
    margin-bottom: 2px;
    color: #555;
}

.cartHead > div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: inherit;
    white-space: nowrap;
}

.sizeFinishdisplay{
    display: inline-block;
    width: 55%;
    text-align: left;
    margin: 0;
}

.sFAlign{
    margin-left: 8px;
    /* font-weight: bold; */
    font-size: inherit;
    line-height: middle;
}

.changeSizeFinish{
    padding: 0px 5px;
    color: #007aff;
    z-index: 1;
}

.numprints{
    display: inline-block;
    margin-right: 10px;
}

.nPAlign{
    /* font-weight: bold; */
    /* display: inline-block; */
    text-align: right;
    font-size: inherit;
}

.cattotal{
    display: inline-block;
    margin-right: 10px;
}

.cTAlign{
    font-weight: bold;
    display: inline-block;
    text-align: right;
    width: 100%;
    font-size: inherit;
}

.imgdiv{
    margin: 1px;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.imgdiv img{
    height: 100%;
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: -50px;
    right: -50px;
    margin: auto;
}

.numQtyAlign{
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 5px;
}

.NQ{
    color: #fff;
    padding: 0 4px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 20px;
    font-size: bold;
}

.moreoptions{
    color: #fafafa;
    position: absolute;
    font-size: 1.5em;
    bottom: 2px;
    right: 7px;
    text-shadow: 0px 0px 3px black;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.5s linear;
}

.imgdiv:hover .moreoptions{
    opacity: 1;
    transition: opacity 0.3s linear;
    display : block;
}

.cartCategoryLayout{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8px;
    background-color: #fff;
    border: 0.5px solid #c8c7cc;
    /* border-right: none; */
    /* border-left: none; */
    margin-bottom: 16px;
}

.category{
    margin-top: 5px;
}

.boxTemplate{
    background-color: #fff;
    /* margin: 12px 8px;
    border-radius: 5px;
    border-width: 1px; */
    border: 0.5px solid #c8c7cc;
    /* border-right: none; */
    /* border-left: none; */
    padding: 5px;
    margin-bottom: 20px;
    min-width: 245px;
}

.boxTemplate > div:first-child{
  border-top:none;
}

.headerTxtTemplate{
    color: #555;
    white-space: nowrap;
}

.blueColorTxt{
    color: #007aff;
    cursor: pointer;
}

#promoCodeErr{
    display: none;
    margin-left: 15px;
    margin-bottom: 20px;
    margin-top: -15px;
}

.alertIcon{
    color: red;
    display: inline-block;
}

.promoCodeErrTxt{
    color: red;
    display: inline-block;
    width: 65%;
}

.cartPlusIcon{
    color: #007aff;
    display: inline-block;
    font-size: 1.3em;
}

.displayIB{
    display: inline-block;
}

.defaultShippingAddrTxt{
    /*font-weight: bolder;
    font-size: 1.1em;*/
}

#getAddressTemplate input{
    width: 100%;
    border: 0;
    background-color: transparent;
    padding: 1px 35% 0px 0px;
    margin: 0;
    line-height: 25px;
    text-align: left;
    position: relative;
    bottom: -2px;
}

#getAddressTemplate .boxTemplate{
    padding: 0 15px;
}

div#promoCode {
    line-height: 32px;
}

#promoCode input{
    width: 100%;
    border: 0;
    background-color: transparent;
    padding: 0px 5px;
    font-size: 1em;
}

.width20{
    width: 20%;
}

.width30{
    width: 30%;
}

.width32{
    width: 32%;
}

.width35{
    width: 35%;
}

.width37{
    width: 37%;
}

.width45{
    width: 45%;
}

.width67{
    width: 67%;
}

.width70{
    width: 70%;
}

.width72{
    width: 72%;
}

.width75{
    width: 75%;
}

.width80{
    width: 80%;
}

.width100{
    width: 100%;
}

.changeAddress{
    float: right;
    padding-right: 10px;
    /* width: 42%; */
    text-align: right;
    white-space: nowrap;
}

.applyPromoCode{
    float: right;
    padding-right: 10px;
}

.addNewAddress{
    width: 100%;
    text-align: right;
    padding: 8px;
}

.saveCancelDiv{
    text-align: right;
    width: 100%;
    margin-top: 10px;
}

.cancelAddr{
    padding: 8px 25px;
}

.saveAddr{
    padding: 12px 25px;
    padding-right: 15px;
}

.addrBorderBottom{
    border-bottom: 1px solid #ceced2;
    margin-bottom: 4px;
    padding-top: 10px;
    position: relative;
}

.addrLineTxtColor{
    color: #afaeae;
    position: absolute;
    right: 0;
    bottom: 0;
}

.aligncscp{
    position: absolute;
    margin-left: 3%;
    margin-top: 0px;
    /*padding-left: 10px;*/
}

.getState{
    /*margin-left: -7%;*/
    width: initial;
}

.getPincode{
    /*margin-left: -7%;*/
    width: initial;
}

.printCostContainer{
    margin-bottom: 7px;
}

.shippingChargesContainer{
    margin-bottom: 7px;
}

.promocodeContainer{
    margin-bottom: 7px;
}

.addr{
    padding: 5px;
    width: 100%;
    text-align: left;
    font-size: 15px;
}

.contactNo{
    width: 70%;
    text-align: left;
    font-size: 15px;
    padding: 5px;
}

.editAddr{
    font-size: .9em;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 5px 7px;
}

.deleteAddr{
    font-size: .9em;
    display: inline-block;
    padding: 5px 10px 5px 7px;
}

.selectedTickMark{
    font-size: 1.5em;
    color: green;
    position: absolute;
    cursor: pointer;
    top: 40%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.notSelectedTickMark{
    font-size: 1.5em;
    color: #555;
    position: absolute;
    cursor: pointer;
    top: 35%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.defaultShippingAddr{
    margin: 5px 3px;
    /* border-top: 1px solid #ceced2; */
    border-bottom: 1px solid #ceced2;
    padding: 5px 0px;
    position: relative;
}

#addressAll{
    display: none;
    /* max-height: 400px; */
    /*overflow-y: auto;*/
    margin-top: 17px;
    margin-bottom: 10px;
}

.currentShippingAddr {
    position: relative;
    /*margin: 2px 0;*/
}

#getAddressTemplate{
    display: none;
    padding: 0px 0;
}

.floatRight{
    float: right;
}

.floatRightMargin{
    float: right;
    margin-top: 3px;
    margin-right: 5px;
    font-size: 12px;
    color: #444;
}

.promocodeContainer{
    display: none;
}

.printcostAmt{
    /* font-weight: bold; */
}

.shippingChargesAmt{
}

.promocodeAmt{
    /*font-weight: bold;*/
}

.amountTotal{
    font-weight: bold;
}

#enterValue{
    display: none;
    position: relative;
    border: 0;
    background-color: transparent;
    float: right;
    z-index: 99999;
    padding-right: 15px;
    margin-top: -9px;
    color: black;
    font-weight: 400;
}

.bbLGrey1{
    border-bottom: 1px solid lightgrey;
    margin-bottom: 10px;
}

.bbLGrey2{
    border-bottom: 1px solid lightgrey;
    margin-top: -30px;
}

.roundedTriangle{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid rgba(255, 255, 255, .9);
    padding: 2px;
    position: absolute;
    margin-top: 5px;
    left: 75%;
}

#cartPopup select:focus{
    outline: none;
}

#cartPopup select option{
    text-align:left;
}

#cartPopup input:focus{
    outline: none;
}

#cartRest{
    /*width: 20%;
    position: fixed;
    right: 10%;
    top: 9%;*/
    width: 20%;
    position: absolute;
    right: 9%;
    top: 23px;
    max-width: 300px;
}

.addNewAddrTxt{
    width: auto;
    white-space: nowrap;
}

.alignPlus{
    margin-left: 3%;
}

#changeCategoryPopUp{
    z-index: 100000;
    position: absolute;
    display: none;
    min-width: 180px;
}

.changeCategoryPopUp-title{
    text-align: center;
    font-weight: bold;
}

#changeCategoryPopUp-bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 0;
}

#changeCategoryPopUp-model{
    position: fixed;
    padding: 15px;
    color: #000;
    width: auto;
    background-color: rgba(255,255,255,1);
    border-radius: 6px;
    z-index: 5;
    border: 1px solid #dedee2;
}

.sizeFinishList{
    list-style: none;
    padding: 0;
}

.sizeFinishList li{
    padding: 5px;
    border-bottom: 1px solid #dedee2;
    text-align: center;
    cursor: pointer;
}

.sizeFinishList li:hover{
    background-color: #86dc90;
}

.cc_sizeFinishCancel{
    display: inline-block;
    float: left;
    font-weight: bold;
    padding: 0px 5px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.cc_roundedTriangle{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
    position: absolute;
    top: 5px;
    left: -24px;
    padding: 2px;
}

#cip_cartPopup{
    position: absolute;
    display: none;
    z-index: 100000;
    bottom: 100px;
}

.cip_sizeFinishDiv{
    width: 100%;
    padding: 0px 3px;
    height: 25px;
    margin-top: 10px;
}

.cip_qtyDiv{
    width: 100%;
    padding: 0px 3px;
    height: 55px;
}

.cip_rememberDecisionDiv{
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    float: left;
}

.cip_confirmationDiv{
    padding: 10px 20px;
}

.cip_sizeFinishTxt{
    display: inline-block;
    float: left;
    font-weight: bold;
    padding: 0px 5px;
}

#cip_dropdownSizeFinish{
    float: right;
    border: 0;
    background-color: transparent;
}

#cip_numberOfCopies{
    float: right;
    border: 0;
    background-color: transparent;
}

.cip_noOfCopiesTxt{
    display: inline-block;
    float: left;
    font-weight: bold;
    padding: 0 5px;
}

#cip_cancelChanges{
    display: inline-block;
    color: #007aff;
    cursor: pointer;
}

#cip_saveChanges{
    display: inline-block;
    float: right;
    color: #007aff;
    cursor: pointer;
}

.cip_cartPopup-title{
    text-align: center;
    font-weight: bold;
}

#cip_cartPopup-bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    z-index: 0;
    opacity: 0.5;
}

#cip_cartPopup-model{
    position: fixed;
    padding: 5px;
    color: #000;
    background-color: rgba(255,255,255,0.9);
    z-index: 5;
    border-radius: 6px;
    margin-top: -75px;
    margin-left: -130px;
    min-width: 270px;
    /* max-width: 270px; */
}

#cip_enterValue{
    display: none;
    position: relative;
    border: 0;
    background-color: transparent;
    float: right;
    z-index: 99999;
    padding-right: 15px;
    margin-top: -9px;
    color: black;
    font-weight: 400;
}

.cip_roundedTriangle{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid rgba(255, 255, 255, .9);
    padding: 2px;
    position: absolute;
    margin-top: 5px;
    left: 75%;
}

.cartCategoryLayout .delete{
    position: absolute;
    display: inline-block;
    bottom: 5px;
    left: 10px;
    cursor: pointer;
    color: white;
    font-size: 1.5em;
    opacity: 0;
    transition: opacity 0.5s linear;
}

.imgdiv:hover .delete{
    opacity: 1;
    transition: opacity 0.3s linear;
    display : block;
}

.placeOrderPaytm{
    /*background-color: #f75b16;
    border: 1px solid #f05a1f;
    padding: 5px;
    opacity: 0.9;
    display: none;*/
}

.placeOrderPayu{
    /*background-color: #f75b16;
    border: 1px solid #f05a1f;
    padding: 5px;
    opacity: 0.9;
    display: none;*/
}

.placeOrderMobikwik{
    /*background-color: #f75b16;
    border: 1px solid #f05a1f;
    padding: 5px;
    opacity: 0.9;
    display: none;*/
}

.placeOrderBtn{
    background: transparent;
    /*color: white;
    font-size: 1.1em;*/
    text-align: left;
    border: 0px;
    /*border-top: 1px solid #f05a1f;*/
    cursor: pointer;
    width: 100%;
}

.placeOrderBtnDummy{
    background: transparent;
    color: white;
    font-size: 1.1em;
    text-align: center;
    border: 0px;
    border-top: 1px solid #f05a1f;
    cursor: pointer;
    width: 100%;
}

.paymentModeGroup{
    padding-top: 10px;
    padding-left: 20px;
}

.paytmTxt{
    padding-left: 5px;
    position: absolute;
    margin-top: -16px;
    font-size: 1em;
}

.payuTxt{
    padding-left: 5px;
    position: absolute;
    margin-top: -16px;
    font-size: 1em;
}

.mobikwikTxt{
    padding-left: 5px;
    position: absolute;
    margin-top: -16px;
    font-size: 1em;
}

.codTxt{
    padding-left: 5px;
    font-size: 1em;
    position: absolute;
    margin-top: -16px;
}

.paymentModeGroup input{
    width: auto;
}

#divCOD{
    display: none;
}

#orderSuccessCOD{
    display: none;
    text-align: center;
    line-height: 40px;
}

#thankYouNote{
    color: #16b594;
    font-size: 1.5em;
    font-weight: bolder;
}

#successContent{
    color: black;
    width: 30%;
    margin-left: 35%;
}

.scLineOne{
    font-size: 1em;
}

.scDispOrderID{
    font-weight: bolder;
}

.scLineTwo{
    font-size: 1em;
}

.scLineThree{
    font-size: 1em;
}

.scLineTwoChild{
    text-decoration: underline;
    font-weight: bolder;
    cursor: pointer;
    color: #16b594;
}

.scLineTwoChild:hover{
    text-decoration: underline;
    font-weight: bolder;
    cursor: pointer;
}

.scLineThreeChild{
    color: #16b594;
}

.scPaidAmt{
    font-weight: bolder;
}

.scPaidThrough{
    font-weight: bolder;
}

.trustBarOS{
    height: 60px;
    width: 60%;
    margin-left: 20%;
}

.trackYourOrderOS{
    height: 30px;
    border-right: 3px solid black;
    width: 170px;
    color: white;
    margin-top: 15px;
    float: left;
    margin-left: 30%;
}

.trackYourOrderIconOS{
    font-size: 1.5em;
    color: black;
    margin-right: 5px;
    margin-top: 4px;
    margin-left: 5px;
}

.securePaymentsOS{
    height: 30px;
    border-right: 3px solid black;
    width: 150px;
    color: white;
    margin-top: 15px;
    float: left;
    margin-left: -5%;
}

.securePaymentsIconOS{
    font-size: 1.5em;
    color: black;
    margin-right: 5px;
    margin-top: 4px;
    margin-left: 5px;
}

.buyerProtectionOS{
    height: 30px;
    width: 150px;
    color: grey;
    margin-top: 15px;
    float: left;
    margin-left: -5%;
}

.buyerProIconOS{
    font-size: 1.5em;
    color: black;
    margin-right: 5px;
    margin-top: 4px;
    margin-left: 9px;
}

.firstLineOS{
    font-size: 1em;
    font-weight: bold;
    color: black;
    position: absolute;
    margin-top: -10px;
}

.secondLineOS{
    font-size: .8em;
    color: black;
    position: absolute;
    margin-top: 5px;
}

.cartFooterOS{
    height: 30px;
    padding: 5px;
    position: absolute;
    width: 60%;
    color: black;
    margin-left: 20%;
}

.cartFooterOS a:hover{
    text-decoration: underline;
}

.cartTermsOS{
    text-align: center;
}

.copyrightTxtOS{
    margin-left: 1%;
}

#failureContent{
    color: black;
    width: 30%;
    margin-left: 35%;
}

.fcLineOne{
    font-size: 1.5em;
    font-weight: bolder;
}

.fcLineOneChild{
    color: red;
    font-size: 1.5em;
    position: absolute;
    margin-left: -2%;
    margin-top: .3%;
}

.splitLeftReason{
    text-align: right;
    color: grey;
    opacity: .7;
}

.splitLeftSuggestion{
    text-align: right;
    color: grey;
    opacity: .7;
}

.splitRightReason{
    text-align: left;
    position: absolute;
    margin-left: 2%;
}

.splitRightSuggestion{
    text-align: left;
    position: absolute;
    margin-left: 2%;
}

.backToCart{
    color: #007aff;
    opacity: .8;
    font-size: 1.2em;
    margin-top: 3%;
    position: absolute;
    font-weight: bolder;
    margin-left: -2%;
}

.backToCart:hover{
    color: #007aff;
    opacity: 1;
    text-decoration: underline;
}

.ttCust{
    font-weight: bolder;
}

.trustBarOF{
    margin-top: 7%;
    height: 60px;
    width: 60%;
    margin-left: 20%;
}

.cartContainer{
    z-index: 100000;
}

.lbcartContainer{
    display: block;
    padding: 2px 0 0 8px;
    z-index: 100000;
    position: absolute;
    color: white;
    opacity: 0.6;
    right: 4%;
    top: 0.7%;
    font-size: 1.5em;
    display: none;
}

.cartContainer:hover{
    background:rgb(90, 90, 90);
}

.lbcartContainer:hover{
    color: white;
    opacity: 1;
    z-index: 100000;
}

#lbcartnumber{
    font-size: 0.6em;
    height: 17px;
    margin-left: 10px;
    position: absolute;
    text-align: center;
    width: 11px;
    opacity: 0.9;
    top: -3px;
}

.openBraces{
    color: #fff;
    height: 20px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
    width: 8px;
    /* margin-top: 10px; */
    position: relative;
    top: 6px;
    left: 8px;
}

.closeBraces{
    color: #fff;
    width: 8px;
    height: 20px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 6px;
    left: -8px;
}

#addToCart{
    /* color: grey; */
    /* font-size: 1.5em; */
    /* cursor: pointer; */
}
#lb-toolbar{
    display: inline-block;
}
.lb-icon{
    padding: 0 15px;
    margin: 0 0px;
    font-size: 12px;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
    display: inline-block;
    vertical-align:middle;
}
#lb-saveClip{
    padding-left: 5px
}
.lb-icon > * {
    display: inline-block;
}
.lb-icon-img{
    font-size: 29px;
    /* line-height: 3px; */
}
.lb-icon-label{
    font-size:12px;
    /* line-height: 42px; */
    vertical-align: top;
}
.lb-icon:hover{
    background-color: rgba(255,255,255,0.3);
}
.vid #lb-download{
    display:none;
}

.bookmarkStartIcon{
    font-size: .8em;
    display: inline-block;
    margin-left: 5px;
}

.bookmarkStopIcon{
    font-size: .8em;
    display: inline-block;
    margin-left: -6px;
    /* display: none; */
}

.videoContainer{
    color:#fff;
    display: inline-block;
    font-size: 12px;
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-4px);
}
.videoContainer div{
    display: inline-block;
    font-size: 12px;
}
.videoContainer .clipVideoIco{
    font-size: 20px;
    position: relative;
    top: 3px;
}
.videoContainer .clipPosVal{
    display: none;
}
.videoContainer .clipPosVal,
.videoContainer .clipPosLabel
 {
    padding: 0 3px;
}

.videoContainer .clipPos.hasVal .clipPosLabel{
    display: none;
}

.videoContainer .clipPos.hasVal .clipPosVal{
    display: inline-block;
}

.clipPosVal:hover,
.clipPosLabel:hover,
#lb-saveClip:hover{
    background-color: rgba(255,255,255,0.4);
    cursor: pointer;
}


.addressID{
    display: none;
}

.isDefault{
    display: none;
}

#allOrdersList{
    position: relative;
    left: 25%;
    width: 50%;
    color: black;
}

.perOrderDetails{
    padding: 5px;
    cursor: pointer;
}

.perOrderDetails table{
    text-align: left;
    line-height: 20px;
}

.perOrderDetails table td{
    white-space: nowrap;
}

.orderIDTxt{
    font-weight: bold;
}

.orderDate{
    font-weight: bold;
}

.totalAmtDetails{
    font-weight: bold;
    margin-left: 20px;
}

.numPrintsDetails{
    font-weight: bold;
}

.statusMsg{
    font-weight: bold;
}

.statusDate{
    font-weight: bold;
}

#shippingDetails{
    margin-top: 17px;
}

.shippingDetailsTxt{
    font-size: 11pt;
    font-weight: 500;
    color: #555;
}

.shippingDetailsTemp{
    /*height: 125px;*/
}

.loadingSA{
    margin-left: 10px;
}

.alignShippingDetailsTemp{
    text-align: center;
    padding-top: 50px;
    min-height: 120px;
    /* top: 50%; */
    /* position: relative; */
    /* vertical-align: middle; */
}

.placeOrderCOD{
    background-color: #f75b16;
    border: 1px solid #f05a1f;
    padding: 5px;
    opacity: 0.9;
    display: none;
    /* width: 96%; */
    /* margin-left: 2%; */
}

.placeOrderCOD:hover{
    opacity: 1;
}

.placeOrderDummy{
    background-color: #f75b16;
    border: 1px solid #f05a1f;
    padding: 5px;
    opacity: 0.2;
    display: none;
    /* width: 96%; */
    /* margin-left: 2%; */
}

.tempHeader{
    margin-top: 17px;
}

.changeAddressDone{
    float: right;
    padding-right: 10px;
    text-align: right;
    white-space: nowrap;
}

.sSizeTxt{
    padding: 5px;
}

.widthCrossHeight{
    /* position: absolute; */
    /* margin-left: 10px; */
    padding: 5px;
    margin-top: -3px;
}

.widthCrossHeight input{
    width: 40px;
    padding: 0 5px;
    border: 0;
    margin: 1px;
    text-align: center;
}

#pnlShareLink textarea, #pnlShareGetLink textarea{
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    background-color: lightgrey;
}

.sLinkWidth, .sLinkHeight{
    border: 1px solid #ddd;
    padding: 1px;
}

.sLinkCross{
    padding: 0;
    position: relative;
    top: -2px;
    margin-left: 5px;
    margin-right: 5px;
}

.generateCode{
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    background-color: #007aff;
    margin-top: 10px;
    margin-bottom: -3px;
    /* width: 105px; */
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}

.sLinkHowToUse{
    padding: 10px 0;
    /* font-size: 9pt; */
    display: inline-block;
}

.sLinkTerms{
    margin-top: 0px;
}

.sLinkTerms a:hover{
    color: #007aff;
    cursor: pointer;
}

.copyGenerateCode, .copyGenerateLnk{
    /* padding: 7px; */
    /* border-radius: 4px; */
    /* color: #fff; */
    /* background-color: #039403; */
    /* border-color: #039403; */
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    /* width: 80px; */
    cursor: pointer;
    /* margin-left: 40%; */
    display: inline-block;
    white-space: nowrap;
    float: right;
    color: #007aff;
}
.copyGenerateLnk{
    float:none;
}
.copiedTxt{
    color: blue;
}

.addrToEdit{
    display: none;
}

.changeAddrClicked{
    margin-left: 50px;
}

#addressAll .addr, #addressAll .contactNo, #addressAll .editDeleteAddr{
    margin-left: 50px;
}

#addressAll .addr{
    width: 85%;
}

.allAddrDiv{
    max-height: 400px;
    /*overflow-y: scroll;*/
}

.postPicCheckbox{
    margin: 0;
    padding: 0;
    position: relative;
    width: 15pt;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

.postPickTxt{
    margin-left: 15px;
    position: absolute;
    margin-top: 8px;
    cursor: pointer;
}

.pluginEach{
    padding: 10px;
}

.pluginNameTxt{
    display: inline-block;
    padding: 5px;
    font-weight: bold;
}

.pluginSettings{
    display: inline-block;
    float: right;
}

.pluginViewCode{
    margin-right: 10pt;
    cursor: pointer;
    padding: 5px;
}

.pluginEdit{
    margin-right: 10pt;
    cursor: pointer;
    padding: 5px;
}

.pluginConfigure{
    margin-right: 10pt;
    cursor: pointer;
    padding: 5px;
}

.pluginDel{
    cursor: pointer;
    padding: 5px;
}

.pluginViewCodeURL{
    border: 1px solid lightgrey;
    background-color: lightgrey;
    padding: 5px;
    /* font-weight: bold; */
    display: none;
    word-wrap: break-word;
}

#addNewWebPluginDialog{
    /*width: 15%;
    top: 25%;*/
}

#btnAddNewPlugin{
    float: right;
    margin: 10px;
}

.pluginID{
    display: none;
}

#editWebPluginDialog{
    /*width: 15%;
    top: 25%;*/
}

#btnUpdatePlugin{
    float: right;
    margin: 10px;
}

.noPastOrders{
    text-align: center;
}

.loadingMO{
    margin-top: 60px;
    text-align: center;
}

.requiredAllFields{
    float: left;
    color: red;
    font-size: 9pt;
}

.loadingUG{
    margin-top: 60px;
    text-align: center;
}

.ttErrMsgDiv{
    position: absolute;
    color: red;
    font-size: 0.7em;
}

#downloadsDiv{
    margin-top: 10px;
    width: 40%;
    margin-left: 30%;
    text-align: left;
    padding: 20px;
}

.dAndroid{
    display: block;
    width: 100%;
    margin-left: -100px;
}

.dIOS{
    display: block;
    width: 100%;
    margin-top: -50px;
    margin-left: 100px;
}

.appLink{
    background-color: rgba(0,14,29,.8);
    position: relative;
    height: 50px;
    max-width: 180px;
    border-radius: 3px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 7px 10px;
    color: #fff;
    text-decoration: none;
}

.appLink:hover{
    background-color: rgba(0,14,29,1);
}

.androidImg{
    display: inline-block;
    width: 50px;
}

.iosImg{
    width: 28px;
    margin-left: 10px;
}

.appLabel1{
    color: #fff;
    line-height: 1em;
    font-size: 11px;
    position: absolute;
    white-space: nowrap;
    margin-top: 2px;
}

.appLabel2{
    color: #fff;
    line-height: 1.5em;
    font-size: 18px;
    position: absolute;
    white-space: nowrap;
    margin-top: -28px;
    margin-left: 50px;
}

.downloadText{
    color: black;
    vertical-align: top;
    margin-top: 10px;
}

.dtHeader{
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 18px;
}

.dtDesc{
    font-size: 18px;
    padding: 0;
    width: 390px;
    margin-bottom: 35px;
    line-height: 1.3em;
}

.linkBlock{
    margin-left: 100px;
}

.snapshot{
    vertical-align: top;
    margin-top: -140px;
    position: absolute;
    margin-left: 400px;
    padding: 10px;
}

.sAndroidPhone{
    width: 150px;
    height: 250px;
    display: inline-block;
}

.sIPhone{
    width: 150px;
    height: 290px;
    display: inline-block;
    margin-left: -20px;
    position: relative;
    top: 18px;
}

.getPhoneNoBlock{
    padding: 10px;
    margin-bottom: 40px;
}

.getPhoneNoBlock span{
    margin-right: 10px;
}

.countryCode{
    display: inline-block;
    border-bottom: 1px solid lightgrey;
    color: black;
    padding: 5px 0px;
}

.noSeperater{
    display: inline-block;
}

.phoneNoInp{
    display: inline-block;
    background-color: transparent;
    width: 150px;
    border: none;
}

.sendLinkBtn{
    display: inline-block;
    border-radius: 3px;
    background-color: #91d524;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    position: relative;
}

.sendLinkBtn:hover{
    background-color: #1fbf0a;
}

.sbDesktop{
    width: 350px;
    height: 250px;
    display: inline-block;
    margin-top: 35px;
}

.dwnlink{
    color: #fff;
    border-radius: 4px;
    background: #27ae60;
    box-shadow: 0 2px 0 0 #288a51;
    font-size: 1em;
    font-weight: bolder;
    padding: 5px;
    text-decoration: none;
    position: relative;
    top: -10px;
    left: 90px;
}

.dwnlink:hover{
    color: #fff;
}

.dwnlink span{
    padding: 5px 10px;
}

.dwnlink i{
    padding: 0 12px;
    vertical-align: middle;
    border-left: 1px solid #3abf72;
    color: #fff;
    font-size: 1em;
}

.fsize12{
    font-size: 12px;
}

.forWin64{
    margin-top: 20px;
}

.sbExcel{
    width: 450px;
    height: 200px;
    display: inline-block;
    margin-top: 35px;
}

.optionsBg{
    width: 100px;
    height: 37px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0px;
    opacity: 0;
    transition: opacity 0.5s linear;
}

.imgdiv:hover .optionsBg{
    opacity: 1;
    transition: opacity 0.3s linear;
    display : block;
}

.addedToCartNoti{
    display: none;
    position: absolute;
    top: 4.5%;
    z-index: 9999999;
    color: white;
    right: 5%;
    border: 1px solid white;
    padding: 5px;
    border-radius: 10px;
}

.addedToCartNotiSamePFPS{
    display: none;
    position: absolute;
    top: 4.5%;
    z-index: 9999999;
    color: white;
    right: 5%;
    border: 1px solid white;
    padding: 5px;
    border-radius: 10px;
}

.cartNotch{
    position: absolute;
    top: -11px;
    right: 3%;
}

.cartDeleteNoti{
    display: none;
    position: absolute;
    top: 8%;
    z-index: 9999999;
    color: black;
    left: 30%;
    padding: 5px;
}

.undoDelete{
    font-weight: bold;
    text-decoration: underline;
    color: #007aff;
    cursor: pointer;
}

.cartErr{
    display: none;
}

.addrRequired{
    color: red;
    font-size: 0.7em;
    margin-top: 7px;
    margin-left: 5px;
    display: none;
}

.payMode{
    background-color: #fff;
    border: 0.5px solid #c8c7cc;
    padding: 5px;
    margin: -1px;
    position: relative;
    cursor: pointer;
    width: 100%;
    padding-right: 35px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2060%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'm60%2061.5-38.25%2038.25-9.75-9.75%2029.25-28.5-29.25-28.5%209.75-9.75z'%20fill%3D'%23c7c7cc'%2F%3E%3C%2Fsvg%3E");
    background-size: 10px 20px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-position: -webkit-calc(100% - 15px) center;
    background-position: calc(100% - 15px) center;
    min-width: 245px;
    display: none;
}

.boxTemplateNew{
    background-color: #fff;
    border: 0.5px solid #c8c7cc;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 5px;
    margin-bottom: 20px;
}

.ordersHeaderTxt{
    font-size: 1.5em;
    display: inline-block;
    padding: 0px 10px;
}

.ordersSH{
    display: inline-block;
    position: relative;
    top: 5px;
    float: right;
    padding: 0px 10px;
    cursor: pointer;
    color: #007aff;
}

.oListNull{
    padding: 10px;
}

.poList{
    display: none;
}

.coList{
    display: none;
}

#websitePluginsDiv form{
    width: 30%;
    margin: 0 auto;
    min-width: 400px;
    max-width: 500px;
}

#addNewPluginButton{
    float: right;
    margin-right: 35%;
    margin-top: -26px;
    cursor: pointer;
}

#usersAndGroupsDiv iframe{
    min-width: 80%;
    min-height: 80%;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    transform: translate(-50%,-50%);
    box-shadow: rgba(0,0,0,0.5) 0px 0px 11px 1px;
}

#paymentMode{
    display: none;
}

#proceedToPay {
    background-color: #f75b16;
    padding: 10px;
    position: relative;
    cursor: pointer;
    width: 100%;
    padding-right: 35px;
    background-size: 10px 20px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-position: -webkit-calc(100% - 15px) center;
    background-position: calc(100% - 15px) center;
    min-width: 245px;
    color: white;
    