Advertisement
Guest User

PageCracked

a guest
Feb 17th, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 78.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.   <meta charset="utf-8">
  6.   <title>
  7.    
  8.      
  9.        
  10.      
  11.    
  12.    
  13.    
  14.     PYRAMID BRAND
  15.   </title>
  16.   <meta name="description" content="O nome PYRAMID representa o conceito da interseção parcial entre o belo e o estranho, características encontradas nas pirâmides, que, ao mesmo tempo, são magníficas, tecnicamente perfeitas, muito antigas, de natureza curiosa e, muitas vezes, misteriosa. Esse é o conceito estético que buscamos em nossos produtos." />
  17.  
  18.   <meta property="og:title" content="
  19.    
  20.    
  21.    
  22.    PYRAMID BRAND" />
  23.   <meta property="og:type" content="website">
  24.  
  25.     <meta property="og:image" content="" />
  26.  
  27.   <meta property="og:image:type" content="image/jpeg">
  28.   <meta property="og:image:width" content="1000">
  29.   <meta property="og:image:height" content="1000">
  30.   <meta property="og:site_name" content="PYRAMID BRAND" />
  31.   <meta property="og:description" content="O nome PYRAMID representa o conceito da interseção parcial entre o belo e o estranho, características encontradas nas pirâmides, que, ao mesmo tempo, são magníficas, tecnicamente perfeitas, muito antigas, de natureza curiosa e, muitas vezes, misteriosa. Esse é o conceito estético que buscamos em nossos produtos." />
  32.  
  33.   <script id="navegg" type="text/javascript" src="//tag.navdmp.com/tm37462.js"></script>
  34.  
  35.   <!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  36.  
  37.   <link rel="stylesheet" type="text/css" href="//cloud.typography.com/6275252/626584/css/fonts.css" />
  38.   <link  href='//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css' rel="stylesheet">
  39.  
  40.   <style>
  41.     @charset "UTF-8";
  42. /* Neat 1.7.0.pre
  43.  * http://neat.bourbon.io
  44.  * Copyright 2012-2014 thoughtbot, inc.
  45.  * MIT License */
  46. /**
  47.  * Returns a media context (media query / grid context) that can be stored in a variable and passed to `media()` as a single-keyword argument. Media contexts defined using `new-breakpoint` are used by the visual grid, as long as they are defined before importing Neat.
  48.  *
  49.  * @param {List} $query
  50.  *   - A list of media query features and values. Each `$feature` should have a corresponding `$value`. If there is only a single `$value` in `$query`, `$default-feature` is going to be used. The number of total columns in the grid can be set by passing `$columns` at the end of the list (overrides `$total-columns`). For a list of valid values for `$feature`, click [here](http://www.w3.org/TR/css3-mediaqueries/#media1).
  51.  *
  52.  * @param {Number (unitless)} $total-columns ($grid-columns)
  53.  *   - Number of columns to use in the new grid context. Can be set as a shorthand in the first parameter.
  54.  *
  55.  * @example scss - Usage
  56.  *   $mobile: new-breakpoint(max-width 480px 4);
  57.  *
  58.  *   .element {
  59.  *     @include media($mobile) {
  60.  *       @include span-columns(4);
  61.  *     }
  62.  *   }
  63.  *
  64.  * @example css - CSS Output
  65.  *   @media screen and (max-width: 480px) {
  66.  *     .element {
  67.  *       display: block;
  68.  *       float: left;
  69.  *       margin-right: 7.42297%;
  70.  *       width: 100%;
  71.  *     }
  72.  *     .element:last-child {
  73.  *       margin-right: 0;
  74.  *     }
  75.  *   }
  76.  */
  77. /**
  78.  * Sets the relative width of a single grid column. The unit used should be the same one used to define `$gutter`. To learn more about golden-ratio() see [Bourbon docs](http://bourbon.io/docs/#golden-ratio). Set with a `!global` flag.
  79.  *
  80.  * @type Number (Unit)
  81.  */
  82. /**
  83.  * Sets the relative width of a single grid gutter. The unit used should be the same one used to define `$column`. To learn more about golden-ratio() see [Bourbon docs](http://bourbon.io/docs/#golden-ratio). Set with the `!global` flag.
  84.  *
  85.  * @type Number (Unit)
  86.  */
  87. /**
  88.  * Sets the total number of columns in the grid. Its value can be overridden inside a media query using the `media()` mixin. Set with the `!global` flag.
  89.  *
  90.  * @type Number (Unitless)
  91.  */
  92. /**
  93.  * Sets the max-width property of the element that includes `outer-container()`. To learn more about `em()` see [Bourbon docs](http://bourbon.io/docs/#px-to-em). Set with the `!global` flag.
  94.  *
  95.  * @type Number (Unit)
  96.  */
  97. /**
  98.  * When set to true, it sets the box-sizing property of all elements to `border-box`. Set with a `!global` flag.
  99.  *
  100.  * @type Bool
  101.  *
  102.  * @example css - CSS Output
  103.  *   * {
  104.  *     -webkit-box-sizing: border-box;
  105.  *     -moz-box-sizing: border-box;
  106.  *     box-sizing: border-box;
  107.  *   }
  108.  */
  109. /**
  110.  * Sets the default [media feature](http://www.w3.org/TR/css3-mediaqueries/#media) that `media()` and `new-breakpoint()` revert to when only a breakpoint value is passed. Set with a `!global` flag.
  111.  *
  112.  * @type String
  113.  */
  114. /**
  115.  * Sets the default layout direction of the grid. Can be `LTR` or `RTL`. Set with a `!global` flag.
  116.  *
  117.  * @type String
  118.  */
  119. /**
  120.  * Displays the visual grid when set to true. The overlaid grid may be few pixels off depending on the browser's rendering engine and pixel rounding algorithm. Set with the `!global` flag.
  121.  *
  122.  * @type Bool
  123.  */
  124. /**
  125.  * Sets the visual grid color. Set with `!global` flag.
  126.  *
  127.  * @type Color
  128.  */
  129. /**
  130.  * Sets the `z-index` property of the visual grid. Can be `back` (behind content) or `front` (in front of content). Set with `!global` flag.
  131.  *
  132.  * @type String
  133.  */
  134. /**
  135.  * Sets the opacity property of the visual grid. Set with `!global` flag.
  136.  *
  137.  * @type Number (unitless)
  138.  */
  139. /**
  140.  * Disable all deprecation warnings. Defaults to `false`. Set with a `!global` flag.
  141.  *
  142.  * @type Bool
  143.  */
  144. html {
  145.   -webkit-box-sizing: border-box;
  146.   -moz-box-sizing: border-box;
  147.   box-sizing: border-box; }
  148.  
  149. *, *:before, *:after {
  150.   -webkit-box-sizing: inherit;
  151.   -moz-box-sizing: inherit;
  152.   box-sizing: inherit; }
  153.  
  154. /**
  155.  * Removes the element's gutter margin, regardless of its position in the grid hierarchy or display property. It can target a specific element, or every `nth-child` occurrence. Works only with `block` layouts.
  156.  *
  157.  * @param {List} $query (block)
  158.  *   List of arguments. Supported arguments are `nth-child` selectors (targets a specific pseudo element) and `auto` (targets `last-child`).
  159.  *
  160.  *   When passed an `nth-child` argument of type `*n` with `block` display, the omega mixin automatically adds a clear to the `*n+1` th element. Note that composite arguments such as `2n+1` do not support this feature.
  161.  *
  162.  *   **Deprecation warning**: The omega mixin will no longer take a `$direction` argument. To change the layout direction, use `row($direction)` or set `$default-layout-direction` instead.
  163.  *
  164.  * @example scss - Usage
  165.  *   .element {
  166.  *     @include omega;
  167.  *   }
  168.  *
  169.  *   .nth-element {
  170.  *     @include omega(4n);
  171.  *   }
  172.  *
  173.  * @example css - CSS Output
  174.  *   .element {
  175.  *     margin-right: 0;
  176.  *   }
  177.  *
  178.  *   .nth-element:nth-child(4n) {
  179.  *     margin-right: 0;
  180.  *   }
  181.  *
  182.  *   .nth-element:nth-child(4n+1) {
  183.  *     clear: left;
  184.  *   }
  185.  */
  186. /**
  187.  * Makes an element a outer container by centring it in the viewport, clearing its floats, and setting its `max-width`.
  188.  * Although optional, using `outer-container` is recommended. The mixin can be called on more than one element per page, as long as they are not nested.
  189.  *
  190.  * @param {Number (unit)} $local-max-width ($max-width)
  191.  *   Max width to be applied to the element. Can be a percentage or a measure.
  192.  *
  193.  * @example scss - Usage
  194.  *   .element {
  195.  *     @include outer-container(100%);
  196.  *   }
  197.  *
  198.  * @example css - CSS Output
  199.  *   .element {
  200.  *     *zoom: 1;
  201.  *     max-width: 100%;
  202.  *     margin-left: auto;
  203.  *     margin-right: auto;
  204.  *   }
  205.  *
  206.  *   .element:before, .element:after {
  207.  *     content: " ";
  208.  *     display: table;
  209.  *   }
  210.  *
  211.  *   .element:after {
  212.  *     clear: both;
  213.  *   }
  214.  */
  215. /**
  216.  * Specifies the number of columns an element should span. If the selector is nested the number of columns of its parent element should be passed as an argument as well.
  217.  *
  218.  * @param {List} $span
  219.  *   A list containing `$columns`, the unitless number of columns the element spans (required), and `$container-columns`, the number of columns the parent element spans (optional).
  220.  *
  221.  *   If only one value is passed, it is assumed that it's `$columns` and that that `$container-columns` is equal to `$grid-columns`, the total number of columns in the grid.
  222.  *
  223.  *   The values can be separated with any string such as `of`, `/`, etc.
  224.  *
  225.  * @param {String} $display (block)
  226.  *   Sets the display property of the element. By default it sets the display propert of the element to `block`.
  227.  *
  228.  *   If passed `block-collapse`, it also removes the margin gutter by adding it to the element width.
  229.  *
  230.  *   If passed `table`, it sets the display property to `table-cell` and calculates the width of the element without taking gutters into consideration. The result does not align with the block-based grid.
  231.  *
  232.  * @example scss - Usage
  233.  *   .element {
  234.  *     @include span-columns(6);
  235.  
  236.  *    .nested-element {
  237.  *      @include span-columns(2 of 6);
  238.  *    }
  239.  *  }
  240.  *
  241.  * @example css - CSS Output
  242.  *   .element {
  243.  *     display: block;
  244.  *     float: left;
  245.  *     margin-right: 2.35765%;
  246.  *     width: 48.82117%;
  247.  *   }
  248.  *
  249.  *   .element:last-child {
  250.  *     margin-right: 0;
  251.  *   }
  252.  *
  253.  *   .element .nested-element {
  254.  *     display: block;
  255.  *     float: left;
  256.  *     margin-right: 4.82916%;
  257.  *     width: 30.11389%;
  258.  *   }
  259.  *
  260.  *   .element .nested-element:last-child {
  261.  *     margin-right: 0;
  262.  *   }
  263.  */
  264. /**
  265.  * Designates the element as a row of columns in the grid layout. It clears the floats on the element and sets its display property. Rows can't be nested, but there can be more than one row element—with different display properties—per layout.
  266.  *
  267.  * @param {String} $display (default)
  268.  *   Sets the display property of the element and the display context that will be used by its children. Can be `block` or `table`.
  269.  *
  270.  * @param {String} $direction ($default-layout-direction)
  271.  *   Sets the layout direction. Can be `LTR` (left-to-right) or `RTL` (right-to-left).
  272.  *
  273.  * @example scss - Usage
  274.  *   .element {
  275.  *     @include row();
  276.  *   }
  277.  *
  278.  * @example css - CSS Output
  279.  *   .element {
  280.  *     *zoom: 1;
  281.  *     display: block;
  282.  *   }
  283.  *
  284.  *  .element:before, .element:after {
  285.  *    content: " ";
  286.  *    display: table;
  287.  *  }
  288.  *
  289.  *  .element:after {
  290.  *    clear: both;
  291.  *  }
  292.  */
  293. /**
  294.  * Translates an element horizontally by a number of columns. Positive arguments shift the element to the active layout direction, while negative ones shift it to the opposite direction.
  295.  *
  296.  * @param {Number (unitless)} $n-columns (1)
  297.  *   Number of columns by which the element shifts.
  298.  *
  299.  * @example scss - Usage
  300.  *   .element {
  301.  *     @include shift(-3);
  302.  *   }
  303.  *
  304.  * @example css - CSS output
  305.  *   .element {
  306.  *     margin-left: -25.58941%;
  307.  *   }
  308.  */
  309. /**
  310.  * Translates an element horizontally by a number of columns, in a specific nesting context.
  311.  *
  312.  * @param {List} $shift
  313.  *   A list containing the number of columns to shift (`$columns`) and the number of columns of the parent element (`$container-columns`).
  314.  *
  315.  *   The two values can be separated with any string such as `of`, `/`, etc.
  316.  *
  317.  * @example scss - Usage
  318.  *   .element {
  319.  *     @include shift(-3 of 6);
  320.  *   }
  321.  *
  322.  * @example css - CSS output
  323.  *   .element {
  324.  *     margin-left: -52.41458%;
  325.  *   }
  326.  */
  327. /**
  328.  * Adds padding to the element.
  329.  *
  330.  * @param {List} $padding (flex-gutter())
  331.  *   A list of padding value(s) to use. Passing `default` in the list will result in using the gutter width as a padding value.
  332.  *
  333.  * @example scss - Usage
  334.  *   .element {
  335.  *     @include pad(30px -20px 10px default);
  336.  *   }
  337.  *
  338.  * @example css - CSS Output
  339.  *   .element {
  340.  *     padding: 30px -20px 10px 2.35765%;
  341.  *   }
  342.  */
  343. /**
  344.  * Forces the element to fill its parent container.
  345.  *
  346.  * @example scss - Usage
  347.  *   .element {
  348.  *     @include fill-parent;
  349.  *   }
  350.  *
  351.  * @example css - CSS Output
  352.  *   .element {
  353.  *     width: 100%;
  354.  *     -webkit-box-sizing: border-box;
  355.  *     -moz-box-sizing: border-box;
  356.  *     box-sizing: border-box;
  357.  *   }
  358.  */
  359. /**
  360.  * Outputs a media-query block with an optional grid context (the total number of columns used in the grid).
  361.  *
  362.  * @param {List} $query
  363.  *   A list of media query features and values, where each `$feature` should have a corresponding `$value`.
  364.  *   For a list of valid values for `$feature`, click [here](http://www.w3.org/TR/css3-mediaqueries/#media1).
  365.  *
  366.  *   If there is only a single `$value` in `$query`, `$default-feature` is going to be used.
  367.  *
  368.  *   The number of total columns in the grid can be set by passing `$columns` at the end of the list (overrides `$total-columns`).
  369.  *
  370.  *
  371.  * @param {Number (unitless)} $total-columns ($grid-columns)
  372.  *   - Number of columns to use in the new grid context. Can be set as a shorthand in the first parameter.
  373.  *
  374.  * @example scss - Usage
  375.  *   .responsive-element {
  376.  *      @include media(769px) {
  377.  *        @include span-columns(6);
  378.  *      }
  379.  *   }
  380.  *
  381.  *  .new-context-element {
  382.  *    @include media(min-width 320px max-width 480px, 6) {
  383.  *      @include span-columns(6);
  384.  *    }
  385.  *  }
  386.  *
  387.  * @example css - CSS Output
  388.  *  @media screen and (min-width: 769px) {
  389.  *    .responsive-element {
  390.  *      display: block;
  391.  *      float: left;
  392.  *      margin-right: 2.35765%;
  393.  *      width: 48.82117%;
  394.  *    }
  395.  *
  396.  *    .responsive-element:last-child {
  397.  *      margin-right: 0;
  398.  *    }
  399.  *  }
  400.  *
  401.  *  @media screen and (min-width: 320px) and (max-width: 480px) {
  402.  *    .new-context-element {
  403.  *      display: block;
  404.  *      float: left;
  405.  *      margin-right: 4.82916%;
  406.  *      width: 100%;
  407.  *    }
  408.  *
  409.  *    .new-context-element:last-child {
  410.  *      margin-right: 0;
  411.  *    }
  412.  *  }
  413.  */
  414. /**
  415.  * Resets the active display property to `block`. Particularly useful when changing the display property in a single row.
  416.  *
  417.  * @example scss - Usage
  418.  *   .element {
  419.  *     @include row(table);
  420.  *     // Context changed to table display
  421.  *   }
  422.  *
  423.  *   @include reset-display;
  424.  *   // Context is reset to block display
  425.  */
  426. /**
  427.  * Resets the active layout direction to the default value set in `$default-layout-direction`. Particularly useful when changing the layout direction in a single row.
  428.  *
  429.  * @example scss - Usage
  430.  *   .element {
  431.  *     @include row($direction: RTL);
  432.  *     // Context changed to right-to-left
  433.  *   }
  434.  *
  435.  *   @include reset-layout-direction;
  436.  *   // Context is reset to left-to-right
  437.  */
  438. /**
  439.  * Resets both the active layout direction and the active display property.
  440.  *
  441.  * @example scss - Usage
  442.  *   .element {
  443.  *     @include row(table, RTL);
  444.  *     // Context changed to table table and right-to-left
  445.  *   }
  446.  *
  447.  *   @include reset-all;
  448.  *   // Context is reset to block display and left-to-right
  449.  */
  450. /**
  451.  * Changes the display property used by other mixins called in the code block argument.
  452.  *
  453.  * @param {String} $display (block)
  454.  *   Display value to be used within the block. Can be `table` or `block`.
  455.  *
  456.  * @example scss
  457.  *   @include display(table) {
  458.  *    .display-table {
  459.  *      @include span-columns(6);
  460.  *     }
  461.  *   }
  462.  *
  463.  * @example css
  464.  *   .display-table {
  465.  *      display: table-cell;
  466.  *      ...
  467.  *   }
  468.  */
  469. /**
  470.  * Changes the direction property used by other mixins called in the code block argument.
  471.  *
  472.  * @param {String} $direction (left-to-right)
  473.  *   Layout direction to be used within the block. Can be `left-to-right` or `right-to-left`.
  474.  *
  475.  * @example scss - Usage
  476.  *   @include direction(right-to-left) {
  477.  *    .right-to-left-block {
  478.  *      @include span-columns(6);
  479.  *     }
  480.  *   }
  481.  *
  482.  * @example css - CSS Output
  483.  *   .right-to-left-block {
  484.  *     float: right;
  485.  *      ...
  486.  *   }
  487.  */
  488. /*!
  489.  *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
  490.  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  491.  */
  492. /* FONT PATH
  493.  * -------------------------- */
  494. @font-face {
  495.   font-family: 'FontAwesome';
  496.   src: url("http://d3a12l3yff2695.cloudfront.net/custom/pyramid/fonts/fontawesome-webfont.eot?v=4.0.3");
  497.   src: url("http://d3a12l3yff2695.cloudfront.net/custom/pyramid/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("http://d3a12l3yff2695.cloudfront.net/custom/pyramid/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("http://d3a12l3yff2695.cloudfront.net/custom/pyramid/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("http://d3a12l3yff2695.cloudfront.net/custom/pyramid/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  498.   font-weight: normal;
  499.   font-style: normal; }
  500. .fa {
  501.   display: inline-block;
  502.   font-family: FontAwesome;
  503.   font-style: normal;
  504.   font-weight: normal;
  505.   line-height: 1;
  506.   -webkit-font-smoothing: antialiased;
  507.   -moz-osx-font-smoothing: grayscale; }
  508.  
  509. /* makes the font 33% larger relative to the icon container */
  510. .fa-lg {
  511.   font-size: 1.3333333333em;
  512.   line-height: 0.75em;
  513.   vertical-align: -15%; }
  514.  
  515. .fa-2x {
  516.   font-size: 2em; }
  517.  
  518. .fa-3x {
  519.   font-size: 3em; }
  520.  
  521. .fa-4x {
  522.   font-size: 4em; }
  523.  
  524. .fa-5x {
  525.   font-size: 5em; }
  526.  
  527. .fa-fw {
  528.   width: 1.2857142857em;
  529.   text-align: center; }
  530.  
  531. .fa-ul {
  532.   padding-left: 0;
  533.   margin-left: 2.1428571429em;
  534.   list-style-type: none; }
  535.   .fa-ul > li {
  536.     position: relative; }
  537.  
  538. .fa-li {
  539.   position: absolute;
  540.   left: -2.1428571429em;
  541.   width: 2.1428571429em;
  542.   top: 0.1428571429em;
  543.   text-align: center; }
  544.   .fa-li.fa-lg {
  545.     left: -1.8571428571em; }
  546.  
  547. .fa-border {
  548.   padding: .2em .25em .15em;
  549.   border: solid 0.08em #eee;
  550.   border-radius: .1em; }
  551.  
  552. .pull-right {
  553.   float: right; }
  554.  
  555. .pull-left {
  556.   float: left; }
  557.  
  558. .fa.pull-left {
  559.   margin-right: .3em; }
  560. .fa.pull-right {
  561.   margin-left: .3em; }
  562.  
  563. .fa-spin {
  564.   -webkit-animation: spin 2s infinite linear;
  565.   -moz-animation: spin 2s infinite linear;
  566.   -o-animation: spin 2s infinite linear;
  567.   animation: spin 2s infinite linear; }
  568.  
  569. @-moz-keyframes spin {
  570.   0% {
  571.     -moz-transform: rotate(0deg); }
  572.   100% {
  573.     -moz-transform: rotate(359deg); } }
  574. @-webkit-keyframes spin {
  575.   0% {
  576.     -webkit-transform: rotate(0deg); }
  577.   100% {
  578.     -webkit-transform: rotate(359deg); } }
  579. @-o-keyframes spin {
  580.   0% {
  581.     -o-transform: rotate(0deg); }
  582.   100% {
  583.     -o-transform: rotate(359deg); } }
  584. @-ms-keyframes spin {
  585.   0% {
  586.     -ms-transform: rotate(0deg); }
  587.   100% {
  588.     -ms-transform: rotate(359deg); } }
  589. @keyframes spin {
  590.   0% {
  591.     transform: rotate(0deg); }
  592.   100% {
  593.     transform: rotate(359deg); } }
  594. .fa-rotate-90 {
  595.   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  596.   -webkit-transform: rotate(90deg);
  597.   -moz-transform: rotate(90deg);
  598.   -ms-transform: rotate(90deg);
  599.   -o-transform: rotate(90deg);
  600.   transform: rotate(90deg); }
  601.  
  602. .fa-rotate-180 {
  603.   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  604.   -webkit-transform: rotate(180deg);
  605.   -moz-transform: rotate(180deg);
  606.   -ms-transform: rotate(180deg);
  607.   -o-transform: rotate(180deg);
  608.   transform: rotate(180deg); }
  609.  
  610. .fa-rotate-270 {
  611.   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  612.   -webkit-transform: rotate(270deg);
  613.   -moz-transform: rotate(270deg);
  614.   -ms-transform: rotate(270deg);
  615.   -o-transform: rotate(270deg);
  616.   transform: rotate(270deg); }
  617.  
  618. .fa-flip-horizontal {
  619.   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  620.   -webkit-transform: scale(-1, 1);
  621.   -moz-transform: scale(-1, 1);
  622.   -ms-transform: scale(-1, 1);
  623.   -o-transform: scale(-1, 1);
  624.   transform: scale(-1, 1); }
  625.  
  626. .fa-flip-vertical {
  627.   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  628.   -webkit-transform: scale(1, -1);
  629.   -moz-transform: scale(1, -1);
  630.   -ms-transform: scale(1, -1);
  631.   -o-transform: scale(1, -1);
  632.   transform: scale(1, -1); }
  633.  
  634. .fa-stack {
  635.   position: relative;
  636.   display: inline-block;
  637.   width: 2em;
  638.   height: 2em;
  639.   line-height: 2em;
  640.   vertical-align: middle; }
  641.  
  642. .fa-stack-1x, .fa-stack-2x {
  643.   position: absolute;
  644.   left: 0;
  645.   width: 100%;
  646.   text-align: center; }
  647.  
  648. .fa-stack-1x {
  649.   line-height: inherit; }
  650.  
  651. .fa-stack-2x {
  652.   font-size: 2em; }
  653.  
  654. .fa-inverse {
  655.   color: #fff; }
  656.  
  657. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  658.    readers do not read off random characters that represent icons */
  659. .fa-glass:before {
  660.   content: ""; }
  661.  
  662. .fa-music:before {
  663.   content: ""; }
  664.  
  665. .fa-search:before {
  666.   content: ""; }
  667.  
  668. .fa-envelope-o:before {
  669.   content: ""; }
  670.  
  671. .fa-heart:before {
  672.   content: ""; }
  673.  
  674. .fa-star:before {
  675.   content: ""; }
  676.  
  677. .fa-star-o:before {
  678.   content: ""; }
  679.  
  680. .fa-user:before {
  681.   content: ""; }
  682.  
  683. .fa-film:before {
  684.   content: ""; }
  685.  
  686. .fa-th-large:before {
  687.   content: ""; }
  688.  
  689. .fa-th:before {
  690.   content: ""; }
  691.  
  692. .fa-th-list:before {
  693.   content: ""; }
  694.  
  695. .fa-check:before, #mine-cart-page .submit .submit-button:before {
  696.   content: ""; }
  697.  
  698. .fa-times:before {
  699.   content: ""; }
  700.  
  701. .fa-search-plus:before {
  702.   content: ""; }
  703.  
  704. .fa-search-minus:before {
  705.   content: ""; }
  706.  
  707. .fa-power-off:before {
  708.   content: ""; }
  709.  
  710. .fa-signal:before {
  711.   content: ""; }
  712.  
  713. .fa-gear:before,
  714. .fa-cog:before {
  715.   content: ""; }
  716.  
  717. .fa-trash-o:before {
  718.   content: ""; }
  719.  
  720. .fa-home:before {
  721.   content: ""; }
  722.  
  723. .fa-file-o:before {
  724.   content: ""; }
  725.  
  726. .fa-clock-o:before {
  727.   content: ""; }
  728.  
  729. .fa-road:before {
  730.   content: ""; }
  731.  
  732. .fa-download:before {
  733.   content: ""; }
  734.  
  735. .fa-arrow-circle-o-down:before {
  736.   content: ""; }
  737.  
  738. .fa-arrow-circle-o-up:before {
  739.   content: ""; }
  740.  
  741. .fa-inbox:before {
  742.   content: ""; }
  743.  
  744. .fa-play-circle-o:before {
  745.   content: ""; }
  746.  
  747. .fa-rotate-right:before,
  748. .fa-repeat:before {
  749.   content: ""; }
  750.  
  751. .fa-refresh:before {
  752.   content: ""; }
  753.  
  754. .fa-list-alt:before {
  755.   content: ""; }
  756.  
  757. .fa-lock:before {
  758.   content: ""; }
  759.  
  760. .fa-flag:before {
  761.   content: ""; }
  762.  
  763. .fa-headphones:before {
  764.   content: ""; }
  765.  
  766. .fa-volume-off:before {
  767.   content: ""; }
  768.  
  769. .fa-volume-down:before {
  770.   content: ""; }
  771.  
  772. .fa-volume-up:before {
  773.   content: ""; }
  774.  
  775. .fa-qrcode:before {
  776.   content: ""; }
  777.  
  778. .fa-barcode:before {
  779.   content: ""; }
  780.  
  781. .fa-tag:before {
  782.   content: ""; }
  783.  
  784. .fa-tags:before {
  785.   content: ""; }
  786.  
  787. .fa-book:before {
  788.   content: ""; }
  789.  
  790. .fa-bookmark:before {
  791.   content: ""; }
  792.  
  793. .fa-print:before {
  794.   content: ""; }
  795.  
  796. .fa-camera:before {
  797.   content: ""; }
  798.  
  799. .fa-font:before {
  800.   content: ""; }
  801.  
  802. .fa-bold:before {
  803.   content: ""; }
  804.  
  805. .fa-italic:before {
  806.   content: ""; }
  807.  
  808. .fa-text-height:before {
  809.   content: ""; }
  810.  
  811. .fa-text-width:before {
  812.   content: ""; }
  813.  
  814. .fa-align-left:before {
  815.   content: ""; }
  816.  
  817. .fa-align-center:before {
  818.   content: ""; }
  819.  
  820. .fa-align-right:before {
  821.   content: ""; }
  822.  
  823. .fa-align-justify:before {
  824.   content: ""; }
  825.  
  826. .fa-list:before {
  827.   content: ""; }
  828.  
  829. .fa-dedent:before,
  830. .fa-outdent:before {
  831.   content: ""; }
  832.  
  833. .fa-indent:before {
  834.   content: ""; }
  835.  
  836. .fa-video-camera:before {
  837.   content: ""; }
  838.  
  839. .fa-picture-o:before {
  840.   content: ""; }
  841.  
  842. .fa-pencil:before {
  843.   content: ""; }
  844.  
  845. .fa-map-marker:before {
  846.   content: ""; }
  847.  
  848. .fa-adjust:before {
  849.   content: ""; }
  850.  
  851. .fa-tint:before {
  852.   content: ""; }
  853.  
  854. .fa-edit:before,
  855. .fa-pencil-square-o:before {
  856.   content: ""; }
  857.  
  858. .fa-share-square-o:before {
  859.   content: ""; }
  860.  
  861. .fa-check-square-o:before {
  862.   content: ""; }
  863.  
  864. .fa-arrows:before {
  865.   content: ""; }
  866.  
  867. .fa-step-backward:before {
  868.   content: ""; }
  869.  
  870. .fa-fast-backward:before {
  871.   content: ""; }
  872.  
  873. .fa-backward:before {
  874.   content: ""; }
  875.  
  876. .fa-play:before {
  877.   content: ""; }
  878.  
  879. .fa-pause:before {
  880.   content: ""; }
  881.  
  882. .fa-stop:before {
  883.   content: ""; }
  884.  
  885. .fa-forward:before {
  886.   content: ""; }
  887.  
  888. .fa-fast-forward:before {
  889.   content: ""; }
  890.  
  891. .fa-step-forward:before {
  892.   content: ""; }
  893.  
  894. .fa-eject:before {
  895.   content: ""; }
  896.  
  897. .fa-chevron-left:before {
  898.   content: ""; }
  899.  
  900. .fa-chevron-right:before {
  901.   content: ""; }
  902.  
  903. .fa-plus-circle:before {
  904.   content: ""; }
  905.  
  906. .fa-minus-circle:before {
  907.   content: ""; }
  908.  
  909. .fa-times-circle:before {
  910.   content: ""; }
  911.  
  912. .fa-check-circle:before {
  913.   content: ""; }
  914.  
  915. .fa-question-circle:before {
  916.   content: ""; }
  917.  
  918. .fa-info-circle:before {
  919.   content: ""; }
  920.  
  921. .fa-crosshairs:before {
  922.   content: ""; }
  923.  
  924. .fa-times-circle-o:before {
  925.   content: ""; }
  926.  
  927. .fa-check-circle-o:before {
  928.   content: ""; }
  929.  
  930. .fa-ban:before {
  931.   content: ""; }
  932.  
  933. .fa-arrow-left:before {
  934.   content: ""; }
  935.  
  936. .fa-arrow-right:before {
  937.   content: ""; }
  938.  
  939. .fa-arrow-up:before {
  940.   content: ""; }
  941.  
  942. .fa-arrow-down:before {
  943.   content: ""; }
  944.  
  945. .fa-mail-forward:before,
  946. .fa-share:before {
  947.   content: ""; }
  948.  
  949. .fa-expand:before {
  950.   content: ""; }
  951.  
  952. .fa-compress:before {
  953.   content: ""; }
  954.  
  955. .fa-plus:before {
  956.   content: ""; }
  957.  
  958. .fa-minus:before {
  959.   content: ""; }
  960.  
  961. .fa-asterisk:before {
  962.   content: ""; }
  963.  
  964. .fa-exclamation-circle:before {
  965.   content: ""; }
  966.  
  967. .fa-gift:before {
  968.   content: ""; }
  969.  
  970. .fa-leaf:before {
  971.   content: ""; }
  972.  
  973. .fa-fire:before {
  974.   content: ""; }
  975.  
  976. .fa-eye:before {
  977.   content: ""; }
  978.  
  979. .fa-eye-slash:before {
  980.   content: ""; }
  981.  
  982. .fa-warning:before,
  983. .fa-exclamation-triangle:before {
  984.   content: ""; }
  985.  
  986. .fa-plane:before {
  987.   content: ""; }
  988.  
  989. .fa-calendar:before {
  990.   content: ""; }
  991.  
  992. .fa-random:before {
  993.   content: ""; }
  994.  
  995. .fa-comment:before {
  996.   content: ""; }
  997.  
  998. .fa-magnet:before {
  999.   content: ""; }
  1000.  
  1001. .fa-chevron-up:before {
  1002.   content: ""; }
  1003.  
  1004. .fa-chevron-down:before {
  1005.   content: ""; }
  1006.  
  1007. .fa-retweet:before {
  1008.   content: ""; }
  1009.  
  1010. .fa-shopping-cart:before {
  1011.   content: ""; }
  1012.  
  1013. .fa-folder:before {
  1014.   content: ""; }
  1015.  
  1016. .fa-folder-open:before {
  1017.   content: ""; }
  1018.  
  1019. .fa-arrows-v:before {
  1020.   content: ""; }
  1021.  
  1022. .fa-arrows-h:before {
  1023.   content: ""; }
  1024.  
  1025. .fa-bar-chart-o:before {
  1026.   content: ""; }
  1027.  
  1028. .fa-twitter-square:before {
  1029.   content: ""; }
  1030.  
  1031. .fa-facebook-square:before {
  1032.   content: ""; }
  1033.  
  1034. .fa-camera-retro:before {
  1035.   content: ""; }
  1036.  
  1037. .fa-key:before {
  1038.   content: ""; }
  1039.  
  1040. .fa-gears:before,
  1041. .fa-cogs:before {
  1042.   content: ""; }
  1043.  
  1044. .fa-comments:before {
  1045.   content: ""; }
  1046.  
  1047. .fa-thumbs-o-up:before {
  1048.   content: ""; }
  1049.  
  1050. .fa-thumbs-o-down:before {
  1051.   content: ""; }
  1052.  
  1053. .fa-star-half:before {
  1054.   content: ""; }
  1055.  
  1056. .fa-heart-o:before {
  1057.   content: ""; }
  1058.  
  1059. .fa-sign-out:before {
  1060.   content: ""; }
  1061.  
  1062. .fa-linkedin-square:before {
  1063.   content: ""; }
  1064.  
  1065. .fa-thumb-tack:before {
  1066.   content: ""; }
  1067.  
  1068. .fa-external-link:before {
  1069.   content: ""; }
  1070.  
  1071. .fa-sign-in:before {
  1072.   content: ""; }
  1073.  
  1074. .fa-trophy:before {
  1075.   content: ""; }
  1076.  
  1077. .fa-github-square:before {
  1078.   content: ""; }
  1079.  
  1080. .fa-upload:before {
  1081.   content: ""; }
  1082.  
  1083. .fa-lemon-o:before {
  1084.   content: ""; }
  1085.  
  1086. .fa-phone:before {
  1087.   content: ""; }
  1088.  
  1089. .fa-square-o:before {
  1090.   content: ""; }
  1091.  
  1092. .fa-bookmark-o:before {
  1093.   content: ""; }
  1094.  
  1095. .fa-phone-square:before {
  1096.   content: ""; }
  1097.  
  1098. .fa-twitter:before {
  1099.   content: ""; }
  1100.  
  1101. .fa-facebook:before {
  1102.   content: ""; }
  1103.  
  1104. .fa-github:before {
  1105.   content: ""; }
  1106.  
  1107. .fa-unlock:before {
  1108.   content: ""; }
  1109.  
  1110. .fa-credit-card:before {
  1111.   content: ""; }
  1112.  
  1113. .fa-rss:before {
  1114.   content: ""; }
  1115.  
  1116. .fa-hdd-o:before {
  1117.   content: ""; }
  1118.  
  1119. .fa-bullhorn:before {
  1120.   content: ""; }
  1121.  
  1122. .fa-bell:before {
  1123.   content: ""; }
  1124.  
  1125. .fa-certificate:before {
  1126.   content: ""; }
  1127.  
  1128. .fa-hand-o-right:before {
  1129.   content: ""; }
  1130.  
  1131. .fa-hand-o-left:before {
  1132.   content: ""; }
  1133.  
  1134. .fa-hand-o-up:before {
  1135.   content: ""; }
  1136.  
  1137. .fa-hand-o-down:before {
  1138.   content: ""; }
  1139.  
  1140. .fa-arrow-circle-left:before {
  1141.   content: ""; }
  1142.  
  1143. .fa-arrow-circle-right:before {
  1144.   content: ""; }
  1145.  
  1146. .fa-arrow-circle-up:before {
  1147.   content: ""; }
  1148.  
  1149. .fa-arrow-circle-down:before {
  1150.   content: ""; }
  1151.  
  1152. .fa-globe:before {
  1153.   content: ""; }
  1154.  
  1155. .fa-wrench:before {
  1156.   content: ""; }
  1157.  
  1158. .fa-tasks:before {
  1159.   content: ""; }
  1160.  
  1161. .fa-filter:before {
  1162.   content: ""; }
  1163.  
  1164. .fa-briefcase:before {
  1165.   content: ""; }
  1166.  
  1167. .fa-arrows-alt:before {
  1168.   content: ""; }
  1169.  
  1170. .fa-group:before,
  1171. .fa-users:before {
  1172.   content: ""; }
  1173.  
  1174. .fa-chain:before,
  1175. .fa-link:before {
  1176.   content: ""; }
  1177.  
  1178. .fa-cloud:before {
  1179.   content: ""; }
  1180.  
  1181. .fa-flask:before {
  1182.   content: ""; }
  1183.  
  1184. .fa-cut:before,
  1185. .fa-scissors:before {
  1186.   content: ""; }
  1187.  
  1188. .fa-copy:before,
  1189. .fa-files-o:before {
  1190.   content: ""; }
  1191.  
  1192. .fa-paperclip:before {
  1193.   content: ""; }
  1194.  
  1195. .fa-save:before,
  1196. .fa-floppy-o:before {
  1197.   content: ""; }
  1198.  
  1199. .fa-square:before {
  1200.   content: ""; }
  1201.  
  1202. .fa-bars:before {
  1203.   content: ""; }
  1204.  
  1205. .fa-list-ul:before {
  1206.   content: ""; }
  1207.  
  1208. .fa-list-ol:before {
  1209.   content: ""; }
  1210.  
  1211. .fa-strikethrough:before {
  1212.   content: ""; }
  1213.  
  1214. .fa-underline:before {
  1215.   content: ""; }
  1216.  
  1217. .fa-table:before {
  1218.   content: ""; }
  1219.  
  1220. .fa-magic:before {
  1221.   content: ""; }
  1222.  
  1223. .fa-truck:before {
  1224.   content: ""; }
  1225.  
  1226. .fa-pinterest:before {
  1227.   content: ""; }
  1228.  
  1229. .fa-pinterest-square:before {
  1230.   content: ""; }
  1231.  
  1232. .fa-google-plus-square:before {
  1233.   content: ""; }
  1234.  
  1235. .fa-google-plus:before {
  1236.   content: ""; }
  1237.  
  1238. .fa-money:before {
  1239.   content: ""; }
  1240.  
  1241. .fa-caret-down:before {
  1242.   content: ""; }
  1243.  
  1244. .fa-caret-up:before {
  1245.   content: ""; }
  1246.  
  1247. .fa-caret-left:before {
  1248.   content: ""; }
  1249.  
  1250. .fa-caret-right:before {
  1251.   content: ""; }
  1252.  
  1253. .fa-columns:before {
  1254.   content: ""; }
  1255.  
  1256. .fa-unsorted:before,
  1257. .fa-sort:before {
  1258.   content: ""; }
  1259.  
  1260. .fa-sort-down:before,
  1261. .fa-sort-asc:before {
  1262.   content: ""; }
  1263.  
  1264. .fa-sort-up:before,
  1265. .fa-sort-desc:before {
  1266.   content: ""; }
  1267.  
  1268. .fa-envelope:before {
  1269.   content: ""; }
  1270.  
  1271. .fa-linkedin:before {
  1272.   content: ""; }
  1273.  
  1274. .fa-rotate-left:before,
  1275. .fa-undo:before {
  1276.   content: ""; }
  1277.  
  1278. .fa-legal:before,
  1279. .fa-gavel:before {
  1280.   content: ""; }
  1281.  
  1282. .fa-dashboard:before,
  1283. .fa-tachometer:before {
  1284.   content: ""; }
  1285.  
  1286. .fa-comment-o:before {
  1287.   content: ""; }
  1288.  
  1289. .fa-comments-o:before {
  1290.   content: ""; }
  1291.  
  1292. .fa-flash:before,
  1293. .fa-bolt:before {
  1294.   content: ""; }
  1295.  
  1296. .fa-sitemap:before {
  1297.   content: ""; }
  1298.  
  1299. .fa-umbrella:before {
  1300.   content: ""; }
  1301.  
  1302. .fa-paste:before,
  1303. .fa-clipboard:before {
  1304.   content: ""; }
  1305.  
  1306. .fa-lightbulb-o:before {
  1307.   content: ""; }
  1308.  
  1309. .fa-exchange:before {
  1310.   content: ""; }
  1311.  
  1312. .fa-cloud-download:before {
  1313.   content: ""; }
  1314.  
  1315. .fa-cloud-upload:before {
  1316.   content: ""; }
  1317.  
  1318. .fa-user-md:before {
  1319.   content: ""; }
  1320.  
  1321. .fa-stethoscope:before {
  1322.   content: ""; }
  1323.  
  1324. .fa-suitcase:before {
  1325.   content: ""; }
  1326.  
  1327. .fa-bell-o:before {
  1328.   content: ""; }
  1329.  
  1330. .fa-coffee:before {
  1331.   content: ""; }
  1332.  
  1333. .fa-cutlery:before {
  1334.   content: ""; }
  1335.  
  1336. .fa-file-text-o:before {
  1337.   content: ""; }
  1338.  
  1339. .fa-building-o:before {
  1340.   content: ""; }
  1341.  
  1342. .fa-hospital-o:before {
  1343.   content: ""; }
  1344.  
  1345. .fa-ambulance:before {
  1346.   content: ""; }
  1347.  
  1348. .fa-medkit:before {
  1349.   content: ""; }
  1350.  
  1351. .fa-fighter-jet:before {
  1352.   content: ""; }
  1353.  
  1354. .fa-beer:before {
  1355.   content: ""; }
  1356.  
  1357. .fa-h-square:before {
  1358.   content: ""; }
  1359.  
  1360. .fa-plus-square:before {
  1361.   content: ""; }
  1362.  
  1363. .fa-angle-double-left:before {
  1364.   content: ""; }
  1365.  
  1366. .fa-angle-double-right:before {
  1367.   content: ""; }
  1368.  
  1369. .fa-angle-double-up:before {
  1370.   content: ""; }
  1371.  
  1372. .fa-angle-double-down:before {
  1373.   content: ""; }
  1374.  
  1375. .fa-angle-left:before {
  1376.   content: ""; }
  1377.  
  1378. .fa-angle-right:before {
  1379.   content: ""; }
  1380.  
  1381. .fa-angle-up:before {
  1382.   content: ""; }
  1383.  
  1384. .fa-angle-down:before {
  1385.   content: ""; }
  1386.  
  1387. .fa-desktop:before {
  1388.   content: ""; }
  1389.  
  1390. .fa-laptop:before {
  1391.   content: ""; }
  1392.  
  1393. .fa-tablet:before {
  1394.   content: ""; }
  1395.  
  1396. .fa-mobile-phone:before,
  1397. .fa-mobile:before {
  1398.   content: ""; }
  1399.  
  1400. .fa-circle-o:before {
  1401.   content: ""; }
  1402.  
  1403. .fa-quote-left:before {
  1404.   content: ""; }
  1405.  
  1406. .fa-quote-right:before {
  1407.   content: ""; }
  1408.  
  1409. .fa-spinner:before {
  1410.   content: ""; }
  1411.  
  1412. .fa-circle:before {
  1413.   content: ""; }
  1414.  
  1415. .fa-mail-reply:before,
  1416. .fa-reply:before {
  1417.   content: ""; }
  1418.  
  1419. .fa-github-alt:before {
  1420.   content: ""; }
  1421.  
  1422. .fa-folder-o:before {
  1423.   content: ""; }
  1424.  
  1425. .fa-folder-open-o:before {
  1426.   content: ""; }
  1427.  
  1428. .fa-smile-o:before {
  1429.   content: ""; }
  1430.  
  1431. .fa-frown-o:before {
  1432.   content: ""; }
  1433.  
  1434. .fa-meh-o:before {
  1435.   content: ""; }
  1436.  
  1437. .fa-gamepad:before {
  1438.   content: ""; }
  1439.  
  1440. .fa-keyboard-o:before {
  1441.   content: ""; }
  1442.  
  1443. .fa-flag-o:before {
  1444.   content: ""; }
  1445.  
  1446. .fa-flag-checkered:before {
  1447.   content: ""; }
  1448.  
  1449. .fa-terminal:before {
  1450.   content: ""; }
  1451.  
  1452. .fa-code:before {
  1453.   content: ""; }
  1454.  
  1455. .fa-reply-all:before {
  1456.   content: ""; }
  1457.  
  1458. .fa-mail-reply-all:before {
  1459.   content: ""; }
  1460.  
  1461. .fa-star-half-empty:before,
  1462. .fa-star-half-full:before,
  1463. .fa-star-half-o:before {
  1464.   content: ""; }
  1465.  
  1466. .fa-location-arrow:before {
  1467.   content: ""; }
  1468.  
  1469. .fa-crop:before {
  1470.   content: ""; }
  1471.  
  1472. .fa-code-fork:before {
  1473.   content: ""; }
  1474.  
  1475. .fa-unlink:before,
  1476. .fa-chain-broken:before {
  1477.   content: ""; }
  1478.  
  1479. .fa-question:before {
  1480.   content: ""; }
  1481.  
  1482. .fa-info:before {
  1483.   content: ""; }
  1484.  
  1485. .fa-exclamation:before {
  1486.   content: ""; }
  1487.  
  1488. .fa-superscript:before {
  1489.   content: ""; }
  1490.  
  1491. .fa-subscript:before {
  1492.   content: ""; }
  1493.  
  1494. .fa-eraser:before {
  1495.   content: ""; }
  1496.  
  1497. .fa-puzzle-piece:before {
  1498.   content: ""; }
  1499.  
  1500. .fa-microphone:before {
  1501.   content: ""; }
  1502.  
  1503. .fa-microphone-slash:before {
  1504.   content: ""; }
  1505.  
  1506. .fa-shield:before {
  1507.   content: ""; }
  1508.  
  1509. .fa-calendar-o:before {
  1510.   content: ""; }
  1511.  
  1512. .fa-fire-extinguisher:before {
  1513.   content: ""; }
  1514.  
  1515. .fa-rocket:before {
  1516.   content: ""; }
  1517.  
  1518. .fa-maxcdn:before {
  1519.   content: ""; }
  1520.  
  1521. .fa-chevron-circle-left:before {
  1522.   content: ""; }
  1523.  
  1524. .fa-chevron-circle-right:before {
  1525.   content: ""; }
  1526.  
  1527. .fa-chevron-circle-up:before {
  1528.   content: ""; }
  1529.  
  1530. .fa-chevron-circle-down:before {
  1531.   content: ""; }
  1532.  
  1533. .fa-html5:before {
  1534.   content: ""; }
  1535.  
  1536. .fa-css3:before {
  1537.   content: ""; }
  1538.  
  1539. .fa-anchor:before {
  1540.   content: ""; }
  1541.  
  1542. .fa-unlock-alt:before {
  1543.   content: ""; }
  1544.  
  1545. .fa-bullseye:before {
  1546.   content: ""; }
  1547.  
  1548. .fa-ellipsis-h:before {
  1549.   content: ""; }
  1550.  
  1551. .fa-ellipsis-v:before {
  1552.   content: ""; }
  1553.  
  1554. .fa-rss-square:before {
  1555.   content: ""; }
  1556.  
  1557. .fa-play-circle:before {
  1558.   content: ""; }
  1559.  
  1560. .fa-ticket:before {
  1561.   content: ""; }
  1562.  
  1563. .fa-minus-square:before {
  1564.   content: ""; }
  1565.  
  1566. .fa-minus-square-o:before {
  1567.   content: ""; }
  1568.  
  1569. .fa-level-up:before {
  1570.   content: ""; }
  1571.  
  1572. .fa-level-down:before {
  1573.   content: ""; }
  1574.  
  1575. .fa-check-square:before {
  1576.   content: ""; }
  1577.  
  1578. .fa-pencil-square:before {
  1579.   content: ""; }
  1580.  
  1581. .fa-external-link-square:before {
  1582.   content: ""; }
  1583.  
  1584. .fa-share-square:before {
  1585.   content: ""; }
  1586.  
  1587. .fa-compass:before {
  1588.   content: ""; }
  1589.  
  1590. .fa-toggle-down:before,
  1591. .fa-caret-square-o-down:before {
  1592.   content: ""; }
  1593.  
  1594. .fa-toggle-up:before,
  1595. .fa-caret-square-o-up:before {
  1596.   content: ""; }
  1597.  
  1598. .fa-toggle-right:before,
  1599. .fa-caret-square-o-right:before {
  1600.   content: ""; }
  1601.  
  1602. .fa-euro:before,
  1603. .fa-eur:before {
  1604.   content: ""; }
  1605.  
  1606. .fa-gbp:before {
  1607.   content: ""; }
  1608.  
  1609. .fa-dollar:before,
  1610. .fa-usd:before {
  1611.   content: ""; }
  1612.  
  1613. .fa-rupee:before,
  1614. .fa-inr:before {
  1615.   content: ""; }
  1616.  
  1617. .fa-cny:before,
  1618. .fa-rmb:before,
  1619. .fa-yen:before,
  1620. .fa-jpy:before {
  1621.   content: ""; }
  1622.  
  1623. .fa-ruble:before,
  1624. .fa-rouble:before,
  1625. .fa-rub:before {
  1626.   content: ""; }
  1627.  
  1628. .fa-won:before,
  1629. .fa-krw:before {
  1630.   content: ""; }
  1631.  
  1632. .fa-bitcoin:before,
  1633. .fa-btc:before {
  1634.   content: ""; }
  1635.  
  1636. .fa-file:before {
  1637.   content: ""; }
  1638.  
  1639. .fa-file-text:before {
  1640.   content: ""; }
  1641.  
  1642. .fa-sort-alpha-asc:before {
  1643.   content: ""; }
  1644.  
  1645. .fa-sort-alpha-desc:before {
  1646.   content: ""; }
  1647.  
  1648. .fa-sort-amount-asc:before {
  1649.   content: ""; }
  1650.  
  1651. .fa-sort-amount-desc:before {
  1652.   content: ""; }
  1653.  
  1654. .fa-sort-numeric-asc:before {
  1655.   content: ""; }
  1656.  
  1657. .fa-sort-numeric-desc:before {
  1658.   content: ""; }
  1659.  
  1660. .fa-thumbs-up:before {
  1661.   content: ""; }
  1662.  
  1663. .fa-thumbs-down:before {
  1664.   content: ""; }
  1665.  
  1666. .fa-youtube-square:before {
  1667.   content: ""; }
  1668.  
  1669. .fa-youtube:before {
  1670.   content: ""; }
  1671.  
  1672. .fa-xing:before {
  1673.   content: ""; }
  1674.  
  1675. .fa-xing-square:before {
  1676.   content: ""; }
  1677.  
  1678. .fa-youtube-play:before {
  1679.   content: ""; }
  1680.  
  1681. .fa-dropbox:before {
  1682.   content: ""; }
  1683.  
  1684. .fa-stack-overflow:before {
  1685.   content: ""; }
  1686.  
  1687. .fa-instagram:before {
  1688.   content: ""; }
  1689.  
  1690. .fa-flickr:before {
  1691.   content: ""; }
  1692.  
  1693. .fa-adn:before {
  1694.   content: ""; }
  1695.  
  1696. .fa-bitbucket:before {
  1697.   content: ""; }
  1698.  
  1699. .fa-bitbucket-square:before {
  1700.   content: ""; }
  1701.  
  1702. .fa-tumblr:before {
  1703.   content: ""; }
  1704.  
  1705. .fa-tumblr-square:before {
  1706.   content: ""; }
  1707.  
  1708. .fa-long-arrow-down:before {
  1709.   content: ""; }
  1710.  
  1711. .fa-long-arrow-up:before {
  1712.   content: ""; }
  1713.  
  1714. .fa-long-arrow-left:before {
  1715.   content: ""; }
  1716.  
  1717. .fa-long-arrow-right:before {
  1718.   content: ""; }
  1719.  
  1720. .fa-apple:before {
  1721.   content: ""; }
  1722.  
  1723. .fa-windows:before {
  1724.   content: ""; }
  1725.  
  1726. .fa-android:before {
  1727.   content: ""; }
  1728.  
  1729. .fa-linux:before {
  1730.   content: ""; }
  1731.  
  1732. .fa-dribbble:before {
  1733.   content: ""; }
  1734.  
  1735. .fa-skype:before {
  1736.   content: ""; }
  1737.  
  1738. .fa-foursquare:before {
  1739.   content: ""; }
  1740.  
  1741. .fa-trello:before {
  1742.   content: ""; }
  1743.  
  1744. .fa-female:before {
  1745.   content: ""; }
  1746.  
  1747. .fa-male:before {
  1748.   content: ""; }
  1749.  
  1750. .fa-gittip:before {
  1751.   content: ""; }
  1752.  
  1753. .fa-sun-o:before {
  1754.   content: ""; }
  1755.  
  1756. .fa-moon-o:before {
  1757.   content: ""; }
  1758.  
  1759. .fa-archive:before {
  1760.   content: ""; }
  1761.  
  1762. .fa-bug:before {
  1763.   content: ""; }
  1764.  
  1765. .fa-vk:before {
  1766.   content: ""; }
  1767.  
  1768. .fa-weibo:before {
  1769.   content: ""; }
  1770.  
  1771. .fa-renren:before {
  1772.   content: ""; }
  1773.  
  1774. .fa-pagelines:before {
  1775.   content: ""; }
  1776.  
  1777. .fa-stack-exchange:before {
  1778.   content: ""; }
  1779.  
  1780. .fa-arrow-circle-o-right:before {
  1781.   content: ""; }
  1782.  
  1783. .fa-arrow-circle-o-left:before {
  1784.   content: ""; }
  1785.  
  1786. .fa-toggle-left:before,
  1787. .fa-caret-square-o-left:before {
  1788.   content: ""; }
  1789.  
  1790. .fa-dot-circle-o:before {
  1791.   content: ""; }
  1792.  
  1793. .fa-wheelchair:before {
  1794.   content: ""; }
  1795.  
  1796. .fa-vimeo-square:before {
  1797.   content: ""; }
  1798.  
  1799. .fa-turkish-lira:before,
  1800. .fa-try:before {
  1801.   content: ""; }
  1802.  
  1803. .fa-plus-square-o:before {
  1804.   content: ""; }
  1805.  
  1806. * {
  1807.   margin: 0;
  1808.   text-rendering: optimizeLegibility; }
  1809.  
  1810. ::selection {
  1811.   color: white;
  1812.   background: rgba(0, 0, 0, 0.99);
  1813.   opacity: 1; }
  1814.  
  1815. ::-moz-selection {
  1816.   color: white;
  1817.   background: rgba(0, 0, 0, 0.99);
  1818.   opacity: 1; }
  1819.  
  1820. html, body {
  1821.   height: 100%; }
  1822.  
  1823. body {
  1824.   padding: 0;
  1825.   margin: 0;
  1826.   font-family: 'Gotham SSm A', 'Gotham SSm B';
  1827.   font-weight: 300;
  1828.   font-size: 15px;
  1829.   line-height: 1.4;
  1830.   background-color: white;
  1831.   color: black; }
  1832.  
  1833. a {
  1834.   color: black;
  1835.   text-decoration: none; }
  1836.   .home a {
  1837.     color: #FFF8ED; }
  1838.  
  1839. a, img {
  1840.   border: none; }
  1841.  
  1842. h1, h2 {
  1843.   text-align: center;
  1844.   font-size: 150%;
  1845.   margin-top: 60px;
  1846.   margin-bottom: 30px;
  1847.   font-family: 'Chronicle Display A', 'Chronicle Display B';
  1848.   font-weight: 300; }
  1849.  
  1850. h2 {
  1851.   margin-top: 0;
  1852.   font-size: 120%; }
  1853.  
  1854. h3 {
  1855.   margin-top: 0;
  1856.   margin-bottom: 40px; }
  1857.  
  1858. input {
  1859.   font-family: 'Gotham SSm A', 'Gotham SSm B'; }
  1860.  
  1861. .container {
  1862.   padding-left: 210px;
  1863.   min-height: 100%;
  1864.   height: auto !important;
  1865.   height: 100%;
  1866.   margin: 0 auto -84px;
  1867.   text-align: center; }
  1868.  
  1869. .content_container {
  1870.   padding: 20px 25px; }
  1871.  
  1872. ul {
  1873.   margin: 0;
  1874.   padding: 0; }
  1875.  
  1876. button, .submit-button, .mine_btn {
  1877.   background: black;
  1878.   border-radius: 0px;
  1879.   font-family: 'Chronicle Display A', 'Chronicle Display B';
  1880.   font-size: 143%;
  1881.   font-weight: 400;
  1882.   line-height: 116%;
  1883.   border: none;
  1884.   color: white;
  1885.   text-align: left;
  1886.   padding: 17px 22px;
  1887.   margin-top: 15px; }
  1888.   button:before, .submit-button:before, .mine_btn:before {
  1889.     -webkit-transition: 0.1s ease-in;
  1890.     -moz-transition: 0.1s ease-in;
  1891.     transition: 0.1s ease-in;
  1892.     font-family: FontAwesome;
  1893.     margin-right: 10px;
  1894.     display: inline-block; }
  1895.   button:hover, .submit-button:hover, .mine_btn:hover {
  1896.     cursor: pointer; }
  1897.     button:hover:before, .submit-button:hover:before, .mine_btn:hover:before {
  1898.       -webkit-transform: translateX(3px);
  1899.       -moz-transform: translateX(3px);
  1900.       -ms-transform: translateX(3px);
  1901.       -o-transform: translateX(3px);
  1902.       transform: translateX(3px); }
  1903.   button:focus, .submit-button:focus, .mine_btn:focus {
  1904.     outline: none; }
  1905.  
  1906. .submit-button {
  1907.   padding: 0;
  1908.   position: relative; }
  1909.   .submit-button:before {
  1910.     position: absolute;
  1911.     line-height: 52px;
  1912.     left: 25px; }
  1913.   .submit-button input {
  1914.     padding: 16px 30px 14px 50px; }
  1915.  
  1916. .hide {
  1917.   display: none !important; }
  1918.  
  1919. .price .old-price {
  1920.   text-decoration: line-through !important; }
  1921.  
  1922. .sidebar {
  1923.   position: fixed;
  1924.   padding-top: 40px;
  1925.   width: 210px;
  1926.   padding-left: 30px;
  1927.   min-height: 100%;
  1928.   text-align: left;
  1929.   z-index: 3000; }
  1930.   .sidebar ul {
  1931.     list-style: none;
  1932.     margin: 0;
  1933.     padding: 0;
  1934.     text-align: left; }
  1935.   .sidebar a {
  1936.     color: black; }
  1937.     .home .sidebar a {
  1938.       color: #FFF8ED; }
  1939.   .sidebar.absolute {
  1940.     position: absolute; }
  1941.  
  1942. .logo {
  1943.   border-radius: 50%;
  1944.   margin: 50px 0 10px;
  1945.   display: inline-table;
  1946.   text-align: center; }
  1947.   .logo img {
  1948.     width: 160px; }
  1949.   .logo span {
  1950.     display: table-cell;
  1951.     vertical-align: middle;
  1952.     color: black;
  1953.     font-size: 25px;
  1954.     line-height: 23px; }
  1955.  
  1956. .navigation {
  1957.   display: inline-block;
  1958.   width: 210px;
  1959.   font-size: 95%; }
  1960.   .navigation li {
  1961.     margin: 6px 0; }
  1962.   .navigation a {
  1963.     display: inline-block;
  1964.     -webkit-transform-origin: left center;
  1965.     -moz-transform-origin: left center;
  1966.     -ms-transform-origin: left center;
  1967.     -o-transform-origin: left center;
  1968.     transform-origin: left center;
  1969.     -webkit-transition: 0.1s ease-out;
  1970.     -moz-transition: 0.1s ease-out;
  1971.     transition: 0.1s ease-out;
  1972.     box-shadow: 0 1px 0 transparent; }
  1973.     .navigation a:hover {
  1974.       box-shadow: 0 1px 0 black; }
  1975.   .navigation #cart_link {
  1976.     padding: 23px 0;
  1977.     margin: 28px 0;
  1978.     zoom: 1.2; }
  1979.     .navigation #cart_link sup {
  1980.       margin-left: 3px;
  1981.       display: inline-block; }
  1982.   .navigation .fa {
  1983.     margin-right: 5px; }
  1984.   .navigation .sub_navigation {
  1985.     font-size: 75%; }
  1986.     .navigation .sub_navigation li {
  1987.       margin: 4px 0; }
  1988.   .navigation .group {
  1989.     z-index: 1000; }
  1990.     .navigation .group.fixed {
  1991.       position: fixed;
  1992.       bottom: 0;
  1993.       margin: 0;
  1994.       padding-bottom: 12px; }
  1995.       .navigation .group.fixed #cart_link {
  1996.         margin-top: 0; }
  1997.  
  1998. .topbar {
  1999.   z-index: 4000;
  2000.   position: relative; }
  2001.   .topbar.is_gallery {
  2002.     position: fixed;
  2003.     right: 25px; }
  2004.   .topbar ul {
  2005.     text-align: right; }
  2006.     .topbar ul li {
  2007.       display: inline-block;
  2008.       margin-left: 25px;
  2009.       font-size: 80%; }
  2010.       .topbar ul li:first-child, .topbar ul li:nth-child(2) {
  2011.         display: none; }
  2012.       .topbar ul li a:hover {
  2013.         box-shadow: 0 1px 0 black; }
  2014.  
  2015. .main {
  2016.   height: 100%; }
  2017.  
  2018. .full > a {
  2019.   position: relative;
  2020.   color: #FFF8ED;
  2021.   display: block; }
  2022.   .full > a img {
  2023.     width: 100%;
  2024.     display: block; }
  2025.   .full > a .desc {
  2026.     text-align: center;
  2027.     position: absolute;
  2028.     top: 40%;
  2029.     font-family: 'Chronicle Display A', 'Chronicle Display B';
  2030.     font-weight: 500;
  2031.     font-size: 450%;
  2032.     margin: 0 auto;
  2033.     left: 0;
  2034.     right: 0; }
  2035.     .full > a .desc b {
  2036.       font-size: 200%;
  2037.       font-weight: 400;
  2038.       line-height: 0.1; }
  2039.     .full > a .desc span {
  2040.       padding: 20px 30px;
  2041.       display: inline-block;
  2042.       box-shadow: 0 0 0 4px transparent;
  2043.       opacity: 0;
  2044.       transition: 0.8s ease-in-out; }
  2045.       .full > a .desc span.force {
  2046.         opacity: 1; }
  2047.   .full > a:hover span {
  2048.     opacity: 1; }
  2049.  
  2050. .newsletter {
  2051.   padding-top: 40px;
  2052.   padding-bottom: 15px;
  2053.   background: #000; }
  2054.   .home .newsletter {
  2055.     background: #FFF8ED; }
  2056.   .newsletter h1 {
  2057.     margin-top: 0;
  2058.     font-size: 200%;
  2059.     font-style: italic; }
  2060.   .newsletter hr {
  2061.     border: none;
  2062.     border-bottom: 1px solid #fff;
  2063.     width: 100px;
  2064.     margin: 50px auto 0px; }
  2065.     .home .newsletter hr {
  2066.       border-bottom: 1px solid black; }
  2067.   .newsletter form {
  2068.     text-align: center; }
  2069.     .newsletter form .email {
  2070.       border: 1px solid #fff;
  2071.       padding: 10px 25px;
  2072.       width: 500px;
  2073.       outline: 0;
  2074.       font-size: 130%;
  2075.       font-style: italic;
  2076.       font-family: 'Chronicle Display A', 'Chronicle Display B';
  2077.       text-transform: uppercase;
  2078.       background: transparent;
  2079.       color: #fff; }
  2080.       .home .newsletter form .email {
  2081.         border: 1px solid black;
  2082.         color: black; }
  2083.     .newsletter form .button {
  2084.       position: relative;
  2085.       left: -6px;
  2086.       background: transparent;
  2087.       padding: 10px 25px;
  2088.       border: 1px solid #fff;
  2089.       color: #fff;
  2090.       font-size: 130%;
  2091.       font-style: italic;
  2092.       font-family: 'Chronicle Display A', 'Chronicle Display B';
  2093.       cursor: hand;
  2094.       cursor: pointer; }
  2095.       .newsletter form .button:hover {
  2096.         background: #fff;
  2097.         color: #000; }
  2098.       .home .newsletter form .button {
  2099.         border: 1px solid black;
  2100.         color: black; }
  2101.         .home .newsletter form .button:hover {
  2102.           background: black;
  2103.           color: #FFF8ED; }
  2104.  
  2105. #slides {
  2106.   position: absolute !important;
  2107.   top: 0;
  2108.   left: 0;
  2109.   width: 100%;
  2110.   height: 100%; }
  2111.   #slides img {
  2112.     top: 0 !important; }
  2113.  
  2114. .slides-pagination {
  2115.   position: absolute;
  2116.   z-index: 3;
  2117.   bottom: 30px;
  2118.   text-align: center;
  2119.   width: 100%; }
  2120.  
  2121. .slides-pagination a {
  2122.   padding: 8px;
  2123.   height: 28px;
  2124.   display: -moz-inline-stack;
  2125.   display: inline-block;
  2126.   vertical-align: middle;
  2127.   *vertical-align: auto;
  2128.   zoom: 1;
  2129.   *display: inline;
  2130.   overflow: hidden; }
  2131.   .slides-pagination a:before {
  2132.     content: '';
  2133.     background: white;
  2134.     border-radius: 50%;
  2135.     width: 7px;
  2136.     height: 7px;
  2137.     display: block;
  2138.     vertical-align: middle;
  2139.     *vertical-align: auto;
  2140.     zoom: 1;
  2141.     *display: inline;
  2142.     margin: 5px;
  2143.     overflow: hidden;
  2144.     position: relative; }
  2145.   .slides-pagination a:hover:before {
  2146.     background: rgba(0, 0, 0, 0.5); }
  2147.  
  2148. .slides-pagination a.current:before {
  2149.   width: 11px;
  2150.   height: 11px;
  2151.   top: -2px; }
  2152.  
  2153. .anchor-control {
  2154.   position: fixed;
  2155.   right: 15px;
  2156.   top: 45%;
  2157.   z-index: 50000; }
  2158.   .anchor-control a {
  2159.     cursor: pointer;
  2160.     transition: 0.1s;
  2161.     display: block;
  2162.     margin: 15px 0; }
  2163.     .anchor-control a img {
  2164.       width: 25px; }
  2165.     .anchor-control a:hover {
  2166.       opacity: 0.8; }
  2167.     .anchor-control a.disabled {
  2168.       opacity: 0.4;
  2169.       cursor: default; }
  2170.  
  2171. .search_item {
  2172.   border-radius: 25px;
  2173.   background: none;
  2174.   box-shadow: 0 0 0 1px transparent;
  2175.   position: relative;
  2176.   color: black;
  2177.   transition: 0.3s;
  2178.   margin-left: 14px !important; }
  2179.   .home .search_item {
  2180.     color: #FFF8ED; }
  2181.   .home .navigation a:hover {
  2182.       box-shadow: 0 1px 0 #FFF8ED; }
  2183.       .home .topbar a:hover {
  2184.       box-shadow: 0 1px 0 #FFF8ED; }
  2185.   .search_item input {
  2186.     transition: 0.3s;
  2187.     margin: 0;
  2188.     padding: 8px 2px;
  2189.     width: 0;
  2190.     background: none;
  2191.     border: none;
  2192.     -webkit-appearance: none;
  2193.     outline: none;
  2194.     text-indent: 14px;
  2195.     font-size: 11px; }
  2196.     .search_item input[type='submit'] {
  2197.       width: 36px;
  2198.       opacity: 0;
  2199.       cursor: pointer; }
  2200.   .search_item .fa {
  2201.     position: absolute;
  2202.     top: 8px;
  2203.     right: 10px;
  2204.     cursor: pointer; }
  2205.   .search_item.active {
  2206.     box-shadow: 0 0 0 1px black; }
  2207.     .home .search_item.active {
  2208.       box-shadow: 0 0 0 1px #FFF8ED; }
  2209.     .search_item.active .mine_search_box {
  2210.       width: 150px; }
  2211.  
  2212. .product_list {
  2213.   margin-top: 50px;
  2214.   max-width: 68em;
  2215.   margin-left: auto;
  2216.   margin-right: auto; }
  2217.   .product_list:after {
  2218.     content: "";
  2219.     display: table;
  2220.     clear: both; }
  2221.   .product_list li {
  2222.     float: left;
  2223.     display: block;
  2224.     margin-right: 0%;
  2225.     width: 33.3333333333%;
  2226.     list-style: none;
  2227.     text-align: left;
  2228.     margin-bottom: 50px; }
  2229.     .product_list li:last-child {
  2230.       margin-right: 0; }
  2231.     .product_list li:nth-child(3n) {
  2232.       margin-right: 0; }
  2233.     .product_list li:nth-child(3n+1) {
  2234.       clear: left; }
  2235.   .product_list a {
  2236.     display: block;
  2237.     position: relative; }
  2238.   .product_list .image_container {
  2239.     position: relative;
  2240.     display: inline-block;
  2241.     width: 100%;
  2242.     line-height: 0; }
  2243.     .product_list .image_container img {
  2244.       width: 100%;
  2245.       margin-bottom: -6px;
  2246.       top: 0; }
  2247.   .product_list .info {
  2248.     font-size: 80%;
  2249.     padding-top: 13px;
  2250.     text-transform: lowercase;
  2251.     text-align: center; }
  2252.   .product_list h2,
  2253.   .product_list h3 {
  2254.     margin: 0;
  2255.     font-size: 110%;
  2256.     font-weight: bold;
  2257.     margin-bottom: 3px; }
  2258.   .product_list a:hover .out_of_stock {
  2259.     opacity: 0.6; }
  2260.   .product_list .price {
  2261.     display: block;
  2262.     text-transform: none; }
  2263.     .product_list .price .old-price {
  2264.       display: inline-block;
  2265.       color: rgba(0, 0, 0, 0.5);
  2266.       margin: 0 5px; }
  2267.     .product_list .price .price-value {
  2268.       display: inline-block;
  2269.       font-size: 11px !important;
  2270.       margin: 0 5px; }
  2271.  
  2272. .pager {
  2273.   text-align: center;
  2274.   font-size: 130%;
  2275.   margin-bottom: 30px; }
  2276.   .pager i {
  2277.     display: none; }
  2278.   .pager li {
  2279.     display: inline-block; }
  2280.     .pager li.previous a {
  2281.       background: url("http://d3a12l3yff2695.cloudfront.net/custom/pyramid/img/left.png"); }
  2282.     .pager li.next a {
  2283.       background: url("http://d3a12l3yff2695.cloudfront.net/custom/pyramid/img/right.png"); }
  2284.     .pager li a {
  2285.       background-repeat: no-repeat !important;
  2286.       background-size: 22px !important;
  2287.       width: 25px;
  2288.       height: 42px;
  2289.       padding: 10px 30px; }
  2290.  
  2291. .product_info {
  2292.   margin-top: 35px;
  2293.   max-width: 68em;
  2294.   margin-left: auto;
  2295.   margin-right: auto;
  2296.   max-width: none;
  2297.   position: relative; }
  2298.   .product_info:after {
  2299.     content: "";
  2300.     display: table;
  2301.     clear: both; }
  2302.   .product_info .image_container {
  2303.     margin: 0;
  2304.     padding: 0;
  2305.     float: left;
  2306.     display: block;
  2307.     margin-right: 0%;
  2308.     width: 58.3333333333%;
  2309.     text-align: center; }
  2310.     .product_info .image_container:last-child {
  2311.       margin-right: 0; }
  2312.     .product_info .image_container img {
  2313.       max-width: 100%; }
  2314.   .product_info .details_container {
  2315.     float: left;
  2316.     display: block;
  2317.     margin-right: 0%;
  2318.     width: 41.6666666667%;
  2319.     position: -webkit-sticky;
  2320.     top: 20px;
  2321.     margin-top: 20px;
  2322.     text-align: left; }
  2323.     .product_info .details_container:last-child {
  2324.       margin-right: 0; }
  2325.     .product_info .details_container .inner_container {
  2326.       padding-left: 50px; }
  2327.       .product_info .details_container .inner_container h1 {
  2328.         font-family: 'Chronicle Display A', 'Chronicle Display B';
  2329.         text-align: left; }
  2330.   .product_info .description a:hover {
  2331.     color: #888; }
  2332.   .product_info .buy_container {
  2333.     width: 20%;
  2334.     text-align: center; }
  2335.   .product_info h1, .product_info h2 {
  2336.     margin-top: 0;
  2337.     margin-bottom: 2px;
  2338.     font-size: 230%;
  2339.     line-height: 108%;
  2340.     font-weight: 400;
  2341.     text-align: left; }
  2342.   .product_info h2 {
  2343.     font-size: 170%;
  2344.     margin-top: 30px;
  2345.     margin-bottom: 7px; }
  2346.   .product_info .price {
  2347.     font-family: 'Chronicle Display A', 'Chronicle Display B';
  2348.     font-size: 160%;
  2349.     line-height: 130%;
  2350.     font-weight: 300;
  2351.     margin-bottom: 21px; }
  2352.     .product_info .price span {
  2353.       display: inline-block; }
  2354.     .product_info .price .old-price {
  2355.       display: inline-block;
  2356.       color: rgba(0, 0, 0, 0.5);
  2357.       margin: 0 5px; }
  2358.     .product_info .price .price-value {
  2359.       display: inline-block;
  2360.       font-weight: bold;
  2361.       margin: 0 5px; }
  2362.   .product_info .description {
  2363.     font-size: 90%;
  2364.     margin: 20px 0 30px; }
  2365.     .product_info .description a {
  2366.       padding-bottom: 1px;
  2367.       border-bottom: 1px solid black; }
  2368.     .product_info .description ul {
  2369.       margin: 12px 17px; }
  2370.   .product_info p a {
  2371.     padding-bottom: 1px;
  2372.     border-bottom: 1px solid black; }
  2373.   .product_info .dk_container,
  2374.   .product_info .mine_variations_select {
  2375.     margin-bottom: 7px; }
  2376.   .product_info .variations_container .dk_toggle .dk_label {
  2377.     display: inline;
  2378.     width: auto;
  2379.     height: auto;
  2380.     line-height: normal;
  2381.     vertical-align: baseline;
  2382.     background-image: none;
  2383.     background-position: 0% 0%;
  2384.     background-repeat: repeat;
  2385.     margin-top: 0;
  2386.     text-decoration: inherit; }
  2387.   .product_info .variations_container .dk_toggle .dk_label:after {
  2388.     font-family: FontAwesome;
  2389.     font-weight: normal;
  2390.     font-style: normal;
  2391.     text-decoration: inherit;
  2392.     display: inline-block;
  2393.     speak: none;
  2394.     content: "\f0dd";
  2395.     margin-left: 16px;
  2396.     position: relative;
  2397.     top: -3px; }
  2398.   .product_info .add_to_cart {
  2399.     clear: both; }
  2400.   .product_info .out_of_stock {
  2401.     margin: 20px 0;
  2402.     color: #777;
  2403.     font-weight: bold; }
  2404.   .product_info .terms {
  2405.     clear: both;
  2406.     font-size: 23px;
  2407.     font-weight: bold;
  2408.     padding-top: 40px; }
  2409.   .product_info .terms a {
  2410.     white-space: nowrap; }
  2411.  
  2412. #related_products h2.might-like {
  2413.   margin: 0 0 15px;
  2414.   font-size: 15px; }
  2415.  
  2416. .measures {
  2417.   border: 1px solid black;
  2418.   margin: 0 auto;
  2419.   position: fixed;
  2420.   left: 0;
  2421.   right: 0;
  2422.   top: 22%;
  2423.   width: 650px;
  2424.   background: white;
  2425.   z-index: 999999;
  2426.   font-size: 80%;
  2427.   padding: 20px;
  2428.   display: none; }
  2429.   .measures h2 {
  2430.     font-weight: 500;
  2431.     font-size: 190%;
  2432.     text-align: left;
  2433.     margin-bottom: 15px; }
  2434.   .measures .menu {
  2435.     clear: both;
  2436.     overflow: hidden; }
  2437.     .measures .menu div {
  2438.       float: left; }
  2439.   .measures .measures-footer {
  2440.     padding-top: 20px;
  2441.     font-size: 90%; }
  2442.   .measures a {
  2443.     padding: 5px 0 1px;
  2444.     margin-left: 30px;
  2445.     line-height: 20px; }
  2446.     .measures a.parent {
  2447.       font-weight: 600; }
  2448.     .measures a:first-child, .measures a[name="geral"] {
  2449.       margin-left: 0; }
  2450.     .measures a[name="masculino"] {
  2451.       margin-left: 30px; }
  2452.     .measures a.active, .measures a:hover {
  2453.       border-bottom: 1px solid black; }
  2454.     .measures a.hidden {
  2455.       display: none; }
  2456.   .measures table {
  2457.     clear: both;
  2458.     display: none;
  2459.     border-collapse: collapse;
  2460.     width: 100%;
  2461.     margin-top: 24px; }
  2462.     .measures table.active {
  2463.       display: table; }
  2464.     .measures table th, .measures table td {
  2465.       border-bottom: 1px solid black;
  2466.       padding: 11px 0;
  2467.       width: 37px; }
  2468.     .measures table tr:last-child td {
  2469.       border-color: transparent; }
  2470.     .measures table th {
  2471.       text-align: left; }
  2472.     .measures table td:first-child {
  2473.       font-weight: 800; }
  2474.   .measures .close {
  2475.     position: absolute;
  2476.     right: 2px;
  2477.     top: 0;
  2478.     padding: 7px;
  2479.     font-weight: 700;
  2480.     border-bottom: none !important; }
  2481.  
  2482. article {
  2483.   margin-left: 50px; }
  2484.  
  2485. article.onde-encontrar_page {
  2486.   text-align: left;
  2487.   padding-bottom: 90px; }
  2488.   article.onde-encontrar_page h1 {
  2489.     margin-top: 30px;
  2490.     text-align: left;
  2491.     font-size: 230%; }
  2492.   article.onde-encontrar_page hr {
  2493.     border: 0px;
  2494.     border-bottom: 1px solid #000;
  2495.     width: 300px;
  2496.     margin: 40px 0; }
  2497.   article.onde-encontrar_page .store p {
  2498.     font-size: 13px; }
  2499.     article.onde-encontrar_page .store p a {
  2500.       font-weight: bold; }
  2501.  
  2502. article.contato_page {
  2503.   text-align: left;
  2504.   padding-bottom: 90px; }
  2505.   article.contato_page h1 {
  2506.     margin-top: 30px;
  2507.     text-align: left;
  2508.     font-size: 230%; }
  2509.   article.contato_page .links a {
  2510.     font-family: 'Chronicle Display A', 'Chronicle Display B';
  2511.     font-style: italic;
  2512.     font-size: 140%;
  2513.     text-decoration: none; }
  2514.     article.contato_page .links a:hover {
  2515.       font-weight: bold; }
  2516.  
  2517. article.sobre_page {
  2518.   text-align: left;
  2519.   padding-bottom: 90px; }
  2520.   article.sobre_page p {
  2521.     width: 700px;
  2522.     margin-bottom: 15px;
  2523.     line-height: 170%; }
  2524.     article.sobre_page p.highlight {
  2525.       margin-top: 35px;
  2526.       font-family: 'Chronicle Display A', 'Chronicle Display B';
  2527.       font-style: italic;
  2528.       font-size: 180%;
  2529.       line-height: 120%;
  2530.       margin-bottom: 20px; }
  2531.  
  2532. article.termos_page {
  2533.   text-align: left;
  2534.   padding-bottom: 90px;
  2535.   margin-top: -25px; }
  2536.   article.termos_page h1 {
  2537.     text-align: left;
  2538.     font-size: 180%;
  2539.     margin-bottom: 16px; }
  2540.   article.termos_page h2 {
  2541.     font-family: 'Gotham SSm A', 'Gotham SSm B';
  2542.     text-align: left;
  2543.     font-weight: 700;
  2544.     margin-bottom: 10px;
  2545.     margin-top: 30px; }
  2546.   article.termos_page p {
  2547.     width: 700px;
  2548.     margin-bottom: 15px;
  2549.     line-height: 150%; }
  2550.     article.termos_page p.highlight {
  2551.       font-family: 'Chronicle Display A', 'Chronicle Display B';
  2552.       font-style: italic;
  2553.       font-size: 180%;
  2554.       line-height: 120%;
  2555.       margin-bottom: 20px; }
  2556.  
  2557. .alert {
  2558.   text-align: center;
  2559.   font-size: 150%;
  2560.   font-weight: 400;
  2561.   padding: 16px 50px;
  2562.   border-bottom: 1px solid black;
  2563.   margin-left: 25px;
  2564.   font-family: 'Chronicle Display A', 'Chronicle Display B';
  2565.   border: 3px solid black;
  2566.   display: inline-block;
  2567.   margin: 0 auto;
  2568.   margin-top: 21px; }
  2569.   .alert div {
  2570.     display: none; }
  2571.  
  2572. #mine-cart-page table {
  2573.   width: 100%;
  2574.   border-collapse: collapse;
  2575.   font-size: 15px;
  2576.   margin-bottom: 30px; }
  2577.   #mine-cart-page table th {
  2578.     font-weight: 400 !important;
  2579.     text-align: right;
  2580.     border-bottom: 1px solid black;
  2581.     padding: 10px 0;
  2582.     font-family: 'Chronicle Display A', 'Chronicle Display B';
  2583.     text-transform: none !important; }
  2584.   #mine-cart-page table td {
  2585.     padding: 13px 0;
  2586.     border-bottom: 1px solid black;
  2587.     text-align: right;
  2588.     min-width: 100px;
  2589.     width: 13%;
  2590.     white-space: nowrap;
  2591.     vertical-align: top; }
  2592.     #mine-cart-page table td .close {
  2593.       margin-right: 10px;
  2594.       font-weight: 900; }
  2595.   #mine-cart-page table .title {
  2596.     width: auto;
  2597.     text-align: left;
  2598.     white-space: normal;
  2599.     text-transform: lowercase;
  2600.     vertical-align: top; }
  2601.     #mine-cart-page table .title img {
  2602.       vertical-align: top; }
  2603.   #mine-cart-page table .unit-price .price {
  2604.     display: block;
  2605.     text-transform: none; }
  2606.     #mine-cart-page table .unit-price .price .old-price {
  2607.       display: inline-block;
  2608.       color: rgba(0, 0, 0, 0.5);
  2609.       margin: 0 5px; }
  2610.     #mine-cart-page table .unit-price .price .price-value {
  2611.       display: inline-block;
  2612.       font-weight: bold;
  2613.       margin: 0 5px; }
  2614.   #mine-cart-page table .quantity {
  2615.     text-align: left;
  2616.     padding-left: 5%; }
  2617.     #mine-cart-page table .quantity input {
  2618.       font-size: 90%;
  2619.       width: 60px;
  2620.       padding: 4px 11px;
  2621.       border: 1px solid black; }
  2622. #mine-cart-page #minestore-shipping-fields {
  2623.   margin: 20px 0;
  2624.   text-align: center; }
  2625.   #mine-cart-page #minestore-shipping-fields #minestore-postalcode {
  2626.     background: transparent;
  2627.     border: 2px solid black;
  2628.     height: 45px;
  2629.     padding: 10px 20px;
  2630.     font-size: 16px;
  2631.     color: black; }
  2632.   #mine-cart-page #minestore-shipping-fields button {
  2633.     height: 45px;
  2634.     background: transparent;
  2635.     background: black;
  2636.     color: white;
  2637.     text-transform: uppercase;
  2638.     font-size: 16px;
  2639.     padding: 12px 20px;
  2640.     margin-left: 20px; }
  2641. #mine-cart-page .cart-resume {
  2642.   font-size: 120%;
  2643.   text-align: right;
  2644.   font-weight: 500; }
  2645.   #mine-cart-page .cart-resume strong {
  2646.     font-weight: 300;
  2647.     font-size: 100%; }
  2648.   #mine-cart-page .cart-resume span {
  2649.     display: inline-block;
  2650.     min-width: 130px; }
  2651.   #mine-cart-page .cart-resume.subtotal, #mine-cart-page .cart-resume.discount {
  2652.     font-size: 100%; }
  2653.   #mine-cart-page .cart-resume.total {
  2654.     font-weight: bold; }
  2655. #mine-cart-page .submit {
  2656.   margin-top: 20px;
  2657.   text-align: right; }
  2658.   #mine-cart-page .submit .submit-button {
  2659.     margin-top: 20px; }
  2660.  
  2661. footer {
  2662.   background: black;
  2663.   color: white;
  2664.   overflow: hidden;
  2665.   padding: 5px 30px;
  2666.   font-size: 80%;
  2667.   z-index: 4000;
  2668.   position: relative; }
  2669.   .home footer {
  2670.     background: #FFF8ED;
  2671.     color: black; }
  2672.   footer div {
  2673.     display: table;
  2674.     width: 100%; }
  2675.     footer div > span {
  2676.       float: left;
  2677.       display: block;
  2678.       margin-right: 0%;
  2679.       width: 33.3333333333%;
  2680.       text-align: center;
  2681.       display: table-cell;
  2682.       vertical-align: middle;
  2683.       float: none; }
  2684.       footer div > span:last-child {
  2685.         margin-right: 0; }
  2686.       footer div > span a {
  2687.         color: white; }
  2688.         .home footer div > span a {
  2689.           color: black; }
  2690.         footer div > span a.social {
  2691.           font-size: 140%;
  2692.           vertical-align: middle; }
  2693.       footer div > span.link {
  2694.         text-align: left; }
  2695.       footer div > span.minestore-logo {
  2696.         text-align: right; }
  2697.     footer div:first-child a {
  2698.       margin-right: 10px; }
  2699.  
  2700. footer, .push {
  2701.   height: 84px; }
  2702.  
  2703. .gallery {
  2704.   position: absolute;
  2705.   top: 0;
  2706.   left: 0;
  2707.   height: 100%;
  2708.   width: 100%; }
  2709.   .gallery div {
  2710.     height: 100%;
  2711.     width: 100%;
  2712.     background-size: cover;
  2713.     background-attachment: fixed; }
  2714.   .gallery .arrow {
  2715.     position: absolute;
  2716.     left: 0;
  2717.     right: 0;
  2718.     margin: auto;
  2719.     bottom: 30px; }
  2720.  
  2721. .dk_container {
  2722.   margin: 0 10px 0 0;
  2723.   font-weight: bold;
  2724.   float: left; }
  2725.  
  2726. .dk_container:focus {
  2727.   outline: 0; }
  2728.  
  2729. .dk_container a {
  2730.   text-decoration: none;
  2731.   cursor: pointer; }
  2732.  
  2733. .dk_toggle {
  2734.   padding: 13px 17px;
  2735.   color: black;
  2736.   border: 1px solid black;
  2737.   line-height: normal;
  2738.   width: auto !important;
  2739.   display: inline-block !important;
  2740.   font-weight: normal; }
  2741.  
  2742. .dk_open {
  2743.   z-index: 10; }
  2744.  
  2745. .dk_options a {
  2746.   padding: 9px 0 8px 17px;
  2747.   background-color: white;
  2748.   color: black;
  2749.   border: 1px solid black; }
  2750.  
  2751. .dk_options a:hover,
  2752. .dk_option_current a {
  2753.   background-color: black;
  2754.   color: white;
  2755.   text-decoration: none; }
  2756.  
  2757. .dk_options_inner {
  2758.   max-height: 250px;
  2759.   color: #222;
  2760.   font-weight: normal; }
  2761.   .dk_options_inner li {
  2762.     margin-top: -1px;
  2763.     white-space: nowrap;
  2764.     position: relative; }
  2765.     .dk_options_inner li:first-child {
  2766.       margin-top: 0; }
  2767.     .dk_options_inner li.disabled a {
  2768.       color: #C0C0C0;
  2769.       cursor: default; }
  2770.       .dk_options_inner li.disabled a:hover {
  2771.         background: white; }
  2772.  
  2773. .dk_options_inner,
  2774. .dk_touch .dk_options {
  2775.   max-height: 250px; }
  2776.  
  2777. .dk_container {
  2778.   display: none;
  2779.   position: relative; }
  2780.  
  2781. .dk_container a {
  2782.   outline: 0; }
  2783.  
  2784. .dk_toggle {
  2785.   display: -moz-inline-stack;
  2786.   display: inline-block;
  2787.   *display: inline;
  2788.   position: relative;
  2789.   zoom: 1; }
  2790.  
  2791. .dk_open {
  2792.   position: relative; }
  2793.  
  2794. .dk_open .dk_options {
  2795.   display: block;
  2796.   width: 100%; }
  2797.  
  2798. .dk_open .dk_label {
  2799.   color: inherit; }
  2800.  
  2801. .dk_options {
  2802.   display: none;
  2803.   position: absolute;
  2804.   left: 0;
  2805.   width: auto; }
  2806.  
  2807. .dk_options a,
  2808. .dk_options a:link,
  2809. .dk_options a:visited {
  2810.   display: block; }
  2811.  
  2812. .dk_options_inner {
  2813.   overflow: auto;
  2814.   position: relative; }
  2815.  
  2816. .dk_touch .dk_options {
  2817.   overflow: hidden; }
  2818.  
  2819. .dk_touch .dk_options_inner {
  2820.   max-height: none;
  2821.   overflow: visible; }
  2822.  
  2823. .dk_fouc select {
  2824.   position: absolute;
  2825.   top: -99999em;
  2826.   visibility: hidden; }
  2827. /
  2828.   </style>
  2829.  
  2830. <!-- Facebook Pixel Code -->
  2831. <script>
  2832. !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  2833. n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
  2834. n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
  2835. t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
  2836. document,'script','//connect.facebook.net/en_US/fbevents.js');
  2837.  
  2838. fbq('init', '1475032746121808');
  2839. fbq('track', 'PageView');
  2840.  
  2841. fbq('track', 'AddToCart');
  2842. fbq('track', 'Purchase', {value: '0.00', currency: 'BRL'});
  2843. </script>
  2844. <noscript><img height="1" width="1" style="display:none"
  2845. src="https://www.facebook.com/tr?id=1475032746121808&ev=PageView&noscript=1"
  2846. /></noscript>
  2847. <!-- End Facebook Pixel Code -->
  2848.  
  2849. <script type="text/javascript">
  2850.     adroll_adv_id = "QEKKE62WXZEMPEMEUXPAJN";
  2851.     adroll_pix_id = "SFX46H6JYNDRTKGVVFIUZK";
  2852.     (function () {
  2853.         var _onload = function(){
  2854.             if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}
  2855.             if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}
  2856.             var scr = document.createElement("script");
  2857.             var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com");
  2858.             scr.setAttribute('async', 'true');
  2859.             scr.type = "text/javascript";
  2860.             scr.src = host + "/j/roundtrip.js";
  2861.             ((document.getElementsByTagName('head') || [null])[0] ||
  2862.                 document.getElementsByTagName('script')[0].parentNode).appendChild(scr);
  2863.         };
  2864.         if (window.addEventListener) {window.addEventListener('load', _onload, false);}
  2865.         else {window.attachEvent('onload', _onload)}
  2866.     }());
  2867. </script>
  2868.  
  2869.  
  2870.  
  2871.       <script>window.jQuery || document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"><\/script>')</script>
  2872.       <link rel="stylesheet" media="screen" href="http://duajuoiec0cnh.cloudfront.net/assets/store-fe8d13debac54e5ecdbab773484dd7d2.css" />
  2873.       <script src="http://duajuoiec0cnh.cloudfront.net/assets/store-c50cba6537eeb9b56dfdd9a1c203f01e.js"></script>
  2874.     <script type="text/javascript">(function(f,b){if(!b.__SV){var a,e,i,g;window.mixpanel=b;b._i=[];b.init=function(a,e,d){function f(b,h){var a=h.split(".");2==a.length&&(b=b[a[0]],h=a[1]);b[h]=function(){b.push([h].concat(Array.prototype.slice.call(arguments,0)))}}var c=b;"undefined"!==typeof d?c=b[d]=[]:d="mixpanel";c.people=c.people||[];c.toString=function(b){var a="mixpanel";"mixpanel"!==d&&(a+="."+d);b||(a+=" (stub)");return a};c.people.toString=function(){return c.toString(1)+".people (stub)"};i="disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.track_charge people.clear_charges people.delete_user".split(" ");
  2875.   for(g=0;g<i.length;g++)f(c,i[g]);b._i.push([a,e,d])};b.__SV=1.2;a=f.createElement("script");a.type="text/javascript";a.async=!0;a.src="//cdn.mxpnl.com/libs/mixpanel-2.2.min.js";e=f.getElementsByTagName("script")[0];e.parentNode.insertBefore(a,e)}})(document,window.mixpanel||[]);
  2876. mixpanel.init("05c97b3f610285c9ce2c81d95d4b5c64");
  2877.    mixpanel.register({"store": "6"});
  2878.    mixpanel.set_config({
  2879.      cross_subdomain_cookie: true
  2880.    });
  2881. </script>
  2882.  
  2883. <script>
  2884.   mixpanel.identify("39dc56c958b3b41837678b9391e61acec887ca06");
  2885.   mixpanel.register({
  2886.     "Store": "pyramid",
  2887.     "Store created at": "2014-02-28 18:14:35 -0300",
  2888.    
  2889.   });
  2890.  
  2891.  
  2892. </script>
  2893. <meta content="authenticity_token" name="csrf-param">
  2894. <meta content="RpAEJTi15oetcdVpLfK9Dc6fk0hTi+4vUKMbKtetfAKR1nl6G2os6QIxz8manrI2MmU82ENhr4RAZF0TWeogJQ==" name="csrf-token">
  2895. </head>
  2896.  
  2897. <body class="home">
  2898.  
  2899.   <script>
  2900.     (function(i, s, o, g, r, a, m) {
  2901.       i['GoogleAnalyticsObject'] = r;
  2902.       i[r] = i[r] || function() {
  2903.         (i[r].q = i[r].q || []).push(arguments)
  2904.       }, i[r].l = 1 * new Date();
  2905.       a = s.createElement(o),
  2906.       m = s.getElementsByTagName(o)[0];
  2907.       a.async = 1;
  2908.       a.src = g;
  2909.       m.parentNode.insertBefore(a, m)
  2910.     })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  2911.     ga('create', 'UA-49151515-1', 'pyramid.cc');
  2912.     ga('send', 'pageview');
  2913.   </script>
  2914.  
  2915.   <div class="main">
  2916.  
  2917.    
  2918.  
  2919.     <div class="sidebar">
  2920.  
  2921.       <a class="logo" href="http://www.pyramid.cc/">
  2922.      
  2923.         <img src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/logo2.png" data-at2x="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/logo2.png" width="160" alt="PYRAMID BRAND">
  2924.      
  2925.     </a>
  2926.  
  2927.       <div class="navigation">
  2928.         <nav class="main_navigation ">
  2929.           <ul>
  2930.             <li class="navigation_item ">
  2931.             </li>
  2932.            
  2933.               <li class="navigation_item ">
  2934.                 <a href="/categorias/online-store">
  2935.               Online Store
  2936.             </a>
  2937.               </li>
  2938.              
  2939.            
  2940.           </ul>
  2941.         </nav>
  2942.       </div>
  2943.     </div>
  2944.  
  2945.     <div class="container">
  2946.  
  2947.      
  2948.  
  2949.       <div class="content_container">
  2950.  
  2951.         <div class="topbar ">
  2952.           <ul>
  2953.            
  2954.               <li class="store_link ">
  2955.                 <a href="http://www.pyramid.cc/lookbook">Lookbook</a>
  2956.               </li>
  2957.            
  2958.               <li class="store_link ">
  2959.                 <a href="http://www.pyramid.cc/termos_de_uso">Termos de uso</a>
  2960.               </li>
  2961.            
  2962.               <li class="store_link ">
  2963.                 <a href="http://www.pyramid.cc/a_marca">A marca</a>
  2964.               </li>
  2965.            
  2966.               <li class="store_link ">
  2967.                 <a href="http://www.pyramid.cc/onde_encontrar">Onde encontrar</a>
  2968.               </li>
  2969.            
  2970.               <li class="store_link ">
  2971.                 <a href="http://www.pyramid.cc/contato">Contato</a>
  2972.               </li>
  2973.            
  2974.  
  2975.             <li id="cart_link" class="store_link ">
  2976.               <a href="http://www.pyramid.cc/carrinho">
  2977.                 <i class="fa fa-shopping-cart"> </i>
  2978.                
  2979.               </a>
  2980.             </li>
  2981.  
  2982.             <li class="search_item">
  2983.               <span class='fa fa-search'></span>
  2984.               <form id="mine_search" class="mine_form mine_search" action="/produtos/pesquisar" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="&#x2713;" /><input type="text" name="query" id="mine_search_box" class="mine_search_box mine_input_text" /><input type="submit" name="commit" value="Procurar" /></form>
  2985.             </li>
  2986.           </ul>
  2987.         </div>
  2988.  
  2989.        
  2990.  
  2991.        
  2992.  
  2993.        
  2994.  
  2995.        
  2996.  
  2997.        
  2998.  
  2999.        
  3000.  
  3001.        
  3002.  
  3003.        
  3004.  
  3005.       </div>
  3006.  
  3007.       <div class="push"></div>
  3008.     </div>
  3009.  
  3010.    
  3011.      
  3012.       <div class="anchor-control">
  3013.         <a class="disabled">
  3014.           <img src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/up2.png" data-at2x="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/up2.png">
  3015.         </a>
  3016.         <a>
  3017.           <img src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/down2.png" data-at2x="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/down2.png">
  3018.         </a>
  3019.       </div>
  3020.  
  3021.       <div id="slides">
  3022.         <div class="slides-container">
  3023.           <img src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/001.jpg" data-at2x="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/001.jpg">
  3024.           <img src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/002.jpg" data-at2x="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/002.jpg">
  3025.           <img src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/003.jpg" data-at2x="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/003.jpg">
  3026.           <img src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/004.jpg" data-at2x="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/004.jpg">
  3027.           <img src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/005.jpg" data-at2x="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/005.jpg">
  3028.           <img src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/006.jpg" data-at2x="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/006.jpg">
  3029.           <img src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/007.jpg" data-at2x="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/007.jpg">
  3030.           <img src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/008.jpg" data-at2x="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/008.jpg">
  3031.           <img src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/009.jpg" data-at2x="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/009.jpg">
  3032.           <img src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/010.jpg" data-at2x="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/sour/010.jpg">
  3033.         </div>
  3034.       </div>
  3035.  
  3036.   </div>
  3037.  
  3038.  
  3039.  
  3040.   <div class="newsletter">
  3041.     <div id="mc_embed_signup">
  3042.       <form action="http://pyramid.us8.list-manage.com/subscribe/post?u=99582160898a195948c86921c&amp;id=9393caceb5" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
  3043.         <!-- <h1>NEWSLETTER</h1> -->
  3044.         <input type="email" value="NEWSLETTER" name="EMAIL" class="required email" id="mce-EMAIL" onfocus="if(this.value == 'NEWSLETTER') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'NEWSLETTER'; }">
  3045.         <input type="submit" value="SUBSCRIBE" name="subscribe" id="mc-embedded-subscribe" class="button">
  3046.       </form>
  3047.     </div>
  3048.   </div>
  3049.  
  3050.  
  3051.  
  3052.  
  3053.  
  3054.   <footer id="footer">
  3055.     <div>
  3056.       <span class="link">
  3057.         <a href="/termos_de_uso">
  3058.         Termos de Uso
  3059.       </a>
  3060.         <a class="social" href="http://facebook.com/pyramidbrand" target="_blank">
  3061.           <i class="fa fa-facebook"></i>
  3062.         </a>
  3063.         <a class="social" href="http://instagram.com/pyramidbrand" target="_blank">
  3064.           <i class="fa fa-instagram"></i>
  3065.         </a>
  3066.         <a class="social" href="http://pyramidbrand.tumblr.com" target="_blank">
  3067.           <i class="fa fa-tumblr"></i>
  3068.         </a>
  3069.       </span>
  3070.       <span>
  3071.         <a>
  3072.        
  3073.           <img src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/icon2.png" data-at2x="//d3a12l3yff2695.cloudfront.net/custom/pyramid/img/icon2.png" width=73>
  3074.        
  3075.       </a>
  3076.       </span>
  3077.       <span class="minestore-logo"></span>
  3078.     </div>
  3079.   </footer>
  3080.  
  3081.  
  3082.  
  3083. <a class="badge" href="http://www.minestore.com.br/?utm_source=store&amp;utm_medium=badge&amp;utm_term=pyramid&amp;utm_campaign=badge_logo" style="position:fixed; bottom: 0; right: 0; z-index: 999999999999" rel="nofollow">
  3084.     <img data-at2x="http://duajuoiec0cnh.cloudfront.net/assets/badge_minestore-873b8e15d94eeeacbf18eda081c3c81d.png" style="display:block;" width="99" src="http://duajuoiec0cnh.cloudfront.net/assets/badge_minestore-873b8e15d94eeeacbf18eda081c3c81d.png" alt="Badge minestore" />
  3085. </a>
  3086.  
  3087.   <script type="text/javascript">
  3088.     var _paq = _paq || [];
  3089.     _paq.push(['setUserId', '39dc56c958b3b41837678b9391e61acec887ca06']);
  3090.  
  3091.    
  3092.  
  3093.    
  3094.  
  3095.    
  3096.  
  3097.     _paq.push(['trackPageView']);
  3098.     _paq.push(['enableLinkTracking']);
  3099.     (function() {
  3100.       var u="//analytics.minestore.com.br/";
  3101.       _paq.push(['setTrackerUrl', u+'piwik.php']);
  3102.       _paq.push(['setSiteId', 22]);
  3103.       var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  3104.       g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
  3105.     })();
  3106.   </script>
  3107.   <noscript><p><img src="//analytics.minestore.com.br/piwik.php?idsite=22" style="border:0;" alt="" /></p></noscript>
  3108.  
  3109. </body>
  3110.  
  3111. <script src="//d3a12l3yff2695.cloudfront.net/custom/pyramid/js/main-min.js"></script>
  3112.  
  3113. <script>
  3114.  
  3115.   function changeProductPhoto() {
  3116.     $('.product_info').on('click', '.thumb', function() {
  3117.       $('.selected img').attr("src", $(this).find('img').attr("data"));
  3118.     })
  3119.   }
  3120.  
  3121.   function bindSearch() {
  3122.     $('.search_item input[type="submit"]').bind("click", function(event) {
  3123.       if (!$('.search_item').hasClass('active')) {
  3124.         console.log('go');
  3125.         event.preventDefault();
  3126.         $('.mine_search_box').focus();
  3127.       }
  3128.     });
  3129.   }
  3130.   $(function() {
  3131.     var ul = $(".main_navigation ul");
  3132.     var li = ul.children("li:eq(1)");
  3133.     li.detach();
  3134.     ul.prepend(li);
  3135.  
  3136.     changeProductPhoto();
  3137.     bindSearch();
  3138.     smoothScroll.init({
  3139.       speed: 800,
  3140.       easing: 'easeInOutCubic',
  3141.       updateURL: false,
  3142.       callbackBefore: function(toggle, anchor) {},
  3143.       callbackAfter: function(toggle, anchor) {}
  3144.     });
  3145.     var i = 0;
  3146.     $('.anchor-control').on('click', 'a:last-child', function() {
  3147.       switch (i) {
  3148.         case 0:
  3149.           smoothScroll.animateScroll(null, '#feminino');
  3150.           $(this).prev().removeClass('disabled');
  3151.           i++;
  3152.           break;
  3153.         case 1:
  3154.           smoothScroll.animateScroll(null, '#masculino');
  3155.           i++;
  3156.           break;
  3157.         case 2:
  3158.           smoothScroll.animateScroll(null, '#footer');
  3159.           $(this).addClass('disabled');
  3160.           i++;
  3161.           break;
  3162.       }
  3163.     });
  3164.     $('.anchor-control').on('click', 'a:first-child', function() {
  3165.       switch (i) {
  3166.         case 1:
  3167.           smoothScroll.animateScroll(null, 'body');
  3168.           $(this).addClass('disabled');
  3169.           i--;
  3170.           break;
  3171.         case 2:
  3172.           smoothScroll.animateScroll(null, '#feminino');
  3173.           i--;
  3174.           break;
  3175.         case 3:
  3176.           smoothScroll.animateScroll(null, '#masculino');
  3177.           $(this).next().removeClass('disabled');
  3178.           i--;
  3179.           break;
  3180.       }
  3181.     });
  3182.     $(".product_list .image_container").cycle({
  3183.       paused: true,
  3184.       speed: 700,
  3185.       timeout: 800
  3186.     });
  3187.     $(".product_list .image_container").hover(
  3188.       function() {
  3189.         $(this).cycle('resume');
  3190.       }, function() {
  3191.         $(this).cycle('goto', 0);
  3192.         $(this).cycle('pause');
  3193.       }
  3194.     );
  3195.     $('.mine_variations_select').dropkick({
  3196.       width: 160,
  3197.       height: 30
  3198.     });
  3199.     $.each($("option[data-available='false']"), function() {
  3200.       $("a[data-dk-dropdown-value='" + $(this).attr('value') + "']").parent().addClass('disabled');
  3201.     });
  3202.     $('#slides').superslides({
  3203.       animation: 'fade',
  3204.       play: 3700
  3205.     });
  3206.     $('.measures-link').click(function(event) {
  3207.       event.preventDefault();
  3208.       $('.measures').show();
  3209.     });
  3210.     $('.close').click(function(event) {
  3211.       event.preventDefault();
  3212.       $('.measures').hide();
  3213.     });
  3214.     $('.measures a').click(function(event) {
  3215.       event.preventDefault();
  3216.       if ($(this).attr('name') == 'masculino' || $(this).hasClass('close')) return;
  3217.       $('.measures a, .measures table').removeClass('active');
  3218.       $('.measures #' + $(this).attr('name')).addClass('active');
  3219.       $(this).addClass('active');
  3220.       if ($(this).parents('.masculino-parent').length) {
  3221.         $("a[name='masculino']").addClass('active');
  3222.       }
  3223.       if ($(this).parents('.feminino-parent').length) {
  3224.         $("a[name='feminino']").addClass('active');
  3225.       }
  3226.     });
  3227.     $("a[name='masculino']").click(function(event) {
  3228.       event.preventDefault();
  3229.       $("a[name='geral']").removeClass('active').addClass('hidden');
  3230.       $('.measures a, .measures table').removeClass('active');
  3231.       $(this).addClass('active').nextAll().removeClass('hidden');
  3232.       $("a[name='camisetas'], #camisetas").addClass('active');
  3233.     });
  3234.     $("a[name='feminino']").click(function(event) {
  3235.       event.preventDefault();
  3236.       $("a[name='masculino']").removeClass('active').nextAll().addClass('hidden');
  3237.       $("a[name='geral'], #geral").removeClass('hidden').addClass('active');
  3238.       $(this).addClass('active');
  3239.     });
  3240.     $(".mine_search_box").focus(function() {
  3241.       $('.search_item').addClass('active');
  3242.     });
  3243.     $(".mine_search_box").blur(function() {
  3244.       setTimeout(function() {
  3245.         $('.search_item').removeClass('active');
  3246.       }, 200);
  3247.     });
  3248.   });
  3249. </script>
  3250.  
  3251. </body>
  3252.  
  3253. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement