@charset "UTF-8";
/* -----  Global Colors ----- */
/* ---------  End ----------- */
/* -----  Speck Colors ----- */
/* ---------  End ----------- */
/* -----  Global Headers styles----- */
/* -----  End Global Headers styles----- */
/* -------------- Speck Font Mixins -------*/
/* ----- Global Input styles ----- */
/* -----  Global Buttons styles----- */
/* -----  End Global Buttons styles----- */
/* -----  Recommendations styles----- */
/* -----  End Recommendations styles----- */
@import url("//fonts.googleapis.com/css?family=Lato:700,300,200|Raleway:500,400,200");
.tk-futura-pt {
  font-family: "proxima-nova-alt", Arial, sans-serif !important; }

/*
Responsive Mixin Usage:
    > 1280px 
	default (no mixin, but just incase there's "extra-large")
	
    < 1280px to 1025px
	@include respond(wideTablet) {
		//your style here
	}

    1024px to 769px:
	@include respond(vertTablet) {
		//your style here
	}

	1280 to 768px;
	@include respond(tablet){
		//blah blah
	}

    < 768px:
	@include respond(phone) {
		//your style here
	}
*/
/*==== Contact Us ====*/
#wrapper.pt_customer-service #main #primary, #wrapper.pt_customer-service #main #secondary {
  max-width: 1136px;
  width: 1136px;
  margin: 0 auto; }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    #wrapper.pt_customer-service #main #primary, #wrapper.pt_customer-service #main #secondary {
      width: 960px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #wrapper.pt_customer-service #main #primary, #wrapper.pt_customer-service #main #secondary {
      width: 720px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_customer-service #main #primary, #wrapper.pt_customer-service #main #secondary {
      width: 90%;
      padding: 0 5%; } }
  #wrapper.pt_customer-service #main #primary .mobile-visible, #wrapper.pt_customer-service #main #secondary .mobile-visible {
    display: none; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_customer-service #main #primary .mobile-visible, #wrapper.pt_customer-service #main #secondary .mobile-visible {
        display: block; } }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_customer-service #main #primary .desktop-visible, #wrapper.pt_customer-service #main #secondary .desktop-visible {
      display: none; } }

#wrapper.pt_customer-service #main.contact-us {
  width: 100%; }
  #wrapper.pt_customer-service #main.contact-us .confirmation-message-freshdesk {
    padding: 10px 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    display: inline-block;
    width: 100%;
    margin-top: 20px; }
    #wrapper.pt_customer-service #main.contact-us .confirmation-message-freshdesk div {
      font-size: 18px;
      color: #3399cc; }
    #wrapper.pt_customer-service #main.contact-us .confirmation-message-freshdesk.fdfailure div {
      color: #ed3024; }
  #wrapper.pt_customer-service #main.contact-us .content-asset .contact-us div.right {
    float: right;
    width: 30%; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_customer-service #main.contact-us .content-asset .contact-us div.right {
        float: none;
        width: 100%; } }
  #wrapper.pt_customer-service #main.contact-us .content-asset .contact-us div.three-colums {
    float: left;
    width: 25%;
    margin-bottom: 30px;
    border-left: 1px solid #231f20;
    padding-left: 10%; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_customer-service #main.contact-us .content-asset .contact-us div.three-colums {
        float: none;
        width: 100%;
        margin-bottom: 0;
        border: 0;
        padding-left: 0; } }
  #wrapper.pt_customer-service #main.contact-us .content-asset .contact-us div:nth-child(2) {
    border-left: 0;
    padding-left: 0; }
  #wrapper.pt_customer-service #main.contact-us .content-asset .contact-us div h2 {
    color: #005f9b;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
    display: inline-block; }
  #wrapper.pt_customer-service #main.contact-us .content-asset .contact-us div h3 {
    margin-bottom: 10px;
    color: #231f20; }
  #wrapper.pt_customer-service #main.contact-us .content-asset .contact-us div a {
    color: #005f9b; }
    #wrapper.pt_customer-service #main.contact-us .content-asset .contact-us div a:hover {
      text-decoration: none; }
  #wrapper.pt_customer-service #main.contact-us .content-asset .contact-us div p {
    font-size: 14px;
    color: #231f20;
    padding-bottom: 5px; }
    #wrapper.pt_customer-service #main.contact-us .content-asset .contact-us div p.orange {
      color: #f79727; }
  #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row {
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    width: 80%;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row {
        width: 100%;
        margin-top: 0; } }
    #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row input,
    #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row select,
    #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row textarea {
      box-sizing: border-box;
      float: right;
      width: 50%; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row input,
        #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row select,
        #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row textarea {
          width: 100%; } }
    #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row span.error {
      left: 50%;
      position: absolute;
      top: 36px; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row span.error {
          top: auto;
          left: 0;
          bottom: -15px; } }
    #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row textarea {
      height: 200px; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row textarea {
          height: 100px; } }
      #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row textarea + span.error {
        top: 200px; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row textarea + span.error {
            top: auto;
            bottom: -15px; } }
    #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row button {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #ffffff;
      background: #0099CC;
      height: 44px;
      line-height: 44px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      letter-spacing: 0.05em;
      padding: 0 20px;
      text-transform: uppercase;
      border: 0;
      float: right; }
      #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row button:hover {
        background-color: #d8f5ff;
        border: 4px solid #0099CC;
        padding: 0 16px;
        line-height: 36px;
        color: #0099CC; }
      #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row button:disabled {
        background-color: #eeeeee;
        color: #dddddd; }
        #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row button:disabled:hover {
          background-color: #eeeeee;
          color: #dddddd;
          border: 4px solid #eeeeee; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_customer-service #main.contact-us #FreshDeskForm .form-row button {
          width: 100%;
          padding: 0;
          margin-top: 10px; } }
  #wrapper.pt_customer-service #main.contact-us .header-container {
    background-color: #ffffff;
    border-bottom: 1px solid #CCCCCC; }
    #wrapper.pt_customer-service #main.contact-us .header-container h1 {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      color: #231f20;
      font-size: 42px;
      line-height: 42px;
      text-transform: uppercase;
      text-transform: uppercase;
      max-width: 1136px;
      padding: 34px 0;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_customer-service #main.contact-us .header-container h1 {
          font-size: 25px;
          padding: 32px 0;
          line-height: 25px; } }
  #wrapper.pt_customer-service #main.contact-us #primary {
    /* Thank you page*/
    /* End Thank you page*/ }
    #wrapper.pt_customer-service #main.contact-us #primary fieldset {
      border: none; }
    #wrapper.pt_customer-service #main.contact-us #primary .contact-box {
      float: left;
      width: 47%;
      margin-right: 6%; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box {
          width: 100%;
          margin-right: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box {
          width: 48.33333333333333%;
          margin-right: 0; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box.left-side {
          border-bottom: 1px solid #CCCCCC;
          padding-bottom: 14px; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box.left-side label {
          margin-bottom: 20px !important; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box.left-side .required label {
          font-size: 15px !important; } }
      #wrapper.pt_customer-service #main.contact-us #primary .contact-box.left-side .customSelect {
        float: left;
        width: 220px; }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box.left-side .customSelect {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box.left-side .customSelect {
            width: 100%; } }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box.left-side {
          margin-right: 3.333333333333333%; } }
      #wrapper.pt_customer-service #main.contact-us #primary .contact-box.left-side select {
        top: 35px;
        left: 0; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box.left-side select {
            top: 41px; } }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box.left-side select {
            top: 35px;
            width: 100%; } }
      #wrapper.pt_customer-service #main.contact-us #primary .contact-box.left-side span.error {
        position: absolute;
        top: 77px;
        left: 1%; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box.left-side span.error {
            left: 0;
            top: 80px; } }
      #wrapper.pt_customer-service #main.contact-us #primary .contact-box.left-side .message-box span.error {
        position: static; }
      #wrapper.pt_customer-service #main.contact-us #primary .contact-box.right-side {
        margin-right: 0; }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box.right-side span.error {
          position: absolute;
          top: 40px;
          left: 58.6%;
          z-index: 10; }
          @media only screen and (min-width: 768px) and (max-width: 1279px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box.right-side span.error {
              position: static; } }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box.right-side span.error {
              position: static; } }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box.right-side .customSelect {
          float: right;
          width: 65.5%; }
          @media only screen and (min-width: 768px) and (max-width: 1279px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box.right-side .customSelect {
              width: 100%; } }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box.right-side .customSelect {
              width: 100%; } }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box.right-side select {
            top: 35px; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box.right-side select {
            top: 29px; } }
      #wrapper.pt_customer-service #main.contact-us #primary .contact-box .required-indicator {
        color: #666666; }
      #wrapper.pt_customer-service #main.contact-us #primary .contact-box h2 {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        position: relative;
        text-transform: uppercase;
        border-bottom: 1px solid #CCCCCC;
        padding: 32px 0;
        margin-bottom: 35px; }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box h2 .required-indicator {
          float: right;
          text-transform: uppercase;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          color: #231f20;
          font-size: 14px;
          line-height: 14px; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box h2 .required-indicator {
              position: absolute;
              right: 0;
              top: 98px; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box h2 {
            line-height: 100%;
            margin-bottom: 30px;
            padding: 32px 0 20px; } }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box h2 {
            padding: 32px 0;
            margin-bottom: 20px;
            font-size: 18px;
            line-height: 18px; } }
      #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row {
        float: left;
        width: 100%;
        margin-bottom: 22px;
        position: relative; }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row {
            margin-bottom: 16px; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row {
            margin-bottom: 29px; } }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row label {
          float: left;
          padding: 0;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          color: #666666;
          font-size: 20px;
          line-height: 36px;
          text-transform: uppercase; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row label {
              line-height: 100%;
              margin: 0 0 10px 0;
              text-align: left;
              width: 100%; } }
          @media only screen and (min-width: 768px) and (max-width: 1279px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row label {
              line-height: 34px; } }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row select,
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row input {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          color: #999999;
          font-size: 18px;
          line-height: 36px;
          border: 1px solid #CCCCCC;
          background-color: #ffffff;
          border-radius: 4px;
          padding: 13px;
          height: 41px;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          margin: 0;
          width: 220px;
          float: right; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row select.error,
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row input.error {
            border-color: #ed3024;
            background: #ffffff; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row select.valid,
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row input.valid {
            border-color: #999999;
            background: #ffffff; }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row input {
          line-height: 41px !important;
          height: 41px !important;
          padding: 0px 13px !important; }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row select {
          padding: 0;
          width: 240px; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row select {
              padding-left: 20px;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              -webkit-box-sizing: border-box;
              width: 100%; } }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.error label {
          color: #ed3024; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.error label .required-indicator {
            color: #ed3024; }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.error textarea,
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.error select,
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.error input {
          border-color: #ed3024;
          color: #ed3024; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.error textarea.valid,
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.error select.valid,
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.error input.valid {
            border-color: #CCCCCC;
            color: #999999; }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.error .error-message {
          color: #ed3024;
          border: 0;
          background: #ffffff;
          position: absolute;
          top: 43px;
          left: 58.6%;
          z-index: 11; }
          @media only screen and (min-width: 768px) and (max-width: 1279px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.error .error-message {
              left: 0;
              top: 75px; } }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.error .error-message {
              left: 0;
              top: 75px; } }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row input {
            width: 100%;
            padding-left: 4.5%;
            padding-right: 4.5%; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row select {
            width: 100%; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row label {
            width: 100%;
            text-align: left; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row input {
            width: 100%;
            padding-left: 4.5%;
            padding-right: 4.5%; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row select {
            padding-left: 20px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            width: 100%; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row label {
            width: 100%;
            text-align: left; } }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.form-row-button {
          border: none;
          padding: 35px 0;
          margin: 20px 0 35px 0;
          text-align: center;
          float: left;
          width: 100%;
          border-bottom: 1px solid #CCCCCC;
          border-top: 1px solid #CCCCCC; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.form-row-button button {
            font-family: "proxima-nova-alt", Arial, sans-serif;
            font-weight: 700;
            font-size: 16px;
            color: #ffffff;
            background: #ed3024;
            height: 44px;
            line-height: 44px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            letter-spacing: 0.05em;
            padding: 0 20px;
            text-transform: uppercase;
            border: 0; }
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.form-row-button button:hover {
              background-color: #eeeeee;
              border: 4px solid #ed3024;
              line-height: 36px;
              padding: 0 16px;
              color: #ed3024; }
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.form-row-button button:disabled {
              background-color: #eeeeee;
              color: #dddddd;
              border: none;
              padding: 0 20px;
              line-height: 44px; }
            @media only screen and (max-width: 767px) {
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.form-row-button button {
                width: 100%; } }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.form-row-button {
              margin-top: 0px;
              padding-top: 0px;
              border-top: 0;
              padding-bottom: 32px;
              margin-bottom: 20px; } }
          @media only screen and (min-width: 768px) and (max-width: 1279px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .form-row.form-row-button {
              margin-top: 13px; } }
      #wrapper.pt_customer-service #main.contact-us #primary .contact-box .message-box {
        float: left;
        width: 100%;
        margin-bottom: 14px;
        margin-top: 35px; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .message-box {
            margin-top: 0px;
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .message-box {
            margin-top: 0; } }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .message-box .required-indicator {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          color: #231f20;
          font-size: 24px;
          line-height: 24px;
          text-transform: uppercase; }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .message-box label {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          color: #231f20;
          font-size: 24px;
          line-height: 24px;
          text-transform: uppercase;
          border: 0;
          margin-bottom: 35px;
          line-height: 100%; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .message-box label {
              padding-top: 0px;
              font-size: 18px; } }
          @media only screen and (min-width: 768px) and (max-width: 1279px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .message-box label {
              padding: 0;
              margin: 9px 0 25px 0; } }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .message-box textarea {
          border: 1px solid #CCCCCC;
          margin: 0;
          padding: 3%;
          width: 93.2%;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          color: #999999;
          font-size: 18px;
          line-height: 36px;
          line-height: 100%;
          height: 285px; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .message-box textarea {
              height: 140px; } }
          @media only screen and (min-width: 768px) and (max-width: 1279px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .message-box textarea {
              padding: 19px 3%;
              height: 230px; } }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .message-box textarea.error {
            border-color: #ed3024; }
      #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone,
      #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state {
        float: left;
        width: 100%; }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row,
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state .form-row {
          width: 240px;
          float: right;
          clear: none; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row:first-child,
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state .form-row:first-child {
            width: 40%;
            float: left; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row select,
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state .form-row select {
            width: 155px; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row input,
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state .form-row input {
            width: 56%; }
          @media only screen and (min-width: 768px) and (max-width: 1279px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row,
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state .form-row {
              width: 100%; }
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row:first-child,
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state .form-row:first-child {
                width: 100%; }
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row input,
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state .form-row input {
                width: 100%; }
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row select,
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state .form-row select {
                width: 100%; }
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row label,
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state .form-row label {
                width: 100%; } }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row,
            #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state .form-row {
              width: 100%; }
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row:first-child,
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state .form-row:first-child {
                width: 100%; }
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row input,
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state .form-row input {
                width: 100%; }
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row select,
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state .form-row select {
                width: 100%; }
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row label,
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .city-state .form-row label {
                width: 100%; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row {
          width: 45%;
          margin-right: 10%; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row:first-child {
            width: 45%; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .zip-phone .form-row:last-child {
            margin-right: 0%; } }
      #wrapper.pt_customer-service #main.contact-us #primary .contact-box .content-us-info {
        float: left;
        width: 100%; }
        #wrapper.pt_customer-service #main.contact-us #primary .contact-box .content-us-info .content-asset p {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          color: #231f20;
          font-size: 14px;
          line-height: 14px;
          padding-bottom: 20px;
          margin-bottom: 20px;
          border-bottom: 1px solid #CCCCCC; }
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .content-us-info .content-asset p.mobile-contact-us {
            padding: 0;
            padding: 0 0 22px 0;
            margin: 0 0 17px 0;
            border-bottom: 1px; }
            @media only screen and (max-width: 767px) {
              #wrapper.pt_customer-service #main.contact-us #primary .contact-box .content-us-info .content-asset p.mobile-contact-us {
                margin-top: 17px; } }
      #wrapper.pt_customer-service #main.contact-us #primary .contact-box .sbSelector {
        padding-left: 18px;
        font-size: 18px;
        color: #999999;
        width: 75%; }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .sbSelector {
            width: 85%; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_customer-service #main.contact-us #primary .contact-box .sbSelector {
            width: 83%; } }
    #wrapper.pt_customer-service #main.contact-us #primary .confirmation-message {
      border: 0;
      padding: 0;
      margin: 0; }
      #wrapper.pt_customer-service #main.contact-us #primary .confirmation-message h2 {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        border: 0;
        margin: 20px 0; }
      #wrapper.pt_customer-service #main.contact-us #primary .confirmation-message p {
        text-align: left;
        padding: 0 0 22px 0;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 400;
        color: #231f20;
        font-size: 14px;
        line-height: 14px; }
  #wrapper.pt_customer-service #main.contact-us .actions {
    padding: 30px 0;
    float: left;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_customer-service #main.contact-us .actions {
        padding: 20px 0; } }
    #wrapper.pt_customer-service #main.contact-us .actions a {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #ffffff;
      background: #ed3024;
      height: 44px;
      line-height: 44px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      letter-spacing: 0.05em;
      padding: 0 20px;
      text-transform: uppercase;
      border: 0;
      height: 44px;
      display: inline-block;
      text-decoration: none; }
      #wrapper.pt_customer-service #main.contact-us .actions a:hover {
        background-color: #eeeeee;
        border: 4px solid #ed3024;
        line-height: 36px;
        padding: 0 16px;
        color: #ed3024; }
      #wrapper.pt_customer-service #main.contact-us .actions a:disabled {
        background-color: #eeeeee;
        color: #dddddd;
        border: none;
        padding: 0 20px;
        line-height: 44px; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_customer-service #main.contact-us .actions a {
          text-align: center;
          width: 100%;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-sizing: border-box; } }
      #wrapper.pt_customer-service #main.contact-us .actions a:hover {
        text-decoration: none;
        height: 36px; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_customer-service #main.contact-us .actions a:hover {
            height: 44px; } }

/*==== END Contact Us ====*/
.sbHolder {
  background-color: #ffffff;
  font-size: 1.167em;
  font-weight: normal;
  height: 34px;
  position: relative;
  width: 100%;
  /*width*/
  border: 1px solid #666666; }

.sbSelector {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #707170;
  display: block;
  height: 34px;
  left: 0;
  line-height: 34px;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: auto;
  /*width*/
  background: url(../images/interface/select-arrow.gif) no-repeat right center;
  padding: 0 7% 0 25%;
  width: 60%; }

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: #707170;
  outline: none;
  text-decoration: none; }

.sbToggle {
  display: block;
  height: 34px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  /*width*/
  outline: none;
  display: none; }

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px gray; }

.sbOptions {
  background-color: white;
  border: solid 1px #666666;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 100%;
  /*width*/
  z-index: 1;
  overflow-y: auto;
  border-top: 0;
  top: 34px !important; }
  .sbOptions li {
    border-top: solid 1px #666666; }

.sbOptions a {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 700;
  display: block;
  outline: none;
  padding: 7px 7% 7px 25%;
  color: #707170;
  font-size: 12px; }

.sbOptions a:link, .sbOptions a:visited {
  color: #707170;
  text-decoration: none; }

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #707170;
  background-color: #ffffff; }

.sbOptions li.last a {
  border-bottom: none; }

.sbOptions .sbDisabled {
  border-bottom: dotted 1px black;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px; }

.sbOptions .sbGroup {
  border-bottom: dotted 1px black;
  color: orange;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px; }

.sbOptions .sbSub {
  padding-left: 17px; }

/* -----  Global styles for Form ----- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

.bigfullwidth {
  overflow: hidden; }

li.clear {
  opacity: 0; }

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  padding-top: 0px;
  cursor: pointer;
  background: url(../images/checkbox-bg.png) no-repeat left -19px;
  line-height: 19px !important; }
  @media only screen and (max-width: 767px) {
    input[type=checkbox] + label,
    input[type=radio] + label {
      display: inline-block;
      margin-left: 0 !important;
      padding-left: 40px !important;
      background: url(../images/checkbox-bg-mobile.png) no-repeat left -30px;
      line-height: 30px !important;
      padding-bottom: 0 !important; } }

input[type=checkbox]:checked + label {
  background-position: 0 0; }

input[type="text"], input[type="password"], select, input[type="email"] {
  font-family: "proxima-nova-alt", Arial, sans-serif;
  font-weight: 400;
  line-height: 38px;
  font-size: 18px;
  height: 38px;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  color: #999999;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  input[type="text"].error, input[type="password"].error, select.error, input[type="email"].error {
    border-color: #ed3024; }

select {
  background-image: url(../images/selectDownArrow.png);
  background-repeat: no-repeat;
  background-position: 100% 50%; }

.form-row > label {
  font-family: "proxima-nova-alt", Arial, sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 20px;
  line-height: 36px;
  text-transform: uppercase; }
  .form-row > label .required-indicator {
    color: #666666; }
  .form-row > label.error {
    color: #ed3024; }
    .form-row > label.error .required-indicator {
      color: #ed3024; }
.form-row span.error {
  font-family: "proxima-nova-alt", Arial, sans-serif;
  font-weight: 400;
  color: #231f20;
  font-size: 14px;
  line-height: 14px;
  color: #ed3024;
  padding-top: 3px; }

img {
  border: 0; }

ul, ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  /*for iphone*/
  overflow-x: hidden;
  /*for iphone*/ }

/* -----  End Global styles for Form ----- */
/* -----  Global styles for Headers ----- */
#wrapper #main .header-container {
  background-color: #ffffff;
  border-bottom: 1px solid #CCCCCC; }
  #wrapper #main .header-container h1 {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    color: #231f20;
    font-size: 42px;
    line-height: 42px;
    text-transform: uppercase;
    width: 100%;
    max-width: 1136px;
    padding: 72px;
    margin: 0 auto;
    line-height: 54px; }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      #wrapper #main .header-container h1 {
        width: 960px;
        font-size: 24px;
        padding: 30px 32px;
        line-height: 24px; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      #wrapper #main .header-container h1 {
        width: 720px;
        font-size: 24px;
        padding: 25px 16px;
        line-height: 24px; } }
    @media only screen and (max-width: 767px) {
      #wrapper #main .header-container h1 {
        width: 90%;
        font-size: 24px;
        padding: 25px 5%;
        line-height: 24px; } }

/* -----  END Global styles for Headers ----- */
fieldset {
  border: 0; }

.mobile-visible {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile-visible {
      display: block; } }

.decktop-visible {
  display: block; }
  @media only screen and (max-width: 767px) {
    .decktop-visible {
      display: none; } }

.visually-hidden {
  border: none;
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  margin: -1px;
  padding: 0; }

.clear {
  clear: both;
  height: 0;
  width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

button {
  cursor: pointer; }

/* -----  Global styles for Popup ----------- */
.ui-widget-overlay {
  background-color: #000;
  opacity: 0.5;
  z-index: 200;
  position: fixed; }
  .ui-widget-overlay.open-video-overlay-top {
    z-index: 1002; }

.ui-dialog {
  background: #ffffff;
  box-sizing: border-box;
  padding: 0;
  -webkit-box-shadow: 0px 0px 20px 0px #444;
  -moz-box-shadow: 0px 0px 20px 0px #444;
  box-shadow: 0px 0px 20px 0px #444;
  z-index: 1002; }
  .ui-dialog .ui-widget-header {
    height: 40px;
    position: relative; }
  .ui-dialog .ui-dialog-titlebar {
    background: #ffffff;
    padding: 0;
    border: none; }
    .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
      display: none; }
    .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
      width: 18px;
      height: 18px;
      right: 18px;
      top: 24px;
      position: absolute;
      background: none;
      border: 0;
      padding: 0; }
      .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:focus {
        outline: none !important; }
      .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span {
        width: 18px;
        height: 18px;
        display: block;
        background: url("../images/close-icon.png") top left no-repeat;
        top: 0;
        left: 0; }
        .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span.ui-button-text {
          display: none; }
        .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span:hover {
          background: url("../images/close-icon-hover.png") top left no-repeat; }

/* -----  END Global styles for Popup ------- */
/* --------------- Social Links ------------*/
.product-set-socialLinks a {
  width: 29px;
  height: 29px;
  text-decoration: none;
  display: block;
  margin: 0 0 0 10px; }
.product-set-socialLinks .fbLink {
  float: left; }
  .product-set-socialLinks .fbLink a {
    background: url("../images/pdp_fb.png") top left no-repeat; }
.product-set-socialLinks .pinLink {
  float: left; }
  .product-set-socialLinks .pinLink a {
    background: url("../images/pdp_pint.png") top left no-repeat; }
.product-set-socialLinks .twitLink {
  float: left; }
  .product-set-socialLinks .twitLink a {
    background: url("../images/pdp_twitter.png") top left no-repeat; }
.product-set-socialLinks .tumblrLink {
  display: none; }
.product-set-socialLinks .instaLink {
  display: none; }

/*--------------------- SelectBoxes global srtyles ----------------------------------*/
.customSelect {
  font-family: "proxima-nova-alt", Arial, sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  font-size: 18px;
  color: #999999;
  padding: 9px 13px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .customSelect.error-select {
    border: 1px solid #ed3024; }

.customSelectFocus {
  outline: -webkit-focus-ring-color auto 5px; }

.customSelectInner {
  font-family: "proxima-nova-alt", Arial, sans-serif;
  font-weight: 400;
  width: 100% !important;
  background: url(../images/interface/select-arrow.gif) no-repeat right center;
  cursor: pointer; }

select {
  top: 0;
  right: 0; }

/* ------------------------------------------------------------------- */
/* ------------------------------ Header Pop up *-------------------*/
.popup-header-wrapper {
  max-height: 350px;
  min-height: 250px;
  overflow: auto; }

.popup-header {
  padding: 30px 30px 0px 30px; }

.popup-bottom {
  width: 100%;
  height: 30px; }

/* ------------------------------------------------------------------- */
/* ------------------------------ Swatches styles ---------------------*/
#footer {
  font-family: "proxima-nova-alt", Arial, sans-serif;
  font-weight: 700;
  clear: both;
  background-color: #efefef;
  font-size: 14px;
  text-align: center;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    #footer {
      background: #f7f7f7; } }
  #footer a:hover {
    text-decoration: underline; }
  #footer .toTop {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #f8f7f6;
    color: #381b08;
    font-size: 15px;
    font-weight: 300;
    padding: 47px;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      #footer .toTop {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      #footer .toTop {
        padding: 20px; } }
  #footer .menu-footer {
    float: none;
    text-align: center;
    padding: 40px 55px 35px;
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      #footer .menu-footer {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      #footer .menu-footer {
        padding: 0; } }
    #footer .menu-footer .menu-column {
      margin: 0 19px;
      width: 190px;
      color: #000000;
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      #footer .menu-footer .menu-column:first-child {
        margin-left: 0; }
      #footer .menu-footer .menu-column img {
        margin-bottom: 9px; }
      #footer .menu-footer .menu-column a {
        color: #000000;
        font-size: 14px;
        text-decoration: none;
        text-transform: capitalize; }
        @media only screen and (max-width: 767px) {
          #footer .menu-footer .menu-column a {
            font-size: 18px;
            line-height: 18px;
            color: #999999;
            text-transform: uppercase; } }
      #footer .menu-footer .menu-column .header {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #3399cc; }
      #footer .menu-footer .menu-column ul {
        margin-top: 11px;
        margin-left: 2px;
        display: block;
        text-align: left; }
        @media only screen and (max-width: 767px) {
          #footer .menu-footer .menu-column ul {
            background: #eeeeee url("../images/footer/fotter-bottom-back.png") bottom left repeat-x; } }
        #footer .menu-footer .menu-column ul li {
          padding: 0;
          color: #000000;
          font-size: 14px;
          line-height: 25px;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          font-weight: 400; }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #footer .menu-footer .menu-column {
          margin: 0 8px;
          width: 17.5%; }
          #footer .menu-footer .menu-column:first-child {
            margin-left: 0; }
          #footer .menu-footer .menu-column:last-child {
            margin-right: 0; }
          #footer .menu-footer .menu-column .header {
            font-size: 16px; }
          #footer .menu-footer .menu-column ul {
            margin-top: 16px; }
            #footer .menu-footer .menu-column ul li {
              line-height: initial;
              list-style: none inside none;
              margin: 14px 0;
              font-size: 13px;
              font-weight: 600; } }
      @media only screen and (max-width: 767px) {
        #footer .menu-footer .menu-column {
          width: 100%;
          display: block;
          margin-left: 0; }
          #footer .menu-footer .menu-column .header {
            height: auto;
            padding: 16px 15px;
            margin-bottom: 0;
            border-bottom: 0;
            border-top: 1px solid #CCCCCC;
            overflow: hidden;
            font-size: 18px;
            line-height: 18px;
            text-transform: uppercase;
            text-align: center;
            background-image: url(../images/footer/arrow.png);
            background-repeat: no-repeat;
            background-position: 96% 50%; }
          #footer .menu-footer .menu-column img {
            display: none; }
          #footer .menu-footer .menu-column ul {
            display: none;
            text-align: center;
            margin: 0;
            padding: 0; }
            #footer .menu-footer .menu-column ul li {
              list-style: none inside none;
              padding: 14px 0;
              font-size: 12px;
              line-height: 12px;
              font-family: "proxima-nova-alt", Arial, sans-serif;
              font-weight: 700;
              text-align: left;
              padding-left: 16px; } }
      @media only screen and (max-width: 767px) and (max-width: 767px) {
        #footer .menu-footer .menu-column ul li {
          border-top: 1px solid #CCCCCC;
          padding: 14px 15px;
          text-align: center;
          text-transform: uppercase; } }
      @media only screen and (max-width: 767px) {
              #footer .menu-footer .menu-column ul li:first-child {
                background: url("../images/footer/fotter-top-back.jpg") top left repeat-x; } }
      @media only screen and (max-width: 767px) {
        #footer .menu-footer .menu-column.active .header {
          background-image: url(../images/footer/arrow-down.png); }
        #footer .menu-footer .menu-column.active ul {
          display: block; } }
      @media only screen and (max-width: 767px) {
        #footer .menu-footer .menu-column .menu-column-link {
          margin: 0 auto; } }
      @media only screen and (max-width: 767px) {
        #footer .menu-footer .menu-column .menu-column-link:hover {
          cursor: pointer; } }
  #footer .bottom-legal {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-transform: capitalize;
    vertical-align: top;
    height: 110px;
    background-color: #0099CC;
    border-top: 5px solid #80cce6;
    text-align: center;
    color: #ffffff;
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      #footer .bottom-legal {
        height: auto; } }
    #footer .bottom-legal .legal-box {
      margin: 0 auto;
      display: table;
      max-width: 1280px;
      padding: 15px 72px 0;
      box-sizing: border-box;
      width: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #footer .bottom-legal .legal-box {
          padding: 10px 24px;
          font-size: 10px; } }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        #footer .bottom-legal .legal-box {
          padding: 10px 32px; }
          #footer .bottom-legal .legal-box span {
            width: 36%; } }
      @media only screen and (max-width: 767px) {
        #footer .bottom-legal .legal-box {
          padding: 20px 16px;
          height: auto; } }
      #footer .bottom-legal .legal-box .footLogo {
        float: left;
        display: inline-block;
        width: 33%;
        height: 70px;
        background-image: url(../images/footer/footerLogo.png);
        background-repeat: no-repeat;
        text-align: left;
        padding-top: 68px;
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          #footer .bottom-legal .legal-box .footLogo {
            float: none;
            display: block;
            width: 100%; } }
    #footer .bottom-legal span {
      display: table-cell;
      vertical-align: middle;
      text-align: left; }
      #footer .bottom-legal span:last-child {
        text-align: right; }
        @media only screen and (max-width: 767px) {
          #footer .bottom-legal span:last-child {
            text-align: center; } }
      @media only screen and (max-width: 767px) {
        #footer .bottom-legal span {
          display: block;
          text-align: center; } }
    #footer .bottom-legal a {
      position: relative;
      font-size: 11px;
      letter-spacing: 0.025em;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700; }
      #footer .bottom-legal a:hover {
        color: #fff; }
      @media only screen and (max-width: 767px) {
        #footer .bottom-legal a {
          display: inline-block;
          position: initial;
          top: initial;
          font-size: 10px; } }
    #footer .bottom-legal .socialLinks {
      display: inline-block;
      margin: 9px 0 20px 20px;
      float: right; }
      #footer .bottom-legal .socialLinks a {
        text-decoration: none; }
      @media only screen and (max-width: 767px) {
        #footer .bottom-legal .socialLinks {
          margin: 0 auto 12px;
          height: 44px;
          display: block;
          float: none;
          clear: both;
          text-align: center; } }
      #footer .bottom-legal .socialLinks .fbLink, #footer .bottom-legal .socialLinks .twitLink, #footer .bottom-legal .socialLinks .tumblrLink, #footer .bottom-legal .socialLinks .instaLink, #footer .bottom-legal .socialLinks .youtubeLink, #footer .bottom-legal .socialLinks .mailLink, #footer .bottom-legal .socialLinks .pinterestLink {
        width: 35px;
        height: 35px;
        margin: 10px;
        display: inline-block;
        cursor: pointer;
        float: left; }
        @media only screen and (max-width: 767px) {
          #footer .bottom-legal .socialLinks .fbLink, #footer .bottom-legal .socialLinks .twitLink, #footer .bottom-legal .socialLinks .tumblrLink, #footer .bottom-legal .socialLinks .instaLink, #footer .bottom-legal .socialLinks .youtubeLink, #footer .bottom-legal .socialLinks .mailLink, #footer .bottom-legal .socialLinks .pinterestLink {
            margin: 0 1px;
            float: none; } }
      #footer .bottom-legal .socialLinks .fbLink {
        background: url(../images/footer/socialFoot1.png) no-repeat; }
      #footer .bottom-legal .socialLinks .twitLink {
        background: url(../images/footer/socialFoot2.png) no-repeat; }
      #footer .bottom-legal .socialLinks .pinterestLink {
        background: url(../images/footer/socialFoot3.png) no-repeat; }
      #footer .bottom-legal .socialLinks .youtubeLink {
        background: url(../images/footer/socialFoot4.png) no-repeat; }
      #footer .bottom-legal .socialLinks .tumblrLink {
        background: url(../images/footer/socialFoot5.png) no-repeat; }
      #footer .bottom-legal .socialLinks .instaLink {
        background: url(../images/footer/socialFoot6.png) no-repeat; }
      #footer .bottom-legal .socialLinks .mailLink {
        background: url(../images/footer/socialFoot7.png) no-repeat; }
      #footer .bottom-legal .socialLinks .social-links {
        display: block;
        top: 0;
        left: 0;
        width: 35px;
        height: 35px; }
        #footer .bottom-legal .socialLinks .social-links:hover {
          text-decoration: none; }

