/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*
	_ub_var_default.less
	_ub_mixin.less
	_ub_var.less
*/
/*Variables for Fonts*/
/*Variables for Pages*/
/*
	_colors_mixin.less ->
	_category_view_mixin.less ->
	_typography_mixin.less ->
*/
/*
	Style for Body.
*/
body {
  color: #777777;
}
/*
	Style for Header.
*/
.page-wrapper.sticky .page-header .header.content::before {
  content: "";
  position: absolute;
  left: -100%;
  right: -100%;
  background-color: #9bcf2d;
}
/*
	Style for Head Setting.
*/
.page-header .panel.wrapper {
  background-color: #181818;
  color: #999999;
}
ul.customer-services li a {
  color: #999999;
}
ul.customer-services li a:active,
ul.customer-services li a:focus,
ul.customer-services li a:hover {
  color: #ffffff;
}
/*
	Style for MainContent.
*/
.page-wrapper {
  background: #ffffff;
}
/*
	Style for Footer.
*/
.bots2,
.pagefooter {
  background: #181818;
  color: #777777;
}
.bots2 a,
.pagefooter a {
  color: #777777;
}
.bots2 a:active,
.pagefooter a:active,
.bots2 a:focus,
.pagefooter a:focus,
.bots2 a:hover,
.pagefooter a:hover {
  color: #9bcf2d;
}
.bots2 .block-content ul li a {
  color: #777777;
}
.bots2 .block-content ul li a:active,
.bots2 .block-content ul li a:focus,
.bots2 .block-content ul li a:hover {
  color: #9bcf2d;
}
/*
	This file process the categories in the theme.
	#Variable listed and default value from UberTheme.
	1.  @desktop_one_column_var: 6;
	2.  @desktop_two_column_var: 5;
	4.  @tablet_one_column_var: 5;
	5.  @tablet_two_column_var: 4;
	7.  @tablet_sm_one_column_var: 4;
	8.  @tablet_sm_two_column_var: 3;
	10. @mobile_one_column_var: 2;
	11. @mobile_two_column_var: 2;
	13. @mobile_sm_one_column_var: 2;
	14. @mobile_sm_two_column_var: 2;
	15. @mobile_sm_three_column_var: 2;
*/
/*
	_colors.less
	_category_view.less
	_ub_typo.less
*/
.block-title {
  font-weight: 700;
  font-family: inherit;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: 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) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
