select {
color:#000 !important;
}
#t-shirt-designs{
    clear:both;
    margin-top:20px
}
/*New Buttons*/



  a.dv-button {
    padding: 1.25em 2em;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px!important;
    background: #0f5827;
    text-transform: uppercase;
    position:relative;
    margin: 1em;
    border: 3px solid transparent;
    transition: all 0.3s ease;
  }
  a.dv-button span {
    position: absolute;
    left: 0;
    /*right: 0;*/
    text-align:center;
    top: 5%;
    font-size: .85em;
    color: #ffffff;
    opacity: .75;
    letter-spacing: -.75px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  a.dv-button button {
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: unset;
    vertical-align: -.65em;
    font-weight: 600;
    letter-spacing: -.25px;
    text-transform: uppercase;
    font-size: 1em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #ffffff;
  }
  .dv-button:after {
    content: '';
    transition: all 0.3s ease;
    color: inherit;
    opacity: 0;
    border-radius:0;
    overflow: hidden;
    position: absolute;
    font-size: 0;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .dv-button:hover:after {
    content: attr(data-title);
    opacity: 1;
    z-index: 1;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius:6px;
    background:inherit;
    background-color:rgba(0,0,0,0.9);
    font-size: 1em;
  }

  @media only screen and (max-width:800px) {
    a.dv-button button,a.dv-button span,.dv-button:hover:after { 
    font-size:.9em;
  }
  a.dv-button {
    padding:1em .75em;
  }
}
@media only screen and (max-width:480px) {
    a.dv-button button { 
        font-size:.9em;
      }
      a.dv-button {
        font-size:.88em;
        margin:0;
      }
      a.dv-button span {
font-size:1em;
      }
      .dv-button:hover:after {
        font-size:.88em;
      }
      a.dv-button {
        padding:1em .4em;
      }
}
@media only screen and (max-width:374px) {
    a.dv-button button { 
        font-size:1em;
      }
      a.dv-button span{ 
        font-size:1em;
      }
      .dv-button:hover:after{ 
        font-size:.8em;
      }
      a.dv-button{ 
        font-size:.8em;
      }
      a.dv-button {
        padding:1em .1em;
      }
}
/*End New Buttons*/
.accordioncategories {
  display: inline-block;font-size: 18px;background: #b61818;color: #fff;
  cursor: hand;cursor: pointer;padding: 8px 8px 18px 8px;
  border-radius: 12px; text-decoration:none; display: block; 
  margin: 0 auto; margin-top:0px; margin-bottom:10px;
}
.down-arrow {
	display: inline-block;
	position: relative;
	background: rgb(185, 0, 0);
	padding: 15px 0px;
	width: 300px;
  font-size:20px;
  border-radius:3px;
	text-align: center;
  border:0;
}
.down-arrow:after {
	content: '';
	display: block;  
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 20px solid rgb(185, 0, 0);
	border-right: 150px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 150px solid transparent;
}
.hubflex, .sportflex, .campflex {
display:flex;
  flex-flow: row wrap;
    justify-content:center;
  flex-wrap:row;
}
ul.hubflex li img {
width:150px;
}
ul.hubflex li {
width:150px;
margin-right:15px;
}
ul.hubflex h3 {
text-align: center;
font-size: 18px !important;
margin-bottom: 5px;
}
ul.sportflex li img, ul.campflex li img {
width:125px;
}
ul.sportflex li, ul.campflex li {
width:130px;
margin-right:15px;
}
ul.sportflex h3 {
text-align: center;
font-size: 18px !important;
margin-bottom: 5px;
}
ul.campflex h3 {
text-align:center;
font-size:14px !important;
margin-bottom:5px;
}
h6 {
text-align:center !important;
margin-bottom:20px;
margin-top:-5px;
}
.marg-bot {
margin-bottom:160px !important;
}
.mobile-only {
display:none;
}
div.subcatheader {
margin:0;
}
#content > div > div.subcatheader > ul {
display:none;
margin:0;
padding:0;
}
#content > div > div.subcatwrapper.tpn-postcontent > nav > div.subcat-mobile > div > ul {
display:none;
margin:0;
padding:0;
}
.tpn-content ul {
margin:0;
}
a.tooltips {
  position: relative;
  left:5px;
  display: inline-block;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#a5b9cd;
  color:#fff;

}
a.tooltips span {
  position: absolute;
  width:135px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #000000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips span, a:active.tooltips span {
  visibility: visible;
  opacity: 0.8;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
  z-index: 999;
}
.tooltext {
position:relative;
font-size:13px;
margin:-5px 0 0px 0% !important;
color:#fff;
text-align:center;
}
#t-shirt-designs h1 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #900!important;
}
#t-shirt-designs h6 {
    text-align: center;
    font-size: 24px;
    font-family: "Open Sans", Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    font-weight: bold;
    color: #900!important;
}
#t-shirt-designs p {
    margin: 12px 0;
    line-height: 1.25em;
    padding-bottom: 0;
}
#t-shirt-designs {
    clear:both;
    margin-top:20px;
    margin: 10px 0 0 0;
}