/* -----  Header styles ----- */
.header-top-banner {
  background: #0099CC;
  text-align: center;
  width: 100%; }
  .header-top-banner p {
    margin: 0;
    padding: 7px 0;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700; }
    .header-top-banner p.upper {
      text-transform: uppercase; }
    .header-top-banner p.bold {
      font-weight: bold; }
    .header-top-banner p a {
      text-decoration: none; }
      .header-top-banner p a:hover {
        text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .header-top-banner {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header-top-banner {
      display: none; } }
  .header-top-banner a {
    color: #ffffff;
    text-decoration: none; }
  .header-top-banner .textupper {
    text-transform: uppercase; }
  .header-top-banner .textlower {
    text-transform: lowercase; }
  .header-top-banner .textbold {
    font-weight: bold; }
  .header-top-banner .textnonbold {
    font-weight: normal; }

.header-wrapper {
  margin: 0 auto;
  max-width: 1136px;
  background: #ffffff; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .header-wrapper {
      width: 960px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header-wrapper {
      width: 720px; } }
  @media only screen and (max-width: 767px) {
    .header-wrapper {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 5%; } }
  .header-wrapper .primary-logo {
    float: left;
    padding: 0;
    margin: 0; }
    .header-wrapper .primary-logo a {
      display: block; }
      .header-wrapper .primary-logo a img {
        vertical-align: top;
        display: block;
        height: 44px; }
    .header-wrapper .primary-logo.mobile-logo {
      float: left;
      display: none;
      margin: 0 auto;
      padding: 15px 0;
      width: 130px;
      margin-left: 50px;
      position: relative;
      top: 5px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .header-wrapper .primary-logo.mobile-logo {
          display: block; } }
      @media only screen and (max-width: 767px) {
        .header-wrapper .primary-logo.mobile-logo {
          display: block; } }
    .header-wrapper .primary-logo.desktop-logo img {
      width: 180px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header-wrapper .primary-logo.desktop-logo {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .header-wrapper .primary-logo.desktop-logo {
        display: none; } }
  .header-wrapper .header-wrapper-right {
    float: right; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header-wrapper .header-wrapper-right {
        border: 0;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 29px;
        right: 0; } }
    @media only screen and (max-width: 767px) {
      .header-wrapper .header-wrapper-right {
        border: 0;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 29px;
        right: 0; } }
    .header-wrapper .header-wrapper-right ul {
      padding: 0;
      margin: 0; }
      .header-wrapper .header-wrapper-right ul .menu-utility-toplvl:hover {
        color: #00afd9;
        text-decoration: none; }
      .header-wrapper .header-wrapper-right ul li {
        float: left;
        margin-right: 14px;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #666666;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 400;
        padding-top: 6px;
        font-size: 11px; }
        .header-wrapper .header-wrapper-right ul li span {
          font-size: 11px; }
        .header-wrapper .header-wrapper-right ul li a {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          color: #666666;
          font-size: 14px;
          line-height: 14px;
          text-transform: uppercase;
          text-decoration: none;
          font-weight: 400;
          font-size: 11px; }
          .header-wrapper .header-wrapper-right ul li a .sign-out {
            color: #00aedb; }
          .header-wrapper .header-wrapper-right ul li a:hover {
            text-decoration: underline; }
        .header-wrapper .header-wrapper-right ul li:first-child {
          margin-left: 14px; }
        .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper {
          position: absolute;
          z-index: 101;
          left: 0;
          width: 342px;
          border: 4px solid #ededed;
          border-radius: 6px;
          display: none;
          background-color: white; }
          .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .login-box {
            text-align: center; }
            .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .login-box label {
              display: none; }
            .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .login-box .section-header {
              margin: 20px 0;
              color: #00afd9;
              font-size: 14px;
              font-weight: bold; }
            .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .login-box .form-row {
              margin-bottom: 20px; }
              .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .login-box .form-row input {
                width: 80%; }
            .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .login-box .form-row.pass_empty {
              position: relative; }
              .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .login-box .form-row.pass_empty input {
                position: relative;
                z-index: 11;
                background-color: transparent; }
            .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .login-box .form-row.pass_empty:after {
              display: block;
              content: "password";
              top: 0;
              left: 34px;
              position: absolute;
              font-family: "proxima-nova-alt",Arial,sans-serif;
              font-weight: 400;
              line-height: 38px;
              font-size: 18px;
              color: #999;
              -moz-appearance: none;
              text-transform: none;
              z-index: 10; }
            .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .login-box .form-row-button button {
              font-family: "proxima-nova-alt",Arial,sans-serif;
              font-weight: 700;
              font-size: 16px;
              color: #FFF;
              background: #09C none repeat scroll 0% 0%;
              height: 44px;
              line-height: 44px;
              border-radius: 4px;
              letter-spacing: 0.05em;
              padding: 0px 20px;
              text-transform: uppercase;
              border: 0px none;
              width: 88%; }
            .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .login-box .form-row-button button:hover {
              background-color: #D8F5FF;
              border: 4px solid #09C;
              padding: 0px 16px;
              line-height: 36px;
              color: #09C; }
            .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .login-box .account-login-bottom-right label {
              display: block;
              width: 120px;
              margin-left: 85px;
              margin-top: 10px;
              font-size: 18px;
              text-transform: none; }
            .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .login-box .account-login-bottom-right input {
              width: auto; }
            .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .login-box .account-login-bottom-right #dwfrm_login_rememberme {
              display: none; }
          .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .topmenu_account_links {
            text-align: left;
            padding: 5% 8%; }
            .header-wrapper .header-wrapper-right ul li.topmenu_account .topmenu_account_wrapper .topmenu_account_links a {
              color: #666666;
              font-size: 15px;
              text-transform: capitalize;
              margin-bottom: 10px;
              display: block; }
        .header-wrapper .header-wrapper-right ul li.topmenu_account:hover .topmenu_account_wrapper {
          display: block; }
      .header-wrapper .header-wrapper-right ul.menu-utility-user {
        float: right; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .header-wrapper .header-wrapper-right ul.menu-utility-user {
            display: none; } }
        @media only screen and (max-width: 767px) {
          .header-wrapper .header-wrapper-right ul.menu-utility-user {
            display: none; } }
      .header-wrapper .header-wrapper-right ul.menu-utility {
        float: right;
        background-color: #ededed;
        padding: 0px 0px 5px 8px;
        border-radius: 0 0 5px 5px; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .header-wrapper .header-wrapper-right ul.menu-utility {
            display: none; } }
        @media only screen and (max-width: 767px) {
          .header-wrapper .header-wrapper-right ul.menu-utility {
            display: none; } }
        .header-wrapper .header-wrapper-right ul.menu-utility li:first-child {
          margin-left: 0px !important; }
    .header-wrapper .header-wrapper-right .header-wrapper-left-bottom {
      float: left;
      text-align: right;
      /*border-right: 1px solid $lighter-grey;*/ }
      .header-wrapper .header-wrapper-right .header-wrapper-left-bottom .header-line {
        padding: 6px 0 0px 0px;
        width: 100%;
        margin-bottom: 6px;
        height: 1px;
        border-bottom: 1px solid #CCCCCC;
        clear: right;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .header-wrapper .header-wrapper-right .header-wrapper-left-bottom {
          border: 0; } }
      @media only screen and (max-width: 767px) {
        .header-wrapper .header-wrapper-right .header-wrapper-left-bottom {
          border: 0; } }
      .header-wrapper .header-wrapper-right .header-wrapper-left-bottom ul {
        list-style: none;
        position: relative; }
    .header-wrapper .header-wrapper-right #mini-cart {
      float: left; }
      @media screen and (min-width: 1024px) {
        .header-wrapper .header-wrapper-right #mini-cart {
          position: absolute;
          right: 6px;
          top: 33px; } }
      .header-wrapper .header-wrapper-right #mini-cart .mini-cart-total {
        height: 15px;
        position: relative;
        z-index: 100;
        margin: 15px 0 0 15px; }
        .header-wrapper .header-wrapper-right #mini-cart .mini-cart-total .mini-cart-link,
        .header-wrapper .header-wrapper-right #mini-cart .mini-cart-total .mini-cart-empty {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          color: #00aedb;
          font-size: 18px;
          line-height: 18px;
          text-transform: uppercase;
          color: #0099CC;
          line-height: 15px;
          padding-left: 25px;
          background: url("../images/header/minicart.png") top left no-repeat;
          display: block; }
          @media only screen and (max-width: 767px) {
            .header-wrapper .header-wrapper-right #mini-cart .mini-cart-total .mini-cart-link,
            .header-wrapper .header-wrapper-right #mini-cart .mini-cart-total .mini-cart-empty {
              position: absolute;
              background: none;
              top: -17px;
              left: -12px;
              padding: 0;
              width: 45px;
              text-align: center;
              font-size: 14px; } }
          @media only screen and (min-width: 768px) and (max-width: 1023px) {
            .header-wrapper .header-wrapper-right #mini-cart .mini-cart-total .mini-cart-link,
            .header-wrapper .header-wrapper-right #mini-cart .mini-cart-total .mini-cart-empty {
              position: absolute;
              background: none;
              top: -17px;
              left: -12px;
              padding: 0;
              width: 45px;
              text-align: center;
              font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .header-wrapper .header-wrapper-right #mini-cart .mini-cart-total {
            margin: 0px;
            background: url("../images/header/minicart.png") top left no-repeat;
            position: absolute;
            width: 25px;
            height: 20px;
            top: 20px;
            left: 12px; } }
        @media only screen and (max-width: 767px) {
          .header-wrapper .header-wrapper-right #mini-cart .mini-cart-total {
            margin: 0px;
            background: url("../images/header/minicart.png") top left no-repeat;
            position: absolute;
            width: 25px;
            height: 20px;
            top: 20px;
            left: 12px; } }
      @media only screen and (max-width: 767px) {
        .header-wrapper .header-wrapper-right #mini-cart {
          padding: 0px;
          width: 45px;
          height: 45px;
          border: 1px solid #CCCCCC;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          position: relative;
          top: -18px; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .header-wrapper .header-wrapper-right #mini-cart {
          padding: 0px;
          width: 45px;
          height: 45px;
          border: 1px solid #CCCCCC;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          position: relative;
          top: -18px; } }
  .header-wrapper #navigation {
    float: none;
    padding: 0;
    margin: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header-wrapper #navigation {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .header-wrapper #navigation {
        display: none; } }
    .header-wrapper #navigation ul.level-1 {
      margin: 0;
      word-spacing: -4px;
      list-style: none; }
      .header-wrapper #navigation ul.level-1 li {
        transition: 0.3s all ease;
        float: none;
        display: inline-block;
        position: static; }
        .header-wrapper #navigation ul.level-1 li.toplevel-li.first a {
          position: relative; }
        .header-wrapper #navigation ul.level-1 li.toplevel-li.first > a:after {
          content: "";
          display: block;
          width: 45px;
          height: 44px;
          background-color: transparent;
          position: absolute;
          top: 0;
          left: -40px; }
        .header-wrapper #navigation ul.level-1 li div.level-2 {
          display: none;
          position: absolute;
          top: 83px;
          z-index: 10; }
          .header-wrapper #navigation ul.level-1 li div.level-2:hover, .header-wrapper #navigation ul.level-1 li div.level-2:focus {
            display: block; }
          .header-wrapper #navigation ul.level-1 li div.level-2 .menu-wrapper-no-back {
            background-color: transparent;
            display: block;
            position: absolute;
            height: 40px;
            width: 100%;
            top: -15px; }
          .header-wrapper #navigation ul.level-1 li div.level-2 .menu-wrapper-back {
            box-shadow: 0px 1px 10px grey inset;
            width: 100%;
            background: #ffffff;
            min-height: 213px;
            border-bottom: 1px solid #CCCCCC; }
          .header-wrapper #navigation ul.level-1 li div.level-2 .menu-wrapper {
            max-width: 1136px;
            margin: 0 auto; }
            @media only screen and (min-width: 1024px) and (max-width: 1279px) {
              .header-wrapper #navigation ul.level-1 li div.level-2 .menu-wrapper {
                width: 960px; } }
            .header-wrapper #navigation ul.level-1 li div.level-2 .menu-wrapper .custom {
              float: left;
              padding: 27px 45px 0 0; }
            .header-wrapper #navigation ul.level-1 li div.level-2 .menu-wrapper .flyoutmenu_assets {
              margin-top: 20px; }
              .header-wrapper #navigation ul.level-1 li div.level-2 .menu-wrapper .flyoutmenu_assets .flyoutmenu_asset {
                display: block;
                width: 33.3%;
                vertical-align: top;
                float: left;
                margin-bottom: 20px; }
          .header-wrapper #navigation ul.level-1 li div.level-2 .level-3 {
            display: block; }
            .header-wrapper #navigation ul.level-1 li div.level-2 .level-3 ul {
              padding: 0 !important; }
              .header-wrapper #navigation ul.level-1 li div.level-2 .level-3 ul li {
                display: block !important; }
                .header-wrapper #navigation ul.level-1 li div.level-2 .level-3 ul li a {
                  color: #666666 !important;
                  text-transform: capitalize !important; }
          .header-wrapper #navigation ul.level-1 li div.level-2 ul {
            float: left;
            padding: 25px 0 0 0; }
            .header-wrapper #navigation ul.level-1 li div.level-2 ul.level-2 li {
              display: block;
              float: none;
              padding-left: 0; }
              .header-wrapper #navigation ul.level-1 li div.level-2 ul.level-2 li a {
                padding-bottom: 9px;
                margin-top: 9px;
                padding-left: 0;
                font-family: "proxima-nova-alt", Arial, sans-serif;
                font-weight: 700;
                color: #666666;
                font-size: 14px;
                line-height: 14px;
                text-transform: uppercase;
                text-transform: none; }
                .header-wrapper #navigation ul.level-1 li div.level-2 ul.level-2 li a:hover {
                  border: 0;
                  padding-bottom: 9px;
                  text-decoration: underline !important; }
              .header-wrapper #navigation ul.level-1 li div.level-2 ul.level-2 li.last {
                background: none;
                margin-left: 0; }
              .header-wrapper #navigation ul.level-1 li div.level-2 ul.level-2 li.multiple {
                display: inline-block;
                float: none;
                padding-left: 0;
                width: 222px;
                margin: 0px;
                vertical-align: top; }
                @media screen and (max-width: 1300px) {
                  .header-wrapper #navigation ul.level-1 li div.level-2 ul.level-2 li.multiple {
                    max-width: 180px; } }
                .header-wrapper #navigation ul.level-1 li div.level-2 ul.level-2 li.multiple a {
                  color: #189aca;
                  text-transform: uppercase;
                  margin-left: 0; }
        .header-wrapper #navigation ul.level-1 li a {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          color: #666666;
          font-size: 20px;
          line-height: 20px;
          text-transform: uppercase;
          text-decoration: none;
          display: block;
          padding-left: 0px;
          margin-left: 17px;
          font-size: 18px; }
          .header-wrapper #navigation ul.level-1 li a:hover span {
            text-decoration: underline !important; }
          @media only screen and (min-width: 1024px) and (max-width: 1279px) {
            .header-wrapper #navigation ul.level-1 li a {
              margin-left: 14px; } }
        .header-wrapper #navigation ul.level-1 li a.level-1 {
          transition-property: color, border-bottom;
          transition-duration: 0.8s;
          height: 34px;
          border-bottom: 4px solid #fff;
          text-decoration: none;
          font-size: 16px; }
        .header-wrapper #navigation ul.level-1 li.toplevel-li:hover a.level-1 + div.level-2, .header-wrapper #navigation ul.level-1 li.toplevel-li:focus a.level-1 + div.level-2 {
          display: block; }
        .header-wrapper #navigation ul.level-1 li:first-child a {
          padding-left: 0; }
        .header-wrapper #navigation ul.level-1 li.last a {
          padding-left: 2px; }
      .header-wrapper #navigation ul.level-1 li.toplevel-li {
        margin-top: 20px;
        word-spacing: 0px;
        padding-left: 6px;
        /*fix for webkit/blink*/
        margin-left: -6px;
        /*fix for webkit/blink*/ }
        @media screen and (max-width: 1300px) {
          .header-wrapper #navigation ul.level-1 li.toplevel-li a {
            font-size: 14px; } }
        .header-wrapper #navigation ul.level-1 li.toplevel-li:hover a.level-1 {
          transition-property: color, border-bottom;
          transition-duration: 0.2s;
          border-bottom: 4px solid #1cafda;
          color: #1cafda; }
  .header-wrapper #openSearch {
    width: 100%;
    height: 100%;
    background: url("../images/header/search.png") center no-repeat;
    cursor: pointer;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header-wrapper #openSearch {
        width: 100%;
        height: 100%;
        background: url("../images/header/search-mobile.png") center no-repeat; } }
    @media only screen and (max-width: 767px) {
      .header-wrapper #openSearch {
        background: url("../images/header/search-mobile.png") center no-repeat;
        width: 100%;
        height: 100%; } }
  .header-wrapper .openSearchInner {
    position: absolute;
    bottom: -65px;
    right: 0;
    background: #0099CC;
    z-index: 11;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header-wrapper .openSearchInner {
        bottom: 9px;
        right: 57px;
        margin: 0;
        width: 45px;
        height: 45px;
        background: none;
        border: 1px solid #CCCCCC;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; } }
    @media only screen and (max-width: 767px) {
      .header-wrapper .openSearchInner {
        bottom: 9px;
        right: 57px;
        margin: 0;
        width: 45px;
        height: 45px;
        background: none;
        border: 1px solid #CCCCCC;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; } }
    @media screen and (min-width: 1024px) {
      .header-wrapper .openSearchInner {
        display: none !important; } }
  .header-wrapper .header-wrapper-relative {
    position: relative; }
  .header-wrapper .hamburger {
    width: 46px;
    height: 46px;
    background: url("../images/header/menuicon.png") top left no-repeat;
    display: none; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header-wrapper .hamburger {
        display: block;
        position: absolute;
        top: 12px;
        left: 0; } }
    @media only screen and (max-width: 767px) {
      .header-wrapper .hamburger {
        display: block;
        position: absolute;
        top: 12px;
        left: 0; } }

#header {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  position: relative;
  z-index: 100; }
  #header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100; }
    #header.sticky .header-wrapper #navigation div.level-2 {
      top: 83px; }
  #header .header-search {
    display: none; }
  @media only screen and (max-width: 767px) {
    #header {
      height: 70px; } }

.utility-nav {
  display: none; }

/* -------------------------------- Mobile Menu -------------------------------*/
#wrapper {
  background: #ffffff;
  /* ---------------- Header Search Container  ---------------------*/
  /* ----------------------------- End ----------------------------*/ }
  #wrapper.menuOpen {
    left: 100%;
    margin-left: -80px;
  /*width: 80px;
  max-width: 100%;
  overflow: hidden;
  .header-wrapper-right,
  .openSearchInner{
	  display: none; 
  }*/ }
    #wrapper.menuOpen #header {
      left: 0px;
      top: 0px;
      position: relative !important; }
      #wrapper.menuOpen #header #headerDiv {
        padding: 0px 20px; }
  @media only screen and (max-width: 767px) {
    #wrapper {
      position: relative;
      left: 0px;
      z-index: 100;
      -webkit-box-shadow: 0px 0px 24px 0px #000000;
      -moz-box-shadow: 0px 0px 24px 0px #000000;
      box-shadow: 0px 0px 24px 0px #000000;
      transition: all 0.3s ease; }
      #wrapper.menuOpen {
        left: 100%;
        margin-left: -80px; }
        #wrapper.menuOpen #header {
          left: 0px;
          top: 0px;
          position: relative !important; }
          #wrapper.menuOpen #header #headerDiv {
            padding: 0px 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #wrapper {
      position: relative;
      left: 0px;
      z-index: 100;
      -webkit-box-shadow: 0px 0px 24px 0px #000000;
      -moz-box-shadow: 0px 0px 24px 0px #000000;
      box-shadow: 0px 0px 24px 0px #000000;
      transition: all 0.3s ease; }
      #wrapper.menuOpen {
        left: 260px;
        margin-left: 0px; }
        #wrapper.menuOpen #header {
          left: 0px;
          top: 0px;
          position: relative !important; }
          #wrapper.menuOpen #header #headerDiv {
            padding: 0px 20px;
            width: 100%; } }
  #wrapper .header-search {
    position: absolute;
    background: #f2f2f2;
    width: 100%;
    z-index: 9;
    border-bottom: 1px solid #CCCCCC; }
    @media screen and (min-width: 1024px) {
      #wrapper .header-search {
        display: block !important; } }
    #wrapper .header-search .search-suggestion-wrapper,
    #wrapper .header-search .search-suggestion-wrapper-full {
      width: 724px;
      background-color: white;
      right: 0px;
      position: absolute; }
      @media only screen and (max-width: 767px) {
        #wrapper .header-search .search-suggestion-wrapper,
        #wrapper .header-search .search-suggestion-wrapper-full {
          display: none !important; } }
      #wrapper .header-search .search-suggestion-wrapper .search-suggestion-left-panel,
      #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-left-panel {
        display: inline-block;
        width: 250px;
        float: right;
        padding-top: 2px; }
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-left-panel .search-suggestion-left-panel-hitgroup-header,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-left-panel .search-suggestion-left-panel-hitgroup-header {
          text-align: left;
          color: #a1a3a7;
          font-weight: bold;
          font-family: "proxima-nova-alt",Arial,sans-serif;
          font-size: 16px;
          text-transform: uppercase;
          padding: 20px 0px 5px 0px; }
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-left-panel .search-suggestion-left-panel-hitgroup a,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-left-panel .search-suggestion-left-panel-hitgroup a {
          color: #43aeda;
          text-decoration: none;
          font-weight: bold;
          font-family: "proxima-nova-alt",Arial,sans-serif;
          font-size: 16px; }
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-left-panel .search-suggestion-left-panel-hit,
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-left-panel .search-suggestion-left-panel-hitgroup-link,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-left-panel .search-suggestion-left-panel-hit,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-left-panel .search-suggestion-left-panel-hitgroup-link {
          margin: 8px 0px;
          display: block; }
      #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel,
      #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel {
        display: inline-block;
        width: 440px;
        float: left;
        padding-top: 8px;
        margin-left: 16px;
        font-family: "proxima-nova-alt",Arial,sans-serif; }
      #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product,
      #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product-last,
      #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product,
      #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product-last {
        width: 140px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-size: 10px;
        text-transform: uppercase;
        color: #266098;
        font-weight: bold; }
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product a,
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product-last a,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product a,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product-last a {
          color: #266098;
          text-decoration: none; }
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product .search-suggestion-right-panel-product-image img,
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product-last .search-suggestion-right-panel-product-image img,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product .search-suggestion-right-panel-product-image img,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product-last .search-suggestion-right-panel-product-image img {
          width: 140px;
          border: 3px solid transparent;
          border-radius: 4px; }
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product .search-suggestion-right-panel-product-name,
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product-last .search-suggestion-right-panel-product-name,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product .search-suggestion-right-panel-product-name,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product-last .search-suggestion-right-panel-product-name {
          padding: 0 10px; }
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product:hover img,
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product-last:hover img,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product:hover img,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product-last:hover img {
          border: 3px solid #43aeda; }
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product .basic-price,
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product-last .basic-price,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product .basic-price,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product-last .basic-price {
          text-decoration: line-through; }
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product .sell-price,
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product-last .sell-price,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product .sell-price,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product-last .sell-price {
          color: #ED3024; }
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product .product-standard-price,
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product-last .product-standard-price,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product .product-standard-price,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product-last .product-standard-price {
          text-decoration: line-through;
          color: #000000; }
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product .promotional-message,
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product-last .promotional-message,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product .promotional-message,
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product-last .promotional-message {
          color: #ed3024; }
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product .search-suggestion-right-panel-product-price span:nth-child(2),
        #wrapper .header-search .search-suggestion-wrapper .search-suggestion-right-panel-product-last .search-suggestion-right-panel-product-price span:nth-child(2),
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product .search-suggestion-right-panel-product-price span:nth-child(2),
        #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-right-panel-product-last .search-suggestion-right-panel-product-price span:nth-child(2) {
          color: #ed3024; }
      #wrapper .header-search .search-suggestion-wrapper .search-suggestion-showmore,
      #wrapper .header-search .search-suggestion-wrapper-full .search-suggestion-showmore {
        display: block;
        margin: 16px auto;
        padding: 0px 130px;
        height: 44px;
        background-color: #43aeda;
        border: medium none;
        border-radius: 5px;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        font-family: "proxima-nova-alt",Arial,sans-serif;
        font-size: 16px; }
      #wrapper .header-search .search-suggestion-wrapper a.search-suggestion-showmore,
      #wrapper .header-search .search-suggestion-wrapper-full a.search-suggestion-showmore {
        text-align: center;
        line-height: 2.8em;
        text-decoration: none; }
      #wrapper .header-search .search-suggestion-wrapper .search-phrase-suggestion,
      #wrapper .header-search .search-suggestion-wrapper-full .search-phrase-suggestion {
        text-align: center;
        color: #a1a3a7;
        font-weight: bold;
        font-family: "proxima-nova-alt",Arial,sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        padding: 14px; }
        #wrapper .header-search .search-suggestion-wrapper .search-phrase-suggestion a,
        #wrapper .header-search .search-suggestion-wrapper-full .search-phrase-suggestion a {
          text-decoration: none;
          color: #272425; }
      #wrapper .header-search .search-suggestion-wrapper .search-phrase-question,
      #wrapper .header-search .search-suggestion-wrapper-full .search-phrase-question {
        display: none; }
    #wrapper .header-search .header-search-inner {
      max-width: 1136px;
      margin: 0 auto;
      padding: 5px 0 10px 0; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper .header-search .header-search-inner {
          width: 720px; } }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        #wrapper .header-search .header-search-inner {
          width: 960px; } }
      @media only screen and (max-width: 767px) {
        #wrapper .header-search .header-search-inner {
          padding: 0px 5% 10px 5%;
          width: 100%;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
      @media screen and (min-width: 1024px) {
        #wrapper .header-search .header-search-inner {
          padding: 0;
          height: 0;
          position: relative; } }
      #wrapper .header-search .header-search-inner #suggestions {
        font-family: "Raleway", Arial, sans-serif;
        font-weight: 800;
        width: 100%;
        cursor: pointer;
        display: none;
        position: initial;
        margin-left: 116px;
        z-index: 8184;
        padding: 0; }
        @media screen and (min-width: 1024px) {
          #wrapper .header-search .header-search-inner #suggestions {
            background-color: white;
            width: 500px !important;
            padding-left: 20px;
            padding-bottom: 20px;
            position: absolute;
            top: 0 !important;
            right: 0 !important;
            left: auto !important; } }
        @media only screen and (max-width: 767px) {
          #wrapper .header-search .header-search-inner #suggestions {
            margin-left: 0; } }
        #wrapper .header-search .header-search-inner #suggestions > div {
          clear: both;
          overflow: hidden;
          white-space: nowrap;
          padding: 8px 0; }
          @media only screen and (max-width: 767px) {
            #wrapper .header-search .header-search-inner #suggestions > div {
              padding: 8px 0; } }
          #wrapper .header-search .header-search-inner #suggestions > div div.suggestionterm {
            float: left;
            overflow: hidden;
            width: 80%;
            font-size: 13px;
            line-height: 15px;
            text-transform: uppercase; }
            @media only screen and (max-width: 767px) {
              #wrapper .header-search .header-search-inner #suggestions > div div.suggestionterm {
                width: 100%; } }
          #wrapper .header-search .header-search-inner #suggestions > div span.hits {
            float: right;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            text-align: right;
            width: 19%; }
            @media only screen and (max-width: 767px) {
              #wrapper .header-search .header-search-inner #suggestions > div span.hits {
                display: none; } }
      #wrapper .header-search .header-search-inner .search-submit {
        width: 31px;
        height: 31px;
        float: right;
        text-indent: -999em;
        position: relative;
        top: 0;
        background: url("../images/header/go.png") center bottom no-repeat;
        border: 0 !important;
        cursor: pointer;
        box-sizing: content-box;
        padding: 7px 15px 0 15px; }
        @media only screen and (max-width: 767px) {
          #wrapper .header-search .header-search-inner .search-submit {
            width: 21px;
            height: 21px;
            background: url("../images/header/go-mobile.png") center bottom no-repeat;
            top: 11px;
            padding: 0 10px 0 10px; } }
        @media screen and (min-width: 1024px) {
          #wrapper .header-search .header-search-inner .search-submit {
            background-color: #09c;
            text-indent: 0;
            color: white;
            background-image: none;
            height: 29px;
            padding: 0;
            width: 67px;
            border-radius: 0 10% 10% 0 !important;
            -webkit-appearance: none;
            -webkit-border-radius: 0; } }
        @media screen and (min-width: 1024px) and (max-width: 1300px) {
          #wrapper .header-search .header-search-inner .search-submit {
            width: 50px; } }
      #wrapper .header-search .header-search-inner .closeBtn {
        float: right;
        width: 28px;
        height: 27px;
        float: right;
        border: 0;
        padding: 0;
        text-indent: -999em;
        position: relative;
        top: 10px;
        background: url("../images/header/search_close.png") top left no-repeat;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          #wrapper .header-search .header-search-inner .closeBtn {
            width: 18px;
            height: 19px;
            background: url("../images/header/search_close-mobile.png") top left no-repeat;
            top: 12px; } }
        @media screen and (min-width: 1024px) {
          #wrapper .header-search .header-search-inner .closeBtn {
            display: none; } }
      #wrapper .header-search .header-search-inner .search-line {
        border-left: 1px solid #CCCCCC;
        height: 36px;
        width: 1px;
        margin: 0 10px 0 0;
        position: relative;
        top: 5px;
        float: right; }
        @media only screen and (max-width: 767px) {
          #wrapper .header-search .header-search-inner .search-line {
            height: 30px;
            margin: 0 10px 0 0; } }
        @media screen and (min-width: 1024px) {
          #wrapper .header-search .header-search-inner .search-line {
            display: none; } }
      #wrapper .header-search .header-search-inner input {
        width: 80%;
        float: left;
        background: none;
        border: 0;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        border-bottom: 2px solid #00aedb !important;
        height: 35px;
        margin-top: 0px;
        padding: 0;
        text-transform: uppercase;
        outline: none;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important; }
        #wrapper .header-search .header-search-inner input:focus {
          outline: none; }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper .header-search .header-search-inner input {
            width: 76%; } }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          #wrapper .header-search .header-search-inner input {
            width: 69%; } }
        @media only screen and (max-width: 767px) {
          #wrapper .header-search .header-search-inner input {
            width: 44%;
            font-size: 18px;
            height: 30px; } }
        @media screen and (min-width: 440px) and (max-width: 600px) {
          #wrapper .header-search .header-search-inner input {
            width: 59%; } }
        @media screen and (min-width: 600px) and (max-width: 767px) {
          #wrapper .header-search .header-search-inner input {
            width: 67%; } }
        @media screen and (min-width: 1024px) {
          #wrapper .header-search .header-search-inner input {
            width: 177px;
            float: right;
            margin-top: -43px;
            margin-right: 60px;
            border: 1px solid #d9d5d2;
            border-bottom: 1px solid #d9d5d2 !important;
            border-radius: 3px !important;
            height: 27px;
            font-size: 14px;
            text-transform: none;
            color: #9d9a99;
            padding: 0 68px 0 10px; } }
        @media screen and (min-width: 1024px) and (max-width: 1300px) {
          #wrapper .header-search .header-search-inner input {
            width: 100px;
            padding: 0 50px 0 10px; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #wrapper .header-search .header-search-inner input {
          line-height: 35px; } }
  @media only screen and (-ms-high-contrast: active) and (max-width: 767px), only screen and (-ms-high-contrast: none) and (max-width: 767px) {
    #wrapper .header-search .header-search-inner input {
      line-height: 30px; } }

      #wrapper .header-search .header-search-inner label {
        float: left;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        position: relative;
        top: 6px;
        padding-right: 20px;
        padding-bottom: 5px;
        border-bottom: 2px solid #00aedb; }
        @media only screen and (max-width: 767px) {
          #wrapper .header-search .header-search-inner label {
            font-size: 18px;
            line-height: 18px;
            padding: 0px 15px 6px 0px;
            top: 6px; } }
        @media screen and (min-width: 1024px) {
          #wrapper .header-search .header-search-inner label {
            display: none; } }

