 @import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

 @font-face {
    font-family: 'OswaldRegular';
    src: url('../fonts/OswaldRegular.eot');
    src: url('../fonts/OswaldRegular.eot') format('embedded-opentype'),
         url('../fonts/OswaldRegular.woff2') format('woff2'),
         url('../fonts/OswaldRegular.woff') format('woff'),
         url('../fonts/OswaldRegular.ttf') format('truetype'),
         url('../fonts/OswaldRegular.svg#OswaldRegular') format('svg');
		  font-weight: normal;
    font-style: normal;
		 font-display: fallback;
}
 
 @font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('../fonts/OpenSansRegular.woff2') format('woff2'),
         url('../fonts/OpenSansRegular.woff') format('woff'),
         url('../fonts/OpenSansRegular.ttf') format('truetype'),
         url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
		  font-weight: normal;
    font-style: normal;
		 font-display: fallback;
}

@font-face {
    font-family: 'smile_of_the_oceanregular';
    src: url('../fonts/smile_of_the_ocean-webfont.woff2') format('woff2'),
         url('../fonts/smile_of_the_ocean-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;

}

@font-face {
    font-family: 'SmileoftheOcean';
    src: url('../fonts/SmileoftheOcean.eot');
    src: url('../fonts/SmileoftheOcean.eot') format('embedded-opentype'),
         url('../fonts/SmileoftheOcean.woff2') format('woff2'),
         url('../fonts/SmileoftheOcean.woff') format('woff'),
         url('../fonts/SmileoftheOcean.ttf') format('truetype'),
         url('../fonts/SmileoftheOcean.svg#SmileoftheOcean') format('svg');
}


body {
	 font-family: 'Open Sans', sans-serif;
	margin:0px; padding:0px; color:#333; font-size:14px; 
}
* {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{ margin-top:0px; margin-bottom:10px; }
p{ margin-top:0px;}
#fluidConfigureWrap {
  display: inline-block;
  padding: 20px 0;
  width: 100%;
}
.premier_colors, .ultra_colors, .main_content {
	display: none;
}

.fluidConfigure{ max-width:1200px; margin:0 auto; }
.product-options-wrapper h4 {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 15px; border-bottom:1px solid #eaeaea;  
}
.image-constructed img.constructed-option {
	bottom: 0;
	height: auto;
	left: 0;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.image-constructed {
	position: relative;
	width: 45%; height:400px; float:left; padding:15px;
}

.image-constructed#h-palm{ width:36%; float:right; height:470px; }
#i-palm.image-constructed {
    float: right;
}
.constructed-option {
	position:relative;
	z-index:-1;
}
.product-color {
	height:26px;
	width:26px;
	border:1px solid #333;
	float:left;
	margin-right:15px;
}
.product-options-name {
	font-size:14px;
	font-weight:500;
	color:#333;
	text-transform:uppercase;
	display:block;
	overflow:hidden; letter-spacing:1px; font-family: 'Oswald', sans-serif;
	line-height:26px;
}
.product-options-wrapper {
	float:right;
	padding:20px;
	background:#eee; width:100%;
}
 .main_content {
    float: left;
    width: 100%;
}
.background_1fb25a {
	background:#1fb25a;
}
.background_231f20 {
	background:#231f20;
}
.background_989898 {
	background:#989898;
}
.background_11305d {
	background:#11305d;
}
.background_003da6 {
	background:#003da6;
}
.background_225a40 {
	background:#225a40;
}
.background_cf0a2c {
	background:#cf0a2c;
}
.background_790415 {
	background:#790415;
}
.background_ffd700 {
	background:#ffd700;
}
.background_ea6a08 {
	background:#ea6a08;
}
.background_764db4 {
	background:#764db4;
}
.product-options-color {
	overflow:hidden;
	margin:0 0px;
	padding:0px;
	list-style:none;
}
.product-options-color li {
	height:30px;
	width:30px;
	margin:5px;
	float:left;
	cursor:pointer;
	border:1px solid #FFF;
}



.product-options-color li.swatch-selected {
	border:1px solid #333;
}
.dropdown-product-options {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border: 1px solid rgb(238, 238, 238);
  display: none;
  left: -10px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 10px 17px;
  position: absolute;
  top: 100%;
  width: 280px;
  z-index: 99;
}
.dropdown-product-options::after {
  border-bottom: 10px solid rgb(255, 255, 255);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  content: "";
  left: 12px;
  position: absolute;
  top: -10px;
}
.dropdown-product-options.in-options {
	display:inline-block;
}
.product-options-wrapper .form-group {
  cursor: pointer;
  display: inline-block;
  float: left;
  position: relative;
  width: 20%;
}
.swatch-selected {
	background-image: url(../img/selected-swatch.png) !important;
	background-repeat:no-repeat;
	background-size: 100% !important;
}

.form-control{ height:34px; border:1px solid #ccc; width:100%; padding:4px 10px; }

.selectPair{ border-color:#444; margin-top:5px; margin-bottom:5px; }
/*========================================*/


input[type=checkbox].css-checkbox {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}
input[type=checkbox].css-checkbox + label.checkbox-label, input[type=checkbox].css-checkbox + label.checkbox-label.clr {
	padding-left:30px;
	height:20px;
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}
input[type=checkbox].css-checkbox:checked + label.checkbox-label, input[type=checkbox].css-checkbox + label.checkbox-label.chk {
	background-position: 0 -20px;
}
label.checkbox-label {
	background-image: url(../img/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/*--------*/

input[type=radio].css-checkbox {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}
input[type=radio].css-checkbox + label.radio-label {
	padding-left:30px;
	height:20px;
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer; background-size:20px;
}
input[type=radio].css-checkbox:checked + label.radio-label {
	background-position: 0 -20px;
}
label.radio-label {
	background-image: url(../img/radio-label.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



/*================================*/
.IwouldLike {
    font-size: 13px; padding:5px 0px 10px 0px; line-height:20px;
}

.selectPairText{ font-size:13px; line-height:20px; }
.HerePtionsRow {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; margin-top:5px;
}
.HerePtions {
  float: left;
  margin-right: 20px;
  width: auto;
}

.msg{    
    text-align: center;
    font-weight: bold;
    color: green;
    font-size: 20px;
}
.border_black{border:1px solid #000 !important;}
/*===/============== colors =============================*/
.background_Black {
	background:#000000;}
.background_White {
	background:#fff;}
.background_Red {
	background:#ab2328;}	 
.background_Bone {
	background:#e1b87f;}
.background_Tobacco {
	background:#985905;}
.background_Dark-Brown{
	background:#5B3222;}
.background_Grey {
	background:#a2aaad;}
.background_Dark-Grey {
	background:#746661;}
.background_Navy-Blue {
	background:#000080;}
.background_Royal-Blue {
	background:#001871;}
.background_Yellow {
	background:#f9da00;}	
.background_Carolina_Blue {
	background:#00A0DC;}
.background_Pink {
	background:#dc4588;}
.background_Orange {
	background:#e5801c ;}	
.background_Red_Wine {
	background:#7d2935;}
.background_Purple {
	background:#663399;}
.background_Neon-Green {
	background:#39FF14;}
.background_Green {
	background:#0B6623;}
.background_Neon-Yellow {
	background:#E7FF3B;}
/*.background_Orange {
	background:#ff7f00;}
.background_Neon-Green {
	background:#39FF14;}
.background_Dark-Green {
	background:#013220;}	
.background_Neon-Yellow {
	background:#b5ff00;}*/

.product-options-color li.background_White {
  border: 1px solid #333;
}
.background_White.swatch-selected {
  background-image: url("../img/selected-swatch_v2.png") !important;
}

/*===============================*/
.logo {
  border-right: 1px solid #e5e5e5;
  display: block;
  float: left;
  height: 95px;
  max-width: 235px;
  min-width: 100px;
  padding: 10px 15px;
  text-align: center;
  width: 140px;
}
.skip-link {
  height: 86px;
  line-height: 86px;
}
#nav-container {
  float: right;
  padding: 0 20px;
  text-align: center;
  width: calc(100% - 140px);
}
 
  .skip-search {
border-right:1px solid #e5e5e5;
  max-width: 70px;
  width: 5.1%;
   height: 86px;
    line-height: 86px; float:right;
	    color: #2e2e2e;
    position: relative;
    text-align: center;
}
.header-minicart {
  border-left: 1px solid #e5e5e5;
  float: right;
  max-width: 97px;
  text-align: center;
  width: 7%; display:none;
}


.logo > a {
  display: inline-block;
}
.logo img {
    max-width: 100%;
     height:74px;
}
.header-cart::before {
  color: #363636;
  display: inline-block;
  font-size: 24px;
  line-height: 86px;
  margin-left: 8px;
  vertical-align: middle;
}
.header-minicart .label {
  display: none;
}
.skip-cart .count {
  display: none;
}
.header-main-container {
  border-bottom: 1px solid rgb(229, 229, 229);
  display: block;
  overflow: hidden;
  width: 100%;
}


#nav-container h1 {
  display: inline-block;
  line-height: 86px;
  margin: 0 15px;
  vertical-align: middle;
}
.header-title {
  display: inline-block;
  vertical-align: middle; line-height:normal;
  width: 110px; margin:5px 0;
}
.header-title > img {
  max-width: 100%;
}
.header-cart .count {
  display: none;
}
.header-search .label {
  display: none;
}
.header-search.fas.fa-search {
  border-left: 1px solid #e5e5e5;
  color: #363636;
  float: right;
  font-size: 26px;
  line-height: 86px;
  text-align: center;
  text-decoration: none;
  width: 86px;
}
.btn {
  border: medium none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 26px;
  text-transform: uppercase;
}
.btn-primary {
  background: red none repeat scroll 0 0;
  color: #fff;
}
.informationSelections {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.informationSelections > p {
  margin-bottom: 10px;
}
.informationSelections .form-group {
  margin-bottom: 15px;
  padding: 0;
}
.informationSelections .form-group .product-options-name {
  line-height: normal;
  margin-bottom: 4px;
}
/*=================================*/


.tooltip {
	position:absolute;
	z-index:1070;
	display:block;
	font-size:12px;
	font-style:normal;
	font-weight:400;
	line-height:1.42857143;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	letter-spacing:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	white-space:normal;
	filter:alpha(opacity=0);
	opacity:0;
	line-break:auto
}
.tooltip.in {
	filter:alpha(opacity=90);
	opacity:1
}
.tooltip.top {
	padding:5px 0;
	margin-top:-3px
}
.tooltip-inner {
	max-width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	background-color:#000;
	border-radius:4px
}
.tooltip-arrow {
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.tooltip.top .tooltip-arrow {
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}

/*=================================*/
.in-options .product-options-color[style="display: block;"]{ display:inline-block !important; }
.form-group.OptionsRowGroup {
  width: 100%;
}
section#product-options-section {
  background: rgb(238, 238, 238) none repeat scroll 0 0;
  display: inline-block;
  width: 100%;
}


.informationSelections .form-col .form-group {
  width: 100%;
}
.informationSelections .form-col {
  float: left;
  padding: 0 5px;
  width: 20%;
}
.informationSelections .btn {
  border-radius: 0;
  height: 34px;
  margin-top: 25px;
  width: 100%;
}
 .informationSelections .row {
  margin: 0 -5px;
}
.informationText {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.informationSelections {
  margin-top: 0;
}
.select_model_section .form-group.OptionsRowGroup {
  margin-bottom: 15px;
  width: 50%;
}
.form-group.OptionsRowGroup.fluid-size-text {
  margin-bottom: 0;
}
.fluidConfigure .product-options-wrapper {
  padding-bottom: 10px;
}
.product-color-section .product-options-wrapper {
  padding-bottom: 10px;
  padding-top: 20px;
}
.select_model_section .form-group.OptionsRowGroup.select-size .HerePtions {
  width: 250px;
}
.product-color-section .product-options-wrapper {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
}

.fluid-size-text .select-size, .fluid-size-text .glove-text {
  float: left;
  width: 50%;
}
.fluid-size-text .HerePtions {
  padding-right: 20px;
  width: 100%;
}
.product-color-section .product-options-wrapper {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #eeeeee; padding-top:20px;
}
.product-color-section .color-group {
  margin-bottom: 15px;
}
 
#glove-text-txtCustName {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: rgb(255, 255, 255);
    font-size: 54px;
    position: absolute;
    /*font-family: 'smile_of_the_oceanregular';*/    font-family: 'SmileoftheOcean';  z-index:-1; right:0px;
}
 
#i-front #glove-text-txtCustName {
  bottom: 15px;
  left: 264px;
  transform: rotate(6deg);
}


#h-front #glove-text-txtCustName {
    bottom: -4px;
    left: 249px;
    transform: rotate(6deg);
}
.btn-buyNow {
  background: rgb(0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin-top: 15px;
  padding: 10px 30px;
  text-transform: uppercase; cursor:pointer;
}

#i-web .constructed-option.embroidery {
    display: none;
}
#i-web.main_content #i-front.image-constructed, #h-web #h-front.image-constructed, #t-trapeze #t-front.image-constructed{
    width: 56%;
    float: none;
    margin: auto;
    margin-bottom: 100px;
}
#t-trapeze #t-palm {
    width: 36%;
    float: right;
    height: 490px;
}
.main_content #i-palm.enditePalmCol {
    width: 36%;
}
#i-web.main_content {
    margin-bottom: 40px;
}
#t-trapeze #t-front #glove-text-txtCustName {
  bottom: 13.5%;
  font-size: 43px;
  left: 36%;
  transform: rotate(2deg);
}

/*===============30-8=======================*/

section#ContentWrap {
  display: inline-block;
  line-height: 24px; margin-bottom:60px;
  width: 100%; padding:0 15px;
}
.form-group.iagree-checkbox {
  font-style: italic;
  margin-bottom: 20px;
}

.cart-group .form-group {
  margin-bottom: 10px;
}

.cart-group .form-group > strong {
  float: left;
  width: 100px;
}
.grand_total {
  font-weight: bold;
}
.cart-group {
  background: rgb(238, 238, 238) none repeat scroll 0 0;
  border-bottom: 1px solid rgb(221, 221, 221);
  border-top: 1px solid rgb(221, 221, 221);
  padding: 20px 20px 10px;
}
.OptionsRowGroup .select-size {
  width: 150px;
}
.select_model_section .HerePtionsRow {
  margin-bottom: 0;
}
.spiderz-Custom-life {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
  width: 380px;
}
.spiderz-Custom-life > img {
  max-width: 100%;
}






@media all and (min-width: 250px) and (max-width: 400px) {
.image-constructed {
    height: 320px;
}

}
@media all and (min-width: 401px) and (max-width: 500px) {
.image-constructed {
    height: 420px;
}
}
@media all and (min-width: 501px) and (max-width: 600px) {
.image-constructed {
    height: 500px;
}

}
@media all and (min-width: 601px) and (max-width: 767px) {
.image-constructed {
    height: 630px;
}
.spiderz-Custom-life {
  line-height: normal;
  width: 180px;
}


}
@media all and (min-width: 250px) and (max-width: 660px) {
 
.dropdown-product-options {
    position: relative;
    top: 0;
    right: 0;
	padding:10px 0px 0 0 ;
    background:none;
    display: inline-block;
    transition: 0.5s;
    margin-right: 0;
    max-height: 0;
    overflow: hidden;
    height: auto;  
    width: 100%;
}
.dropdown-product-options.in-options {
    display: block;
    max-height: 250px;
     
}
.in-options .product-options-color {
    position: relative;
    padding: 10px 17px;
    background: #fff;
   /* display: inline-block;*/
    overflow: visible; 
	width:100%;
    margin-top: 0;
}
.in-options .product-options-color:before {
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    position: absolute;
    left: 30px;
    top: -10px;
}
.dropdown-product-options:after {
    content: none;
}


.header-search.fas.fa-search {
    display: none;
}
.header-minicart {
     width:70px; line-height:60px;
}
.logo img {
  height: 40px;
}
.logo {
  height: 60px;
  width: 100px;
}
#nav-container h1 {
    line-height: 60px; font-size:20px;
}
.select_model_section .form-group.OptionsRowGroup {
  width: 100%; margin-bottom:15px;
}

.OptionsRowGroup .HerePtionsRow {
  display: none;
}
.OptionsRowGroup.active .HerePtionsRow {
  display: inline-block; margin-bottom:0px;
}
.HerePtions {
  margin-bottom: 10px;
  margin-right: 0;
  width: 100%;
}
.OptionsRowGroup .HerePtionsRow .HerePtions:last-child {
  margin-bottom: 0;
}
#i-web.main_content #i-front.image-constructed, #h-web #h-front.image-constructed, #t-trapeze #t-front.image-constructed {
  margin: auto auto 20px;
  width: 98%;
}
.image-constructed {
  height: 242px;
}
.image-constructed {
  width: 48%;
}
.image-constructed.Custom-Fielding-backSid {
  height: 130px;
}
.main_content #i-palm.enditePalmCol {
  height: 150px;
  width: 48%;
}
#i-web.main_content {
  margin-bottom: 20px;
}
#ContentWrap .fluidConfigure {
  padding: 0 15px;
}
.OptionsRowGroup .select-size {
  margin-bottom: 15px;
  width: 100%;
}
.OptionsRowGroup.fluid-size-text .HerePtions {
  margin: 0;
  padding-right: 0;
}
.fluid-size-text.OptionsRowGroup .glove-text {
  width: 100%;
}
.fluid-size-text.OptionsRowGroup .glove-text .form-control {
  width: 100% !important;
}
 
.OptionsRowGroup .select-size.active .HerePtionsRow {
  display: inline-block; margin-bottom:0px;
}
.OptionsRowGroup .glove-text.active .HerePtionsRow {
  display: inline-block;
}
.product-options-wrapper .form-group{
  width: 100%;
}
.dropdown-product-options {
  border: medium none;
}
.dropdown-product-options {
  border: medium none;
}
.in-options .product-options-color {
  background: rgb(243, 242, 242) none repeat scroll 0 0;
}
.in-options .product-options-color::before {
  border-bottom: 10px solid rgb(243, 242, 242);
}
.select_model_section .form-group.OptionsRowGroup:last-child {
  margin-bottom: 0;
}
.product-color-section .product-options-wrapper {
  padding-top: 25px;
}
.product-color-section .color-group {
  margin-bottom: 10px;
}
#nav-container {
  line-height: 56px;
  padding: 0 10px;
  width: calc(100% - 100px);
}
.header-title {
  width: 23px;
}
#nav-container h1 {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  text-align: center;
  width: calc(100% - 90px);
}
.header-title {
  width: 40px;
}
#nav-container {
  border-top: 1px solid rgb(238, 238, 238);
}
.header-cart::before {
  line-height: normal;
}
#i-front #glove-text-txtCustName {
  bottom: 67px;
  left: 130px;
}
#fluidConfigureWrap .fluidConfigure .main_content {
  float: none;
  margin: auto;
  max-width: 315px;
}
#i-web.main_content #i-front.image-constructed, #h-web #h-front.image-constructed, #t-trapeze #t-front.image-constructed {
  width: 100%;
}
#glove-text-txtCustName {
  font-size: 26px;
}
#h-front #glove-text-txtCustName {
  bottom: 55px;
  left: 110px;
}
#h-palm.image-constructed {
  height: 130px;
}
#t-trapeze #t-front #glove-text-txtCustName {
  bottom: 77px;
  font-size: 24px;
  left: 112px;
}
#t-trapeze #t-palm {
  height: 132px;
}
.spiderz-Custom-life {
  line-height: normal;  margin: 0 10px;
  width: 115px;
}
 #nav-container {
  width: calc(100% - 60px);
}
.logo {
  min-width: 60px;
  width: 60px;
}
}




	
@media all and (min-width: 250px) and (max-width: 767px) {
.main_content {
    width: 100%;
}	
.product-options-wrapper {
    width: 100%;
}
.form-group.OptionsRowGroup {
    width: 100%;
    display: inline-block;
}	
	
		}
		
		
@media all and (min-width: 661px) and (max-width: 767px) {		
.product-options-wrapper .form-group.color-group {
    width: 25%;
    float: left;
    padding: 8px 0;
}

.product-color {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.product-options-name {
    font-size: 12px; font-weight:400;
    letter-spacing: 0.5px;
    line-height: 20px;
}


 
.logo img {
  height: 46px;
  max-width: 100%;
}
.logo {
  height: 66px;
}
#nav-container h1 {
  line-height: 66px;
}
#nav-container {
   width: calc(100% - 170px);
}
.header-cart::before {
  line-height: 66px;
}
#nav-container h1 {
  font-size: 18px;
  line-height: 66px;
  margin: 0 10px;
}
.header-minicart {
  width: 70px;
}
.header-title {
  width: 58px;
}

