@charset "utf-8";

/* =========================================================
   CLOTHINGCLUB SITE CSS — GLIGIT-STYLE CLEAN VERSION
   Based on the uploaded ClothingClub site CSS and adjusted to
   follow the Gligit.com layout/style structure.
========================================================= */

/* =========================================================
   SIMPLE FLUID MEDIA
========================================================= */

img,
object,
embed,
video {
  max-width: 100%;
  height: auto;
}

.ie6 img {
  width: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #000000;
}

* {
  box-sizing: border-box;
}

/*
  Dreamweaver Fluid Grid Properties
  ----------------------------------
  dw-num-cols-mobile:   6;
  dw-num-cols-tablet:   9;
  dw-num-cols-desktop: 12;
  dw-gutter-percentage: 25;
*/

/* =========================================================
   MOBILE LAYOUT: 480px and below
========================================================= */

.gridContainer {
  margin-left: auto;
  margin-right: auto;
  width: 87.9666%;
  padding-left: 1.5166%;
  padding-right: 1.5166%;
}

#LayoutDiv1,
#LayoutDiv2,
#LayoutDiv3,
#LayoutDiv4,
#LayoutDiv5,
#LayoutDiv6,
#LayoutDiv7,
#LayoutDiv8,
#LayoutDiv9,
#LayoutDiv10 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
}

#LayoutDiv1 {
  background-color: #ffffff;
}

#LayoutDiv2 {
  min-height: 125px;
  height: auto;
  background-color: #ffffff;
  overflow: visible;
  position: relative;
  z-index: 9999;
}

#LayoutDiv3 {
  background-color: #303030;
}

#LayoutDiv4,
#LayoutDiv5,
#LayoutDiv8,
#LayoutDiv9 {
  background-color: #e5e5e5;
}

#LayoutDiv6,
#LayoutDiv7,
#LayoutDiv10 {
  background-color: #faaf14;
}

/* =========================================================
   TABLET LAYOUT: 481px to 768px
========================================================= */

@media only screen and (min-width: 481px) {

  .gridContainer {
    width: 90.9333%;
    padding-left: 1.0333%;
    padding-right: 1.0333%;
  }

  #LayoutDiv1,
  #LayoutDiv2,
  #LayoutDiv3,
  #LayoutDiv4,
  #LayoutDiv5,
  #LayoutDiv6,
  #LayoutDiv7,
  #LayoutDiv8,
  #LayoutDiv9,
  #LayoutDiv10 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }

  #LayoutDiv1 {
    background-color: #ffffff;
  }

  #LayoutDiv2 {
    min-height: 125px;
    height: auto;
    background-color: #ffffff;
    overflow: visible;
    position: relative;
    z-index: 9999;
  }

  #LayoutDiv3 {
    background-color: #303030;
  }

  #LayoutDiv4,
  #LayoutDiv5,
  #LayoutDiv8,
  #LayoutDiv9 {
    background-color: #e5e5e5;
  }

  #LayoutDiv6,
  #LayoutDiv7,
  #LayoutDiv10 {
    background-color: #faaf14;
  }
}

/* =========================================================
   DESKTOP LAYOUT: 769px and above
========================================================= */

@media only screen and (min-width: 769px) {

  .gridContainer {
    width: 88.5%;
    max-width: 1920px;
    padding-left: 0.75%;
    padding-right: 0.75%;
    margin: auto;
  }

  #LayoutDiv1,
  #LayoutDiv2,
  #LayoutDiv3,
  #LayoutDiv4,
  #LayoutDiv5,
  #LayoutDiv6,
  #LayoutDiv7,
  #LayoutDiv8,
  #LayoutDiv9,
  #LayoutDiv10 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }

  #LayoutDiv1 {
    background-color: #ffffff;
  }

  #LayoutDiv2 {
    height: 125px;
    background-color: #ffffff;
    overflow: visible;
    position: relative;
    z-index: 9999;
  }

  #LayoutDiv3 {
    background-color: #303030;
  }

  #LayoutDiv4,
  #LayoutDiv5,
  #LayoutDiv8,
  #LayoutDiv9 {
    background-color: #e5e5e5;
  }

  #LayoutDiv6,
  #LayoutDiv7,
  #LayoutDiv10 {
    background-color: #faaf14;
  }
}

