

.swatch-element.size.add-border{ border:1px solid #6781bc;box-shadow: 0 0 0 1px #6781bc inset;}  

.product_gallery  {clear:none}  

  .swatch_options > .gps_style{
    display:none;
  }
  
  
  .add.ajax-add-to-cart1 {
    float: right;
    margin: 4px 0 0;
    clear: both;
    background: transparent url(https://cdn.shopify.com/s/files/1/0868/4330/t/8/assets/cart-btn.png);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    width: 145px !important;
    height: 30px;
    padding: 0 10px 0 36px !important;
    letter-spacing: 0.4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 145px !important;
    text-align: left;
    line-height: 25px !important;
    color: #004681;
}
  .add.ajax-add-to-cart1:hover{  background: transparent url(https://cdn.shopify.com/s/files/1/0868/4330/t/8/assets/cart-btn.png);} 
  
  /*.his-hers-2x-299-per-bag span, .his-hers-1x-349-per-bag span, .family-4x-250-per-bag span {display:block; text-align:center}*/
  

  .swatch.size   .size-options-wrap label {line-height:20px}
  
  span.variant_size_option {
    font-size: 15px;
    font-weight: bold;
}
  
  @media (max-width:767px) and (min-width:640px) {
    
    
    .product .container.main.content {width:90%!important}
    
    
    .product .container.main.content  
    .sixteen.columns {width:100%!important}
    .two.columns.alpha {width:20%!important; }
    
    
    .product_slider.seven.columns.alpha {width:78%!important; margin-left:2%!important;}
    
    .product_slider.columns.alpha.five{width:56%!important; margin-left:2%!important; margin-right:2%!important;}
    
    
  .product .container.main.content  .sixteen.columns  .nine.columns.alpha, .product .container.main.content  .sixteen.columns .seven.columns.omega {width:100%}
  }



   @media (max-width:767px) { 
     .color-wrapper .header {display:block}
     
     
      .sizepicker, .sizepicker span {
      float:left;
   /*   min-width: 25px;
      height: 28px;*/
      margin:0;
      font-size:12px !important;
      text-align:center !important;
      line-height: 20px !important;
      white-space:nowrap;
      text-transform:uppercase;
      cursor: pointer;
      padding: 0 0px;
      display:block;
      width:100% !important;
    }
   }

 

  @media (max-width:639px) {
    
  a.product-variant-thumb-image, .product-variant-image {
    
      float: left;
      margin-left: .5%;
      margin-right: .5%;
  }

         .add-product-loader {
      display: none;
      float: right;
  	}
    
     .sizepicker, .sizepicker span {
      float:left;
   /*   min-width: 25px;
      height: 28px;*/
      margin:0;
      font-size:12px !important;
      text-align:center !important;
      line-height: 20px !important;
      white-space:nowrap;
      text-transform:uppercase;
      cursor: pointer;
      padding: 0 0px;
      display:block;
      width:100% !important;
    }
    
  }
    
   @media (max-width:479px) and (min-width:375px) {
     
     .product .container.main.content{width:95%!important}
     
   .product  .container .sixteen.columns,
.product .container .five.columns,
.product .container .nine.columns, 
/*.product .container .seven.columns {width:100%!important}*/
     
   }
    .swatch label{padding:0px!important}
  
  }
  .product .container.main.content  .sixteen.columns .seven.columns.omega .swatch label {float:none!important}

*, *:after, *:before{box-sizing:border-box; -webkit-box-sizing:border-box;}
  
a.button, button, input[type="submit"], input[type="reset"], input[type="button"], .action_button, a.action_button, input.action_button[type="submit"], input.action_button[type="button"] {
 margin-bottom: 20px; width:100%;
  
   .sizepicker, .sizepicker span {
      float:left;
   /*   min-width: 25px;
      height: 28px;*/
      margin:0;
      font-size:11px !important;
      text-align:center !important;
      line-height: 20px !important;
      white-space:nowrap;
      text-transform:uppercase;
      cursor: pointer;
      padding: 0 0px;
      display:block;
      width:100% !important;
    }
}




.swatch .swatch-element {
    float:left;
    -webkit-transform:translateZ(0);
    -webkit-font-smoothing:antialiased;
    margin:0px 0px 0px 0;
    position:relative;
  }


@charset "UTF-8";
/*
* CSS TOGGLE SWITCH
*
* Ionuț Colceriu - ghinda.net
* https://github.com/ghinda/css-toggle-switch
*
*/
/* supported values are px, rem-calc, em-calc
 */
/* imports
 */
/* Functions
 */
/* Shared
 */
/* Hide by default
 */
.switch-toggle a,
.switch-light span span {
  display: none; }

/* We can't test for a specific feature,
 * so we only target browsers with support for media queries.
 */
@media only screen {
  /* Checkbox
 */
  .switch-light {
    position: relative;
    display: block;
    /* simulate default browser focus outlines on the switch,
   * when the inputs are focused.
   */ }
    .switch-light::after {
      clear: both;
      content: "";
      display: table; }
    .switch-light *,
    .switch-light *:before,
    .switch-light *:after {
      box-sizing: border-box; }
    .switch-light a {
      display: block;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .switch-light label,
    .switch-light > span {
      /* breathing room for bootstrap/foundation classes.
     */
      line-height: 2em;
      vertical-align: middle; }
    .switch-light input:focus ~ span a,
    .switch-light input:focus + label {
      outline-width: 2px;
      outline-style: solid;
      outline-color: Highlight;
      /* Chrome/Opera gets its native focus styles.
     */ } }
    @media only screen and (-webkit-min-device-pixel-ratio: 0) {
      .switch-light input:focus ~ span a,
      .switch-light input:focus + label {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto; } }

@media only screen {
  /* don't hide the input from screen-readers and keyboard access
 */
  .switch-light input {
    position: absolute;
    opacity: 0;
    z-index: 3; }
  .switch-light input:checked ~ span a {
    right: 0%; }
  /* inherit from label
 */
  .switch-light strong {
    font-weight: inherit; }
  .switch-light > span {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 2em;
    /* overwrite 3rd party classes padding
   * eg. bootstrap .well
   */
    padding: 0;
    text-align: left; }
  .switch-light span span {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .switch-light a {
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 1;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0; }
  /* Radio Switch
 */
  .switch-toggle {
    position: relative;
    display: inline-block;vertical-align: middle;
    /* simulate default browser focus outlines on the switch,
   * when the inputs are focused.
   */
    /* For callout panels in foundation
  */
    padding: 0 !important;
    /* 2 items
   */
    /* 3 items
   */
    /* 4 items
   */
    /* 5 items
   */
    /* 6 items
   */ }
    .switch-toggle::after {
      clear: both;
      content: "";
      display: table; }
    .switch-toggle *,
    .switch-toggle *:before,
    .switch-toggle *:after {
      box-sizing: border-box; }
    .switch-toggle a {
      display: block;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .switch-toggle label,
    .switch-toggle > span {
      /* breathing room for bootstrap/foundation classes.
     */
      line-height: 2em;
      vertical-align: middle; }
    .switch-toggle input:focus ~ span a,
    .switch-toggle input:focus + label {
/*       outline-width: 2px;
      outline-style: solid;
      outline-color: Highlight; */
      /* Chrome/Opera gets its native focus styles.
     */ } }
    @media only screen and (-webkit-min-device-pixel-ratio: 0) {
      .switch-toggle input:focus ~ span a,
      .switch-toggle input:focus + label {
/*         outline-color: -webkit-focus-ring-color;
        outline-style: auto; */
      }
    }

@media only screen {
    .switch-toggle input {
      position: absolute;
      left: 0;
      opacity: 0; }
    .switch-toggle input + label {
      position: relative;
      z-index: 2;
      display: block;
      float: left;
      padding: 0 0.5em;
      margin: 0;
      text-align: center; }
    .switch-toggle a {
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      z-index: 1;
      width: 10px;
      height: 100%; }
    .switch-toggle label:nth-child(2):nth-last-child(4),
    .switch-toggle label:nth-child(2):nth-last-child(4) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(4) ~ a {
      width: 50%; }
    .switch-toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
      left: 50%; }
    .switch-toggle label:nth-child(2):nth-last-child(6),
    .switch-toggle label:nth-child(2):nth-last-child(6) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(6) ~ a {
      width: 33.33%; }
    .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(3) + label ~ a {
      left: 33.33%; }
    .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(5) + label ~ a {
      left: 66.66%; }
    .switch-toggle label:nth-child(2):nth-last-child(8),
    .switch-toggle label:nth-child(2):nth-last-child(8) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(8) ~ a {
      width: 25%; }
    .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(3) + label ~ a {
      left: 25%; }
    .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(5) + label ~ a {
      left: 50%; }
    .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(7) + label ~ a {
      left: 75%; }
    .switch-toggle label:nth-child(2):nth-last-child(10),
    .switch-toggle label:nth-child(2):nth-last-child(10) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(10) ~ a {
      width: 20%; }
    .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(3) + label ~ a {
      left: 20%; }
    .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(5) + label ~ a {
      left: 40%; }
    .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(7) + label ~ a {
      left: 60%; }
    .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(9) + label ~ a {
      left: 80%; }
    .switch-toggle label:nth-child(2):nth-last-child(12),
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ a {
      width: 16.6%; }
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(3) + label ~ a {
      left: 16.6%; }
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(5) + label ~ a {
      left: 33.2%; }
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(7) + label ~ a {
      left: 49.8%; }
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(9) + label ~ a {
      left: 66.4%; }
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(11) + label ~ a {
      left: 83%; }
  /* Candy Theme
 * Based on the "Sort Switches / Toggles (PSD)" by Ormal Clarck
 * http://www.premiumpixels.com/freebies/sort-switches-toggles-psd/
 */
  .switch-toggle.switch-candy,
  .switch-light.switch-candy > span {
    background-color: #ccc;
    border-radius: 4px; }
  .switch-light.switch-candy span span,
  .switch-light.switch-candy input:checked ~ span span:first-child,
  .switch-toggle.switch-candy label {
    color: #000;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px transparent; }
  .switch-light.switch-candy input ~ span span:first-child,
  .switch-light.switch-candy input:checked ~ span span:nth-child(2),
  .switch-candy input:checked + label {
    color: #ffffff;
    text-shadow: 0 1px 0 transparent; }
  .switch-candy a {
    border: 1px solid #333;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.45);
    background-color: #70c66b;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent); }
  .switch-candy-blue a {
    background-color: #38a3d4; }
  .switch-candy-yellow a {
    background-color: #f5e560; }
  
  
  /* iOS Theme
*/
  .switch-ios.switch-light span span {
    color: #888b92; }
  .switch-ios.switch-light a {
    left: 0;
    top: 0;
    width: 2em;
    height: 2em;
    background-color: #fff;
    border-radius: 100%;
    border: 0.25em solid #D8D9DB;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .switch-ios.switch-light > span {
    display: block;
    width: 100%;
    height: 2em;
    background-color: #D8D9DB;
    border-radius: 1.75em;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .switch-ios.switch-light > span span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    line-height: 1.875em;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .switch-ios.switch-light > span span:first-of-type {
      opacity: 1;
      padding-left: 1.875em; }
    .switch-ios.switch-light > span span:last-of-type {
      padding-right: 1.875em; }
  .switch-ios.switch-light input:checked ~ span a {
    left: 100%;
    border-color: #4BD865;
    margin-left: -2em; }
  .switch-ios.switch-light input:checked ~ span {
    border-color: #4BD865;
    box-shadow: inset 0 0 0 30px #4BD865; }
  .switch-ios.switch-light input:checked ~ span span:first-of-type {
    opacity: 0; }
  .switch-ios.switch-light input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff; }
  .switch-ios.switch-toggle {
    background-color: #D8D9DB;
    border-radius: 30px;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0; }
    .switch-ios.switch-toggle a {
      background-color: #4BD865;
      border: 0.125em solid #D8D9DB;
      border-radius: 1.75em;
      -webkit-transition: all 0.12s ease-out;
      -moz-transition: all 0.12s ease-out;
      transition: all 0.12s ease-out; }
    .switch-ios.switch-toggle label {
      height: 2.4em;
      color: #888b92;
      line-height: 2.4em;
      vertical-align: middle; }
  .switch-ios input:checked + label {
    color: #3e4043; }
  /* Holo Theme
 */
  .switch-toggle.switch-holo,
  .switch-light.switch-holo > span {
    background-color: #464747;
    border-radius: 1px;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
    color: #fff;
    text-transform: uppercase; }
  .switch-holo label {
    color: #fff; }
  .switch-holo > span span {
    opacity: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; }
    .switch-holo > span span:first-of-type {
      opacity: 1; }
  .switch-holo > span span,
  .switch-holo label {
    font-size: 85%;
    line-height: 2.15625em; }
  .switch-holo a {
    background-color: #666;
    border-radius: 1px;
    box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.3) 0 -1px 0; }
  /* Selected ON switch-light
*/
  .switch-holo.switch-light input:checked ~ span a {
    background-color: #0E88B1; }
  .switch-holo.switch-light input:checked ~ span span:first-of-type {
    opacity: 0; }
  .switch-holo.switch-light input:checked ~ span span:last-of-type {
    opacity: 1; }
  /* Material Theme
 */
  /* switch-light
 */
  .switch-light.switch-material a {
    top: -0.1875em;
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    background: #fafafa;
    box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.14), 0 0.1875em 0.125em -0.125em rgba(0, 0, 0, 0.2), 0 0.125em 0.25em 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
  .switch-material.switch-light {
    overflow: visible; }
    .switch-material.switch-light::after {
      clear: both;
      content: "";
      display: table; }
  .switch-material.switch-light > span {
    overflow: visible;
    position: relative;
    top: 0.1875em;
    width: 3.25em;
    height: 1.5em;
    min-height: auto;
    border-radius: 1em;
    background: rgba(0, 0, 0, 0.26); }
  .switch-material.switch-light span span {
    position: absolute;
    clip: rect(0 0 0 0); }
  .switch-material.switch-light input:checked ~ span a {
    right: 0;
    background: #3f51b5;
    box-shadow: 0 0.1875em 0.25em 0 rgba(0, 0, 0, 0.14), 0 0.1875em 0.1875em -0.125em rgba(0, 0, 0, 0.2), 0 0.0625em 0.375em 0 rgba(0, 0, 0, 0.12); }
  .switch-material.switch-light input:checked ~ span {
    background: rgba(63, 81, 181, 0.5); }
  /* switch-toggle
 */
  .switch-toggle.switch-material {
    overflow: visible; }
    .switch-toggle.switch-material::after {
      clear: both;
      content: "";
      display: table; }
  .switch-toggle.switch-material a {
    top: 48%;
    width: 0.375em !important;
    height: 0.375em;
    margin-left: 0.25em;
    background: #3f51b5;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform;
    -moz-transition: -moz-transform;
    transition: transform; }
  .switch-toggle.switch-material label {
    color: rgba(0, 0, 0, 0.54);
    font-size: 1em; }
  .switch-toggle.switch-material label:before {
    content: '';
    position: absolute;
    top: 48%;
    left: 0;
    display: block;
    width: 0.875em;
    height: 0.875em;
    border-radius: 100%;
    border: 0.125em solid rgba(0, 0, 0, 0.54);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .switch-toggle.switch-material input:checked + label:before {
    border-color: #3f51b5; }
  /* ripple
 */
  .switch-light.switch-material > span:before,
  .switch-light.switch-material > span:after,
  .switch-toggle.switch-material label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 4em;
    height: 4em;
    border-radius: 100%;
    background: #3f51b5;
    opacity: .4;
    margin-left: -1.25em;
    margin-top: -1.25em;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in; }
  .switch-light.switch-material > span:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -1.25em; }
  .switch-toggle.switch-material label:after {
    width: 3.25em;
    height: 3.25em;
    margin-top: -0.75em; }
  @-webkit-keyframes materialRipple {
    0% {
      -webkit-transform: scale(0); }
    20% {
      -webkit-transform: scale(1); }
    100% {
      opacity: 0;
      -webkit-transform: scale(1); } }
  @-moz-keyframes materialRipple {
    0% {
      -moz-transform: scale(0); }
    20% {
      -moz-transform: scale(1); }
    100% {
      opacity: 0;
      -moz-transform: scale(1); } }
  @keyframes materialRipple {
    0% {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    20% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    100% {
      opacity: 0;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }
  .switch-material.switch-light input:not(:checked) ~ span:after,
  .switch-material.switch-light input:checked ~ span:before,
  .switch-toggle.switch-material input:checked + label:after {
    -webkit-animation: materialRipple 0.4s ease-in;
    -moz-animation: materialRipple 0.4s ease-in;
    animation: materialRipple 0.4s ease-in; }
  /* trick to prevent the default checked ripple animation from showing
 * when the page loads.
 * the ripples are hidden by default, and shown only when the input is focused.
 */
  .switch-light.switch-material.switch-light input ~ span:before,
  .switch-light.switch-material.switch-light input ~ span:after,
  .switch-material.switch-toggle input + label:after {
    visibility: hidden; }
  .switch-light.switch-material.switch-light input:focus:checked ~ span:before,
  .switch-light.switch-material.switch-light input:focus:not(:checked) ~ span:after,
  .switch-material.switch-toggle input:focus:checked + label:after {
    visibility: visible; } }

/* Bugfix for older Webkit, including mobile Webkit. Adapted from
 * http://css-tricks.com/webkit-sibling-bug/
 */
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
  .switch-light,
  .switch-toggle {
    -webkit-animation: webkitSiblingBugfix infinite 1s; } }

@-webkit-keyframes webkitSiblingBugfix {
  from {
    -webkit-transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }

/*# sourceMappingURL=toggle-switch.css.map */


.swatch-element.gpsyes.yes.available .gps-swatch{color:#fff !important;}


#product-loop img {width:100%; height:auto}

#product-loop .col-md-4{margin-bottom:20px}
.nav-next.next_disable, .nav-prev.prev_disable {  display: none;}
.select select{display:none;}
.customize-heading{font-size:24px; color:#070707;font-weight: normal;margin: 0 0 30px;}
#product-description form .swatch-element label{cursor: pointer;text-transform: none; margin:0; font-weight:normal;}
#product-description form .swatch-element label span{display: block; font-size: 20px; padding: 5px 0;}
.swatch-element.size{ width: 100%;cursor:pointer; text-align:center;font-size: 16px; padding: 10px 0px 10px 0px; float:left; margin-right:0; border:1px solid #d2d2d2;}
.swatch-element.color{width:100%; position: relative;  text-align: center;float:left;}
.size-options-wrap .swatch-element.color label{display:inline-block;}
.swatch-element input{ display:none;}

.swatch.clearfix { margin-bottom:32px;}
.size-options-wrap .switch-toggle .yes .gps-swatch { padding: 0 7px;}
.size-options-wrap .switch-toggle .yes.gpsyes .gps-swatch { padding: 0 11px 0 10px;}
.size-options-wrap .switch-toggle .no.gpsno .gps-swatch { padding: 0 7px 0 8px;}
.size-options-wrap .switch-toggle .no .gps-swatch { padding: 0 7px 0 11px;}
/* .add-border { border: 1px solid #6781bc;} */

.swatch.clearfix.firstcolor.size { margin-right: -35px;}
.size-options-wrap { display: inline-block; padding-right: 35px;vertical-align: middle;}
.swatch.size .size-options-wrap{width: 33.333%;float: left;}
.color .size-options-wrap{padding-right:0;}
#product-description form .swatch-element label { min-width: inherit;}
.swatch { font-size: 16px; color:#070707;}
.color > img { border-radius: 100%; display: inline-block; vertical-align: middle;}
.swatch .header { margin-bottom: 10px;}
#product-description form .swatch.color .swatch-element label{border-radius: 100%;}
#product-description .selector-wrapper{display:none;}
.color .swatch-element.add-border label{border: 2px solid #000000;}
.swatch.color.add-border{border: 1px solid #6781bc; box-shadow: 0 0 0 1px #6781bc inset;}
.swatch.color {position: relative; border: 1px solid #cacaca; margin: 0 0 32px; padding: 10px; width: 100%; cursor:pointer;}
.sizeno{font-size:20px;color: #070707;padding-bottom: 10px;}
#product-description form .gps-wrap label{text-transform: capitalize;vertical-align: middle; margin: 0;font-size:15px; font-weight:normal;display: inline-block;min-width:50px;}
#product-description form .gps-wrap .switch-toggle label{font-size:13px;}
#product-description form .product-add label{font-size:15px; text-transform: capitalize;font-weight: normal;}
#product-description form .product-add{display: inline-block; margin-top: 0px; padding-bottom: 0;width: 100%;}
#product-description form .product-add .rte p{ color: #707070;}
#product-description #product-price { border-bottom: 0 none; clear: both; display: inline-block;  float: right; margin: 0; padding: 13px 0 0;}
#product-right #product-description form{border-bottom:0;}
#product-description form .add, #product-description 
.ajax-add-to-cart1{float: right;margin:4px 0 0; clear:both; background-image:url(cart-btn.png);background-color: rgba(0, 0, 0, 0);background-repeat: no-repeat; width:145px !important; height:30px;padding: 0 10px 0 36px !important;letter-spacing: 0.4px; font-size: 12px;font-weight: bold;text-transform: uppercase;  width: 145px !important; text-align: left; line-height:25px !important; color:#004681;}
#product-description .desc{ border-top: 1px solid #f0f0f0; clear: both; display: inline-block; margin-top: 20px; width: 100%;}
#product-price > span.price-text {text-transform: uppercase; display: inline-block; font-weight: 600; min-width: 50px;}
.add-border .thumbnail{ border: 1px solid #333333;}
.top-ad{float: right;}
.tp-mrgn-fix{ border: 1px solid #eaeaea;margin: 10px 0 30px; padding: 10px;}
.secondcolor,.thirdcolor,.fourthcolor{display:none;}   
.quantity{display:none;}
.promo-box li::before {
  background: #ffffff;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 6px;
  left: 7px;
  position: absolute;
  top: 11px;
  width: 6px;
}
.promo-box li {
  display: inline-block;
  padding: 3px 0 5px 23px;
  position: relative;
}
.pre-order > img { padding-top: 2px;}
.footer-row h3{font-size: 18px;color: #ffffff;  font-weight: normal;}
.footer-row .icon-2x{font-size: 27px;}
.footer-row ul#home-icons li:hover a, .footer-row ul#home-icons li a { color: #652a2a !important; line-height:34px; display: inline-block;  vertical-align: middle;} 
.contactus a:hover{text-decoration:underline;}
.contactus a {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 15px;
}
.contactus ul{color: #652a2a; font-size: 15px; font-weight: bold;}
.contactus li:last-child a{padding-bottom:0;}
.signup-footer p{font-size: 14px;}
.gps_style .size-options-wrap{padding-right:0; margin-right: -5px; float:left;}
.size-options-wrap .switch-toggle input + label{padding: 0 11px;}
.size-options-wrap .gps-swatch{width: 47px; font-size:13px;cursor:pointer;}
.gpsyes .gps-swatch, .gpsno .gps-swatch{ background-color: #70c66b;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);  border-radius: 3px 0 0 3px;}
.gpsno .gps-swatch{border-radius: 0 3px 3px 0;}
.gps_style > span {float: left; padding-top: 2px;}
.swatch.clearfix.gps_style{margin-bottom:0;}
#product-description .product-add .rte{margin-top:0; border-top:0;padding-top: 0;}
.color_option {min-width: 100px;opacity:0; visibility:hidden; transition:all .3s linear; -webkit-transition:all .3s linear; background:#fff; border:1px solid #e8e8e8; left: 87%; padding: 8px 6px; position: absolute; top: 60px; z-index: 999;}
.color-wrapper {padding-bottom: 12px; display: inline-block; position: relative;}
.color .header .color, .size-options-wrap .color label{cursor:pointer;}
.swatch_display_option .color_option {opacity:1; visibility:visible;}
.swatch.color .header { margin-bottom: 0;}
.header > span {
  display: inline-block;
  vertical-align: middle;
}
.color .color {
  display: inline-block;
  vertical-align: middle;
}

.color .color > span {
  display: inline-block;
  line-height: inherit;
  padding-right: 8px;
  vertical-align: middle;
  color:blue;
  text-decoration:underline;
}

.color .color > span:hover {
	text-decoration:none;
    text-shadow: 1px 1px 1px #555;
}

#footer ul{text-align: left;}
ul#footer-icons{text-align: right;}

ul#footer-icons li {
  display: inline-block;
  line-height: 24px;
  margin: 0 10px;
  vertical-align: middle;
}
.swatch-element.yes input[type="radio"], .swatch-element.no input[type="radio"]{width: 44px;height: 26px; z-index: 9;}
.swatch-element.no input[type="radio"]{left:4px;}

#footer-icons a {
  display: inline-block;
  vertical-align: middle;
}
#footer-icons li a:hover{color: #9c9c9c}
.shifter-open.shifter-active .shifter-handle {background: rgba(0, 0, 0, 0) url("cross.png") no-repeat scroll center center;}
.color_option .size-options-wrap{ margin-bottom: 0;width: 29%;}
/* .banner-text{margin-top:250px;} */
.swatch-element input[type="radio"]{ height: 22px; opacity: 0; position: absolute;width: 23px;display: inline-block;}
#product-description form .swatch.color .swatch-element label.gps-swatch{border-radius:0;}
#product-description form .swatch.color .swatch-element.gpsyes label.gps-swatch{border-radius: 0 3px 3px 0;}
#product-description form .swatch.color .swatch-element.gpsno label.gps-swatch{border-radius: 3px 0 0 3px;}
#product-description .select > .gps_style{display:none}
#product-photos .left-product-img{text-align:center;  cursor: pointer;}
.desktop-2.right-thumb{float:right;}
.product-variant-thumb-image{ opacity:0; visibility:hidden; display:none;}
.product-variant-image{ opacity:0; visibility:hidden; display:none;}
.gridlock .row [class*="desktop-"].right-thumb{float:right;}
#product-photos{text-align:center;}
#product-photos .left-product-img{float:none; display:inline-block;}
.swatch-element.no.gpsno .gps-swatch{color:#fff;}

@media (max-width:1200px){

  .swatch-element.size{margin-right: 0;width:100%;}

}

@media (max-width:1024px){

  .product-wrapper .show, .product-wrapper #aside{display:none;}
  .product-wrapper #bside{width:97.9166666666666667%;}
  .nav-container ul#main-nav li a{ padding: 4px 7px 0;}
  .swatch-element.size { font-size: 14px;}
  .customize-heading{ font-size: 22px;margin: 0 0 10px;}
  .swatch-element.size{font-size: 13px;}
  .hometop div img{width:100%;}
  
    .sizepicker, .sizepicker span {
      float:left;
   /*   min-width: 25px;
      height: 28px;*/
      margin:0;
      font-size:11px !important;
      text-align:center !important;
      line-height: 20px !important;
      white-space:nowrap;
      text-transform:uppercase;
      cursor: pointer;
      padding: 0 0px;
      display:block;
      width:100% !important;
    }

}

@media (max-width:980px){

  ul#footer-icons{text-align:center;}
  #footer-wrapper #footer .mobile-3{width:97.9167%;text-align: center;}
  #logo{margin-right: 10px;}

  .nav-container ul#main-nav li a {  padding: 4px 4px 0;font-size: 13px;}
  .banner-text{padding-left: 20px;}
  .swatch.size .size-options-wrap{padding-right: 5px;}
  .swatch.clearfix.firstcolor.size { margin-right: -5px;}
  .swatch-element.size{padding: 10px 2px;}
  .swatch{font-size: 15px;}
  .sizeno{font-size: 17px;}

  .sizepicker, .sizepicker span {
      float:left;
   /*   min-width: 25px;
      height: 28px;*/
      margin:0;
      font-size:11px !important;
      text-align:center !important;
      line-height: 20px !important;
      white-space:nowrap;
      text-transform:uppercase;
      cursor: pointer;
      padding: 0 0px;
      display:block;
      width:100% !important;
    }

}

@media (max-width:740px){

  .customize-heading{margin: 20px 0 10px;}
  .swatch{text-align:center;}
  .gps_style > span {
    display: inline-block;
    float: none;
    padding-top: 0;
    vertical-align: middle;
  }

  .gps_style .size-options-wrap {
    float: none;
    margin-right: -7px;
    padding-right: 0;
  }
  #product-description #product-price{width: 100%;}
  #product-description form .add, #product-description .ajax-add-to-cart1{ float: none;margin: 14px 0 0 !important;}
  .shifter-navigation ul{ margin-left: 0;}
  #product-description form .add, #product-description .ajax-add-to-cart1{float:none;}
  #product-description {
    text-align: center;
  }
  
  .sizepicker, .sizepicker span {
      float:left;
   /*   min-width: 25px;
      height: 28px;*/
      margin:0;
      font-size:11px !important;
      text-align:center !important;
      line-height: 20px !important;
      white-space:nowrap;
      text-transform:uppercase;
      cursor: pointer;
      padding: 0 0px;
      display:block;
      width:100% !important;
    }

}

@media (max-width:481px){

  .customize-heading { font-size: 18px;}
  .swatch-element.size{ padding: 10px 5px;}
  .swatch-element.size {
    font-size: 11px !important;
  }

    .sizepicker, .sizepicker span {
      float:left;
   /*   min-width: 25px;
      height: 28px;*/
      margin:0;
      font-size:11px !important;
      text-align:center !important;
      line-height: 20px !important;
      white-space:nowrap;
      text-transform:uppercase;
      cursor: pointer;
      padding: 0 0px;
      display:block;
      width:100% !important;
    }
  
  .shifter .shifter-handle{vertical-align: middle;}
  #home-intro .desktop-12 br{display:none;}
  .banner-text{margin-top:150px;}
  .color_option{left: 62%;}
  .swatch.clearfix.firstcolor.size { margin-right: -10px;}
  .swatch.size .size-options-wrap {padding-right: 10px;}
  .swatch.color{ margin: 0 0 15px;}
  .swatch.clearfix {  margin-bottom: 15px;}
  #product-description form .product-add .rte p{text-align: left;}

}


@media all and (-ms-high-contrast:none)
     {
       #product-photos .left-product-img.desktop-10{float: right;}
       .thumbnail{width:100%;}
       #product-description form .swatch-element label span.size-value { font-size: 13px;  font-weight: normal; padding: 0;}
     }


.sizepicker, .sizepicker span {
      float:left;
   /*   min-width: 25px;
      height: 28px;*/
      margin:0;
      font-size:14px;
      text-align:center;
      line-height: 35px;
      white-space:nowrap;
      text-transform:uppercase;
      cursor: pointer;
      padding: 0 0px;
      display:block;
      width:100% !important;
    }

/* product page loader */
.add-product-loader {
    display: none;
    float: right;
}
.add-product-error{
  color: red;
  float: right;
}
.first-variant-thumb-image{
 	display: none; 
}
#product-photos > ol {
    display: none;
}
.color > img{-webkit-border-radius:100%;}
h2, .h2 { font-size: 20px; margin-bottom: 0.75em; line-height: 1.5em }


@media screen and (max-width: 980px) {
  .gridlock .row { width: 820px; }
}
@media screen and (max-width: 840px) {
  .gridlock .row { width: 720px; }
}

.gridlock .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; }

.gridlock .row .tablet-6 { width: 82%; }

.hometop div img { display: block; margin: 0 auto; }

ul#main-nav li a { 
  font-family: {{ settings.navigation-font}}; 
  font-weight: {{ settings.nav-weight }}; 
  font-size: {{ settings.nav_size }}; 
  display: block; 
  padding: 5px 10px 0; 
  text-transform: {{ settings.navigation-transform}};
  letter-spacing: 1px;
}

#admin_bar_iframe { display: none; }

section#homepage-products {
  margin-top: 90px;
  background: {{ settings.homepage-collection-background }};
}

ul#home-icons li:hover {
  background: rgba(255,255,255,0.6);
}


#product-description form .selecter {
  display: inline-block;
  width: 50%;
  margin-top: 2px;
}

.selector-wrapper label { float: left; margin-right: 20px; line-height: 40px; min-width: 40px;  }


#bigimage { text-align: center; margin-bottom: 20px; max-width: 548px; }
.active img {border:1px solid #ccc !important;}

img.zoomImg { background: {{ settings.background }}; }

.thumbnail { margin-bottom: 10px; border: 1px solid #cccccc; }
#product-price {clear:both; padding-bottom: 10px; font-size: 16px; margin-bottom: 10px; border-bottom: 1px solid {{ settings.dotted_color }}; text-align:right  }


#product-description { text-align: left; }
#product-description h1, #product-right h5 { text-transform: uppercase; }
#product-description form { margin-bottom: 10px; border-bottom: 1px solid {{ settings.dotted_color }}; padding-top: 10px; }
#product-description form label {  text-transform: uppercase; min-width: 60px;}

.product-add {
  margin-top: 20px;

}

.product-add label {
  float: left;
  line-height: 44px;
  margin-right: 10px;
  padding: 0! important;
  display: inline-block;
  min-width: initial! important;

}

.quantity {
  line-height: 40px;
  height: 40px;
  text-indent: 0! important;
  text-align: center;
  padding: 0! important;
  width: 50px! important;
  background: transparent! important;
  border: 1px solid {{ settings.dotted_color }};
  display: inline-block;
  color: {{ settings.text_color }};

}

.add {
  display: inline-block! important;
  margin-left: 20px;
  width: auto! important;
  line-height: 40px! important;
  padding: 0 20px! important;


}

@media screen and (max-width: 740px ) {
  .product-add { text-align: center; }
  .product-add label { 
    width: initial! important;
    float: none;

  }
  .add { 
    margin-left: 10px! important;


  }
}

.desc { padding-top: 20px; padding-bottom: 10px;  }
.full-click { display: block; text-align: center; margin-top: 20px; }



#related { border-top: 1px solid {{ settings.dotted_color }}; margin-top: 20px; padding: 20px 0; float: left; text-align: center; } 
.related-carousel .owl-item {
  padding: 10px;
}

#social { float: left; width: 100%; padding-bottom: 10px; }

#product-navigation {
  text-align: center;
}

#back-forth img { margin: 0 5px; vertical-align: middle; }

.backto {
  margin-bottom: 10px;
  display: block;
}

.prev-prod { margin-right: 10px; }
.next-prod { margin-left: 10px; }

.prev-prod, .next-prod {
  display: inline-block;
}

.share-icons a {
  margin: 0 5px;
}

.what-is-it { margin-bottom: 15px; }
.what-is-it label { display: inline; margin-right: 10px; }


#product-carousel { }

#product-carousel .product-car {
  padding: 0;
  margin: 5px;
  position: relative;
}

#product-carousel .product-car img {   }

.customNavigation{
  margin: -5px 0 10px;
  text-align: center; 
  position: relative;
}

//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation a:hover { cursor: pointer; }

.btn.next {
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  position: absolute;
  right: -30px;
  top: 85px;
}

.btn.prev {
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  position: absolute;
  left: -30px;
  top: 85px;
}





.collection div.zoomWindow, .index div.zoomWindow {
  display: none! important;
}
.collection div.zoomLens, .index div.zoomLens {
  opacity: 0! important;
}

div.zoomContainer {
  z-index: 1;
}


#product-header {
  margin-bottom: 30px;
  text-align: center;
  line-height: 60px;
}

#product-header div {
  min-height: 1px; 
}

#product-header h1 { 
  margin-bottom: 0;
  line-height: 60px;
  border-bottom: 1px solid {{ settings.dotted_color }}; 
}

.product .rte, .collection .rte, .index .rte {
  margin-top: 15px;
  border-top: 1px solid {{ settings.dotted_color }};
  padding-top: 15px;
}



#related h4 {
  margin-bottom: 20px;
}

.scrollup{
  width:30px;
  height:30px;
  opacity:0.7;
  position:fixed;
  bottom:50%;
  right:20px;
  display:none;
  z-index: 3;
  text-align: center;
}

nav.shifter-navigation {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%
}

.shifter-active .shifter-navigation {background: {{ settings.background }}; display: block; height: 100%; opacity: 1; pointer-events: none; position: fixed; top: 0; width: 270px; z-index: 0; }
.shifter-active nav.shifter-navigation{display:none;}
.shifter-open.shifter-active nav.shifter-navigation{display:block;}


.shifter-active .shifter-handle {cursor:pointer; background: url(jquery.fs.shifter-icon.png) no-repeat center center; cursor: pointer; content: ''; display: inline-block; height: 50px; width: 50px; position: relative; float:right;
  overflow: hidden; text-indent: 110%; white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.shifter-open .shifter-navigation {display:block; pointer-events: all; z-index: 1\9; /* IE9 */
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);border-left: 1px solid #cccccc;
  box-shadow: 0 0 2px #cccccc inset;
}


.meta{ clear:both; padding-top:40px;}

.was{
   text-decoration: line-through;
}


/* Reviews */

.reviews{
  position:relative;
  top:-150px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  .reviews{
    position:relative;
    top:-100px;
  }
}


@media only screen 
and (min-width : 321px) {
  
  .reviews{
    position:relative;
    top:-150px;
  }
}


/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 480px) {
  
  .reviews{
    position:relative;
    top:-100px;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
  .reviews{
    position:relative;
    top:-20px;
  }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  .reviews{
    position:relative;
    top:-20px;
  }
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  .reviews{
    position:relative;
    top:-20px;
  }
}


/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 765px) {
  .reviews{
    position:relative;
    top:-150px;
  }
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 960px) {
  .reviews{
    position:relative;
    top:-110px;
  }
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1200px) {
  .reviews{
    position:relative;
    top:-90px;
  }
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
  .reviews{
    position:relative;
    top:-90px;
  }
}

/* iPhone 4 - 5s ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  .reviews{
    position:relative;
    top:-20px;
  }
}

/* iPhone 6 ----------- */
@media
only screen and (max-device-width: 667px) 
only screen and (-webkit-device-pixel-ratio: 2) {
  .reviews{
    position:relative;
    top:-20px;
  }
}

/* iPhone 6+ ----------- */
@media
only screen and (min-device-width : 414px) 
only screen and (-webkit-device-pixel-ratio: 3) {
  .reviews{
    position:relative;
    top:-20px;
  }
}

/* Review tabs ----------- */
.container1{
  width: 100%;
  margin: 0 auto;
}
ul.tabs1{
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: solid 1px #b8c6c6;
}
ul.tabs1 li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;  
  cursor: pointer;
  margin: 0px;
}

ul.tabs1 li.current{
  background: #ededed;
  color: #222;
}

.tab-content{
  display: none;
  padding-bottom: 10px;
  padding: 15px;
}

.tab-content.current{
  display: inherit;
}
/*----------- */