/** Shopify CDN: Minification failed

Line 14:0 All "@import" rules must come first
Line 15:0 All "@import" rules must come first

**/
 @font-face {
  font-family: Material Icons Outlined;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url(/cdn/shop/files/Unconfirmed_93743.crdownload?v=1751178333) format("woff2");
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Poppins';
    src: url('/cdn/shop/files/Poppins-Bold.eot?v=1751522251');
    src: url('/cdn/shop/files/Poppins-Bold.eot?v=1751522251?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Poppins-Bold.woff2?v=1751522249') format('woff2'),
        url('/cdn/shop/files/Poppins-Bold.woff?v=1751522249') format('woff'),
        url('/cdn/shop/files/Poppins-Bold.ttf?v=1751522251') format('truetype'),
        url('//armorwatch.shop/cdn/shop/t/11/assets/Poppins-Bold.svg?v=90648530085443386801751522333#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body *{
  letter-spacing: normal;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    display: block;
    margin-top: 0;
    margin-bottom: 12px;
    text-rendering: optimizeLegibility;
    color: #212529;
    font-weight: 700;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    text-transform: initial; 
    letter-spacing: 0px;
    line-height: 1.2;
}
h5, .h5 {
    font-size: 15px;
}
.grid {
    list-style: none;
    margin: 0 0 0 -30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  gap: 0;
}
.grid__item {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.grid__item[class*=push--] {
    position: relative;
}
.section-header, .shopify-policy__title {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.card {
    background-color: #fff;
    border-radius: 6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
button {
    cursor: pointer;
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
}
.card-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 16px;
    border-radius: 0;
    width: 100%;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.tab-header {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0px;
}
.tab-header:not(.active) {
    border-bottom-color: transparent !important;
}
.tab-header-title {
    margin-right: auto;
}
.tab-header:after {
    font-family: Material icons outlined;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    vertical-align: bottom;
    overflow: hidden;
    content: "add";
    margin-left: 8px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
}
.tab-header.active:after {
    content: "remove";
}
.card-body {
    padding: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
.tab-body {
    border-left: 4px solid #212529;
}
.text-left {
    text-align: left !important;
}
.tab-content {
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -ms-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.card-body>:last-child {
    margin-bottom: 0;
}
.grid.grid-spacer {
    margin-bottom: -30px;
}
.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.grid-spacer>.grid__item {
    margin-bottom: 30px;
}
.grid-product__image-wrapper {
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.grid-product__image-link {
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
.media-wrapper {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}
.grid-product--wrapper {
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -ms-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.overlay h1, .overlay .h1, .overlay h2, .overlay .h2, .overlay h3, .overlay .h3, .overlay h4, .overlay .h4, .overlay h5, .overlay .h5, .overlay h6, .overlay .h6, .overlay p, .overlay .text-link,
.overlay ul li {
    color: #fff;
}
.overlay:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0003;
}
.media-wrapper .media {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
      background: transparent;
    right: 0;
}
.media-wrapper .media.bgset {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.grid-product__badge {
    position: absolute;
    z-index: 1;
}
.grid-product__badge-icons {
    top: 4px;
    right: 4px;
}
.dbtfy-quick_view {
    display: none;
}
.btn {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: normal;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #444;
}
.btn-square-xsmall {
    padding: 0;
    letter-spacing: 0;
    border-radius: 6px;
    height: 28px;
    width: 28px;
    line-height: 26px;
    font-size: 12px;
}
.grid-product__badge-icons button {
    margin: 4px;
}
.material-icons-outlined {
    font-family: Material icons outlined;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    vertical-align: bottom;
    overflow: hidden;
}
.dbtfy-collection_addtocart {
    display: none;
}
.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.spacer-auto-xs>* {
    margin-bottom: 0;
}
.spacer-auto-xs>*+* {
    margin-top: 4px;
}
.Vtl-pr-review-stars-snippet {
    display: flex;
    align-items: center;
    line-height: 1em;
}
.Vtl-pr-stars-snippet {
    position: relative;
    height: 1em;
}
.Vtl-pr-review-stars-snippet>div:not(:last-child) {
    margin-right: 4px;
}
.Vtl-pr-review-stars-snippet {
    display: flex;
    align-items: center;
    line-height: 1em;
}
.Vtl-pr-stars-snippet {
    position: relative;
    height: 1em;
}
.Vtl-pr-stars-snippet--back {
    line-height: 1;
    display: flex;
}
.Vtl-pr-stars-snippet--layer svg {
    width: 1em;
    height: 1em;
}
.Vtl-pr-stars-snippet--back svg {
    color: #cecece;
}
svg:not(:root) {
    overflow: hidden;
}
.card-body>:last-child {
    margin-bottom: 0;
}
.text-accent, .text-money {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0px;
}
.text-strike {
    text-decoration: line-through !important;
}
.text-muted {
    color: #b4b4b4;
}
.view-all-box {
    text-align: center;
    margin-top: 30px;
}
.btn-outline-primary {
    background-color: transparent;
    border-color: #ff7200;
    color: #ff7200;
}
.btn-outline-primary:not(.disabled):not([disabled]):hover, 
.btn-outline-primary:not(.disabled):not([disabled]):focus {
    opacity: 1;
    color: #fff;
    background-color: #d96100;
    border-color: #cc5b00;
    -webkit-box-shadow: 0 0 0 .2rem #ffaa66;
    -moz-box-shadow: 0 0 0 .2rem #ffaa66;
    -ms-box-shadow: 0 0 0 .2rem #ffaa66;
    -o-box-shadow: 0 0 0 .2rem #ffaa66;
    box-shadow: 0 0 0 .2rem #fa6;
}

h2.section-header__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #212529;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
a.card-body.grid-product__meta.spacer-auto-xs.text-center {
    text-decoration: none;
    text-align: center;
}
p.grid-product__title.h6 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #212529;
    font-family: "Montserrat", sans-serif;
}
span.price-regular span.money {
    color: #444444;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
span.price-regular.on-sale.text-sale span.money {
    color: #ff7200;
}
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #212529;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 38px;
}
.rte.scroll-trigger.animate--slide-in h3 strong {
    font-size: 21px;
    line-height: 25px;
    color: #212529;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.rte.scroll-trigger.animate--slide-in p {
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    letter-spacing: normal;
}
.rte.scroll-trigger.animate--slide-in h3 font {
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
    color: #212529;
    font-family: "Montserrat", sans-serif;
}
.rte.scroll-trigger.animate--slide-in ul,
.shopify-policy__body .rte ul{
    padding: 0;
    margin: 0 0 16px 16px;
    list-style: none;
}
.rte.scroll-trigger.animate--slide-in ul li,
.shopify-policy__body .rte ul li{
    position: relative;
}
.rte.scroll-trigger.animate--slide-in ul li:after,
.shopify-policy__body .rte ul li:after{
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    background: #444;
    border-radius: 50%;
    left: -14px;
    top: 7px;
}
.rte.scroll-trigger.animate--slide-in li {
    list-style: unset;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #444444;
    font-family: "Poppins", sans-serif;
}
.rte.scroll-trigger.animate--slide-in ol {
    padding: 0;
    margin: 16px 0 0;
}
.card-body p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #444444;
    font-family: "Poppins", sans-serif;
}
.page-width.page-width--narrow.section-template--25852515615067__main-padding {
    padding: 60px 0;
}
.grid--4-col-desktop .grid__item{
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.card__heading {
    text-align: center;
}
.card-information .price__container {
    display: flex;
    justify-content: center;
}
.card--card.gradient, 
.card__inner.gradient {
    background: transparent;
}
.pagination__item {
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: initial;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    padding: 0;
    letter-spacing: 0;
    border-radius: 6px;
    height: 38px;
    width: 38px;
    line-height: 36px;
    font-size: 18px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #444;
    text-decoration: none !important;
}
.pagination__item:hover{
    opacity: 1;
    color: #444; 
    background-color: #d2d2d2;
    border-color: #ccc;
    -webkit-box-shadow: 0 0 0 .2rem #b2b2b2;
    -moz-box-shadow: 0 0 0 .2rem #b2b2b2;
    -ms-box-shadow: 0 0 0 .2rem #b2b2b2;
    -o-box-shadow: 0 0 0 .2rem #b2b2b2;
    box-shadow: 0 0 0 .2rem #b2b2b2;
}
a.pagination__item.pagination__item--current.light[aria-current="page"] {
    -webkit-transition: opacity .3s ease, background .3s ease, border .3s ease, box-shadow .3s ease;
    -moz-transition: opacity .3s ease,background .3s ease,border .3s ease,box-shadow .3s ease;
    -ms-transition: opacity .3s ease,background .3s ease,border .3s ease,box-shadow .3s ease;
    -o-transition: opacity .3s ease,background .3s ease,border .3s ease,box-shadow .3s ease;
    transition: opacity .3s ease, background .3s ease, border .3s ease, box-shadow .3s ease;
    background-color: #ff7200;
    border-color: #ff7200;
    color: #fff;
    opacity: 1;
}
.input-full {
    width: 100%;
}

/* guide-for-felsokning */

.grid__item.large--eight-twelfths.push--large--two-twelfths .rte.lead p {
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    font-weight: 400;
}
.grid__item.large--six-twelfths.medium--six-twelfths.text-center {
    text-align: center;
}
.grid__item.large--six-twelfths.medium--six-twelfths.text-center .rte.text-lead strong {
    font-size: 19px;
    line-height: 28px;
    font-weight: 700;
    color: #444444;
    text-align: center;
}
.grid__item.large--six-twelfths.medium--six-twelfths h2.section-header__title {
    text-align: left;
}
.grid__item.large--six-twelfths.medium--six-twelfths .rte.text-lead p {
    font-size: 19px;
    line-height: 28px;
    color: #444444;
    font-weight: 400;
}
.grid__item.large--eight-twelfths.push--large--two-twelfths .rte.lead li {
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    font-weight: 400;
    list-style: disc;
}
.grid__item.large--eight-twelfths.push--large--two-twelfths .rte.lead ul {
    padding: 0;
    margin: 0 0 16px;
}
div#FaqPage-template--25866904142171__dbtfy_faq_section_iJLCN7 .box.faq-spacer-top-none {
    padding: 60px 0;
}
.box.box-small {
    padding: 15px 0;
}
/* end guide-for-felsokning */

/* Privacy policy */
.shopify-policy__title h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}
.shopify-policy__body .rte p span {
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    font-weight: 400;
}
body .shopify-policy__container {
    max-width: 776px;
}
body .shopify-policy__container p{
  letter-spacing: normal;
}
.rte .table-wrap {
    margin-bottom: 16px;
}
table td {
    padding: 16px;
}
table tr:last-child th, table tr:last-child td {
    border-bottom: 0;
}
table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    table-layout: auto;
    overflow: hidden;
    text-align: center;
}
table tbody tr {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
table tbody tr:nth-of-type(odd) {
    background-color: #fff9;
}
body .table-wrap table th, table td {
    padding: 16px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
body .table-wrap table th {
    padding: 8px 16px;
    background-color: #212529;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0px;
}
body .table-wrap table th:last-child, table td:last-child {
    border-right: 0;
}
/* end Privacy policy */
.price--on-sale .price__sale s.price-item.price-item--regular {
    color: #b4b4b4;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0px;
}
.price:not(.price--show-badge) .price-item--last:last-of-type {
    margin: 0;
    color: #ff7200;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0px;
}
.price__regular .price-item--regular {
    margin-right: 0;
    color: #444;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0px;
}
.product-hover-image {
    display: none;
}
.has-hover-image:hover .grid-product--wrapper:not(.product-hover-image) {
    display: none;
}
.has-hover-image:hover .product-hover-image {
    display: block;
}
@media screen and (min-width:769px){
    .featured-row-right {
        order: 1;
    }
}
@media screen and (max-width:767px){
  h2.section-header__title {
    padding: 0 0 48px;
  }
  h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    font-size: 30px;
    line-height: 36px;
    padding: 0 0 60px;
    margin: 0;
  }
  .site-footer .wrapper .grid.grid-spacer.main-footer {
      flex-direction: column;
      margin: 0 -15px 0 -30px;
  }
  .page-width.page-width--narrow.section-template--25852515615067__main-padding {
      padding: 30px 16px;
  }
  .grid--4-col-desktop .grid__item {
      -webkit-flex: 0 0 50%;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  }
  p.grid-product__title.h6{
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
  }
  .small--six-twelfths {
    width: 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .grid__item.large--eight-twelfths.push--large--two-twelfths h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .grid.grid-spacer.align-center {
    flex-direction: column;
  }
  div#section-template--25866904142171__featured_row_xatTec .wrapper,
  div#section-template--25866904142171__featured_content_b3z8gp .wrapper,
  div#section-template--25866904142171__featured_content_fweiwW .wrapper,
  div#section-template--25866904142171__featured_row_YXfi9N .wrapper {
    padding: 0 16px;
  }
  .grid__item.large--six-twelfths.medium--six-twelfths.featured-row-right {
    margin: 0 0 16px;
  }
  .grid__item.large--six-twelfths.medium--six-twelfths.text-center .rte.text-lead strong {
    font-size: 16px;
    line-height: 24px;
  }
  .grid__item.large--six-twelfths.medium--six-twelfths h2.section-header__title {
    padding: 0;
  }
  .grid__item.large--six-twelfths.medium--six-twelfths .rte.text-lead p {
    font-size: 16px;
    line-height: 24px;
  }
  div#FaqPage-template--25866904142171__dbtfy_faq_section_iJLCN7 .box.faq-spacer-top-none {
    padding: 30px 0;
  }
  .grid__item.large--six-twelfths.medium--six-twelfths.featured-row-left {
    margin: 0 0 16px;
  }
}
@media screen and (min-width:1025px){
      .large--three-twelfths {
        width: 25%;
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
      .large--eight-twelfths {
        width: 66.666%;
        -webkit-flex: 0 0 66.666%;
        -moz-flex: 0 0 66.666%;
        -ms-flex: 0 0 66.666%;
        flex: 0 0 66.666%;
    }
    .push--large--two-twelfths {
          left: 16.666%;
      }
}

.quick-add button.quick-add__submit {
    background-color: #ff7200;
    border-color: #ff7200;
    color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: initial;
    letter-spacing: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: normal;
    -webkit-transition: opacity .3s ease, background .3s ease, border .3s ease, box-shadow .3s ease;
    -moz-transition: opacity .3s ease,background .3s ease,border .3s ease,box-shadow .3s ease;
    -ms-transition: opacity .3s ease,background .3s ease,border .3s ease,box-shadow .3s ease;
    -o-transition: opacity .3s ease,background .3s ease,border .3s ease,box-shadow .3s ease;
    transition: opacity .3s ease, background .3s ease, border .3s ease, box-shadow .3s ease;
}
.quick-add button.quick-add__submit:after,
.quick-add button.quick-add__submit:before{
  display: none;
}
.quick-add button.quick-add__submit:hover {
    opacity: 1;
    color: #fff;
    background-color: #d96100;
    border-color: #cc5b00;
    -webkit-box-shadow: 0 0 0 .2rem #ffaa66;
    -moz-box-shadow: 0 0 0 .2rem #ffaa66;
    -ms-box-shadow: 0 0 0 .2rem #ffaa66;
    -o-box-shadow: 0 0 0 .2rem #ffaa66;
    box-shadow: 0 0 0 .2rem #fa6;
}
@media screen and (max-width:767px){
  .quick-add button.quick-add__submit{
    padding: 11px 14px;
    font-size: 14px;
  }
}