.utility-nav {
  box-sizing: border-box;
  display: block;
  background: #fff;
  left: 0;
  min-height: 100%;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  /*padding-right: 80px;*/
  /*} */ }
  @media only screen and (max-width: 767px) {
    .utility-nav {
      width: 100%;
      padding-right: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .utility-nav {
      width: 260px; }
      .utility-nav .mobile-top a {
        max-width: 80%; } }
  .utility-nav.utility-nav-visible {
    display: block; }
  .utility-nav .utility-nav-wrapper {
    width: 100%;
    text-transform: none; }
    .utility-nav .utility-nav-wrapper .logo {
      padding: 17px;
      margin-top: 25px;
      border-bottom: 1px solid #CCCCCC;
      width: 100%;
      display: none;
      font-family: "Lato", Arial, sans-serif;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 0em;
      color: #707170;
      line-height: 100%;
      text-transform: uppercase;
      text-decoration: none;
      color: #0099CC;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .utility-nav .utility-nav-wrapper ul {
      list-style: none;
      margin: 0;
      width: 100%;
      padding: 0; }
      .utility-nav .utility-nav-wrapper ul li {
        border-bottom: 1px solid #CCCCCC;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #eeeeee;
        position: relative; }
        .utility-nav .utility-nav-wrapper ul li.active {
          background-color: #3eacd9; }
          .utility-nav .utility-nav-wrapper ul li.active .mobile-arrow {
            background: url("../images/header/mobile-menu-arrows2.png") 0 -11px no-repeat !important; }
        .utility-nav .utility-nav-wrapper ul li a {
          display: inline-block;
          padding: 17px 0 18px 16px;
          text-decoration: none;
          font-family: "Lato", Arial, sans-serif;
          font-weight: 700;
          font-size: 13px;
          letter-spacing: 0em;
          color: #707170;
          line-height: 100%;
          text-transform: uppercase;
          width: 100%;
          text-transform: none; }
        .utility-nav .utility-nav-wrapper ul li .mobile-arrow {
          position: relative;
          top: 5px;
          display: inline-block;
          width: 17px;
          height: 11px;
          background: url("../images/header/mobile-menu-arrows.jpg") 0 0 no-repeat;
          cursor: pointer; }
          @media only screen and (max-width: 767px) {
            .utility-nav .utility-nav-wrapper ul li .mobile-arrow {
              position: absolute;
              top: 17px;
              right: 18px; } }
        .utility-nav .utility-nav-wrapper ul li ul.level-2 {
          display: none;
          padding: 0;
          background: #eeeeee; }
          .utility-nav .utility-nav-wrapper ul li ul.level-2 li {
            background: #eeeeee;
            border: 0;
            border-top: 1px solid #CCCCCC;
            position: relative; }
            .utility-nav .utility-nav-wrapper ul li ul.level-2 li a {
              font-family: "Lato", Arial, sans-serif;
              font-weight: 700;
              font-size: 11px;
              letter-spacing: 0.05em;
              color: #231f20;
              line-height: 30px;
              text-transform: uppercase;
              padding: 14px 0 14px 16px;
              width: 100%;
              line-height: 11px;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              text-transform: none; }
            .utility-nav .utility-nav-wrapper ul li ul.level-2 li .mobile-arrow {
              background: url("../images/header/mobile-menu-arrows.jpg") 0 0 no-repeat !important; }
            .utility-nav .utility-nav-wrapper ul li ul.level-2 li ul.level-3 {
              display: none; }
              .utility-nav .utility-nav-wrapper ul li ul.level-2 li ul.level-3 li {
                border: none; }
                .utility-nav .utility-nav-wrapper ul li ul.level-2 li ul.level-3 li a {
                  color: #707170;
                  padding-left: 30px;
                  text-transform: none; }
            .utility-nav .utility-nav-wrapper ul li ul.level-2 li.multiple .mobile-arrow {
              position: absolute;
              top: 13px;
              right: 18px;
              background: transparent url("../images/header/mobile-menu-arrows.jpg") no-repeat scroll 0px 0px; }
            .utility-nav .utility-nav-wrapper ul li ul.level-2 li.multiple.active ul.level-3 {
              display: block; }
            .utility-nav .utility-nav-wrapper ul li ul.level-2 li.multiple.active .mobile-arrow {
              background-position: 0 -11px !important; }
        .utility-nav .utility-nav-wrapper ul li.active ul.level-2 {
          display: block; }
        .utility-nav .utility-nav-wrapper ul li.active .mobile-arrow {
          background: url("../images/header/mobile-menu-arrows.jpg") 0 -11px no-repeat; }
        .utility-nav .utility-nav-wrapper ul li.active a {
          color: white; }
      .utility-nav .utility-nav-wrapper ul.menu-utility-user:before {
        content: "ACCOUNT";
        font-family: "Lato", Arial, sans-serif;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 0em;
        color: #707170;
        line-height: 100%;
        text-transform: uppercase;
        text-decoration: none;
        color: #0099CC;
        display: block;
        padding: 40px 0px 10px 16px;
        border-bottom: 1px solid #CCCCCC; }
      .utility-nav .utility-nav-wrapper ul.menu-utility-user li {
        background-color: transparent;
        border-bottom: 1px solid #CCCCCC; }
        .utility-nav .utility-nav-wrapper ul.menu-utility-user li a {
          font-family: "Lato", Arial, sans-serif;
          font-weight: 700;
          font-size: 11px;
          letter-spacing: 0.05em;
          color: #707170;
          line-height: 30px;
          text-transform: uppercase;
          padding: 18px 0 18px 16px;
          width: 100%;
          line-height: 11px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      .utility-nav .utility-nav-wrapper ul.menu-utility li {
        background-color: transparent;
        border-bottom: 1px solid #CCCCCC; }
        .utility-nav .utility-nav-wrapper ul.menu-utility li a {
          font-family: "Lato", Arial, sans-serif;
          font-weight: 700;
          font-size: 11px;
          letter-spacing: 0.05em;
          color: #707170;
          line-height: 30px;
          text-transform: uppercase;
          padding: 18px 0 18px 16px;
          width: 100%;
          line-height: 11px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .utility-nav {
      display: none !important; } }
  @media only screen and (min-width: 1280px) {
    .utility-nav {
      display: none !important; } }

/*==== Store locator ====*/
.relax {
  clear: both;
  font-size: 1px;
  height: 0;
  line-height: 0; }

.nofound {
  background: rgba(255, 255, 255, 0.8);
  padding: 24px;
  margin-bottom: 12px; }
  .nofound p {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    color: #005f9b;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    text-align: center; }

#wrapper.pt_store-locator {
  width: 100%; }
  #wrapper.pt_store-locator #main-content {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    background-image: url("../images/xl-storelocator-bg.jpg");
    background-size: auto auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 53px;
    background-color: #707170; }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      #wrapper.pt_store-locator #main-content {
        padding-top: 35px; } }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_store-locator #main-content {
        background-image: url("../images/xl-storelocator-bg.jpg");
        background: #707170;
        padding-top: 32px; } }
    #wrapper.pt_store-locator #main-content #primary {
      max-width: 1136px;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_store-locator #main-content #primary {
          padding: 0 24px; } }
      #wrapper.pt_store-locator #main-content #primary .store-locator {
        float: left;
        width: 100%; }
        #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar {
          float: left;
          width: 100%; }
          #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .storesHeader {
            display: none; }
          #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box {
            float: left;
            width: 47%; }
            @media only screen and (min-width: 768px) and (max-width: 1279px) {
              #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box {
                width: 49%; } }
            @media only screen and (max-width: 767px) {
              #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box {
                width: 100%; } }
            #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box.right {
              float: right; }
              #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box.right .form-row {
                margin: 0; }
              #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box.right select {
                width: 180px;
                font-size: 12px;
                height: 36px;
                font-family: "proxima-nova-alt", Arial, sans-serif;
                font-weight: 400;
                color: #231f20;
                font-size: 14px;
                line-height: 14px;
                border: 1px solid #c5c5c5;
                text-transform: none;
                margin-right: 7%; }
                @media only screen and (min-width: 768px) and (max-width: 1279px) {
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box.right select {
                    width: 35%; } }
                @media only screen and (max-width: 767px) {
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box.right select {
                    width: 50%; } }
            #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box h2 {
              font-family: "proxima-nova-alt", Arial, sans-serif;
              font-weight: 700;
              color: #231f20;
              font-size: 24px;
              line-height: 24px;
              text-transform: uppercase;
              padding: 0 0 18px 0;
              margin: 0; }
              @media only screen and (min-width: 768px) and (max-width: 1279px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box h2 {
                  font-size: 21px;
                  padding: 0 0 22px 0; } }
              @media only screen and (max-width: 767px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box h2 {
                  font-size: 18px;
                  padding: 0 0 22px 0; } }
            #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box > div {
              background: rgba(255, 255, 255, 0.8);
              padding: 35px 7%;
              float: left;
              width: 86%; }
              @media only screen and (min-width: 768px) and (max-width: 1279px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box > div {
                  padding: 20px 4%;
                  width: 92%; } }
              @media only screen and (max-width: 767px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box > div {
                  padding: 20px 4%;
                  width: 92%; } }
            #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box .distance-select {
              float: left;
              margin: 0 7% 0 0;
              position: relative;
              width: 36%; }
              @media only screen and (min-width: 768px) and (max-width: 1279px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box .distance-select {
                  width: 40%;
                  margin: 0 3.78% 0 0; } }
              @media only screen and (max-width: 767px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box .distance-select {
                  width: 39%;
                  margin: 0 3.78% 0 0; } }
              #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box .distance-select select {
                margin-right: 7px; }
                @media only screen and (min-width: 768px) and (max-width: 1279px) {
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box .distance-select select {
                    width: 80% !important;
                    left: 0;
                    top: 22px;
                    margin-right: 0; } }
                @media only screen and (max-width: 767px) {
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box .distance-select select {
                    width: 100% !important;
                    left: 0;
                    top: 22px;
                    margin-right: 0; } }
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box .distance-select select + .customSelect {
                  border: 1px solid #CCCCCC; }
                  @media only screen and (min-width: 768px) and (max-width: 1279px) {
                    #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box .distance-select select + .customSelect {
                      width: 80%; } }
                  @media only screen and (max-width: 767px) {
                    #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box .distance-select select + .customSelect {
                      width: 100%; } }
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box .distance-select select + .customSelect .customSelectInner {
                    padding-right: 10px; }
            #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form label {
              font-family: "proxima-nova-alt", Arial, sans-serif;
              font-weight: 400;
              color: #666666;
              font-size: 12px;
              text-transform: uppercase;
              float: left;
              margin-right: 18px;
              line-height: 36px;
              padding: 0;
              text-align: left; }
              @media only screen and (min-width: 768px) and (max-width: 1279px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form label {
                  width: 100%;
                  line-height: 100%;
                  margin: 0 0 10px 0;
                  padding: 0;
                  float: left; } }
              @media only screen and (max-width: 767px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form label {
                  width: 100%;
                  line-height: 100%;
                  margin: 0 0 10px 0;
                  padding: 0;
                  float: left; } }
            #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form select,
            #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form input {
              margin: 0;
              padding: 0 10px;
              float: left;
              border: 1px solid #c5c5c5;
              font-family: "proxima-nova-alt", Arial, sans-serif;
              font-weight: 400;
              color: #231f20;
              font-size: 14px;
              line-height: 14px;
              text-decoration: none;
              font-weight: 500;
              outline: none;
              background: #ffffff; }
              #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form select.error,
              #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form input.error {
                border-color: #ed3024;
                background: #ffffff; }
              #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form select#postalcode,
              #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form input#postalcode {
                width: 68px;
                height: 34px; }
                @media only screen and (min-width: 768px) and (max-width: 1279px) {
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form select#postalcode,
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form input#postalcode {
                    width: 80%; } }
                @media only screen and (max-width: 767px) {
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form select#postalcode,
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form input#postalcode {
                    width: 80%; } }
              #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form select#distance,
              #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form input#distance {
                width: 125px;
                font-size: 12px;
                height: 36px;
                color: #707170;
                border: 1px solid #c5c5c5;
                background: #ffffff;
                text-transform: uppercase; }
                @media only screen and (min-width: 768px) and (max-width: 1279px) {
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form select#distance,
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form input#distance {
                    width: 100%; } }
                @media only screen and (max-width: 767px) {
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form select#distance,
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form input#distance {
                    width: 100%; } }
            #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form .errormsg {
              font-family: "proxima-nova-alt", Arial, sans-serif;
              font-weight: 700;
              color: #231f20;
              font-size: 14px;
              line-height: 14px;
              text-transform: uppercase;
              font-size: 10px;
              color: #ed3024;
              position: absolute;
              top: 40px;
              left: auto;
              width: 200px; }
              @media only screen and (min-width: 768px) and (max-width: 1279px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form .errormsg {
                  top: 60px; } }
              @media only screen and (max-width: 767px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form .errormsg {
                  top: 60px; } }
            #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form button {
              float: right;
              width: 36px;
              height: 36px;
              background: #ffffff;
              padding: 0;
              margin: 0;
              border: 1px solid #c5c5c5;
              border-radius: 20px;
              font-size: 18px;
              font-family: "proxima-nova-alt", Arial, sans-serif;
              font-weight: 400;
              color: #231f20;
              font-size: 14px;
              line-height: 14px; }
              #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box form button:hover {
                border-color: #231f20;
                color: #231f20; }
            #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box #serch-by-zip {
              position: relative; }
              @media only screen and (min-width: 768px) and (max-width: 1279px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box #serch-by-zip form button {
                  margin-top: 23px;
                  float: right; } }
              @media only screen and (max-width: 767px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box #serch-by-zip form button {
                  margin-top: 23px; } }
              @media only screen and (max-width: 767px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box #serch-by-zip {
                  margin-bottom: 32px; } }
              #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box #serch-by-zip .sbHolder {
                float: left;
                width: 125px;
                border: 1px solid #c5c5c5; }
                @media only screen and (min-width: 768px) and (max-width: 1279px) {
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box #serch-by-zip .sbHolder {
                    width: 100%; } }
                @media only screen and (max-width: 767px) {
                  #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box #serch-by-zip .sbHolder {
                    width: 100%; } }
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box #serch-by-zip .sbHolder .sbSelector {
                  padding-left: 10px;
                  padding-top: 6px;
                  font-family: "proxima-nova-alt", Arial, sans-serif;
                  font-weight: 400;
                  color: #231f20;
                  font-size: 14px;
                  line-height: 14px;
                  font-weight: 500;
                  text-transform: none;
                  width: 75%; }
                  @media only screen and (min-width: 768px) and (max-width: 1279px) {
                    #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box #serch-by-zip .sbHolder .sbSelector {
                      width: 80%; } }
                #wrapper.pt_store-locator #main-content #primary .store-locator #searchbar .store-search-box #serch-by-zip .sbHolder .sbOptions a {
                  padding-left: 18px;
                  font-family: "proxima-nova-alt", Arial, sans-serif;
                  font-weight: 400;
                  color: #231f20;
                  font-size: 14px;
                  line-height: 14px;
                  text-transform: none; }
        #wrapper.pt_store-locator #main-content #primary .store-locator #tabs-headers {
          float: left;
          width: 100%;
          margin: 71px 0 57px 0;
          display: block; }
          @media only screen and (min-width: 768px) and (max-width: 1279px) {
            #wrapper.pt_store-locator #main-content #primary .store-locator #tabs-headers {
              margin: 40px 0; } }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_store-locator #main-content #primary .store-locator #tabs-headers {
              margin: 16px 0; } }
          #wrapper.pt_store-locator #main-content #primary .store-locator #tabs-headers > div#ourstores-tab {
            text-align: center;
            width: 100%; }
            @media only screen and (max-width: 767px) {
              #wrapper.pt_store-locator #main-content #primary .store-locator #tabs-headers > div#ourstores-tab p {
                width: 98% !important; } }
          #wrapper.pt_store-locator #main-content #primary .store-locator #tabs-headers > div p {
            font-family: "proxima-nova-alt", Arial, sans-serif;
            font-weight: 700;
            color: #005f9b;
            font-size: 36px;
            line-height: 36px;
            text-transform: uppercase;
            line-height: 100%;
            display: inline-block;
            outline: none;
            text-transform: uppercase; }
            @media only screen and (min-width: 768px) and (max-width: 1279px) {
              #wrapper.pt_store-locator #main-content #primary .store-locator #tabs-headers > div p {
                font-size: 32px;
                color: #ffffff; } }
            @media only screen and (max-width: 767px) {
              #wrapper.pt_store-locator #main-content #primary .store-locator #tabs-headers > div p {
                font-family: "proxima-nova-alt", Arial, sans-serif;
                font-weight: 700;
                color: #231f20;
                font-size: 24px;
                line-height: 24px;
                text-transform: uppercase;
                color: #005f9b;
                width: 70%;
                margin: 25px auto 20px;
                vertical-align: inherit; } }
        #wrapper.pt_store-locator #main-content #primary .store-locator #stores {
          float: left;
          width: 100%; }
          #wrapper.pt_store-locator #main-content #primary .store-locator #stores #noStores {
            display: none; }
          #wrapper.pt_store-locator #main-content #primary .store-locator #stores #repairCenters,
          #wrapper.pt_store-locator #main-content #primary .store-locator #stores #retailers {
            display: none; }
          #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul {
            padding: 0;
            margin: 0; }
            #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li {
              float: left;
              width: 47%;
              background: #ffffff;
              opacity: 0.8;
              margin-bottom: 54px; }
              @media only screen and (min-width: 768px) and (max-width: 1279px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li {
                  margin-bottom: 24px;
                  width: 49%; } }
              #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li:nth-child(2n) {
                float: right;
                clear: none; }
              @media only screen and (max-width: 767px) {
                #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li {
                  width: 100%;
                  margin-bottom: 24px; } }
              #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store {
                float: left;
                padding: 35px 7%;
                width: 86%;
                display: block;
                height: 156px;
                position: relative; }
                @media only screen and (max-width: 767px) {
                  #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store {
                    padding: 28px 6.95%;
                    width: 86.1%;
                    height: 168px; }
                    #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store table {
                      height: 100%; } }
                @media only screen and (min-width: 768px) and (max-width: 1279px) {
                  #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store {
                    height: 156px;
                    padding: 35px 9.925%;
                    width: 80.15%; }
                    #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store table {
                      height: 100%; } }
                @media only screen and (min-width: 768px) and (max-width: 1023px) {
                  #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store {
                    height: 180px;
                    padding: 30px 9.925%; } }
                #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .stateCode {
                  display: block;
                  width: 36px;
                  vertical-align: middle; }
                  #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .stateCode span {
                    font-family: "proxima-nova-alt", Arial, sans-serif;
                    font-weight: 400;
                    color: #231f20;
                    font-size: 14px;
                    line-height: 14px;
                    color: #005f9b;
                    line-height: 18px;
                    border: 1px solid #005f9b;
                    border-radius: 20px;
                    height: 26px;
                    width: 34px;
                    padding-top: 8px;
                    display: block;
                    vertical-align: middle;
                    text-align: center; }
                #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info {
                  float: left;
                  width: 94%;
                  margin: 0 0 0 6%; }
                  @media only screen and (min-width: 768px) and (max-width: 1279px) {
                    #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info {
                      width: 86.91%;
                      margin-left: 13.09%; } }
                  @media only screen and (max-width: 767px) {
                    #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info {
                      width: 86.79%;
                      margin: 0 0 0 13.21%; } }
                  #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info .state-city,
                  #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info .store-name {
                    font-family: "proxima-nova-alt", Arial, sans-serif;
                    font-weight: 700;
                    color: #005f9b;
                    font-size: 20px;
                    line-height: 20px;
                    text-transform: uppercase;
                    font-size: 14px;
                    text-transform: uppercase;
                    line-height: 18px;
                    margin: 0; }
                    @media only screen and (min-width: 768px) and (max-width: 1279px) {
                      #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info .state-city,
                      #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info .store-name {
                        font-size: 11px; } }
                    @media only screen and (max-width: 767px) {
                      #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info .state-city,
                      #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info .store-name {
                        font-size: 11px; } }
                  #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info .storehours,
                  #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info p.store-address {
                    padding: 0;
                    margin: 0;
                    border: 0;
                    font-family: "proxima-nova-alt", Arial, sans-serif;
                    font-weight: 400;
                    color: #231f20;
                    font-size: 14px;
                    line-height: 14px;
                    font-size: 14px;
                    font-weight: 400;
                    text-transform: uppercase;
                    line-height: 18px; }
                    @media only screen and (min-width: 768px) and (max-width: 1279px) {
                      #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info .storehours,
                      #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info p.store-address {
                        font-size: 11px; } }
                    @media only screen and (max-width: 767px) {
                      #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info .storehours,
                      #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info p.store-address {
                        font-size: 11px; } }
                  #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info .storehours {
                    width: 39%; }
                    @media only screen and (min-width: 768px) and (max-width: 1279px) {
                      #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info .storehours {
                        width: 55%; } }
                    @media only screen and (max-width: 767px) {
                      #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .wrap-store-info .storehours {
                        width: 100%; } }
                #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .details-arrow {
                  font-family: "proxima-nova-alt", Arial, sans-serif;
                  font-weight: 400;
                  color: #00aedb;
                  font-size: 12px;
                  line-height: 12px;
                  line-height: 100%;
                  position: absolute;
                  bottom: 35px;
                  right: 7%; }
                  @media only screen and (min-width: 768px) and (max-width: 1279px) {
                    #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .details-arrow {
                      width: 94%;
                      position: relative;
                      left: 0;
                      top: 0;
                      margin-top: 15px;
                      float: left; } }
                  @media only screen and (max-width: 767px) {
                    #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .details-arrow {
                      width: 94%;
                      position: relative;
                      left: 0;
                      top: 0;
                      margin-top: 15px;
                      float: left; } }
                  #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .details-arrow a {
                    font-size: 12px;
                    text-transform: uppercase;
                    margin: 0 5px;
                    color: inherit; }
                    @media only screen and (min-width: 768px) and (max-width: 1279px) {
                      #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .details-arrow a:first-child {
                        margin-left: 0; } }
                    #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .details-arrow a:hover {
                      text-decoration: none; }
                    @media only screen and (max-width: 767px) {
                      #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store .details-arrow a:first-child {
                        margin-left: 0; } }
                #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store td {
                  padding: 0; }
                  #wrapper.pt_store-locator #main-content #primary .store-locator #stores ul li .store td:first-child {
                    vertical-align: middle;
                    width: 34px; }
  #wrapper.pt_store-locator input[type="text"],
  #wrapper.pt_store-locator input[type="email"],
  #wrapper.pt_store-locator input[type="search"],
  #wrapper.pt_store-locator input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #CCCCCC; }
  #wrapper.pt_store-locator select {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #CCCCCC; }
  #wrapper.pt_store-locator #serch-by-state {
    position: relative; }
    #wrapper.pt_store-locator #serch-by-state .customSelect {
      float: left;
      width: 180px;
      border: 1px solid #CCCCCC; }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_store-locator #serch-by-state .customSelect {
          clear: left;
          width: 87%;
          margin-right: 3.7%; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_store-locator #serch-by-state .customSelect {
          width: 85%; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_store-locator #serch-by-state .customSelect {
          clear: left;
          width: 81.5%;
          margin-right: 3.78%; } }
      #wrapper.pt_store-locator #serch-by-state .customSelect .sbSelector {
        width: 80%;
        padding-left: 10px;
        padding-top: 6px;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 400;
        color: #231f20;
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
        text-transform: none; }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_store-locator #serch-by-state .customSelect .sbSelector {
            width: 88%; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_store-locator #serch-by-state .customSelect .sbSelector {
            width: 83%; } }
      #wrapper.pt_store-locator #serch-by-state .customSelect .sbOptions a {
        padding-left: 18px; }
    #wrapper.pt_store-locator #serch-by-state .form-row {
      position: relative; }
    #wrapper.pt_store-locator #serch-by-state select {
      left: 52px;
      top: 0; }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_store-locator #serch-by-state select {
          left: 0;
          margin: 0 !important;
          top: 22px;
          width: 85% !important; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_store-locator #serch-by-state select {
          top: 22px;
          left: 0; } }
  #wrapper.pt_store-locator #main {
    width: 100%; }

/*==== End Store locator ====*/
/*==== Store locator Detail====*/
@media only screen and (max-width: 767px) {
  #wrapper.pt_store-locator #primary {
    padding: 0 5%;
    width: 90%; } }
