body {
  padding: 0;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
a:hover {
  color:#f08519;
}
select {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*
.row {
  margin:0;
}*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* Header */
.header-container .header .logo {
  max-width: 8rem;
  padding: 1rem 0;
  margin-left: 20%;
}


.product-item .product-info .product-name {
  min-height: 4rem;
}

.product-item .product-info .product-name a,
.product-list-item .product-info .product-name a,
.product-item .product-info .product-item-name a,
.product-list-item .product-info .product-item-name a,
.product-item .product-info .product.name a,
.product-list-item .product-info .product.name a {
  white-space: inherit;
}
.product-item .product-info .product-name:hover a,
.product-list-item .product-info .product-name:hover a,
.product-item .product-info .product-item-name:hover a,
.product-list-item .product-info .product-item-name:hover a,
.product-item .product-info .product.name:hover a,
.product-list-item .product-info .product.name:hover a {
  color: #f08519;
}

/* Header Breadcrumbs */
.cms-about-us .breadcrumbs,
.cms-contact-us .breadcrumbs,
.cms-return-policy .breadcrumbs,
.cms-shipping .breadcrumbs,
.cms-frequently-asked-questions .breadcrumbs,
.cms-privacy .breadcrumbs,
.cms-terms-conditions .breadcrumbs,
.cms-purchase-order .breadcrumbs,
.cms-customer-reviews .breadcrumbs {
  display: none;
}
/* Home Index */
.cms-index-index .page-main {
  max-width: 100%;
}

.cms-index-index .layout-1-col.row .col-main {
  padding: 0;
}
.featured_product {
    margin-bottom: 40px;
    margin-top: 3rem;
}

.categories-thumbnail h2.title,
.rokan-featured-heading h2.title,
.rokan-testimonial-heading h2.title,
.rokan-blog-heading h2.title {
    color: #000;
    font-size: 3rem;
    font-weight: 900;
    display: inline-block;
    position: relative;
}
.categories-thumbnail h2.title:before,
.rokan-featured-heading h2.title:before,
.rokan-testimonial-heading h2.title:before,
.rokan-blog-heading h2.title:before {
    content: '';
    display: inline-block;
    border-bottom: 1px solid #000;
    width: 5rem;
    position: absolute;
    bottom: 15px;
    left: -70px;
}
.categories-thumbnail h2.title:after,
.rokan-featured-heading h2.title:after,
.rokan-testimonial-heading h2.title:after,
.rokan-blog-heading h2.title:after {
  content: '';
  display: inline-block;
  border-top: 1px solid #3d84a7;
  width: 5rem;
  position: absolute;
  top: 23px;
  right: -4.9rem;
}
.rokan-featured-heading h2.title span,
.rokan-testimonial-heading  h2.title span,
.rokan-blog-heading  h2.title span {
      color: #3d84a7;
}


.banner_static .row-banner-middle-1,
.banner_static .row-banner-middle-2 {
  margin-bottom:30px;
}
.banner_static h4 {
  color:#3d84a7;
}
.banner_static .banner-content .text > a {
  color:#f08519;
}
.cms-index-index .section-services {
    background: #efefef;
    padding: 2rem 0;
    margin-bottom:0;
}

/* Category Porduct List */
.product-item .product-info, .product-list-item .product-info {
  overflow: inherit;
}
span.price,
.product-item .product-info .price-box .price,
.product-list-item .product-info .price-box .price,
.product-item .product-info .price-box .special-price .price,
.product-list-item .product-info .price-box .special-price .price {
  color: #3d84a7;
  font-weight: 600;
}

.product-item .action.tocart, .product-list-item .action.tocart {
  background: #f08519;
}

.product-item .addto-links-icons .add-to-links li a:hover,
.product-list-item .addto-links-icons .add-to-links li a:hover,
.product-item .action.tocart:hover, .product-list-item .action.tocart:hover {
  background: #3d84a7;
}
.category-top h1.category-title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 5%;
    bottom: 0;
    right: 0;
    display: block;
    align-items: center;
    margin: 0;
    padding: 0;
    text-align: center;
    background: none;
    font-size: 4rem;
    color: #000;
    font-family: 'GothamMedium','Helvetica Neue', Helvetica, Arial, sans-serif;
}
.category-top .breadcrumbs {
  text-align: center;
}
.category-top .category-description {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.category-top .category-description p {
    margin-bottom:0.25rem;
}
.rating-summary .rating-result span:before {
  color:#f08519;
}

.products.wrapper.list.products-list .product-info .product-item-name a {
  font-size: 1.4rem;
}

.product-item, .product-list-item {
  display: block;
  padding:0;
}
.products-list .product-item-info {
  display: block;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.products-list .product-item .product-item-info .item-inner {
  display: flex;
}
.products-list .product-item .product-photo {
width: 33.3333%;
    float: left;
    margin-right: 0;
    flex: 0 0 33.333%;
    padding-right: 2rem;
}
.products-list .product-item .product-info {
    margin-top: 0;
    flex: 0 0 calc(100% - 33.333%);
    max-width: calc(100% - 33.333%);
    position: relative;
}

.products-list .product-item strong.product-name {
  height:4rem;
}
.products-list .product-item .product-item-details {
      display: block;
}

.products-list .product-item .product-item-actions .actions-primary {
  width:100%;
}
.products-list .product-item .action.tocart span {
  background-color: #f08519;
  font-size: 1rem;
  padding: 1rem 0;
  width:100%;
}
.products-list .product-item .stock.unavailable span {
    vertical-align: middle;
    border: none;
    box-shadow: none;
    display: inline-block;
    background-color: #2d2d2d;
    color: #fff;
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    text-shadow: none;
    text-transform: capitalize;
    white-space: nowrap;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 2rem;
}
.products-list .product-item a.minimal-price-link {
  display: none;
}

.products-list .product-item .attribute.sku .value {
  display: inline-block;
}

.products-list .product-item .product-prices-tier {

}
.products-list .product-item .product-prices-tier ul.prices-tier {
  display: flex;
  padding:0;
}

.products-list .product-item .product-prices-tier ul.prices-tier li {
  display: inline-block;
  flex: 1;
  text-align: center;
}

.products-list .product-item .product-prices-tier ul.prices-tier li .prices-tier-qty,
.products-list .product-item .product-prices-tier ul.prices-tier li .prices-tier-price {
  display: block;
  padding: 0.5rem;
  border-top: 1px solid #e1e1e1;
}

.products-list .product-item .product-prices-tier ul.prices-tier li .prices-tier-qty {

}
.products-list .product-item .product-prices-tier ul.prices-tier li .prices-tier-price {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}

.products-list .product-item .product-item-details .addto-links-icons {
  margin-top:-3rem;
  position: relative;
}
.products-list .product-item .product-item-details .addto-links-icons .actions-secondary {
  margin-bottom: .5rem;
}
.products-list .product-item .product-item-details .addto-links-icons .actions-secondary a i {
  height: 2rem;
  line-height: 2rem;
  border: none;
}


.products-list .product-item .box-to-cart .qty {
  display: flex;
    padding: 0;
    margin-right: 0px;
    border: 2px solid #f5f5f5;
    background: #f5f5f5;
    height: 2.2rem;
    border-radius: 1rem;
    margin-bottom: 10px;

}
.products-list .product-item .box-to-cart .qty .qty-down,
.products-list .product-item .box-to-cart .qty .qty-up,
.products-list .product-item .box-to-cart .field.qty .control {
  display: inline-block;
  flex:1;
  text-align: center;
}
.products-list .product-item .box-to-cart .qty .qty-down i,
.products-list .product-item .box-to-cart .qty .qty-up i  {
  display: inline-block;
  line-height: 2.2rem;
  font-size: 10px;
  color: #1a1a1a;
}
.products-list .product-item .box-to-cart .field.qty .control input {

    background: transparent;
    border: 0;
    font-family: 'Red Hat Display', sans-serif;
    text-align: center;
    margin: 0 5px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    height: 2.2rem;
    line-height: 2.2rem;
    width: 50px;
    text-align: center;
}
.products-list .product-item .action.tocart {
  border-radius: 2rem;
  line-height: inherit;
  width:100%;
}
.products-list .product-item .action.tocart:hover span {
  background-color: #3d84a7;
}

/* Porduct View */
.section-breadcrumbs {
  margin-bottom: 0;
}
.catalog-product-view .page-main.container {
  background-color: #fff;
  max-width: inherit;
  padding: 0;
}

.product-view .col-products {
  background-color: #ececec;
  padding: 2rem 6rem;
}

.catalog-product-view .page.messages .product-media .gallery-placeholder .fotorama-item .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame,
.col-products .product-media .gallery-placeholder .fotorama-item .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame,
.fotorama__thumb {
  background-color: #fff;
}
.product-view .product-info-main .product-reviews-summary .reviews-actions a{
color: #969696;
    font-size: 1rem;
}
.product-view .product-info-main .price-box .price-wrapper .price {
  color:#f08519;
  font-size: 1.6rem;
}
.product-view .product-info-main .product-info-price .product-info-stock-sku > div span {
  color:#3d84a7;
}

.product-view .product-info-main .product-info-price {
margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.product-view .product-info .product-prices-tier {

}
.product-view .product-info .product-prices-tier ul.prices-tier {
  display: flex;
  padding:0;
}

.product-view .product-info .product-prices-tier ul.prices-tier li {
  display: inline-block;
  flex: 1;
  text-align: center;
}

.product-view .product-info .product-prices-tier ul.prices-tier li .prices-tier-qty,
.product-view .product-info .product-prices-tier ul.prices-tier li .prices-tier-price {
  display: block;
  padding: 0.5rem;
  border-top: 1px solid #e1e1e1;
}

.product-view .product-info .product-prices-tier ul.prices-tier li .prices-tier-qty {
  background-color: #e6e6e6;
}
.product-view .product-info .product-prices-tier ul.prices-tier li .prices-tier-price {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}


.product-view .product-info-main .box-tocart .fieldset .qty, #quick-window .box-tocart .fieldset .qty {
height: 3rem;
    border-radius: 3rem;
}
.product-view .product-info-main .box-tocart .fieldset .qty .qty-down i,
#quick-window .box-tocart .fieldset .qty .qty-down i,
.product-view .product-info-main .box-tocart .fieldset .qty .qty-up i,
#quick-window .box-tocart .fieldset .qty .qty-up i,
.product-view .box-tocart .field.qty .control input,
.product-options-bottom .box-tocart .field.qty .control input {
  line-height: 3rem;
}
.product-view .box-tocart .field.qty .control input,
.product-options-bottom .box-tocart .field.qty .control input {
  height:3rem;
}
.product-view .box-tocart .field.qty .control input, .product-options-bottom .box-tocart .field.qty .control input {
  width:7rem;
}
.product-view .product-info-main .box-tocart .actions .action.tocart,
#quick-window .box-tocart .actions .action.tocart {
    border-radius: 2rem;
    font-size: 1rem;
    border: 0;
    padding: 1rem 3rem;
      background-color: #f08519;
}

.product-social-links .product-addto-links {
  display: flex;
}

.product-view .product-info-main  .product-social-links a.action.towishlist,
.product-view .product-info-main  .product-social-links a.action.tocompare,
.product-view .product-info-main .product-social-links a.mailto {
  border: none;
  background-color: inherit;
  width: auto;
  height: 1rem;
  line-height: 1rem;
  margin-right: 2rem;
  font-size: .8rem;
}


.product.info.detailed {
  margin-top:3rem;
}

.product.info.detailed .product.data.items .item.title a {
  font-size: 1.6rem;
      letter-spacing: 3px;
}

.product.info.detailed .product.data.items .item.title:hover a,
.product.info.detailed .product.data.items .item.title.active a {
  color: #f08519;
}
.product.info.detailed .product.data.items .item.title:hover,
.product.info.detailed .product.data.items .item.title.active {
  border-color: #f08519;
}


.product.info.detailed .product.data.items .item.content .additional-attributes-wrapper tbody tr .data {
  text-align: left;
}

.product-view .block.related,
.product-view .block.upsell {
  padding: 2rem 6rem;
}


/* Pagination */
.toolbar .items li.current, .toolbar .items li:hover {
  background: #f08519;
}

/* Footer */

footer.page-footer .footer-bottom i {
  font-size:2rem;
}
.page-footer .footer-static-container .footer-static .footer-links.contacts h2 {
  background-image: url("/media/wysiwyg/logo_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-left: 7rem;
  min-height: 2rem;
  line-height: 5rem;
}


.page-footer .footer-static-container .footer-static .col-left-ft {
    display: inline-block;
    max-width: 30%;
    width: 29.5%;
    color: #999;
}
.page-footer .footer-static-container .footer-static .col-right-ft {
  max-width: 70%;
  width: 100%;
  display: inline-block;
}

/* cms-contact-us */
.cms-contact-us .page-main.container {
  width:100%;
  max-width: 100%;
  padding: 0;
}
.cms-contact-us .main {
  padding:0;
}
.cms-contact-us .page-layout-1column .column.main {
  padding-bottom:0;
}
.cms-contact-us .container.full-width {
    width: 100%;
    max-width: 100%;
    padding:0;
}
.cms-contact-us .container.full-width.header-contactus {
  background-image: url("../images/cableleader/contact_head_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
}

.cms-contact-us .column-contactus {
  padding-top:5rem;
  padding-bottom:5rem;
}
.cms-contact-us .column-contactus h2.title {
    color: #000;
    font-size: 4rem;
    font-weight: 900;
    display: inline-block;
    position: relative;
}

.cms-contact-us .column-contactus h2.title:before {
    content: '';
    display: inline-block;
    border-bottom: 1px solid #000;
    width: 5rem;
    position: absolute;
    bottom: 15px;
    left: -70px;
}
.cms-contact-us .column-contactus h2.title:after{
  content: '';
  display: inline-block;
  border-top: 1px solid #3d84a7;
  width: 5rem;
  position: absolute;
  top: 23px;
  right: -4.9rem;
}
.cms-contact-us .column-contactus h2.title span {
  color: #3d84a7;
}
.cms-contact-us .column-contactus .text-1 {
    font-size: 1.4rem;
    color: #f08519;
}
.cms-contact-us .column-contactus .text-2 {
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.8rem;
    width: 65%;
    margin: 0 auto;
}

.cms-contact-us .contactus-items-row {
  display: flex!important;
}
.cms-contact-us .contactus-items-row .contactus-info {
  background-color: #000;
  color:#FFF;
}
.cms-contact-us .contactus-items-row .contactus-info a {
  color:#fff;
}

.cms-contact-us .contactus-items-row .contactus-info .article-inner {
  float: right;
  margin-right: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cms-contact-us .contactus-items-row .contactus-info span {
  display: block;
}
.cms-contact-us .contactus-items-row .contactus-form {
padding-left: 5rem;
    padding-top: 5rem;
}


.cms-contact-us .contactus-items-row .contactus-form .fieldset .row {
  margin-bottom:1rem;
}
.cms-contact-us .contactus-items-row .contactus-form .field.required span:after {
  content: '*';
  color:#f78a18;
}
/* cms-about-us */
.cms-about-us .main {
  padding:0;
}
.cms-about-us .container.full-width {
    width: 100%;
    padding:0;
}
.cms-about-us .container.full-width.header-aboutus {
    background-image: url("../images/cableleader/aboutus_head_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
        background-size: cover;
    color: #fff;
}
.cms-about-us .column-aboutus {
  padding: 4rem 8rem;
}
.cms-about-us .header-aboutus .head-inner {
  text-align: left;
    padding-top: 4rem;
    padding-bottom: 6rem;
}
.cms-about-us .header-aboutus .head-inner h1 {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 2rem;
    text-align: center;
}

.cms-about-us .header-aboutus .head-inner p {
padding: 1rem 1rem 3rem;
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 2rem;
}
.cms-about-us .header-aboutus .head-inner .head-inner-slide {
    width: 100%;
    margin-left: 5rem;
    padding-left: 2rem;
    text-align: left;
    border-left: 1px solid #fff;
}
.cms-about-us .header-aboutus .head-inner .head-inner-slide p {
font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 200;
}

.cms-about-us .aboutus-items-row {
  display: flex;
}
.cms-about-us .aboutus-items {
  padding:0;
  background-color: #f5f5f5;
}
.cms-about-us .aboutus-items:last-child {
  background-color: #e1e1e1;
}
.cms-about-us .aboutus-items .container-inner {
    padding: 4rem 5rem;
    text-align: left;
}
.cms-about-us .aboutus-items .container-inner h3 {
    font-size: 2rem;
    font-weight: 200;
    text-align: center;
}

.cms-about-us .aboutus-items .container-inner .article-inner p {
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 2rem;
}

.cms-about-us .aboutus-privacy {
  padding: 4rem 8rem;
}

.cms-about-us .aboutus-privacy h3 {
font-size: 2rem;
    font-weight: 200;
    text-align: center;
}

.cms-about-us .aboutus-privacy p {
    letter-spacing: 1.5px;
    font-size: 1rem;
    line-height: 2rem;
    padding: 1rem;
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

.cms-about-us .aboutus-privacy .article-box {
    background-color: #f0f0f0;
    padding: 1rem 2rem;
}

/* Block - banner_static */
.categories-thumbnail .row,
.banner_static .row {
    margin-right: -15px;
    margin-left: -15px;
}

/* Block - section-service */
.section-services .col-content {
  text-align: center;
}
.section-services .col-content em.icons {
  font-size:3rem;
}
.section-services h4 {
  font-size: 1.2rem;
  margin-bottom: .2rem;
}
/* Block - section-newsletter */
.section-newsletter {
    background-repeat: no-repeat;
    background-position: center;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
  /* Category Porduct List */

  .products-list .product-item {
    padding-right:0;
  }
  .products-list .product-item .product-item-info .item-inner {
    flex-direction: column;
  }
  .products-list .product-item .product-photo {
    width:100%;
    padding-right: 0;
  }
  .products-list .product-item .product-info {
    width:100%;
    max-width:100%;
  }
  .products-list .product-item .product-item-details .addto-links-icons .actions-primary {
    margin-right: 0;
  }
  .products-list .product-item .product-item-details .addto-links-icons {
    margin-top:0;
  width: 100%;
    display: block;
    top:auto;
    right:auto;
  }
  .products-list .product-item .box-to-cart .field.qty .control input {
    width:100%;
  }

  /* Porduct View */
  .product-view .col-products {
    padding: 2rem 0rem;
  }

  /* Block - section-newsletter */
  .section-newsletter {
      background-attachment: inherit;
  }


}


@media (min-width: 768px){
  .custommenu.navigation li.level0:hover > .level-top:after{
      width: calc(100% - 30px);
      width: calc(100% - 30px);
      width: calc(100% - 30px);
      width: calc(100% - 30px);
      width: calc(100% - 30px);
  }
  .custommenu.navigation li.level0:first-child:hover > .level-top:after,
  .custommenu.navigation li.level0:last-child:hover > .level-top:after{
      width: calc(100% - 20px);
      width: calc(100% - 20px);
      width: calc(100% - 20px);
      width: calc(100% - 20px);
      width: calc(100% - 20px);
  }

  body .block.newsletter .field.newsletter {
      max-width: none;
  }

  body .amsearch-wrapper-block {
      float: right;
      position: relative;
      width: 250px;
      padding: 0 0 25px;
      margin: 0;
  }

  body .amsearch-wrapper-block .amsearch-form-block.-opened {
      position: absolute;
      right: 0;
      max-width: 75vw;
      transition: all 0.3s ease-in-out 0s;
  }

  body .amsearch-wrapper-block .amsearch-form-block.-opened .amsearch-input-wrapper {
      width: 100%;
  }
}

.amsearch-overlay-block {
    display: none !important;
}

body .cart.table-wrapper .col.price .input-text,
body .cart.table-wrapper .col.qty .input-text {
    font-size: 1em;
    font-weight: normal;
}
body .header-container .header .for-full-withmenu .actions-header {
    max-width: 360px;
}
body .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    margin-left: 0;
}
body .product-social-links .action.amquote-addto-button {
    border: none;
    color: #1a1a1a;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    background-color: inherit;
    width: auto;
    height: 1rem;
    line-height: 1rem;
    font-size: .8rem;
    padding: 0;
    margin: 0;
    vertical-align: top;
    position: relative;
    top: 0;
}
body .product-social-links .action.amquote-addto-button:hover {
    text-decoration: none;
}
body .product-social-links .action.amquote-addto-button .addtoquote-icon {
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: 1px;
}
body .product-social-links .action.amquote-addto-button .addtoquote-icon:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNSAyNSI+PHBhdGggZmlsbD0iIzc1NzU3NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjQgMjFoLTFsLS4wMTItMTEuNTEyQS40ODguNDg4IDAgMCAwIDIyLjUgOUgyMFYxLjVhLjQ4OC40ODggMCAwIDAtLjQ4OC0uNDg4SDkuNDg4QS40ODguNDg4IDAgMCAwIDkgMS41VjIwaC0uMzM3QTMuNTE1IDMuNTE1IDAgMCAwIDcgMTguMzM3VjEuMzU5QzcgLjU1MSA2LjUgMCA1LjY2NCAwSDFTMCAwIDAgMXMxIDEgMSAxaDR2MTYuMDM1QTMuNSAzLjUgMCAxIDAgOC42NjMgMjNIMjRzMSAwIDEtMWMwLTEuMDAxLTEtMS0xLTF6bS0xMy4wMDEgMGwtLjAwMS0xMEgxNGwuMDAxIDQuMjM2YS40ODguNDg4IDAgMCAwIC43ODEuMzlsMS4xMzctMS4yNDUgMS4zMDEgMS4yNDZhLjQ4OC40ODggMCAwIDAgLjc4LS4zOTF2LTQuMjM1TDIxIDExdjkuOTk5TDEwLjk5OSAyMXptMS45OS0xNS4zNThhLjQ4OC40ODggMCAwIDAgLjc1OC40MDZsLjcwNi0uNzk3Ljc4OC43OTZBLjQ4Ny40ODcgMCAwIDAgMTYgNS42NFYzaDJ2NmgtN1YzaDEuOTg4djIuNjQyeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    content: '';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 14px;
    margin: 0;
    overflow: hidden;
    speak: none;
    text-align: center;
    transition: opacity .3s ease;
    width: 13px;
}
.product-item .actions-secondary .amquote-addto-button {
    border: none;
    padding: 0;
    font-size: 0;
    margin: 0;
}
.product-item .actions-secondary .amquote-addto-button:active,
.product-item .actions-secondary .amquote-addto-button:focus,
.product-item .actions-secondary .amquote-addto-button:hover {
    background: inherit;
}
.product-item .actions-secondary .amquote-addto-button .addtoquote-icon:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNSAyNSI+PHBhdGggZmlsbD0iIzc1NzU3NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjQgMjFoLTFsLS4wMTItMTEuNTEyQS40ODguNDg4IDAgMCAwIDIyLjUgOUgyMFYxLjVhLjQ4OC40ODggMCAwIDAtLjQ4OC0uNDg4SDkuNDg4QS40ODguNDg4IDAgMCAwIDkgMS41VjIwaC0uMzM3QTMuNTE1IDMuNTE1IDAgMCAwIDcgMTguMzM3VjEuMzU5QzcgLjU1MSA2LjUgMCA1LjY2NCAwSDFTMCAwIDAgMXMxIDEgMSAxaDR2MTYuMDM1QTMuNSAzLjUgMCAxIDAgOC42NjMgMjNIMjRzMSAwIDEtMWMwLTEuMDAxLTEtMS0xLTF6bS0xMy4wMDEgMGwtLjAwMS0xMEgxNGwuMDAxIDQuMjM2YS40ODguNDg4IDAgMCAwIC43ODEuMzlsMS4xMzctMS4yNDUgMS4zMDEgMS4yNDZhLjQ4OC40ODggMCAwIDAgLjc4LS4zOTF2LTQuMjM1TDIxIDExdjkuOTk5TDEwLjk5OSAyMXptMS45OS0xNS4zNThhLjQ4OC40ODggMCAwIDAgLjc1OC40MDZsLjcwNi0uNzk3Ljc4OC43OTZBLjQ4Ny40ODcgMCAwIDAgMTYgNS42NFYzaDJ2NmgtN1YzaDEuOTg4djIuNjQyeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    content: '';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 18px;
    margin: 0;
    overflow: hidden;
    speak: none;
    text-align: center;
    transition: opacity .3s ease;
    width: 18px;
    vertical-align: middle;
}

body .product-social-links a.action.towishlist i,
body .product-social-links a.action.tocompare i,
body .product-social-links a.mailto i {
    line-height: 1;
}

/*
 * checkout
*/

.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  width: inherit !important;
  height: inherit !important;
}

.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 20px;
  display: flex;
}

.checkout-payment-method .billing-address-same-as-shipping-block input[type=checkbox]+label:before {
    width: 20px;
    height: 20px;
    margin-top: 8px;
}
.checkout-payment-method .billing-address-same-as-shipping-block input[type=checkbox]+label span:first-child {
    font-size: 22px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  font-size: 24px;
  line-height: 36px;
}
.payment-method-braintree .hosted-control {
  height: 48px;
}

@media (min-width: 767px) {
  .messages {
    z-index: 999;
  }
}

@media (min-width: 769px) {
    .amsearch-result-section {
        min-width: 100%;
        width: 45rem;
    }
}


@media (max-width: 480px) {
  .product-item .product-info .product.name a,
  .products.wrapper.list.products-list .product-info .product-item-name a {
    font-size: 1.25rem;
    white-space: revert;
    overflow: inherit;
    display: inline-flex;
    line-height: 1.5rem;
  }
  .product-view .product-info-main .box-tocart .fieldset .qty {
    margin-right: 10px;
  }
  .product-view .product-info-main .box-tocart .actions .action.tocart {
    padding: 1rem 2.45rem;
  }
}

