
@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
			url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
			url('../fonts/MyriadPro-Regular.woff') format('woff'),
			url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
			url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-Semibold.eot');
	src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
			url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
			url('../fonts/MyriadPro-Semibold.woff') format('woff'),
			url('../fonts/MyriadPro-Semibold.ttf') format('truetype'),
			url('../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-Bold.eot');
	src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
			url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
			url('../fonts/MyriadPro-Bold.woff') format('woff'),
			url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
			url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
a.current{
color:#DE6D26;
}
/*---------------------------------
BASE
-----------------------------------*/
*,
*::before,
*::after {
box-sizing: border-box;
}

* { outline:none;}

body{
font-family: 'Myriad Pro';
font-weight: normal;
color:black;
font-size:22px;
line-height:1.50;
background-color:#F8FAFC;
margin:0;
padding:0;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
.tooltipp {
position: relative;
display: inline-block;

}

.tooltipp .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
/*color: #fff;*/
		opacity: 0.9;
	font-size: 17px;
	font-weight: 700;
text-align: center;
border-radius: 6px;
padding: 3px 4px;

/* Position the tooltip */
position: absolute;
z-index: 1;
}

.tooltipp:hover .tooltiptext {
visibility: visible;
}

a{ 
color: black;
text-decoration:none;
-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;

}

a:hover,
a:focus,
a:active {
outline: 0;
text-decoration: none;
color:#b06f15;
box-shadow:none;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Myriad Pro';
margin-top: 0;
margin-bottom: 0px;
}


/*---------------------------------
BREAK POINT MEDIA
-----------------------------------*/

.main-wrapper{ 
max-width:1530px; 
margin:15px auto 30px auto;
padding:0 15px;
}


/*---------------------------------
UTILITY
-----------------------------------*/

ol, ul{ 
list-style-type:none; 
padding:0;
margin:0;
}

img{ 
max-width: 100%;
height: auto;
}

a img{border:0;}

.cstm-row{
	background: #e2e2e2;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
	align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
gap: 0px;
}

.cstm-row1{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
	align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}


.cta-btn-str a{	
background-color:#DE6D26;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
color:white;
font-size:25px;
line-height:30px;
text-transform:uppercase;
padding:9px 15px 5px;
display:block;
font-weight:600;
}

.cta-btn-str a:hover {	
background-color:#560b0b;
color:white;
}

.pt-25{ padding-top:25px;}
.pb-25{ padding-bottom:25px;}

.pl-10{ padding-left:10px;}

.mb-0{ margin-bottom:0 !important;}

.mt-0{ margin-top:0 !important;}

.cta-btn-holder { 

}

.cta-btn1{ 
background-color:#DE6D26;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
color:white;
font-size:22px;
line-height:26px;
text-transform:uppercase;
padding:9px 10px 5px;
display:block;
font-weight:600;
text-align:center;
}

.cta-btn1:hover{ 
background-color:#560b0b;
color:white;
}