/* =========================================================
   LEGACY RESPONSIVE CONTAINERS
========================================================= */

#WrapperTN {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 0;
  overflow: auto;
}

.container {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.container1 {
  width: 250px;
  max-width: 100%;
}

.responsive,
.responsive1 {
  display: inline-block;
  position: relative;
  max-width: 100%;
  height: auto;
}

.responsive {
  width: 300px;
}

.responsive1 {
  overflow: auto;
}

.JS-container {
  position: relative;
  padding-bottom: 83%;
  height: 0;
  overflow: auto;
}

.JS-container script {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Amazon-container {
  position: relative;
  padding-bottom: 83%;
  height: 0;
  overflow: hidden;
}

.Amazon-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.fluid-ratio-resize {
  max-width: 960px;
  background-size: cover;
  background-position: center;
}

.fluid-ratio-resize:after {
  content: " ";
  display: block;
  width: 100%;
  padding-top: 4.918%;
  height: 102.786px;
}

/* =========================================================
   LEGACY BOX / IMAGE ALIGNMENT HELPERS
========================================================= */

.about-section {
  max-width: 1920px;
  overflow: hidden;
  padding-bottom: 90px;
  margin: 0 auto;
}

.about-section h3 {
  color: #333333;
  margin: 90px 0 60px 0;
}

.boxa,
.box,
.box1,
.box2,
.box3,
.box4,
.box5,
.boxc {
  box-sizing: border-box;
  max-width: 100%;
  float: left;
  border: 0 solid #000000;
}

.boxa {
  width: 20%;
  margin-left: 5%;
  background-color: #ffffff;
}

.box {
  width: 20%;
  height: auto;
  margin-left: 4%;
  background-color: #ffffff;
}

.box1 {
  width: 28%;
  margin-left: 4%;
}

.box2 {
  width: 44%;
  margin-left: 4%;
}

.box3 {
  width: 28%;
  margin-left: 5%;
  text-align: center;
}

.box4 {
  width: 50%;
  margin-left: 25%;
  background-color: #333333;
  border-color: #333333;
}

.box5 {
  width: 40%;
  margin-left: 5%;
  background-color: #ffffff;
  border-color: #ffffff;
}

.boxc {
  width: 28%;
  margin-left: 36%;
}

.left {
  float: left;
  padding: 50px;
}

.right {
  float: right;
  padding-right: 20px;
}

.clear {
  clear: both;
}

#firstBox {
  margin-left: 0;
}

#firstBoxc {
  margin-left: 36%;
}

@media only screen and (max-width: 640px) {
  .boxa,
  .box,
  .box1,
  .box2,
  .box3,
  .box4,
  .box5,
  .boxc {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .left,
  .right {
    float: none;
    padding: 12px;
  }
}

/* =========================================================
   COOKIE CONSENT
========================================================= */

#cookieConsent {
  background-color: rgba(20,20,20,0.8);
  min-height: 26px;
  font-size: 14px;
  color: #cccccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}

#cookieConsent a {
  color: #4b8ee7;
  text-decoration: none;
}

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}

#closeCookieConsent:hover {
  color: #ffffff;
}

#cookieConsent a.cookieConsentOK {
  background-color: #f1d600;
  color: #000000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
  background-color: #e0c91f;
}

/* =========================================================
   SECTION COLOR VARIANTS — GLIGIT STYLE
========================================================= */

.section {
  clear: both;
  padding: 0;
  margin: 0;
}

.section-white {
  clear: both;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #ffffff;
  color: #000000;
}

.section-light {
 clear: both;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #CCCCCC;
  color: #000000;
}
  
.section-gray {
  clear: both;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #999999;
  color: #000000;
}

.section-charcoal {
  clear: both;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #303030;
  color: #ffffff;
}

.section-black {
  clear: both;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #000000;
  color: #ffffff;
}

/* =========================================================
   RESPONSIVE GRID SYSTEM
========================================================= */

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

.span_2_of_2,
.span_3_of_3,
.span_4_of_4,
.span_5_of_5,
.span_6_of_6,
.span_7_of_7 {
  width: 100%;
}

.span_1_of_2,
.span_2_of_2 {
  width: 48%;
}

.span_2_of_3 {
  width: 65%;
}

