@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler-UltraLight.woff2') format('woff2'),
        url('fonts/Butler-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler-Medium.woff2') format('woff2'),
        url('fonts/Butler-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler-Light.woff2') format('woff2'),
        url('fonts/Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler-Black.woff2') format('woff2'),
        url('fonts/Butler-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler-Bold.woff2') format('woff2'),
        url('fonts/Butler-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler-ExtraBold.woff2') format('woff2'),
        url('fonts/Butler-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/Butler.woff2') format('woff2'),
        url('fonts/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('fonts/Effra-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('fonts/Effra-Medium.ttf');
    font-weight: 500    ;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('fonts/Effra-Bold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('fonts/Effra-Heavy.ttf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('fonts/Effra-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Effra';
    src: url('fonts/Effra-Light-Italic.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Effra';
    src: url('fonts/Effra-Medium-Italic.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Effra';
    src: url('fonts/Effra-Bold-Italic.ttf');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Effra';
    src: url('fonts/Effra-Heavy-Italic.ttf');
    font-weight: 800;
    font-style: italic;
}

.contact-index-index .fieldset {
    margin-bottom: 20px;
}
.contact-index-index .fieldset .legend {
    padding-bottom: 0;
}
.contact-info-number {
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    font-weight: 300;
}
@media only screen and (max-width: 767px) {
    .contact-info-number {
        font-weight: 300;
        margin-bottom: 10px;
    }
}
@media all and (min-width: 768px), print {
._rwd_width {
        min-width: 0 !important;
        max-width: auto !important;
    }
    ._rwd_width_float {
        width: 100% !important;
        float: none !important;
    }
    .contact-index-index .fieldset .legend {
        border: none;
    }
    .contact-index-index .column.main .widget.static.block {
        float: left;
        width: 70%;
    }
    .contact-info-number {
        margin-bottom: 15px;
    }
    .column:not(.sidebar-main) .form.contact,
    .column:not(.sidebar-additional) .form.contact {
        width: 27%;
        float: right;
    }
}

.cms-index-index .page-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.widget .block-promo img {
    max-width: none;
}
.block-promo {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    color: #333 !important;
}
.block-promo:hover {
    text-decoration: none;
}
.block-promo .content {
    display: block;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    padding: 25px 35px 35px;
}
.block-promo .title {
    display: block;
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 15px;
}
.block-promo .info {
    display: block;
    font-weight: 300;
    font-size: 2.2rem;
    margin-bottom: 20px;
}
.block-promo .more {
    font-size: 1.6rem;
}
.block-promo .icon.more {
    display: inline-block;
    text-decoration: none;
}
.block-promo .icon.more:after {
    font-family: "luma-icons";
    content: "\e608";
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    overflow: hidden;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 0 0 5px;
}
.block-promo .button.more {
    font-size: 1.8rem;
    background-image: none;
    background: #1979c3;
    padding: 7px 15px;
    color: #fff;
    border: 1px solid #1979c3;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 3px;
    text-decoration: none;
    padding: 10px 15px;
}
.block-promo .button.more:focus,
.block-promo .button.more:active {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
}
.block-promo .button.more:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
}
.block-promo .button.more.disabled,
.block-promo .button.more[disabled],
fieldset[disabled] .block-promo .button.more {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}
.block-promo .title + .button {
    margin-top: 10px;
}
.block-promo sup {
    top: -0.2em;
}
.block-promo-2columns .content {
    padding: 20px 25px;
}
.womens-main .content,
.womens-pants .content,
.training-main .content,
.training-erin .content,
.sale-main .content,
.sale-women .content,
.mens-main .content,
.mens-pants .content,
.gear-main .content,
.gear-equipment .content,
.new-main .content,
.new-eco .content,
.home-main .content,
.home-performance .content,
.home-eco .content,
.collection-eco .content,
.collection-performance .content {
    background-color: rgba(255, 255, 255, 0.9);
}
.sale-main,
.mens-main,
.gear-main,
.womens-main {
    max-width: 1080px;
}
.sale-women,
.sale-mens,
.mens-pants,
.womens-pants,
.gear-fitnes,
.gear-equipment,
.new-performance,
.new-eco {
    max-width: 580px;
}
.training-main,
.training-erin,
.collection-eco,
.collection-performance,
.home-main {
    max-width: 1280px;
}
.home-pants .content {
    top: 0;
    left: 0;
    width: 80%;
}
.home-pants .title {
    display: block;
    font-weight: 600;
    font-family: Halvetica Neue, Helvetica, Arial, sans-serif;
    white-space: nowrap;
    margin-bottom: 0;
}
.home-t-shirts {
    background: #ffdd16;
}
.home-erin {
    height: 373px;
}
.home-erin .content {
    top: 0;
    right: 0;
    width: 60%;
}
.home-performance {
    height: 664px;
}
.home-performance .content {
    top: 25px;
    right: 25px;
    left: 25px;
}
.home-eco {
    height: 274px;
}
.new-performance .icon.more {
    white-space: nowrap;
}
.block-promo-hp .bg-white,
.block-promo-hp .home-erin .content {
    padding: 20px;
}
.womens-erin {
    background: #f4f4f4;
}
.womens-erin .content {
    padding: 20px 35px;
}
.training-main {
    height: 372px;
}
.training-main .title {
    margin-bottom: 0;
    line-height: 1.4;
}
.training-main .title span {
    font-weight: 600;
}
.training-erin {
    height: 214px;
}
.training-erin .content {
    padding: 15px;
    text-align: center;
}
.training-erin .info {
    margin-bottom: 0;
}
.training-on-demand,
.training-videos {
    color: #fff !important;
}
.training-on-demand .content,
.training-videos .content {
    position: static;
    text-align: center;
}
.training-on-demand .icon.calendar,
.training-videos .icon.calendar,
.training-on-demand .icon.download,
.training-videos .icon.download {
    margin-top: -10px;
    display: block;
    text-decoration: none;
}
.training-on-demand .icon.calendar > span,
.training-videos .icon.calendar > span,
.training-on-demand .icon.download > span,
.training-videos .icon.download > span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.training-on-demand .icon.calendar:before,
.training-videos .icon.calendar:before,
.training-on-demand .icon.download:before,
.training-videos .icon.download:before {
    font-family: "luma-icons";
    font-size: 32px;
    line-height: inherit;
    color: inherit;
    overflow: hidden;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.training-on-demand .icon.calendar:before,
.training-videos .icon.calendar:before {
    content: "\e612";
}
.training-on-demand .icon.download:before,
.training-videos .icon.download:before {
    content: "\e626";
}
.training-on-demand .icon.more,
.training-videos .icon.more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}
.training-on-demand .info,
.training-videos .info {
    font-size: 16px;
}
.training-on-demand {
    background: #00ade2;
}
.training-videos {
    background: #5a5e62;
}
.sale-women,
.sale-mens {
    height: 372px;
}
.sale-mens .content {
    top: 0;
    right: 0;
    width: 60%;
}
.sale-20-off .content,
.sale-free-shipping .content,
.sale-womens-t-shirts .content {
    padding: 15px 20px;
}
.sale-20-off {
    background: #f4f4f4;
}
.sale-20-off .title {
    font-size: 4rem;
    font-weight: 700;
    white-space: nowrap;
}
.sale-20-off img {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
}
.sale-20-off .content {
    width: 75%;
    position: relative;
}
.sale-free-shipping {
    background: #71b54e;
    color: #fff !important;
}
.sale-free-shipping .content {
    position: static;
}
.sale-free-shipping img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100% !important;
}
.sale-womens-t-shirts {
    background: #fedd16;
}
.sale-womens-t-shirts .content {
    position: static;
}
.sale-womens-t-shirts img {
    max-width: 95% !important;
}
.mens-main .content {
    width: 45%;
}
.womens-main,
.home-main,
.mens-main,
.new-main,
.sale-main,
.gear-main {
    height: 450px;
}
.womens-t-shirts,
.mens-t-shirts {
    background: #ffdd17;
}
.womens-t-shirts img,
.mens-t-shirts img {
    max-width: 100% !important;
}
.womens-t-shirts .content,
.mens-t-shirts .content {
    position: static;
}
.womens-pants,
.mens-pants,
.gear-fitnes,
.gear-equipment,
.new-performance,
.new-eco {
    height: 372px;
}
.womens-pants .info span,
.mens-pants .info span {
    display: block;
    font-size: 4.4rem;
    font-family: Halvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
}
.womens-category-pants,
.womens-category-tanks,
.womens-category-shorts,
.mens-category-tees,
.mens-category-hoodies,
.mens-category-shorts,
.gear-category-bags,
.gear-category-equipment,
.gear-category-watches {
    background: #f4f4f4;
    min-height: 170px;
}
.womens-category-pants img,
.womens-category-tanks img,
.womens-category-shorts img,
.mens-category-tees img,
.mens-category-hoodies img,
.mens-category-shorts img,
.gear-category-bags img,
.gear-category-equipment img,
.gear-category-watches img {
    max-width: 100% !important;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 60%;
}
.womens-category-pants .content,
.womens-category-tanks .content,
.womens-category-shorts .content,
.mens-category-tees .content,
.mens-category-hoodies .content,
.mens-category-shorts .content,
.gear-category-bags .content,
.gear-category-equipment .content,
.gear-category-watches .content {
    padding: 20px 0 50px 20px !important;
    position: static;
    width: 60%;
    z-index: 1;
}
.womens-category-pants .title,
.womens-category-tanks .title,
.womens-category-shorts .title,
.mens-category-tees .title,
.mens-category-hoodies .title,
.mens-category-shorts .title,
.gear-category-bags .title,
.gear-category-equipment .title,
.gear-category-watches .title,
.womens-category-pants .info,
.womens-category-tanks .info,
.womens-category-shorts .info,
.mens-category-tees .info,
.mens-category-hoodies .info,
.mens-category-shorts .info,
.gear-category-bags .info,
.gear-category-equipment .info,
.gear-category-watches .info {
    font-size: 1.8rem;
}
.womens-category-pants .title,
.womens-category-tanks .title,
.womens-category-shorts .title,
.mens-category-tees .title,
.mens-category-hoodies .title,
.mens-category-shorts .title,
.gear-category-bags .title,
.gear-category-equipment .title,
.gear-category-watches .title {
    font-weight: 400;
    margin-bottom: 5px;
}
.womens-category-pants .more,
.womens-category-tanks .more,
.womens-category-shorts .more,
.mens-category-tees .more,
.mens-category-hoodies .more,
.mens-category-shorts .more,
.gear-category-bags .more,
.gear-category-equipment .more,
.gear-category-watches .more {
    position: absolute;
    z-index: 1;
    bottom: 20px;
}
.gear-fitnes .content,
.new-performance .content {
    right: 0;
    top: 0;
    width: 65%;
}
.collection-eco,
.collection-performance {
    height: 200px;
}
.collection-eco .content,
.collection-performance .content {
    padding: 15px;
    text-align: center;
}
.collection-eco .info,
.collection-performance .info {
    margin-bottom: 0;
}
.collection-erin {
    background: #f4f4f4;
}
.collection-erin .content {
    padding: 20px 35px;
}
.content-heading {
    text-align: center;
    margin: 10px 0 25px;
}
.content-heading .title {
    margin: 0 0 5px;
}
.content-heading .info {
    margin-bottom: 0;
}
.categories-menu .title {
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.categories-menu a:link,
.categories-menu a:visited,
.categories-menu a:hover,
.categories-menu a:active {
    color: #333;
}
.categories-menu .items {
    margin-bottom: 40px;
}
.categories-menu .items:last-child {
    margin-bottom: 0;
}
.cms-content-important {
    display: block;
    background: #f5f5f5;
}
.cms-content-important h2 {
    margin-top: 0;
}
.cms-content table {
    border: none;
}
.cms-content table > thead > tr > th,
.cms-content table > tbody > tr > th,
.cms-content table > tfoot > tr > th,
.cms-content table > thead > tr > td,
.cms-content table > tbody > tr > td,
.cms-content table > tfoot > tr > td {
    border: none;
}
.cms-content table > thead > tr > th,
.cms-content table > thead > tr > td {
    border-bottom: 1px solid #d1d1d1;
}
.cms-content table > tbody > tr:nth-child(even) > td,
.cms-content table > tbody > tr:nth-child(even) > th {
    background: #f7f7f7;
}
.cms-content table th {
    font-weight: 400;
}
.cms-content table td {
    font-weight: 600;
}
.cms-content .block .block-title {
    margin-bottom: 15px;
}
.cms-content .block .block-title > strong {
    display: none;
}
.cms-content .block .box-title {
    display: inline-block;
    margin: 0 0 15px;
}
.cms-content .block .box-title > span {
    font-size: 1.8rem;
    line-height: 1.1;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 300;
}
.cms-content .block .block-content p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 399px) {
    .womens-pants img {
        width: 250%;
        float: right;
        margin: -70px -140px 0 0;
    }
    .mens-main img {
        margin-left: -180px;
    }
    .training-main img,
    .gear-main img,
    .womens-main img {
        margin-left: -210px;
    }
    .home-main img {
        margin-left: -310px;
    }
    .sale-main img,
    .mens-pants img,
    .home-eco img {
        margin-left: -150px;
    }
    .sale-mens img,
    .gear-fitnes img,
    .new-performance img {
        margin-left: -60px;
    }
    .new-main img,
    .sale-women img,
    .training-erin img,
    .gear-equipment img {
        margin-left: -120px;
    }
    .new-eco img {
        margin-left: -80px;
    }
    .home-pants,
    .home-performance {
        height: 580px;
    }
    .home-pants img,
    .home-performance img {
        margin-left: -50px;
    }
}
@media only screen and (max-width: 767px) {
    .blocks-promo {
        margin-left: -15px;
        margin-right: -15px;
    }
    .block-promo {
        margin-bottom: 8px;
    }
    .block-promo .title {
        font-size: 2.2rem;
    }
    .block-promo .info {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .block-promo .more {
        font-size: 1.4rem;
    }
    .block-promo .icon.more:after {
        font-size: 1rem;
    }
    .block-promo .button.more {
        font-size: 1.2rem;
    }
    .block-promo .content {
        padding: 15px 20px 20px;
    }
    .block-promo .button.more {
        padding: 8px 12px;
    }
    .home-pants {
        max-width: 417px;
    }
    .home-erin {
        max-width: 426px;
    }
    .home-performance {
        max-width: 415px;
    }
    .home-eco {
        max-width: 858px;
    }
    .home-pants,
    .home-performance {
        height: 580px;
    }
    .womens-main .content,
    .mens-main .content,
    .gear-main .content,
    .new-main .content,
    .home-main .content,
    .training-main .content,
    .sale-main .content {
        top: 20px;
        right: 0;
        width: 65%;
    }
    .training-main .title {
        font-size: 2rem;
    }
    .womens-erin .content,
    .collection-erin .content {
        position: static;
    }
    .womens-erin img,
    .collection-erin img {
        display: block;
        margin: 0 auto;
        max-width: 75% !important;
    }
    .sale-women .content {
        width: 60%;
        bottom: 20px;
        left: 0;
    }
    .sale-main .content {
        top: auto;
        bottom: 20px;
    }
    .sale-20-off {
        min-height: 185px;
    }
    .sale-20-off .title {
        font-size: 4rem;
    }
    .womens-category-pants .title,
    .womens-category-tanks .title,
    .womens-category-shorts .title,
    .mens-category-tees .title,
    .mens-category-hoodies .title,
    .mens-category-shorts .title,
    .gear-category-bags .title,
    .gear-category-equipment .title,
    .gear-category-watches .title {
        font-size: 1.6rem;
    }
    .womens-category-pants .info,
    .womens-category-tanks .info,
    .womens-category-shorts .info,
    .mens-category-tees .info,
    .mens-category-hoodies .info,
    .mens-category-shorts .info,
    .gear-category-bags .info,
    .gear-category-equipment .info,
    .gear-category-watches .info {
        font-size: 1.4rem;
    }
    .womens-pants .info span,
    .mens-pants .info span {
        font-size: 4rem;
    }
    .womens-pants .content,
    .mens-pants .content {
        max-width: 220px;
        bottom: 20px;
    }
    .home-eco .content {
        width: 65%;
        top: 20px;
        right: 0;
    }
    .gear-fitnes .content,
    .new-performance .content,
    .home-erin .content {
        padding-top: 30px;
    }
    .gear-equipment .content,
    .new-eco .content {
        left: 0;
        bottom: 20px;
        max-width: 220px;
    }
    .training-erin .content {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .training-erin .title {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
    .training-erin .info {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    .training-on-demand .content,
    .training-videos .content {
        padding-top: 25px;
        padding-bottom: 45px;
    }
    .home-pants img {
        position: absolute;
        z-index: 0;
        bottom: -10px;
    }
    .home-pants .title {
        font-size: 4rem;
    }
    .home-performance img {
        position: absolute;
        z-index: 0;
        top: -20px;
    }
    .womens-main .content,
    .training-main .content,
    .gear-main .content {
        top: auto;
        bottom: 20px;
    }
    .home-t-shirts .image {
        display: block;
        padding: 20px 20px 0;
    }
    .home-t-shirts img {
         max-width: 100% !important;
    }
    .home-t-shirts .content {
        position: static;
    }
    .collection-eco .content,
    .collection-performance .content {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .collection-eco .title,
    .collection-performance .title {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
    .collection-eco .info,
    .collection-performance .info {
      font-size: 1.2rem;
    }
    .collection-erin .title {
        font-size: 1.8rem;
    }
    .collection-erin .info {
        font-size: 1.2rem;
    }
    .content-heading .title {
        font-size: 3rem;
    }
    .content-heading .info {
        font-size: 1.4rem;
    }
    .cms-content-important {
        padding: 15px;
        margin: 0 -15px 15px;
    }
    .cms-content table {
        margin: 10px 0 0;
    }
    .cms-content table thead th {
        font-size: 1.1rem;
    }
    .cms-content ul li {
        margin-bottom: 5px;
    }
    .cms-content .block .box {
        margin-bottom: 30px;
    }
  }
  @media all and (min-width: 640px), print {
    .block-promo {
        margin-bottom: 16px;
    }
    .block-promo-wrapper:before,
    .block-promo-wrapper:after {
        content: "";
        display: table;
    }
    .block-promo-wrapper:after {
        clear: both;
    }
    .block-promo-wrapper .block-promo {
        float: left;
        border-right: 16px solid #fff;
    }
    .block-promo-2columns .block-promo {
        width: 50%;
    }
    .block-promo-3columns .block-promo {
        width: 33.3%;
    }
    .block-promo-2columns .block-promo:nth-child(2n),
    .block-promo-3columns .block-promo:nth-child(3n) {
        border-right: 0;
    }
}
@media all and (min-width: 768px), print {
    .block-promo-hp {
        margin: 0 -8px;
    }
    .block-promo-hp .block-promo {
        border-left: 8px solid #fff;
        border-right: 8px solid #fff;
    }
    .block-promo-wrapper .home-performance {
        float: right;
    }
    .home-pants,
    .home-erin,
    .home-performance {
        width: 33.3%;
    }
    .home-t-shirts,
    .home-eco {
        width: 66.7%;
    }
    .womens-main .content,
    .mens-main .content,
    .gear-main .content,
    .new-main .content,
    .home-main .content,
    .training-main .content,
    .sale-main .content {
        top: 40px;
        right: 40px;
        width: 40%;
    }
    .womens-t-shirts,
    .mens-t-shirts {
        height: 372px;
    }
    .womens-pants .content,
    .mens-pants .content {
        width: 47%;
        left: 20px;
        top: 20px;
    }
    .womens-erin,
    .home-t-shirts,
    .collection-erin {
        display: table;
    }
    .womens-erin .content,
    .home-t-shirts .content,
    .collection-erin .content,
    .womens-erin .image,
    .home-t-shirts .image,
    .collection-erin .image {
        display: table-cell;
    }
    .womens-erin .content,
    .home-t-shirts .content,
    .collection-erin .content {
        position: static;
    }
    .womens-erin .image,
    .home-t-shirts .image,
    .collection-erin .image {
        vertical-align: bottom;
    }
    .womens-erin img,
    .home-t-shirts img,
    .collection-erin img {
        float: right;
    }
    .home-t-shirts {
        height: 276px;
    }
    .home-t-shirts .content {
        width: 40%;
    }
    .home-t-shirts .image {
        width: 60%;
        vertical-align: middle;
        text-align: center;
        padding-left: 10px;
    }
    .home-t-shirts img {
        max-width: 100% !important;
    }
    .womens-category-pants,
    .womens-category-tanks,
    .womens-category-shorts,
    .mens-category-tees,
    .mens-category-hoodies,
    .mens-category-shorts,
    .gear-category-bags,
    .gear-category-equipment,
    .gear-category-watches {
        height: 210px;
    }
    .sale-women .content {
        width: 50%;
        left: 20px;
        bottom: 20px;
    }
    .sale-20-off .title {
        font-size: 4.4rem;
    }
    .sale-20-off .info {
        font-size: 1.8rem;
    }
    .sale-20-off,
    .sale-free-shipping,
    .sale-womens-t-shirts {
        height: 205px;
    }
    .sale-free-shipping .title {
        font-size: 2.5rem;
    }
    .sale-free-shipping .info {
        font-size: 1.6rem;
    }
    .sale-womens-t-shirts .title {
        font-size: 2rem;
        margin-bottom: 5px;
    }
    .sale-womens-t-shirts .info {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
    .home-eco .content {
        width: 70%;
        top: 45px;
        right: 45px;
    }
    .gear-equipment .content,
    .new-eco .content {
        left: 20px;
        bottom: 20px;
        width: 60%;
    }
    .new-eco .content {
        width: 70%;
    }
    .training-erin .content {
        width: 73%;
        top: 16px;
        bottom: 16px;
        right: 16px;
    }
    .training-erin .info {
        font-size: 1.6rem;
        display: block;
        padding: 0 10%;
    }
    .training-on-demand,
    .training-videos {
        height: 208px;
    }
    .home-pants {
        height: 664px;
    }
    .home-pants .title {
        font-size: 44px !important;
        font-size: 4.4rem !important;
        line-height: 1.2;
    }
    .collection-eco .content,
    .collection-performance .content {
        width: 60%;
        top: 16px;
        bottom: 16px;
        left: 50%;
        margin-left: -30%;
    }
    .collection-eco .title,
    .collection-performance .title {
        font-size: 4rem;
    }
    .collection-eco .info,
    .collection-performance .info {
        font-size: 2.2rem;
        display: block;
        padding: 0 10%;
    }
    .collection-erin {
        height: 164px;
    }
    .collection-erin .content {
        width: 70%;
    }
    .collection-erin .image {
        width: 30%;
    }
    .collection-erin .title {
        font-size: 4rem;
    }
    .collection-erin .info {
        font-size: 2.2rem;
    }
    .content-heading {
        position: relative;
    }
    .content-heading:before {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background: -moz-radial-gradient(
            center,
            ellipse cover,
            #fff 25%,
            #cecece 100%
        );
        background: -webkit-gradient(
            radial,
            center center,
            0,
            center center,
            100%,
            color-stop(25%, #fff),
            color-stop(100%, #cecece)
        );
        background: -webkit-radial-gradient(
            center,
            ellipse cover,
            #fff 25%,
            #cecece 100%
        );
        background: -ms-radial-gradient(
            center,
            ellipse cover,
            #fff 25%,
            #cecece 100%
        );
        background: radial-gradient(ellipse at center, #fff 25%, #cecece 100%);
        position: absolute;
        top: 50%;
        z-index: 0;
    }
    .content-heading .title,
    .content-heading .info {
        position: relative;
        z-index: 1;
    }
    .content-heading .title {
        font-size: 3.8rem;
    }
    .content-heading .info {
        font-size: 1.8rem;
    }
    .cms-content-important {
        font-size: 2.2rem;
        font-weight: 300;
        padding: 20px;
        margin: 0 0 35px -20px;
    }
    .cms-content table {
        margin: 40px 0 0;
    }
    .cms-content ul li {
        margin-bottom: 15px;
    }
    .cms-content .block .block-content:before,
    .cms-content .block .block-content:after {
        content: "";
        display: table;
    }
    .cms-content .block .block-content:after {
        clear: both;
    }
    .cms-content .block .box {
        width: 48%;
        margin-bottom: 40px;
    }
    .cms-content .block .box:nth-child(1) {
        float: left;
        clear: left;
    }
    .cms-content .block .box:nth-child(2) {
        float: right;
    }
    .cms-content .block .box:nth-child(2) + * {
        clear: both;
    }
    .cms-content .block .box:nth-last-child(1),
    .cms-content .block .box:nth-last-child(2) {
        margin-bottom: 0;
    }
    .privacy-policy-content {
        box-sizing: border-box;
        width: 77.7%;
        float: right;
        padding-left: 2%;
    }
    .privacy-policy .block-collapsible-nav {
        box-sizing: border-box;
        width: 22.3%;
        float: left;
    }
}
  
  
/* Added for new theme */
/*************************************************************************************/
/* Other Header Style */
/*************************************************************************************/
.page-wrapper .header-inner {
	padding: 30px 0 30px;
	background: #fff;
}
.page-wrapper .header-inner .secondary-logo {
    display: none;
}
.header-inner .pt_custommenu div.pt_menu .parentMenu a,
.header-inner .pt_custommenu div.pt_menu .parentMenu span.block-title {
    color: #2e5b66;
    font-family: 'Effra', sans-serif;
}
.header-inner .pt_custommenu div.pt_menu#pt_cms .parentMenu a::after,
.header-inner .pt_custommenu div.pt_menu#pt_menu_contact .parentMenu a::after {
    display: none;
}
.header-inner .pt_custommenu div.pt_menu {
	margin: 0 8px;
}
.header-inner .nav-ozmegamenu .pt_custommenu {
	padding-right: 85px;
}
.header-inner .block_search .actions .action.search::before {
	background: url('images/search.png') no-repeat;
	content: "";
	background-size: contain;
	height: 20px;
	width: 20px;
	vertical-align: bottom;
	margin-right: 30px;
}
.header-inner .minicart-wrapper > a.action {
	padding: 5px 0;
	background: url('images/cart_icon_normal.png') no-repeat;
	width: 20px;
    background-size: contain;
    vertical-align: bottom;
    margin-top: 4px;
}
.header-inner .minicart-wrapper a.action.showcart .counter.qty {
    display: none !important;
}
.header-inner .block_search .control {
	width: 55px;
}
.header-inner .block_search .control input {
	right: 55px;
    top: -6px;
}
.header-inner .pt_custommenu div.pt_menu .parentMenu {
    padding: 0;
}
.header-inner .pt_custommenu div.pt_menu .parentMenu > a.act {
	border-bottom: 3px solid #2e5b66 !important;
	padding: 0 0 5px 0 !important;
}
.header-inner .pt_custommenu div.pt_menu .parentMenu a,
.header-inner .pt_custommenu div.pt_menu .parentMenu span.block-title {
    font-weight: 600;
}

/*************************************************************************************/
/* Home Header Style */
/*************************************************************************************/
.cms-index-index .page-wrapper .header-inner .secondary-logo,
.cms-quienes-somos .page-wrapper .header-inner .secondary-logo {
    display: block;
}
.cms-index-index .page-wrapper .header-inner .primary-logo,
.cms-quienes-somos .page-wrapper .header-inner .primary-logo {
    display: none;
}
.cms-index-index .page-wrapper .fix-nav-ozmegamenu,
.cms-quienes-somos .page-wrapper .fix-nav-ozmegamenu {
	background: rgba(46,91,102, 0.7) !important;
}
.cms-quienes-somos .header-inner .pt_custommenu div.pt_menu .parentMenu > a.act {
	border-bottom: 3px solid #fff !important;
}
@media only screen and (max-width: 991px) {
    .cms-index-index .page-wrapper #lucian_header123 .header-inner .secondary-logo,
    .cms-quienes-somos .page-wrapper #lucian_header123 .header-inner .secondary-logo {
        display: none;
    }
    .cms-index-index .page-wrapper #lucian_header123 .header-inner .primary-logo,
    .cms-quienes-somos .page-wrapper #lucian_header123 .header-inner .primary-logo {
        display: block;
        max-width: 100%;
    }
    .mobile-bar-icon {
        color: #2e5b66;
    }
}
@media only screen and (min-width: 991px) {    
    .cms-index-index #lucian_header123,
    .cms-quienes-somos #lucian_header123 {
        position: absolute;
        width: 100%;
    }
    .cms-index-index #lucian_header123 .nav-ozmegamenu-inner,
    .cms-quienes-somos #lucian_header123 .nav-ozmegamenu-inner {
        margin: 0;
    }
    .cms-index-index #lucian_header123 .header-inner,
    .cms-quienes-somos #lucian_header123 .header-inner {
        padding: 40px 0 20px;
    }
    .cms-index-index .header-inner .block_search .actions .action.search::before,
    .cms-quienes-somos .header-inner .block_search .actions .action.search::before {
        background: url('images/search_white.png') no-repeat;
        background-size: contain;
    }
    .cms-index-index .header-inner .minicart-wrapper > a.action,
    .cms-quienes-somos .header-inner .minicart-wrapper > a.action {
        background: url('images/cart_icon_white.png') no-repeat;
        background-size: contain;
    }
    .cms-index-index #lucian_header123 .header-inner .pt_custommenu div.pt_menu .parentMenu a,
    .cms-quienes-somos #lucian_header123 .header-inner .pt_custommenu div.pt_menu .parentMenu a,
    .cms-index-index #lucian_header123 .header-inner .pt_custommenu div.pt_menu .parentMenu span.block-title,
    .cms-quienes-somos #lucian_header123 .header-inner .pt_custommenu div.pt_menu .parentMenu span.block-title {
        color: #fff;
    }
    .cms-index-index .header-inner .pt_custommenu div.pt_menu .parentMenu .pt_cate.act,
    .cms-quienes-somos .header-inner .pt_custommenu div.pt_menu .parentMenu .pt_cate.act {
        border-bottom: 4px solid #fff !important;
    }
    .cms-index-index .page-wrapper .header-inner,
    .cms-quienes-somos .page-wrapper .header-inner {
        background: transparent;
    }
}

/*************************************************************************************/
/*Home Inner */
/*************************************************************************************/
.cms-index-index .corporate-about {
	background: #131313;
}
.cms-index-index .corporate-about .corporate {
	padding: 100px 0 40px 0;
	border-bottom: 1px solid #000000;
}
.cms-index-index .corporate-about .corporate .col-sm-4 {
    float: none;
    margin: 0 auto;
}
.cms-index-index .home-customer {
    color: #fff;
}
.cms-index-index .home-customer h2 {
	font-size: 50px;
    color: #fff;
    font-family: 'Butler', sans-serif;
}
.cms-index-index .home-customer p {
	font-size: 16px;
	margin: 40px 0 70px 0;
    line-height: 40px;
    font-family: 'Effra', sans-serif;
}
.cms-index-index .home-customer div {
	font-size: 42px;
    line-height: 40px;
    margin-bottom: 60px;
    font-family: 'Butler', sans-serif;
}
.cms-index-index .banner-home4 {
	background: #000;
}
.cms-index-index .banner-home {
	padding: 40px 30px 20px 30px;

}
.cms-index-index .banner-home .col-sm-6 {
    margin-top: 30px;
}
.cms-index-index .banner-home .row > div:last-child .box-col:first-child {
	margin-bottom: 0;
}
.cms-index-index .banner-home .brand-link {
	position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
}
.cms-index-index .banner-home .brand-link a{
    background: #ff7c3c;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    font-family: 'Effra', sans-serif;
}
.cms-index-index .banner-home .brand-link .brand-logo {
    font-family: 'Butler', sans-serif;
}
.cms-index-index .pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-prev::before {
	content: "";
    background: url('images/prev.png');
}
.cms-index-index .pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next::before {
	content: "";
    background: url('images/next.png');
}
.cms-index-index .pt-banner-container:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: none;
	border: none;
}
.cms-index-index .pt-banner-container:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
	background: none;
	border: none;
}
.cms-index-index .pt-banner-container .owl-theme .owl-controls .owl-buttons div {
	width: 48px;
	height: 48px;
}
.cms-index-index .home-categories {
	background: #000;
}
.cms-index-index .home-categories .banner-home {
    padding: 10px 30px 1px 30px;
}
.cms-index-index .home-categories .banner-home .row {
    margin-bottom: 30px;
}
.cms-index-index .home-categories .banner-home .brand-logo {
	font-size: 60px;
	color: #fff;
	margin-bottom: 15px;
}
.cms-index-index .home-history {
	background: #000;
}
.cms-index-index .home-history .banner-home {
    padding: 0 30px 30px 30px;
}
.cms-index-index .home-history .banner-home .brand-link a {
    background: #2e5b66;
    padding: 10px 50px;
}
.cms-index-index .home-history .banner-home .brand-link h2 {
    color: #fff;
    font-size: 50px;
    width: 300px;
    margin: 0 auto 50px auto;
    line-height: 40px;
    font-family: 'Butler', sans-serif;
}
.cms-index-index .home-history .banner-home .brand-link p {
    color: #fff;
    width: 300px;
    margin: 0 auto 60px auto;
}
.cms-index-index .owl-theme .owl-controls {
    margin-top: 0;
}

.cms-index-index .pt-banner-container .pt-banner-caption .pt-banner-content {
    bottom: 13%;
    left: 0;
    text-align: center;
    top: unset;
}
.cms-index-index .pt-banner-container .pt-banner-caption .pt-banner-content a {
    background: #2e5b66;
    font-family: 'Effra', sans-serif;
    font-weight: 500;
}

/*************************************************************************************/
/* Footer New */
/*************************************************************************************/
.footer-container .footer-new {
	background: #2e5b66;
	padding: 50px 0;
}
.footer-logo {
	float: left;
}
.footer-logo img {
	width: 130px;
}
.footer-menu {
	margin-left: 50px;
	float: left;
}
.footer-menu ul li a {
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Effra', sans-serif;
}
.footer-social {
	text-align: right;
}
.footer-social li {
	display: inline-block;
	margin-right: 15px;
}
.footer-social li img {
	height: 35px;
}
.footer-copyright-wrapper {
	margin-top: 70px;
}
.footer-copyright-wrapper .copyright {
	background: none;
	text-align: right;
}
.footer-copyright-wrapper .copyright span {
	margin-left: 40px;
	font-weight: 600;
    font-family: 'Effra', sans-serif;
}
.footer-copyright-wrapper .copyright span a {
	color: #fff;
}

/*************************************************************************************/
/* Category Page */
/*************************************************************************************/
.page-products.page-layout-1column .block.filter,
.page-products.page-layout-1column .toolbar.toolbar-products,
.catalog-category-view .breadcrumbs,
.catalog-category-view .page-title-wrapper,
.contact-index-index .page-title-wrapper {
    display: none;
}
.page-products.page-layout-1column .products-grid .product-items .product-item {
	width: 23%;
    margin-right: 2.5%;
}
.page-products.page-layout-1column .products-grid .product-items .product-item:nth-child(4n) {
    margin-right: 0;
}
.page-products.page-layout-1column .products-grid .product-item-info {
	width: 100%;
}
.product-item .product-item-info .product-item-inner {
	/*display: none;*/
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}

.product-item .product-item-info .product-item-inner .action.tocart.primary {
	width: 50px;
	height: 50px;
	padding: 10px 15px;
	border-radius: 50%;
	background: #2e5b66;
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.product-item:hover .product-item-info .product-item-inner .action.tocart.primary {
    transform: scale(1);
}
.product-item .product-item-info .product-item-inner .action.tocart.primary:after {
    background: url(images/cart-icon.png) no-repeat;
    width: 25px;
    height: 25px;
    content: "";
    display: block;
    background-size: contain;
}
.product-item .product-item-info .product-item-inner .action.tocart.primary span {
    display: none;
}
.product-item-actions .actions-secondary > .action {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 13px 12px;
    background: #2e5b66;
}
.products.list.items .product-item-info .product-item-inner .action.towishlist {
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; 
}
.products.list.items .product-item:hover .product-item-info .product-item-inner .action.towishlist {
    transform: scale(1);
}
.products.list.items .product-item:hover .product-image-container {
    -moz-box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
}
.products.list.items .product-item-info .product-item-inner .action.towishlist::before {
    content: "";
    background: url(images/wishlist.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}
.product.details.product-item-details {
    text-align: center;
}
.product.details.product-item-details .product.name a {
	font-size: 12px;
    font-weight: 700;
    color: #2e5b66;
    font-family: 'Effra', sans-serif;
}
.product-item .product-item-info .price-box .price {
	font-size: 12px;
	font-weight: 700;
    color: #2e5b66;
}
.product-item .product-item-info .price-box {
	margin: 0;
}
.product-item .product-item-info .product-item-name {
	margin-top: 15px;
	line-height: 14px;
    margin-bottom: 0;
}
.products-grid .load-more {
	font-size: 13px;
	background: #2e5b66;
}

/*************************************************************************************/
/* Contact Us */
/*************************************************************************************/
.contact-index-index .main-content > .container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.contact-index-index .main-content > .container .column.main {
    background: #eee;
}
.contact-index-index .contact-us {
    margin: 0;
}
.contact-index-index #maincontent {
    padding: 0;
}
.contact-index-index .contact-us img {
	width: 100%;
}
.contact-index-index .contact-content {
	text-align: center;
	margin-top: 60px;
	color: #2e5b66;
    margin-bottom: 60px;
}
.contact-index-index .contact-content h1.page-title {
	text-transform: lowercase;
	color: #2e5b66;
	font-size: 60px;
    font-family: 'Butler', sans-serif;
    font-weight: 500;
}
.contact-index-index .contact-content p {
    margin-bottom: 40px;
    font-size: 25px;
    font-family: 'Effra', sans-serif;
    line-height: 40px;
}
.contact-index-index .contact-content span {
	display: block;
}
.contact-index-index .contact-content .container > span {
    font-family: 'Effra', sans-serif;
    font-size: 25px;
    line-height: 40px;
}
.contact-index-index .contact-content span a {
    color: #2e5b66;
}
.contact-index-index .contact-content .footer-social {
	text-align: center;
	margin-top: 50px;
}
.contact-index-index #contact-form {
	float: right !important;
	width: 40% !important;
    font-family: 'Effra', sans-serif;
}
.contact-index-index #contact-form .legend span {
    font-size: 24px;
    color: #2e5b66;
    font-weight: 500;
}
.contact-index-index #contact-form input,
.contact-index-index #contact-form textarea {
	background: none;
	border: none;
	border-bottom: 1px solid;
	box-shadow: none;
}
.contact-index-index #contact-form input {
    height: 16px;
}
.contact-index-index #contact-form textarea {
    height: 80px;
}
.contact-index-index #contact-form .label {
    font-weight: 400;
    color: #2e5b66;
    margin-bottom: 0;
}
.contact-index-index #contact-form .label:after {
    display: none;
}
.contact-index-index #contact-form .action.primary {
    background: #2e5b66;
}
.contact-index-index #contact-form .actions-toolbar {
    margin-left: 0;
}