#fluidConfigureWrap .fluidConfigure .main_content {
  float: none;
  margin: auto;
  max-width: 600px;
}
#i-web.main_content #i-front.image-constructed, #h-web #h-front.image-constructed, #t-trapeze #t-front.image-constructed {
  margin: auto auto 20px;
  width: 100%;
}
.image-constructed {
  height: 468px;
}
#i-front #glove-text-txtCustName {
  bottom: 128px;
  left: 234px;
}
#h-front #glove-text-txtCustName {
  bottom: 112px;
  left: 199px;
}
#t-trapeze #t-front #glove-text-txtCustName {
  bottom: 157px;
  left: 212px;
}
.logo {
  width: 100px;
}
.select_model_section .OptionsRowGroup:nth-of-type(2n+1) {
  clear: left;
}
.product-options-name {
  font-size: 11px;
}
.HerePtionsRow .HerePtions {
  margin: 10px 10px 10px 0;
}
.OptionsRowGroup .HerePtionsRow {
  margin: 0;
}
#i-back.image-constructed, #i-palm.image-constructed, #h-back.image-constructed, #t-palm.image-constructed, #t-back.image-constructed, #t-trapeze #t-palm,  #i-palm.image-constructed, #h-palm.image-constructed {
  height: 220px;
}
}


