/*Saab Bold*/

@font-face {
  font-family: 'SaabBd';
  src: url('/Themes/Saab/Content/fonts/AktivGrotesk_Bd/AktivGrotesk_Bd.ttf') format("truetype");
}
/*Saab Bold + Italic*/

@font-face {
  font-family: 'SaabBdIt';
  src: url('/Themes/Saab/Content/fonts/AktivGrotesk_BdIt/AktivGrotesk_BdIt.ttf') format("truetype");
}
/*Saab Italic*/

@font-face {
  font-family: 'SaabIt';
  src: url('/Themes/Saab/Content/fonts/AktivGrotesk_It/AktivGrotesk_It.ttf') format("truetype");
}
/*Saab Light*/

@font-face {
  font-family: 'SaabLt';
  src: url('/Themes/Saab/Content/fonts/AktivGrotesk_Lt/AktivGrotesk_Lt.ttf') format("truetype");
}
/*Saab Light + Italic*/

@font-face {
  font-family: 'SaabLtIt';
  src: url('/Themes/Saab/Content/fonts/AktivGrotesk_LtIt/AktivGrotesk_LtIt.ttf') format("truetype");
}
/*Saab Medium*/

@font-face {
  font-family: 'SaabMd';
  src: url('/Themes/Saab/Content/fonts/AktivGrotesk_Md/AktivGrotesk_Md.ttf') format("truetype");
}
/*Saab Medium + Italic*/

@font-face {
  font-family: 'SaabMdIt';
  src: url('/Themes/Saab/Content/fonts/AktivGrotesk_MdIt/AktivGrotesk_MdIt.ttf') format("truetype");
}
/*Saab Regular*/