#wrapper.pt_store-locator #main-content {
  background-image: url("../images/xl-storelocator-bg.jpg");
  background-size: auto auto;
  background-position: center top;
  background-repeat: no-repeat; }
  #wrapper.pt_store-locator #main-content #store-carousel {
    margin: 0 auto 33px;
    overflow: hidden;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_store-locator #main-content #store-carousel {
        margin-bottom: 24px; } }
    #wrapper.pt_store-locator #main-content #store-carousel .content-asset {
      float: left;
      width: 100%;
      position: relative; }
    #wrapper.pt_store-locator #main-content #store-carousel .slick-slide {
      overflow: hidden;
      margin: 0 17px 0 18px; }
    #wrapper.pt_store-locator #main-content #store-carousel .slick-prev,
    #wrapper.pt_store-locator #main-content #store-carousel .slick-next {
      background: url(../images/prev-next-btn.png) no-repeat left top;
      float: left;
      padding: 0;
      margin: 0;
      width: 19px;
      height: 30px;
      font-size: 0px;
      line-height: 0;
      position: absolute;
      margin-top: 0px; }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_store-locator #main-content #store-carousel .slick-prev,
        #wrapper.pt_store-locator #main-content #store-carousel .slick-next {
          background-size: 100% auto; } }
    #wrapper.pt_store-locator #main-content #store-carousel .slick-prev {
      left: 14%; }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_store-locator #main-content #store-carousel .slick-prev {
          left: 5%; } }
    #wrapper.pt_store-locator #main-content #store-carousel .slick-next {
      right: 14%;
      background-position: left bottom; }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_store-locator #main-content #store-carousel .slick-next {
          right: 5%; } }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_store-locator #main-content #store-carousel button {
        display: none; } }
  #wrapper.pt_store-locator #main-content #store-box {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 35px; }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      #wrapper.pt_store-locator #main-content #store-box {
        margin-bottom: 24px;
        min-height: 361px; } }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_store-locator #main-content #store-box {
        margin-bottom: 24px;
        background: none; } }
    #wrapper.pt_store-locator #main-content #store-box .store-locator-details {
      padding: 72px;
      width: 37%;
      float: left; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_store-locator #main-content #store-box .store-locator-details {
          background: rgba(255, 255, 255, 0.8);
          width: 100%;
          padding: 25px 20px;
          margin-bottom: 24px;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_store-locator #main-content #store-box .store-locator-details {
          padding: 24px 6.5%; } }
      #wrapper.pt_store-locator #main-content #store-box .store-locator-details h1 {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #005f9b;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        font-size: 24px;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        line-height: 100%;
        margin-bottom: 17px; }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_store-locator #main-content #store-box .store-locator-details h1 {
            font-size: 21px;
            margin-bottom: 18px; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_store-locator #main-content #store-box .store-locator-details h1 {
            font-size: 18px;
            margin-bottom: 18px; } }
      #wrapper.pt_store-locator #main-content #store-box .store-locator-details h2 {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #005f9b;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        line-height: 24px;
        margin-bottom: 92px; }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_store-locator #main-content #store-box .store-locator-details h2 {
            font-size: 16px;
            margin-bottom: 30px; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_store-locator #main-content #store-box .store-locator-details h2 {
            font-size: 13px;
            margin-bottom: 12px; } }
      #wrapper.pt_store-locator #main-content #store-box .store-locator-details p {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 400;
        color: #231f20;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        line-height: 18px;
        margin-bottom: 24px; }
        #wrapper.pt_store-locator #main-content #store-box .store-locator-details p:last-child {
          margin-bottom: 0; }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_store-locator #main-content #store-box .store-locator-details p {
            margin-bottom: 10px; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_store-locator #main-content #store-box .store-locator-details p {
            margin-bottom: 12px;
            line-height: 14px;
            font-style: normal;
            font-size: 11px; } }
    #wrapper.pt_store-locator #main-content #store-box .store-locator-details-map {
      float: right;
      width: 50%; }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_store-locator #main-content #store-box .store-locator-details-map {
          height: 361px !important; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_store-locator #main-content #store-box .store-locator-details-map {
          float: left;
          width: 100%;
          height: 300px !important;
          text-align: center; } }
  #wrapper.pt_store-locator #main-content #store-box-assets {
    float: left;
    width: 100%; }
    #wrapper.pt_store-locator #main-content #store-box-assets .content-box {
      float: left;
      width: 48.5%;
      margin-left: 3%;
      background: rgba(255, 255, 255, 0.8);
      text-align: center;
      height: 400px;
      display: table;
      margin-bottom: 3%; }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_store-locator #main-content #store-box-assets .content-box {
          height: 253px; } }
      #wrapper.pt_store-locator #main-content #store-box-assets .content-box:first-child {
        margin-left: 0; }
      #wrapper.pt_store-locator #main-content #store-box-assets .content-box .content-asset {
        vertical-align: middle;
        display: table-cell;
        color: #231f20;
        text-transform: uppercase;
        font-size: 11px; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_store-locator #main-content #store-box-assets .content-box {
          width: 100%;
          margin: 0 0 24px 0;
          height: 200px; } }
      #wrapper.pt_store-locator #main-content #store-box-assets .content-box.store-box-assets-right {
        float: right; }

/*==== End Store locator Detail====*/
/* _searchresults.scss */
/* _searchbreadcrumb.scss */
#wrapper.pt_product-search-result div.breadcrumb {
  padding: 4px 0; }
  #wrapper.pt_product-search-result div.breadcrumb h1 {
    display: inline; }
  #wrapper.pt_product-search-result div.breadcrumb a, #wrapper.pt_product-search-result div.breadcrumb span {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 400;
    color: #231f20;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    text-decoration: none;
    margin: 0; }
  #wrapper.pt_product-search-result div.breadcrumb a {
    margin-left: -3px;
    color: #00aedb; }
    #wrapper.pt_product-search-result div.breadcrumb a:after {
      content: '/';
      margin-left: 4px;
      display: inline-block;
      height: 22px;
      overflow: hidden;
      line-height: 36px;
      color: #CCCCCC; }
    #wrapper.pt_product-search-result div.breadcrumb a:last-child:after {
      content: ''; }
    #wrapper.pt_product-search-result div.breadcrumb a:hover {
      text-decoration: underline; }
      #wrapper.pt_product-search-result div.breadcrumb a:hover:after {
        text-decoration: none; }
    #wrapper.pt_product-search-result div.breadcrumb a.breadcrumb-first {
      margin-left: 0; }
  #wrapper.pt_product-search-result div.breadcrumb.isSearchPhrase {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    background-color: #ffffff;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 3em;
    color: #005f9b;
    text-transform: uppercase; }
    #wrapper.pt_product-search-result div.breadcrumb.isSearchPhrase span {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      color: #231f20;
      font-size: 14px;
      line-height: 14px;
      text-transform: uppercase;
      letter-spacing: 1px; }
    #wrapper.pt_product-search-result div.breadcrumb.isSearchPhrase a {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      color: #231f20;
      font-size: 42px;
      line-height: 42px;
      text-transform: uppercase;
      text-decoration: none; }
    #wrapper.pt_product-search-result div.breadcrumb.isSearchPhrase h1 {
      padding: 40px 0;
      display: block;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      color: #231f20;
      font-size: 14px;
      line-height: 14px;
      text-transform: uppercase;
      text-transform: uppercase;
      font-size: 13px; }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        #wrapper.pt_product-search-result div.breadcrumb.isSearchPhrase h1 {
          padding: 7px 0 !important; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_product-search-result div.breadcrumb.isSearchPhrase h1 {
          padding: 2px 0 !important; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result div.breadcrumb.isSearchPhrase h1 {
          font-size: 25px;
          padding: 0px 5%; } }
      #wrapper.pt_product-search-result div.breadcrumb.isSearchPhrase h1 a {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 42px;
        line-height: 42px;
        text-transform: uppercase; }
#wrapper.pt_product-search-result span {
  content: '';
  margin: 0; }
#wrapper.pt_product-search-result span.breadcrumb-refinement-value {
  font-weight: 999; }

/* searchrefinements.scss */
#wrapper.pt_product-search-result #main #secondary {
  font-family: "proxima-nova-alt", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  #wrapper.pt_product-search-result #main #secondary .refinement-header {
    color: #005f9b;
    font-size: 25px;
    font-weight: 700; }
  #wrapper.pt_product-search-result #main #secondary a {
    font-size: 11px;
    color: #707170;
    text-decoration: none; }
    #wrapper.pt_product-search-result #main #secondary a:hover {
      text-decoration: underline; }
  #wrapper.pt_product-search-result #main #secondary .closeBtn {
    display: none; }
  #wrapper.pt_product-search-result #main #secondary .clear-refinement {
    display: none; }
  #wrapper.pt_product-search-result #main #secondary .swatches {
    margin: 16px 0px;
    clear: both; }
    #wrapper.pt_product-search-result #main #secondary .swatches li {
      width: 28px;
      height: 28px;
      display: inline-block;
      padding: 2px;
      float: none;
      border: 2px solid #CCCCCC;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result #main #secondary .swatches li {
          margin-bottom: 10px; } }
      #wrapper.pt_product-search-result #main #secondary .swatches li a {
        font-size: 0;
        width: 28px;
        height: 28px;
        display: block;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px; }
        #wrapper.pt_product-search-result #main #secondary .swatches li a img {
          width: 28px;
          height: 28px;
          display: block;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px; }
      #wrapper.pt_product-search-result #main #secondary .swatches li.selected {
        width: 28px;
        height: 28px;
        padding: 2px;
        border: 2px solid #00aedb; }
        #wrapper.pt_product-search-result #main #secondary .swatches li.selected a {
          width: 28px;
          height: 28px; }
      #wrapper.pt_product-search-result #main #secondary .swatches li:hover {
        width: 28px;
        height: 28px;
        padding: 2px;
        border: 2px solid #00aedb; }
        #wrapper.pt_product-search-result #main #secondary .swatches li:hover a {
          width: 28px;
          height: 28px; }
      #wrapper.pt_product-search-result #main #secondary .swatches li .hitCount {
        display: none; }
      #wrapper.pt_product-search-result #main #secondary .swatches li.swatch-White {
        background: #707170; }
  #wrapper.pt_product-search-result #main #secondary .refinements {
    clear: both;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_product-search-result #main #secondary .refinements.closed {
        display: none; } }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_product-search-result #main #secondary .refinements {
        border: 1px solid #ccc;
        padding: 2px 19px 20px;
        margin-top: 10px; } }
    #wrapper.pt_product-search-result #main #secondary .refinements .selectedRefinements .breadcrumb-refined-by {
      color: #005f9b;
      border-bottom: 1px solid #CCCCCC;
      padding: 0 0 8px;
      margin-top: 19px;
      cursor: pointer;
      letter-spacing: 1px; }
    #wrapper.pt_product-search-result #main #secondary .refinements .selectedRefinements .breadcrumb-refinement-name, #wrapper.pt_product-search-result #main #secondary .refinements .selectedRefinements .attribute-divider {
      display: none; }
    #wrapper.pt_product-search-result #main #secondary .refinements .selectedRefinements .breadcrumb-refinement-value {
      display: block;
      color: #231f20;
      font-size: 11px;
      font-weight: 700;
      line-height: 30px; }
      #wrapper.pt_product-search-result #main #secondary .refinements .selectedRefinements .breadcrumb-refinement-value img {
        float: right;
        margin-top: 6px; }
    #wrapper.pt_product-search-result #main #secondary .refinements .selectedRefinements .clearFiltersLink {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 400;
      color: #231f20;
      text-transform: capitalize;
      text-decoration: underline; }
    #wrapper.pt_product-search-result #main #secondary .refinements .refinement {
      clear: both; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result #main #secondary .refinements .refinement div.ui-slider-horizontal {
          width: 96%; } }
      #wrapper.pt_product-search-result #main #secondary .refinements .refinement a.ui-slider-handle {
        background-color: #0099CC;
        border-color: #0099CC; }
      #wrapper.pt_product-search-result #main #secondary .refinements .refinement div.ui-slider {
        border: 1px solid #0099CC; }
      #wrapper.pt_product-search-result #main #secondary .refinements .refinement div.ui-slider-range {
        background-color: #d8f5ff; }
      #wrapper.pt_product-search-result #main #secondary .refinements .refinement .left-refine-by-price {
        display: block;
        margin: 0 auto; }
      #wrapper.pt_product-search-result #main #secondary .refinements .refinement p.left-refine-by-price input {
        padding: 0;
        color: #707170 !important; }
      #wrapper.pt_product-search-result #main #secondary .refinements .refinement h3.toggle {
        color: #005f9b;
        border-bottom: 1px solid #CCCCCC;
        padding: 0 0 8px;
        margin-top: 20px;
        cursor: pointer;
        letter-spacing: 2px;
        background-image: url(../images/refineArrowUp.png);
        background-repeat: no-repeat;
        background-position: 100% 5px; }
        #wrapper.pt_product-search-result #main #secondary .refinements .refinement h3.toggle.closed {
          background-image: url(../images/refineArrowDown.png); }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_product-search-result #main #secondary .refinements .refinement h3.toggle {
            font-size: 15px; } }
      #wrapper.pt_product-search-result #main #secondary .refinements .refinement.category-refinement a {
        background-image: url(../images/catrefineRight.png);
        background-position: 0% 50%;
        background-repeat: no-repeat;
        padding-left: 14px;
        display: inline-block; }
        #wrapper.pt_product-search-result #main #secondary .refinements .refinement.category-refinement a.active {
          color: #005f9b;
          font-weight: bold; }
      #wrapper.pt_product-search-result #main #secondary .refinements .refinement ul.xRefine li {
        margin: 6px 0 0; }
        #wrapper.pt_product-search-result #main #secondary .refinements .refinement ul.xRefine li a {
          box-sizing: border-box;
          display: block;
          width: 100%;
          background-image: url(../images/xRefine_unchecked.png);
          background-position: left top;
          background-repeat: no-repeat;
          padding: 0 0 0 36px;
          margin: 9px 0;
          line-height: 19px; }
          #wrapper.pt_product-search-result #main #secondary .refinements .refinement ul.xRefine li a:hover {
            color: #0099CC;
            text-decoration: none; }
          #wrapper.pt_product-search-result #main #secondary .refinements .refinement ul.xRefine li a.price {
            background-image: none;
            padding: 0; }
        #wrapper.pt_product-search-result #main #secondary .refinements .refinement ul.xRefine li.selected a {
          background-image: url(../images/xRefine_checked.png); }
      #wrapper.pt_product-search-result #main #secondary .refinements .refinement .right-refine-by-price {
        padding-top: 10px; }
        #wrapper.pt_product-search-result #main #secondary .refinements .refinement .right-refine-by-price a {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          font-size: 16px;
          color: #ffffff;
          background: #0099CC;
          height: 44px;
          line-height: 44px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          letter-spacing: 0.05em;
          padding: 0 20px;
          text-transform: uppercase;
          border: 0;
          text-align: center; }
          #wrapper.pt_product-search-result #main #secondary .refinements .refinement .right-refine-by-price a:hover {
            background-color: #d8f5ff;
            border: 4px solid #0099CC;
            padding: 0 16px;
            line-height: 36px;
            color: #0099CC; }
          #wrapper.pt_product-search-result #main #secondary .refinements .refinement .right-refine-by-price a:disabled {
            background-color: #eeeeee;
            color: #dddddd; }
            #wrapper.pt_product-search-result #main #secondary .refinements .refinement .right-refine-by-price a:disabled:hover {
              background-color: #eeeeee;
              color: #dddddd;
              border: 4px solid #eeeeee; }
          #wrapper.pt_product-search-result #main #secondary .refinements .refinement .right-refine-by-price a:hover {
            text-decoration: none; }
      #wrapper.pt_product-search-result #main #secondary .refinements .refinement.Price .viewport {
        width: 100%; }
      #wrapper.pt_product-search-result #main #secondary .refinements .refinement.Price .scrollbar {
        display: none; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result #main #secondary .refinements .refinement.Category .viewport {
          height: 100% !important; }
        #wrapper.pt_product-search-result #main #secondary .refinements .refinement.Category .overview {
          position: relative !important; } }
  #wrapper.pt_product-search-result #main #secondary .refinementsMobileButtons {
    padding-top: 8px;
    display: none; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_product-search-result #main #secondary .refinementsMobileButtons {
        display: block;
        clear: both; } }
    #wrapper.pt_product-search-result #main #secondary .refinementsMobileButtons .sort-by {
      width: 40%;
      float: left; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result #main #secondary .refinementsMobileButtons .sort-by {
          position: relative;
          top: 2px; } }
      #wrapper.pt_product-search-result #main #secondary .refinementsMobileButtons .sort-by select {
        margin-top: 1px;
        border: 1px solid #ccc;
        background-color: #ffffff;
        border-radius: 0;
        width: 139px;
        height: 29px;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        color: #777;
        padding-left: 9px;
        background-image: url(../images/selectArrow.png);
        background-repeat: no-repeat;
        background-position: 94% 50%;
        font-size: 11px; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_product-search-result #main #secondary .refinementsMobileButtons .sort-by select {
            left: 0; } }
      #wrapper.pt_product-search-result #main #secondary .refinementsMobileButtons .sort-by label {
        display: none; }
      #wrapper.pt_product-search-result #main #secondary .refinementsMobileButtons .sort-by button {
        display: none; }
      #wrapper.pt_product-search-result #main #secondary .refinementsMobileButtons .sort-by .customSelect {
        font-style: normal !important;
        width: 120px;
        padding: 6px 9px; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_product-search-result #main #secondary .refinementsMobileButtons .sort-by .customSelect {
            font-size: 11px;
            padding: 7px 9px;
            margin-top: -1px;
            color: #231f20; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_product-search-result #main #secondary .refinementsMobileButtons .sort-by .customSelect .customSelectInner {
            font-weight: 700 !important; } }
    #wrapper.pt_product-search-result #main #secondary .refinementsMobileButtons #showRefine {
      position: relative;
      top: 1px;
      width: 40%;
      border: 1px solid #ccc;
      border-bottom: 0;
      background-color: #fff;
      float: right;
      color: #231f20;
      font-size: 11px;
      padding: 7px 12px 17px;
      font-weight: 700;
      cursor: pointer;
      background-image: url(../images/refineHeadUp.png);
      background-repeat: no-repeat;
      background-position: 90% 39%; }
      #wrapper.pt_product-search-result #main #secondary .refinementsMobileButtons #showRefine.closed {
        padding: 7px 12px;
        background-image: url(../images/refineHeadDown.png);
        border-bottom: 1px solid #ccc;
        background-position: 90% 50%; }
#wrapper.pt_product-search-result #main .refinement-category {
  position: relative;
  top: -6px; }
  #wrapper.pt_product-search-result #main .refinement-category li {
    position: relative; }
    #wrapper.pt_product-search-result #main .refinement-category li a {
      background-image: none !important;
      padding-left: 19px !important;
      line-height: 15px; }
    #wrapper.pt_product-search-result #main .refinement-category li .refinement-subcategory {
      display: none; }
    #wrapper.pt_product-search-result #main .refinement-category li .refinement-thirdcategory {
      display: none; }
    #wrapper.pt_product-search-result #main .refinement-category li .clicker {
      position: absolute;
      left: 0;
      top: 5px;
      display: block;
      background-image: url("../images/catefory-arrow.png");
      background-position: 0 -11px;
      background-repeat: no-repeat;
      width: 11px;
      height: 12px;
      cursor: pointer; }
    #wrapper.pt_product-search-result #main .refinement-category li.active a {
      color: #231f20 !important; }
    #wrapper.pt_product-search-result #main .refinement-category li.active .refinement-subcategory {
      display: block; }
      #wrapper.pt_product-search-result #main .refinement-category li.active .refinement-subcategory .clicker {
        left: 16px;
        background-position: 0px -11px; }
      #wrapper.pt_product-search-result #main .refinement-category li.active .refinement-subcategory li a {
        padding-left: 36px !important;
        line-height: 10px;
        padding: 5px 0;
        color: #707170 !important; }
      #wrapper.pt_product-search-result #main .refinement-category li.active .refinement-subcategory li.active a {
        color: #231f20 !important; }
      #wrapper.pt_product-search-result #main .refinement-category li.active .refinement-subcategory li.active .clicker {
        left: 16px;
        background-position: 0px 0px; }
      #wrapper.pt_product-search-result #main .refinement-category li.active .refinement-subcategory li.active .refinement-thirdcategory {
        display: block; }
        #wrapper.pt_product-search-result #main .refinement-category li.active .refinement-subcategory li.active .refinement-thirdcategory a {
          color: #707170 !important; }
        #wrapper.pt_product-search-result #main .refinement-category li.active .refinement-subcategory li.active .refinement-thirdcategory .active a {
          color: #0099cc !important; }
      #wrapper.pt_product-search-result #main .refinement-category li.active .refinement-subcategory li.active-sub a {
        color: #707170 !important; }
    #wrapper.pt_product-search-result #main .refinement-category li.active .clicker {
      background-position: 0 0;
      top: 8px; }
    #wrapper.pt_product-search-result #main .refinement-category li.active.toplevel-cat a {
      color: #707170 !important; }
    #wrapper.pt_product-search-result #main .refinement-category li.current_active.toplevel-cat a {
      color: #231f20 !important; }
  #wrapper.pt_product-search-result #main .refinement-category .refinement-thirdcategory {
    padding-left: 20px; }
#wrapper.pt_product-search-result #main .category-refinment-container {
  position: relative;
  margin-top: 21px; }
#wrapper.pt_product-search-result #main .Collection-container-inner {
  position: relative;
  margin-top: 21px; }
#wrapper.pt_product-search-result #main .viewport {
  overflow: hidden;
  position: relative;
  width: 95%; }
  #wrapper.pt_product-search-result #main .viewport .overview {
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0; }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_product-search-result #main .viewport {
      overflow: visible;
      max-height: 100% !important; } }
#wrapper.pt_product-search-result #main .scrollbar {
  background: #e6e6e6;
  float: right;
  position: relative;
  width: 8px; }
  #wrapper.pt_product-search-result #main .scrollbar .track {
    background: #e6e6e6;
    height: 100%;
    overflow: hidden;
    padding: 0 1px;
    position: relative;
    width: 6px; }
    #wrapper.pt_product-search-result #main .scrollbar .track .thumb {
      background: none repeat scroll 0 0 #707170;
      border-radius: 3px;
      cursor: pointer;
      height: 65px;
      left: 2px;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 4px; }

/* _searchgrid.scss */
#wrapper.pt_product-search-result #main #primary .search-result-items .grid-tile {
  width: 33%;
  float: left; }
  #wrapper.pt_product-search-result #main #primary .search-result-items .grid-tile .swatch-list li {
    overflow: hidden;
    width: 24px;
    height: 18px;
    float: left;
    margin: 0 3px; }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_product-search-result #main #primary .search-result-items .grid-tile {
      width: 100%;
      float: none; } }

@media only screen and (min-width: 321px) and (max-width: 767px) {
  #wrapper.pt_product-search-result #main {
    width: 100%; } }
@media only screen and (min-width: 321px) and (max-width: 767px) {
  #wrapper.pt_product-search-result .breadcrumb-wrapper {
    width: 90% !important;
    padding: 0 5%; } }
@media only screen and (min-width: 321px) and (max-width: 767px) {
  #wrapper.pt_product-search-result .grid-tile {
    padding-left: 2% !important;
    padding-right: 0 !important;
    width: 32% !important; } }
@media only screen and (min-width: 321px) and (max-width: 767px) {
  #wrapper.pt_product-search-result .grid-tile.new-row {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.compareproduct {
  max-width: 100%;
  position: absolute;
  z-index: 2; }

.compareitemremove {
  position: absolute;
  right: 5px;
  top: 0px;
  z-index: 3; }

.reviewstarratings-inner {
  margin: 0 auto;
  width: 85px;
  padding-bottom: 5px;
  display: none; }
  .reviewstarratings-inner .prSnippetNumberOfRatingsText {
    display: none; }

.reviewstarratings {
  height: 18px;
  line-height: 18px;
  width: 85px;
  background: url("../images/stars_small.gif") no-repeat left top; }

.reviewstarratings_0 {
  background-position: 0px 0px; }

.reviewstarratings_1 {
  background-position: 0 -18px; }

.reviewstarratings_2 {
  background-position: 0 -36px; }

.reviewstarratings_3 {
  background-position: 0 -54px; }

.reviewstarratings_4 {
  background-position: 0 -72px; }

.reviewstarratings_5 {
  background-position: 0 -90px; }

.reviewstarratings_6 {
  background-position: 0 -108px; }

.reviewstarratings_7 {
  background-position: 0 -126px; }

.reviewstarratings_8 {
  background-position: 0 -144px; }

.reviewstarratings_9 {
  background-position: 0 -162px; }

.reviewstarratings_10 {
  background-position: 0 -180px; }

@media only screen and (max-width: 767px) {
  #wrapper.pt_product-search-result #main {
    box-sizing: border-box;
    padding: 0 5%; } }