@media all and (min-width: 768px) and (max-width: 1100px) {	
.logo img {
  height: 46px;
  max-width: 100%;
}
.logo {
  height: 66px;
}
#nav-container h1 {
  line-height: 66px;
}
#nav-container {
   width: calc(100% - 170px);
}
.header-cart::before {
  line-height: 66px;
}
#nav-container h1 {
  font-size: 20px;
  line-height: 66px;
  margin: 0 10px;
}
.header-minicart {
  width: 70px;
}
.header-title {
  width: 58px;
}

#fluidConfigureWrap .fluidConfigure .main_content {
  float: none;
  margin: auto;
  max-width: 98%;  
}
#i-web.main_content #i-front.image-constructed, #h-web #h-front.image-constructed, #t-trapeze #t-front.image-constructed {
  margin: auto auto 20px;
  width: 700px;
}
.image-constructed {
  height: 468px;
}
#i-front #glove-text-txtCustName {
  bottom: 84px;
  left: 274px;
}
#h-front #glove-text-txtCustName {
  bottom: 56px;
  left: 229px;
}
#t-trapeze #t-front #glove-text-txtCustName {
  bottom: 110px;
  left: 252px;
}
.logo {
  width: 100px;
}
.select_model_section .OptionsRowGroup:nth-of-type(2n+1) {
  clear: left;
}
.product-options-name {
  font-size: 11px;
}
.HerePtionsRow .HerePtions {
  margin: 10px 10px 10px 0;
}
.OptionsRowGroup .HerePtionsRow {
  margin: 0;
}
#i-back.image-constructed, #i-palm.image-constructed, #h-back.image-constructed, #t-palm.image-constructed, #t-back.image-constructed, #t-trapeze #t-palm,  #i-palm.image-constructed, #h-palm.image-constructed {
  height: 330px;
}

.spiderz-Custom-life {
  width: 250px;
}
.header-title {
  margin: 9px 0;
}
}
.error{color:red}

.message {

    text-align: center;

}