.flex-r-w,.flex-c-w,.flex-r-nw,.flex-c-nw,.flex-r-nw-mobcol,.flex-r-w-mobcol {display:flex;}
.flex-r-w,.flex-c-w,.flex-r-w-mobcol {flex-wrap:wrap;}
.flex-r-nw,.flex-r-nw-mobcol,.flex-c-nw {flex-wrap:nowrap;}
.flex-c-w,.flex-c-nw {flex-direction:column;}
.flex-r-w,.flex-r-nw,.flex-r-nw-mobcol,.flex-r-w-mobcol {flex-direction:row;}
.design_ideas_ul a.sp_link {
    font-size: 10px;
    text-align: right;
    position: absolute;
    top: 70%;
    left: 0px;
    background-color: #ecf0f1;
    line-height: 6px;
    padding: 3px;
    color: #444444;
    border-bottom: 0;
    font-weight: 100;
    z-index: 1;
    top:-12px;
    border-left:0;
}
.design_ideas_ul li {
    position:relative;
}
#close_quick_view {
left:86%!important;
top:-35px!important;
}
.quick_view {
    font-size: 10px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    /*display: none;*/
    display:inline;
    margin: 0;
    position:absolute;
    right: 0px;
    bottom: 37px;
    background: #eceff0;
    width: 25px;
    height: 25px;
    border-radius: 50% 0 0 0px;
    border: 1px solid #a9a9a9;
    border-bottom: 0;
    border-right: 1px solid #a2a2a2;
}
.buttons-div {
color: #484848;
    background: #ecf0f1;
    border: 0;
    border-left: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
    box-shadow: 0px 1px 0px 1px #a2a2a2;
    z-index: 1;
    border-top: 0;
    position: absolute;
    left: 0px;
    bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    border-radius: 0px 0px 4px 4px;
    width: 100%;
    height: 28px;
    border-bottom: 1px solid #a2a2a2;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    }
a.details-button {
width: 43%;
    position: relative;
    color: #484848!important;
    text-align: center;
    border-left: 1px solid #848484;
    background:0;
}
#quick_view_div {
padding:0;
left:0;
height:309px;
}
#quick_view_div_frame {
width:100vw;
}
#quick_view_div_frame iframe {
height:309px;
width:100vw;
}
.design_ideas_ul li p {padding:0;}
#design_ideas_ul .customize-button-link {
    border: 0;
    border-top: 0;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    width: 50%;
    text-align: center;
    padding: 0;
    background:0;
    
}
@media screen and (hover:hover) {
    #design_ideas_ul .customize-button-link:hover, a.details-button:hover  {
        background: #dee4e4;
        transition-duration: 0.20s;
        transition-property: background,color;
        transition-timing-function: ease-in;
        color: #1f1f1f;
        cursor:pointer
    }
}
#magnifying-glass {box-sizing:content-box;position: absolute;border: 3px solid #a9a9a9;background: #eceff0;/* margin-top: -50px; *//* margin-left: -21px; *//* margin-right: 20px; */height: 10px;width: 10px;top: 0px;border-radius: 10px;outline: none;z-index: 1;cursor: pointer;display: inline-block;bottom: 0;right: 0;left: 0;margin: auto;}

#magnifying-glass::after {
    box-sizing: content-box;
    content: '+';
    z-index: 2;
    font-size: 18px;
    position: relative;
    top: -10px;
    left: 0px;
    color: #565656;
    margin:0;
    border-radius:0;
    border:0;
}
#magnifying-glass::before {box-sizing:content-box;z-index: 2;height: 10px;width: 5px;margin-top: 10px;margin-left: 2px;position: absolute;content: "";transform: rotate(45deg);border-style: solid;border-color: rgba(1, 1, 1, 0);border-top: 3px solid #a9a9a9;}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right:0;
    margin-left:0;
}
button, input, optgroup, select, textarea {
font:inherit
}
.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top:20px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn .caret {
    margin-left: 0;
}
.caret {
    display: inline-block;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.btn ~ .btn {
    border-radius: 0 4px 4px 0;
}
.btn ~ .btn:hover {
    background: rgb(217,83,79,0.9);
}

/* End Bootstrap */

/* Inks - TODO merge from a shared file because these are used on product pages */
input[type=radio].option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  cursor: pointer;
  display: inline-block;
  position:relative;
  outline: none;
  z-index: 1000;
}
input[type=radio].option-input:hover {
  background: #9faab7;
}
input[type=radio].option-input:checked {
  background: #0d4e5f;
}
input[type=radio].option-input:checked ~ .rad-con {
color:#fff;
}
input[type=radio].option-input:checked::before {
  height: 22px;
  width: 22px;
  position: absolute;
  content: '';
  display: inline-block;
  font-size: 26px;
  text-align: center;
  /*line-height: 40px;*/
}
input[type=radio].option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input {
  border-radius: 50%;
}
.option-input::after {
  border-radius: 50%;
}
.rad-lab > .rad-con{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1001;
    height: 30px;
    width: 30px;
    font-size: 18px;
    text-align: center;
}
.rad-lab {
  position:relative;
  width:30px;
  height:30px;
}
.ink-inputs {
display:none;
padding: 2px 0px 2px 13px;
width:initial;
text-align:center;
border-radius: 3px 0px 0px 3px;
margin:5px 0;
height:22px;
}
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
/*End new*/

select {
color:#000 !important;
}
.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;
}
.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;
}
.mobile-only {
display:none;
}
div.subcatheader {
margin:0;
padding: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;
}


.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;
    max-width:200px;
    max-height:200px;
}

#loadmoreajaxloader {
    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;
}
#quick_view_div {
    position: absolute;
    position: fixed;
    bottom: -309px;
    left: 0;
    right: 0;
    height: 309px;
    z-index: 10000;
    
}
.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;
}

#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;
}
.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;
    width:65%;
    padding-left:5px;
}
.decoration_types {
    margin-bottom: 20px;
}
@media only screen and (min-width: 751px) and (max-width: 1050px) {
    #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;
}
    #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;
}
    .quick_view {
        display: inline-block !important;
    }
    #close_quick_view {
        left: 85%
    }
}
@media screen and (max-width: 779px) {
#t-shirt-designs h1{margin-bottom:20px;font-size:32px}
}
@media screen and (max-width: 479px) {

    .design_ideas_ul li, .design_ideas_ul li img{
        width: auto;
    }
#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;
}
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;
}
    .quick_view {
        display: inline-block !important;
    }
    #close_quick_view {
        left: 90%
    }
    h1 {
        font-size: 34px;
    }
   
    .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: auto;
    }
    ul.hubflex li img {
width:105px;
}
ul.hubflex li {
width:110px;
}
.tshirt1 {
display:none;
      }
   .tshirt2 {
   display:none;
     }
    #close_quick_view {
        left: 20%
    }
}
@media screen and (max-width: 350px) {
    .design_ideas_ul li, .design_ideas_ul li img{
        width: auto;
    }
ul.hubflex li img {
width:90px;
}
ul.hubflex li {
width:95px;
}
.tshirt1 {
display:none;
     }
   .tshirt2 {
   display:none;
       }
    #close_quick_view {
        left: 22%
    }
    h1 {
    font-size: 32px !important
    }
   
    #red_button a {
    font-size:10px !important;
    }
}
@media screen and (max-width:479px) {
    .design_ideas_ul a.sp_link {
        top:-12px;
        border-left:0;
    }
}