.span_1_of_3 {
  width: 31.25%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_1_of_4 {
  width: 23.8%;
}

.span_4_of_5 {
  width: 79.68%;
}

.span_3_of_5 {
  width: 59.36%;
}

.span_2_of_5 {
  width: 39.04%;
}

.span_1_of_5 {
  width: 18.2%;
}

.span_5_of_6 {
  width: 83.06%;
}

.span_4_of_6 {
  width: 66.13%;
}

.span_3_of_6 {
  width: 49.2%;
}

.span_2_of_6 {
  width: 32.26%;
}

.span_1_of_6 {
  width: 15.33%;
}

.span_6_of_7 {
  width: 86%;
}

.span_5_of_7 {
  width: 72%;
}

.span_4_of_7 {
  width: 57%;
}

.span_3_of_7 {
  width: 43%;
}

.span_2_of_7 {
  width: 29%;
}

.span_1_of_7 {
  width: 12.5%;
}

@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0;
  }

  .span_1_of_2,
  .span_2_of_2,
  .span_1_of_3,
  .span_2_of_3,
  .span_3_of_3,
  .span_1_of_4,
  .span_2_of_4,
  .span_3_of_4,
  .span_4_of_4,
  .span_1_of_5,
  .span_2_of_5,
  .span_3_of_5,
  .span_4_of_5,
  .span_5_of_5,
  .span_1_of_6,
  .span_2_of_6,
  .span_3_of_6,
  .span_4_of_6,
  .span_5_of_6,
  .span_6_of_6,
  .span_1_of_7,
  .span_2_of_7,
  .span_3_of_7,
  .span_4_of_7,
  .span_5_of_7,
  .span_6_of_7,
  .span_7_of_7 {
    width: 100%;
  }
}

/* =========================================================
   BLUE RELATED LINKS LIST — CLEANED LEGACY BLOCK
========================================================= */

#related_links {
  width: 12em;
  border-right: 1px solid #000000;
  padding: 0 0 1em 0;
  margin-bottom: 1em;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  background-color: #90bade;
  color: #333333;
}

#related_links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

#related_links li {
  border-bottom: 1px solid #90bade;
  margin: 0;
}

#related_links li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 10px solid #1958b7;
  border-right: 10px solid #508fc4;
  background-color: #2175bc;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
}

html > body #related_links li a {
  width: auto;
}

#related_links li a:hover {
  border-left: 10px solid #1c64d1;
  border-right: 10px solid #5ba3e0;
  background-color: #2586d7;
  color: #ffffff;
}

/* =========================================================
   TEXT STYLES — GLIGIT-STYLE NORMALIZED
========================================================= */

.Style1 {
  color: #000000;
  font-size: 12pt;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}

.Style2 {
  color: #ffffff;
  font-size: small;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}

.Style3,
.style3 {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 10px;
}

.Style4 {
  color: #9999cc;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.Style5 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.Style6 {
  color: #0099ff;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.Style7 {
  color: #999999;
  font-size: 12px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.style10 {
  color: #303030;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 200;
}

.style11 {
  color: #999ccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
}

.Style12 {
  color: #000000;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.Style13 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #ff99cc;
}

.Style14 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
}

.Style15 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #0066cc;
}

.style16 {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.style17 {
  color: #ff9900;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.style18 {
  font-family: Arial, Helvetica, sans-serif;
  color: #0099ff;
  font-weight: bold;
}

.style19 {
  color: #0033ff;
}

.style20 {
  color: #0099ff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.style25 {
  color: #ffffff;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 200;
}

.Style30,
.Style35,
.Style40,
.Style42,
.Style45 {
  font-family: Arial, Helvetica, sans-serif;
}

.Style30 {
  color: #ffcc00;
  font-size: 15px;
  font-weight: 200;
}

.Style35 {
  color: #ffcc00;
  font-size: 15px;
  font-weight: bold;
}

.Style40 {
  color: #ffcc00;
  font-size: 16px;
  font-weight: bold;
}

.Style42 {
  color: #ffcc00;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.Style45 {
  color: #ff9900;
  font-size: 16px;
  font-weight: bold;
}

.Style50 {
  color: #303030;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
}

/*------------------------------------
  Typography
------------------------------------*/
h1, .h1-white { font-size: 1.75em; font-weight: 700; }
h2, .h2-white,.h2-orange { font-size: 1.45em; font-weight: bold; }
h3, .h3-white { font-size: 1.15em; font-weight: 500; }
h4 { font-size: 1em; font-weight: 400; }
h5 { font-size: 1em; font-weight: 300; }
h6 { font-size: 1em; font-weight: 300; }

h1, h2, h3, h4, h5, h6 { margin:0 0 .5em 0; color:var(--text-dark); }
.h1-white, .h2-white, .h3-white { color:#ffffff; }
.h1-purple, .h2-purple, .h3-purple { color:#9900FF; }
.h1-huge-white { font-size: 22px; font-weight: bold;color:#ffffff; }
.h1-huge-black { font-size: 20px; font-weight: bold;color:#000000; }

.h2-huge-white { font-size: 20px; font-weight: bold;color:#ffffff; }
.h2-huge-black { font-size: 20px; font-weight: bold;color:#000000; }
.h2-huge-orange { font-size: 20px; font-weight: bold;color:#FF9900; }

.h3-huge-black { font-size: 18px; font-weight: bold;color:#000000; }

.text-big-bold { font-size: 18px; color: var(--text-dark); }
.text-black-16 { font-size:16px; font-weight:200;color:#000000; }
.text-big-bold-white-18 { font-size: 18px; color: var(--white-bright); }
.text-lt-blue-18 { font-size: 18px; color: var(--text-lt-blue); }
.text-huge-white-22 { font-size: 22px; color: var(--white-bright); }
.text-medium-white-16 { font-size:16px; font-weight:400; color:var(--white-bright); }
.text-medium-bold-white-16 { font-size:16px; font-weight:700; color:var(--white-bright); }
.text-white-small-10 { font-size: 10px; color: var(--white-bright); }
.text-white-small-12 { font-size: 10px; color: var(--white-bright); }
.text-bold { font-size: 16px; color: var(--text-dark); }
.text-small { font-size: 12px; color: var(--text-dark); }
.text-small-9 { font-size: 9px; color: var(--text-dark); }
.text-blue-12-bold { font-size: 12px; color: var(--blue-accent); }
.text-gold-bold-12 { font-size: 12px; color: #FF9900; }
.text-purple-bold-12 { font-size: 12px; color: #B899FF; }
.text-purple-bold-15 { font-size: 15px; color: #B899FF; }
.text-purple-bold-18 { font-size: 18px; font-weight: bold; color: #9900FF; }
.text-orange-bold-15 { font-size: 15px; color: #FF9900; }
.text-orange-bold-18 { font-size: 18px; color: #FF9900; }
.text-charcoal-bold-15 { font-size: 15px; color: #333333; }
.text-blue-medium-bold { font-size: 14px; color: var(--blue-accent); }
.text-blue-big-bold { font-size: 20px; color: var(--blue-accent); }
.text-white-extra-small { font-size: 9px; color: var(--white-bright); }
.text-white-extra-small-bold { font-size: 11px; font-weight: bold; color: var(--white-bright); }
.text-white-small-bold { font-size: 12px; font-weight: bold; color: var(--white-bright); }
.text-white-bold, .text-blue-bold, .text-gold-bold, .text-medium-bold { font-size: 16px; font-weight: bold; }
.text-white-bold { color: var(--white-bright); }
.text-blue-bold { color: var(--blue-accent); }
.text-orange-bold-14 {  font-size: 14px; font-weight: 800; color: #FF9900;}
.text-blue-small-bold { font-size: 9px; font-weight: 500; color: var(--blue-accent); }
.text-light { font-size: 12px; font-weight: 100; color: var(--text-gray); }
.text-large-bold { font-size: 24px; font-weight: bold; color: var(--text-gray); }
.text-light-gray { font-size: 12px; font-weight: bold; color: #999999; }
.text-light-gray-8 { font-size:8px; font-weight:700; color:#999999; }
.text-light-gray-6 { font-size: 8px; font-weight: bold; color: #7c7c7c; }
.text-center { text-align: center; }


/* =========================================================
   CLOTHINGCLUB SEARCH WIDGET — GLIGIT AMAZON FORMAT
   Use .cc-amazon-* classes for ClothingClub.
   .gl-amazon-* aliases are included for compatibility.
========================================================= */

.cc-amazon-wrap,
.gl-amazon-wrap {
  width: 100%;
  padding: 30px 15px;
  box-sizing: border-box;
}

.cc-amazon-box,
.gl-amazon-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, #3c3c3c 0%, #252525 100%);
  border: 2px solid #d08d28;
  box-shadow: 0 10px 30px rgba(0,0,0,.35), 0 0 18px rgba(208,141,40,.25);
  text-align: center;
}

.cc-amazon-title,
.gl-amazon-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #f5b041;
  margin-bottom: 10px;
}

.cc-amazon-subtitle,
.gl-amazon-subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #f2f2f2;
  margin: 0 0 22px 0;
}

.amazon-affiliate-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}

.amazon-affiliate-search input {
  flex: 1 1 420px;
  min-width: 220px;
  max-width: 520px;
  height: 54px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid #bfbfbf;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.amazon-affiliate-search button {
  height: 54px;
  padding: 0 26px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #f0a93a 0%, #d08d28 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.amazon-affiliate-search button:hover {
  opacity: .92;
  transform: translateY(-1px);
}

.amazon-affiliate-search button:active {
  transform: translateY(0);
}

.cc-amazon-powered,
.gl-amazon-powered {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #d9d9d9;
}

/* =========================================================
   CLOTHINGCLUB FLEX-GRID / TICKET-BOX FORMAT
========================================================= */

.flex-grid {
  width: 100%;
  box-sizing: border-box;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  gap: 20px;
  box-sizing: border-box;
}

.flex-row.full-width {
  width: 100%;
}

.flex-item {
  box-sizing: border-box;
}

.col-1-1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.ticket-box {
  width: 100%;
  max-width: 1100px;
  margin: 25px auto;
  padding: 28px;
  box-sizing: border-box;
  background: #ffffff;
  color: #000000;
  border: 1px solid #cccccc;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

.justify-center {
  text-align: center;
}

.justify-left {
  text-align: left;
}

.text-small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.h3-huge-black {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 20px 0;
}

.ticket-box p {
  margin: 0 0 16px 0;
}

.ticket-box ul {
  margin: 0 0 18px 24px;
  padding: 0;
}

.ticket-box li {
  margin-bottom: 6px;
}

.ticket-box hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 24px 0;
}

/* =========================================================
   CLOTHINGCLUB FOOTER CENTERING
   Use .cc-footer-* classes. .gl-footer-* aliases included.
========================================================= */

.cc-footer,
.gl-footer {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.cc-footer-inner,
.gl-footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cc-footer-social,
.gl-footer-social {
  width: 100%;
  text-align: center;
  margin: 0 auto 10px auto;
}

.cc-footer-social img,
.gl-footer-social img {
  display: inline-block;
}

.cc-footer-links,
.gl-footer-links {
  width: 100%;
  text-align: center;
  line-height: 1.9;
  margin: 0 auto 14px auto;
}

.cc-footer-links a,
.gl-footer-links a {
  display: inline-block;
  margin: 0 4px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.cc-footer-links a:hover,
.cc-footer-links a:focus,
.gl-footer-links a:hover,
.gl-footer-links a:focus {
  text-decoration: underline;
}

.cc-footer-copy,
.cc-footer-disclaimer,
.cc-footer-privacy,
.gl-footer-copy,
.gl-footer-disclaimer,
.gl-footer-privacy {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* =========================================================
   MOBILE / iPHONE ANTI-KINGSIZE PATCH
========================================================= */

@media screen and (max-width: 932px) {

  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }

  .gridContainer,
  #LayoutDiv1,
  #LayoutDiv2,
  #LayoutDiv3,
  #LayoutDiv4,
  #LayoutDiv5,
  #LayoutDiv6,
  #LayoutDiv7,
  #LayoutDiv8,
  #LayoutDiv9,
  #LayoutDiv10 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  #LayoutDiv2 {
    height: auto !important;
    min-height: 36px !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 9999 !important;
  }

  img,
  object,
  embed,
  video {
    max-width: 100% !important;
    height: auto !important;
  }

  h1 {
    font-size: 22px !important;
    line-height: 1.25 !important;
  }

  h2 {
    font-size: 19px !important;
    line-height: 1.25 !important;
  }

  h3 {
    font-size: 17px !important;
    line-height: 1.3 !important;
  }

  p,
  li,
  a {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .container {
    padding: 0 10px;
  }

  .ticket-box {
    padding: 20px 16px;
    margin: 18px auto;
  }

  .h3-huge-black {
    font-size: 23px;
  }

  .text-small {
    font-size: 13px;
  }

  .cc-footer-inner,
  .gl-footer-inner {
    padding: 20px 12px 14px;
  }

  .cc-footer-links,
  .gl-footer-links {
    line-height: 2;
  }

  .cc-footer-links a,
  .gl-footer-links a {
    margin: 0 2px;
  }
}

@media screen and (max-width: 480px) {

  html,
  body {
    font-size: 12px !important;
  }

  #LayoutDiv1 img {
    max-width: 160px !important;
    height: auto !important;
  }
}

/* =========================================================
   SEARCH WIDGET — MOBILE COMPACT FIX
========================================================= */

@media screen and (max-width: 932px) {

  .cc-amazon-wrap,
  .gl-amazon-wrap {
    padding: 8px 10px !important;
  }

  .cc-amazon-box,
  .gl-amazon-box {
    max-width: 760px !important;
    min-height: 0 !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .cc-amazon-title,
  .gl-amazon-title {
    font-size: 20px !important;
    line-height: 1.1 !important;
    margin: 0 0 4px 0 !important;
  }

  .cc-amazon-subtitle,
  .gl-amazon-subtitle {
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin: 0 0 7px 0 !important;
  }

  .amazon-affiliate-search {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .amazon-affiliate-search input,
  .amazon-affiliate-search button {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    font-size: 13px !important;
    line-height: 34px !important;
    border-radius: 9px !important;
    box-sizing: border-box !important;
  }

  .amazon-affiliate-search input {
    padding: 0 10px !important;
  }

  .amazon-affiliate-search button {
    padding: 0 12px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  .cc-amazon-powered,
  .gl-amazon-powered {
    margin-top: 8px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
  }
}

@media screen and (orientation: landscape) and (max-width: 932px) {

  .cc-amazon-wrap,
  .gl-amazon-wrap {
    padding: 10px 12px !important;
  }

  .cc-amazon-box,
  .gl-amazon-box {
    max-height: 100px !important;
    padding: 8px 14px !important;
  }

  .cc-amazon-title,
  .gl-amazon-title {
    font-size: 18px !important;
  }

  .amazon-affiliate-search {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .amazon-affiliate-search input {
    flex: 1 1 auto !important;
    width: auto !important;
  }

  .amazon-affiliate-search button {
    flex: 0 0 auto !important;
    width: auto !important;
    padding: 0 14px !important;
  }

  .cc-amazon-powered,
  .gl-amazon-powered {
    display: none !important;
  }
}

/* =========================================================
   AJATIX MOBILE OVERRIDE PLACEHOLDER
   Replace .AJXCSSMenuClothingClub below with the real
   ClothingClub Ajatix menu class if needed.
========================================================= */

@media screen and (max-width: 480px) {

  .AJXCSSMenuClothingClub:after,
  .AJXCSSMenuClothingClub_n:after {
    content: "narrow";
    display: none;
  }

  .AJXCSSMenuClothingClub,
  .AJXCSSMenuClothingClub_n {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    position: relative !important;
    z-index: 10000 !important;
    text-align: center !important;
    overflow: visible !important;
  }

  .AJXCSSMenuClothingClub_n:before {
    content: "\2261";
    display: block !important;
    width: 48px !important;
    height: 44px !important;
    line-height: 44px !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-size: 34px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    cursor: pointer !important;
  }

  .AJXCSSMenuClothingClub_n > ul {
    display: block !important;
    height: 0;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
  }

  .AJXCSSMenuClothingClub_n > ul.ajxover {
    height: auto !important;
    overflow: visible !important;
  }

  .AJXCSSMenuClothingClub_n li {
    float: none !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    line-height: normal !important;
  }

  .AJXCSSMenuClothingClub_n a {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 11px 14px !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-decoration: none !important;
    color: #ffffff !important;
    background: #ff9900 !important;
    border-top: 1px solid rgba(255,255,255,0.25) !important;
  }

  .AJXCSSMenuClothingClub_n a:hover,
  .AJXCSSMenuClothingClub_n li.ajxover > a {
    background: #333333 !important;
    color: #ffffff !important;
  }
}