#wrapper.pt_product-search-result #main #primary {
  width: 76%;
  float: right; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    #wrapper.pt_product-search-result #main #primary {
      width: 74%;
      box-sizing: border-box; } }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_product-search-result #main #primary {
      width: 100%;
      float: none; } }
  #wrapper.pt_product-search-result #main #primary .slot-grid-header {
    float: left;
    margin-bottom: 20px; }
    #wrapper.pt_product-search-result #main #primary .slot-grid-header img {
      float: left;
      width: 100%; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_product-search-result #main #primary .slot-grid-header {
        display: none; } }
  #wrapper.pt_product-search-result #main #primary .search-result-options {
    overflow: hidden;
    width: 100%;
    float: none;
    clear: both;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
    margin-top: 2px; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_product-search-result #main #primary .search-result-options {
        padding-top: 15px;
        min-height: 30px; } }
    #wrapper.pt_product-search-result #main #primary .search-result-options .sort-by {
      float: left;
      width: 22%;
      position: relative;
      padding: 0; }
      #wrapper.pt_product-search-result #main #primary .search-result-options .sort-by button,
      #wrapper.pt_product-search-result #main #primary .search-result-options .sort-by label {
        display: none; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result #main #primary .search-result-options .sort-by {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_product-search-result #main #primary .search-result-options .sort-by {
          width: 183px; } }
      #wrapper.pt_product-search-result #main #primary .search-result-options .sort-by select {
        text-transform: uppercase;
        top: 0;
        left: 0;
        font-style: normal;
        opacity: 0; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_product-search-result #main #primary .search-result-options .sort-by select {
            width: 120px; } }
        #wrapper.pt_product-search-result #main #primary .search-result-options .sort-by select option {
          font-style: normal !important;
          width: 100% !important;
          padding: 0 !important;
          margin: 0 !important;
          display: block !important; }
      #wrapper.pt_product-search-result #main #primary .search-result-options .sort-by .customSelect {
        border: 1px solid #CCCCCC;
        width: 200px;
        font-style: normal;
        padding: 7px 9px;
        font-size: 14px; }
        #wrapper.pt_product-search-result #main #primary .search-result-options .sort-by .customSelect .customSelectInner {
          font-style: normal;
          text-transform: uppercase; }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          #wrapper.pt_product-search-result #main #primary .search-result-options .sort-by .customSelect {
            width: 183px; } }
      #wrapper.pt_product-search-result #main #primary .search-result-options .sort-by fieldset {
        padding: 0; }
    #wrapper.pt_product-search-result #main #primary .search-result-options .items-per-page {
      position: relative;
      padding: 0;
      float: left;
      left: 18px; }
      #wrapper.pt_product-search-result #main #primary .search-result-options .items-per-page button,
      #wrapper.pt_product-search-result #main #primary .search-result-options .items-per-page label {
        display: none; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result #main #primary .search-result-options .items-per-page {
          display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_product-search-result #main #primary .search-result-options .items-per-page {
          display: none; } }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        #wrapper.pt_product-search-result #main #primary .search-result-options .items-per-page {
          left: 10px; } }
      #wrapper.pt_product-search-result #main #primary .search-result-options .items-per-page .customSelect {
        width: 109px;
        padding: 7px 9px;
        font-size: 14px; }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          #wrapper.pt_product-search-result #main #primary .search-result-options .items-per-page .customSelect {
            width: 70px; } }
      #wrapper.pt_product-search-result #main #primary .search-result-options .items-per-page fieldset {
        padding: 0; }
      #wrapper.pt_product-search-result #main #primary .search-result-options .items-per-page select {
        top: 0;
        left: 0;
        opacity: 0; }
    #wrapper.pt_product-search-result #main #primary .search-result-options .pagination {
      float: right;
      text-align: right;
      width: 59%; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result #main #primary .search-result-options .pagination {
          width: 100%;
          position: relative; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_product-search-result #main #primary .search-result-options .pagination {
          width: 51%;
          position: relative;
          margin-top: 4px; } }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        #wrapper.pt_product-search-result #main #primary .search-result-options .pagination {
          width: 60%; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result #main #primary .search-result-options .pagination .results-mobile {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          color: #231f20;
          font-size: 11px;
          line-height: 11px;
          text-transform: uppercase;
          text-align: center;
          float: left;
          width: 100%;
          position: absolute;
          top: 0px;
          z-index: 1;
          line-height: 33px; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_product-search-result #main #primary .search-result-options .pagination .results-mobile {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          color: #231f20;
          font-size: 11px;
          line-height: 11px;
          text-transform: uppercase;
          text-align: left;
          float: left;
          width: 100%;
          position: absolute;
          top: 0px;
          z-index: 1;
          display: block;
          line-height: 28px; } }
      #wrapper.pt_product-search-result #main #primary .search-result-options .pagination .results-hits {
        display: inline;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 11px;
        line-height: 11px;
        text-transform: uppercase;
        margin-right: 5px;
        line-height: 31px; }
        #wrapper.pt_product-search-result #main #primary .search-result-options .pagination .results-hits a {
          display: none; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_product-search-result #main #primary .search-result-options .pagination .results-hits {
            display: none; } }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          #wrapper.pt_product-search-result #main #primary .search-result-options .pagination .results-hits {
            display: none; } }
      #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul {
        float: right; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul {
            width: 100%;
            position: relative;
            z-index: 10; } }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul {
            z-index: 10;
            position: relative; } }
        #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li {
          display: inline-block;
          border: 1px solid #CCCCCC;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          color: #231f20;
          font-size: 11px;
          line-height: 11px;
          text-transform: uppercase;
          line-height: 30px;
          width: 30px;
          height: 30px;
          text-align: center; }
          #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.mobile-pagin {
            display: none;
            height: 33px;
            line-height: 33px; }
            #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.mobile-pagin a {
              line-height: 33px !important; }
          #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li:hover, #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.current-page {
            border-color: #0099CC; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li {
              display: none; }
              #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.mobile-pagin {
                display: block;
                float: right;
                width: auto;
                border: 0;
                background: #005f9b; }
                #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.mobile-pagin:hover {
                  background-color: #0099CC; }
                #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.mobile-pagin a {
                  color: #ffffff;
                  padding: 0 10px; }
                  #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.mobile-pagin a span {
                    background: url(../images/mobile-pagin-bg-next.png) no-repeat right center;
                    padding: 0;
                    padding-right: 10px; }
              #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.mobile-pagin.first-elem {
                float: left; }
                #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.mobile-pagin.first-elem a span {
                  background: url(../images/mobile-pagin-bg.png) no-repeat left center;
                  padding: 0;
                  padding-left: 10px; } }
          @media only screen and (min-width: 768px) and (max-width: 1023px) {
            #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li {
              display: none; }
              #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.mobile-pagin {
                display: block;
                float: right;
                width: auto;
                border: 0;
                background: #005f9b;
                margin-left: 10px;
                z-index: 2;
                top: -4px;
                position: relative; }
                #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.mobile-pagin:hover {
                  background-color: #0099CC; }
                #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.mobile-pagin a {
                  color: #ffffff;
                  padding: 0 10px; }
                  #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.mobile-pagin a span {
                    background: url(../images/mobile-pagin-bg-next.png) no-repeat right center;
                    padding: 0;
                    padding-right: 10px; }
              #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.mobile-pagin.first-elem {
                float: left; }
                #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.mobile-pagin.first-elem a span {
                  background: url(../images/mobile-pagin-bg.png) no-repeat left center;
                  padding: 0;
                  padding-left: 10px; } }
          #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li a {
            font-family: "proxima-nova-alt", Arial, sans-serif;
            font-weight: 700;
            color: #231f20;
            font-size: 11px;
            line-height: 11px;
            text-transform: uppercase;
            line-height: 30px;
            text-decoration: none;
            display: block; }
          #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.first-last a {
            background-repeat: no-repeat;
            background-position: left top; }
            #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.first-last a.page-first {
              background-image: url(../images/pagin-img2.gif);
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
            #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.first-last a.page-previous {
              background-image: url(../images/pagin-img1.gif);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
            #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.first-last a.page-next {
              background-image: url(../images/pagin-img1.gif); }
            #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.first-last a.page-last {
              background-image: url(../images/pagin-img2.gif); }
            #wrapper.pt_product-search-result #main #primary .search-result-options .pagination ul li.first-last a span {
              visibility: hidden; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result #main #primary .search-result-options .pagination {
          margin: 0; } }
    #wrapper.pt_product-search-result #main #primary .search-result-options.bottom-line {
      padding: 0;
      border: 0;
      padding-top: 20px;
      border-top: 1px solid #CCCCCC;
      margin-top: 30px;
      margin-bottom: 20px;
      display: inline-block; }
      #wrapper.pt_product-search-result #main #primary .search-result-options.bottom-line .items-per-page,
      #wrapper.pt_product-search-result #main #primary .search-result-options.bottom-line .sort-by {
        display: none; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_product-search-result #main #primary .search-result-options.bottom-line .pagination {
          width: 100%; } }
      #wrapper.pt_product-search-result #main #primary .search-result-options.bottom-line .pagination .results-hits {
        display: none; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_product-search-result #main #primary .search-result-options.bottom-line .pagination .results-mobile.mobile-visible {
          width: 100%;
          text-align: center; } }
    #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems {
      background-color: #ffffff;
      border: 1px solid #CCCCCC;
      margin: 0 0 20px 0;
      padding: 10px;
      overflow: hidden; }
      #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems h2 {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        color: #005f9b;
        text-transform: uppercase;
        margin-bottom: 12px; }
      #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems .comparebar .compareitemspanel .compare-item {
        float: left;
        overflow: visible;
        position: relative;
        height: 85px;
        width: 85px;
        border: 1px solid #CCCCCC;
        margin-right: 10px; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems .comparebar .compareitemspanel .compare-item {
            width: 45.25%;
            margin: 0 2% 12px;
            height: 127px; } }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems .comparebar .compareitemspanel .compare-item {
            height: 75px;
            width: 75px; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems .comparebar .compareitemspanel {
          overflow: hidden;
          float: left;
          clear: both;
          width: 100%; } }
      #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems .comparebar .compare-buttons {
        float: right; }
        #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems .comparebar .compare-buttons button#clear-compared-items {
          background: none;
          border: none;
          float: right;
          position: relative;
          bottom: 27px;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          color: #231f20;
          font-size: 14px;
          line-height: 14px; }
          #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems .comparebar .compare-buttons button#clear-compared-items:hover {
            text-decoration: underline; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems .comparebar .compare-buttons button#clear-compared-items {
              float: left;
              clear: both;
              bottom: 0;
              width: 100%;
              padding: 16px 25px 14px;
              border: 1px solid #CCCCCC;
              margin: 10px auto; } }
        #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems .comparebar .compare-buttons button#compare-items-button {
          float: right;
          clear: both;
          position: relative;
          top: 27px;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          font-size: 16px;
          color: #ffffff;
          background: #ed3024;
          height: 44px;
          line-height: 44px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          letter-spacing: 0.05em;
          padding: 0 20px;
          text-transform: uppercase;
          border: 0; }
          #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems .comparebar .compare-buttons button#compare-items-button:hover {
            background-color: #eeeeee;
            border: 4px solid #ed3024;
            line-height: 36px;
            padding: 0 16px;
            color: #ed3024; }
          #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems .comparebar .compare-buttons button#compare-items-button:disabled {
            background-color: #eeeeee;
            color: #dddddd;
            border: none;
            padding: 0 20px;
            line-height: 44px; }
          @media only screen and (min-width: 768px) and (max-width: 1023px) {
            #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems .comparebar .compare-buttons button#compare-items-button {
              top: 15px; } }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems .comparebar .compare-buttons button#compare-items-button {
              float: left;
              clear: both;
              top: 0;
              margin-top: 10px;
              padding: 16px auto 14px;
              width: 100%; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_product-search-result #main #primary .search-result-options .compareitems .comparebar .compare-buttons {
            clear: both;
            float: left;
            width: 100%; } }
  #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile {
    width: 31%;
    height: 477px;
    padding-left: 3.5%;
    padding-bottom: 10px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile {
        width: 45%;
        padding-left: 0;
        padding-right: 10%;
        float: left;
        padding-bottom: 0px; }
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile:nth-child(2n) {
          padding-right: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile {
        width: 45%;
        padding-left: 0;
        padding-right: 10%;
        float: left;
        padding-bottom: 0px; }
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile:nth-child(2n) {
          padding-right: 0; } }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile.grid-slot {
      display: none; }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile.grid-reserve {
      display: none; }
    @media only screen and (min-width: 1280px) {
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile.grid-slot {
        display: block; }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile.grid-reserve {
        display: block; } }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile.grid-tall {
      z-index: 2; }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile.grid-tall .html-slot-container {
        height: 954px; }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile.grid-long {
      width: 65.5%;
      z-index: 2; }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile.grid-wide {
      width: 100%;
      z-index: 2; }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile.grid-block {
      width: 65.5%;
      z-index: 2; }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile.grid-block .html-slot-container {
        height: 954px; }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile.new-row {
      padding-left: 0%; }
    @media only screen and (min-width: 1280px) {
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile.new-row {
        padding-left: 3.5%; }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile.new-row-slots {
        padding-left: 0%; } }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-image {
      position: relative;
      padding-bottom: 5px;
      border-bottom: 1px solid #CCCCCC;
      margin-bottom: 20px;
      min-height: 273px; }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-image {
          min-height: 225px; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-image {
          min-height: 245px; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-image {
          padding-bottom: 0;
          margin-bottom: 7px;
          min-height: 135px; } }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-image a {
        outline: none;
        display: inline-block; }
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-image a img {
          width: 100%; }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-image #quickviewbutton {
        left: 0; }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-name {
      margin-bottom: 1em;
      min-height: 40px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-name {
          min-height: 43px; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-name {
          min-height: 60px; } }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-name h2 {
        text-align: center;
        line-height: 16px; }
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-name h2 a {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          color: #005f9b;
          font-size: 20px;
          line-height: 20px;
          text-transform: uppercase;
          font-size: 13px;
          text-decoration: none;
          line-height: 1; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-name h2 a {
              font-size: 11px; } }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-pricing {
      text-align: center;
      margin-top: 5px; }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-pricing span {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        font-size: 13px; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-pricing span {
            font-size: 11px;
            line-height: 14px; } }
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-pricing span.product-standard-price {
          text-decoration: line-through; }
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-pricing span:nth-child(2) {
          color: #ed3024; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-pricing {
          min-height: 0; } }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-promo {
      text-align: center; }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-promo .promotional-message {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        font-size: 13px;
        color: #ed3024; }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .reviewstarratings-inner {
      margin-top: 10px; }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-compare {
      text-align: center; }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-compare input {
        opacity: 0; }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-compare label {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 11px;
        line-height: 11px;
        text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-compare {
          display: none; } }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches {
      text-align: center; }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .product-swatches-all {
        display: none; }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches a.more-colors {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 11px;
        line-height: 11px;
        text-transform: uppercase;
        font-size: 10px;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 5px; }
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches a.more-colors:hover {
          text-decoration: underline; }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .swatch-list {
        position: relative;
        z-index: 10; }
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .swatch-list.swatch-toggle {
          display: none; }
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .swatch-list li {
          width: 28px;
          height: 28px;
          display: inline-block;
          padding: 2px;
          float: none;
          border: 2px solid #CCCCCC;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          margin: 0; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .swatch-list li {
              margin-bottom: 10px; } }
          #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .swatch-list li a {
            font-size: 0;
            width: 28px;
            height: 28px;
            display: block;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px; }
            #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .swatch-list li a img {
              width: 28px;
              height: 28px;
              display: block;
              border-radius: 30px;
              -webkit-border-radius: 30px;
              -moz-border-radius: 30px; }
          #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .swatch-list li.selected {
            width: 28px;
            height: 28px;
            padding: 2px;
            border: 2px solid #00aedb; }
            #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .swatch-list li.selected a {
              width: 28px;
              height: 28px; }
          #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .swatch-list li:hover {
            width: 28px;
            height: 28px;
            padding: 2px;
            border: 2px solid #00aedb; }
            #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .swatch-list li:hover a {
              width: 28px;
              height: 28px; }
      #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .swatch-list-inner {
        position: relative;
        z-index: 15; }
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .swatch-list-inner.swatch-toggle {
          display: none; }
        #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .swatch-list-inner .swatch-list-more {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          padding: 10px 15px;
          background: #ffffff;
          border: 2px solid #0099CC;
          display: block;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          z-index: 11; }
          @media only screen and (min-width: 1024px) and (max-width: 1279px) {
            #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile .product-swatches .swatch-list-inner .swatch-list-more {
              padding: 10px 9px; } }
    #wrapper.pt_product-search-result #main #primary .search-result-content #search-result-items .grid-tile .product-tile #reviewstarratings {
      padding: 10px 0;
      text-align: center; }
#wrapper.pt_product-search-result #main #secondary {
  width: 21%;
  margin-right: 3%;
  margin-bottom: 36px;
  float: left; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    #wrapper.pt_product-search-result #main #secondary {
      width: 23%;
      margin-right: 3%; } }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_product-search-result #main #secondary {
      width: 100%;
      float: none; } }
#wrapper.pt_product-search-result #main select.hasCustomSelect {
  z-index: 10; }
  #wrapper.pt_product-search-result #main select.hasCustomSelect + .customSelect {
    z-index: 5; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide.slick-center {
    opacity: 1; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background-color: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.5; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* ----- NO SEARCH HITS & CONTENT PAGES ----- */
#wrapper.pt_product-search-noresult #main, #wrapper.pt_content #main {
  width: 100%; }
  #wrapper.pt_product-search-noresult #main .breadcrumb, #wrapper.pt_content #main .breadcrumb {
    height: auto;
    background-color: #ffffff;
    border-bottom: 1px solid #CCCCCC;
    margin: 0; }
    #wrapper.pt_product-search-noresult #main .breadcrumb .breadcrumb-wrapper, #wrapper.pt_content #main .breadcrumb .breadcrumb-wrapper {
      max-width: 1136px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-noresult #main .breadcrumb .breadcrumb-wrapper, #wrapper.pt_content #main .breadcrumb .breadcrumb-wrapper {
          max-width: 100%;
          padding: 0 5%; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_product-search-noresult #main .breadcrumb .breadcrumb-wrapper, #wrapper.pt_content #main .breadcrumb .breadcrumb-wrapper {
          max-width: 720px; } }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        #wrapper.pt_product-search-noresult #main .breadcrumb .breadcrumb-wrapper, #wrapper.pt_content #main .breadcrumb .breadcrumb-wrapper {
          max-width: 960px; } }
    #wrapper.pt_product-search-noresult #main .breadcrumb a.breadcrumb-home, #wrapper.pt_content #main .breadcrumb a.breadcrumb-home {
      display: none; }
    #wrapper.pt_product-search-noresult #main .breadcrumb h1, #wrapper.pt_content #main .breadcrumb h1 {
      margin: 0;
      padding: 52px 0;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      color: #231f20;
      font-size: 14px;
      line-height: 14px;
      text-transform: uppercase;
      text-transform: uppercase;
      font-size: 13px; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-noresult #main .breadcrumb h1, #wrapper.pt_content #main .breadcrumb h1 {
          padding: 20px 0; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_product-search-noresult #main .breadcrumb h1, #wrapper.pt_content #main .breadcrumb h1 {
          padding: 30px 0; } }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        #wrapper.pt_product-search-noresult #main .breadcrumb h1, #wrapper.pt_content #main .breadcrumb h1 {
          padding: 40px 0; } }
      #wrapper.pt_product-search-noresult #main .breadcrumb h1 a, #wrapper.pt_content #main .breadcrumb h1 a {
        text-decoration: none;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 42px;
        line-height: 42px;
        text-transform: uppercase;
        padding-right: 20px; }
  #wrapper.pt_product-search-noresult #main #primary, #wrapper.pt_content #main #primary {
    max-width: 1136px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_product-search-noresult #main #primary, #wrapper.pt_content #main #primary {
        max-width: 90%;
        padding: 0 5%; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      #wrapper.pt_product-search-noresult #main #primary, #wrapper.pt_content #main #primary {
        max-width: 720px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      #wrapper.pt_product-search-noresult #main #primary, #wrapper.pt_content #main #primary {
        max-width: 960px; } }
    #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper, #wrapper.pt_content #main #primary .nohits-wrapper {
      width: 50%;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 400;
      color: #231f20;
      font-size: 14px;
      line-height: 14px; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper, #wrapper.pt_content #main #primary .nohits-wrapper {
          width: 100%; } }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper, #wrapper.pt_content #main #primary .nohits-wrapper {
          width: 75%; } }
      #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper h1, #wrapper.pt_content #main #primary .nohits-wrapper h1 {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #005f9b;
        font-size: 36px;
        line-height: 36px;
        text-transform: uppercase;
        margin: 70px 0px 30px 0px; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper h1, #wrapper.pt_content #main #primary .nohits-wrapper h1 {
            margin: 30px 0px 30px 0px; } }
      #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .section-header, #wrapper.pt_content #main #primary .nohits-wrapper .section-header {
        padding-bottom: 30px;
        border-bottom: 1px solid #CCCCCC; }
        #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .section-header .no-hits-search-term, #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .section-header .no-hits-search-term-suggest, #wrapper.pt_content #main #primary .nohits-wrapper .section-header .no-hits-search-term, #wrapper.pt_content #main #primary .nohits-wrapper .section-header .no-hits-search-term-suggest {
          text-transform: uppercase;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          color: #231f20;
          font-size: 14px;
          line-height: 14px; }
      #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-help, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-help {
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #CCCCCC; }
        #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-help p, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-help p {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          color: #231f20;
          font-size: 14px;
          line-height: 14px;
          text-transform: uppercase;
          font-size: 15px;
          padding-bottom: 20px; }
        #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-help ul li, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-help ul li {
          list-style: disc inside;
          padding-bottom: 5px;
          line-height: 20px; }
      #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-search, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-search {
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #CCCCCC; }
        #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-search label, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-search label {
          display: block;
          width: 100%;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          color: #231f20;
          font-size: 14px;
          line-height: 14px;
          text-transform: uppercase;
          font-size: 15px;
          margin-bottom: 20px; }
        #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-search input[type="text"], #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-search input[type="text"] {
          width: 60%;
          height: 32px;
          line-height: 32px; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-search input[type="text"], #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-search input[type="text"] {
              width: 100%;
              padding: 0 15px;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              -webkit-box-sizing: border-box;
              margin-bottom: 20px; } }
        #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-search button, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-search button {
          vertical-align: top;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          font-size: 16px;
          color: #ffffff;
          background: #ed3024;
          height: 44px;
          line-height: 44px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          letter-spacing: 0.05em;
          padding: 0 20px;
          text-transform: uppercase;
          border: 0;
          height: 36px;
          line-height: 28px; }
          #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-search button:hover, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-search button:hover {
            background-color: #eeeeee;
            border: 4px solid #ed3024;
            line-height: 36px;
            padding: 0 16px;
            color: #ed3024; }
          #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-search button:disabled, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-search button:disabled {
            background-color: #eeeeee;
            color: #dddddd;
            border: none;
            padding: 0 20px;
            line-height: 44px; }
          #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-search button:hover, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-search button:hover {
            line-height: 28px; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-search button, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-search button {
              width: 100%;
              margin-left: 1px; } }
      #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-footer, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-footer {
        padding-top: 30px;
        padding-bottom: 30px; }
        #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-footer p, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-footer p {
          line-height: 20px; }
        #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-footer p:first-child, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-footer p:first-child {
          padding-bottom: 20px; }
        #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-footer a, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-footer a {
          text-decoration: none;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          color: #231f20;
          font-size: 14px;
          line-height: 14px; }
          #wrapper.pt_product-search-noresult #main #primary .nohits-wrapper .no-hits-footer a:hover, #wrapper.pt_content #main #primary .nohits-wrapper .no-hits-footer a:hover {
            text-decoration: underline;
            color: #0099CC; }

#wrapper.pt_content .breadcrumb {
  background-color: #ffffff;
  border-bottom: 1px solid #CCCCCC; }
  #wrapper.pt_content .breadcrumb .breadcrumb-wrapper h1 {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    color: #231f20;
    font-size: 42px;
    line-height: 42px;
    text-transform: uppercase;
    line-height: 1em;
    padding: 34px 0; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_content .breadcrumb .breadcrumb-wrapper h1 {
        font-size: 25px; } }
    #wrapper.pt_content .breadcrumb .breadcrumb-wrapper h1 a {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      color: #231f20;
      font-size: 42px;
      line-height: 42px;
      text-transform: uppercase; }
#wrapper.pt_content #primary .content-asset a {
  text-decoration: none; }
  #wrapper.pt_content #primary .content-asset a:hover {
    text-decoration: underline; }
#wrapper.pt_content #main div.breadcrumb {
  padding: 4px 0; }
  #wrapper.pt_content #main div.breadcrumb h1 {
    display: inline; }
  #wrapper.pt_content #main div.breadcrumb a, #wrapper.pt_content #main div.breadcrumb span {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 400;
    color: #231f20;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-transform: none; }
  #wrapper.pt_content #main div.breadcrumb a {
    margin-left: -3px;
    color: #00aedb; }
    #wrapper.pt_content #main div.breadcrumb a:after {
      content: '/';
      margin-left: 4px;
      display: inline-block;
      height: 22px;
      overflow: hidden;
      line-height: 36px;
      color: #CCCCCC; }
    #wrapper.pt_content #main div.breadcrumb a:last-child:after {
      content: ''; }
    #wrapper.pt_content #main div.breadcrumb a:hover {
      text-decoration: underline; }
      #wrapper.pt_content #main div.breadcrumb a:hover:after {
        text-decoration: none; }
    #wrapper.pt_content #main div.breadcrumb a.breadcrumb-first {
      margin-left: 0; }

#wrapper.pt_error #main {
  padding: 0 0 50px 0; }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_error #main {
      max-width: 90%;
      padding: 0 5%; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #wrapper.pt_error #main {
      max-width: 720px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    #wrapper.pt_error #main {
      max-width: 960px; } }
  #wrapper.pt_error #main h1 {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    color: #005f9b;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    margin: 30px 0px 30px 0px; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_error #main h1 {
        margin: 30px 0px 30px 0px; } }
  #wrapper.pt_error #main button {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    background: #0099CC;
    height: 44px;
    line-height: 44px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 0.05em;
    padding: 0 20px;
    text-transform: uppercase;
    border: 0;
    height: 41px; }
    #wrapper.pt_error #main button:hover {
      background-color: #d8f5ff;
      border: 4px solid #0099CC;
      padding: 0 16px;
      line-height: 36px;
      color: #0099CC; }
    #wrapper.pt_error #main button:disabled {
      background-color: #eeeeee;
      color: #dddddd; }
      #wrapper.pt_error #main button:disabled:hover {
        background-color: #eeeeee;
        color: #dddddd;
        border: 4px solid #eeeeee; }
@media only screen and (max-width: 767px) {
  #wrapper.pt_error.pt_content #main {
    max-width: 100%;
    padding: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #wrapper.pt_error.pt_content #main {
    max-width: 100%; } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  #wrapper.pt_error.pt_content #main {
    max-width: 100%; } }
#wrapper.pt_error.pt_content ol.breadcrumb {
  display: block; }
  #wrapper.pt_error.pt_content ol.breadcrumb li {
    display: inline-block; }
    #wrapper.pt_error.pt_content ol.breadcrumb li:first-child a::after {
      content: "/" !important;
      display: inline-block;
      height: 22px;
      line-height: 36px;
      margin-left: 4px;
      overflow: hidden;
      color: #CCCCCC; }
    #wrapper.pt_error.pt_content ol.breadcrumb li span.breadcrumb-last {
      color: #CCCCCC; }

#mini-cart {
  position: relative; }
  #mini-cart a {
    color: #231f20; }
    #mini-cart a.mini-cart-link {
      color: #231f20;
      text-decoration: none;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        #mini-cart a.mini-cart-link {
          height: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #mini-cart a.mini-cart-link {
          height: 42px; } }
  #mini-cart .mini-cart-content {
    display: none;
    position: absolute;
    right: -37px;
    top: 17px;
    width: 530px;
    max-height: 800px; }
    @media only screen and (max-width: 767px) {
      #mini-cart .mini-cart-content {
        right: -16px;
        max-height: 10000px; } }
    #mini-cart .mini-cart-content .mini-cart-no-back {
      width: 100%;
      height: 30px;
      background: none; }
    #mini-cart .mini-cart-content .mini-cart-content-shadow {
      z-index: 9999;
      background: #ffffff;
      border: none;
      box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
      width: 450px;
      position: relative;
      left: 37px; }
      @media only screen and (max-width: 767px) {
        #mini-cart .mini-cart-content .mini-cart-content-shadow {
          max-width: 220px;
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3); } }
    @media only screen and (max-width: 767px) {
      #mini-cart .mini-cart-content {
        max-width: 276px; } }
    #mini-cart .mini-cart-content .mini-cart-header {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      color: #231f20;
      font-size: 24px;
      line-height: 24px;
      text-transform: uppercase;
      text-align: center;
      text-transform: uppercase;
      border-bottom: 1px solid #CCCCCC;
      padding: 25px; }
      #mini-cart .mini-cart-content .mini-cart-header .mini-cart-close {
        display: none; }
  #mini-cart .mini-cart-products {
    padding: 20px 40px 0 8px;
    overflow: visible;
    max-height: none;
    border-bottom: 1px solid #CCCCCC; }
    @media only screen and (max-width: 767px) {
      #mini-cart .mini-cart-products {
        max-height: 100%;
        padding-right: 8px; } }
    #mini-cart .mini-cart-products .mini-cart-product {
      background: none;
      overflow: hidden;
      padding: 15px 0px 0px 41px; }
      @media only screen and (max-width: 767px) {
        #mini-cart .mini-cart-products .mini-cart-product {
          padding: 0 10px 0 10px; } }
      #mini-cart .mini-cart-products .mini-cart-product:last-child .mini-cart-pricing {
        border-bottom: none; }
      #mini-cart .mini-cart-products .mini-cart-product .mini-cart-image {
        float: right;
        width: 145px;
        text-align: center;
        padding-bottom: 10px; }
        #mini-cart .mini-cart-products .mini-cart-product .mini-cart-image img {
          display: inline-block;
          max-width: 145px; }
        @media only screen and (max-width: 767px) {
          #mini-cart .mini-cart-products .mini-cart-product .mini-cart-image {
            float: none;
            display: block !important;
            margin: 0 auto; } }
      #mini-cart .mini-cart-products .mini-cart-product .mini-cart-name, #mini-cart .mini-cart-products .mini-cart-product .mini-cart-attributes {
        float: left;
        clear: left;
        width: 140px;
        font-size: 13px;
        font-weight: 700;
        padding-left: 17px;
        line-height: 2em; }
      #mini-cart .mini-cart-products .mini-cart-product .mini-cart-name a {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 13px;
        color: #005f9b;
        text-transform: uppercase;
        text-decoration: none; }
      #mini-cart .mini-cart-products .mini-cart-product .mini-cart-attributes span {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 13px;
        color: #231f20;
        text-transform: uppercase; }
      #mini-cart .mini-cart-products .mini-cart-product .mini-cart-pricing {
        clear: both;
        float: none;
        width: 337px;
        margin: 0 auto;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        padding: 20px 1px 20px 17px;
        box-sizing: border-box;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        text-transform: uppercase;
        color: #005f9b; }
        #mini-cart .mini-cart-products .mini-cart-product .mini-cart-pricing .value {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          color: #231f20;
          font-size: 14px;
          line-height: 14px;
          text-transform: uppercase;
          color: #231f20; }
        #mini-cart .mini-cart-products .mini-cart-product .mini-cart-pricing .mini-cart-price {
          float: right;
          color: #231f20; }
          #mini-cart .mini-cart-products .mini-cart-product .mini-cart-pricing .mini-cart-price .price-unadjusted {
            display: inline-block;
            text-decoration: line-through;
            margin-right: 3px; }
          #mini-cart .mini-cart-products .mini-cart-product .mini-cart-pricing .mini-cart-price .price-adjusted-total {
            color: #ed3024 !important; }
        #mini-cart .mini-cart-products .mini-cart-product .mini-cart-pricing .mini-cart-price:nth-child(2) {
          color: #ed3024; }
    #mini-cart .mini-cart-products .mini-cart-products-wrapper {
      position: relative; }
      #mini-cart .mini-cart-products .mini-cart-products-wrapper .viewport {
        overflow: hidden;
        position: relative;
        width: 98%; }
        #mini-cart .mini-cart-products .mini-cart-products-wrapper .viewport .overview {
          left: 0;
          list-style: outside none none;
          margin: 0;
          padding: 0;
          position: relative;
          top: 0; }
        @media only screen and (max-width: 767px) {
          #mini-cart .mini-cart-products .mini-cart-products-wrapper .viewport {
            max-height: 100%;
            overflow: visible;
            width: 100%; } }
      #mini-cart .mini-cart-products .mini-cart-products-wrapper .scrollbar {
        background: #eeeeee;
        float: right;
        position: relative;
        width: 8px; }
        #mini-cart .mini-cart-products .mini-cart-products-wrapper .scrollbar .track {
          background: #eeeeee;
          height: 100%;
          overflow: hidden;
          padding: 0 1px;
          position: relative;
          width: 6px; }
          #mini-cart .mini-cart-products .mini-cart-products-wrapper .scrollbar .track .thumb {
            background: none repeat scroll 0 0 #bbbbbb;
            border-radius: 2px;
            cursor: pointer;
            height: 65px;
            left: 2px;
            overflow: hidden;
            position: absolute;
            top: 0;
            width: 4px; }
      #mini-cart .mini-cart-products .mini-cart-products-wrapper .mini-cart-small-wrapper {
        display: table; }
        @media only screen and (max-width: 767px) {
          #mini-cart .mini-cart-products .mini-cart-products-wrapper .mini-cart-small-wrapper {
            display: block; } }
        #mini-cart .mini-cart-products .mini-cart-products-wrapper .mini-cart-small-wrapper .mini-cart-left-small-wrapper {
          display: table-cell;
          vertical-align: middle;
          height: 158px; }
          @media only screen and (max-width: 767px) {
            #mini-cart .mini-cart-products .mini-cart-products-wrapper .mini-cart-small-wrapper .mini-cart-left-small-wrapper {
              display: block;
              height: auto; } }
      #mini-cart .mini-cart-products .mini-cart-products-wrapper .mini-cart-image-mobile {
        display: none; }
        @media only screen and (max-width: 767px) {
          #mini-cart .mini-cart-products .mini-cart-products-wrapper .mini-cart-image-mobile {
            display: block; } }
      @media only screen and (max-width: 767px) {
        #mini-cart .mini-cart-products .mini-cart-products-wrapper .mini-cart-image {
          display: none; } }
  #mini-cart .mini-cart-totals {
    text-align: center;
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    color: #231f20;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding-bottom: 1px; }
    #mini-cart .mini-cart-totals .mini-cart-subtotals {
      width: 337px;
      padding: 20px 9px;
      margin: 0 auto;
      border-bottom: 1px solid #CCCCCC;
      text-transform: uppercase;
      text-align: right;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -weblik-box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        #mini-cart .mini-cart-totals .mini-cart-subtotals {
          width: 198px; } }
      @media only screen and (max-width: 767px) {
        #mini-cart .mini-cart-totals .mini-cart-subtotals .label, #mini-cart .mini-cart-totals .mini-cart-subtotals .value {
          float: none;
          display: block;
          width: 100%;
          text-align: center; } }
      #mini-cart .mini-cart-totals .mini-cart-subtotals .label {
        float: left;
        color: #005f9b; }
      #mini-cart .mini-cart-totals .mini-cart-subtotals .value {
        color: #231f20; }
    #mini-cart .mini-cart-totals .mini-cart-slot {
      width: 300px;
      margin: 0 auto; }
    #mini-cart .mini-cart-totals .mini-cart-link-checkout {
      display: block;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #ffffff;
      background: #f79727;
      height: 54px;
      line-height: 54px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      letter-spacing: 0.05em;
      padding: 0 78px;
      text-transform: uppercase;
      border: 0;
      clear: both;
      width: auto;
      max-width: 300px;
      margin: 20px auto 19px auto;
      text-transform: uppercase;
      box-sizing: border-box;
      text-decoration: none; }
      #mini-cart .mini-cart-totals .mini-cart-link-checkout:hover {
        background-color: #ffefde;
        border: 4px solid #f79727;
        padding: 0 66px;
        line-height: 46px;
        color: #f79727; }
      #mini-cart .mini-cart-totals .mini-cart-link-checkout:disabled {
        background-color: #eeeeee;
        color: #dddddd; }
      @media only screen and (max-width: 767px) {
        #mini-cart .mini-cart-totals .mini-cart-link-checkout {
          max-width: 100%;
          margin: 20px 2px 19px 2px;
          padding: 0; } }
    #mini-cart .mini-cart-totals .mini-cart-link-cart {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #ffffff;
      background: #0099CC;
      height: 44px;
      line-height: 44px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      letter-spacing: 0.05em;
      padding: 0 20px;
      text-transform: uppercase;
      border: 0;
      max-width: 300px;
      box-sizing: border-box;
      width: 100%;
      display: inline-block;
      text-decoration: none;
      padding: 0;
      margin-bottom: 20px; }
      #mini-cart .mini-cart-totals .mini-cart-link-cart:hover {
        background-color: #d8f5ff;
        border: 4px solid #0099CC;
        padding: 0 16px;
        line-height: 36px;
        color: #0099CC; }
      #mini-cart .mini-cart-totals .mini-cart-link-cart:disabled {
        background-color: #eeeeee;
        color: #dddddd; }
        #mini-cart .mini-cart-totals .mini-cart-link-cart:disabled:hover {
          background-color: #eeeeee;
          color: #dddddd;
          border: 4px solid #eeeeee; }
      @media only screen and (max-width: 767px) {
        #mini-cart .mini-cart-totals .mini-cart-link-cart {
          max-width: 100%;
          margin: 20px 2px 19px 2px;
          padding: 0; } }
  #mini-cart .bonus-discount-container {
    display: none; }