.on { background-color:#e79e3f !important;}
.off {background-color:#2e6cae !important;}

/*---------------------------------

-----------------------------------*/

.sec-1 { 
background-color:white;
box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
margin:0 auto;
padding:15px;
border-radius:10px; 	
}

.sub-section { margin:0 0 20px 0;}

h2.hdr-txt{ 
color:black;
font-size:26px;
line-height:30px;
font-weight:bold;
background-color:#e2e2e2;
padding:7px 10px 5px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
margin:0 0 25px 0;
}

h2.hdr-txt span{ 
font-style:italic;
font-weight:normal;
font-size:24px;
line-height:30px;
color:black;
padding:0 0 0 15px;
}

.cont-holder_1{	
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
 -ms-flex-pack: justify;
justify-content: space-between;
}

.cell-1{	
-ms-flex: 0 0 48%;
flex: 0 0 48%;
max-width: 48%;
}

.cell-2{	
-ms-flex: 0 0 47%;
flex: 0 0 47%;
max-width: 47%;
}

.cell-1 h3, .cell-2 h3  { 
text-align:center;
font-size:18px;
line-height:24px;
margin:0;
padding:0 0 10px 0;
font-weight:bold;
}

.cell-1 .sub-txt, .cell-2 .sub-txt { 
font-size:18px;
line-height:24px;
font-weight:normal;
color:white;
margin:0;
text-align:center;
padding:0 0 20px 0;
}

.cell-1 .txtarea { 
background-color:#262626;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
padding:15px;
height:157px;
}

.cell-1 .txtarea textarea { 
font-family: 'Myriad Pro';
width:100%; 
height:100%; 
resize:none;
background:none;
border:none;
font-size:20px;
line-height:24px;
color:#5e5e5e;
}

.cell-2 .ins-box { 
background-color:#e2e2e2;
border-radius:10px;
padding:15px;
height:157px;
}


.cell-2 .ins-box h4{ 
color:black;
font-size:18px;
line-height:22px;
font-weight:bold;
padding:0 0 20px 0;
margin:0;
}

.cell-2 .ins-box ul { 
padding:0 20px 20px;
}

.cell-2 .ins-box ul li { 
font-size:16px;
line-height:18px;
padding:0;
}

.sep { 
background:url(../images/sep-img.jpg) no-repeat center 40px;
}

.sep p {
font-size:18px;
line-height:24px;
text-align:center;
margin:0;
font-weight:bold;
padding:0 0 20px 0;
}

.flag-area {	
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
	flex-wrap: wrap;
-ms-flex-align: center;
	align-items: center;
padding:15px 0 20px 0;
 -ms-flex-pack: justify;
justify-content: space-between;
}

.flag-area-lft { margin-right:20px;}

.flag-area ul { 	
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flag-area ul li { 
position:relative;
padding:0 3px 2px;
}


input[type="checkbox"][id^="myCheckbox"] {
display: none;
}

label {
display: block;
position: relative;
cursor: pointer;
}

label:before {
}

label img {
width:44px;
height:32px;
transition-duration: 0.2s;
transform-origin: 50% 50%;
z-index:1;
display:block;
border:4px solid #948e8a;
border-radius:8px;

}

:checked + label {
}

:checked + label:before {
content: "";
width:100%;
height:100%;
position:absolute;
border:4px solid #ff8421;
border-radius:8px;

}

:checked + label img {
z-index: -1;
}


.create-card-txt { 
font-size:18px;
line-height:22px;
color:black;
margin:0;
margin-right:20px;
}

.create-card-txt a { color: black;}

.card-bx-row{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
}


.card-bx-holder { 	
-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
padding:0 5px;
}

.card-bx-double { 	
-ms-flex: 0 0 66.666666%;
	flex: 0 0 66.666666%;
	max-width: 66.666666%;
padding:0 8px;
}

.card-img-holder-double {	
	width:100%;
}

.card-bx-double .double-img img{
-moz-border-radius:16px;
-webkit-border-radius:16px;
border-radius:16px;
display: block;
padding: 0 0 6px 0;
}

.card-img-holder-double div.double-img {	
-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
}

.card-img-holder-double img{	
-moz-border-radius:16px;
-webkit-border-radius:16px;
border-radius:16px;
}



.col-3-shell {    
padding:6px 10px 10px 10px;
width:100%;
position:relative;
background-color:#e2e2e2;
border-radius:8px;
}

.card-title-holder { 
position:relative;
}

.card-title { 
margin:0;
padding:0 0 5px 0;
color:black;
font-size:16px;
line-height:20px;
font-weight:normal;
}
.gal-options{
display: flex;
align-items: center;
font-family: "Roboto", sans-serif;
font-weight: 600;
font-style: normal;
text-transform: uppercase;
font-size: 32px;
color: black;
padding: 10px;
border-bottom: 1px solid #948e8a;
}
.close-btn { position:absolute; right:0; top:-4px;}

.close-btn img { cursor:pointer;}

.cell-bot-gap { margin-bottom:30px;}


.card-img-holder img{ 
-moz-border-radius:16px;
-webkit-border-radius:16px;
border-radius:16px;
display:block;
padding:0 0 6px 0;
}

.card-bot-area {	
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
	flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
	align-items: center;
padding-top:4px;
}

ul.item {	
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul.item li.counter{ 
background-color:#2e6cae;
border-radius:6px;
min-width:28px;
height:23px;
text-align:center;
font-weight:bold;
font-size:16px;
line-height:20px;
color:#404040;
padding:3px 0 2px 0;
}

ul.item li.ins a,
ul.item li.des a {	
background-color:#2e6cae;
border-radius:6px;
width:28px;
height:23px;
text-align:center;
font-weight:bold;
font-size:16px;
line-height:20px;
color:#404040;
display:block;
margin-left:4px;
box-shadow:1px 1px 1px 1px rgba(64,64,64,0.6);
padding:3px 0 2px 0;
}

.select-holder, .select-holder-double { 
width:100%;
display:block;
height:30px;
margin-bottom:6px;
}

.select-holder-double { width:266px !important;}
.card-bot-cta a {	
background-color:#2e6cae;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
height:23px;
text-align:center;
font-weight:bold;
font-size:16px;
line-height:20px;
color:#404040;
display:block;
padding:3px 10px;
box-shadow:1px 1px 1px 1px rgba(64,64,64,0.6);
}

.card-bot-cta a:hover { background-color:#e79e3f;}


.card-bx-holder-double{ background-color:#e2e2e2; border-radius:8px;}

.step3-lft-cell{	
-ms-flex: 0 0 42%;
flex: 0 0 42%;
max-width: 42%;
}

.pricing-hdr {	
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
	flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
	align-items: center;
}

.pricing-hdr h3 { 
font-size:18px;
line-height:22px;
text-transform:uppercase;
color:black;
margin:0 0 5px 0;
}

.pricing-box { 
border-radius:8px;
background-color:#e2e2e2;
padding:10px 10px 5px 10px;
}

.pricing-box ul li {	
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
	flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
	align-items: center;
}

.pricing-box ul li > div {	
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.crd-price-btn, .foil-price-btn { 
display:inline-block;
vertical-align:top;
}

.crd-price-btn a, .foil-price-btn a{	
background-color:#DE6D26;
border-radius:6px;
height:23px;
width:96px;
text-align:left;
font-weight:600;
font-size:15px;
line-height:18px;
color:#404040;
display:block;
padding:4px 5px 5px 5px;
box-shadow:1px 1px 1px 1px rgba(64,64,64,0.6);
}

.crd-price-btn a:hover, .foil-price-btn a:hover { background-color:#e79e3f;}

.price-spn, .foil-price-spn {	
display:inline-block;
vertical-align:top;
color:white;
font-size:18px;
line-height:22px;
font-weight:bold;
padding-left:10px;
}


.pricing-box ul li > div.foil-col { text-align:right;}

.foil-price-btn a { text-align:right; width:130px;}

.foil-price-spn { padding-left:0; padding-right:10px;}

.step3-rgt-cell{	
-ms-flex: 0 0 56%;
flex: 0 0 56%;
max-width: 56%;
background-color:#e2e2e2;
border-radius:8px;
padding:15px 10px 10px;
margin-top:28px;
}

.step3-rgt-cell p { 
text-align:right;
color:white;
font-size:23px;
line-height:26px;
margin:0;
width:100%;
}

.step3-rgt-cell p span { 
color:#e79e3f;
font-weight:bold;
}

.uploading-holder {	
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}

.uploading-txt { 
font-size:18px;
line-height:22px;
color:white;
}

.crd-txt { font-size:13px; line-height:16px;}

.uploading-percent { 
background-color:#fff;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
height:14px;
position:relative;
left:0;
top:0;
}

.uploading-percent-inner { 
background-color:#e79e3f;
position:absolute;
left:0;
top:0;
height:100%;
width:50%;
border-radius:8px;
}

.error-bx{ 
background-color:#fb7d7d; 
padding:18px 20px 16px;
font-size:18px;
line-height:22px;
color:#000;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
margin:10px 15px 20px 15px;
}

.custom-bx{ 
background-color:#8bc57d; 
padding:18px 20px 16px;
font-size:18px;
line-height:22px;
color:#000;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
margin:0 15px 20px 15px;
}


.popup-area{ 
max-width:70%;
margin:0 auto; 
	margin-top:70px;
			background: #948e8a;
}

.popup-area h3 { 
color:white;
font-size:26px;
line-height:30px;
text-align:center;
}


.popup-bx{ 
background-color:#e2e2e2;
padding:12px;
border-radius:8px;
color: black;
}

.popup-hdr{ 
font-size:20px;
line-height:24px;
font-style:italic;
text-align:center;
font-weight:600;
padding:10px 0 20px;
}

.popup-btn1, .popup-btn2{ 
background-color:#948e8a;
text-align:center;
font-size:26px;
line-height:30px;
font-weight:600;
color:white;
padding:10px 20px 5px;
width:180px;
display:block;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}

.popup-btn2 { background-color:#4d6f44;}

/*  Item dropdown
========================================== */

.select2-container--default .select2-results > .select2-results__options { max-height:226px;}

.select2-container { width:268px !important; vertical-align:top !important;}

.select2-container--default .select2-selection--single { 
border:none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
font-size:12px;
line-height:18px;
color:#948e8a;
padding-top:5px;
padding-bottom:5px;
}

.select2-search.select2-search--dropdown { display:none;}

.select2-dropdown {background-color:#e1e1e1; border:none; border-radius:0 0 4px 4px;}
.select2-container--default .select2-results__option[aria-selected="true"] { background-color:#e1e1e1;}

ul.select2-results__options li { font-size:12px;}

ul.select2-results__options li { 
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
	align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top:9px;
color:#948e8a;

}

ul.select2-results__options li span.img{ vertical-align:top !important; display:inline-block !important;}

ul.select2-results__options li span.dd-txt{ color:#948e8a; padding-left:20px;}

.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color:#c8c8c8;}



/*css-30-06-2022*/

.shop-section{ padding-top:30px;}

.sec-3 { 
background-color:#e2e2e2;
margin:0 auto;
padding:15px;
border-radius:10px; 	
}

.shop-box{	
-ms-flex: 0 0 48.5%;
flex: 0 0 48.5%;
max-width: 48.5%;
border-radius:8px;
padding:15px;
margin-bottom:20px;
background: rgb(101,100,100); 
background: -moz-linear-gradient(top,  rgba(101,100,100,1) 84%, rgba(126,125,125,1) 100%); 
background: -webkit-linear-gradient(top,  rgba(101,100,100,1) 84%,rgba(126,125,125,1) 100%); 
background: linear-gradient(to bottom,  rgba(101,100,100,1) 84%,rgba(126,125,125,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#7e7d7d',GradientType=0 ); 
}

.shop-box p { margin:0;}

.shop-box div.img-holder { 
margin:0 0 15px 0;
}

.shop-box div.img-holder > div {	
-ms-flex: 0 0 32%;
flex: 0 0 32%;
max-width: 32%;
}

.shop-box p.img-holder img { 
display:block;
margin:0 auto;
}

.shop-box h3 { 
color:white;
font-size:26px;
line-height:30px;
text-align:center;
margin:0 0 15px 0;
}

ul.prd-details { 
padding-bottom:10px;
}

ul.prd-details li{ 
font-style:italic;
font-size:18px;
line-height:22px;
padding:0 0 2px 0;
}


.shop-btn{ 
background-color:#c88a31;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
color:#fff;
font-size:22px;
line-height:26px;
text-transform:uppercase;
padding:8px 10px 4px;
display:block;
font-weight:600;
text-align:center;
font-style:italic;
margin:0 auto;
}

.shop-btn:hover{ 
background-color:#e39a32;
color:#fff;
}

.discord-section { 
background-color:#36393f;
margin:0 auto;
padding:15px;
border-radius:10px;
margin-top:30px; 	
}


/*14-07*/

ul.btn-list { 
/* padding-bottom:15px; */
padding-left:10px;
padding-right:10px;
justify-content:flex-start;
}

ul.btn-list li{	
/* -ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
padding:0 8px 12px 8px; */
-ms-flex: 0 0 10%;
flex: 0 0 10%;
max-width: 25%;
padding:0 8px 12px 8px;
}

ul.btn-list li a { 
display:block;
background-color:#DE6D26;
border-radius:10px;
text-align:center;
font-size:22px;
line-height:26px;
font-weight:600;
padding:6px 10px 2px 10px;
text-transform:uppercase;
color:#fff;
}

/* ul.btn-list li.btn-2 a {	
background-image:url(../images/btn-icon1.png);
background-repeat:no-repeat;
background-position:7px 6px;
background-size:25px;
}

ul.btn-list li.btn-3 a {	
background-image:url(../images/btn-icon2.png);
background-repeat:no-repeat;
background-position:7px 2px;
background-size:19px;
}

ul.btn-list li.btn-4 a {	
background-image:url(../images/btn-icon3.png);
background-repeat:no-repeat;
background-position:7px 6px;
background-size:20px;
}

ul.btn-list li.btn-5 a {	
background-image:url(../images/btn-icon4.png);
background-repeat:no-repeat;
background-position:7px 6px;
background-size:28px;
}

ul.btn-list li.btn-6 a {	
background-image:url(../images/btn-icon5.png);
background-repeat:no-repeat;
background-position:3px 6px;
background-size:22px;
}

ul.btn-list li.btn-7 a {	
background-image:url(../images/btn-icon6.png);
background-repeat:no-repeat;
background-position:7px 6px;
background-size:24px;
}

ul.btn-list li.btn-8 a {	
background-image:url(../images/btn-icon7.png);
background-repeat:no-repeat;
background-position:7px 6px;
background-size:20px;
} */



ul.btn-list li a:hover, ul.btn-list li a.current { background-color:#000;} 

.hdr-holder1 {	
-ms-flex: 0 0 74%;
flex: 0 0 74%;
max-width: 74%;
background-color:#e2e2e2;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
padding-right:15px;
margin-bottom:15px;
}



.rd-btn-holder {	
-ms-flex: 0 0 26%;
flex: 0 0 26%;
max-width: 26%;
padding-left:10px;
margin-bottom:15px;
}

.rd-btn-holder a{ 
background-color:#DE6D26;
position:relative;
left:0;
top:0;
background-image:url(../images/upload-btn.png);
background-repeat:no-repeat;
background-position:10px 6px;
background-size:25px;
height:40px;
display:block;
color:#fff;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
padding:8px 15px 8px 30px;
font-size:20px;
line-height:26px;
text-align:center;
font-weight:600;
}

.rd-btn-holder a:hover {background-color:#dc1e38;}


.card-bx-holder_1 { 
position:relative; 
left:0; 
top:0;
}

.card-bx-holder_1 .cell-bot-gap { margin-bottom:15px;}

h3.card-title_1 { text-align:center;}

ul.crd-lft-section { 
position:absolute; 
left:2px; 
top:10px;
z-index:1;
text-align:center;
}

ul.crd-lft-section li span.count { 
background-color:#e2e2e2;
width:35px;
height:35px;
line-height:35px;
display:block;
border-radius:50%;
color:white;
font-size:16px;
text-align:center;
margin:3px 0;
}

ul.crd-lft-section li span.count-arrow, ul.crd-lft-section li span.count-arrow img{ 
display:block;
text-align:center;
margin:0 auto;
}

ul.crd-lft-section li span.count-arrow, ul.crd-lft-section li span.link-icon { 
display:block;
}

ul.crd-lft-section li span.link-icon { margin-top:12px;}


a.add-to-order-btn {	
background-color:#DE6D26;
position:relative;
left:0;
height:32px;
display:block;
color:#fff;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
padding:5px 15px 4px 15px;
font-size:20px;
line-height:26px;
text-align:center;
font-weight:600;
border:none;
}

a.add-to-order-btn:hover { background-color:#dc1e38;} 
/*end*/

.discord-hdr {}


h2.discord-hdr-txt{ 
color:white;
font-size:38px;
line-height:42px;
font-weight:bold;
margin:0;
padding-bottom:8px;
}

h2.discord-hdr-txt span.txt1{ 
font-style:italic;
font-weight:normal;
font-size:24px;
line-height:30px;
color:#fff;
padding:0 0 0 15px;
}

h2.discord-hdr-txt span.txt2{ 
font-style:italic;
font-weight:normal;
font-size:20px;
line-height:26px;
color:#8e9297;
padding:0 0 0 15px;
}


ul.discord-box {
height:500px;
overflow-x: hidden;
overflow-y: auto;
}

ul.discord-box li{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
background-color:#2f3136;
padding:10px;
margin-bottom:25px;
border-radius:5px;
}

ul.discord-box li div.ui-holder {	
-ms-flex: 0 0 54px;
flex: 0 0 54px;
max-width: 54px;
}


ul.discord-box li div.un-detail-holder {	
-ms-flex: 0 0 94%;
flex: 0 0 94%;
max-width: 94%;
padding-top:10px;
padding-left:12px;
}

.un-detail-holder .dt { 
color:#85909f; 
font-size:16px;
padding-left:10px;
}

.un-detail-holder .link { 
color:#8e9297; 
font-weight:bold; 
font-style:italic;
}

.un-detail-holder .txt { 
font-size:18px; 
line-height:24px;
margin:0;
padding:10px 0 20px 0;
}

.img-list > div {	
-ms-flex: 0 0 31%;
flex: 0 0 31%;
max-width: 31%;
}

.img-list img{ max-width:100%;}

.dis-btn { width:80%;}

.txt-rgt { text-align:right;}

/************************/

@media (max-width:1050px) { 
.select2-container { width:100% !important;}
}

@media (max-width:950px) { 

.cell-1{	
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.cell-2{	
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.sep { background:none; width:100%;}

}
@media (min-width:1600px) { 
.card-bx-holder { 	
	-ms-flex: 0 0 24%;
		flex: 0 0 25%;
}
}

@media (max-width:768px) { 

.popup-area { max-width:100%;}
.error-bx, .custom-bx { margin-left:auto; margin-right:auto;}
.card-bx-holder { 	
-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
padding:0 5px;
}

.step3-lft-cell, .step3-rgt-cell, .card-bx-double{	
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.cell-2 .ins-box ul { padding-left:0; padding-right:0;}

.cell-1 .txtarea, .cell-2 .ins-box { height:auto;}

.card-bx-double { padding-left:0; padding-right:0;}


/*css-30-06-2022*/
.shop-box{	
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

ul.discord-box li div.ui-holder {	
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}


ul.discord-box li div.un-detail-holder {	
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding-top:5px;
}

ul.discord-box li div.un-detail-holder { padding-left:0;}

h2.discord-hdr-txt { font-size:24px; line-height:28px;}

/*end*/

ul.btn-list li{	
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
}

ul.btn-list li a { font-size:20px;}

.hdr-holder1 {	
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.rd-btn-holder {	
-ms-flex: 0 0 250px;
flex: 0 0 250px;
max-width: 250px;
}

}

@media (max-width:680px) {

ul.btn-list li{	
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.card-bx-holder_1 .card-img-holder img { max-width:100%; margin:0 auto;}

}


/*css-30-06-2022*/
@media (max-width:580px) {
.un-detail-holder .dt { 
width:100%;
display:block;
padding-left:0;
}

ul.btn-list li{	
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}


}

@media (max-width:520px) { 
.user-name {	
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

h2.discord-hdr-txt span.txt1,
h2.discord-hdr-txt span.txt2 { 
display:block;
width:100%;
padding-left:0;
}

.txt-rgt { text-align:left;}



/*end*/

.card-bx-holder { 	
-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
padding:0;
}

.uploading-holder {	
-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
padding-top:10px;
}

.cell-bot-gap { margin-bottom:20px;}

.popup-btn1, .popup-btn2 { width:100%;}

.popup-btn1 { margin-bottom:10px;}

.pricing-box ul li > div {	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.crd-price-btn, .foil-price-btn { width:70%;}

.crd-price-btn a, .foil-price-btn a { width:100%;}

h2.hdr-txt { font-size:20px; line-height:24px;}

h2.hdr-txt span { font-size:18px; line-height:24px;}

.card-bx-double .cross-arrow { display:none;}

ul.crd-lft-section { top:38px;}

}