.emb{
	font-size:22px !important;
	padding:5px !important;
}
#design_ideas {
    background-image: linear-gradient(to left, rgba(236, 240, 241, 0) 0, #ECF0F1 2em);
    border-radius: 0 0 10px 10px;
    margin: 0 auto;
}
#design_ideas_form_div {
    background-image: linear-gradient(to left, rgba(236, 240, 241, 0) 0, #ECF0F1 2em);
    color: #fff;
    top: 320px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    padding: 0 0 25px 0
}
#design_ideas_form_div h2 {
    background: #666;
    color: #fff;
    font-size: 16px;
    padding-left: 8px;
    padding-top: 8px;
    border-radius: 0 5px 0 0;
}
#design_ideas_form ul {
    margin-right: 10px;
    margin: 0 0 0 0;
}
#design_ideas_form li {
    margin-left: 5px;
    font-size: 13px;
    display:inline-block;
    overflow:visible;
}
#design_ideas_form input {
    margin-left: 5px;
    font-size: 13px;
}
#design_ideas_form label {
    color: #181818;
    margin-left: 5px;
    font-size: 13px;
}
#design_ideas_form input:disabled {
    background: #dddddd;
}
#design_ideas_form input:disabled+label {
    color: #888;
}
#design_ideas_form select {
    margin-left: 5px;
}
#design_ideas_form h4 {
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 0;
}
#design_ideas_form h3 {
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 0;
    padding: 0;
    text-align:center;
}
#design_ideas_form h3 a {
    color: #FFFFFF;
    margin-left: 5px;
    font-size: 13px;
    text-decoration: none;
}
#design_ideas_form li a {
    color: #333;
    text-decoration: none;
}
.design_ideas_ul {
    text-align: center;
}
.design_ideas_ul li {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    
}
.design_ideas_ul li, .design_ideas_ul li img{
    width: 153px;
}
.design_ideas_ul li p {
    padding: 3px 3px;
}
.design_ideas_ul li p a {
    text-decoration: none;
}
.design_ideas_ul iframe.facebook_like {
    float: left !important;
    margin-right: 5px;
    margin-top: 3px;
}
.design_ideas_ul li a {
    margin: 0;
    padding: 0;
}
.design_ideas_ul li a img {
    margin: 0;
    padding: 0;
    
}
.design_ideas_ul a.sp_link {
    font-size: 14px;
    text-align: right;
}
.quick_view {
    font-size: 10px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    display: none;
    margin: 0 5px;
}
#magnifying-glass {
box-sizing:content-box;
    position: relative;
    border: 4px solid #000;
    opacity: .3;
    margin-top: -50px;
    margin-left: -22px;
    margin-right: 20px;
    height: 15px;
    width: 15px;
    border-radius: 20px;
    outline: none;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
}
#magnifying-glass::after {
box-sizing:content-box;
    z-index: 2;
    height: 10px;
    width: 10px;
    margin-left: -9px;
    border-radius: 50%;
    position: absolute;
    content: "";
    transform: rotate(-45deg);
    border-style: solid;
    border-color: rgba(1, 1, 1, 0);
    border-right: 3px solid #595959;
}
#magnifying-glass::before {
box-sizing:content-box;
    z-index: 2;
    height: 10px;
    width: 10px;
    margin-top: 15px;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    border-style: solid;
    border-color: rgba(1, 1, 1, 0);
    border-width: px;
    border-top: 4px solid #000;
}
.design_ideas_submit {
    text-align: right;
    margin: 10px 10px 10px 0;
    padding: 0 0 0 0;
}
.design_ideas_submit input {
    font-size: 16px;
}
#loadmoreajaxloader,
#loadmorenoajax {
    clear: both;
    display: block;
    text-align: center;
    width: 75%;
    height: auto;
    margin: 0 auto;
    background: #666;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 10px;
}
#loadmorenoajax a {
    color: #fff;
}
#noajax_previous {
    float: left;
}
#noajax_next {
    float: right;
}
#noajax_previous.disabled,
#noajax_next.disabled {
    text-decoration: none;
    color: #ccc;
}
#quick_view_div {
    position: absolute;
    position: fixed;
    bottom: -336px;
    left: 0;
    right: 0;
    height: 336px;
    z-index: 10000;
    left: -80px;
}
.ontop {
position:relative;
z-index:1000 !important;
}
#quick_view_div_frame {
    background: #fff;
    border-top: 1px solid #000;
    height: auto;
    overflow: hidden;
    z-index:10000 !important;
    text-align: center;
}
#quick_view_div_frame iframe {
    width: 800px;
    height: 298px;
    margin: 0 auto;
    border: none;
    overflow: hidden;
    padding-top: 10px;
    z-index:10000 !important;
    
}
#close_quick_view {
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7) inset, -1px -1px 0px rgba(0, 0, 0, 0.5) inset, 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
    position: absolute;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    left: 80%;
    cursor: pointer;
    background: #d04038;