@font-face {
  font-family: 'SaabRg';
  src: url('/Themes/Saab/Content/fonts/AktivGrotesk_Rg/AktivGrotesk_Rg.ttf') format("truetype");
}
@font-face {
  font-family: 'IcoMoon-Free';
  src: url('/Themes/Hexatronic/Content/fonts/IcoMoon-Free.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Söhne';
  src: url('/Themes/Hexatronic/Content/fonts/soehne-buch.woff2') format("woff2");
}
@font-face {
  font-family: 'Söhne-Kräftig';
  src: url('/Themes/Hexatronic/Content/fonts/soehne-kraftig.woff2') format("woff2");
}
/* GLOBAL STYLES */

/* RESPONSIVE MENU */

/* COMPARE LIST */

/* SHOPPING CART */

/* SHOPPING CART */

@media all and (max-width: 1024px) {
  .admin-header-links {
    z-index: 1050;
  }
  .header {
    position: relative;
    z-index: 1040;
    font-size: 0;
  }
  .flyout-cart {
    display: none !important;
  }
  .menu-title-wrapper {
    display: none;
  }
  .responsive-nav-wrapper-parent {
    position: relative;
    z-index: 1050;
  }
  .responsive-nav-wrapper {
    position: relative;
    top: 0;
    box-shadow: none;
    background-color: #353535;
    padding: 15px 0;
    text-align: center;
    font-size: 0;
    transition: top 0.3s ease;
  }
  .responsive-nav-wrapper.stick {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .page-title {
    background-image: none !important;
  }
  .overview .quantity .increase {
    box-sizing: content-box;
    border: 5px solid #bbbbbb;
  }
  .overview .quantity .decrease {
    box-sizing: content-box;
    border: 5px solid #bbbbbb;
  }
  .variant-overview .quantity .increase {
    box-sizing: content-box;
    border: 5px solid #bbbbbb;
  }
  .variant-overview .quantity .decrease {
    box-sizing: content-box;
    border: 5px solid #bbbbbb;
  }
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1070;
    width: 320px;
    height: 100%;
    overflow: hidden;
    background-color: white;
    text-align: left;
    transition: all 0.3s ease;
  }
  .header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1070;
    width: 320px;
    height: 100%;
    overflow: hidden;
    background-color: white;
    text-align: left;
    transition: all 0.3s ease;
  }
  .header-menu .sublist-wrap.active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .header-menu .close-menu {
    padding: 10px;
    text-align: right;
    font-size: 0;
  }
  .header-menu .close-menu span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cccccc url('/Themes/_Brandon/Content/img/close.png') center no-repeat;
    cursor: pointer;
  }
  .header-menu .back-button {
    padding: 10px;
    text-align: right;
    font-size: 0;
  }
  .header-menu .back-button span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cccccc url('/Themes/_Brandon/Content/img/close.png') center no-repeat;
    cursor: pointer;
  }
  .header-menu > ul li {
    position: relative;
    margin: 0 60px 0 40px;
    padding: 40px 0 0;
  }
  .header-menu > ul li:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #eeeeee;
  }
  .header-menu > ul li > a {
    min-height: 60px;
    background-color: white;
    padding: 0 10px 0 0;
    line-height: 24px;
    color: #aaaaaa;
    text-transform: uppercase;
  }
  .header-menu .plus-button {
    position: absolute;
    right: -48px;
    z-index: 1;
    float: right;
    width: 40px;
    height: 40px;
    border: 8px solid white;
    border-radius: 50%;
    background: #cccccc url('/Themes/_Brandon/Content/img/arrow-white.png') center no-repeat;
    cursor: pointer;
  }
  .header-menu li.back-button {
    margin: 0;
  }
  .header-menu li.back-button:after {
    display: none;
  }
  .header-menu.open {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .notAndroid23 .header-menu {
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
  }
  .notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
  }
  .notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .notAndroid23 .header-menu.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .android23 .header-menu {
    left: -320px;
  }
  .android23 .header-menu .sublist-wrap {
    left: -320px;
  }
  .android23 .header-menu .sublist-wrap.active {
    left: 0;
  }
  .android23 .header-menu.open {
    left: 0;
  }
  .air-theme .header-menu > ul li > a {
    font-size: 18px;
    font-weight: 700;
  }
  .air-theme .header-menu .plus-button {
    bottom: -6px;
  }
  .air-theme .compare-products-mobile .product-name {
    font-size: 13px;
  }
  .air-theme .compare-products-mobile .remove-button:before {
    margin: 0 5px 0 0;
  }
  .air-theme .compare-products-mobile .price .item {
    font-size: 15px;
    font-weight: 700;
    color: #eda187;
  }
  .earth-theme .header-menu > ul li > a {
    font-size: 18px;
    font-weight: 400;
  }
  .earth-theme .header-menu .plus-button {
    bottom: -4px;
  }
  .earth-theme .compare-products-mobile .product-name {
    font-size: 14px;
  }
  .earth-theme .compare-products-mobile .remove-button:before {
    margin: 0 7px 0 0;
  }
  .earth-theme .compare-products-mobile .price .item {
    font-size: 14px;
    font-weight: 400;
    color: #0057b8;
  }
  .compare-products-mobile .compare-section {
    max-width: 500px;
    margin: 0 auto 50px;
  }
  .compare-products-mobile .title {
    border-bottom: 1px solid #eeeeee;
    background-color: #faf9f7;
    padding: 15px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .compare-products-mobile .item {
    border-bottom: 1px solid #eeeeee;
    padding: 15px;
    color: #353535;
  }
  .compare-products-mobile .product .item {
    display: table;
    width: 100%;
    border: none;
    overflow: hidden;
    padding: 15px 0 0;
    text-align: left;
  }
  .compare-products-mobile .product .picture {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    font-size: 0;
  }
  .compare-products-mobile .product .picture a {
    display: inline-block;
  }
  .compare-products-mobile .product .picture img {
    max-width: 100px;
  }
  .compare-products-mobile .product .details {
    display: table-cell;
    padding: 0 0 0 15px;
    vertical-align: middle;
  }
  .compare-products-mobile .product-name {
    padding: 5px 0 0;
    font-weight: 400;
    color: #353535;
    text-transform: uppercase;
  }
  .compare-products-mobile .remove-button {
    padding: 0 !important;
    color: #aaaaaa !important;
  }
  .cart-collaterals .shipping {
    margin: 0 0 20px;
    background-color: #faf9f7;
  }
  .cart-collaterals #Duty-calculator {
    margin: 0 0 20px;
    background-color: #faf9f7;
  }
  .cart-collaterals .coupon-box {
    margin: 0 0 20px;
    background-color: #faf9f7;
  }
  .cart-collaterals .giftcard-box {
    margin: 0 0 20px;
    background-color: #faf9f7;
  }
  .cart-collaterals .title {
    position: relative;
    margin: 0 0 -10px;
    padding: 25px 20px;
    cursor: pointer;
    text-align: center;
  }
  .cart-collaterals .title:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0;
    border-radius: 50%;
    background: #cccccc url('/Themes/_Brandon/Content/img/dropdown-arrow-white.png') center no-repeat;
    vertical-align: middle;
    left: 15px;
  }
  .cart-collaterals .title:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0;
    border-radius: 50%;
    background: #cccccc url('/Themes/_Brandon/Content/img/dropdown-arrow-white.png') center no-repeat;
    vertical-align: middle;
    right: 15px;
  }
  .cart-collaterals .title strong {
    vertical-align: middle;
  }
  .cart-collaterals .inner-wrapper {
    display: none;
    padding: 0 20px 25px;
  }
  /*Custom Promotion banner*/
  
  .promotionbox-left,
  .promotionbox-right {
    width: 50%;
  }
  .promotionbox-left h2,
  .promotionbox-right h2 {
    font-size: 22px;
    font-family: 'Söhne', sans-serif;
    margin-bottom: 20px;
  }
  .promotionbox-left p,
  .promotionbox-right p {
    font-size: 16px;
  }
  .promotionbox-left div,
  .promotionbox-right div {
    padding: 20px;
    max-width: 300px;
  }
  .earth-theme .responsive-nav-wrapper .filters-button span {
    background-size: 200px 50px;
    background-image: url('/Themes/Saab/Content/img/filters-button-dark.png');
  }
  .special-request-example-pictures img {
    display: block;
    margin: auto;
    margin-bottom: 12px;
  }
  .html-product-details-page .variant-overview .prices {
    float: left;
    padding-top: 8px;
  }
  .html-product-details-page .variant-overview .add-to-cart-panel {
    display: flex;
  }
  .html-product-details-page .variant-overview .add-to-cart-panel .quantity {
    padding-top: 8px;
  }
}
@media all and (max-width: 720px) {
  .shopping-cart-page-body .master-column-wrapper {
    width: 100%;
  }
  .checkout-pages-body .master-column-wrapper {
    width: 100%;
  }
  .cross-sells {
    width: 94%;
    margin: auto;
  }
  .order-progress ul {
    display: table;
    width: 100%;
  }
  .order-progress li {
    display: table-cell;
    position: relative;
    width: 16%;
    padding: 0 1px;
  }
  .order-progress li:first-child {
    width: 14%;
    padding-left: 0;
  }
  .order-progress li:first-child a {
    padding: 0 0 0 5px;
  }
  .order-progress li:first-child a:before {
    display: none;
  }
  .order-progress li:last-child {
    width: 18%;
    padding-right: 0;
  }
  .order-progress li:last-child a {
    padding: 0 5px 0 15px;
  }
  .order-progress li:last-child a:after {
    display: none;
  }
  .order-progress li:nth-child(1) {
    z-index: 6;
  }
  .order-progress li:nth-child(2) {
    z-index: 5;
  }
  .order-progress li:nth-child(3) {
    z-index: 4;
  }
  .order-progress li:nth-child(4) {
    z-index: 3;
  }
  .order-progress li:nth-child(5) {
    z-index: 2;
  }
  .order-progress li:nth-child(6) {
    z-index: 1;
  }
  .order-progress a {
    display: block;
    position: relative;
    height: 50px;
    background-color: #f3f3f3;
    padding: 0 0 0 15px;
    text-align: center;
  }
  .order-progress a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    border-width: 25px 0 25px 16px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent white;
  }
  .order-progress a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -16px;
    height: 50px;
    border-width: 25px 0 25px 16px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #f3f3f3;
  }
  .order-progress a span {
    display: inline-block;
    width: 100%;
    height: 50px;
    background-image: url('/Themes/_Brandon/Content/img/order-progress-sprite-small.png');
    background-repeat: no-repeat;
    background-position: center 0;
  }
  .order-progress a.cart-step span {
    background-position: center 0;
  }
  .order-progress a.address-step span {
    background-position: center -50px;
  }
  .order-progress a.shipping-step span {
    background-position: center -100px;
  }
  .order-progress a.payment-step span {
    background-position: center -150px;
  }
  .order-progress a.confirm-step span {
    background-position: center -200px;
  }
  .order-progress a.complete-step span {
    background-position: center -250px;
  }
  .order-progress .active-step a.cart-step span {
    background-position: center -300px;
  }
  .order-progress .active-step a.address-step span {
    background-position: center -350px;
  }
  .order-progress .active-step a.shipping-step span {
    background-position: center -400px;
  }
  .order-progress .active-step a.payment-step span {
    background-position: center -450px;
  }
  .order-progress .active-step a.confirm-step span {
    background-position: center -500px;
  }
  .order-progress .active-step a.complete-step span {
    background-position: center -550px;
  }
  .air-theme .order-progress .active-step a:after {
    border-color: transparent transparent transparent #eda187;
  }
  .earth-theme .order-progress .active-step a::after {
    border-color: transparent transparent transparent red;
  }
  .home-page .topic-block .desktop-banner {
    display: none;
  }
  .home-page .topic-block .mobile-banner {
    display: block;
    width: 100%;
  }
  .footer .footer-block {
    width: 100%;
    margin: 0;
    border-top: 1px solid #f6f3f0;
  }
  .footer .footer-block .list,
  .footer .footer-block .topic-block-body {
    display: none;
  }
  .footer .footer-block .title,
  .footer .footer-block .topic-block-title h2 {
    position: relative;
    margin-top: 10px;
  }
  .footer .footer-block .title:after,
  .footer .footer-block .topic-block-title h2:after {
    content: '';
    background: url(/Themes/If/Content/img/icons/chevron_down.svg) center no-repeat;
    background-size: 10px;
    position: absolute;
    right: 10px;
    width: 10px;
    height: 20px;
  }
  .approveorder-page .buttons .button-1 {
    width: 100%;
  }
  /*login popup*/
  
  #popup_content {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
    top: 0;
    left: 0;
    background: white;
    box-shadow: 1px 5px 10px #333333;
    display: table;
  }
  #popup_content .button-1 {
    margin-bottom: 5px;
  }
  #popup_content center .vertical-buttons {
    display: block;
  }
  .promotion-banners {
    flex-direction: column;
  }
  /*Custom Promotion banner*/
  
  .promotionbox-left,
  .promotionbox-right {
    width: 100%;
  }
  .promotionbox-left h2,
  .promotionbox-right h2 {
    font-family: 'Söhne', sans-serif;
    margin-bottom: 20px;
  }
  .promotionbox-left div,
  .promotionbox-right div {
    padding: 20px;
    max-width: 350px;
  }
}
@media all and (min-width: 481px) and (max-width: 1024px) {
  .header-menu {
    width: 450px !important;
  }
  .header-menu .sublist-wrap {
    width: 450px !important;
  }
  .notAndroid23 .header-menu {
    -webkit-transform: translateX(-450px);
    -ms-transform: translateX(-450px);
    transform: translateX(-450px);
  }
  .notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translateX(-450px);
    -ms-transform: translateX(-450px);
    transform: translateX(-450px);
  }
  .android23 .header-menu {
    left: -450px;
  }
  .android23 .header-menu .sublist-wrap {
    left: -450px;
  }
  .air-theme .header-menu > ul li > a {
    font-size: 20px;
  }
  .earth-theme .header-menu > ul li > a {
    font-size: 18px;
  }
  .html-product-details-page .add-to-cart {
    float: left;
    margin-top: 26px;
  }
  .html-product-details-page .add-to-wishlist {
    float: left;
    padding-top: 8px;
  }
}
