/** Shopify CDN: Minification failed

Line 433:0 Unexpected "/"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS */

/* Product Page */
.t4s-swatch__item .is--soldout .is--selected{
  color:#333;
}

.t4s-sticky-atc__btns{display:none;}

/* Card image flipping */
.fliptext {
	margin-left: 69px;
	margin-top: 5px;
	font-size: 75%;
	font-weight: 700;
}

.card .bordered {
	border-style: solid;
	border-width: 4px;
	border-color: #000000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}

.card .small-bordered {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.flip {
	-webkit-perspective: 800;
	perspective: 800;
	position: relative;
	min-height: 230px;
}

.flip .card.twosided.flipped {
	-webkit-transform: rotatey(-180deg);
	transform: rotatey(-180deg);
}

.flip .card.split.flipped {
	-webkit-transform: rotatez(1-80deg);
	transform: rotatez(-180deg);
}

.flip .card {
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	transform-style: preserve-3d;
	transition: 0.5s;
}

.flip .card .face {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;

}

.flip .card .front {
	position: absolute;
	width: 100%;
	z-index: 1;
}

.flip .card.twosided .back {
	-webkit-transform: rotatey(-180deg);
	transform: rotatey(-180deg);
}

.inner { 
	margin: 0px !important;
}


/* Mana color sort */
div.colorsort {
	height: 45px;
	position: relative;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0 0 0 8px;
}

span.colorsort {
	margin-left: 15px;
}

div.colorsort a.sort-icon {
	display: inline-block;
	color: #555555;
	text-decoration: none;
	margin: 5px 2px 0 0;
	float: left;
}

div.colorsort a.sort-no-icon, 
div.colorsort span span {
	display: inline-block;
	text-decoration: none;
	margin: 13px 10px 0 0;
	float: left;
}

div.colorsort a.sort-no-icon span.active, 
div.colorsort a.sort-no-icon.active {
	font-weight: bold;
	background: none;
}

div.colorsort a:hover.sort-no-icon span, 
div.colorsort a:active.sort-no-icon span {
	color: #f68d2d;
}

div.colorsort a.sort-icon span.mana-icon {
	background: url(//flipsidegaming.com/cdn/shop/t/33/assets/img-theme-mana-icons-32.png?806059) no-repeat;
	width: 33px;
	height: 33px;
	display: block;
	line-height: 32px;
}

div.colorsort a.sort-icon span.mana-white {
	background-position: 0px 0px;
}

div.colorsort a:hover.sort-icon span.mana-white, 
div.colorsort a:active.sort-icon span.mana-white, 
div.colorsort a.sort-icon span.mana-white.active {
	background-position: 0px -34px;
}

div.colorsort a.sort-icon span.mana-blue {
	background-position: -33px 0px;
}

div.colorsort a:hover.sort-icon span.mana-blue, 
div.colorsort a:active.sort-icon span.mana-blue, 
div.colorsort a.sort-icon span.mana-blue.active {
	background-position: -33px -34px;
}

div.colorsort a.sort-icon span.mana-black {
	background-position: -66px 0px;
}

div.colorsort a:hover.sort-icon span.mana-black, 
div.colorsort a:active.sort-icon span.mana-black, 
div.colorsort a.sort-icon span.mana-black.active {
	background-position: -66px -34px;
}

div.colorsort a.sort-icon span.mana-red {
	background-position: -99px 0px;
}

div.colorsort a:hover.sort-icon span.mana-red, 
div.colorsort a:active.sort-icon span.mana-red, 
div.colorsort a.sort-icon span.mana-red.active {
	background-position: -99px -34px;
}

div.colorsort a.sort-icon span.mana-green {
	background-position: -132px 0px;
}

div.colorsort a:hover.sort-icon span.mana-green, 
div.colorsort a:active.sort-icon span.mana-green, 
div.colorsort a.sort-icon span.mana-green.active {
	background-position: -132px -34px;
}

/* Datatables */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	bottom: 15px;
}

#instock-filter {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 1.2em;
}

#instock-filter .btn {
	padding: 6px 15px 6px 1px;
}

html div.dataTables_wrapper div.dataTables_filter {
	text-align: right;
}

html table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
html table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
	font-family: FontAwesome;
	font-size: 12px;
	content: "\f067";
	color: #0e2a4c;
	background-color: #ffffff;
	border: 1px solid #0e2a4c;
	padding-top: 1px;
}

