/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
/*media width*/
@font-face {
  font-family: 'Poppins-medium';
  src: url('https://cdn1.costway.de/public/font/poppins-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-regular';
  src: url('https://cdn1.costway.de/public/font/poppins-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-semibold';
  src: url('https://cdn1.costway.de/public/font/poppins-semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('https://cdn1.costway.de/public/font/poppins-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('https://cdn1.costway.de/public/font/poppins-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Semibold';
  src: url('https://cdn1.costway.de/public/font/poppins-semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*===============================
Theme Main color variables
============================*/
/*===================
text color variables
====================*/
/*text align*/
/*text transform*/
/*text decoration*/
/*background color*/
/*header background colors*/
/*border color*/
/*border style*/
/*border width*/
/*border radius*/
/*font-size*/
/*font weight*/
/*=======================
Theme less variables
=======================*/
/*general*/
/*@color-gray76: @cpanel-border-color-base;*/
/*==============================
Theme hyperlink override
================================*/
/*============================
Home page Main Block title
============================*/
/*==============================
Theme primary button override
================================*/
/*@button__padding: 0;*/
/*=========================================
product detail page add to links variables
========================================*/
/*product detail page tabs override less variables*/
/*new and sale labels*/
/*===========================
form variables override
=============================*/
/*=========================================================================
navigation override variables and variables used in theme for navigation
===========================================================================*/
/*=====================================================================
minicart overirde variables and variables used in theme for minicart
======================================================================*/
/*======================================
variables used in theme for top search
========================================*/
/*==============================
top header block less variables
===============================*/
/*main title*/
/*======================
footer less variables
=======================*/
/*footer main */
/*footer title*/
/*footer social block*/
/*footer links*/
/*contact block*/
/*copyright block*/
/*newsletter block*/
/*========================================
Product detail page less variables
=======================================*/
/*review box*/
/*price box*/
/*add-to links*/
/*=============================================
sidebar and sidebar additional less variables
===============================================*/
/*sidebar and sidebar additional block*/
/*sidebar title*/
/*sidebar sub title*/
/*sidebar block filter and its options*/
/*sidebar block filter and its options title*/
/*===========================
Contact Us Page less Variables
=============================*/
/*contact us page less varibales*/
/*store title*/
/*store address title*/
/*store address text*/
/*===========================
Blog All Pages less Variables
=============================*/
/*blog day*/
/*blog month and year and comment*/
/*blog title*/
/*blog description*/
/*blog tags*/
/*blog sidebar*/
/*===========================
category page pagination less Variables
=============================*/
/*pagination less variales*/
/*override toolbar variables*/
.page-print .logo {
  float: none;
  display: block;
  text-align: left;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    visibility: visible;
    height: auto;
  }
  .column.main {
    width: 100% !important;
    float: none !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
}