opacity: .9;
z-index:10000;
}
.see_all_details {
box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7) inset, -1px -1px 0px rgba(0, 0, 0, 0.5) inset, 2px 2px 4px rgba(0, 0, 0, 0.5);
position: absolute;
border-radius: 15px;
bottom: 2%;
left: 36%;
height: 40px;
width: 240px;
font-size: 32px;
cursor: pointer;
background: rgb(10, 200, 32);
padding: 6px 0 0 0;
color: #fff;
z-index:10000;
    }
    .invisible_iframe_link {
position: absolute;
left: 20%;
bottom: 0;
height: 285px;
width: 35vw;
cursor: pointer;
z-index:10000000;
}
.xmarks1 {
    position: absolute;
    margin-top: 16px;
    margin-left: -15px;
    background: #ffffff;
    border-radius: 1px;
    width: 30px;
    height: 5px;
    transform: rotate(45deg);
    border-radius: 5px;
}
.xmarks2 {
    position: absolute;
    margin-top: 16px;
    margin-left: -15px;
    background: #fff;
    width: 30px;
    height: 5px;
    transform: rotate(135deg);
    border-radius: 5px;
}
.tshirt1 {

    float: right;
    height: auto;
    width: 255px;
    
}
.tshirt2 {
    float: right;
    height: auto;
    width: 255px;
    margin-right: -130px
}
h3 {
    font-size: 17px !important;
}
select {
    border: 1px solid #AAA;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.check-wrapper {
    height: 20px;
    padding: 1px 0 0 6px;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    font-weight:inherit;
}
.check-wrapper .check-bg {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    /*display: inline-block;*/
    float: left;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 7px;
}
.check-wrapper.invert .check-bg {
    background-color: #ffffff;
    border: 1px #ccc solid;
}
.check-wrapper input {
    float: left;
    margin-left: -20px;
    visibility: hidden;
}
.check-wrapper .check-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    margin-left: -8px;
    margin-top: -6px; 
    font-size: 11px;
}
.check-wrapper .checkers {
    -ms-transform: rotate(42deg);
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    transform: rotate(42deg);
    float: left;
    height: 13px;
    width: 7px;
    border-bottom: 3px #ffffff solid;
    border-right: 3px #ffffff solid;
    margin-left: -31px;
    margin-top: 7px;
    border-radius: 5px;
    opacity: 1;
    z-index: 1;
    box-sizing: border-box;
}
.check-wrapper .check {
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7) inset, -1px -1px 0px rgba(0, 0, 0, 0.5) inset, 2px 2px 4px rgba(0, 0, 0, 0.5);
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
    float: left;
    height: 12px;
    width: 12px;
    border-bottom: 15px royalblue solid;
    border-right: 15px royalblue solid;
    margin-left: -35px;
    margin-top: 7px;
    border-radius: 5px;
    z-index: 2;
    opacity: 0.2;
    box-sizing: border-box;
}
input[type=checkbox]:checked + .check {
    opacity: 1;
}
.decoration_types {
    margin-right: 30px;
    margin-bottom: 20px;
}
.white-cover {
z-index:10000;
}
.white-cover-right {
z-index:10000;
}
.mobile-only {
display:none !important;
}
.color_button {
margin: 0 auto !important;
display:block !important;
}
.color_button a {
font-size:18px;
padding:8px 20px;
color: #fff !important;
cursor:pointer;
border-radius: 12px;
}
.loading {
    position: fixed;
    bottom: 22%;
    left: 40%; 
    z-index:999 !important; 
}
.loading-dot {
z-index:999 !important; 
bottom: 10%;
left: 50%;
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #000000;
  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  
    opacity: 0;
  
    -webkit-box-shadow: 0 0 2px black;
    -moz-box-shadow: 0 0 2px black;
    -ms-box-shadow: 0 0 2px black;
    -o-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;
  
    -webkit-animation: loadingFade 1s infinite;
    -moz-animation: loadingFade 1s infinite;
    animation: loadingFade 1s infinite;
}

.loading-dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.loading-dot:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading-dot:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-dot:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

@-moz-keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

@keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}
@media only screen and (min-width:1051px) and (max-width:1900px) {
.see_all_details {
left: 31%;
}
}
@media only screen and (min-width: 751px) and (max-width: 1050px) {

.see_all_details {
left: 17%;
}
    #close_quick_view {
        left: 93%
    }