#tooltip {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0em;
  color: #707170;
  line-height: 22px;
  background-color: #ffffff;
  border: 1px solid #666666;
  opacity: 0.95;
  position: absolute;
  z-index: 3000;
  padding: 5px; }
  #tooltip .small {
    width: 300px; }
  #tooltip .medium {
    width: 500px; }
  #tooltip .recommendation-tooltip-header {
    background: none repeat scroll 0 0 #707170;
    font-size: 14px;
    font-weight: bold;
    padding: 10px; }
    #tooltip .recommendation-tooltip-header .product-price .price-standard {
      color: #707170;
      text-decoration: line-through; }
  #tooltip .recommendation-tooltip-description {
    padding: 10px; }
  #tooltip .recommendation-tooltip-attributes {
    padding: 10px; }

#wrapper.pt_order-confirmation #main {
  width: 100%; }
  #wrapper.pt_order-confirmation #main .header-container {
    border-bottom: 1px solid #CCCCCC; }
    #wrapper.pt_order-confirmation #main .header-container h1 {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      color: #231f20;
      text-transform: uppercase;
      line-height: 36px;
      padding: 34px 0;
      margin-bottom: 0;
      font-size: 42px;
      line-height: 1em; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_order-confirmation #main .header-container h1 {
          font-size: 25px; } }
  #wrapper.pt_order-confirmation #main #wrapper.pt_order-confirmation .order-shipment-table .price-unadjusted {
    text-decoration: line-through;
    display: inline-block;
    margin-right: 3px; }
  #wrapper.pt_order-confirmation #main #wrapper.pt_order-confirmation .order-shipment-table .price-adjusted-total {
    color: #ed3024 !important; }
  #wrapper.pt_order-confirmation #main #checkout {
    max-width: 1136px;
    width: 1136px;
    margin: 50px auto 0; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_order-confirmation #main #checkout {
        max-width: 90%;
        margin: 0 5%; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      #wrapper.pt_order-confirmation #main #checkout {
        max-width: 720px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      #wrapper.pt_order-confirmation #main #checkout {
        max-width: 960px; } }
    #wrapper.pt_order-confirmation #main #checkout #primary {
      width: 70%;
      margin-right: 5%;
      float: left;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_order-confirmation #main #checkout #primary {
          width: 100%;
          float: none;
          margin-right: 0;
          margin-bottom: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_order-confirmation #main #checkout #primary {
          width: 100%;
          float: none;
          margin-right: 0;
          margin-bottom: 0; } }
    #wrapper.pt_order-confirmation #main #checkout #secondary {
      width: 25%;
      float: right; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_order-confirmation #main #checkout #secondary {
          width: 100%;
          float: none;
          margin-left: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_order-confirmation #main #checkout #secondary {
          width: 100%;
          float: none;
          margin-left: 0; } }
      #wrapper.pt_order-confirmation #main #checkout #secondary .login-box h2.section-header {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #005f9b;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #CCCCCC; }
      #wrapper.pt_order-confirmation #main #checkout #secondary .login-box p {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 400;
        color: #231f20;
        font-size: 14px;
        line-height: 14px; }
      #wrapper.pt_order-confirmation #main #checkout #secondary .login-box .form-row {
        margin: 10px 0; }
        #wrapper.pt_order-confirmation #main #checkout #secondary .login-box .form-row label {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          color: #231f20;
          font-size: 16px;
          line-height: 16px;
          font-size: 20px;
          color: #666666; }
        #wrapper.pt_order-confirmation #main #checkout #secondary .login-box .form-row input {
          width: 100%;
          box-sizing: border-box; }
        #wrapper.pt_order-confirmation #main #checkout #secondary .login-box .form-row .form-caption {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          color: #231f20;
          font-size: 14px;
          line-height: 14px; }
          #wrapper.pt_order-confirmation #main #checkout #secondary .login-box .form-row .form-caption.error-message {
            font-family: "proxima-nova-alt", Arial, sans-serif;
            font-weight: 700;
            color: #231f20;
            font-size: 11px;
            line-height: 11px;
            text-transform: uppercase;
            font-size: 13px;
            color: #ed3024; }
      #wrapper.pt_order-confirmation #main #checkout #secondary .login-box button {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #ffffff;
        background: #ed3024;
        height: 44px;
        line-height: 44px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        letter-spacing: 0.05em;
        padding: 0 20px;
        text-transform: uppercase;
        border: 0;
        width: 100%;
        margin: 10px 0; }
        #wrapper.pt_order-confirmation #main #checkout #secondary .login-box button:hover {
          background-color: #eeeeee;
          border: 4px solid #ed3024;
          line-height: 36px;
          padding: 0 16px;
          color: #ed3024; }
        #wrapper.pt_order-confirmation #main #checkout #secondary .login-box button:disabled {
          background-color: #eeeeee;
          color: #dddddd;
          border: none;
          padding: 0 20px;
          line-height: 44px; }
    #wrapper.pt_order-confirmation #main #checkout .order-confirmation-details {
      margin-top: 15px;
      padding-top: 20px;
      border-top: 1px solid #CCCCCC; }
      #wrapper.pt_order-confirmation #main #checkout .order-confirmation-details .content-header {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #005f9b;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 25px;
        display: block; }
      #wrapper.pt_order-confirmation #main #checkout .order-confirmation-details .order-data {
        clear: both; }
      #wrapper.pt_order-confirmation #main #checkout .order-confirmation-details .print-page {
        float: right;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 400;
        color: #231f20;
        font-size: 12px;
        line-height: 12px;
        text-decoration: none;
        cursor: pointer; }
        #wrapper.pt_order-confirmation #main #checkout .order-confirmation-details .print-page:hover {
          text-decoration: underline; }
    #wrapper.pt_order-confirmation #main #checkout .order-info {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      font-size: 15px;
      color: #005f9b;
      text-transform: uppercase;
      line-height: 100%;
      margin-bottom: 7px; }
    #wrapper.pt_order-confirmation #main #checkout .item-list {
      margin-top: 54px;
      margin-bottom: 54px; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_order-confirmation #main #checkout .item-list {
          margin-top: 20px;
          padding-bottom: 20px;
          border-bottom: 0;
          margin-bottom: 0; } }
      #wrapper.pt_order-confirmation #main #checkout .item-list .order-billing, #wrapper.pt_order-confirmation #main #checkout .item-list .order-payment-instruments, #wrapper.pt_order-confirmation #main #checkout .item-list .order-payment-summary {
        background: #eeeeee; }
      #wrapper.pt_order-confirmation #main #checkout .item-list tr {
        border: 0; }
        #wrapper.pt_order-confirmation #main #checkout .item-list tr td {
          display: inline-block;
          vertical-align: top;
          width: 25.4%;
          border-top: 1px solid #CCCCCC;
          border-bottom: 1px solid #CCCCCC;
          background-color: #ffffff;
          padding: 10px 3.3%;
          font-size: 14px;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          color: #231f20;
          font-size: 14px;
          line-height: 14px;
          line-height: 24px;
          min-height: 220px; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_order-confirmation #main #checkout .item-list tr td {
              min-height: 0;
              width: 94%;
              padding: 10px 3%;
              font-size: 14px !important;
              margin-right: 0;
              margin-bottom: 15px; } }
          #wrapper.pt_order-confirmation #main #checkout .item-list tr td:last-child {
            margin-right: 0; }
          #wrapper.pt_order-confirmation #main #checkout .item-list tr td h4 {
            font-size: 12px;
            font-family: "proxima-nova-alt", Arial, sans-serif;
            font-weight: 700;
            color: #005f9b;
            text-transform: uppercase;
            padding: 0;
            margin: 0; }
          #wrapper.pt_order-confirmation #main #checkout .item-list tr td .order-totals-table thead {
            display: none; }
          #wrapper.pt_order-confirmation #main #checkout .item-list tr td .order-totals-table tr {
            border: 0; }
            #wrapper.pt_order-confirmation #main #checkout .item-list tr td .order-totals-table tr td {
              background: #eeeeee;
              padding: 0;
              margin: 0;
              width: 35%;
              text-align: right;
              font-size: 14px;
              font-family: "proxima-nova-alt", Arial, sans-serif;
              font-weight: 400;
              color: #231f20;
              font-size: 14px;
              line-height: 14px;
              line-height: 24px;
              border: 0;
              min-height: 0; }
              #wrapper.pt_order-confirmation #main #checkout .item-list tr td .order-totals-table tr td:first-child {
                text-align: left;
                width: 65%; }
            #wrapper.pt_order-confirmation #main #checkout .item-list tr td .order-totals-table tr.order-total td, #wrapper.pt_order-confirmation #main #checkout .item-list tr td .order-totals-table tr.order-subtotal td {
              font-family: "proxima-nova-alt", Arial, sans-serif;
              font-weight: 700;
              font-size: 12px;
              text-transform: uppercase;
              color: #005f9b;
              padding-top: 9px; }
              #wrapper.pt_order-confirmation #main #checkout .item-list tr td .order-totals-table tr.order-total td:last-child, #wrapper.pt_order-confirmation #main #checkout .item-list tr td .order-totals-table tr.order-subtotal td:last-child {
                color: #231f20; }
            #wrapper.pt_order-confirmation #main #checkout .item-list tr td .order-totals-table tr.order-total td {
              padding-top: 15px; }
          #wrapper.pt_order-confirmation #main #checkout .item-list tr td.order-small {
            width: 2%;
            background: none;
            border: 0;
            padding: 0;
            margin: 0; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #wrapper.pt_order-confirmation #main #checkout .item-list td {
          width: 25.2% !important; } }
  @media only screen and (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 1279px), only screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 1279px) {
    #wrapper.pt_order-confirmation #main #checkout .item-list td {
      width: 25.1% !important; } }
  @media only screen and (-ms-high-contrast: active) and (max-width: 767px), only screen and (-ms-high-contrast: none) and (max-width: 767px) {
    #wrapper.pt_order-confirmation #main #checkout .item-list td {
      width: 94% !important; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #wrapper.pt_order-confirmation #main #checkout .item-list td .order-detail-summary td {
          width: 45.2% !important; }
        #wrapper.pt_order-confirmation #main #checkout .item-list td.order-small {
          width: 1.3% !important;
          background: none !important;
          border: 0 !important;
          padding: 0 !important;
          margin: 0 !important; } }
    #wrapper.pt_order-confirmation #main #checkout div.content-header {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #005f9b;
      text-transform: uppercase;
      padding: 30px 0;
      border-top: 1px solid #CCCCCC; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_order-confirmation #main #checkout div.content-header {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          font-size: 18px;
          padding: 0 0 5px 0;
          border-top: 0; } }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_order-confirmation #main #checkout .order-shipment-table {
        margin: 0; } }
    #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr th {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      font-size: 15px !important;
      color: #005f9b;
      text-transform: uppercase;
      padding: 1%;
      line-height: 100%;
      width: 30%; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr th {
          display: none; } }
      #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr th.shipping-to {
        display: none; }
      #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr th:nth-child(2) {
        text-align: center;
        width: 20%; }
      #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr th:nth-child(3) {
        text-align: right;
        width: 15%;
        padding-left: 2%;
        padding-right: 2%; }
      #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr th.section-header.no-border {
        width: 1%; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr th {
          border-bottom: 1px solig #CCCCCC; } }
    #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      font-size: 12px;
      color: #231f20;
      line-height: 24px;
      padding: 20px 0 0 0;
      border-top: 1px solid #CCCCCC; }
      #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td .product-list-item {
        text-transform: uppercase; }
        #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td .product-list-item .name a {
          color: #005f9b;
          text-decoration: none; }
        #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td .product-list-item .sku span {
          color: #231f20; }
        #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td .product-list-item .attribute span {
          color: #231f20; }
      #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td .mini-cart-price {
        float: right;
        color: #231f20; }
        #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td .mini-cart-price .price-unadjusted {
          display: inline-block;
          text-decoration: line-through; }
        #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td .mini-cart-price .price-adjusted-total {
          color: #ed3024 !important; }
      #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td:nth-child(1) {
        padding-left: 1%; }
      #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td:nth-child(2) {
        text-align: center;
        width: 20%;
        color: #231f20; }
      #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td:nth-child(3) {
        text-align: right;
        width: 15%;
        padding-left: 2%;
        padding-right: 2%; }
      #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td:nth-child(5) {
        width: 1%;
        border: none; }
      #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td.order-small {
        display: none; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td {
          width: 100%;
          padding: 0;
          float: left;
          border: 0; }
          #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td:nth-child(1) {
            padding-left: 3%;
            padding-right: 3%; }
          #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td:nth-child(2) {
            padding-left: 3%;
            padding-right: 0;
            width: 47%;
            text-align: left; }
          #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td:nth-child(3) {
            padding-left: 0;
            padding-right: 3%;
            width: 47%;
            text-align: right; } }
      #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td.order-shipment-details {
        width: 80%;
        float: right;
        border-left: 0;
        border-bottom: 1px solid #CCCCCC;
        border-top: 1px solid #CCCCCC;
        background-color: #eeeeee;
        padding: 0 20px 20px 20px;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 400;
        color: #231f20;
        font-size: 14px;
        line-height: 14px;
        line-height: 24px;
        font-size: 14px; }
        #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td.order-shipment-details .shipping-to-mobile {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          font-size: 12px;
          color: #005f9b;
          text-transform: uppercase; }
        #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td.order-shipment-details .shipping-method .label,
        #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td.order-shipment-details .shipping-status .label {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 12px;
          color: #005f9b; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td.order-shipment-details {
            width: 94%;
            padding: 10px 3%;
            border-top: 1px solid #CCCCCC;
            margin-top: 15px; }
            #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td.order-shipment-details .shipping-method {
              margin: 30px 0 0 0; }
            #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td.order-shipment-details .shipping-status {
              margin: 0; } }
        #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td.order-shipment-details .shipping-method {
          margin: 0; }
          #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td.order-shipment-details .shipping-method .label {
            width: auto; }
          #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td.order-shipment-details .shipping-method .value {
            margin-left: 0; }
        #wrapper.pt_order-confirmation #main #checkout .order-shipment-table tr td.order-shipment-details .shipping-status {
          margin-left: 0; }
    #wrapper.pt_order-confirmation #main #checkout .actions {
      padding: 30px 0;
      float: left;
      width: 100%;
      border-top: 1px solid #CCCCCC; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_order-confirmation #main #checkout .actions {
          border-top: 0;
          padding: 20px 0;
          border-bottom: 1px solid #CCCCCC;
          float: none;
          margin-bottom: 20px; } }
      #wrapper.pt_order-confirmation #main #checkout .actions a {
        float: right;
        width: 200px;
        text-align: center;
        padding: 11px 0;
        font-family: "Lato", Arial, sans-serif;
        font-weight: 700;
        font-size: 12px;
        background: none;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #ffffff;
        background: #0099CC;
        height: 44px;
        line-height: 44px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        letter-spacing: 0.05em;
        padding: 0 20px;
        text-transform: uppercase;
        border: 0;
        text-decoration: none; }
        #wrapper.pt_order-confirmation #main #checkout .actions a:hover {
          background-color: #d8f5ff;
          border: 4px solid #0099CC;
          padding: 0 16px;
          line-height: 36px;
          color: #0099CC; }
        #wrapper.pt_order-confirmation #main #checkout .actions a:disabled {
          background-color: #eeeeee;
          color: #dddddd; }
          #wrapper.pt_order-confirmation #main #checkout .actions a:disabled:hover {
            background-color: #eeeeee;
            color: #dddddd;
            border: 4px solid #eeeeee; }
        #wrapper.pt_order-confirmation #main #checkout .actions a:hover {
          height: 36px; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_order-confirmation #main #checkout .actions a {
            width: 100%;
            float: none;
            display: block;
            padding: 0; } }
    #wrapper.pt_order-confirmation #main #checkout .shipment-background.mobile {
      display: none; }
@media print {
  #wrapper.pt_order-confirmation #header, #wrapper.pt_order-confirmation .header-top-banner, #wrapper.pt_order-confirmation #footer, #wrapper.pt_order-confirmation .print-page, #wrapper.pt_order-confirmation .actions {
    display: none; }
  #wrapper.pt_order-confirmation #checkout {
    margin-top: 0 !important; }
  #wrapper.pt_order-confirmation .header-container {
    border-bottom: none !important;
    height: auto !important; }
  #wrapper.pt_order-confirmation h1 {
    margin: 10px auto !important; } }

@media only screen and (max-width: 767px) {
  #wrapper.pt_account #primary.primary-content.innerWrapper {
    width: 90%;
    margin: 0 5%; } }
#wrapper.pt_account #primary .order-history-right {
  margin-bottom: 20px; }
  #wrapper.pt_account #primary .order-history-right .account-logout a {
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 13px; }
  #wrapper.pt_account #primary .order-history-right .order-history-right-top {
    border-bottom: 1px solid #CCCCCC; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_account #primary .order-history-right .order-history-right-top {
        padding-bottom: 15px; } }
    #wrapper.pt_account #primary .order-history-right .order-history-right-top h2 {
      border-bottom: none;
      padding: 0;
      font-size: 20px;
      float: left; }
    #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination {
      float: right;
      text-align: right;
      width: 65%; }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination {
          width: 100%;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination {
          width: 100%;
          position: relative; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination .results-mobile {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          color: #231f20;
          font-size: 11px;
          line-height: 11px;
          text-transform: uppercase;
          text-align: center;
          float: left;
          width: 100%;
          position: absolute;
          top: 0px;
          z-index: 1; } }
      #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination .results-hits {
        display: inline;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 11px;
        line-height: 11px;
        text-transform: uppercase;
        margin-right: 5px;
        line-height: 30px; }
        #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination .results-hits a {
          display: none; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination .results-hits {
            display: none; } }
      #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul {
        float: right; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul {
            width: 100%;
            position: relative;
            z-index: 10; } }
        #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li {
          display: inline-block;
          border: 1px solid #CCCCCC;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          color: #231f20;
          font-size: 11px;
          line-height: 11px;
          text-transform: uppercase;
          line-height: 30px;
          width: 30px;
          height: 30px;
          text-align: center; }
          #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li.mobile-pagin {
            display: none; }
          #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li:hover, #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li.current-page {
            border-color: #0099CC; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li {
              display: none; }
              #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li.mobile-pagin {
                display: block;
                float: right;
                width: auto;
                border: 0;
                background: #005f9b; }
                #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li.mobile-pagin:hover {
                  background-color: #0099CC; }
                #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li.mobile-pagin a {
                  color: #ffffff;
                  padding: 0 10px; }
                  #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li.mobile-pagin a span {
                    background: url(../images/mobile-pagin-bg-next.png) no-repeat right center;
                    padding: 0;
                    padding-right: 10px; }
              #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li.mobile-pagin.first-elem {
                float: left; }
                #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li.mobile-pagin.first-elem a span {
                  background: url(../images/mobile-pagin-bg.png) no-repeat left center;
                  padding: 0;
                  padding-left: 10px; } }
          #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li a {
            font-family: "proxima-nova-alt", Arial, sans-serif;
            font-weight: 700;
            color: #231f20;
            font-size: 11px;
            line-height: 11px;
            text-transform: uppercase;
            line-height: 30px;
            text-decoration: none;
            display: block; }
          #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li.first-last a {
            background-repeat: no-repeat;
            background-position: left top; }
            #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li.first-last a.page-first {
              background-image: url(../images/pagin-img2.gif);
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
            #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li.first-last a.page-previous {
              background-image: url(../images/pagin-img1.gif);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
            #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li.first-last a.page-next {
              background-image: url(../images/pagin-img1.gif); }
            #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li.first-last a.page-last {
              background-image: url(../images/pagin-img2.gif); }
            #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination ul li.first-last a span {
              visibility: hidden; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_account #primary .order-history-right .order-history-right-top .pagination {
          margin: 0; } }
    #wrapper.pt_account #primary .order-history-right .order-history-right-top.bottom-line {
      border: 0;
      padding: 20px 0 0;
      border-top: 1px solid #CCCCCC;
      margin-top: 10px; }
      #wrapper.pt_account #primary .order-history-right .order-history-right-top.bottom-line .items-per-page,
      #wrapper.pt_account #primary .order-history-right .order-history-right-top.bottom-line .sort-by {
        display: none; }
      #wrapper.pt_account #primary .order-history-right .order-history-right-top.bottom-line .pagination .results-hits {
        display: none; }
    #wrapper.pt_account #primary .order-history-right .order-history-right-top.no-border {
      border-bottom: none; }
  #wrapper.pt_account #primary .order-history-right .search-result-items > li {
    padding: 20px;
    background: #efefef;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin: 20px 0; }
    #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-header {
      padding-bottom: 10px;
      border-bottom: 1px solid #CCCCCC;
      margin-bottom: 10px; }
      #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-header button {
        float: right;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #ffffff;
        background: #ed3024;
        height: 44px;
        line-height: 44px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        letter-spacing: 0.05em;
        padding: 0 20px;
        text-transform: uppercase;
        border: 0; }
        #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-header button:hover {
          background-color: #eeeeee;
          border: 4px solid #ed3024;
          line-height: 36px;
          padding: 0 16px;
          color: #ed3024; }
        #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-header button:disabled {
          background-color: #eeeeee;
          color: #dddddd;
          border: none;
          padding: 0 20px;
          line-height: 44px; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-header button {
            width: 100%;
            margin: 10px 0; } }
      #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-header .order-history-header-left {
        float: left; }
      #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-header .order-history-header-left * {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        color: #005f9b;
        line-height: 20px; }
      #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-header * a {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #666666;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: 300; }
    #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items span.value {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 400;
      color: #231f20;
      font-size: 14px;
      line-height: 14px; }
    #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items table tr td {
      width: auto;
      padding: 0; }
    #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items td {
      vertical-align: top;
      width: 33%; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items td {
          display: block;
          margin: 10px 0;
          width: 100%; } }
      #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items td .order-shipped-to, #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items td .order-items, #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items td .order-total-price {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        color: #231f20;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        line-height: 20px; }
        #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items td .order-shipped-to.mobile-top, #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items td .order-items.mobile-top, #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items td .order-total-price.mobile-top {
          display: none; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items td .order-shipped-to.mobile-top, #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items td .order-items.mobile-top, #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items td .order-total-price.mobile-top {
              display: block; } }
    #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items th.order-shipped-to, #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items th.order-items, #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items th.order-total-price {
      width: 33%;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      color: #231f20;
      font-size: 14px;
      line-height: 14px;
      text-transform: uppercase;
      color: #005f9b;
      line-height: 20px; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items th.order-shipped-to, #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items th.order-items, #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items th.order-total-price {
          display: none; } }
    #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items .order-items ul li {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 400;
      color: #231f20;
      font-size: 14px;
      line-height: 14px;
      text-transform: none;
      margin: 7px 0; }
      #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items .order-items ul li:first-child {
        margin: 0 0 7px 0; }
      #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items .order-items ul li.hidden {
        display: none; }
      #wrapper.pt_account #primary .order-history-right .search-result-items > li .order-history-items .order-items ul li .toggle {
        margin: 10px 0;
        display: block;
        font-size: 12px;
        text-decoration: underline;
        cursor: pointer; }
#wrapper.pt_account #primary .order-details-right .content-header {
  font-family: "proxima-nova-alt", Arial, sans-serif;
  font-weight: 700;
  color: #666666;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #005f9b;
  padding: 0 0 12px;
  margin-bottom: 20px; }
#wrapper.pt_account #primary .order-details-right div.content-header {
  padding-top: 20px;
  border-top: 1px solid #CCCCCC;
  font-size: 20px;
  margin-bottom: 0; }
#wrapper.pt_account #primary .order-details-right .order-data {
  padding: 20px;
  background: #efefef;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC; }
  #wrapper.pt_account #primary .order-details-right .order-data div {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    color: #231f20;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #005f9b;
    line-height: 20px; }
    #wrapper.pt_account #primary .order-details-right .order-data div * a {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      color: #666666;
      font-size: 14px;
      line-height: 14px;
      text-transform: uppercase;
      font-weight: 300;
      text-decoration: underline; }
#wrapper.pt_account #primary .order-details-right .item-list {
  margin: 20px 0; }
  #wrapper.pt_account #primary .order-details-right .item-list td {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 400;
    color: #231f20;
    font-size: 14px;
    line-height: 14px;
    line-height: 20px; }
    #wrapper.pt_account #primary .order-details-right .item-list td * {
      font-weight: 500; }
  #wrapper.pt_account #primary .order-details-right .item-list th {
    font-weight: 700 !important;
    font-size: 13px; }
  #wrapper.pt_account #primary .order-details-right .item-list h4.section-header {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    color: #231f20;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-size: 12px;
    color: #005f9b;
    line-height: 20px;
    margin: 0;
    padding: 0;
    line-height: 20px;
    border-bottom: none; }
  #wrapper.pt_account #primary .order-details-right .item-list > tbody > tr > td {
    width: 30%;
    vertical-align: top;
    padding: 20px;
    background: #efefef;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      #wrapper.pt_account #primary .order-details-right .item-list > tbody > tr > td {
        padding: 10px; } }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_account #primary .order-details-right .item-list > tbody > tr > td {
        box-sizing: border-box;
        display: inline-block;
        width: 100%; } }
    #wrapper.pt_account #primary .order-details-right .item-list > tbody > tr > td.order-small {
      width: 5%;
      background: none;
      border: none; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_account #primary .order-details-right .item-list > tbody > tr > td.order-small {
          padding: 0;
          width: 1%; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_account #primary .order-details-right .item-list > tbody > tr > td.order-small {
          padding: 0; } }
#wrapper.pt_account #primary .order-details-right .order-shipment-table {
  border-bottom: 1px solid #CCCCCC; }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_account #primary .order-details-right .order-shipment-table th {
      display: none; } }
  #wrapper.pt_account #primary .order-details-right .order-shipment-table td:nth-child(1), #wrapper.pt_account #primary .order-details-right .order-shipment-table td:nth-child(2), #wrapper.pt_account #primary .order-details-right .order-shipment-table td:nth-child(3) {
    border-bottom: 1px solid #CCCCCC;
    padding: 20px;
    vertical-align: top; }
  #wrapper.pt_account #primary .order-details-right .order-shipment-table td:nth-child(1):last-child, #wrapper.pt_account #primary .order-details-right .order-shipment-table td:nth-child(2):last-child, #wrapper.pt_account #primary .order-details-right .order-shipment-table td:nth-child(3):last-child {
    border-bottom: none; }
  #wrapper.pt_account #primary .order-details-right .order-shipment-table td:nth-child(2), #wrapper.pt_account #primary .order-details-right .order-shipment-table th:nth-child(3), #wrapper.pt_account #primary .order-details-right .order-shipment-table th:nth-child(2) {
    text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #wrapper.pt_account #primary .order-details-right .order-shipment-table td.order-shipment-details {
      display: none; } }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_account #primary .order-details-right .order-shipment-table td {
      display: none;
      box-sizing: border-box; } }
  #wrapper.pt_account #primary .order-details-right .order-shipment-table td:nth-child(3) {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    color: #231f20;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_account #primary .order-details-right .order-shipment-table td:nth-child(3) {
        display: block;
        float: right;
        width: 50%;
        text-align: right; } }
  #wrapper.pt_account #primary .order-details-right .order-shipment-table td:nth-child(2) {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    color: #231f20;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_account #primary .order-details-right .order-shipment-table td:nth-child(2) {
        display: block;
        float: left;
        width: 50%;
        text-align: left; } }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_account #primary .order-details-right .order-shipment-table td:nth-child(1) {
      display: block;
      width: 100%;
      border-bottom: none; } }
  #wrapper.pt_account #primary .order-details-right .order-shipment-table .product-list-item .name a, #wrapper.pt_account #primary .order-details-right .order-shipment-table .product-list-item .attribute span {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    color: #231f20;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px; }
  #wrapper.pt_account #primary .order-details-right .order-shipment-table .product-list-item .name a, #wrapper.pt_account #primary .order-details-right .order-shipment-table .product-list-item .name {
    color: #005f9b; }
  #wrapper.pt_account #primary .order-details-right .order-shipment-table .product-list-item .sku {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    color: #231f20;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    line-height: 20px; }
  #wrapper.pt_account #primary .order-details-right .order-shipment-table .order-small {
    width: 5%; }
  #wrapper.pt_account #primary .order-details-right .order-shipment-table .order-shipment-details {
    vertical-align: top; }
    #wrapper.pt_account #primary .order-details-right .order-shipment-table .order-shipment-details .shipment-background {
      background: #efefef;
      padding: 0 20px 20px;
      border-bottom: 1px solid #CCCCCC;
      border-top: 1px solid #CCCCCC; }
    #wrapper.pt_account #primary .order-details-right .order-shipment-table .order-shipment-details .shipping-to-mobile {
      padding: 10px 0;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      color: #231f20;
      font-size: 14px;
      line-height: 14px;
      text-transform: uppercase;
      color: #005f9b;
      font-size: 12px; }
    #wrapper.pt_account #primary .order-details-right .order-shipment-table .order-shipment-details .name, #wrapper.pt_account #primary .order-details-right .order-shipment-table .order-shipment-details .shipping-method, #wrapper.pt_account #primary .order-details-right .order-shipment-table .order-shipment-details .shipping-status {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 400;
      color: #231f20;
      font-size: 14px;
      line-height: 14px;
      line-height: 20px; }
    #wrapper.pt_account #primary .order-details-right .order-shipment-table .order-shipment-details .shipping-method .label, #wrapper.pt_account #primary .order-details-right .order-shipment-table .order-shipment-details .shipping-status .label {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      color: #231f20;
      font-size: 14px;
      line-height: 14px;
      text-transform: uppercase;
      color: #005f9b;
      font-size: 12px; }
  #wrapper.pt_account #primary .order-details-right .order-shipment-table .section-header.shipping-to {
    display: none; }
  #wrapper.pt_account #primary .order-details-right .order-shipment-table .section-header.no-border {
    border-bottom: none; }
