@font-face {
  font-family: 'porto';
  src: url("../fonts/porto.eot?43147562");
  src: url("../fonts/porto.eot?43147562#iefix") format("embedded-opentype"), url("../fonts/porto.woff?43147562") format("woff"), url("../fonts/porto.ttf?43147562") format("truetype"), url("../fonts/porto.svg?43147562#porto") format("svg");
  font-weight: normal;
  font-style: normal; }
.theme-color {
  color: #cda15e; }

.action.primary {
  background: #cda15e;
  border-color: #cda15e; }

body {
  font-size: 13px;
  background-color: #d9d9d9;
  color: #777; }

.page-main {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px; }

.columns .column.main {
  background: #fff; }

.page-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  position: relative; }

.page-title-wrapper h1 {
  font-size: 20px;
  color: #332D28; }

#totop {
  height: 40px;
  position: fixed;
  right: 15px;
  width: 40px;
  z-index: 9999;
  bottom: 0;
  background-color: #404040;
  font-size: 16px;
  color: #cda15e;
  text-align: center;
  line-height: 1;
  padding: 11px 0;
  display: none;
  border-radius: 5px 5px 0 0; }

#totop:hover {
  background-color: #555; }

.block-category-nav {
  margin-bottom: 15px; }
  .block-category-nav .block-title {
    border-radius: 4px 4px 0 0;
    background: #121214;
    border-bottom: solid 1px #242423;
    padding: 18px 0 14px 20px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #EEC873;
    line-height: 1.2; }
  .block-category-nav .block-content {
    border-radius: 0 0 4px 4px;
    background: #222222;
    color: #fff; }
  .block-category-nav .category-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .block-category-nav .category-list a {
      color: #fff;
      outline: none; }
      .block-category-nav .category-list a:hover, .block-category-nav .category-list a:active, .block-category-nav .category-list a:focus, .block-category-nav .category-list a.active {
        outline: none;
        color: #EEC873;
        text-decoration: none; }
    .block-category-nav .category-list > li {
      border-bottom: solid 1px #000;
      padding: 2px 0 2px 20px;
      margin: 0;
      position: relative; }
      .block-category-nav .category-list > li > a {
        font-size: 14px;
        line-height: 2.5;
        display: block;
        position: relative;
        z-index: 1; }
      .block-category-nav .category-list > li.has-children > a:after {
        content: '\e854';
        font-family: "porto";
        font-style: normal;
        font-weight: normal;
        color: #5E5247;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 16px;
        line-height: 1; }
      .block-category-nav .category-list > li.active > a:after {
        content: '\e855'; }
      .block-category-nav .category-list > li.active ul {
        display: block; }
      .block-category-nav .category-list > li ul {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none; }
        .block-category-nav .category-list > li ul li {
          padding-left: 20px; }
          .block-category-nav .category-list > li ul li a {
            display: block; }

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  position: absolute;
  bottom: 0; }
  .slick-dots li {
    display: inline-block;
    padding: 7px;
    margin: 0; }
    .slick-dots li button {
      padding: 0;
      display: block;
      width: 8px;
      height: 8px;
      background: #a0a09f;
      border-radius: 50%;
      border: none; }
    .slick-dots li:hover button, .slick-dots li.slick-active button {
      background: #cda15e; }

.fieldset > .legend {
  font-size: 16px;
  color: #cda15e;
  text-transform: uppercase;
  margin: 0 0 20px;
  border: none; }

.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
  width: 100%;
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #cda15e;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08); }
  .form.password.reset .fieldset > .legend,
  .form.send.confirmation .fieldset > .legend,
  .form.password.forget .fieldset > .legend,
  .form.create.account .fieldset > .legend,
  .form.search.advanced .fieldset > .legend,
  .form.form-orders-search .fieldset > .legend {
    margin-left: 0; }

mark,
.mark,
.opc-block-summary {
  background: transparent; }

.opc-block-summary {
  padding: 0 30px 20px;
  margin: 0; }

.cart-totals {
  border-top: none; }

.cart-totals .grand .mark, .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .mark, .opc-block-summary .table-totals .grand .amount {
  padding-top: 8px; }

.checkoutmessage {
  text-align: center;
  background-color: #FF9;
  color: #F00;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px; }

.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.4rem;
  font-weight: 600; }

.table-checkout-shipping-method thead {
  display: none; }

.checkout-payment-method .step-title {
  border-bottom: 1px solid #cccccc; }

.opc .link-to-ffl {
  background: #f9f987;
  border-radius: 10px;
  margin: 20px 0;
  color: #333;
  padding: 15px; }

.amasty-popup h2 {
  margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .page-header + .nav-sections {
    display: none; }

  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    padding-right: 30px; }
  .page-layout-2columns-left .column.main {
    width: 75%;
    padding: 15px; }

  .columns .column.main {
    padding: 15px; }
    .columns .column.main:after {
      content: '';
      display: table;
      clear: both; }

  .breadcrumbs {
    margin: 0 0 10px; }

  .page-layout-1column .product.media {
    width: 41.6667%; }
  .page-layout-1column .product-info-main {
    width: 58.3333%;
    padding: 15px 15px 0; }

  .catalog-product-view .columns .column.main {
    padding: 0; }
    .catalog-product-view .columns .column.main .block {
      padding-left: 15px;
      padding-right: 15px; }

  .login-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .login-container .block-customer-login {
      order: 1;
      margin-left: auto; }
    .login-container .fieldset > .field > .control {
      width: 74.2%; }

  .opc-sidebar {
    margin-top: 0; } }
@media screen and (max-width: 767px) {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 0;
    padding-right: 0; }

  .columns .column.main {
    padding: 15px;
    margin-bottom: 15px; }

  .breadcrumbs {
    margin: 0 0 10px; }

  .page-with-filter .columns .sidebar-main {
    order: 1; }
  .page-with-filter .columns .sidebar-additional {
    order: 2; } }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "porto";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

.icon-spin1:before {
  content: '\e800'; }

.icon-spin2:before {
  content: '\e801'; }

.icon-spin3:before {
  content: '\e802'; }

.icon-spin4:before {
  content: '\e803'; }

.icon-spin5:before {
  content: '\e804'; }

.icon-spin6:before {
  content: '\e805'; }

.icon-firefox:before {
  content: '\e806'; }

.icon-chrome:before {
  content: '\e807'; }

.icon-opera:before {
  content: '\e808'; }

.icon-ie:before {
  content: '\e809'; }

.icon-phone:before {
  content: '\e80a'; }

.icon-down-dir:before {
  content: '\e80b'; }

.icon-cart:before {
  content: '\e80c'; }

.icon-up-dir:before {
  content: '\e80d'; }

.icon-mode-grid:before {
  content: '\e80e'; }

.icon-mode-list:before {
  content: '\e80f'; }

.icon-compare:before {
  content: '\e810'; }

.icon-wishlist:before {
  content: '\e811'; }

.icon-search:before {
  content: '\e812'; }

.icon-left-dir:before {
  content: '\e813'; }

.icon-right-dir:before {
  content: '\e814'; }

.icon-down-open:before {
  content: '\e815'; }

.icon-left-open:before {
  content: '\e816'; }

.icon-right-open:before {
  content: '\e817'; }

.icon-up-open:before {
  content: '\e818'; }

.icon-angle-left:before {
  content: '\e819'; }

.icon-angle-right:before {
  content: '\e81a'; }

.icon-angle-up:before {
  content: '\e81b'; }

.icon-angle-down:before {
  content: '\e81c'; }

.icon-down:before {
  content: '\e81d'; }

.icon-left:before {
  content: '\e81e'; }

.icon-right:before {
  content: '\e81f'; }

.icon-up:before {
  content: '\e820'; }

.icon-angle-double-left:before {
  content: '\e821'; }

.icon-angle-double-right:before {
  content: '\e822'; }

.icon-angle-double-up:before {
  content: '\e823'; }

.icon-angle-double-down:before {
  content: '\e824'; }

.icon-mail:before {
  content: '\e825'; }

.icon-location:before {
  content: '\e826'; }

.icon-skype:before {
  content: '\e827'; }

.icon-right-open-big:before {
  content: '\e828'; }

.icon-left-open-big:before {
  content: '\e829'; }

.icon-down-open-big:before {
  content: '\e82a'; }

.icon-up-open-big:before {
  content: '\e82b'; }

.icon-cancel:before {
  content: '\e82c'; }

.icon-user:before {
  content: '\e82d'; }

.icon-mail-alt:before {
  content: '\e82e'; }

.icon-fax:before {
  content: '\e82f'; }

.icon-lock:before {
  content: '\e830'; }

.icon-company:before {
  content: '\e831'; }

.icon-city:before {
  content: '\e832'; }

.icon-post:before {
  content: '\e833'; }

.icon-country:before {
  content: '\e834'; }

.icon-calendar:before {
  content: '\e835'; }

.icon-doc:before {
  content: '\e836'; }

.icon-mobile:before {
  content: '\e837'; }

.icon-clock:before {
  content: '\e838'; }

.icon-chat:before {
  content: '\e839'; }

.icon-tag:before {
  content: '\e83a'; }

.icon-folder:before {
  content: '\e83b'; }

.icon-folder-open:before {
  content: '\e83c'; }

.icon-forward:before {
  content: '\e83d'; }

.icon-reply:before {
  content: '\e83e'; }

.icon-cog:before {
  content: '\e83f'; }

.icon-cog-alt:before {
  content: '\e840'; }

.icon-wrench:before {
  content: '\e841'; }

.icon-quote-left:before {
  content: '\e842'; }

.icon-quote-right:before {
  content: '\e843'; }

.icon-gift:before {
  content: '\e844'; }

.icon-dollar:before {
  content: '\e845'; }

.icon-euro:before {
  content: '\e846'; }

.icon-pound:before {
  content: '\e847'; }

.icon-rupee:before {
  content: '\e848'; }

.icon-yen:before {
  content: '\e849'; }

.icon-rouble:before {
  content: '\e84a'; }

.icon-try:before {
  content: '\e84b'; }

.icon-won:before {
  content: '\e84c'; }

.icon-bitcoin:before {
  content: '\e84d'; }

.icon-ok:before {
  content: '\e84e'; }

.icon-chevron-left:before {
  content: '\e84f'; }

.icon-chevron-right:before {
  content: '\e850'; }

.icon-export:before {
  content: '\e851'; }

.icon-star:before {
  content: '\e852'; }

.icon-star-empty:before {
  content: '\e853'; }

.icon-plus-squared:before {
  content: '\e854'; }

.icon-minus-squared:before {
  content: '\e855'; }

.icon-plus-squared-alt:before {
  content: '\e856'; }

.icon-minus-squared-alt:before {
  content: '\e857'; }

.icon-truck:before {
  content: '\e858'; }

.icon-lifebuoy:before {
  content: '\e859'; }

.icon-pencil:before {
  content: '\e85a'; }

.icon-users:before {
  content: '\e85b'; }

.icon-video:before {
  content: '\e85c'; }

.icon-menu:before {
  content: '\e85d'; }

.icon-desktop:before {
  content: '\e85e'; }

.icon-doc-inv:before {
  content: '\e85f'; }

.icon-circle:before {
  content: '\e860'; }

.icon-circle-empty:before {
  content: '\e861'; }

.icon-circle-thin:before {
  content: '\e862'; }

.icon-mini-cart:before {
  content: '\e863'; }

.icon-paper-plane:before {
  content: '\e864'; }

.icon-attention-alt:before {
  content: '\e865'; }

.icon-info:before {
  content: '\e866'; }

.icon-compare-link:before {
  content: '\e867'; }

.page-header .panel.header {
  padding: 0; }
  .page-header .panel.header .links {
    display: block;
    padding: 0;
    margin: 0;
    text-align: right;
    list-style: none; }
    .page-header .panel.header .links li {
      display: inline-block;
      margin: 0; }
      .page-header .panel.header .links li a {
        display: block;
        font-size: 10pt;
        padding: 0 15px;
        line-height: 19px;
        border-right: 1px solid #666;
        color: #222; }
      .page-header .panel.header .links li:last-child a {
        border: none; }
.page-header .header-wrapper,
.page-header .header.content {
  padding: 0 15px; }
.page-header .logo {
  margin-bottom: 10px; }
.page-header .main-nav .menu {
  padding: 0 15px; }
.page-header .block-search {
  float: none;
  width: 100%;
  flex: 1;
  max-width: 450px;
  margin: 0 auto; }
  .page-header .block-search .block-content {
    border: 5px solid #333;
    border-radius: 5px; }
  .page-header .block-search .control {
    padding: 0;
    border: none; }
  .page-header .block-search input {
    background: #fff;
    border: none;
    height: 38px;
    padding: 10px 25px 10px 15px;
    font-size: 13px; }
  .page-header .block-search .action.search {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .page-header .block-search .action.search:before {
      color: #333333; }
.page-header .minicart-wrapper .action.showcart {
  color: #393f4f;
  position: relative;
  width: 50px;
  text-align: center;
  padding: 2px 0; }
  .page-header .minicart-wrapper .action.showcart:before {
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    content: '\e80c';
    color: #393f4f;
    line-height: 1em; }
  .page-header .minicart-wrapper .action.showcart .counter.qty {
    display: block;
    position: absolute;
    text-align: center;
    width: 20px;
    top: 0;
    margin-top: 0;
    right: 10px;
    left: inherit;
    background-color: #fff;
    border-radius: 20px;
    height: 20px;
    color: #000;
    border: 1px solid #505050; }
    .page-header .minicart-wrapper .action.showcart .counter.qty .counter-number {
      font-size: 10pt;
      color: #333;
      line-height: 18px;
      display: block; }
@media screen and (min-width: 768px) {
  .page-header {
    margin-bottom: 12px; }
    .page-header .header.content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
    .page-header .minicart-wrapper {
      order: 99; }
    .page-header .main-nav .menu-wrapper {
      background-color: #121214;
      border-radius: 5px;
      -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35); }
    .page-header .main-nav .menu {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      list-style: none;
      margin-bottom: 0; }
      .page-header .main-nav .menu > li {
        display: inline-block;
        padding: 0;
        margin: 0;
        border-radius: 5px; }
        .page-header .main-nav .menu > li > a {
          font-size: 14pt;
          font-weight: 700;
          text-transform: uppercase;
          display: block;
          padding: 17px 20px 17px 0;
          margin-right: 10px;
          color: #fff; }
          .page-header .main-nav .menu > li > a:hover {
            color: #eec973;
            text-decoration: none; }
    .page-header .search-toggle {
      display: none; } }
@media screen and (max-width: 767px) {
  .page-header {
    padding-top: 10px; }
    .page-header.search-open .block-search {
      display: block; }
    .page-header .header-wrapper {
      display: none; }
    .page-header .logo {
      max-width: 200px; }
    .page-header .block-search {
      float: right;
      clear: both;
      margin-bottom: 10px;
      display: none; }
      .page-header .block-search .block-content {
        border: 3px solid #222;
        position: relative; }
      .page-header .block-search input {
        position: absolute !important;
        left: 0;
        top: 0;
        margin: 0;
        background: transparent; }
    .page-header .minicart-wrapper {
      margin-top: 0; }
    .page-header .nav-toggle {
      top: 0;
      left: 15px; }
      .page-header .nav-toggle:before {
        color: #121214; }
    .page-header .search-toggle {
      display: block;
      float: right;
      color: #393f4f;
      font-size: 26px;
      line-height: 38px;
      padding: 0 5px;
      text-decoration: none; }
      .page-header .search-toggle:before {
        content: '\e812';
        font-family: 'porto'; }
    .page-header .panel.header .links {
      display: none; }
      .page-header .panel.header .links li a {
        padding: 0 6px;
        font-size: 12px; } }
@media screen and (max-width: 374px) {
  .page-header .logo {
    max-width: 160px; } }

.social-icons {
  float: right; }
  .social-icons span.label {
    line-height: 30px;
    font-size: 13px;
    color: #8b8c8d;
    display: inline-block;
    padding: 0; }
  .social-icons a {
    background: url("../images/social-icons-sprite.png") 0 0 no-repeat #000;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-indent: -9999px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 10px;
    line-height: 30px; }
  .social-icons a:hover {
    background: url("../images/social-icons-hover-sprite.png") 0 0 no-repeat #E0E0E0;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-indent: -9999px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 10px;
    line-height: 30px; }

.footer.content {
  padding: 0; }
  .footer.content .footer-middle {
    background-color: #121214;
    color: #777;
    padding: 20px 0;
    font-size: 13px; }
    .footer.content .footer-middle .block {
      text-align: left;
      line-height: 1.5;
      border: 0;
      margin: 0;
      background-color: transparent;
      float: none;
      width: auto; }
      .footer.content .footer-middle .block .block-title {
        margin: 5px 0 20px; }
        .footer.content .footer-middle .block .block-title strong {
          font-weight: 400;
          padding: 0;
          font-size: 16px;
          line-height: inherit;
          color: #fff;
          text-transform: none; }
    .footer.content .footer-middle ul.links li {
      margin: 0;
      padding: 10px 0;
      line-height: 1;
      display: block; }
      .footer.content .footer-middle ul.links li i {
        margin-left: -5px; }
      .footer.content .footer-middle ul.links li a {
        color: #fff; }
    .footer.content .footer-middle .contact-info li {
      padding: 5px 0; }
    .footer.content .footer-middle .contact-info p {
      display: inline-block;
      vertical-align: top;
      margin: 0; }
    .footer.content .footer-middle .container .row > div:last-child {
      text-align: center; }
  .footer.content .footer-bottom {
    min-height: 50px;
    background-color: #0c0c0c;
    padding: 25px 0 15px; }
    .footer.content .footer-bottom a.logo {
      float: left;
      margin: 0 45px 0 0; }
      .footer.content .footer-bottom a.logo img {
        display: inline-block;
        vertical-align: middle; }
    .footer.content .footer-bottom .custom-block {
      float: left;
      margin-left: 60px; }
    .footer.content .footer-bottom address {
      margin: 0;
      float: right;
      line-height: 40px; }
    .footer.content .footer-bottom .container + .container {
      margin-top: 10px;
      text-align: center; }
  .footer.content .social-icons {
    float: left; }
    .footer.content .social-icons a {
      background-color: #9e9e9e;
      border-radius: 50%; }
      .footer.content .social-icons a:first-child {
        margin: 0; }
      .footer.content .social-icons a.icon1-class:hover {
        background-color: #3c599b; }
      .footer.content .social-icons a.icon3-class:hover {
        background-color: #C52E2E; }
  @media screen and (min-width: 768px) {
    .footer.content {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .footer.content .footer-middle {
      padding-bottom: 0; }
      .footer.content .footer-middle .row > div {
        margin-bottom: 30px; }
        .footer.content .footer-middle .row > div:last-child {
          margin-bottom: 0; }
    .footer.content .footer-bottom .social-icons {
      float: right; }
    .footer.content .footer-bottom .custom-block {
      margin-left: 0;
      float: none;
      clear: both;
      text-align: center;
      padding-top: 10px; }
    .footer.content .footer-bottom address {
      float: none;
      text-align: center; } }

.cms-index-index .owl-carousel {
  margin-bottom: 36px; }
@media screen and (max-width: 767px) {
  .cms-index-index .columns .column.main {
    padding-top: 0; }
  .cms-index-index .owl-carousel {
    margin: 0 -15px 20px; } }

.contacts-index-index .page-title,
.cms-page-view .page-title {
  border-bottom: solid 1px #E6E6E5;
  margin: 10px 0 20px;
  padding: 0 0 20px;
  border-radius: 3px 3px 0 0; }

.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
  margin: 0 0 .1em;
  padding: 0; }

.old-price {
  text-decoration: none; }
  .old-price .price {
    text-decoration: line-through; }

.cash-price .price-label,
.cash-price .price {
  font-weight: 700; }
.cash-price .price {
  color: #0C0; }

.catalog-category-view .page-title-wrapper {
  display: none; }

.block.grid .block-title {
  color: #313131;
  border-bottom: 1px dotted #DDD;
  margin-bottom: 10px;
  line-height: 2;
  font-size: 16px;
  text-transform: uppercase; }
  .block.grid .block-title strong {
    font-weight: 700; }

.page-products .products-grid .product-items,
.block.widget .products-grid .product-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.page-products .products-grid .product-item,
.block.widget .products-grid .product-item {
  font-size: 13px; }
  .page-products .products-grid .product-item .product-item-info,
  .block.widget .products-grid .product-item .product-item-info {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .page-products .products-grid .product-item .product-item-details,
  .block.widget .products-grid .product-item .product-item-details {
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .page-products .products-grid .product-item .price-box,
  .block.widget .products-grid .product-item .price-box {
    margin: auto 0 15px; }
  .page-products .products-grid .product-item .product-item-actions,
  .block.widget .products-grid .product-item .product-item-actions {
    margin: 0; }
  .page-products .products-grid .product-item .price-box .price-label,
  .block.widget .products-grid .product-item .price-box .price-label {
    font-size: 13px; }
  .page-products .products-grid .product-item .price-box .price,
  .block.widget .products-grid .product-item .price-box .price {
    font-size: 13px;
    font-weight: 400; }
  .page-products .products-grid .product-item .product-item-name a,
  .block.widget .products-grid .product-item .product-item-name a {
    font-weight: 700;
    font-size: 14px; }
  .page-products .products-grid .product-item .short-desc,
  .block.widget .products-grid .product-item .short-desc {
    margin-bottom: 15px; }
  .page-products .products-grid .product-item .product-item-photo,
  .block.widget .products-grid .product-item .product-item-photo {
    display: block; }
  .page-products .products-grid .product-item .product-item-actions .actions-primary .action.primary,
  .block.widget .products-grid .product-item .product-item-actions .actions-primary .action.primary {
    padding: 5px 10px;
    border-color: #cda15e;
    background: #cda15e; }
    .page-products .products-grid .product-item .product-item-actions .actions-primary .action.primary:before,
    .block.widget .products-grid .product-item .product-item-actions .actions-primary .action.primary:before {
      content: '\e80c';
      font-family: "porto";
      font-style: normal;
      font-weight: normal;
      margin: 0 0.2em 0 0; }
    .page-products .products-grid .product-item .product-item-actions .actions-primary .action.primary:hover,
    .block.widget .products-grid .product-item .product-item-actions .actions-primary .action.primary:hover {
      border-color: #cda15e;
      background: #cda15e; }
  .page-products .products-grid .product-item .product-item-actions .actions-primary .stock.unavailable,
  .block.widget .products-grid .product-item .product-item-actions .actions-primary .stock.unavailable {
    color: #333;
    background-color: #fff;
    font-size: 14px;
    padding: 0 10px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc; }
@media screen and (min-width: 640px) {
  .page-products .products-grid .product-item,
  .block.widget .products-grid .product-item {
    width: 33.3333%;
    margin: 0 !important;
    padding: 10px;
    border-right: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd; } }

.toolbar-products {
  margin: 0;
  padding: 0; }
  .toolbar-products + .products {
    margin-top: 10px; }

.category-description h3, .category-description h4, .category-description h5 {
  font-size: 14px; }

.block.filter .block-title {
  display: none; }
.block.filter .block-content .block-subtitle {
  display: none; }
.block.filter .filter-options .filter-options-title {
  border-radius: 4px 4px 0 0;
  background: #121214;
  border-bottom: solid 1px #242423;
  padding: 18px 0 14px 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 0; }
.block.filter .filter-options .filter-options-content {
  margin: 0 0 15px;
  border-radius: 0 0 4px 4px;
  background: #222222;
  color: #fff;
  padding: 10px 15px; }
  .block.filter .filter-options .filter-options-content .item {
    color: #E0BD6D;
    background: url(../images/block-layered-nav-marker.png) 0 7px no-repeat;
    padding-left: 13px;
    margin-bottom: 6px; }
    .block.filter .filter-options .filter-options-content .item a {
      color: #fff;
      line-height: 1.25; }
@media screen and (max-width: 767px) {
  .block.filter {
    margin-bottom: 20px; } }

.sidebar .block-products-list .block-title {
  background: #121214;
  padding: 18px 0 14px 20px;
  border-radius: 4px 4px 0 0;
  line-height: 1.2;
  border: none;
  margin: 0; }
  .sidebar .block-products-list .block-title strong {
    font-size: 17px;
    text-transform: uppercase;
    color: #EEC873; }
.sidebar .block-products-list .block-content {
  background: white;
  border-radius: 0 0 4px 4px; }
.sidebar .products-grid .product-items .product-item {
  width: 100%;
  padding: 15px 0 30px;
  border: none; }
  .sidebar .products-grid .product-items .product-item .product-item-info {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .sidebar .products-grid .product-items .product-item .product-item-info .product-item-photo {
      position: static;
      width: 85px; }
    .sidebar .products-grid .product-items .product-item .product-item-info .product-item-name a {
      font-size: 12px; }
    .sidebar .products-grid .product-items .product-item .product-item-info .product-item-details {
      margin: 0;
      padding: 0 5px 0 10px; }
      .sidebar .products-grid .product-items .product-item .product-item-info .product-item-details .actions-secondary {
        display: none; }
@media screen and (min-width: 992px) {
  .sidebar .products-grid .product-items .product-item .product-item-info {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
@media screen and (max-width: 991px) {
  .sidebar .products-grid .product-items .product-item .product-item-info {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
    .sidebar .products-grid .product-items .product-item .product-item-info .product-item-photo {
      width: 100%;
      margin: 0 0 10px; } }
@media screen and (max-width: 767px) {
  .sidebar .products-grid .product-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sidebar .products-grid .product-items .product-item {
      width: 50%;
      margin: 0; } }

.product.media .fotorama__stage {
  border: 1px solid #ddd;
  border-radius: 7px;
  margin-bottom: 10px; }
@media screen and (min-width: 768px) {
  .product.media {
    padding: 15px 15px 0; } }

.product-info-main .page-title-wrapper .page-title {
  color: #555;
  font-weight: 600; }
.product-info-main .product.attribute.overview {
  margin: 0 0 20px;
  padding: 5px 0 20px;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5; }
.product-info-main .stock {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #777;
  font-weight: 600 !important;
  text-transform: none !important; }
  .product-info-main .stock:before {
    content: 'Availability: '; }
  .product-info-main .stock.available span {
    color: #CDA15E; }
  .product-info-main .stock.unavailable span {
    color: #d83820; }
.product-info-main .price-box {
  margin: 0 0 20px; }
  .product-info-main .price-box .weee,
  .product-info-main .price-box .special-price,
  .product-info-main .price-box .old-price {
    margin: 0 0 0.1em;
    font-size: 13px;
    display: block;
    line-height: 1.35; }
    .product-info-main .price-box .weee .price-wrapper .price,
    .product-info-main .price-box .special-price .price-wrapper .price,
    .product-info-main .price-box .old-price .price-wrapper .price {
      font-weight: 400;
      font-size: 13px; }
    .product-info-main .price-box .weee .price-container,
    .product-info-main .price-box .special-price .price-container,
    .product-info-main .price-box .old-price .price-container {
      font-size: 13px; }
  .product-info-main .price-box .cash-price .price-wrapper .price {
    font-weight: 700;
    font-size: 13px; }
.product-info-main .product-social-links {
  text-align: left;
  margin: 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .product-info-main .product-social-links .product-addto-links {
    margin: 0 20px 0 0; }
.product-info-main .box-tocart div.mage-error[generated] {
  position: absolute; }
@media screen and (min-width: 768px) {
  .product-info-main .box-tocart .actions {
    padding: 0; }
  .product-info-main .page-title-wrapper .page-title {
    margin: 0 0 10px;
    font-size: 28px; } }

.product.info.detailed {
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .product.info.detailed {
      padding: 0 15px; }
      .product.info.detailed .additional-attributes {
        width: 100%; }
        .product.info.detailed .additional-attributes thead tr {
          border: 1px solid #dcdcdc; }
        .product.info.detailed .additional-attributes tbody tr {
          border-left: 1px solid #dcdcdc;
          border-right: 1px solid #dcdcdc;
          background-color: #fff; }
        .product.info.detailed .additional-attributes th {
          padding: 15px 10px;
          font-weight: bold; }
        .product.info.detailed .additional-attributes td {
          padding: 15px 10px; }
        .product.info.detailed .additional-attributes tbody > tr:first-child th, .product.info.detailed .additional-attributes tbody > tr:first-child td {
          border-top: 1px solid #ddd; }
        .product.info.detailed .additional-attributes tbody th,
        .product.info.detailed .additional-attributes tbody td {
          border-bottom: 1px solid #dcdcdc;
          border-right: 1px solid #dcdcdc;
          padding: 15px 10px !important; }
        .product.info.detailed .additional-attributes tbody td .option-label {
          font-weight: bold;
          font-style: italic; }
        .product.info.detailed .additional-attributes tbody td .option-value {
          padding-left: 10px; } }
  @media screen and (max-width: 767px) {
    .product.info.detailed .additional-attributes {
      margin-bottom: 0; } }

.product.data.items > .item.content {
  border: 1px solid #d1d1d1; }
  .product.data.items > .item.content > h2 {
    display: none; }
@media screen and (min-width: 768px) {
  .product.data.items > .item.title > .switch {
    height: 32px; } }
@media screen and (max-width: 767px) {
  .product.data.items > .item.title.active {
    margin-bottom: 0; }
    .product.data.items > .item.title.active > .switch {
      padding-bottom: 0;
      border-bottom: none; }
    .product.data.items > .item.title.active + .item.content {
      border-top: none; }
  .product.data.items > .item.title > .switch {
    height: auto;
    padding: 0 15px; }
  .product.data.items > .item.content {
    padding: 10px 15px 15px; } }

.amxnotif-block .notification-container {
  max-width: 380px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .amxnotif-block .notification-container .input-fields {
    flex: 1; }
    .amxnotif-block .notification-container .input-fields input {
      height: 36px; }
  .amxnotif-block .notification-container .actions-toolbar {
    margin: 0 0 0 10px !important;
    display: block;
    min-width: 0; }
    .amxnotif-block .notification-container .actions-toolbar .primary .action {
      margin-right: 0; }

.checkout-container .authentication-wrapper {
  margin-top: 0; }

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 100%; }
.opc-wrapper .amlocator-main-container {
  margin-bottom: 28px; }
  .opc-wrapper .amlocator-main-container .amlocator-map-container {
    height: auto;
    display: block; }
    .opc-wrapper .amlocator-main-container .amlocator-map-container:after {
      content: '';
      display: table;
      clear: both; }
    .opc-wrapper .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist,
    .opc-wrapper .amlocator-main-container .amlocator-map-container .amlocator-search-container {
      float: left; }
    .opc-wrapper .amlocator-main-container .amlocator-map-container .amlocator-stores-wrapper {
      max-height: 250px;
      overflow: auto; }
    .opc-wrapper .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
      width: 67%;
      height: 0;
      max-height: 800px;
      padding-left: 15px;
      padding-bottom: 67%;
      position: relative;
      float: right; }
    .opc-wrapper .amlocator-main-container .amlocator-map-container .amlocator-map {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 15px;
      width: calc(100% - 15px);
      height: calc(100% - 15px); }
.opc-wrapper .amlocator-store-desc .amlocator-block {
  margin: 5px;
  font-size: 12px; }
.opc-wrapper .amlocator-store-desc .amlocator-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 13px; }
.opc-wrapper .amlocator-search-radius .amlocator-select {
  min-width: 0; }
.opc-wrapper .checkout-payment-method .checkout-billing-address .step-title {
  margin-bottom: 15px; }
.opc-wrapper .checkout-payment-method .comment .payment-option-title,
.opc-wrapper .checkout-payment-method .comment .payment-option-content {
  padding-left: 0; }
.opc-wrapper .billing-address-step .link-to-ffl {
  display: none; }
.opc-wrapper .billing-address-step .field-select-billing {
  margin-top: 28px;
  margin-bottom: 20px; }
  .opc-wrapper .billing-address-step .field-select-billing > .label {
    display: none; }
.opc-wrapper .billing-address-step .actions-toolbar .primary {
  float: right; }
.opc-wrapper .billing-address-step .actions-toolbar .action-cancel {
  margin: 1px 20px 0 0;
  display: none; }
.opc-wrapper .billing-address-step .form-login > .fieldset {
  margin-bottom: 0; }
  .opc-wrapper .billing-address-step .form-login > .fieldset > .field {
    margin-bottom: 0; }
.opc-wrapper .billing-address-step .form-login .hidden-fields > .field {
  margin-top: 28px; }
.opc-wrapper .billing-address-step .billing-address-step-form {
  display: none; }
@media screen and (max-width: 767px) {
  .opc-wrapper .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .opc-wrapper .amlocator-main-container .amlocator-map-container .amlocator-map {
    width: 100%;
    left: 0; } }

/*# sourceMappingURL=styles.css.map */