html table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
html table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
	content: "\f068";
	background-color: #f68d2d;
}

html table.dataTable > tbody > tr.odd.child:hover {

}

html table.dataTable > tbody > tr.even.child:hover {

}

.table-collection tr.child td.child .fs-collection-subtable {
	border: 0;
	margin: 0 0 3px 0;
	background: none;
}

.table-collection tr td .fs-collection-subtable tr td {
	padding: 0;
}

.table-collection tr td .fs-collection-subtable tr.subheader td {
	font-weight: 600;
}

      /* Buylist */
#table-buylist tbody tr td {
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 23px
}

#table-buylist tbody tr.child td.child {
	padding-top: 0;
	padding-bottom: 0;
}

#clear-buylist-filter {
	text-align: right;
	min-height: 18px;
}

.btn-add-buylist {
	border: 1px solid #eeeeee !important;
	font-size: 9px !important;
	padding: 3px 4px !important;
	border-radius: 4px;
}

.badge-flipside {
	background: #f68d2d;
}

.fs-buylist-cart-icon {
	margin-left: 7px;
}

.fs-buylist-cart-icon:active,
.fs-buylist-cart-icon:hover {
	color: #f68d2d;
	cursor: pointer;
}

#fs-buylist-cart-table tbody:empty + tfoot {
	display: none;
}

#fs-buylist-cart-table tbody:not(:empty) + tfoot {
    display: table-footer-group;
}

#fs-buylist-cart-table tbody tr td {
	padding-top: 10px;
	padding-bottom: 0;
}

#fs-buylist-cart-table tbody tr td:first-child {
	padding-top: 0;
}

#fs-buylist-cart-table tfoot tr th,
#fs-buylist-cart-table tfoot tr td {
	padding-top: 4px;
	padding-bottom: 4px;
}

.fs-buylist-cart-view {
	font-size: 12px;
}

#fs-buylist-header {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	background: white;
}

#fs-buylist-header.fixed {
	display: block;
	position: fixed;
	top: 0;
	height: 44px;
	z-index: 999;
	margin: 0;
	padding: 3px 0 0 0;
	border-bottom: 1px solid #0f2a4b;
}

#fs-buylist-header.fixed div:first-child {
	padding-left: 0;
}

#fs-buylist-header.fixed div:last-child {
	padding-right: 0;
}

html .dl-fs-buylist {
	margin-top: 0;
	margin-bottom: 0;
}

html .dl-fs-buylist dt {
	width: auto;
}

html .dl-fs-buylist dd {
	margin-left: 50px;
	margin-bottom: 2px;
}

html .dl-fs-buylist-responsive {

}

#fs-buylist-modal-title {
	font-weight: 700;
}

.fs-buylist-table-item-qty {
	font-size: 14px;
	font-weight: 700;
	color: #0e2a4c;
	margin-right: 6px;
}

div.fs-buylist-table-item-qty {
	min-width: 50px;
}

.fs-buylist-table-item-qty em {
	font-size: 8px;
}

#table-buylist tr.child td.child .fs-buylist-subtable {
	border: 0;
	margin: 0 0 3px 0;
	background: none;
}

#table-buylist tr td .fs-buylist-subtable tr td {
	padding: 0;
}

#table-buylist tr td .fs-buylist-subtable tr.subheader td {
	font-weight: 600;
}

#fs-buylist-modal-form {
	padding: 0 10px;
}

#fs-buylist-modal-form .form-group {
	margin-bottom: 8px;
}

#fs-buylist-modal-form label {
	font-weight: 600;
}

#fs-buylist-modal-form label.error {
	margin-bottom: 0;
}


#fs-buylist-modal-form #payment-method-container label,
#fs-buylist-modal-form #toc-agreement-label {
	font-weight: normal;
}

#fs-buylist-modal-form #toc-agreement-label a {
	font-weight: 600;
}

.tooltip-product:hover {
	color: #f68d2d;
}

.popover-card-img {
	border: none;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.container-nested {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}


/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/


/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}