#wrapper.pt_account #primary .order-details-right .form-row.order-detail-options a {
  display: block;
  font-family: "proxima-nova-alt", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  background: #ed3024;
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  padding: 0 20px;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  float: left;
  margin: 20px 0;
  text-align: center;
  box-sizing: border-box; }
  #wrapper.pt_account #primary .order-details-right .form-row.order-detail-options a:hover {
    background-color: #eeeeee;
    border: 4px solid #ed3024;
    line-height: 36px;
    padding: 0 16px;
    color: #ed3024; }
  #wrapper.pt_account #primary .order-details-right .form-row.order-detail-options a:disabled {
    background-color: #eeeeee;
    color: #dddddd;
    border: none;
    padding: 0 20px;
    line-height: 44px; }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_account #primary .order-details-right .form-row.order-detail-options a {
      width: 100%;
      box-sizing: border-box;
      padding: 0 18px; }
      #wrapper.pt_account #primary .order-details-right .form-row.order-detail-options a:hover {
        padding: 0 14px; } }
#wrapper.pt_account #primary .order-details-right .shipment-background.mobile {
  display: none;
  box-sizing: border-box;
  background: #efefef;
  padding: 20px;
  border-bottom: 1px solid #CCCCCC; }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_account #primary .order-details-right .shipment-background.mobile {
      display: block; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #wrapper.pt_account #primary .order-details-right .shipment-background.mobile {
      display: block; } }
  #wrapper.pt_account #primary .order-details-right .shipment-background.mobile .shipping-to-mobile {
    padding: 10px 0;
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    color: #231f20;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #005f9b;
    font-size: 12px; }
  #wrapper.pt_account #primary .order-details-right .shipment-background.mobile .name, #wrapper.pt_account #primary .order-details-right .shipment-background.mobile .shipping-method, #wrapper.pt_account #primary .order-details-right .shipment-background.mobile .shipping-status {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 400;
    color: #231f20;
    font-size: 14px;
    line-height: 14px;
    line-height: 20px; }
  #wrapper.pt_account #primary .order-details-right .shipment-background.mobile .shipping-method .label, #wrapper.pt_account #primary .order-details-right .shipment-background.mobile .shipping-status .label {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    color: #231f20;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #005f9b;
    font-size: 12px; }

#wrapper.pt_products-compare #main
.header-container {
  height: 170px;
  background-color: #ffffff;
  border-bottom: #CCCCCC; }
  #wrapper.pt_products-compare #main
  .header-container h1 {
    line-height: 0em;
    padding: 85px 0; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    #wrapper.pt_products-compare #main
    .header-container {
      height: 143px; }
      #wrapper.pt_products-compare #main
      .header-container h1 {
        font-size: 28px;
        padding: 72px 0; } }

#primary {
  max-width: 1136px;
  width: 1136px;
  margin: 0 auto;
  font-family: "proxima-nova-alt", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px; }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    #primary {
      width: 960px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #primary {
      width: 720px; } }
  @media only screen and (max-width: 767px) {
    #primary {
      width: 90% !important;
      padding: 0 5% !important;
      margin: 0 !important; } }
  #primary .mobile-visible {
    display: none; }
    @media only screen and (max-width: 767px) {
      #primary .mobile-visible {
        display: block; } }
  @media only screen and (max-width: 767px) {
    #primary .desktop-visible {
      display: none; } }

#wrapper.pt_products-compare #main.full-width {
  width: 100%; }
  #wrapper.pt_products-compare #main.full-width #primary {
    margin: 0 auto;
    padding: 0 0 20px;
    float: none; }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      #wrapper.pt_products-compare #main.full-width #primary {
        padding: 0px 24px !important; } }
    #wrapper.pt_products-compare #main.full-width #primary a.back {
      display: block;
      position: relative;
      bottom: 170px;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 400;
      color: #231f20;
      font-size: 12px;
      line-height: 12px;
      text-transform: uppercase;
      margin-top: 10px;
      text-decoration: none; }
      #wrapper.pt_products-compare #main.full-width #primary a.back:hover {
        text-decoration: underline; }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        #wrapper.pt_products-compare #main.full-width #primary a.back {
          font-size: 12px;
          bottom: 137px;
          width: 960px;
          margin: 0 auto; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #wrapper.pt_products-compare #main.full-width #primary a.back {
          font-size: 12px;
          bottom: 137px;
          width: 720px;
          margin: 0 auto; } }
      #wrapper.pt_products-compare #main.full-width #primary a.back.floatleft {
        position: static;
        margin-top: 30px; }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_products-compare #main.full-width #primary a.back.floatleft {
            margin: 15px 0 5px; } }
    #wrapper.pt_products-compare #main.full-width #primary a.compare-print {
      display: none; }
    #wrapper.pt_products-compare #main.full-width #primary a.print-page {
      background: url("../images/prin-share-icon.gif") no-repeat scroll right bottom transparent;
      color: #707170;
      font-size: 0.917em;
      height: 14px;
      line-height: 17px;
      overflow: hidden;
      padding: 2px 30px 2px 0;
      text-transform: uppercase; }
    #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td {
      border-color: #CCCCCC;
      border-style: solid;
      border-width: 1px;
      width: 20%;
      padding: 10px 20px; }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td {
          padding: 10px; } }
      #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td .remove-link {
        background: url("../images/close-icon.png") no-repeat right bottom;
        width: 21px;
        height: 20px;
        display: block;
        float: right;
        margin-right: 5px;
        margin-top: 5px; }
        #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td .remove-link:hover {
          background: url("../images/close-icon-hover.png") no-repeat right bottom; }
      #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product {
        border-top: none; }
        #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .emptyspotimage {
          display: none; }
        #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile {
          width: 100%;
          position: relative;
          padding-bottom: 0;
          margin-bottom: 25px;
          text-align: center;
          /*.product-swatches {
            position: relative;
            ul .swatch-list {
              list-style: none outside none;
              overflow: hidden;
              margin: 0 auto;
              padding: 3;
              &.swatch-toggle {
                background: none repeat scroll 0 0 $white;
                display: none;
                position: absolute;
              }
              li {
                width: 26px;
                height: 18px;
                margin: 0 10px;
              }
            }
            .swatch {
              display: block;
              width: 28px;
              img {
                border: 1px solid $white;
                height: 18px;
                width: 24px;
                padding: 2px;
              }
            }
            li {
              float: left;
            }
            &:hover ul {
              &.swatch-toggle {
                display: block;
              }
            }
            .selected img {
              border-color: $blue;
            }
            img:hover {
              border-color: $blue;
            }
          }*/ }
          #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-image {
            height: auto;
            border-bottom: 1px solid #CCCCCC; }
            #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-image img {
              width: 100%;
              height: auto; }
          #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-name {
            margin: 20px 0 14px;
            min-height: 54px; }
            #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-name a {
              font-size: 13px;
              text-decoration: none;
              line-height: 18px;
              color: #005f9b;
              font-weight: 700; }
              @media only screen and (min-width: 768px) and (max-width: 1279px) {
                #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-name a {
                  font-size: 12px; } }
            @media only screen and (min-width: 768px) and (max-width: 1023px) {
              #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-name {
                min-height: 70px; } }
            @media only screen and (min-width: 1024px) and (max-width: 1279px) {
              #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-name {
                min-height: 55px; } }
          #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-pricing {
            font-size: 13px;
            font-weight: 700; }
            #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-pricing .product-sales-price {
              color: #231f20; }
            #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-pricing .product-discounted-price .product-standard-price {
              color: #231f20;
              text-decoration: line-through; }
            #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-pricing .product-discounted-price .product-sales-price {
              color: #ed3024; }
            @media only screen and (min-width: 768px) and (max-width: 1279px) {
              #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-pricing {
                font-size: 12px; } }
          #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-swatches {
            margin: 14px auto;
            text-align: center; }
            #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-swatches .product-swatches-all {
              display: none; }
            #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-swatches a.more-colors {
              font-family: "proxima-nova-alt", Arial, sans-serif;
              font-weight: 700;
              color: #231f20;
              font-size: 11px;
              line-height: 11px;
              text-transform: uppercase;
              font-size: 10px;
              text-decoration: none;
              display: inline-block;
              margin-bottom: 5px; }
              #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-swatches a.more-colors:hover {
                text-decoration: underline; }
            #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-swatches .swatch-list.swatch-toggle {
              display: none; }
            #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-swatches .swatch-list li {
              margin: 0 2px;
              float: none;
              display: inline-block; }
              #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-swatches .swatch-list li .swatch {
                display: inline-block;
                height: 18px; }
                #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-swatches .swatch-list li .swatch img {
                  width: 24px;
                  height: 18px; }
                #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-swatches .swatch-list li .swatch.selected, #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-swatches .swatch-list li .swatch:hover {
                  padding: 2px;
                  border: 1px solid #0099CC;
                  height: 12px;
                  width: 18px; }
                  #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-swatches .swatch-list li .swatch.selected img, #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-swatches .swatch-list li .swatch:hover img {
                    height: 12px;
                    width: 18px;
                    float: left; }
          #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .product-swatches-all {
            cursor: pointer;
            font-size: 11px; }
          #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .pr_stars {
            height: auto;
            position: relative;
            left: 8px; }
          #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .product-tile .pr-snippet-stars {
            float: none;
            width: 115px;
            margin: 0 auto; }
        #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .add-to-wishlist {
          background: url("../images/add-to-wishlist.png") no-repeat left center;
          background-position: 15px 6px;
          padding: 2px 10px 2px 10px;
          text-align: center; }
          #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .add-to-wishlist a {
            font-family: "proxima-nova-alt", Arial, sans-serif;
            font-weight: 400;
            color: #231f20;
            font-size: 14px;
            line-height: 14px;
            text-decoration: none; }
            @media only screen and (min-width: 768px) and (max-width: 1279px) {
              #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .add-to-wishlist a {
                font-size: 12px;
                text-transform: capitalize; } }
          @media only screen and (min-width: 768px) and (max-width: 1279px) {
            #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product .add-to-wishlist {
              background-position: 5px 6px; } }
      #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.value, #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.product, #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td.productattribute {
        text-transform: uppercase;
        color: #231f20; }
      #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td #quickviewbutton,
      #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td .product-promo,
      #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td .add-to-cart,
      #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td .open-quick-view,
      #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr td .add-to-gift-registry {
        display: none; }
    #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr.evenattributerow {
      background: none; }
      #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr.evenattributerow td {
        background: #f9f9f9; }
        #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr.evenattributerow td.no-item {
          background: none; }
    #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr.removerow td {
      padding: 0;
      text-align: right;
      border-width: 1px 1px 0 0;
      border-bottom: none;
      border-top: 1px solid #CCCCCC; }
      #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr.removerow td.no-item {
        border-top: 1px solid #CCCCCC; }
      #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr.removerow td.compare-lists {
        position: relative;
        border-top: 0;
        border-bottom: 1px solid #CCCCCC;
        vertical-align: top; }
        #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr.removerow td.compare-lists label {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          color: #231f20;
          font-size: 16px;
          line-height: 16px;
          color: #005f9b;
          margin-bottom: 10px;
          float: left;
          font-weight: 700;
          text-transform: uppercase;
          margin-top: 10px; }
          @media only screen and (min-width: 768px) and (max-width: 1023px) {
            #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr.removerow td.compare-lists label {
              text-align: left;
              float: left; } }
        #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr.removerow td.compare-lists select {
          position: relative;
          float: left;
          top: 35px;
          right: 11px;
          width: 95%;
          padding: 10px;
          border: 1px solid #CCCCCC; }
          #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr.removerow td.compare-lists select option {
            padding: 10px; }
          @media only screen and (min-width: 768px) and (max-width: 1023px) {
            #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr.removerow td.compare-lists select {
              top: 40px;
              right: 7px; } }
        #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr.removerow td.compare-lists span {
          float: left;
          width: 95%; }
          #wrapper.pt_products-compare #main.full-width #primary #compare-table.comparisontable.tiles-container tr.removerow td.compare-lists span .customSelectInner {
            text-align: left; }

.button-full-width {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%; }

@media screen and (max-width: 1024px) {
  #wrapper.pt_wish-list .my-account-help-text {
    font-size: 10px !important; } }
#wrapper.pt_wish-list input[type="text"], #wrapper.pt_wish-list input[type="email"], #wrapper.pt_wish-list input[type="search"], #wrapper.pt_wish-list input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #666666;
  color: #666666; }
  #wrapper.pt_wish-list input[type="text"] .error, #wrapper.pt_wish-list input[type="email"] .error, #wrapper.pt_wish-list input[type="search"] .error, #wrapper.pt_wish-list input[type="password"] .error {
    border-color: #ed3024; }
#wrapper.pt_wish-list textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #666666;
  color: #666666; }
@media only screen and (max-width: 767px) {
  #wrapper.pt_wish-list .sbHolder {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; } }
#wrapper.pt_wish-list #main {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100% !important; }
  #wrapper.pt_wish-list #main #primary {
    max-width: 1136px;
    margin: 0 auto; }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      #wrapper.pt_wish-list #main #primary {
        width: 960px; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      #wrapper.pt_wish-list #main #primary {
        width: 720px; } }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_wish-list #main #primary {
        width: 100% !important;
        padding: 0 5% !important;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box; } }
    #wrapper.pt_wish-list #main #primary .wishlist-signin {
      width: 47.00704225352113%;
      padding: 0;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list #main #primary .wishlist-signin {
          width: 100%;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-sizing: border-box; } }
      #wrapper.pt_wish-list #main #primary .wishlist-signin.wishlist-left {
        float: left; }
      #wrapper.pt_wish-list #main #primary .wishlist-signin.wishlist-right {
        float: right; }
      #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box {
        background: #ffffff;
        margin: 0; }
        #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box form .error-form {
          font-family: "Lato", Arial, sans-serif;
          font-weight: 700;
          font-size: 11px;
          letter-spacing: 0.05em;
          color: #707170;
          line-height: 30px;
          text-transform: uppercase;
          color: #ed3024;
          margin-bottom: 5px;
          line-height: 150%; }
        #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box form .form-row span.error {
          padding-left: 55%;
          line-height: 100%;
          display: inline-block; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box form .form-row span.error {
              padding-left: 0%; } }
        #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box h2 {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 700;
          font-size: 25px;
          text-transform: uppercase;
          color: #005f9b;
          position: relative;
          margin-bottom: 38px;
          padding: 36px 0;
          border-bottom: 1px solid #CCCCCC; }
          @media only screen and (min-width: 768px) and (max-width: 1279px) {
            #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box h2 {
              padding: 32px 0;
              margin-bottom: 20px;
              font-size: 18px;
              line-height: 18px; } }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box h2 {
              font-size: 18px;
              line-height: 24px;
              padding: 20px 0;
              margin-bottom: 20px; } }
          #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box h2 .required-indicator {
            font-family: "Lato", Arial, sans-serif;
            font-weight: 700;
            vertical-align: center;
            position: relative;
            float: right;
            color: #707170;
            font-size: 12px;
            line-height: 24px;
            letter-spacing: .1em;
            text-transform: uppercase; }
            @media only screen and (min-width: 768px) and (max-width: 1023px) {
              #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box h2 .required-indicator {
                letter-spacing: 0;
                line-height: 19px;
                margin-bottom: -30px;
                padding-top: 22px; } }
          #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box h2.wishlist-another-padding {
            padding: 24px 0; }
            @media only screen and (max-width: 767px) {
              #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box h2.wishlist-another-padding {
                font-size: 18px;
                padding: 20px 0;
                margin-bottom: 20px; } }
          #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box h2.returning-customers p {
            float: left;
            padding: 0;
            margin: 0;
            color: #005f9b; }
            @media only screen and (max-width: 767px) {
              #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box h2.returning-customers p {
                width: 150px; } }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box h2.returning-customers .required-indicator {
              top: 26px; } }
        #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box .form-row {
          margin-bottom: 18px;
          float: left;
          width: 100%; }
          #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box .form-row label {
            padding-top: 4px;
            float: left;
            width: 54%;
            font-family: "proxima-nova-alt", Arial, sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: #666666;
            text-align: left;
            text-transform: uppercase; }
            #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box .form-row label .required-indicator {
              color: #231f20; }
            @media only screen and (max-width: 767px) {
              #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box .form-row label {
                padding: 0 0 10px 0;
                margin: 0;
                width: 100%; } }
          #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box .form-row input {
            float: right;
            width: 41%;
            padding: 0 2%;
            font-family: "proxima-nova-alt", Arial, sans-serif;
            font-weight: 700;
            color: #231f20;
            font-size: 18px;
            line-height: 18px;
            text-transform: uppercase;
            color: #999999 !important;
            font-weight: 300 !important;
            text-transform: none !important;
            margin-left: 0;
            border: 1px solid #CCCCCC; }
            #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box .form-row input.error {
              border-color: #ed3024;
              background-color: #f2f2f2; }
            @media only screen and (max-width: 767px) {
              #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box .form-row input {
                width: 95%;
                float: left; } }
            #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box .form-row input.input-checkbox {
              width: 7%; }
          #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box .form-row.label-inline {
            width: 82%; }
            #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box .form-row.label-inline label {
              padding-top: 0;
              font-family: "proxima-nova-alt", Arial, sans-serif;
              font-weight: 400;
              text-transform: uppercase;
              font-size: 16px;
              color: #0099CC; }
            @media only screen and (max-width: 767px) {
              #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box .form-row.label-inline {
                margin-bottom: 20px; } }
      #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box-content {
        padding: 0; }
        #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box-content form {
          margin-top: 0; }
        #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box-content .createbenefits ul li {
          line-height: 24px; }
          #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box-content .createbenefits ul li span {
            font-family: "proxima-nova-alt", Arial, sans-serif;
            font-weight: 700;
            font-size: 16px;
            color: #707170; }
        #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box-content .content-asset {
          color: #707170;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 120%;
          margin-bottom: 30px; }
          #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box-content .content-asset p {
            font-size: 12px;
            line-height: 22px;
            margin-bottom: 15px; }
            #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box-content .content-asset p span {
              font-weight: bold;
              text-transform: uppercase; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box-content .content-asset {
              font-size: 12px;
              line-height: 18px;
              margin-bottom: 15px; }
              #wrapper.pt_wish-list #main #primary .wishlist-signin .login-box-content .content-asset span {
                display: block; } }
      #wrapper.pt_wish-list #main #primary .wishlist-signin .wishilist-login-text {
        padding: 0 0 35px;
        margin: 0;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 400;
        line-height: 16px;
        font-size: 16px;
        color: #707170; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list #main #primary .wishlist-signin .wishilist-login-text {
            font-size: 12px;
            line-height: 18px;
            padding: 0px 0px 15px 0; } }
      #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-login-bottom-left {
        float: left;
        width: 54%;
        position: relative;
        top: -2px; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-login-bottom-left {
            width: 48%; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-login-bottom-left {
            width: 100%; } }
        #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-login-bottom-left a {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          text-transform: capitalize;
          font-size: 16px;
          color: #0099CC;
          text-decoration: none; }
          #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-login-bottom-left a:hover {
            text-decoration: underline; }
      #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-login-bottom-right {
        float: left;
        width: 35%;
        text-align: left;
        margin-left: 31px;
        position: relative;
        top: -2px; }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-login-bottom-right {
            width: 34%;
            margin-left: 6.7%; } }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-login-bottom-right {
            width: 31%;
            margin-left: 14.8%; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-login-bottom-right {
            width: 100%;
            margin: 25px 0 0; } }
        #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-login-bottom-right label {
          font-family: "Raleway", Arial, sans-serif;
          font-weight: 500;
          font-size: 14px;
          letter-spacing: 0em;
          color: #707170;
          line-height: 22px;
          text-transform: capitalize !important;
          width: auto !important;
          position: relative;
          z-index: 99; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-login-bottom-right .input-checkbox {
            left: 0;
            width: auto; } }
        #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-login-bottom-right .form-row {
          margin-bottom: 1px; }
      #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-login-bottom {
        padding-top: 2px; }
      #wrapper.pt_wish-list #main #primary .wishlist-signin button {
        float: left;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #ffffff;
        background: #0099CC;
        height: 44px;
        line-height: 44px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        letter-spacing: 0.05em;
        padding: 0 20px;
        text-transform: uppercase;
        border: 0; }
        #wrapper.pt_wish-list #main #primary .wishlist-signin button:hover {
          background-color: #d8f5ff;
          border: 4px solid #0099CC;
          padding: 0 16px;
          line-height: 36px;
          color: #0099CC; }
        #wrapper.pt_wish-list #main #primary .wishlist-signin button:disabled {
          background-color: #eeeeee;
          color: #dddddd; }
          #wrapper.pt_wish-list #main #primary .wishlist-signin button:disabled:hover {
            background-color: #eeeeee;
            color: #dddddd;
            border: 4px solid #eeeeee; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list #main #primary .wishlist-signin button {
            width: 100%;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            text-align: center; } }
      #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-signin-button {
        float: right;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #ffffff;
        background: #0099CC;
        height: 44px;
        line-height: 44px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        letter-spacing: 0.05em;
        padding: 0 20px;
        text-transform: uppercase;
        border: 0; }
        #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-signin-button:hover {
          background-color: #d8f5ff;
          border: 4px solid #0099CC;
          padding: 0 16px;
          line-height: 36px;
          color: #0099CC; }
        #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-signin-button:disabled {
          background-color: #eeeeee;
          color: #dddddd; }
          #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-signin-button:disabled:hover {
            background-color: #eeeeee;
            color: #dddddd;
            border: 4px solid #eeeeee; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-signin-button {
            margin-left: 0; } }
      #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-search {
        float: right;
        margin-bottom: 15px; }
      #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-search-line {
        position: relative;
        clear: both;
        border-top: 1px solid #c5c5c5;
        padding-bottom: 26px;
        top: 6px; }
        #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-search-line p {
          position: absolute;
          top: -8px;
          padding: 0 5px;
          left: 47%;
          background: #ffffff;
          color: #231f20;
          font-size: 12px;
          text-transform: uppercase; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-search-line p {
              left: 45%; } }
      #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-border {
        border-bottom: 1px solid #c5c5c5;
        min-height: 458px; }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-border {
            min-height: 412px; } }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-border {
            min-height: 426px; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-border {
            min-height: auto; } }
      #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-create-account {
        float: right;
        margin-bottom: 65px; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list #main #primary .wishlist-signin .wishlist-create-account {
            margin-bottom: 2px; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list #main #primary .wishlist-signin .login-create-account {
          border-bottom: 1px solid #c5c5c5; } }
    #wrapper.pt_wish-list #main #primary .wishlist-global-search .wishlist-signin .my-account-right-title-mobile {
      display: none; }
    #wrapper.pt_wish-list #main #primary .wishlist-global-search .wishlist-signin .wishlist-account-search-text {
      font-family: "Raleway", Arial, sans-serif;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 0em;
      color: #707170;
      line-height: 22px; }
#wrapper.pt_wish-list input[type=checkbox],
#wrapper.pt_wish-list input[type=radio] {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute; }
#wrapper.pt_wish-list input[type=checkbox] + label,
#wrapper.pt_wish-list input[type=radio] + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  padding-top: 0px;
  cursor: pointer;
  background: url(../images/checkbox-bg.png) no-repeat left -19px;
  line-height: 19px !important; }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_wish-list input[type=checkbox] + label,
    #wrapper.pt_wish-list input[type=radio] + label {
      display: inline-block;
      margin-left: 0 !important;
      padding-left: 40px !important;
      background: url(../images/checkbox-bg-mobile.png) no-repeat left -30px;
      line-height: 30px !important;
      padding-bottom: 0 !important; } }
#wrapper.pt_wish-list input[type=radio] + label {
  background-position: 0 -38px;
  line-height: 21px; }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_wish-list input[type=radio] + label {
      line-height: 26px;
      background-position: 0 -60px; } }
#wrapper.pt_wish-list input[type=checkbox]:checked + label {
  background-position: 0 0; }
#wrapper.pt_wish-list input[type=radio]:checked + label {
  background-position: 0 -59px;
  line-height: 21px; }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_wish-list input[type=radio]:checked + label {
      line-height: 21px;
      background-position: 0 -59px; } }
#wrapper.pt_wish-list .clear {
  height: 0;
  width: 100%;
  clear: both; }
#wrapper.pt_wish-list #secondary {
  display: none; }
#wrapper.pt_wish-list .wishlist-global-search .my-account-global-main, #wrapper.pt_wish-list.pt_account .my-account-global-main {
  float: left;
  width: 27%; }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_wish-list .wishlist-global-search .my-account-global-main, #wrapper.pt_wish-list.pt_account .my-account-global-main {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    #wrapper.pt_wish-list .wishlist-global-search .my-account-global-main, #wrapper.pt_wish-list.pt_account .my-account-global-main {
      width: 28.68466351544512%; } }
  #wrapper.pt_wish-list .wishlist-global-search .my-account-global-main .my-account-left, #wrapper.pt_wish-list.pt_account .my-account-global-main .my-account-left {
    width: 100% !important; }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      #wrapper.pt_wish-list .wishlist-global-search .my-account-global-main .my-account-left h3, #wrapper.pt_wish-list.pt_account .my-account-global-main .my-account-left h3 {
        margin-right: 18%; } }
    #wrapper.pt_wish-list .wishlist-global-search .my-account-global-main .my-account-left a, #wrapper.pt_wish-list.pt_account .my-account-global-main .my-account-left a {
      color: #666666;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 2.5em; }
      #wrapper.pt_wish-list .wishlist-global-search .my-account-global-main .my-account-left a:hover, #wrapper.pt_wish-list.pt_account .my-account-global-main .my-account-left a:hover {
        color: #00aedb; }
      #wrapper.pt_wish-list .wishlist-global-search .my-account-global-main .my-account-left a.active, #wrapper.pt_wish-list.pt_account .my-account-global-main .my-account-left a.active {
        color: #00aedb; }
    #wrapper.pt_wish-list .wishlist-global-search .my-account-global-main .my-account-left .my-account-help-text p, #wrapper.pt_wish-list.pt_account .my-account-global-main .my-account-left .my-account-help-text p {
      font-family: "Raleway", Arial, sans-serif;
      font-weight: 500;
      font-size: 12px;
      letter-spacing: 0em;
      color: #707170;
      line-height: 14px;
      margin-bottom: 40px; }
      #wrapper.pt_wish-list .wishlist-global-search .my-account-global-main .my-account-left .my-account-help-text p a, #wrapper.pt_wish-list.pt_account .my-account-global-main .my-account-left .my-account-help-text p a {
        font-family: "Raleway", Arial, sans-serif;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0em;
        color: #707170;
        line-height: 14px;
        text-transform: capitalize;
        letter-spacing: 0em;
        text-decoration: underline;
        font-weight: 500; }
    #wrapper.pt_wish-list .wishlist-global-search .my-account-global-main .my-account-left .my-account-help-text ul li:first-child, #wrapper.pt_wish-list.pt_account .my-account-global-main .my-account-left .my-account-help-text ul li:first-child {
      text-transform: uppercase;
      letter-spacing: .05em;
      font-weight: 700; }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      #wrapper.pt_wish-list .wishlist-global-search .my-account-global-main .my-account-left .my-account-help-text, #wrapper.pt_wish-list.pt_account .my-account-global-main .my-account-left .my-account-help-text {
        margin-right: 18%; } }
#wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items, #wrapper.pt_wish-list.pt_account .wishlist-global-items {
  float: right;
  width: 63.29225352112676%; }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items, #wrapper.pt_wish-list.pt_account .wishlist-global-items {
      width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items, #wrapper.pt_wish-list.pt_account .wishlist-global-items {
      width: 71.29225352112676%; } }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-row.label-above .simple-submit, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-row.label-above .simple-submit {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    background: #ed3024;
    height: 44px;
    line-height: 44px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 0.05em;
    padding: 0 20px;
    text-transform: uppercase;
    border: 0;
    box-sizing: border-box;
    text-align: center;
    padding: 0px 5px; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-row.label-above .simple-submit:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-row.label-above .simple-submit:hover {
      background-color: #eeeeee;
      border: 4px solid #ed3024;
      line-height: 36px;
      padding: 0 16px;
      color: #ed3024; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-row.label-above .simple-submit:disabled, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-row.label-above .simple-submit:disabled {
      background-color: #eeeeee;
      color: #dddddd;
      border: none;
      padding: 0 20px;
      line-height: 44px; }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items h2, #wrapper.pt_wish-list.pt_account .wishlist-global-items h2 {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #005f9b;
    padding: 20px 0;
    font-size: 15px;
    margin-bottom: 20px; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items h2.wishlist-share-address, #wrapper.pt_wish-list.pt_account .wishlist-global-items h2.wishlist-share-address {
      padding-top: 0px; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items h2.wishlist-share-address, #wrapper.pt_wish-list.pt_account .wishlist-global-items h2.wishlist-share-address {
          padding-top: 20px; } }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items h2, #wrapper.pt_wish-list.pt_account .wishlist-global-items h2 {
        border-bottom: 1px solid #666666; } }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .print-page, #wrapper.pt_wish-list.pt_account .wishlist-global-items .print-page {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #0099CC;
    position: relative;
    top: -52px;
    text-decoration: none;
    float: right;
    cursor: pointer; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .print-page:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .print-page:hover {
      text-decoration: underline; }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .my-account-right-title-mobile, #wrapper.pt_wish-list.pt_account .wishlist-global-items .my-account-right-title-mobile {
    margin: 0;
    padding: 34px 0;
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    color: #005f9b;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 17px;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #CCCCCC; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .my-account-right-title-mobile, #wrapper.pt_wish-list.pt_account .wishlist-global-items .my-account-right-title-mobile {
        display: none; } }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .my-account-right-title-mobile span, #wrapper.pt_wish-list.pt_account .wishlist-global-items .my-account-right-title-mobile span {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 400;
      color: #231f20;
      font-size: 14px;
      line-height: 14px;
      text-transform: capitalize;
      text-decoration: none;
      margin-left: 20px;
      position: relative;
      top: 11px; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .my-account-right-title-mobile span a, #wrapper.pt_wish-list.pt_account .wishlist-global-items .my-account-right-title-mobile span a {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 400;
        color: #231f20;
        font-size: 14px;
        line-height: 14px;
        text-transform: capitalize;
        text-decoration: none;
        margin: 0 3px 0 2px;
        letter-spacing: 0.03px; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .my-account-right-title-mobile span a:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .my-account-right-title-mobile span a:hover {
          text-decoration: underline; }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wishlist-account-search-text, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wishlist-account-search-text {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    padding: 0 0 30px 0;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wishlist-account-search-text, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wishlist-account-search-text {
        font-size: 12px;
        line-height: 22px;
        padding-bottom: 10px; } }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search {
    position: relative; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .form-row, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .form-row {
      width: 25.43477051460362%;
      margin: 0px 1.52990264255911% 0px 0px;
      clear: none;
      float: left;
      padding: 0; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .form-row label, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .form-row label {
        width: 100%; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .form-row, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .form-row {
          font-size: 12px;
          width: 100%;
          padding-bottom: 17px; } }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .form-row, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .form-row {
          width: 24.43477051460362%; } }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .form-row input, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .form-row input {
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0px 16px;
        border: 1px solid #CCCCCC;
        line-height: 38px;
        height: 38px; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .wishlist-search-line, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .wishlist-search-line {
      float: left;
      border-left: 1px solid #c5c5c5;
      position: relative;
      height: 93px;
      margin-left: 1.52990264255911%;
      padding-left: 3.05980528511822%; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .wishlist-search-line, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .wishlist-search-line {
          height: auto;
          width: 100%;
          padding: 0 0 15px 0;
          margin: 10px 0 0 0;
          border-left: 0;
          border-top: 1px solid #c5c5c5; } }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .wishlist-search-line .wishlist-search-line-text, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .wishlist-search-line .wishlist-search-line-text {
        position: absolute;
        top: 34px;
        left: -13px;
        padding: 0 5px;
        background: #ffffff;
        color: #231f20;
        font-family: "Lato", Arial, sans-serif;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .wishlist-search-line .wishlist-search-line-text, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .wishlist-search-line .wishlist-search-line-text {
            top: -8px;
            left: 47%; } }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button {
      float: left;
      width: 13.999999%;
      margin-top: 36px; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button {
          width: 100%;
          margin-top: 0;
          border-bottom: 1px solid #c5c5c5;
          padding-bottom: 19px; } }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button {
          width: 16.999999%; } }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button button, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button button {
        width: 100%;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #ffffff;
        background: #0099CC;
        height: 44px;
        line-height: 44px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        letter-spacing: 0.05em;
        padding: 0 20px;
        text-transform: uppercase;
        border: 0;
        height: 38px;
        line-height: 38px;
        text-align: center;
        padding: 0; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button button:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button button:hover {
          background-color: #d8f5ff;
          border: 4px solid #0099CC;
          padding: 0 16px;
          line-height: 36px;
          color: #0099CC; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button button:disabled, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button button:disabled {
          background-color: #eeeeee;
          color: #dddddd; }
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button button:disabled:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button button:disabled:hover {
            background-color: #eeeeee;
            color: #dddddd;
            border: 4px solid #eeeeee; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button button:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button button:hover {
          line-height: 30px;
          padding: 0; }
          @media only screen and (min-width: 768px) and (max-width: 1023px) {
            #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button button:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button button:hover {
              padding: 0 6px !important; } }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button button, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline .account-wishlist-search .wishlist-account-search-button button {
            padding: 0 10px !important; } }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .form-inline form, #wrapper.pt_wish-list.pt_account .wishlist-global-items .form-inline form {
    width: 100%; }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items p, #wrapper.pt_wish-list.pt_account .wishlist-global-items p {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #707170;
    padding: 0 0 30px 0;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items p, #wrapper.pt_wish-list.pt_account .wishlist-global-items p {
        font-size: 12px;
        line-height: 22px;
        padding: 0; } }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items p.error, #wrapper.pt_wish-list.pt_account .wishlist-global-items p.error {
      font-family: "Lato", Arial, sans-serif;
      font-weight: 700;
      font-size: 11px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      clear: both;
      display: inline-block;
      line-height: 100%;
      width: 100%;
      color: #ed3024;
      float: none;
      padding: 5px 0;
      margin-top: 0; }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left {
    float: left;
    width: 40.2404612%;
    margin-top: 22px; }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left {
        width: 46%;
        margin-bottom: 5px; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left {
        width: 57%;
        margin-bottom: 5px; } }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left {
        width: 100%;
        float: none;
        margin: 20px 0; } }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left #send-to-friend, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left #send-to-friend {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #ffffff;
      background: #0099CC;
      height: 44px;
      line-height: 44px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      letter-spacing: 0.05em;
      padding: 0 20px;
      text-transform: uppercase;
      border: 0;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding: 0;
      text-align: center; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left #send-to-friend:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left #send-to-friend:hover {
        background-color: #d8f5ff;
        border: 4px solid #0099CC;
        padding: 0 16px;
        line-height: 36px;
        color: #0099CC; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left #send-to-friend:disabled, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left #send-to-friend:disabled {
        background-color: #eeeeee;
        color: #dddddd; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left #send-to-friend:disabled:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left #send-to-friend:disabled:hover {
          background-color: #eeeeee;
          color: #dddddd;
          border: 4px solid #eeeeee; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left #send-to-friend:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left #send-to-friend:hover {
        height: 44px;
        padding: 0; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left #send-to-friend:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left #send-to-friend:hover {
            height: 44px; } }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left button, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left button {
      width: 100%;
      height: 35px;
      text-transform: uppercase;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #ffffff;
      background: #0099CC;
      height: 44px;
      line-height: 44px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      letter-spacing: 0.05em;
      padding: 0 20px;
      text-transform: uppercase;
      border: 0;
      padding: 0 10px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left button:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left button:hover {
        background-color: #d8f5ff;
        border: 4px solid #0099CC;
        padding: 0 16px;
        line-height: 36px;
        color: #0099CC; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left button:disabled, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left button:disabled {
        background-color: #eeeeee;
        color: #dddddd; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left button:disabled:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left button:disabled:hover {
          background-color: #eeeeee;
          color: #dddddd;
          border: 4px solid #eeeeee; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left button:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left button:hover {
        padding: 0 10px; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left .button, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left .button {
      width: 100%;
      padding: 10px 0;
      color: #ffffff;
      font-family: "Lato", Arial, sans-serif;
      font-weight: 700;
      font-size: 12px;
      letter-spacing: .1em;
      text-transform: uppercase;
      text-decoration: none;
      background: #707170;
      display: block;
      text-align: center;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left .button:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left .button:hover {
        background: #231f20; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-left .button, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-left .button {
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-sizing: border-box; } }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right {
    float: right;
    width: 57%; }
    @media only screen and (min-width: 768px) and (max-width: 1279px) {
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right {
        float: left;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right {
        width: 100%;
        float: none; } }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .form-row, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .form-row {
      position: relative; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .form-row label, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .form-row label {
        width: 100%;
        font-family: "Lato", Arial, sans-serif;
        font-weight: 700; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .form-row select.hasCustomSelect, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .form-row select.hasCustomSelect {
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 100;
        width: 100% !important; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .form-row .customSelect, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .form-row .customSelect {
        width: 100%; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .form-row .customSelectInner,
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .form-row .customSelect, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .form-row .customSelectInner,
      #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .form-row .customSelect {
        font-family: "Raleway", Arial, sans-serif;
        font-weight: 500;
        font-size: 14px; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .wishlist-share-address-label, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .wishlist-share-address-label {
      font-size: 14px;
      line-height: 14px;
      color: #231f20;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 7px; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .sbSelector, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .sbSelector {
      padding-left: 20px;
      font-size: 12px;
      text-transform: uppercase;
      color: #707170;
      width: 87%; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .sbSelector, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .sbSelector {
          width: 84%; } }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .sbSelector, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .sbSelector {
          width: 85%; } }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .sbOptions li a, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .sbOptions li a {
      padding-left: 20px;
      font-size: 12px;
      text-transform: uppercase;
      color: #707170;
      text-decoration: none; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .share-wishlist-top-right-text, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .share-wishlist-top-right-text {
      padding: 20px 0 0;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .share-wishlist-top-right-text, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .share-wishlist-top-right-text {
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: inline-block !important;
          padding: 0 0 17px 0;
          width: auto;
          border-bottom: 1px solid #c5c5c5; } }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .share-wishlist-top-right-text a, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .share-wishlist-top-right-text a {
        width: 100%;
        text-decoration: none;
        color: #231f20;
        word-break: break-word; }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .share-wishlist-top-right-text a, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .share-wishlist-top-right-text a {
            word-break: break-word; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .share-wishlist-top-right-text a, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .share-wishlist-top-right-text a {
            display: inline-block !important;
            float: left;
            width: 100%;
            word-break: break-all; } }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .share-wishlist-top-right-text a:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .share-wishlist-top-right-text a:hover {
          text-decoration: underline; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .share-wishlist-top-right .simple-submit, #wrapper.pt_wish-list.pt_account .wishlist-global-items .share-wishlist-top-right .simple-submit {
      display: none; }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wishlist-line, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wishlist-line {
    border-bottom: 1px solid #c5c5c5;
    height: 1px;
    padding-top: 20px; }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .list-table-header, #wrapper.pt_wish-list.pt_account .wishlist-global-items .list-table-header {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .list-table-header, #wrapper.pt_wish-list.pt_account .wishlist-global-items .list-table-header {
        padding: 0 !important; } }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist {
    padding-bottom: 70px; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .giftcert, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .giftcert {
      display: inline-block; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .giftcert p, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .giftcert p {
        float: left; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .giftcert button, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .giftcert button {
        border: none;
        background: none;
        padding: 0 5px;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #707170;
        text-decoration: underline; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist h2, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist h2 {
      margin: 0; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .no-padding-bottom, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .no-padding-bottom {
      padding-bottom: 0; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist tr, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist tr {
      border-bottom: 1px solid #c5c5c5; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist td, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist td {
      vertical-align: top;
      padding: 35px 0 30px 0;
      border-bottom: 1px solid #c5c5c5;
      border-top: 0; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist td, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist td {
          border-bottom: 0;
          padding: 20px 0 0 0; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist td label, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist td label {
          margin: 0; } }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-image, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-image {
      width: 21%;
      padding-right: 2.225312934631433%; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-image, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-image {
          float: left;
          width: 36%; } }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-image, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-image {
          width: 15.35883171070932%; } }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-image img, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-image img {
        width: 100%; }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-image img, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-image img {
            width: 100%; } }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-details, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-details {
      width: 35%; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-details, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-details {
          float: right;
          width: 61%; } }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .name, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .name {
        width: 83%;
        position: relative; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .name a, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .name a {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 600;
          font-size: 14px;
          color: #707170;
          text-transform: uppercase;
          line-height: 18px;
          text-decoration: none; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .sku, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .sku {
        margin-top: 10px;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #707170; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .attribute, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .attribute {
        margin-top: 15px;
        font-size: 12px;
        text-transform: uppercase;
        color: #707170;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        font-style: normal; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .price, #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .product-price, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .price, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .product-price {
        margin: 15px 0;
        font-size: 12px;
        text-transform: uppercase;
        color: #231f20;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        font-style: normal; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .price .price-standard, #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .product-price .price-standard, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .price .price-standard, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .product-price .price-standard {
          text-decoration: line-through; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .pricelabel, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .pricelabel {
        display: none; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .item-edit-details, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-details .product-list-item .item-edit-details {
        display: none; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-details .wishlist-edit-details, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-details .wishlist-edit-details {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #0099CC;
        display: inline-block;
        margin-top: 20px;
        text-decoration: none; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-details .wishlist-edit-details:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-details .wishlist-edit-details:hover {
          text-decoration: underline; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-availability, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-availability {
      text-align: left; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-availability, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-availability {
          float: right;
          width: 61%; } }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-availability .product-availability-list, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-availability .product-availability-list {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #707170;
        display: block; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-availability .product-availability-list li, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-availability .product-availability-list li {
          padding: 0 20px 0 0;
          margin: 0; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-availability .product-availability-list, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-availability .product-availability-list {
            font-size: 12px; } }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #707170;
      width: 27%;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard {
          float: right;
          width: 61%;
          padding-bottom: 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard {
          width: 38.70375521557719%; } }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard span, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard span {
        font-size: 14px;
        display: inline-block; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard span.value, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard span.value {
          float: right; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard span, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard span {
            font-size: 14px; } }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-quantity-desired, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-quantity-desired {
        margin-top: 0; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-quantity-desired label, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-quantity-desired label {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 600;
          font-size: 16px;
          text-transform: capitalize;
          letter-spacing: 0em;
          float: left;
          position: relative;
          color: #707170;
          width: 60%;
          top: 0; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-quantity-desired input, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-quantity-desired input {
          float: right;
          width: 40px;
          height: 34px;
          padding: 0;
          text-align: center;
          border: 1px solid #CCCCCC;
          font-size: 14px;
          font-family: "Lato", Arial, sans-serif;
          font-weight: 700;
          color: #707170; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-priority, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-priority {
        margin-top: 10px; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-priority .form-row, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-priority .form-row {
          position: relative;
          margin-bottom: 0; }
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-priority .form-row label, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-priority .form-row label {
            font-family: "proxima-nova-alt", Arial, sans-serif;
            font-weight: 600;
            font-size: 16px;
            text-transform: capitalize;
            letter-spacing: 0em;
            position: relative;
            color: #707170;
            width: 30%;
            top: 0; }
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-priority .form-row .customSelect, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-priority .form-row .customSelect {
            position: relative;
            float: right;
            width: 68%;
            height: 36px;
            line-height: 24px;
            padding: 6px 10px;
            color: #707170 !important; }
            #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-priority .form-row .customSelect .customSelectInner, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-priority .form-row .customSelect .customSelectInner {
              font-family: "proxima-nova-alt", Arial, sans-serif;
              font-weight: 700;
              color: #231f20;
              font-size: 14px;
              line-height: 14px;
              text-transform: uppercase;
              color: #707170 !important;
              font-weight: normal !important; }
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-priority .form-row select.hasCustomSelect, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-priority .form-row select.hasCustomSelect {
            float: right;
            top: auto;
            right: 0;
            z-index: 100;
            top: 0; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-update, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-update {
        width: 68%;
        float: right; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-update button, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-update button {
          border: none;
          background: none;
          padding: 0;
          margin: 10px 0 20px;
          text-decoration: underline; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-update .update-item, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-update .update-item {
          float: left;
          width: auto;
          text-transform: capitalize;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          font-size: 14px;
          color: #0099CC;
          text-decoration: none; }
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-update .update-item:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-update .update-item:hover {
            text-decoration: underline; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-update .delete-item, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-update .delete-item {
          float: right;
          width: auto;
          text-transform: capitalize;
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          font-size: 14px;
          color: #0099CC;
          text-decoration: none; }
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-update .delete-item:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-update .delete-item:hover {
            text-decoration: underline; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-update, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-update {
            width: 100%; } }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-toggle-public .form-row, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-toggle-public .form-row {
        position: relative; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-toggle-public .form-row .input-checkbox, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-toggle-public .form-row .input-checkbox {
          width: 100%; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-toggle-public .form-row label, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-toggle-public .form-row label {
          font-family: "proxima-nova-alt", Arial, sans-serif;
          font-weight: 400;
          font-size: 16px;
          color: #0099CC;
          width: 100%;
          text-transform: capitalize; }
          @media only screen and (max-width: 767px) {
            #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-toggle-public .form-row label, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-toggle-public .form-row label {
              font-size: 14px;
              width: auto; } }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart {
          margin-left: -64%;
          position: relative;
          top: -30px; } }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart label, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart label {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        position: relative;
        color: #0099CC;
        top: 5px;
        display: block;
        margin-bottom: 10px; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart input, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart input {
        float: left;
        width: 40px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border: 1px solid #CCCCCC;
        font-size: 16px;
        padding: 0;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 600;
        color: #707170;
        margin-right: 10px;
        -webkit-padding-before: 0;
        -webkit-padding-after: 0;
        box-sizing: border-box; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart input:focus, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart input:focus {
          width: 40px;
          padding: 0;
          margin: 0;
          outline: none;
          height: 32px;
          line-height: 32px;
          display: block;
          font-size: 16px;
          -webkit-padding-before: 0;
          -webkit-padding-after: 0;
          box-sizing: border-box;
          text-align: center; }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart input, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart input {
            width: 40px !important;
            text-align: center !important; } }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart input, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart input {
            width: 40px !important;
            text-align: center !important; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart input, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart input {
          text-align: center !important;
          width: 40px !important;
          font-family: Arial !important; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart input:focus, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart input:focus {
          text-align: center !important;
          width: 40px !important;
          font-family: Arial !important; } }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart button, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart button {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #ffffff;
        background: #f79727;
        height: 54px;
        line-height: 54px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        letter-spacing: 0.05em;
        padding: 0 78px;
        text-transform: uppercase;
        border: 0;
        float: right;
        width: 68%;
        padding: 0;
        line-height: 34px;
        height: 34px;
        font-weight: 500;
        font-size: 14px;
        margin-top: -2px; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart button:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart button:hover {
          background-color: #ffefde;
          border: 4px solid #f79727;
          padding: 0 66px;
          line-height: 46px;
          color: #f79727; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart button:disabled, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart button:disabled {
          background-color: #eeeeee;
          color: #dddddd; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart button:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart button:hover {
          padding: 0;
          line-height: 26px; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart button, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart button {
            width: 83%;
            position: absolute;
            height: 34px;
            top: 31px;
            left: 18%; } }
        @media only screen and (min-width: 768px) and (max-width: 1279px) {
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart button, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart button {
            float: right; } }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist .item-dashboard .option-toggle-public label, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist .item-dashboard .option-toggle-public label {
        margin: 8px 0 0 0; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist.edit-your-wishlist-empty .no-padding-bottom, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist.edit-your-wishlist-empty .no-padding-bottom {
      padding-bottom: 10px;
      display: inline; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist.edit-your-wishlist-empty .no-padding-bottom, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist.edit-your-wishlist-empty .no-padding-bottom {
          display: block; } }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist.edit-your-wishlist-empty a, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist.edit-your-wishlist-empty a {
      text-decoration: none;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 700;
      color: #231f20;
      font-size: 14px;
      line-height: 14px;
      text-transform: uppercase;
      font-size: 12px;
      text-transform: capitalize;
      font-weight: 400; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .edit-your-wishlist.edit-your-wishlist-empty a:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .edit-your-wishlist.edit-your-wishlist-empty a:hover {
        text-decoration: underline; }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .no-margin, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .no-margin {
    margin: 0; }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .wish-list-results-table, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .wish-list-results-table {
    background: #eeeeee;
    margin-bottom: 65px; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .wish-list-results-table th, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .wish-list-results-table th {
      padding: 20px 0px 20px 20px;
      border-bottom: 1px solid #666666;
      font-size: 14px;
      color: #231f20;
      text-transform: uppercase;
      text-align: left;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .wish-list-results-table th, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .wish-list-results-table th {
          display: none; } }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .wish-list-results-table td, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .wish-list-results-table td {
      padding: 20px 0px 20px 20px;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #231f20; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .wish-list-results-table td a, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .wish-list-results-table td a {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 400;
        color: #0099CC;
        float: right;
        margin-right: 20px;
        font-size: 16px;
        text-decoration: none; }
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .wish-list-results-table td a:hover, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .wish-list-results-table td a:hover {
          text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .wish-list-results-table, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .wish-list-results-table {
        display: none; } }
  #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .wish-list-results-table-mobile, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .wish-list-results-table-mobile {
    display: none;
    background: #eeeeee;
    margin-bottom: 15px; }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .wish-list-results-table-mobile th, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .wish-list-results-table-mobile th {
      padding: 20px 0px 20px 20px;
      border-bottom: 1px solid #666666;
      font-size: 12px;
      color: #231f20;
      text-transform: uppercase;
      font-family: "Lato", Arial, sans-serif;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .wish-list-results-table-mobile th, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .wish-list-results-table-mobile th {
          display: none; } }
    #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .wish-list-results-table-mobile td, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .wish-list-results-table-mobile td {
      padding: 20px 0px 20px 20px;
      font-family: "Raleway", Arial, sans-serif;
      font-weight: 500;
      font-size: 12px;
      letter-spacing: 0em;
      color: #707170;
      line-height: 14px; }
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .wish-list-results-table-mobile td a, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .wish-list-results-table-mobile td a {
        color: #0099CC;
        float: right;
        margin-right: 20px; }
        @media only screen and (max-width: 767px) {
          #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .wish-list-results-table-mobile td a, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .wish-list-results-table-mobile td a {
            position: relative;
            top: -10px; } }
    @media only screen and (max-width: 767px) {
      #wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items .wish-list-results-inner .wish-list-results-table-mobile, #wrapper.pt_wish-list.pt_account .wishlist-global-items .wish-list-results-inner .wish-list-results-table-mobile {
        display: table; } }
#wrapper.pt_wish-list.pt_wish-list-not-register .form-row-button button {
  line-height: 12px; }
#wrapper.pt_wish-list.pt_wish-list-not-register #primary {
  width: 90%;
  margin: 0 5%; }
  #wrapper.pt_wish-list.pt_wish-list-not-register #primary .wishlist-signin .login-box .createbenefits .content-asset {
    color: #231f20;
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%; }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_wish-list.pt_wish-list-not-register #primary .wishlist-signin .login-box .form-row input {
      width: 100% !important; } }
#wrapper.pt_wish-list.pt_wish-list-not-register .wishlist-global-items {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_wish-list.pt_wish-list-not-register .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart label {
      top: 13px;
      position: relative;
      margin-bottom: 19px !important; } }
  @media only screen and (max-width: 767px) {
    #wrapper.pt_wish-list.pt_wish-list-not-register .wishlist-global-items .edit-your-wishlist .item-dashboard .option-add-to-cart button {
      top: 41px !important; } }
#wrapper.pt_wish-list .wishlist-global-search .wishlist-global-items h3 .account-logout {
  display: none; }

/*----  Send Wishlist to friend ----*/
.ui-dialog #send-to-friend-dialog #send-to-friend-main {
  padding: 0 20px; }
  @media only screen and (max-width: 767px) {
    .ui-dialog #send-to-friend-dialog #send-to-friend-main {
      padding: 0 5%; } }
  .ui-dialog #send-to-friend-dialog #send-to-friend-main h1 {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #005f9b;
    text-transform: uppercase;
    border-bottom: 1px solid #666666;
    padding: 20px 40px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .ui-dialog #send-to-friend-dialog #send-to-friend-main h1 {
        padding: 20px 0; } }
  .ui-dialog #send-to-friend-dialog #send-to-friend-main .send-to-friend-product {
    padding: 0 40px; }
    .ui-dialog #send-to-friend-dialog #send-to-friend-main .send-to-friend-product dt {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 400;
      color: #000000;
      font-size: 14px;
      line-height: 25px;
      text-transform: uppercase; }
    .ui-dialog #send-to-friend-dialog #send-to-friend-main .send-to-friend-product dd {
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 400;
      line-height: 18px;
      font-size: 16px;
      color: #999999;
      margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .ui-dialog #send-to-friend-dialog #send-to-friend-main .send-to-friend-product {
        padding: 0; } }
  .ui-dialog #send-to-friend-dialog #send-to-friend-main .send-to-friend-product.form-indent {
    display: none; }
  @media only screen and (max-width: 767px) {
    .ui-dialog #send-to-friend-dialog #send-to-friend-main fieldset {
      width: 100%;
      display: block;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-sizing: border-box; } }
  .ui-dialog #send-to-friend-dialog #send-to-friend-main fieldset p {
    font-family: "proxima-nova-alt", Arial, sans-serif;
    font-weight: 400;
    padding: 0 0 20px 40px;
    line-height: 18px;
    font-size: 16px;
    display: block;
    color: #999999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .ui-dialog #send-to-friend-dialog #send-to-friend-main fieldset p {
        padding: 0 0 18px;
        max-width: 100%; } }
  .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    padding: 0 40px 18px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row {
        padding: 0 0 18px;
        width: 100%; } }
    .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row label {
      float: left;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 35px;
      color: #666666;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row label {
          float: none;
          display: block;
          width: 100%; } }
    .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row input {
      float: right;
      width: 330px;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #999999; }
      @media only screen and (max-width: 767px) {
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row input {
          float: none;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          width: 100%; } }
      .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row input.error {
        background-color: #f2f2f2; }
    .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row textarea {
      float: right;
      width: 328px;
      padding: 15px;
      height: 160px;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #999999;
      border: 1px solid #CCCCCC;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      @media only screen and (max-width: 767px) {
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row textarea {
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          float: none;
          width: 100%; } }
    .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row .char-count {
      float: right;
      width: 360px;
      margin-top: 5px;
      font-family: "proxima-nova-alt", Arial, sans-serif;
      font-weight: 400;
      text-transform: none;
      font-size: 16px;
      color: #707170; }
      @media only screen and (max-width: 767px) {
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row .char-count {
          float: none;
          width: 100%; } }
    .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row span.error {
      float: right;
      width: 360px;
      line-height: 100%; }
      @media only screen and (max-width: 767px) {
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row span.error {
          float: none;
          width: 100%; } }
    .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button {
      padding-left: 248px;
      padding-bottom: 44px; }
      @media only screen and (max-width: 767px) {
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button {
          width: 100%;
          padding: 0;
          margin-bottom: 20px; } }
      .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .preview-button,
      .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .edit-button,
      .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .send-button {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #ffffff;
        background: #ed3024;
        height: 44px;
        line-height: 44px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        letter-spacing: 0.05em;
        padding: 0 20px;
        text-transform: uppercase;
        border: 0;
        margin-right: 10px;
        padding: 0;
        width: 100px; }
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .preview-button:hover,
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .edit-button:hover,
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .send-button:hover {
          background-color: #eeeeee;
          border: 4px solid #ed3024;
          line-height: 36px;
          padding: 0 16px;
          color: #ed3024; }
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .preview-button:disabled,
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .edit-button:disabled,
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .send-button:disabled {
          background-color: #eeeeee;
          color: #dddddd;
          border: none;
          padding: 0 20px;
          line-height: 44px; }
        @media only screen and (max-width: 767px) {
          .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .preview-button,
          .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .edit-button,
          .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .send-button {
            float: none;
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px; } }
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .preview-button:hover,
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .edit-button:hover,
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .send-button:hover {
          padding: 0;
          width: 100px; }
      .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .cancel-button {
        background: none;
        padding: 0;
        margin: 0;
        border: 0;
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 400;
        text-decoration: none;
        font-size: 16px;
        color: #231f20;
        margin-top: 10px; }
        @media only screen and (max-width: 767px) {
          .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .cancel-button {
            float: none;
            width: 100%; } }
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.form-row-button .cancel-button:hover {
          text-decoration: underline; }
    .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.preview-btn {
      padding-left: 40px; }
      @media only screen and (max-width: 767px) {
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.preview-btn {
          float: none;
          padding: 0;
          width: 100%; } }
      .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.preview-btn .close-button {
        font-family: "proxima-nova-alt", Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #ffffff;
        background: #ed3024;
        height: 44px;
        line-height: 44px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        letter-spacing: 0.05em;
        padding: 0 20px;
        text-transform: uppercase;
        border: 0;
        padding: 0;
        width: 100px; }
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.preview-btn .close-button:hover {
          background-color: #eeeeee;
          border: 4px solid #ed3024;
          line-height: 36px;
          padding: 0 16px;
          color: #ed3024; }
        .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.preview-btn .close-button:disabled {
          background-color: #eeeeee;
          color: #dddddd;
          border: none;
          padding: 0 20px;
          line-height: 44px; }
        @media only screen and (max-width: 767px) {
          .ui-dialog #send-to-friend-dialog #send-to-friend-main .form-row.preview-btn .close-button {
            float: none;
            width: 100%; } }

/*----  end Send Wishlist to friend ----*/
.footerInner,
#wrapper #main,
.pt_account .innerWrapper,
#wrapper.pt_product-search-result .breadcrumb-wrapper,
#wrapper.pt_storefront .dotted-container .container,
#wrapper.pt_storefront .home-center,
#wrapper.pt_storefront #products-home-carousel,
#wrapper.pt_storefront #gallery-home-carousel #homepageSlot08,
#wrapper.pt_storefront .home-center {
  width: 1136px;
  margin: 0 auto; }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .footerInner,
    #wrapper #main,
    .pt_account .innerWrapper,
    #wrapper.pt_product-search-result .breadcrumb-wrapper,
    #wrapper.pt_storefront .dotted-container .container,
    #wrapper.pt_storefront .home-center,
    #wrapper.pt_storefront #products-home-carousel,
    #wrapper.pt_storefront #gallery-home-carousel #homepageSlot08,
    #wrapper.pt_storefront .home-center {
      width: 960px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .footerInner,
    #wrapper #main,
    .pt_account .innerWrapper,
    #wrapper.pt_product-search-result .breadcrumb-wrapper,
    #wrapper.pt_storefront .dotted-container .container,
    #wrapper.pt_storefront .home-center,
    #wrapper.pt_storefront #products-home-carousel,
    #wrapper.pt_storefront #gallery-home-carousel #homepageSlot08,
    #wrapper.pt_storefront .home-center {
      width: 720px; } }
  @media only screen and (max-width: 767px) {
    .footerInner,
    #wrapper #main,
    .pt_account .innerWrapper,
    #wrapper.pt_product-search-result .breadcrumb-wrapper,
    #wrapper.pt_storefront .dotted-container .container,
    #wrapper.pt_storefront .home-center,
    #wrapper.pt_storefront #products-home-carousel,
    #wrapper.pt_storefront #gallery-home-carousel #homepageSlot08,
    #wrapper.pt_storefront .home-center {
      width: 320px;
      position: relative; } }

/*# sourceMappingURL=style.css.map */