.quick_view {
        display: inline-block !important;
}
.tshirt1 {
    height: auto;
    width:245px; 
}
.tshirt2 {
    height: auto;
    width: 245px;
}
}
@media only screen and (min-width: 600px) and (max-width: 750px) {
.marg-bot {
margin-bottom:50px !important;
}
.tshirt1 {
   width:210px;
}
.tshirt2 {
    width:210px;
    margin-right:-100px;
}
.see_all_details {
left: 21%;
}
    .white-cover {
        margin-top: 10px;
        position: absolute;
        left: 6%;
        border-radius: 10px;
        height: 45px;
        width: 65px;
        background: #fff;
    }
    .white-cover-right {
        position: absolute;
        right: 0;
        height: 300px;
        width: 46vw;
        background: #fff;
    }
    #close_quick_view {
        left: 85%
    }
    .quick_view {
        display: inline-block !important;
    }
   
    }
@media only screen and (min-width: 480px) and (max-width: 599px) {
.marg-bot {
margin-bottom:0px !important;
}
.tshirt1 {
   width:140px;
}
.tshirt2 {
    width:140px;
    margin-right:-90px;
}
.see_all_details {
left: 26%;
}
    .white-cover {
        margin-top: 10px;
        position: absolute;
        left: 8%;
        border-radius: 10px;
        height: 45px;
        width: 65px;
        background: #fff;
    }
    .white-cover-right {
        position: absolute;
        right: 0;
        height: 300px;
        width: 34vw;
        background: #fff;
    }
    .quick_view {
        display: inline-block !important;
    }
    #close_quick_view {
        left: 85%
    }
}
@media screen and (max-width: 479px) {
    .design_ideas_ul li, .design_ideas_ul li img{
        width: 189px;
    }
#content > div > div.subcatwrapper.tpn-postcontent > nav > div.subcat-desktop > div > ul {
display:none;
}
#content > div > div.subcatwrapper.tpn-postcontent > nav > div.subcat-mobile > div > ul {
display:block;
}
#togg h1 {
font-size:24px !important;
}
#togg h6 {
font-size:16px !important;
}
h6 {text-align:center; }
ul.hubflex h3 {
font-size:14px !important;
}

ul.hubflex li img {
width:125px;
}
ul.hubflex li {
width:130px;
}
ul.sportflex li img {
width:80px;
}
ul.sportflex li {
width:85px;
}
ul.sportflex h3 {
font-size:12px !important;
}
.marg-bot {
margin-bottom:0px !important;
}
 #red_button {
    text-align:center !important;
    }
.color_button a {
font-size:4px !important;
}
#red_button a {
font-size:14px !important;
}

.see_all_details {
left: 25.5%;
}
    .invisible_iframe_link {
    left: 33%;
bottom: 0;
height: 285px;
width: 270px;
}
    .white-cover {
        margin-top: 10px;
        position: absolute;
        left: 12%;
        border-radius: 10px;
        height: 45px;
        width: 65px;
        background: #fff;
    }
    .white-cover-right {
        position: absolute;
        right: 0;
        height: 300px;
        width: 4vw;
        background: #fff;
    }
    .quick_view {
        display: inline-block !important;
    }
    #close_quick_view {
        left: 90%
    }
    h1 {
        font-size: 40px !important;
    }
   
    .design_ideas_ul li {
        overflow-x: hidden !important;
    }
    .tshirt1 {
    display:none;
  }
.tshirt2 {
display:none;
}

}
@media screen and (max-width: 390px) {
    .design_ideas_ul li, .design_ideas_ul li img{
        width: 168px;
    }
    ul.hubflex li img {
width:105px;
}
ul.hubflex li {
width:110px;
}

.tshirt1 {
display:none;
      }
   .tshirt2 {
   display:none;
     }
.see_all_details {
left: 28%;
}
    #close_quick_view {
        left: 20%
    }
    .white-cover-right {
        display: none;
    }
}
@media screen and (max-width: 350px) {
    .design_ideas_ul li, .design_ideas_ul li img{
        width: 150px;
    }
ul.hubflex li img {
width:90px;
}
ul.hubflex li {
width:95px;
}

.tshirt1 {
display:none;
     }
   .tshirt2 {
   display:none;
       }
.see_all_details {
left: 32%;
}
    .white-cover-right {
        display: none;
    }
    #close_quick_view {
        left: 22%
    }
    h1 {
    font-size: 32px !important
    }
   
    #red_button a {
    font-size:10px !important;
    }
}



.bottom-text span.no-mobile{
    background:0 0;
    color:#000
}
@media (max-width:768px){
    .no-mobile{
        display:none;
        background:0 0
    }
}