@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('../assets/AvenirNextLTPro-Regular.eot');
	src: url('../assets/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../assets/AvenirNextLTPro-Regular.woff2') format('woff2'),
		url('../assets/AvenirNextLTPro-Regular.woff') format('woff'),
		url('../assets/AvenirNextLTPro-Regular.ttf') format('truetype'),
		url('../assets/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('../assets/AvenirNextLTPro-Bold.eot');
	src: url('../assets/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../assets/AvenirNextLTPro-Bold.woff2') format('woff2'),
		url('../assets/AvenirNextLTPro-Bold.woff') format('woff'),
		url('../assets/AvenirNextLTPro-Bold.ttf') format('truetype'),
		url('../assets/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('../assets/BebasNeue-Regular.eot');
	src: url('../assets/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
		url('../assets/BebasNeue-Regular.woff2') format('woff2'),
		url('../assets/BebasNeue-Regular.woff') format('woff'),
		url('../assets/BebasNeue-Regular.ttf') format('truetype'),
		url('../assets/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*------------------------------------------
  Collection Page Copy
-------------------------------------------*/

.collection-description,
.copy-flex {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  color: #fff;
}

.collection-description.copy-bg,
.copy-flex.center-flex {
  align-items: center;
}

@media (max-width: 1024px) {
  .copy-flex {
    display: block;
  }
}

.copy-bg {
  background: linear-gradient(90deg, #085594, #0f2a4c);
  border: 4px solid #3960ad;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  color: #fff;
}

.copy-bg.no-padding {
  padding: 0;
}
.copy-bg ul li {
list-style: disc;
}
.copy-bg p a,
.collection-description p a,
.collection-description h3 a, .copy-bg li a {
  color: #fff;
  text-decoration: underline;
}
.copy-bg p a:hover,
.collection-description p a:hover,
.collection-description h3 a:hover, .copy-bg li a:hover {  
  text-decoration: none;
}
.collection-description .col4 {
  grid-column: span 4;
  font-size: 32px;
  font-weight: bold;
}

.collection-description .col5 { grid-column: span 5; }
.collection-description .col6 { grid-column: span 6; }
.collection-description .col7 { grid-column: span 7; }
.collection-description .col8 {
  grid-column: span 8;
  font-size: 14px;
  line-height: 1.5;
}
.collection-description .col12 { grid-column: span 12; }

.collection-description .col8 h1,
.collection-description .col6.saprator h2 {
  display: none;
}

.collection-description h1,
.collection-description h2 {
  color: #fff;
  font-family: 'Bebas Neue';
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1em;
  font-size: 60px;
  margin-bottom: 1rem;
}

.collection-description h2 { font-size: 42px; }

.collection-description h3 {
  font-size: 20px;
  color: #fff;
  font-family: 'Avenir Next LT Pro';
  line-height: 1.2em;
  margin-bottom: 15px;
}

.collection-description p, .collection-description li {
  font-family: 'Avenir Next LT Pro';
  line-height: 1.2em;
}
.collection-description p:last-child,
.collection-description--faq p:last-child {
  margin-bottom: 0;
}
.collection-description p a:hover {
  text-decoration: none;
}

.collection-description .col6.saprator {
  padding-left: 20px;
  border-left: 2px solid #fff;
}
.collection-description .col6 .text-right {
  text-align: right;
}
.collection-description h1 {
	margin-bottom: 0;
}
@media (max-width: 1024px) {
  .collection-description,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .collection-description h1,
  .collection-description h2 {
    font-size: 36px;	
  } 

  .collection-description .col6.saprator {
    padding-left: 0;
    padding-top: 20px;
    border-left: 0;
    border-top: 2px solid #fff;
  }

  .collection-description .col6 .text-right {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .collection-description .col6 {
    grid-column: span 12;
  }
}

/*---------------- 
  FAQ Section
-------------------*/

.collection-description--faq h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}

.collection-description--faq p, .collection-description--faq li { color: #000;  }
.collection-description--faq .t4s-tab-wrapper .t4s-tab-content p a { font-size: inherit; }
.faq-toggle {
  margin-left: 10px;
  font-weight: bold;
  font-size: 18px;
}

.faq-section {
  display: grid;
  grid-template-columns: 2fr 10fr;
  align-items: center;
  gap: 20px;  
  padding: 30px 20px;
  margin: 40px auto 0;
  max-width: 95%;
  font-family: Arial, sans-serif;
  border-top: 4px solid #f58220;
  border-bottom: 4px solid #f58220;
}

.faq-section .faq-heading {
  font-family: 'Avenir Next LT Pro';
  font-weight: 700;
  color: #F78D2B;
  font-size: 8vw;
}

.faq-section .t4s-tab-wrapper a {
  font-size: 23px;
  font-family: 'Avenir Next LT Pro';
  font-weight: 600;
  line-height: 1.2em;
  background-color: transparent;
}

.faq-section .t4s-accor-item-nav {
  background-color: transparent !important;
}
.faq-section .t4s-accor-item-nav::before {
  height: 4px !important;
  background-color: #F78D2B !important;
  font-family: 'Avenir Next LT Pro';
  font-weight: 700;
}
.faq-section .t4s-accor-item-nav::after {
  width: 4px !important;
  background-color: #F78D2B !important;
  font-family: 'Avenir Next LT Pro';
  font-weight: 700;
}

@media (max-width: 767px) {
  .faq-section .faq-heading {
    font-size: 70px;
  }
  .faq-section {
	display: block;
  }
}



/* ----------------------------------
   404 Page Styles
---------------------------------- */

.custom-404-section {
  padding: 20px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}

.custom-404-section .custom-404-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  border-radius: 12px;
  padding: 40px 20px;
  background: #0e2a4c url('/cdn/shop/files/404-bg.jpg?v=1762245491') center/cover no-repeat;
  overflow: hidden;
}

.custom-404-section .custom-404-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* Inner Content Box */
.custom-404-section .content-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  z-index: 2;
  
  margin: 0 auto;
}

/* Left: Title */
.custom-404-section .custom-404-title {
  color: #fff;
  font-size: 160px;
  
  line-height: 1;
  text-transform: uppercase;
  margin: 0 20px;
}

/* Right: Subtitle & Search */
.custom-404-section .right-side-copy {
  flex: 1;
  padding: 20px;
  text-align: left;
  min-width: 300px;
}

.custom-404-section .custom-404-subtitle {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
}

.custom-404-section .custom-404-subtitle small {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Search Bar */
.custom-404-section .custom-404-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 580px;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
  padding: 4px;
}

.custom-404-section .custom-404-search input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 15px;
  border-radius: 50px 0 0 50px;
  font-size: 16px;
  color: #333;
  height: 40px;  
}

.custom-404-section .custom-404-search button {
  border: 4px solid #3960ad;
  background: linear-gradient(98deg, #085493 0%, #0f2b4d 100%);
  color: #fff;
  border-radius: 50px;
  padding: 0 35px;
  height: 40px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.custom-404-section .custom-404-search button:hover {
  background: linear-gradient(98deg, #0f2b4d 0%, #085493 100%);
}

/* Quick Links */
.custom-404-section .custom-404-links {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 0;
  padding-top: 20px;
  box-sizing: border-box;
}

.custom-404-section .custom-404-links a {
  flex: 1 1 calc(25% - 15px);
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  border: 3px solid #3960ad;
  background: linear-gradient(98deg, #085493 0%, #0f2b4d 100%);
  color: #fff;
  text-decoration: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  padding: 15px;
  transition: all 0.3s ease;
}

.custom-404-section .custom-404-links a:hover {
  background: linear-gradient(98deg, #0f2b4d 0%, #085493 100%);
  transform: translateY(-3px);
}

/* ----------------------------------
   404 page Responsive Styles
---------------------------------- */

/* Tablet View */
@media (max-width: 992px) {
  .custom-404-section .custom-404-title {
    font-size: 100px;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .custom-404-section .custom-404-content {
    min-height: 500px;
    padding: 20px;
  }

  .custom-404-section .content-box {
    flex-direction: column;
    text-align: center;
  }
  .custom-404-section .right-side-copy {
	text-align: center;
  }

  .custom-404-section .custom-404-title {
    font-size: 70px;
    margin-bottom: 20px;
  }

  .custom-404-section .custom-404-subtitle {
    font-size: 20px;
  }

  .custom-404-section .custom-404-search {
    flex-direction: column;
    border-radius: 12px;
    padding: 10px;
  }
.custom-404-section .custom-404-search input {
	background-color: #eeeeee;
}
  .custom-404-section .custom-404-search input,
  .custom-404-section .custom-404-search button {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .custom-404-section .custom-404-links a {
    flex: 1 1 calc(50% - 10px);
    font-size: 18px;
	min-height: 60px;
  }
}

/* Small Mobile View */
@media (max-width: 480px) {
  .custom-404-section .custom-404-links a {
    flex: 1 1 100%;
  }

  .custom-404-section .custom-404-title {
    font-size: 48px;
  }

  .custom-404-section .custom-404-subtitle {
    font-size: 16px;
  }
}