/*************************************************************************************/
/* Product Page */
/*************************************************************************************/
.catalog-product-view .breadcrumbs,
.catalog-product-view .product-info-stock-sku,
.catalog-product-view .product.attribute.overview .type {
    display: none;
}
.catalog-product-view .product-info-main .product.attribute.overview {
	border: none;
	text-align: center;
	margin: 0;
	padding: 10px 0;
    color: #2e5b66;
    font-size: 16px;
    font-family: 'Effra', sans-serif;
    line-height: 30px;
}
.catalog-product-view .product-info-main .box-price-review {
	text-align: center;
}
.catalog-product-view .product-info-main .price-box .price-wrapper .price,
.catalog-product-view .product-options-bottom .price-box .price {
    color: #2e5b66;
    font-size: 30px;
    font-weight: 600;
}
.catalog-product-view .product-info-main .price-box .price-label {
    display: none !important;
}
.catalog-product-view .product-info-main #product-options-wrapper .fieldset .configurable .label span {
    font-size: 21px;
}
.catalog-product-view #maincontent {
    background: #f6f6f6;
}
.catalog-product-view .product-view {
	margin-top: 50px;
}
.catalog-product-view .page-title-wrapper.product {
	text-align: center;
}
.catalog-product-view .page-title-wrapper.product h1 {
    color: #2e5b66;
    text-transform: capitalize;
    font-family: 'Effra', sans-serif;
}
.catalog-product-view .product-add-form {
	margin-top: 50px;
    text-align: center;
}
.catalog-product-view .product-info-main .action.towishlist {
    height: 52px;
    width: 52px;
    padding: 14px;
    background: transparent;
    border-color: #000;
    border-radius: 0;
}
.catalog-product-view .product-info-main .product-addto-links {
    margin: 0;
    display: inline-block;
}
.catalog-product-view .product-info-main .action.towishlist span {
    background: url('images/wishlist_product.png') no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    display: block;
}
.catalog-product-view .product-info-main .box-tocart {
    display: inline-block;
    margin: 0 5px 0 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty {
    padding-right: 10px;
}
.catalog-product-view .product-info-main .box-tocart .input-text.qty {
    display: none;
}
.catalog-product-view .product-info-main .box-tocart input::-webkit-outer-spin-button,
.catalog-product-view .product-info-main .box-tocart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog-product-view .product-info-main .box-tocart input[type=number] {
  -moz-appearance: textfield;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control {
    position: relative;
}
.catalog-product-view .product-info-main .quantity-controls.quantity-plus {
	position: absolute;
	right: 15px;
	top: 50%;
    transform: translateY(-50%);
    color: #2e5b66;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Effra', sans-serif;
}
.catalog-product-view .product-info-main .quantity-controls.quantity-minus {
	position: absolute;
	left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #2e5b66;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Effra', sans-serif;
}
.catalog-product-view div.product-info-main .box-tocart .fieldset .actions button::before {
    background: url('images/cart_icon_white.png') no-repeat;
    content: "";
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.catalog-product-view .product-info-main #product-addtocart-button {
    display: none;
}
.catalog-product-view .product-info-main #product-options-wrapper .fieldset .configurable .control select {
    background: #f5f5f5;
}
.catalog-product-view .product-info-main .product-reviews-summary {
    margin-bottom: 20px;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary {
    text-align: center;
}
.catalog-product-view .product-reviews-summary .rating-summary .rating-result {
    width: 135px;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary .rating-result::before {
    content: "\f005  \f005  \f005  \f005  \f005";
    font-size: 18px;
    height: 18px;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary .rating-result > span::before {
    content: "\f005  \f005  \f005  \f005  \f005";
    color: #FFA500;
    font-size: 18px;
    height: 18px;
}
.catalog-product-view .product-info-main .reviews-summary-count {
	display: block;
	margin-top: 10px;
	color: #2e5b66;
    font-weight: 600;
    font-family: 'Effra', sans-serif;
    font-size: 18px;
}
.catalog-product-view .product.info.detailed {
	display: none;
}
.catalog-product-view .product-media {
	background: #eee;
}
.catalog-product-view .page-title-wrapper.product .page-title {
    font-size: 24px;
}
.catalog-product-view .product-view > .row {
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
}
.catalog-product-view .product-view > .row > .col-xs-12 {
    padding: 0;
}
.catalog-product-view .block.related {
    margin-top: 80px;
}
.catalog-product-view .block.related .actions .action.tocompare,
.catalog-product-view .block.related .product-reviews-summary.empty {
    display: none !important;
}
.catalog-product-view .block.related .ma-content .item-inner .des .product-item-name {
    margin: 0;
    line-height: 14px;
}
.catalog-product-view .block.related .ma-content .item-inner .des .product-item-name a::after {
    border: none;
    margin: 0;
}
.catalog-product-view .block.related .ma-content .item-inner .des .product-item-name a {
    text-transform: none;
    font-size: 12px;
    font-weight: 700;
    color: #2e5b66;
}
.catalog-product-view .block.related .products-item .ma-content .price-box .price {
    font-size: 12px;
    font-weight: 700;
    color: #2e5b66;
}
.catalog-product-view .block.related .ma-content .item-inner .image-container .actions {
    margin: 0;
}
.catalog-product-view .block.related .ma-content .item-inner .image-container .actions button.tocart {
    width: 50px;
    height: 50px;
    padding: 10px 15px;
    border-radius: 50%;
    background: #2e5b66;
    border: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.catalog-product-view .block.related .ma-content .item-inner .image-container .actions button.tocart::before {
    background: url(images/cart-icon.png) no-repeat;
    width: 25px;
    height: 25px;
    content: "";
    display: block;
    background-size: contain;
}
.catalog-product-view .block.related .ma-content .item-inner .image-container .actions .towishlist {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 13px 12px;
    background: #2e5b66;
    border: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.catalog-product-view .block.related .ma-content .item-inner .image-container .actions .towishlist::before {
    content: "";
    background: url(images/wishlist.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}
.catalog-product-view .block.related .ma-title {
    text-align: left;
    font-size: 18px;
    text-transform: none;
    background: none;
    margin: 0;
}
.catalog-product-view .block.related .ma-title h2 {
    color: #2e5b66;
    font-size: 30px;
}
.catalog-product-view .box-tocart .fieldset{
    display: flex;
    flex-wrap: wrap;
}

/*************************************************************************************/
/* About us Page */
/*************************************************************************************/
.cms-quienes-somos .breadcrumbs {
    display: none;
}
.about-content-top {
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
}
.about-content-top-inner{
	width: 60%;
	margin: 100px auto 60px;
	text-align: center;	
}
.about-content-top-inner h4 {
    font-size: 25px;
}
.about-content-top-inner h4,
.about-content-top-inner p {
    color: #2e5b66;
}
.about-content-top-inner p {
    font-size: 19px;
    line-height: 30px;
}
.about-content-bottom .col-sm-5 p {
    padding-left: 30px;
    color: #2e5b66;
    font-size: 19px;
    line-height: 30px;
}

.cms-quienes-somos .pt-banner-container {
    position: relative;
}
.cms-quienes-somos .pt-banner-container h2 {
    color: #fff;
    font-size: 75px;
    width: 300px;
    margin: 0 auto 50px auto;
    line-height: 70px;
    font-family: 'Butler', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

/*************************************************************************************/
/* Mobile Version */
/*************************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-inner .minicart-wrapper > a.action {
        margin-top: 0;
    }
    .header-inner .action.search {
        margin-top: -5px;
    }
    .cms-index-index .corporate-about .corporate {
        padding: 30px 0 20px 0;
    }
    .cms-index-index .corporate-about .corporate .col-sm-4 {
        width: 100%;
    }
    .cms-index-index .home-customer h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .cms-index-index .home-customer div {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .cms-index-index .home-customer p {
        margin: 10px 0 20px 0;
        line-height: 30px;
    }
    .cms-index-index .banner-home {
        padding: 0px 30px 20px 30px;
    }
    .page-products.page-layout-1column .products-grid .product-items .product-item {
        width: 32%;
        margin-right: 2%;
    }
    .page-products.page-layout-1column .products-grid .product-items .product-item:nth-child(2n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .cms-quienes-somos .about-content-top-inner {
        width: 100%;
        margin: 30px auto 30px;
        text-align: center;
    }
    .cms-quienes-somos .pt-banner-container h2 {
        font-size: 50px;
        margin: 0 auto 0 auto;
        line-height: 50px;
    }
    .cms-index-index .corporate-about .corporate {
        padding: 20px 0;
        border-bottom: 1px solid #000000;
    }
    .cms-index-index .home-customer p {
        font-size: 16px;
        margin: 20px 0 20px 0;
        line-height: 20px;
    }
    .cms-index-index .banner-home {
        padding: 0px 30px 20px 30px;
    }
    .cms-index-index .home-history .banner-home .brand-link h2 {
        font-size: 40px;
        margin: 0 auto 25px auto;
        line-height: 35px;
    }
    .cms-index-index .home-history .banner-home .brand-link p {
        margin: 0 auto 10px auto;
    }
    .footer-copyright-wrapper {
        margin-top: 20px;
    }
    .footer-container .footer-new .container .row .col-sm-6 {
        display: block;
        overflow: hidden;
    }
    .footer-container .footer-new .container .row .footer-left {
        display: flex;
        justify-content: center;
    }
    .footer-container .footer-new .container .row .footer-social {
        text-align: center;
        margin-top: 20px;
    }
    .footer-copyright-wrapper .copyright span {
        margin-left: 20px;
    }
    .header-inner .minicart-wrapper > a.action {
        margin-top: 0;
    }
    .header-inner .action.search {
        margin-top: -5px;
    }
    .page-products.page-layout-1column .products-grid .product-items .product-item {
        width: 49%;
        margin-right: 2%;
    }
    .page-products.page-layout-1column .products-grid .product-items .product-item:nth-child(2n) {
        margin-right: 0;
    }
    .page-wrapper .col-main .page-title-wrapper .container .page-title {
        margin-top: 10px;
        margin-bottom: 0;
    
    }
    .catalog-product-view .product-info-main {
        padding: 0 10px;
    }
    .catalog-product-view .product-info-main .product.attribute.overview {
        padding: 0;
    }
    .catalog-product-view .product-add-form {
        margin-top: 20px;
    }
    .catalog-product-view .product-info-main .product-reviews-summary {
        margin-bottom: 0;
    }
    .box-search {
        margin-right: 45px;
    }
    .header-inner .block_search .actions .action.search::before {
        margin-right: 15px;
    }
    .header-inner .block_search .control input {
        right: 45px;
    }
}
@media only screen and (max-width: 639px) {
    .page-products.page-layout-1column .products-grid .product-items .product-item {
        margin-bottom: 10px;
    }
    .cms-index-index .home-history .banner-home .brand-link h2 {
        font-size: 30px;
        margin: 0 auto 5px auto;
        line-height: 20px;
    }
    .cms-index-index .home-history .banner-home .brand-link p {
        margin: 0 auto;
    }
    .cms-quienes-somos .pt-banner-container h2 {
        font-size: 40px;
        margin: 0 auto 0 auto;
        line-height: 40px;
    }
}
@media only screen and (max-width: 450px) {
    .cms-index-index .home-categories .banner-home .brand-logo {
        font-size: 30px;
        margin-bottom: 0;
    }
    .cms-index-index .banner-home .brand-link a {
        padding: 5px 15px;
        margin-top: 15px;
    }
    .cms-index-index .banner-home4 .banner-home {
        padding: 10px;
    }
    .cms-index-index .home-history .banner-home {
        padding: 0 10px 10px 10px;
    }
    .cms-index-index .home-categories .banner-home {
        padding: 0px 10px 1px 10px;
    }
    .cms-index-index .home-categories .banner-home .row {
        margin-bottom: 10px;
    }
    .cms-index-index .banner-home4 .banner-home .box-col {
        margin-bottom: 0;
    }
    .cms-index-index .banner-home4 .banner-home {
        padding-top: 0;
    }
    .cms-index-index .banner-home4 .banner-home .col-sm-6 {
        margin-top: 10px;
    }
    .cms-index-index .corporate-about .corporate {
        padding: 20px 0 20px 0;
    }
    .cms-index-index .home-customer h2 {
        font-size: 30px;
    }
    .cms-index-index .home-customer p {
        font-size: 14px;
        margin: 15px 0 20px 0;
        line-height: 25px;
    }
    .cms-index-index .home-customer div {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .cms-index-index .home-history .banner-home .brand-link h2 {
        font-size: 18px;
        margin: 0 auto;
        line-height: 18px;
    }
    .cms-index-index .home-history .banner-home .brand-link p {
        margin: 0 auto 5px auto;
        line-height: 14px;
        font-size: 12px;
    }
    .cms-index-index .home-history .banner-home .brand-link a {
        margin-top: 0;
        padding: 0 20px;
        font-size: 12px;
    }
    .cms-quienes-somos .pt-banner-container h2 {
        font-size: 30px;
        margin: 0 auto 0 auto;
        line-height: 30px;
    }
}

.action.tocart.primary,
div.price-box.price-final_price,
div.product-options-bottom {
  display: none !important;
}

#product_addtocart_form {
  display: none !important;
}