/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    background: #ffffff;
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../../frontend/Bunkbedscanada/default/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.block-compare .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.block-compare .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.block-compare .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.block.related .action.select,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.block.related .action.select:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.block.related .action.select:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.block.related .action.select:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.block.related .action.select:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.block-compare .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.block-compare .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
.box-tocart .action.tocart {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.instant-purchase,
.box-tocart .action.tocart {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.box-tocart .input-text.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.filter-current .action.remove,
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filter-current .action.remove > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.filter-current .action.remove:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filter-current .action.remove:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.filter-current .action.remove:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #999999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.payment-method-braintree .hosted-date-wrap:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.toolbar:after,
.sidebar .product-items-images:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover {
  color: #333333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.block-wishlist .counter,
.block-compare .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-wishlist .counter:before,
.block-compare .counter:before {
  content: '(';
}
.block-wishlist .counter:after,
.block-compare .counter:after {
  content: ')';
}
.block-reorder .block-title,
.block-wishlist .block-title,
.block-compare .block-title,
.widget .block-title {
  margin: 0 0 20px;
}
.block-reorder .block-title strong,
.block-wishlist .block-title strong,
.block-compare .block-title strong,
.widget .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Bunkbedscanada/default/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Bunkbedscanada/default/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Bunkbedscanada/default/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Bunkbedscanada/default/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Bunkbedscanada/default/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Bunkbedscanada/default/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Bunkbedscanada/default/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Bunkbedscanada/default/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Bunkbedscanada/default/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/Bunkbedscanada/default/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Bunkbedscanada/default/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 12px 0 4px 0;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
/** hide alt currency - if multicurrency is enabled this will be unhidden dynamically **/
tr.totals.charge {
  display: none;
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.product-item-actions .actions-secondary > .action.removefromwish:before {
  content: '\e616';
}
.gwishlist-index-index.page-products .columns {
  padding-top: 0;
}
.mana-overlay {
  position: absolute;
  background: white;
  filter: alpha(opacity=0);
  /* percent */
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 10000;
}
#mana-please-wait {
  position: absolute;
  color: #d85909;
  font-size: 1.1em;
  text-align: center;
  z-index: 20000;
}
#mana-please-wait p {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 120px;
  margin-left: -120px;
  padding: 15px 60px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #3399cc;
  color: #3399cc;
  text-align: center;
  z-index: 20100;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: content-box;
}
#mana-please-wait p img {
  margin: 10px auto 0;
}
.header-top-bar {
  align-items: center;
  background: #6e716e;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  width: 100%;
}
.header-top-bar > * {
  flex: 1 1 33%;
}
.header-top-bar a {
  color: inherit;
  text-decoration: none;
}
.header-top-bar a:hover,
.header-top-bar a:active {
  color: #151adb;
}
.header-top-bar > div,
.header-top-bar > div a {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header-top-bar > div > span,
.header-top-bar > div a > span {
  margin-right: 5px;
}
.header-top-bar > div > span:last-child,
.header-top-bar > div a > span:last-child {
  margin-right: 0;
}
.header-top-bar > div:first-child,
.header-top-bar > div a:first-child {
  justify-content: flex-start;
  text-align: left;
}
.header-top-bar > div:last-child,
.header-top-bar > div a:last-child {
  justify-content: flex-end;
}
.header-top-bar .fa {
  font-size: 18px;
  margin-right: 10px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) 2018 Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 50%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  margin-top: 50px;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
  width: 50%;
}
/*===================================================================
|                  	      Post View CSS                  	        |
====================================================================*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
.post-item-list .post-image {
  min-width: 250px;
  display: table-cell;
}
.post-item-list .post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
/* mageplaza end blog style */
/**
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */
.filter-options-content .mana-selected.mana-tree-item,
.filter-options-content .mana-selected.item a,
.filter-options-content .mana-selected.item .count,
.filter-options-content .mana-selected.item .label {
  color: #ff5501;
}
.mana-filter-block {
  position: relative;
}
body {
  position: relative;
}
.login-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 999;
  padding: 20px;
  display: none;
}
.popup-login-form,
.popup-register-form {
  display: none;
}
.login-register-popup {
  max-width: 320px;
  margin: 0 auto;
  background: #fff;
  margin-top: 50px;
  border: 3px solid #f1f1f1;
}
.login-register-popup .response-msg div {
  margin: 5px 16px;
  text-align: center;
  padding: 5px 0;
  border-radius: 3px;
}
.login-register-popup .response-msg div.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.login-register-popup .response-msg div.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.login-register-popup .login-link {
  margin-top: 10px;
}
.login-register-popup .register-link {
  margin-top: 10px;
}
.login-register-popup input[type=text],
.login-register-popup input[type=password],
.login-register-popup input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.login-register-popup button {
  background-color: #4caf50;
  color: #ffffff;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}
.login-register-popup button:hover {
  opacity: 0.8;
}
.login-register-popup .cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}
.login-register-popup .imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}
.login-register-popup img.avatar {
  width: 40%;
  border-radius: 50%;
}
.login-register-popup .container {
  padding: 16px;
}
.login-register-popup span.psw {
  float: right;
  padding-top: 16px;
}
/*
 * Copyright (c) 2017. Volodumur Hryvinskyi.  All rights reserved.
 * @author: <mailto:volodumur@hryvinskyi.com>
 * @github: <https://github.com/scriptua>
 */
/*
 * Copyright (c) 2017. Volodumur Hryvinskyi.  All rights reserved.
 * @author: <mailto:volodumur@hryvinskyi.com>
 * @github: <https://github.com/scriptua>
 */
/*
 * Copyright (c) 2017. Volodumur Hryvinskyi.  All rights reserved.
 * @author: <mailto:volodumur@hryvinskyi.com>
 * @github: <https://github.com/scriptua>
 */
.product-item-info {
  position: relative;
}
.product-item-info .script-quick-view-btn-container {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
  position: absolute;
  top: 30%;
  text-align: center;
  z-index: 2;
}
.products-grid a.script-quick-view-button,
.products-list a.script-quick-view-button {
  background: #1979c3 url('../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/images/icon-quickview.png') no-repeat 15px center;
  border: 1px solid #1979c3;
  color: #ffffff;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  padding: 10px 15px 10px 36px;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.products-grid .product-item:hover a.script-quick-view-button,
.products-list .product-item:hover a.script-quick-view-button {
  opacity: 1 !important;
  visibility: visible !important;
}
.products-grid .product-item:hover a.script-quick-view-button:hover,
.products-list .product-item:hover a.script-quick-view-button:hover {
  background-color: #006bb4;
  border-color: #006bb4;
  text-decoration: none;
}
.products-list .product-item-info {
  float: left;
  width: 100%;
}
.products-list .product-item-info .script-quick-view-btn-container {
  left: 6%;
  margin: 0;
  top: 40%;
}
/* style container quickview*/
.cms-index-index .page-title {
  height: auto !important;
  position: static !important;
  width: auto !important;
}
.quickview-wrapper .quickview-tabs {
  float: right;
  width: 60%;
}
.quickview-wrapper .quickview-tabs .product.data.items {
  float: left;
  margin-bottom: 30px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.title > .switch {
  border-color: #d1d1d1;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.title > .switch:focus,
.quickview-wrapper .quickview-tabs .product.data.items > .item.title > .switch:hover {
  position: relative;
  z-index: 20;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.title.active > .switch {
  position: relative;
  z-index: 20;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content {
  margin-bottom: 0 !important;
  height: 500px;
  overflow: auto;
  padding: 30px;
  border: 1px solid #d1d1d1;
  position: relative;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main {
  z-index: 10;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-reviews-summary {
  margin-bottom: 15px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-reviews-summary .rating-summary {
  margin-right: 15px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-reviews-summary.empty .reviews-actions a.add {
  padding-left: 0;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-reviews-summary .reviews-actions a {
  color: #999999;
  padding: 0 10px;
  margin: 0;
  position: relative;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-reviews-summary .reviews-actions a.view {
  padding-left: 0;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-reviews-summary .reviews-actions a.view:before {
  content: "";
  position: absolute;
  right: -3px;
  top: 2px;
  background: #d0d0d0;
  width: 1px;
  height: 12px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-reviews-summary .reviews-actions a:hover {
  color: #ed2b2b;
  text-decoration: none;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-info-price {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 0;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form {
  padding-top: 0;
  display: inline-block;
  width: 100% !important;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .swatch-opt {
  margin: 10px 0 20px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .swatch-attribute-label {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .swatch-attribute-selected-option {
  color: #000000;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .swatch-attribute-options {
  margin-top: 8px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .swatch-option {
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #d0d0d0;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .swatch-option:hover:not(.disabled) {
  border: 2px solid #ffffff;
  outline: 1px solid #ed2b2b;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .swatch-attribute.size .swatch-option,
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .swatch-attribute.manufacturer .swatch-option {
  background: #f9f9f9;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .swatch-option.selected {
  border: 2px solid #ffffff;
  outline: 1px solid #ed2b2b;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .swatch-option.text {
  min-width: 30px;
  color: #000000;
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  line-height: 30px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .swatch-option.text:hover {
  line-height: 28px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .swatch-attribute.size {
  margin-top: 10px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-info-price,
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-bottom {
  display: inline-block;
  width: 100%;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-info-price .product-info-stock-sku,
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-bottom .product-info-stock-sku {
  float: left;
  width: 100%;
  text-align: left;
  padding-left: 0;
  padding-bottom: 13px;
  margin-top: 10px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-info-price .product-info-stock-sku .stock,
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-bottom .product-info-stock-sku .stock {
  margin-right: 25px;
  float: left;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-info-price .product-info-stock-sku .product,
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-bottom .product-info-stock-sku .product {
  float: left;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .box-tocart .action.tocart,
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-bottom .action.tocart {
  width: auto;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .box-tocart .actions,
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-bottom .actions {
  padding-top: 0;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form,
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-bottom {
  width: auto;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .box-tocart,
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .box-tocart .fieldset .field.qty,
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-bottom .box-tocart .fieldset .field.qty {
  float: left;
  margin: 10px 35px 0 0 !important;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .box-tocart .fieldset .field.qty .label,
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .label {
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 10px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control,
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control {
  float: left;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control input,
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-bottom .box-tocart .fieldset .field.qty .control input {
  border-color: #d0d0d0;
  width: 30px;
  height: 30px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .box-tocart .fieldset .actions,
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-bottom .box-tocart .fieldset .actions {
  float: left;
  white-space: nowrap;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-social-links {
  float: left;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-social-links .action towishlist {
  margin-bottom: 7px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-social-links .action towishlist .active {
  background: red;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-social-links .mailto {
  display: none;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-wrapper .samples-item-title {
  margin: 10px 0 8.5px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-options-wrapper .fieldset > .legend {
  border-color: #d1d1d1;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product.attibute.overview {
  line-height: 20px;
  margin: 20px 0;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .review-field-rating .control {
  position: relative;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .review-control-vote {
  overflow: visible;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .table-wrapper.grouped {
  margin-bottom: 10px !important;
  width: 100%;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .bundle-actions {
  float: left;
  margin: 25px 0 0;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .bundle-options-container .legend.title {
  font-size: 14px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .bundle-options-container .block-bundle-summary {
  margin-top: 0;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 0;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 14px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .bundle-options-container .field.qty {
  float: left;
  margin: 5px 0 0;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .bundle-options-container .field.qty .label {
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 10px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .bundle-options-container .field.qty .control {
  float: left;
  width: auto;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .bundle-options-container .field.qty .control input {
  border-color: #d0d0d0;
  width: 30px;
  height: 30px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .bundle-options-container .bundle-info .box-tocart {
  margin-top: 0;
  float: left;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .bundle-options-container .bundle-info .box-tocart .fieldset .actions {
  float: left;
  margin-top: 10px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .bundle-options-container .bundle-info .box-tocart .action.tocart {
  font-weight: normal;
  margin-bottom: 0;
  margin-right: 0;
  text-transform: uppercase;
  width: auto;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content .bundle-options-container .fieldset > .field {
  margin: 0 0 14px;
  padding-top: 15px;
  float: left;
  width: 100%;
}
.quickview-wrapper .quickview-tabs .product.data.items .script-quick-view-tab-content {
  width: 100%;
}
.quickview-wrapper .quickview-tabs .product.data.items .script-quick-view-tab-content .description {
  margin: 0px 0px 10px 0px;
}
.quickview-wrapper .quickview-media.product.media {
  width: 40%;
}
.quickview-wrapper .bundle-options-container .product-add-form {
  display: block;
}
#cboxOverlay {
  background: rgba(0, 0, 0, 0.9) !important;
}
#cboxContent {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 70px;
  min-width: 70px;
  padding: 25px 10px 10px;
}
#cboxTopCenter,
#cboxBottomCenter {
  min-width: 70px;
}
#cboxMiddleLeft,
#cboxMiddleRight {
  min-height: 70px;
}
#cboxLoadedContent {
  margin-bottom: 0;
  overflow: hidden !important;
}
#cboxWrapper {
  display: table;
}
#cboxWrapper > div {
  display: flex;
}
#colorbox,
#cboxWrapper,
#cboxLoadedContent {
  max-width: 100% !important;
}
#cboxLoadingOverlay {
  background: #ffffff !important;
}
#cboxLoadingGraphic {
  background: url("../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/images/loader.gif") no-repeat center center !important;
}
#colorbox,
#cboxWrapper {
  overflow: visible !important;
}
#cboxTopLeft,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomRight,
#cboxBottomCenter,
#cboxTopCenter,
#cboxBottomLeft {
  background: #ffffff !important;
}
#cboxTopLeft {
  -webkit-border-radius: 8px 0 0;
  -moz-border-radius: 8px 0 0;
  border-radius: 8px 0 0;
}
#cboxTopRight {
  -webkit-border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  border-radius: 0 8px 0 0;
}
#cboxBottomRight {
  -webkit-border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  border-radius: 0 0 8px 0;
}
#cboxBottomLeft {
  -webkit-border-radius: 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px;
  border-radius: 0 0 0 8px;
}
.quickview-media .fotorama__thumb-border {
  border-color: #ed2b2b;
}
.colorbox #cboxContent,
.colorbox #cboxMiddleLeft,
.colorbox #cboxMiddleRight {
  height: 655px !important;
}
#script-quick-view-product-bundle {
  max-height: 500px;
  overflow: auto;
}
/* style controls quickview*/
#cboxNavigation {
  bottom: 0;
  float: right;
  position: absolute;
  right: 0;
  width: 60%;
}
#btnGotoProduct {
  float: right;
  margin-left: 2px;
}
#btnGotoProduct .action.primary {
  background: #2e2e30;
  border: none;
  line-height: 39px;
  margin-top: 1px;
  padding: 0 25px;
  text-transform: uppercase;
}
#btnGotoProduct .action.primary:hover {
  background: #ed2b2b;
}
#cboxPrevious,
#cboxNext {
  background: #2e2e30 !important;
  margin-left: 2px !important;
  height: 40px !important;
  width: 40px !important;
  text-indent: -9999px;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  float: right;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#cboxPrevious:before,
#cboxNext:before {
  content: "";
  width: 20px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
#cboxPrevious:hover,
#cboxNext:hover {
  background: #ed2b2b !important;
}
#cboxPrevious:before {
  background: url("../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/images/qv-controls.png") no-repeat scroll 0 -9px !important;
  left: 14px !important;
  top: 11px !important;
}
#cboxNext {
  left: auto !important;
  right: 0 !important;
}
#cboxNext:before {
  background: url("../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/images/qv-controls.png") no-repeat scroll -31px -9px !important;
  top: 10px !important;
  left: 16px !important;
}
#cboxCurrent {
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 40px;
  position: static !important;
  text-transform: uppercase;
}
#cboxTitle {
  bottom: auto !important;
  color: #000000 !important;
  font-size: 14px;
  left: 0;
  top: -5px;
  position: absolute;
  text-align: left;
  width: auto;
}
#cboxClose {
  background: none !important;
  bottom: auto;
  top: -10px;
  right: 8px;
  height: 35px;
  position: absolute;
  text-indent: -9999em;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  width: 35px;
  z-index: 9;
}
#cboxClose:before {
  background: url("../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/images/qv-controls.png") no-repeat scroll -62px -2px;
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
/* style quickview for product in module megamenu default */
.ub-mega-menu .products-grid a.script-quick-view-button {
  background: #1979c3 url("../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/images/icon-quickview.png") no-repeat scroll 12px 9px;
  min-height: 10px;
  padding: 10px 15px 10px 25px !important;
}
.ub-mega-menu .products-grid a.script-quick-view-button > span {
  display: none !important;
}
.ub-mega-menu .product-item-info .script-quick-view-btn-container {
  left: 45px;
  margin: -26px 0 0;
  top: 50% !important;
  z-index: 20;
}
/*===============style for screen max width 639px ==================*/
/*===============style for screen max width 767px ==================*/
/*===============style for screen max width 768px ==================*/
@media screen and (min-width: 1025px) {
  #cboxWrapper {
    padding-left: 0;
  }
  #cboxTopCenter,
  #cboxContent,
  #cboxBottomCenter {
    max-width: 100% !important;
  }
  .products-grid .product-item a.script-quick-view-button,
  .products-list .product-item a.script-quick-view-button {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .product-item-info .script-quick-view-btn-container {
    top: 30% !important;
  }
}
@media screen and (max-width: 1024px) {
  #cboxClose {
    right: 47px;
  }
  .product-item-info .script-quick-view-btn-container {
    top: 30% !important;
  }
  #cboxWrapper {
    padding-left: 3%;
  }
  #cboxTopCenter,
  #cboxContent,
  #cboxBottomCenter {
    max-width: 90% !important;
  }
  .products-grid .product-item a.script-quick-view-button,
  .products-list .product-item a.script-quick-view-button {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #333333;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #757575;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/Bunkbedscanada/default/en_US/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url(../../frontend/Bunkbedscanada/default/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Bunkbedscanada/default/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin-top: 10px;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  cursor: default;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../../frontend/Bunkbedscanada/default/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  position: static;
  text-decoration: none !important;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/Bunkbedscanada/default/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover {
  color: #006bb4;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(80%);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: table-cell;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .quickview-wrapper .quickview-tabs {
    float: right;
    width: 100% !important;
  }
  .quickview-wrapper .quickview-media.product.media {
    text-align: center;
    margin-top: 20px;
    width: 100% !important;
  }
  .quickview-wrapper .quickview-media.product.media .gallery-placeholder {
    width: 60% !important;
    display: inline-block !important;
  }
  body #cboxTopCenter,
  body #cboxContent,
  body #cboxBottomCenter {
    max-width: 90% !important;
  }
  #colorbox #cboxWrapper {
    padding-left: 2.1%;
  }
  #colorbox #cboxNavigation {
    width: 100%;
  }
  .colorbox #cboxContent {
    padding-right: 10px;
  }
  .colorbox #cboxWrapper {
    padding-left: 2.6% !important;
  }
  .colorbox #cboxTopRight,
  .colorbox #cboxMiddleRight,
  .colorbox #cboxBottomRight {
    width: 16px;
  }
  #cboxTopCenter,
  #cboxContent,
  #cboxBottomCenter {
    max-width: 90% !important;
  }
  .products-grid .product-item a.script-quick-view-button,
  .products-list .product-item a.script-quick-view-button {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .product-item-info .script-quick-view-btn-container {
    top: 30% !important;
  }
  body .colorbox #cboxContent,
  body .colorbox #cboxMiddleLeft,
  body .colorbox #cboxMiddleRight {
    height: 1150px !important;
  }
  body #cboxClose {
    right: 28px;
  }
  body .quickview-tabs {
    margin-top: 15px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .wish.wrapper {
    display: none;
  }
  body #colorbox.colorbox #cboxContent,
  body #colorbox.colorbox #cboxMiddleLeft,
  body #colorbox.colorbox #cboxMiddleRight {
    height: 1235px !important;
    max-height: 1235px !important;
  }
  body .quickview-wrapper .quickview-tabs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    float: left;
  }
  body .colorbox #cboxClose {
    right: 38px;
  }
  body #script-quick-view-tabs .product.data.items::before,
  body #script-quick-view-tabs .product.data.items::after {
    display: none;
  }
  body #cboxLoadedContent {
    margin-bottom: 0 !important;
  }
  body #script-quick-view-tabs .product.data.items > .item.content {
    margin-top: 0 !important;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*='block-compare'] {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper,
  .product.info.detailed .additional-attributes-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  .login-register-popup span.psw {
    display: block;
    float: none;
  }
  .login-register-popup .cancelbtn {
    width: 100%;
  }
  .product-item .script-quick-view-btn-container {
    display: none !important;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 2;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 1;
  }
  .page-products .product-item-actions {
    position: relative;
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%)/3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  font-family: "RobotoRegular";
  font-size: 16px;
  padding: 9px 11px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 20px;
  color: #fff;
  background-color: #869c69;
  border: 1px solid #ccc}
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;}
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width:539px) {
    .container {
      width: 100%;
      margin-right: auto;
      margin-left: auto; }
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      display: flex;
      flex-direction: column-reverse;
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face { font-family: "Ionicons"; src: url("../../frontend/Bunkbedscanada/default/en_US/fonts/ionicons.eot?v=2.0.0"); src: url("../../frontend/Bunkbedscanada/default/en_US/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/ionicons.woff?v=2.0.0") format("woff"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ion-alert:before { content: "\f101"; }

.ion-alert-circled:before { content: "\f100"; }

.ion-android-add:before { content: "\f2c7"; }

.ion-android-add-circle:before { content: "\f359"; }

.ion-android-alarm-clock:before { content: "\f35a"; }

.ion-android-alert:before { content: "\f35b"; }

.ion-android-apps:before { content: "\f35c"; }

.ion-android-archive:before { content: "\f2c9"; }

.ion-android-arrow-back:before { content: "\f2ca"; }

.ion-android-arrow-down:before { content: "\f35d"; }

.ion-android-arrow-dropdown:before { content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }

.ion-android-arrow-dropleft:before { content: "\f361"; }

.ion-android-arrow-dropleft-circle:before { content: "\f360"; }

.ion-android-arrow-dropright:before { content: "\f363"; }

.ion-android-arrow-dropright-circle:before { content: "\f362"; }

.ion-android-arrow-dropup:before { content: "\f365"; }

.ion-android-arrow-dropup-circle:before { content: "\f364"; }

.ion-android-arrow-forward:before { content: "\f30f"; }

.ion-android-arrow-up:before { content: "\f366"; }

.ion-android-attach:before { content: "\f367"; }

.ion-android-bar:before { content: "\f368"; }

.ion-android-bicycle:before { content: "\f369"; }

.ion-android-boat:before { content: "\f36a"; }

.ion-android-bookmark:before { content: "\f36b"; }

.ion-android-bulb:before { content: "\f36c"; }

.ion-android-bus:before { content: "\f36d"; }

.ion-android-calendar:before { content: "\f2d1"; }

.ion-android-call:before { content: "\f2d2"; }

.ion-android-camera:before { content: "\f2d3"; }

.ion-android-cancel:before { content: "\f36e"; }

.ion-android-car:before { content: "\f36f"; }

.ion-android-cart:before { content: "\f370"; }

.ion-android-chat:before { content: "\f2d4"; }

.ion-android-checkbox:before { content: "\f374"; }

.ion-android-checkbox-blank:before { content: "\f371"; }

.ion-android-checkbox-outline:before { content: "\f373"; }

.ion-android-checkbox-outline-blank:before { content: "\f372"; }

.ion-android-checkmark-circle:before { content: "\f375"; }

.ion-android-clipboard:before { content: "\f376"; }

.ion-android-close:before { content: "\f2d7"; }

.ion-android-cloud:before { content: "\f37a"; }

.ion-android-cloud-circle:before { content: "\f377"; }

.ion-android-cloud-done:before { content: "\f378"; }

.ion-android-cloud-outline:before { content: "\f379"; }

.ion-android-color-palette:before { content: "\f37b"; }

.ion-android-compass:before { content: "\f37c"; }

.ion-android-contact:before { content: "\f2d8"; }

.ion-android-contacts:before { content: "\f2d9"; }

.ion-android-contract:before { content: "\f37d"; }

.ion-android-create:before { content: "\f37e"; }

.ion-android-delete:before { content: "\f37f"; }

.ion-android-desktop:before { content: "\f380"; }

.ion-android-document:before { content: "\f381"; }

.ion-android-done:before { content: "\f383"; }

.ion-android-done-all:before { content: "\f382"; }

.ion-android-download:before { content: "\f2dd"; }

.ion-android-drafts:before { content: "\f384"; }

.ion-android-exit:before { content: "\f385"; }

.ion-android-expand:before { content: "\f386"; }

.ion-android-favorite:before { content: "\f388"; }

.ion-android-favorite-outline:before { content: "\f387"; }

.ion-android-film:before { content: "\f389"; }

.ion-android-folder:before { content: "\f2e0"; }

.ion-android-folder-open:before { content: "\f38a"; }

.ion-android-funnel:before { content: "\f38b"; }

.ion-android-globe:before { content: "\f38c"; }

.ion-android-hand:before { content: "\f2e3"; }

.ion-android-hangout:before { content: "\f38d"; }

.ion-android-happy:before { content: "\f38e"; }

.ion-android-home:before { content: "\f38f"; }

.ion-android-image:before { content: "\f2e4"; }

.ion-android-laptop:before { content: "\f390"; }

.ion-android-list:before { content: "\f391"; }

.ion-android-locate:before { content: "\f2e9"; }

.ion-android-lock:before { content: "\f392"; }

.ion-android-mail:before { content: "\f2eb"; }

.ion-android-map:before { content: "\f393"; }

.ion-android-menu:before { content: "\f394"; }

.ion-android-microphone:before { content: "\f2ec"; }

.ion-android-microphone-off:before { content: "\f395"; }

.ion-android-more-horizontal:before { content: "\f396"; }

.ion-android-more-vertical:before { content: "\f397"; }

.ion-android-navigate:before { content: "\f398"; }

.ion-android-notifications:before { content: "\f39b"; }

.ion-android-notifications-none:before { content: "\f399"; }

.ion-android-notifications-off:before { content: "\f39a"; }

.ion-android-open:before { content: "\f39c"; }

.ion-android-options:before { content: "\f39d"; }

.ion-android-people:before { content: "\f39e"; }

.ion-android-person:before { content: "\f3a0"; }

.ion-android-person-add:before { content: "\f39f"; }

.ion-android-phone-landscape:before { content: "\f3a1"; }

.ion-android-phone-portrait:before { content: "\f3a2"; }

.ion-android-pin:before { content: "\f3a3"; }

.ion-android-plane:before { content: "\f3a4"; }

.ion-android-playstore:before { content: "\f2f0"; }

.ion-android-print:before { content: "\f3a5"; }

.ion-android-radio-button-off:before { content: "\f3a6"; }

.ion-android-radio-button-on:before { content: "\f3a7"; }

.ion-android-refresh:before { content: "\f3a8"; }

.ion-android-remove:before { content: "\f2f4"; }

.ion-android-remove-circle:before { content: "\f3a9"; }

.ion-android-restaurant:before { content: "\f3aa"; }

.ion-android-sad:before { content: "\f3ab"; }

.ion-android-search:before { content: "\f2f5"; }

.ion-android-send:before { content: "\f2f6"; }

.ion-android-settings:before { content: "\f2f7"; }

.ion-android-share:before { content: "\f2f8"; }

.ion-android-share-alt:before { content: "\f3ac"; }

.ion-android-star:before { content: "\f2fc"; }

.ion-android-star-half:before { content: "\f3ad"; }

.ion-android-star-outline:before { content: "\f3ae"; }

.ion-android-stopwatch:before { content: "\f2fd"; }

.ion-android-subway:before { content: "\f3af"; }

.ion-android-sunny:before { content: "\f3b0"; }

.ion-android-sync:before { content: "\f3b1"; }

.ion-android-textsms:before { content: "\f3b2"; }

.ion-android-time:before { content: "\f3b3"; }

.ion-android-train:before { content: "\f3b4"; }

.ion-android-unlock:before { content: "\f3b5"; }

.ion-android-upload:before { content: "\f3b6"; }

.ion-android-volume-down:before { content: "\f3b7"; }

.ion-android-volume-mute:before { content: "\f3b8"; }

.ion-android-volume-off:before { content: "\f3b9"; }

.ion-android-volume-up:before { content: "\f3ba"; }

.ion-android-walk:before { content: "\f3bb"; }

.ion-android-warning:before { content: "\f3bc"; }

.ion-android-watch:before { content: "\f3bd"; }

.ion-android-wifi:before { content: "\f305"; }

.ion-aperture:before { content: "\f313"; }

.ion-archive:before { content: "\f102"; }

.ion-arrow-down-a:before { content: "\f103"; }

.ion-arrow-down-b:before { content: "\f104"; }

.ion-arrow-down-c:before { content: "\f105"; }

.ion-arrow-expand:before { content: "\f25e"; }

.ion-arrow-graph-down-left:before { content: "\f25f"; }

.ion-arrow-graph-down-right:before { content: "\f260"; }

.ion-arrow-graph-up-left:before { content: "\f261"; }

.ion-arrow-graph-up-right:before { content: "\f262"; }

.ion-arrow-left-a:before { content: "\f106"; }

.ion-arrow-left-b:before { content: "\f107"; }

.ion-arrow-left-c:before { content: "\f108"; }

.ion-arrow-move:before { content: "\f263"; }

.ion-arrow-resize:before { content: "\f264"; }

.ion-arrow-return-left:before { content: "\f265"; }

.ion-arrow-return-right:before { content: "\f266"; }

.ion-arrow-right-a:before { content: "\f109"; }

.ion-arrow-right-b:before { content: "\f10a"; }

.ion-arrow-right-c:before { content: "\f10b"; }

.ion-arrow-shrink:before { content: "\f267"; }

.ion-arrow-swap:before { content: "\f268"; }

.ion-arrow-up-a:before { content: "\f10c"; }

.ion-arrow-up-b:before { content: "\f10d"; }

.ion-arrow-up-c:before { content: "\f10e"; }

.ion-asterisk:before { content: "\f314"; }

.ion-at:before { content: "\f10f"; }

.ion-backspace:before { content: "\f3bf"; }

.ion-backspace-outline:before { content: "\f3be"; }

.ion-bag:before { content: "\f110"; }

.ion-battery-charging:before { content: "\f111"; }

.ion-battery-empty:before { content: "\f112"; }

.ion-battery-full:before { content: "\f113"; }

.ion-battery-half:before { content: "\f114"; }

.ion-battery-low:before { content: "\f115"; }

.ion-beaker:before { content: "\f269"; }

.ion-beer:before { content: "\f26a"; }

.ion-bluetooth:before { content: "\f116"; }

.ion-bonfire:before { content: "\f315"; }

.ion-bookmark:before { content: "\f26b"; }

.ion-bowtie:before { content: "\f3c0"; }

.ion-briefcase:before { content: "\f26c"; }

.ion-bug:before { content: "\f2be"; }

.ion-calculator:before { content: "\f26d"; }

.ion-calendar:before { content: "\f117"; }

.ion-camera:before { content: "\f118"; }

.ion-card:before { content: "\f119"; }

.ion-cash:before { content: "\f316"; }

.ion-chatbox:before { content: "\f11b"; }

.ion-chatbox-working:before { content: "\f11a"; }

.ion-chatboxes:before { content: "\f11c"; }

.ion-chatbubble:before { content: "\f11e"; }

.ion-chatbubble-working:before { content: "\f11d"; }

.ion-chatbubbles:before { content: "\f11f"; }

.ion-checkmark:before { content: "\f122"; }

.ion-checkmark-circled:before { content: "\f120"; }

.ion-checkmark-round:before { content: "\f121"; }

.ion-chevron-down:before { content: "\f123"; }

.ion-chevron-left:before { content: "\f124"; }

.ion-chevron-right:before { content: "\f125"; }

.ion-chevron-up:before { content: "\f126"; }

.ion-clipboard:before { content: "\f127"; }

.ion-clock:before { content: "\f26e"; }

.ion-close:before { content: "\f12a"; }

.ion-close-circled:before { content: "\f128"; }

.ion-close-round:before { content: "\f129"; }

.ion-closed-captioning:before { content: "\f317"; }

.ion-cloud:before { content: "\f12b"; }

.ion-code:before { content: "\f271"; }

.ion-code-download:before { content: "\f26f"; }

.ion-code-working:before { content: "\f270"; }

.ion-coffee:before { content: "\f272"; }

.ion-compass:before { content: "\f273"; }

.ion-compose:before { content: "\f12c"; }

.ion-connection-bars:before { content: "\f274"; }

.ion-contrast:before { content: "\f275"; }

.ion-crop:before { content: "\f3c1"; }

.ion-cube:before { content: "\f318"; }

.ion-disc:before { content: "\f12d"; }

.ion-document:before { content: "\f12f"; }

.ion-document-text:before { content: "\f12e"; }

.ion-drag:before { content: "\f130"; }

.ion-earth:before { content: "\f276"; }

.ion-easel:before { content: "\f3c2"; }

.ion-edit:before { content: "\f2bf"; }

.ion-egg:before { content: "\f277"; }

.ion-eject:before { content: "\f131"; }

.ion-email:before { content: "\f132"; }

.ion-email-unread:before { content: "\f3c3"; }

.ion-erlenmeyer-flask:before { content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }

.ion-eye:before { content: "\f133"; }

.ion-eye-disabled:before { content: "\f306"; }

.ion-female:before { content: "\f278"; }

.ion-filing:before { content: "\f134"; }

.ion-film-marker:before { content: "\f135"; }

.ion-fireball:before { content: "\f319"; }

.ion-flag:before { content: "\f279"; }

.ion-flame:before { content: "\f31a"; }

.ion-flash:before { content: "\f137"; }

.ion-flash-off:before { content: "\f136"; }

.ion-folder:before { content: "\f139"; }

.ion-fork:before { content: "\f27a"; }

.ion-fork-repo:before { content: "\f2c0"; }

.ion-forward:before { content: "\f13a"; }

.ion-funnel:before { content: "\f31b"; }

.ion-gear-a:before { content: "\f13d"; }

.ion-gear-b:before { content: "\f13e"; }

.ion-grid:before { content: "\f13f"; }

.ion-hammer:before { content: "\f27b"; }

.ion-happy:before { content: "\f31c"; }

.ion-happy-outline:before { content: "\f3c6"; }

.ion-headphone:before { content: "\f140"; }

.ion-heart:before { content: "\f141"; }

.ion-heart-broken:before { content: "\f31d"; }

.ion-help:before { content: "\f143"; }

.ion-help-buoy:before { content: "\f27c"; }

.ion-help-circled:before { content: "\f142"; }

.ion-home:before { content: "\f144"; }

.ion-icecream:before { content: "\f27d"; }

.ion-image:before { content: "\f147"; }

.ion-images:before { content: "\f148"; }

.ion-information:before { content: "\f14a"; }

.ion-information-circled:before { content: "\f149"; }

.ion-ionic:before { content: "\f14b"; }

.ion-ios-alarm:before { content: "\f3c8"; }

.ion-ios-alarm-outline:before { content: "\f3c7"; }

.ion-ios-albums:before { content: "\f3ca"; }

.ion-ios-albums-outline:before { content: "\f3c9"; }

.ion-ios-americanfootball:before { content: "\f3cc"; }

.ion-ios-americanfootball-outline:before { content: "\f3cb"; }

.ion-ios-analytics:before { content: "\f3ce"; }

.ion-ios-analytics-outline:before { content: "\f3cd"; }

.ion-ios-arrow-back:before { content: "\f3cf"; }

.ion-ios-arrow-down:before { content: "\f3d0"; }

.ion-ios-arrow-forward:before { content: "\f3d1"; }

.ion-ios-arrow-left:before { content: "\f3d2"; }

.ion-ios-arrow-right:before { content: "\f3d3"; }

.ion-ios-arrow-thin-down:before { content: "\f3d4"; }

.ion-ios-arrow-thin-left:before { content: "\f3d5"; }

.ion-ios-arrow-thin-right:before { content: "\f3d6"; }

.ion-ios-arrow-thin-up:before { content: "\f3d7"; }

.ion-ios-arrow-up:before { content: "\f3d8"; }

.ion-ios-at:before { content: "\f3da"; }

.ion-ios-at-outline:before { content: "\f3d9"; }

.ion-ios-barcode:before { content: "\f3dc"; }

.ion-ios-barcode-outline:before { content: "\f3db"; }

.ion-ios-baseball:before { content: "\f3de"; }

.ion-ios-baseball-outline:before { content: "\f3dd"; }

.ion-ios-basketball:before { content: "\f3e0"; }

.ion-ios-basketball-outline:before { content: "\f3df"; }

.ion-ios-bell:before { content: "\f3e2"; }

.ion-ios-bell-outline:before { content: "\f3e1"; }

.ion-ios-body:before { content: "\f3e4"; }

.ion-ios-body-outline:before { content: "\f3e3"; }

.ion-ios-bolt:before { content: "\f3e6"; }

.ion-ios-bolt-outline:before { content: "\f3e5"; }

.ion-ios-book:before { content: "\f3e8"; }

.ion-ios-book-outline:before { content: "\f3e7"; }

.ion-ios-bookmarks:before { content: "\f3ea"; }

.ion-ios-bookmarks-outline:before { content: "\f3e9"; }

.ion-ios-box:before { content: "\f3ec"; }

.ion-ios-box-outline:before { content: "\f3eb"; }

.ion-ios-briefcase:before { content: "\f3ee"; }

.ion-ios-briefcase-outline:before { content: "\f3ed"; }

.ion-ios-browsers:before { content: "\f3f0"; }

.ion-ios-browsers-outline:before { content: "\f3ef"; }

.ion-ios-calculator:before { content: "\f3f2"; }

.ion-ios-calculator-outline:before { content: "\f3f1"; }

.ion-ios-calendar:before { content: "\f3f4"; }

.ion-ios-calendar-outline:before { content: "\f3f3"; }

.ion-ios-camera:before { content: "\f3f6"; }

.ion-ios-camera-outline:before { content: "\f3f5"; }

.ion-ios-cart:before { content: "\f3f8"; }

.ion-ios-cart-outline:before { content: "\f3f7"; }

.ion-ios-chatboxes:before { content: "\f3fa"; }

.ion-ios-chatboxes-outline:before { content: "\f3f9"; }

.ion-ios-chatbubble:before { content: "\f3fc"; }

.ion-ios-chatbubble-outline:before { content: "\f3fb"; }

.ion-ios-checkmark:before { content: "\f3ff"; }

.ion-ios-checkmark-empty:before { content: "\f3fd"; }

.ion-ios-checkmark-outline:before { content: "\f3fe"; }

.ion-ios-circle-filled:before { content: "\f400"; }

.ion-ios-circle-outline:before { content: "\f401"; }

.ion-ios-clock:before { content: "\f403"; }

.ion-ios-clock-outline:before { content: "\f402"; }

.ion-ios-close:before { content: "\f406"; }

.ion-ios-close-empty:before { content: "\f404"; }

.ion-ios-close-outline:before { content: "\f405"; }

.ion-ios-cloud:before { content: "\f40c"; }

.ion-ios-cloud-download:before { content: "\f408"; }

.ion-ios-cloud-download-outline:before { content: "\f407"; }

.ion-ios-cloud-outline:before { content: "\f409"; }

.ion-ios-cloud-upload:before { content: "\f40b"; }

.ion-ios-cloud-upload-outline:before { content: "\f40a"; }

.ion-ios-cloudy:before { content: "\f410"; }

.ion-ios-cloudy-night:before { content: "\f40e"; }

.ion-ios-cloudy-night-outline:before { content: "\f40d"; }

.ion-ios-cloudy-outline:before { content: "\f40f"; }

.ion-ios-cog:before { content: "\f412"; }

.ion-ios-cog-outline:before { content: "\f411"; }

.ion-ios-color-filter:before { content: "\f414"; }

.ion-ios-color-filter-outline:before { content: "\f413"; }

.ion-ios-color-wand:before { content: "\f416"; }

.ion-ios-color-wand-outline:before { content: "\f415"; }

.ion-ios-compose:before { content: "\f418"; }

.ion-ios-compose-outline:before { content: "\f417"; }

.ion-ios-contact:before { content: "\f41a"; }

.ion-ios-contact-outline:before { content: "\f419"; }

.ion-ios-copy:before { content: "\f41c"; }

.ion-ios-copy-outline:before { content: "\f41b"; }

.ion-ios-crop:before { content: "\f41e"; }

.ion-ios-crop-strong:before { content: "\f41d"; }

.ion-ios-download:before { content: "\f420"; }

.ion-ios-download-outline:before { content: "\f41f"; }

.ion-ios-drag:before { content: "\f421"; }

.ion-ios-email:before { content: "\f423"; }

.ion-ios-email-outline:before { content: "\f422"; }

.ion-ios-eye:before { content: "\f425"; }

.ion-ios-eye-outline:before { content: "\f424"; }

.ion-ios-fastforward:before { content: "\f427"; }

.ion-ios-fastforward-outline:before { content: "\f426"; }

.ion-ios-filing:before { content: "\f429"; }

.ion-ios-filing-outline:before { content: "\f428"; }

.ion-ios-film:before { content: "\f42b"; }

.ion-ios-film-outline:before { content: "\f42a"; }

.ion-ios-flag:before { content: "\f42d"; }

.ion-ios-flag-outline:before { content: "\f42c"; }

.ion-ios-flame:before { content: "\f42f"; }

.ion-ios-flame-outline:before { content: "\f42e"; }

.ion-ios-flask:before { content: "\f431"; }

.ion-ios-flask-outline:before { content: "\f430"; }

.ion-ios-flower:before { content: "\f433"; }

.ion-ios-flower-outline:before { content: "\f432"; }

.ion-ios-folder:before { content: "\f435"; }

.ion-ios-folder-outline:before { content: "\f434"; }

.ion-ios-football:before { content: "\f437"; }

.ion-ios-football-outline:before { content: "\f436"; }

.ion-ios-game-controller-a:before { content: "\f439"; }

.ion-ios-game-controller-a-outline:before { content: "\f438"; }

.ion-ios-game-controller-b:before { content: "\f43b"; }

.ion-ios-game-controller-b-outline:before { content: "\f43a"; }

.ion-ios-gear:before { content: "\f43d"; }

.ion-ios-gear-outline:before { content: "\f43c"; }

.ion-ios-glasses:before { content: "\f43f"; }

.ion-ios-glasses-outline:before { content: "\f43e"; }

.ion-ios-grid-view:before { content: "\f441"; }

.ion-ios-grid-view-outline:before { content: "\f440"; }

.ion-ios-heart:before { content: "\f443"; }

.ion-ios-heart-outline:before { content: "\f442"; }

.ion-ios-help:before { content: "\f446"; }

.ion-ios-help-empty:before { content: "\f444"; }

.ion-ios-help-outline:before { content: "\f445"; }

.ion-ios-home:before { content: "\f448"; }

.ion-ios-home-outline:before { content: "\f447"; }

.ion-ios-infinite:before { content: "\f44a"; }

.ion-ios-infinite-outline:before { content: "\f449"; }

.ion-ios-information:before { content: "\f44d"; }

.ion-ios-information-empty:before { content: "\f44b"; }

.ion-ios-information-outline:before { content: "\f44c"; }

.ion-ios-ionic-outline:before { content: "\f44e"; }

.ion-ios-keypad:before { content: "\f450"; }

.ion-ios-keypad-outline:before { content: "\f44f"; }

.ion-ios-lightbulb:before { content: "\f452"; }

.ion-ios-lightbulb-outline:before { content: "\f451"; }

.ion-ios-list:before { content: "\f454"; }

.ion-ios-list-outline:before { content: "\f453"; }

.ion-ios-location:before { content: "\f456"; }

.ion-ios-location-outline:before { content: "\f455"; }

.ion-ios-locked:before { content: "\f458"; }

.ion-ios-locked-outline:before { content: "\f457"; }

.ion-ios-loop:before { content: "\f45a"; }

.ion-ios-loop-strong:before { content: "\f459"; }

.ion-ios-medical:before { content: "\f45c"; }

.ion-ios-medical-outline:before { content: "\f45b"; }

.ion-ios-medkit:before { content: "\f45e"; }

.ion-ios-medkit-outline:before { content: "\f45d"; }

.ion-ios-mic:before { content: "\f461"; }

.ion-ios-mic-off:before { content: "\f45f"; }

.ion-ios-mic-outline:before { content: "\f460"; }

.ion-ios-minus:before { content: "\f464"; }

.ion-ios-minus-empty:before { content: "\f462"; }

.ion-ios-minus-outline:before { content: "\f463"; }

.ion-ios-monitor:before { content: "\f466"; }

.ion-ios-monitor-outline:before { content: "\f465"; }

.ion-ios-moon:before { content: "\f468"; }

.ion-ios-moon-outline:before { content: "\f467"; }

.ion-ios-more:before { content: "\f46a"; }

.ion-ios-more-outline:before { content: "\f469"; }

.ion-ios-musical-note:before { content: "\f46b"; }

.ion-ios-musical-notes:before { content: "\f46c"; }

.ion-ios-navigate:before { content: "\f46e"; }

.ion-ios-navigate-outline:before { content: "\f46d"; }

.ion-ios-nutrition:before { content: "\f470"; }

.ion-ios-nutrition-outline:before { content: "\f46f"; }

.ion-ios-paper:before { content: "\f472"; }

.ion-ios-paper-outline:before { content: "\f471"; }

.ion-ios-paperplane:before { content: "\f474"; }

.ion-ios-paperplane-outline:before { content: "\f473"; }

.ion-ios-partlysunny:before { content: "\f476"; }

.ion-ios-partlysunny-outline:before { content: "\f475"; }

.ion-ios-pause:before { content: "\f478"; }

.ion-ios-pause-outline:before { content: "\f477"; }

.ion-ios-paw:before { content: "\f47a"; }

.ion-ios-paw-outline:before { content: "\f479"; }

.ion-ios-people:before { content: "\f47c"; }

.ion-ios-people-outline:before { content: "\f47b"; }

.ion-ios-person:before { content: "\f47e"; }

.ion-ios-person-outline:before { content: "\f47d"; }

.ion-ios-personadd:before { content: "\f480"; }

.ion-ios-personadd-outline:before { content: "\f47f"; }

.ion-ios-photos:before { content: "\f482"; }

.ion-ios-photos-outline:before { content: "\f481"; }

.ion-ios-pie:before { content: "\f484"; }

.ion-ios-pie-outline:before { content: "\f483"; }

.ion-ios-pint:before { content: "\f486"; }

.ion-ios-pint-outline:before { content: "\f485"; }

.ion-ios-play:before { content: "\f488"; }

.ion-ios-play-outline:before { content: "\f487"; }

.ion-ios-plus:before { content: "\f48b"; }

.ion-ios-plus-empty:before { content: "\f489"; }

.ion-ios-plus-outline:before { content: "\f48a"; }

.ion-ios-pricetag:before { content: "\f48d"; }

.ion-ios-pricetag-outline:before { content: "\f48c"; }

.ion-ios-pricetags:before { content: "\f48f"; }

.ion-ios-pricetags-outline:before { content: "\f48e"; }

.ion-ios-printer:before { content: "\f491"; }

.ion-ios-printer-outline:before { content: "\f490"; }

.ion-ios-pulse:before { content: "\f493"; }

.ion-ios-pulse-strong:before { content: "\f492"; }

.ion-ios-rainy:before { content: "\f495"; }

.ion-ios-rainy-outline:before { content: "\f494"; }

.ion-ios-recording:before { content: "\f497"; }

.ion-ios-recording-outline:before { content: "\f496"; }

.ion-ios-redo:before { content: "\f499"; }

.ion-ios-redo-outline:before { content: "\f498"; }

.ion-ios-refresh:before { content: "\f49c"; }

.ion-ios-refresh-empty:before { content: "\f49a"; }

.ion-ios-refresh-outline:before { content: "\f49b"; }

.ion-ios-reload:before { content: "\f49d"; }

.ion-ios-reverse-camera:before { content: "\f49f"; }

.ion-ios-reverse-camera-outline:before { content: "\f49e"; }

.ion-ios-rewind:before { content: "\f4a1"; }

.ion-ios-rewind-outline:before { content: "\f4a0"; }

.ion-ios-rose:before { content: "\f4a3"; }

.ion-ios-rose-outline:before { content: "\f4a2"; }

.ion-ios-search:before { content: "\f4a5"; }

.ion-ios-search-strong:before { content: "\f4a4"; }

.ion-ios-settings:before { content: "\f4a7"; }

.ion-ios-settings-strong:before { content: "\f4a6"; }

.ion-ios-shuffle:before { content: "\f4a9"; }

.ion-ios-shuffle-strong:before { content: "\f4a8"; }

.ion-ios-skipbackward:before { content: "\f4ab"; }

.ion-ios-skipbackward-outline:before { content: "\f4aa"; }

.ion-ios-skipforward:before { content: "\f4ad"; }

.ion-ios-skipforward-outline:before { content: "\f4ac"; }

.ion-ios-snowy:before { content: "\f4ae"; }

.ion-ios-speedometer:before { content: "\f4b0"; }

.ion-ios-speedometer-outline:before { content: "\f4af"; }

.ion-ios-star:before { content: "\f4b3"; }

.ion-ios-star-half:before { content: "\f4b1"; }

.ion-ios-star-outline:before { content: "\f4b2"; }

.ion-ios-stopwatch:before { content: "\f4b5"; }

.ion-ios-stopwatch-outline:before { content: "\f4b4"; }

.ion-ios-sunny:before { content: "\f4b7"; }

.ion-ios-sunny-outline:before { content: "\f4b6"; }

.ion-ios-telephone:before { content: "\f4b9"; }

.ion-ios-telephone-outline:before { content: "\f4b8"; }

.ion-ios-tennisball:before { content: "\f4bb"; }

.ion-ios-tennisball-outline:before { content: "\f4ba"; }

.ion-ios-thunderstorm:before { content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }

.ion-ios-time:before { content: "\f4bf"; }

.ion-ios-time-outline:before { content: "\f4be"; }

.ion-ios-timer:before { content: "\f4c1"; }

.ion-ios-timer-outline:before { content: "\f4c0"; }

.ion-ios-toggle:before { content: "\f4c3"; }

.ion-ios-toggle-outline:before { content: "\f4c2"; }

.ion-ios-trash:before { content: "\f4c5"; }

.ion-ios-trash-outline:before { content: "\f4c4"; }

.ion-ios-undo:before { content: "\f4c7"; }

.ion-ios-undo-outline:before { content: "\f4c6"; }

.ion-ios-unlocked:before { content: "\f4c9"; }

.ion-ios-unlocked-outline:before { content: "\f4c8"; }

.ion-ios-upload:before { content: "\f4cb"; }

.ion-ios-upload-outline:before { content: "\f4ca"; }

.ion-ios-videocam:before { content: "\f4cd"; }

.ion-ios-videocam-outline:before { content: "\f4cc"; }

.ion-ios-volume-high:before { content: "\f4ce"; }

.ion-ios-volume-low:before { content: "\f4cf"; }

.ion-ios-wineglass:before { content: "\f4d1"; }

.ion-ios-wineglass-outline:before { content: "\f4d0"; }

.ion-ios-world:before { content: "\f4d3"; }

.ion-ios-world-outline:before { content: "\f4d2"; }

.ion-ipad:before { content: "\f1f9"; }

.ion-iphone:before { content: "\f1fa"; }

.ion-ipod:before { content: "\f1fb"; }

.ion-jet:before { content: "\f295"; }

.ion-key:before { content: "\f296"; }

.ion-knife:before { content: "\f297"; }

.ion-laptop:before { content: "\f1fc"; }

.ion-leaf:before { content: "\f1fd"; }

.ion-levels:before { content: "\f298"; }

.ion-lightbulb:before { content: "\f299"; }

.ion-link:before { content: "\f1fe"; }

.ion-load-a:before { content: "\f29a"; }

.ion-load-b:before { content: "\f29b"; }

.ion-load-c:before { content: "\f29c"; }

.ion-load-d:before { content: "\f29d"; }

.ion-location:before { content: "\f1ff"; }

.ion-lock-combination:before { content: "\f4d4"; }

.ion-locked:before { content: "\f200"; }

.ion-log-in:before { content: "\f29e"; }

.ion-log-out:before { content: "\f29f"; }

.ion-loop:before { content: "\f201"; }

.ion-magnet:before { content: "\f2a0"; }

.ion-male:before { content: "\f2a1"; }

.ion-man:before { content: "\f202"; }

.ion-map:before { content: "\f203"; }

.ion-medkit:before { content: "\f2a2"; }

.ion-merge:before { content: "\f33f"; }

.ion-mic-a:before { content: "\f204"; }

.ion-mic-b:before { content: "\f205"; }

.ion-mic-c:before { content: "\f206"; }

.ion-minus:before { content: "\f209"; }

.ion-minus-circled:before { content: "\f207"; }

.ion-minus-round:before { content: "\f208"; }

.ion-model-s:before { content: "\f2c1"; }

.ion-monitor:before { content: "\f20a"; }

.ion-more:before { content: "\f20b"; }

.ion-mouse:before { content: "\f340"; }

.ion-music-note:before { content: "\f20c"; }

.ion-navicon:before { content: "\f20e"; }

.ion-navicon-round:before { content: "\f20d"; }

.ion-navigate:before { content: "\f2a3"; }

.ion-network:before { content: "\f341"; }

.ion-no-smoking:before { content: "\f2c2"; }

.ion-nuclear:before { content: "\f2a4"; }

.ion-outlet:before { content: "\f342"; }

.ion-paintbrush:before { content: "\f4d5"; }

.ion-paintbucket:before { content: "\f4d6"; }

.ion-paper-airplane:before { content: "\f2c3"; }

.ion-paperclip:before { content: "\f20f"; }

.ion-pause:before { content: "\f210"; }

.ion-person:before { content: "\f213"; }

.ion-person-add:before { content: "\f211"; }

.ion-person-stalker:before { content: "\f212"; }

.ion-pie-graph:before { content: "\f2a5"; }

.ion-pin:before { content: "\f2a6"; }

.ion-pinpoint:before { content: "\f2a7"; }

.ion-pizza:before { content: "\f2a8"; }

.ion-plane:before { content: "\f214"; }

.ion-planet:before { content: "\f343"; }

.ion-play:before { content: "\f215"; }

.ion-playstation:before { content: "\f30a"; }

.ion-plus:before { content: "\f218"; }

.ion-plus-circled:before { content: "\f216"; }

.ion-plus-round:before { content: "\f217"; }

.ion-podium:before { content: "\f344"; }

.ion-pound:before { content: "\f219"; }

.ion-power:before { content: "\f2a9"; }

.ion-pricetag:before { content: "\f2aa"; }

.ion-pricetags:before { content: "\f2ab"; }

.ion-printer:before { content: "\f21a"; }

.ion-pull-request:before { content: "\f345"; }

.ion-qr-scanner:before { content: "\f346"; }

.ion-quote:before { content: "\f347"; }

.ion-radio-waves:before { content: "\f2ac"; }

.ion-record:before { content: "\f21b"; }

.ion-refresh:before { content: "\f21c"; }

.ion-reply:before { content: "\f21e"; }

.ion-reply-all:before { content: "\f21d"; }

.ion-ribbon-a:before { content: "\f348"; }

.ion-ribbon-b:before { content: "\f349"; }

.ion-sad:before { content: "\f34a"; }

.ion-sad-outline:before { content: "\f4d7"; }

.ion-scissors:before { content: "\f34b"; }

.ion-search:before { content: "\f21f"; }

.ion-settings:before { content: "\f2ad"; }

.ion-share:before { content: "\f220"; }

.ion-shuffle:before { content: "\f221"; }

.ion-skip-backward:before { content: "\f222"; }

.ion-skip-forward:before { content: "\f223"; }

.ion-social-android:before { content: "\f225"; }

.ion-social-android-outline:before { content: "\f224"; }

.ion-social-angular:before { content: "\f4d9"; }

.ion-social-angular-outline:before { content: "\f4d8"; }

.ion-social-apple:before { content: "\f227"; }

.ion-social-apple-outline:before { content: "\f226"; }

.ion-social-bitcoin:before { content: "\f2af"; }

.ion-social-bitcoin-outline:before { content: "\f2ae"; }

.ion-social-buffer:before { content: "\f229"; }

.ion-social-buffer-outline:before { content: "\f228"; }

.ion-social-chrome:before { content: "\f4db"; }

.ion-social-chrome-outline:before { content: "\f4da"; }

.ion-social-codepen:before { content: "\f4dd"; }

.ion-social-codepen-outline:before { content: "\f4dc"; }

.ion-social-css3:before { content: "\f4df"; }

.ion-social-css3-outline:before { content: "\f4de"; }

.ion-social-designernews:before { content: "\f22b"; }

.ion-social-designernews-outline:before { content: "\f22a"; }

.ion-social-dribbble:before { content: "\f22d"; }

.ion-social-dribbble-outline:before { content: "\f22c"; }

.ion-social-dropbox:before { content: "\f22f"; }

.ion-social-dropbox-outline:before { content: "\f22e"; }

.ion-social-euro:before { content: "\f4e1"; }

.ion-social-euro-outline:before { content: "\f4e0"; }

.ion-social-facebook:before { content: "\f231"; }

.ion-social-facebook-outline:before { content: "\f230"; }

.ion-social-foursquare:before { content: "\f34d"; }

.ion-social-foursquare-outline:before { content: "\f34c"; }

.ion-social-freebsd-devil:before { content: "\f2c4"; }

.ion-social-github:before { content: "\f233"; }

.ion-social-github-outline:before { content: "\f232"; }

.ion-social-google:before { content: "\f34f"; }

.ion-social-google-outline:before { content: "\f34e"; }

.ion-social-googleplus:before { content: "\f235"; }

.ion-social-googleplus-outline:before { content: "\f234"; }

.ion-social-hackernews:before { content: "\f237"; }

.ion-social-hackernews-outline:before { content: "\f236"; }

.ion-social-html5:before { content: "\f4e3"; }

.ion-social-html5-outline:before { content: "\f4e2"; }

.ion-social-instagram:before { content: "\f351"; }

.ion-social-instagram-outline:before { content: "\f350"; }

.ion-social-javascript:before { content: "\f4e5"; }

.ion-social-javascript-outline:before { content: "\f4e4"; }

.ion-social-linkedin:before { content: "\f239"; }

.ion-social-linkedin-outline:before { content: "\f238"; }

.ion-social-markdown:before { content: "\f4e6"; }

.ion-social-nodejs:before { content: "\f4e7"; }

.ion-social-octocat:before { content: "\f4e8"; }

.ion-social-pinterest:before { content: "\f2b1"; }

.ion-social-pinterest-outline:before { content: "\f2b0"; }

.ion-social-python:before { content: "\f4e9"; }

.ion-social-reddit:before { content: "\f23b"; }

.ion-social-reddit-outline:before { content: "\f23a"; }

.ion-social-rss:before { content: "\f23d"; }

.ion-social-rss-outline:before { content: "\f23c"; }

.ion-social-sass:before { content: "\f4ea"; }

.ion-social-skype:before { content: "\f23f"; }

.ion-social-skype-outline:before { content: "\f23e"; }

.ion-social-snapchat:before { content: "\f4ec"; }

.ion-social-snapchat-outline:before { content: "\f4eb"; }

.ion-social-tumblr:before { content: "\f241"; }

.ion-social-tumblr-outline:before { content: "\f240"; }

.ion-social-tux:before { content: "\f2c5"; }

.ion-social-twitch:before { content: "\f4ee"; }

.ion-social-twitch-outline:before { content: "\f4ed"; }

.ion-social-twitter:before { content: "\f243"; }

.ion-social-twitter-outline:before { content: "\f242"; }

.ion-social-usd:before { content: "\f353"; }

.ion-social-usd-outline:before { content: "\f352"; }

.ion-social-vimeo:before { content: "\f245"; }

.ion-social-vimeo-outline:before { content: "\f244"; }

.ion-social-whatsapp:before { content: "\f4f0"; }

.ion-social-whatsapp-outline:before { content: "\f4ef"; }

.ion-social-windows:before { content: "\f247"; }

.ion-social-windows-outline:before { content: "\f246"; }

.ion-social-wordpress:before { content: "\f249"; }

.ion-social-wordpress-outline:before { content: "\f248"; }

.ion-social-yahoo:before { content: "\f24b"; }

.ion-social-yahoo-outline:before { content: "\f24a"; }

.ion-social-yen:before { content: "\f4f2"; }

.ion-social-yen-outline:before { content: "\f4f1"; }

.ion-social-youtube:before { content: "\f24d"; }

.ion-social-youtube-outline:before { content: "\f24c"; }

.ion-soup-can:before { content: "\f4f4"; }

.ion-soup-can-outline:before { content: "\f4f3"; }

.ion-speakerphone:before { content: "\f2b2"; }

.ion-speedometer:before { content: "\f2b3"; }

.ion-spoon:before { content: "\f2b4"; }

.ion-star:before { content: "\f24e"; }

.ion-stats-bars:before { content: "\f2b5"; }

.ion-steam:before { content: "\f30b"; }

.ion-stop:before { content: "\f24f"; }

.ion-thermometer:before { content: "\f2b6"; }

.ion-thumbsdown:before { content: "\f250"; }

.ion-thumbsup:before { content: "\f251"; }

.ion-toggle:before { content: "\f355"; }

.ion-toggle-filled:before { content: "\f354"; }

.ion-transgender:before { content: "\f4f5"; }

.ion-trash-a:before { content: "\f252"; }

.ion-trash-b:before { content: "\f253"; }

.ion-trophy:before { content: "\f356"; }

.ion-tshirt:before { content: "\f4f7"; }

.ion-tshirt-outline:before { content: "\f4f6"; }

.ion-umbrella:before { content: "\f2b7"; }

.ion-university:before { content: "\f357"; }

.ion-unlocked:before { content: "\f254"; }

.ion-upload:before { content: "\f255"; }

.ion-usb:before { content: "\f2b8"; }

.ion-videocamera:before { content: "\f256"; }

.ion-volume-high:before { content: "\f257"; }

.ion-volume-low:before { content: "\f258"; }

.ion-volume-medium:before { content: "\f259"; }

.ion-volume-mute:before { content: "\f25a"; }

.ion-wand:before { content: "\f358"; }

.ion-waterdrop:before { content: "\f25b"; }

.ion-wifi:before { content: "\f25c"; }

.ion-wineglass:before { content: "\f2b9"; }

.ion-woman:before { content: "\f25d"; }

.ion-wrench:before { content: "\f2ba"; }

.ion-xbox:before { content: "\f30c"; }
/*! jQuery UI - v1.12.1 - 2018-04-06
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../../frontend/Bunkbedscanada/default/en_US/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../../frontend/Bunkbedscanada/default/en_US/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../../frontend/Bunkbedscanada/default/en_US/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../../frontend/Bunkbedscanada/default/en_US/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../../frontend/Bunkbedscanada/default/en_US/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../../frontend/Bunkbedscanada/default/en_US/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("../../frontend/Bunkbedscanada/default/en_US/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    position: relative;
    zoom: 1;
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*.flex-direction-nav a:before {*/
/*    font-family: "flexslider-icon";*/
/*    font-size: 40px;*/
/*    display: inline-block;*/
/*    content: '\f001';*/
/*    color: rgba(0, 0, 0, 0.8);*/
/*    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
/*}*/
/*.flex-direction-nav a.flex-next:before {*/
/*    content: '\f002';*/
/*}*/

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}@font-face {
    font-family: 'RobotoRegular';
    src: url("../../frontend/Bunkbedscanada/default/en_US/fonts/RobotoRegular.eot");
    src: url("../../frontend/Bunkbedscanada/default/en_US/fonts/RobotoRegular.eot") format("embedded-opentype"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/RobotoRegular.woff2") format("woff2"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/RobotoRegular.woff") format("woff"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/RobotoRegular.ttf") format("truetype"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/RobotoRegular.svg#RobotoRegular") format("svg"); }

@font-face {
    font-family: 'robotolight';
    src: url("../../frontend/Bunkbedscanada/default/en_US/fonts/roboto-light-webfont.eot");
    src: url("../../frontend/Bunkbedscanada/default/en_US/fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/roboto-light-webfont.woff2") format("woff2"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/roboto-light-webfont.woff") format("woff"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/roboto-light-webfont.ttf") format("truetype"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/roboto-light-webfont.svg#robotolight") format("svg");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'robotomedium';
    src: url("../../frontend/Bunkbedscanada/default/en_US/fonts/roboto-medium_0-webfont.eot");
    src: url("../../frontend/Bunkbedscanada/default/en_US/fonts/roboto-medium_0-webfont.eot?#iefix") format("embedded-opentype"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/roboto-medium_0-webfont.woff2") format("woff2"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/roboto-medium_0-webfont.woff") format("woff"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/roboto-medium_0-webfont.ttf") format("truetype"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/roboto-medium_0-webfont.svg#robotomedium") format("svg");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'open_sansregular';
    src: url("../../frontend/Bunkbedscanada/default/en_US/fonts/opensans-regular.eot");
    src: url("../../frontend/Bunkbedscanada/default/en_US/fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/opensans-regular.woff2") format("woff2"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/opensans-regular.woff") format("woff"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/opensans-regular.ttf") format("truetype"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/opensans-regular.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'open_sanssemibold';
    src: url("../../frontend/Bunkbedscanada/default/en_US/fonts/opensans-semibold.eot");
    src: url("../../frontend/Bunkbedscanada/default/en_US/fonts/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/opensans-semibold.woff2") format("woff2"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/opensans-semibold.woff") format("woff"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/opensans-semibold.ttf") format("truetype"), url("../../frontend/Bunkbedscanada/default/en_US/fonts/opensans-semibold.svg#open_sanssemibold") format("svg");
    font-weight: normal;
    font-style: normal; }



/*===================*/
/* WOOBLE VERTICAL
/*===================*/

@-webkit-keyframes wobble-vertical-on-hover {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes wobble-vertical-on-hover {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased; }
@media (max-width: 767px) {
    body, html{
        max-width: 100%;
        overflow-x: hidden;
        height: auto !important;
    }
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: 0; }

img, input, button, select, textarea, button:focus {
    outline: 0; }

select::-ms-expand {
    display: none; }

input::-ms-clear {
    display: none; }

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0; }

input::-ms-clear {
    display: none; }

input::-ms-reveal {
    display: none; }

.form-control:focus {
    box-shadow: none; }

li {
    list-style-type: none; }

ul {
    padding: 0; }

#toTop, #toTopCollection {
    display: none;
    position: fixed;
    bottom: 200px;
    right: 27px;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 4px;
    color: #525c68;
    font-family: "robotolight"; }
#toTop img, #toTopCollection img {
    display: block; }
@media (max-width: 1200px) {
    #toTop, #toTopCollection{
        bottom: 100px;
        right: 30px; } }
@media (max-width: 576px) {
    #toTop, #toTopCollection {
        bottom: inherit;
        right: inherit;
        position: relative;
        margin: 22px auto 3px;
        text-align: center;
    }
    .product_main #toTop {
        display: table !important;
    }
}
.action.primary.btn-green {
    color: #fff;
    background-color: #869c69;
    outline: 0;
    border: 0;
    float: right;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px;
    margin-top: 6px;
}
.action.primary.btn-green:hover {
    background-color: #648141;
}
.grid_block {
    position: relative; }
.grid_block:hover:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(64, 64, 64, 0.7);
    margin: auto; }
.grid_block:hover .work_inner {
    opacity: 1; }
.grid_block:hover .work_inner h3 {
    font-family: "robotomedium";
    font-size: 28px;
    color: #fff; }
@media (max-width: 992px) {
    .grid_block:hover .work_inner h3 {
        font-size: 22px; } }
@media (max-width: 768px) {
    .grid_block:hover .work_inner h3 {
        font-size: 20px; } }
@media (max-width: 576px) {
    .grid_block:hover .work_inner h3 {
        font-size: 18px; } }
@media (max-width: 480px) {
    .grid_block:hover .work_inner h3 {
        font-size: 16px; } }
.grid_block:hover .grid_header h4 {
    opacity: 0; }
.grid_block:hover .title_left_shape {
    opacity: 0; }
.grid_block:hover .label_main {
    opacity: 0; }
@media (max-width: 576px) {
    .grid_block:hover:before, .grid_block:hover .work_inner {
        display: none; }
    .grid_block:hover .title_left_shape {
        opacity: 1; } }
.grid_block .work_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    bottom: auto;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    text-align: center; }
.grid_block .work_inner h4 {
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
    padding-bottom: 18px;
    font-size: 28px;
    font-family: "robotomedium"; }
@media (max-width: 992px) {
    .grid_block .work_inner h4 {
        font-size: 22px;
        padding-bottom: 10px; } }
@media (max-width: 576px) {
    .grid_block .work_inner h4 {
        font-size: 18px; } }
.grid_block .work_inner p {
    font-family: "robotomedium";
    color: #fff;
    font-size: 20px;
    line-height: normal;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0; }
@media (max-width: 576px) {
    .grid_block .title_left_shape {
        left: 30px; }
    .grid_block .title_left_shape h4:before {
        left: -16px; } }
.grid_block img {
    width: 100%; }
@media (max-width: 576px) {
    .grid_block img {
        width: auto;
        max-width: 100%; } }

.title_left_shape {
    position: absolute;
    top: 23px;
    left: 31px; }
.title_left_shape h4 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: "robotomedium";
    font-size: 28px;
    text-transform: capitalize;
    text-shadow: 1px 1.732px 3px rgba(0, 0, 0, 0.36); }
@media (max-width: 992px) {
    .title_left_shape h4 {
        font-size: 22px; } }
@media (max-width: 768px) {
    .title_left_shape h4 {
        font-size: 20px; } }
@media (max-width: 576px) {
    .title_left_shape h4 {
        font-size: 28px; } }
.title_left_shape h4:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11px;
    right: 0;
    background-color: #b0b2b6;
    height: 30px;
    width: 25px;
    z-index: -1;
    background-color: #525c68;
    width: 30px;
    height: 40px;
    top: -3px;
    left: -16px; }
@media (max-width: 992px) {
    .title_left_shape h4:before {
        height: 34px;
        width: 25px;
        left: -14px; } }
@media (max-width: 768px) {
    .title_left_shape h4:before {
        height: 31px;
        width: 22px;
        left: -11px; } }
@media (max-width: 576px) {
    .title_left_shape h4:before {
        height: 40px;
        width: 30px;
        background-color: #131313;
        left: -4px; } }
.title_left_shape p {
    top: 60px;
    left: 10px;
    bottom: 0;
    right: 0;}
@media (max-width: 576px) {
    .title_left_shape {
        left: 31px; } }

.simple_block {
    position: relative; }
.simple_block .grid_header {
    position: absolute;
    top: 23px;
    left: 31px; }
.simple_block .grid_header h4 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: "robotomedium";
    font-size: 28px;
    text-transform: capitalize;
    text-shadow: 1px 1.732px 3px rgba(0, 0, 0, 0.36); }
@media (max-width: 992px) {
    .simple_block .grid_header h4 {
        font-size: 22px; } }
@media (max-width: 768px) {
    .simple_block .grid_header h4 {
        font-size: 20px; } }
@media (max-width: 576px) {
    .simple_block .grid_header h4 {
        font-size: 18px; } }
@media (max-width: 480px) {
    .simple_block .grid_header h4 {
        font-size: 16px; } }
.simple_block .grid_header h4:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11px;
    right: 0;
    background-color: #b0b2b6;
    height: 30px;
    width: 25px;
    z-index: -1;
    background-color: #525c68 !important;
    width: 30px;
    height: 40px;
    top: -3px;
    left: -16px; }
@media (max-width: 992px) {
    .simple_block .grid_header h4:before {
        height: 34px;
        width: 25px;
        left: -14px; } }
@media (max-width: 768px) {
    .simple_block .grid_header h4:before {
        height: 31px;
        width: 22px;
        left: -11px; } }
@media (max-width: 576px) {
    .simple_block .grid_header h4:before {
        height: 26px; } }
.simple_block .grid_header p {
    top: 60px;
    left: 10px;
    bottom: 0;
    right: 0;
    color: #fff; }

.bean_block {
    position: relative;
    margin-bottom: 20px; }
.bean_block img {
    width: 100%; }
.bean_block .grid_header {
    position: absolute;
    top: 23px;
    left: 31px; }
.bean_block .grid_header h4 {
    color: #525c68;
    position: relative;
    z-index: 1;
    font-family: "robotomedium";
    font-size: 28px;
    text-transform: capitalize;
    text-shadow: 1px 1.732px 3px rgba(0, 0, 0, 0.36); }
@media (max-width: 992px) {
    .bean_block .grid_header h4 {
        font-size: 22px; } }
@media (max-width: 768px) {
    .bean_block .grid_header h4 {
        font-size: 20px; } }
@media (max-width: 576px) {
    .bean_block .grid_header h4 {
        font-size: 18px; } }
@media (max-width: 480px) {
    .bean_block .grid_header h4 {
        font-size: 16px; } }
.bean_block .grid_header h4:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11px;
    right: 0;
    background-color: #b0b2b6;
    height: 30px;
    width: 25px;
    z-index: -1;
    z-index: -1;
    background-color: #b0b2b6;
    width: 30px;
    height: 40px;
    top: -3px;
    left: -16px; }
@media (max-width: 992px) {
    .bean_block .grid_header h4:before {
        height: 34px;
        width: 25px;
        left: -14px; } }
@media (max-width: 768px) {
    .bean_block .grid_header h4:before {
        height: 31px;
        width: 22px;
        left: -11px; } }
@media (max-width: 576px) {
    .bean_block .grid_header h4:before {
        height: 26px; } }
.bean_block .grid_header p {
    top: 60px;
    left: 10px;
    bottom: 0;
    right: 0;
    color: #fff; }

.image_caption p {
    font-family: "RobotoRegular";
    font-size: 18px;
    color: #4a5057;
    text-align: center;
    padding: 23px 0 27px;
    margin: 0; }

.sub_seo {
    border-top: 1px solid #d9d9d9;
    padding-top: 22px;
    text-align: justify;
}
@media (max-width: 768px) {
    .sub_seo {
        padding-top: 15px; } }
.sub_seo h3 {
    font-family: "robotoregular";
    font-size: 34px;
    color: #3a4661;
    font-size: 32px;
    padding-bottom: 18px;
    margin: 0; }
.sub_seo p {
    font-family: "robotomedium";
    font-size: 16px;
    color: #4a5057;
    line-height: normal;
    font-family: "RobotoRegular";
    padding-top: 0;
    margin: 0;
    padding-bottom: 25px;
    line-height: 24px; }
@media (max-width: 768px) {
    .sub_seo p {
        text-align: justify; } }

header {
    margin-top: 34px;
    display: inline-block;
    width: 100%; }
@media (max-width: 992px) {
    header {
        margin-top: 15px;
        margin-bottom: 15px; } }
@media (max-width: 992px) {
    header .header_logo {
        width: 50%;
        display: inline-block;
        float: left; } }
@media (max-width: 576px) {
    header .header_logo {
        width: 75%; } }
header .nav_right {
    display: none; }
header .nav_right i {
    color: #525c68;
    font-size: 18px; }
header .nav_right .navbar-toggler {
    padding: 0;
    border: 0; }
header .nav_right .navbar-toggler-icon {
    width: 20px;
    height: 20px; }
header .nav_right .navbar.navbar-expand-lg.navbar-light {
    display: inline-block;
    padding: 0 0 0 12px;
    float: right; }
@media (max-width: 992px) {
    header .nav_right {
        display: inline-block;
        width: 50%;
        float: left;
        text-align: right; } }
@media (max-width: 576px) {
    header .nav_right {
        width: 25%; } }
header .header_menu {
    text-align: right; }
@media (max-width: 992px) {
    header .header_menu {
        float: right;
        top: 0px;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        position: relative; } }
header .header_menu form {
    font-family: "RobotoRegular";
    float: right;
    position: relative; }
@media (max-width: 1200px) {
    header .header_menu form {
        border: none;
        position: relative; } }
@media (max-width: 992px) {
    header .header_menu form {
        width: 100%;
        margin-right: 45px;
        float: none;
        position: absolute;
        right: 0;
        top: -20px; } }
@media (max-width: 768px) {
    header .header_menu form {
        top: -133px; } }
header .header_menu form a {
    display: block;
    color: #525c68;
    margin-right: 15px;
    font-size: 20px; }
header .header_menu form a i {
    position: absolute;
    top: 13px;
    z-index: 12;
    right: -3px;
    font-size: 12px;
    color: #525c68; }
@media (max-width: 1200px) {
    header .header_menu form a i {
        top: 10px; } }
@media (max-width: 992px) {
    header .header_menu form a i {
        top: 8px;
        right: -2px;
        font-size: 22px;
        display: none; } }
@media (max-width: 1200px) {
    header .header_menu form a {
        display: block;
        font-size: 20px; } }
header .header_menu form .input-group {
    display: none;
    z-index: 11; }
header .header_menu form .input-group.search_open {
    display: inline-block;
    float: left;
    position: absolute;
    width: 200px;
    height: 30px;
    right: -6px;
    top: 5px;
    z-index: 15; }
@media (max-width: 1200px) {
    header .header_menu form .input-group.search_open {
        top: 30px; } }
@media (max-width: 992px) {
    header .header_menu form .input-group.search_open {
        width: 100%;
        left: 40px;
        top: 25px; } }
@media (max-width: 768px) {
    header .header_menu form .input-group.search_open {
        top: 45px;
        left: 45px; } }
header .header_menu form .input-group .form-control {
    border: 0;
    border-right: 1px solid #525c68;
    padding: 0;
    padding-left: 10px;
    padding-right: 30px;
    outline: none;
    width: 200px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    border-radius: 0;
    height: 30px;
    z-index: 1; }
header .header_menu form .input-group .form-control:focus {
    box-shadow: none; }
@media (max-width: 992px) {
    header .header_menu form .input-group .form-control {
        width: 100%; } }
header .header_menu form .input-group .btn.btn-default {
    padding: 0;
    outline: 0;
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 8px; }
header .header_menu form .input-group .btn.btn-default i {
    font-size: 20px; }
header .header_menu form .input-group .dropdown {
    width: 300px;
    padding: 10px;
    border: 1px solid #525c68;
    background-color: #fff;
    z-index: 1;
    margin-top: 30px; }
header .header_menu nav.navbar {
    padding: 0px;
    float: right;
    display: inline-block; }
header .header_menu nav .navbar-collapse .navbar-nav ul {
    padding: 0px;
    padding-left: 2px;
    padding-top: 8px; }
@media (max-width: 1200px) {
    header .header_menu nav .navbar-collapse .navbar-nav ul {
        padding-top: 4px; } }
@media (max-width: 992px) {
    header .header_menu nav .navbar-collapse .navbar-nav ul {
        margin-bottom: 0; } }
header .header_menu nav .navbar-collapse .navbar-nav ul li {
    position: relative;
    float: left; }
header .header_menu nav .navbar-collapse .navbar-nav ul li:not(:first-child):before {
    background-color: #525c68;
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: 5px 10.6px;
    vertical-align: sub; }
@media (max-width: 1200px) {
    header .header_menu nav .navbar-collapse .navbar-nav ul li:before {
        margin: 0 11px;
        vertical-align: baseline; } }
@media (max-width: 992px) {
    header .header_menu nav .navbar-collapse .navbar-nav ul li:before {
        display: none; } }
header .header_menu nav .navbar-collapse .navbar-nav ul li a {
    text-transform: uppercase;
    color: #525c68;
    font-size: 16px;
    font-family: "RobotoRegular";
    word-spacing: 0.3px; }
header .header_menu nav .navbar-collapse .navbar-nav ul li a.nav-link {
    padding: 0; }
header .header_menu nav .navbar-collapse .navbar-nav ul li a:before {
    content: "";
    display: inline-block;
    height: 11px;
    margin-right: 3px;
    margin-bottom: 1px; }
@media (max-width: 1200px) {
    header .header_menu nav .navbar-collapse .navbar-nav ul li a:before {
        margin-right: 11px; } }
header .header_menu nav .navbar-collapse .navbar-nav ul li a.location_icon:before {
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/location_icon.png);
    width: 8px; }
header .header_menu nav .navbar-collapse .navbar-nav ul li a.contact_icon:before {
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/contact_icon.png);
    width: 12px; }
header .header_menu nav .navbar-collapse .navbar-nav ul li a.login_icon:before {
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/login_icon.png);
    width: 9px;
    margin-right: 4px; }
header .header_menu nav .navbar-collapse .navbar-nav ul li a.estimate_icon:before {
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/esti_icon.png);
    width: 15px; }
@media (max-width: 1200px) {
    header .header_menu nav .navbar-collapse .navbar-nav ul li a {
        font-size: 14px; } }
header .header_menu nav .navbar-collapse .navbar-nav ul li a span.badge.badge-light {
    background-color: #e60d2e;
    border-radius: 50%;
    color: #fff;
    margin-left: 4px;
    font-size: 13px;
    width: 20px;
    height: 20px;
    vertical-align: top;
    padding: 3px 1px 0 0; }
header .header_menu nav .navbar-collapse .navbar-nav ul li a i {
    padding-right: 5px; }
@media (max-width: 992px) {
    header .header_menu nav .navbar-collapse .navbar-nav ul li {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #525c68; } }
@media (max-width: 992px) {
    header .header_menu nav .navbar-collapse .navbar-nav ul li.search-block {
        height: 0;
        padding: 0;
        border: none;
    }
    header .header_menu nav .navbar-collapse .navbar-nav ul li.search-block:before {
        display: none;
    }
}
@media (max-width: 992px) {
    header .header_menu nav {
        width: 100%; } }

footer {
    background-color: #f6f6f6;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 29px 0 6px; }
@media (max-width: 992px) {
    footer .footer_section .col-sm-2:last-child {
        max-width: 100%;
        width: 100%;
        flex-basis: auto;
        text-align: center; } }
@media (max-width: 992px) {
    footer .footer_section .col-sm-2 {
        max-width: 25%;
        width: 25%;
        flex-basis: auto; } }
@media (max-width: 768px) {
    footer .footer_section .col-sm-2 {
        max-width: 50%;
        width: 50%;
        flex-basis: auto; } }
footer .footer_section .col-sm-2 .footer_link {
    padding: 3px 10px; }
footer .footer_section .col-sm-2 .footer_link h6 {
    font-size: 20px;
    font-family: "RobotoRegular";
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    text-transform: capitalize; }
footer .footer_section .col-sm-2 .footer_link h6:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11px;
    right: 0;
    background-color: #b0b2b6;
    height: 30px;
    width: 25px;
    z-index: -1;
    top: -1px;
    height: 28px;
    width: 25px;
    left: -10px; }
footer .footer_section .col-sm-2 .footer_link ul {
    padding: 0;
    list-style-type: none; }
footer .footer_section .col-sm-2 .footer_link ul li {
    padding-bottom: 9px;
    font-size: 14px;
    font-family: "robotolight";
    color: #000000; }
footer .footer_section .col-sm-2 .footer_link ul li:last-child {
    padding-bottom: 0; }
@media (max-width: 992px) {
    footer .footer_section .col-sm-2 .footer_link ul li {
        padding-bottom: 9px; } }
footer .footer_section .col-sm-2 .footer_link ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: 60px;
    -webkit-font-smoothing: auto; }
footer .footer_section .col-sm-2 .footer_link ul li a:hover {
    color: #b0b2b6; }
@media (max-width: 768px) {
    footer .footer_section .col-sm-2 .footer_link ul li br {
        display: none; } }
@media (max-width: 576px) {
    footer .footer_section .col-sm-2 .footer_link ul {
        margin-bottom: 23px; } }
@media (max-width: 992px) {
    footer .footer_section .col-sm-2 .footer_link {
        padding: 3px 12px; } }
footer .footer_section .col-sm-2 .footer_address {
    padding: 5px 0; }
footer .footer_section .col-sm-2 .footer_address ul {
    padding: 0;
    list-style-type: none; }
footer .footer_section .col-sm-2 .footer_address ul li {
    padding-bottom: 0px;
    font-size: 14px;
    font-family: "robotolight";
    color: #000000;
    line-height: 24px; }
@media (max-width: 992px) {
    footer .footer_section .col-sm-2 .footer_address ul li {
        padding-bottom: 10px; } }
@media (max-width: 576px) {
    footer .footer_section .col-sm-2 .footer_address ul li {
        padding-bottom: 0; } }
footer .footer_section .col-sm-2 .footer_address ul li a {
    text-decoration: none;
    color: #000000; }
footer .footer_section .col-sm-2 .footer_address ul li a:hover {
    color: #b0b2b6; }
@media (max-width: 768px) {
    footer .footer_section .col-sm-2 .footer_address ul li br {
        display: none; } }
@media (max-width: 576px) {
    footer .footer_section .col-sm-2 .footer_address {
        padding: 0;
        margin-top: -8px; } }
@media (max-width: 992px) {
    footer .footer_section .offset-1 {
        margin-left: 0; } }
footer .modal-dialog {
    transform: translate(0, -50%) !important;
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto; }
footer button.close {
    position: absolute;
    right: -47px;
    color: #f0f0ef;
    top: -6px; }

.bed_size {
    border-bottom: 1px solid #d9d9d9;
    padding-top: 31px;
    padding-bottom: 28px;
    margin-top: 4px; }
@media (max-width: 768px) {
    .bed_size {
        padding-top: 21px; } }
.bed_size h5 {
    letter-spacing: -0.3px; }
.bed_size .checkbox {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    width: 120px; }
.bed_size .checkbox label {
    font-family: "robotolight";
    font-size: 16px;
    color: #696969;
    display: inline-block;
    padding: 25px 0;
    border: 2px solid #ededed;
    margin: 0;
    width: 100%;
    cursor: pointer; }
.bed_size .checkbox input {
    opacity: 0;
    position: absolute; }
.bed_size .checkbox input:checked ~ label {
    background-color: #525c68;
    color: #fff;
    border-color: #525c68; }

.radio {
    position: relative; }
.radio label {
    padding-left: 30px;
    margin-bottom: 12px;
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #475057; }
.radio input[type="radio"] {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    background-repeat: no-repeat; }
.radio input[type="radio"] + label:before {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/radioimg.png);
    width: 17px;
    height: 17px;
    position: absolute;
    background-position: 0px 0px;
    display: inline-block;
    left: 0px;
    top: 4px;
    background-repeat: no-repeat; }
.radio input[type="radio"]:checked + label:before {
    background-position: 0px -36px; }

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0; }
.breadcrumb li {
    font-family: "RobotoRegular";
    font-size: 14px; }
.breadcrumb li.active {
    color: #a7a7a7; }
.breadcrumb li.active:after {
    display: none; }
.breadcrumb li:after {
    display: inline-block;
    padding-left: 14px;
    padding-right: 10px;
    color: #6c757d;
    content: "";
    background-image: url("../../frontend/Bunkbedscanada/default/en_US/images/breadcrums.png");
    width: 15px;
    height: 8px;
    background-repeat: no-repeat; }
.breadcrumb li:before {
    display: none; }
.breadcrumb li a {
    color: #545c67 !important;
    border-bottom: 1px solid #545c67;
    margin-right: 11px; }
@media (max-width: 576px) {
    .breadcrumb {
        display: none; } }

.breadcrumb-item + .breadcrumb-item::before {
    display: none; }

@media (max-width: 576px) {
    .dekstop_img {
        display: none !important; } }

.mobile_img {
    display: none !important; }

@media (max-width: 576px) {
    .mobile_img {
        display: block !important; }
}
@media (max-width:768px){
    .header_menu .input-text {
        width: 97% !important;
        float: left;
    }
    .header_menu .close-field {
        position: relative;
        top: -10%;
        font-size: 25px;
        left: 2px;
    }
}
@media (max-width:480px){
    .header_menu .input-text {
        width: 95% !important;
    }
    .header_menu .close-field {
        right: -3px;
        top: 16%;
        font-size: 15px;
    }
}
@media (max-width:320px){
    .header_menu .input-text {
        width: 94% !important;
    }
    .header_menu .close-field {
        font-size: 17px;
    }
    .is_checkout_cart .cart_table .cart-bottom-button {
        width: 100% !important;
    }
    .is_checkout_cart .cart_table .cart-bottom-button button, .is_checkout_cart .cart_table .cart-bottom-button a {
        width: 100%;
    }
}

.breadcrumb li a:hover,.breadcrumb li a:focus{
    text-decoration: none;
}

.home_section {
    padding-bottom: 9px; }
.home_section .home_inner {
    margin: 0;
    padding: 0 15px;
    display: inline-block; }
.home_section .home_inner .masonry_box {
    padding-bottom: 30px; }
@media (max-width: 576px) {
    .home_section .home_inner .masonry_box {
        padding-left: 0;
        padding-right: 0; } }
.home_section .home_inner .col-lg-6 .grid_block .work_inner p {
    width: 350px;
    margin: 0 auto; }
@media (max-width: 992px) {
    .home_section .home_inner .col-lg-6 .grid_block .work_inner p {
        width: 100%; } }
@media (min-width: 576px) {
    .home_section .home_inner {
        width: 540px; } }
@media (min-width: 768px) {
    .home_section .home_inner {
        width: 720px; }
    .wish.wrapper .action.wish {
        line-height: 42px;
        color: #333333;
        text-decoration: none;
        background-size: 20px;
        background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/favorite_border-24px.svg);
        background-repeat: no-repeat;
    }
    .wish.wrapper .counter.qty {
        color: #7d7d7d;
        position: relative;
        top: 30px;
        right: 15px;
    }
    .wish.wrapper {
        top: 5px;
        position: relative;
        right: 95px;
        cursor: pointer;}
    .action.primary {
        background: black;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        padding: 7px 15px;
        font-size: 17px;
        font-weight: bold;
        text-transform: capitalize;
        border-radius: 5px;
    }
    .action.primary:hover {
        background-color: #869c69 !important;
        color: #ffffff;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        position: relative;
        right: 90px;
        z-index: 2;
    }
    .products-grid .product-item-inner {
        background: #ffffff;
        box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
        border: 1px solid #bbbbbb;
        border-top: none;
        left: 0;
        margin: 10px 0 0 -1px;
        padding: 0 9px 9px;
        position: absolute;
        right: -1px;
        z-index: 2;
        height: 60px;
    }
    .product-item-actions .actions-secondary {
        display: inline-block;
        font-size: 1.4rem;
        vertical-align: middle;
        position: relative;
        bottom: 320px;
        left: 100px;
    }
    .page-layout-1column .products-grid .product-item {
        transition: all 1.5s ease;
    }
    .product-item-actions .actions-primary {
        display: inline-block;
        margin-top: 20px;
        margin-left: 5px;
    }
}
@media (min-width: 992px) {
    .home_section .home_inner {
        width: 960px; } }
@media (min-width: 1200px) {
    .home_section .home_inner {
        width: 1140px; } }
@media (max-width: 576px) {
    .home_section .home_inner {
        width: 100%;
        margin: 0; }
    .home_section .home_inner .grid_block {
        display: table;
        margin: 0 auto; } }
.home_section .home_slider {
    background-image: url("../../frontend/Bunkbedscanada/default/en_US/images/slider_bg.jpg");
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
.home_section .home_slider .home_slider_inner {
    padding-top: 24px;
    padding-bottom: 41px;
    display: inline-block;
    width: 100%; }
@media (max-width: 992px) {
    .home_section .home_slider .home_slider_inner {
        padding-top: 10px;
        padding-bottom: 10px; } }
@media (max-width: 768px) {
    .home_section .home_slider .home_slider_inner {
        padding-top: 0;
        padding-bottom: 0; } }
.home_section .home_slider .home_slider_inner .slider_header {
    display: inline-block; }
@media (max-width: 992px) {
    .home_section .home_slider .home_slider_inner .slider_header {
        margin-top: 10px; } }
.home_section .home_slider .home_slider_inner .slider_header h4 {
    color: #fff;
    position: relative;
    font-family: "robotomedium";
    font-size: 28px;
    z-index: 1;
    padding-left: 29px; }
.home_section .home_slider .home_slider_inner .slider_header h4:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11px;
    right: 0;
    background-color: #b0b2b6;
    height: 30px;
    width: 25px;
    z-index: -1;
    left: 15px;
    background-color: #525c68;
    width: 31px;
    height: 41px;
    top: -5px; }
@media (max-width: 576px) {
    .home_section .home_slider .home_slider_inner .slider_header h4:before {
        background-color: #131313; } }
.home_section .home_slider .home_slider_inner .slider_section {
    width: 393px;
    float: right;
    margin-right: 68px;
    padding-top: 20px; }
@media (max-width: 992px) {
    .home_section .home_slider .home_slider_inner .slider_section {
        margin: 0 auto;
        float: none;
        padding: 33px 27px; } }
@media (max-width: 576px) {
    .home_section .home_slider .home_slider_inner .slider_section {
        width: 370px; } }
@media (max-width: 480px) {
    .home_section .home_slider .home_slider_inner .slider_section {
        width: 200px; } }
.home_section .home_slider .home_slider_inner .slider_section .flexslider .flex-direction-nav a {
    opacity: 1 !important;
    z-index: 1 !important;
    height: 56px;
    font-size: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%); }
.home_section .home_slider .home_slider_inner .slider_section .flexslider .flex-direction-nav a:before {
    background-image: url("../../frontend/Bunkbedscanada/default/en_US/images/left.png");
    content: "";
    height: 56px;
    width: 31px;
    background-repeat: no-repeat; }
.home_section .home_slider .home_slider_inner .slider_section .flexslider .flex-direction-nav .flex-nav-prev a {
    left: -56px; }
@media (max-width: 768px) {
    .home_section .home_slider .home_slider_inner .slider_section .flexslider .flex-direction-nav .flex-nav-prev a {
        left: -28px; } }
@media (max-width: 576px) {
    .home_section .home_slider .home_slider_inner .slider_section .flexslider .flex-direction-nav .flex-nav-prev a {
        left: -50px; } }
.home_section .home_slider .home_slider_inner .slider_section .flexslider .flex-direction-nav .flex-nav-next a {
    right: -50px; }
.home_section .home_slider .home_slider_inner .slider_section .flexslider .flex-direction-nav .flex-nav-next a:before {
    background-image: url("../../frontend/Bunkbedscanada/default/en_US/images/right.png"); }
@media (max-width: 768px) {
    .home_section .home_slider .home_slider_inner .slider_section .flexslider .flex-direction-nav .flex-nav-next a {
        right: -28px; } }
@media (max-width: 576px) {
    .home_section .home_slider .home_slider_inner .slider_section .flexslider .flex-direction-nav .flex-nav-next a {
        right: -50px; } }
@media (max-width: 576px) {
    .home_section .home_slider {
        background-image: url("../../frontend/Bunkbedscanada/default/en_US/images/mobile_slider_bg.jpg"); } }
.home_section .introduction {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 25px;
    padding-bottom: 11px;
    margin-top: 30px; }
@media (max-width: 768px) {
    .home_section .introduction {
        padding-top: 25px;
        padding-bottom: 14px;
        padding-left: 0; } }
@media (max-width: 576px) {
    .home_section .introduction {
        padding-top: 23px;
        padding-bottom: 11px; } }
.home_section .introduction h3 {
    font-family: "robotoregular";
    font-size: 34px;
    color: #3a4661;
    padding-bottom: 8px; }
@media (max-width: 576px) {
    .home_section .introduction h3 {
        padding-bottom: 12px; } }
.home_section .introduction p {
    font-family: "robotomedium";
    font-size: 16px;
    color: #4a5057;
    line-height: normal;
    font-family: "RobotoRegular";
    line-height: 24px; }
@media (max-width: 576px) {
    .home_section .introduction p {
        text-align: justify; } }
.home_section .introduction p a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #4a5057; }
.home_section .seo_info {
    padding-top: 21px; }
.home_section .seo_info.sub_seo {
    border-top: 1px solid #d9d9d9;
    padding-top: 22px; }
@media (max-width: 768px) {
    .home_section .seo_info.sub_seo {
        padding-top: 15px; } }
.home_section .seo_info.sub_seo h3 {
    padding-bottom: 23px;
    margin: 0; }
@media (max-width: 768px) {
    .home_section .seo_info.sub_seo h3 {
        padding-bottom: 10px; } }
.home_section .seo_info.sub_seo p {
    padding-top: 0;
    margin: 0;
    padding-bottom: 23px; }
@media (max-width: 768px) {
    .home_section .seo_info.sub_seo p {
        padding-bottom: 10px; } }
@media (max-width: 768px) {
    .home_section .seo_info {
        padding-top: 25px; } }
@media (max-width: 576px) {
    .home_section .seo_info {
        padding-top: 23px; } }
.home_section .seo_info h1 {
    margin-bottom: 5px;
    font-family: "robotoregular";
    font-size: 34px;
    color: #3a4661; }
.home_section .seo_info p {
    font-family: "robotomedium";
    font-size: 16px;
    color: #4a5057;
    line-height: normal;
    font-family: "RobotoRegular";
    padding-top: 9px;
    line-height: 24px;
    margin: 0;
    padding-bottom: 15px; }
@media (max-width: 768px) {
    .home_section .seo_info p {
        padding-top: 10px;
        margin-bottom: 0; } }
@media (max-width: 576px) {
    .home_section .seo_info p {
        text-align: justify; } }
@media (max-width: 576px) {
    .home_section {
        padding-top: 0;
        margin-top: -9px; } }


.collection {
    position: relative; }
.collection ul {
    margin: 9px 7px 19px 7px;
    display: inline-block; }
@media (max-width: 992px) {
    .collection ul {
        margin: 2px 0 15px 0;
        width: 100%; }
}

@media (max-width: 576px) {
    .collection ul {
        margin-bottom: 0; } }
.collection ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    float: left; }
.collection ul li.current {
    background-color: #525c68;
    color: #fff; }
.collection ul li.current a img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    opacity: 1; }
.collection ul li.current a p {
    color: #fff; }
.collection .mage-dropdown-dialog ul li {
    display: block;
    text-align: inherit;
    float: none;
}
.collection .mage-dropdown-dialog ul li:after {
    display: none;
}
.collection .mage-dropdown-dialog ul li:hover {
    background-color: inherit;
    color: inherit;
}
.collection .mage-dropdown-dialog ul {
    margin: 0 0 0 15px;
}
.collection .mage-dropdown-dialog ul a {
    margin: 0;
    padding: 0;
}
@media (max-width: 991px) {
    .collection li.show .mage-dropdown-dialog.ui-widget.ui-widget-content {
        position: relative;
        top: 0;
        width: 100%;
        padding: 0;
        border: none !important;
        background: transparent;
    }
    .collection .mage-dropdown-dialog.ui-widget.ui-widget-content {
        transition: max-height 0.6s ease-in;
    }
    .collection .mage-dropdown-dialog .ui-dialog-content.ui-widget-content {
        width: 100% !important;
        background-color: #f5f5f5;
    }
    .collection li.show.active .mage-dropdown-dialog.ui-widget.ui-widget-content {
        top: 0;
    }
    .collection .mage-dropdown-dialog .filter {
        width: 100% !important;
        max-width: unset !important;
    }
    .collection .mage-dropdown-dialog .filter_item a {
        background-color: #f5f5f5 !important;
    }
}
@media (min-width: 992px) {
    .collection li > .dropdown-menu-container {
        display: none;
    }
    .collection .mage-dropdown-dialog.ui-widget.ui-widget-content {
        top: 80px;
        right: unset;
        left: 0;
        padding: 0;
        background: white;
        border-top-left-radius: 0;
    }
}
.collection .mage-dropdown-dialog.ui-widget.ui-widget-content {
    display: none !important;
    border: none;
    max-height: 0;
    overflow: hidden;
}
.collection ul.collection_list li:last-child .mage-dropdown-dialog.ui-widget.ui-widget-content,
.collection ul.collection_list li:nth-last-child(2) .mage-dropdown-dialog.ui-widget.ui-widget-content {
    right: 0;
    left: unset;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
}
.collection li.show.active .mage-dropdown-dialog.ui-widget.ui-widget-content,
.collection .mage-dropdown-dialog.ui-widget.ui-widget-content:hover {
    max-height: 600px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: max-height 0.6s ease-in;
    border: 1px solid #dddddd;
}
.collection .mage-dropdown-dialog.ui-widget.ui-widget-content::-webkit-scrollbar,
.collection .mage-dropdown-dialog.ui-widget.ui-widget-content:hover::-webkit-scrollbar {
    display: none;
}
.collection .mage-dropdown-dialog .ui-dialog-content.ui-widget-content {
    padding: 0;
}
.collection .mage-dropdown-dialog .filter {
    padding: 0;
    max-width: 300px;
}
.collection .mage-dropdown-dialog .filter_items {
    margin-bottom: 0;
    padding: 0;
}
.collection .mage-dropdown-dialog .filter_items .filter_container {
    width: 100%;
    margin: 0;
}
.collection .mage-dropdown-dialog .filter_items .filter_column {
    padding: 0;
}
.collection .mage-dropdown-dialog .filter_item {
    width: 100% !important;
}
.collection .mage-dropdown-dialog .filter_item a {
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}
.collection .mage-dropdown-dialog .filter_item:not(:last-child) a {
    border-bottom: 1px solid #dddddd;
}
.collection .mage-dropdown-dialog .filter_item.current a ~ .item_size,
.collection .mage-dropdown-dialog .filter_items .item_size:hover {
    max-height: 800px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: max-height 0.6s ease-in;
}
.collection .mage-dropdown-dialog .filter_item.current a ~ .item_size::-webkit-scrollbar,
.collection .mage-dropdown-dialog .filter_items .item_size:hover::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

.collection .mage-dropdown-dialog .filter_items .item_size {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out;
}
.collection .mage-dropdown-dialog .filter_items .item_size a {
    position: relative;
    width: 100%;
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #525c68;
    background-color: white;
    text-transform: uppercase;
    text-indent: 25px;
    left: -100%;
    opacity: 0;
}
.collection .mage-dropdown-dialog .filter_items .item_size .second-level > .filter_item > a {
    background-color: white;
}
.collection .mage-dropdown-dialog .filter_items .item_size .second-level > .filter_item > a:hover{
    background-color: white;
}
.collection .mage-dropdown-dialog .filter_item.current a ~ .item_size > div > div > a,
.collection .mage-dropdown-dialog .filter_items .item_size:hover > div > div > a {
    animation: in 0.15s 0.575s forwards;
}
.collection .mage-dropdown-dialog .filter_item.current a ~ .item_size > div > div:nth-child(1) a,
.collection .mage-dropdown-dialog .filter_items .item_size:hover > div > div:nth-child(1) a {
    animation-delay: 0.575s;
}
.collection .mage-dropdown-dialog .filter_item.current a ~ .item_size > div > div:nth-child(2) a,
.collection .mage-dropdown-dialog .filter_items .item_size:hover > div > div:nth-child(2) a {
    animation-delay: 0.7s;
}
.collection .mage-dropdown-dialog .filter_item.current a ~ .item_size > div > div:nth-child(3) a,
.collection .mage-dropdown-dialog .filter_items .item_size:hover > div > div:nth-child(3) a {
    animation-delay: 0.825s;
}
.collection .mage-dropdown-dialog .filter_item.current a ~ .item_size > div > div:nth-child(4) a,
.collection .mage-dropdown-dialog .filter_items .item_size:hover > div > div:nth-child(4) a {
    animation-delay: 0.95s;
}
.collection .mage-dropdown-dialog .filter_item.current a ~ .item_size > div > div:nth-child(5) a,
.collection .mage-dropdown-dialog .filter_items .item_size:hover > div > div:nth-child(5) a {
    animation-delay: 1.075s;
}
.collection .mage-dropdown-dialog .filter_item.current a ~ .item_size > div > div:nth-child(6) a,
.collection .mage-dropdown-dialog .filter_items .item_size:hover > div > div:nth-child(6) a {
    animation-delay: 1.2s;
}
.collection .mage-dropdown-dialog .filter_item.current a ~ .item_size > div > div:nth-child(7) a,
.collection .mage-dropdown-dialog .filter_items .item_size:hover > div > div:nth-child(7) a {
    animation-delay: 1.325s;
}
.collection .mage-dropdown-dialog .filter_item.current a ~ .item_size > div > div:nth-child(8) a,
.collection .mage-dropdown-dialog .filter_items .item_size:hover > div > div:nth-child(8) a {
    animation-delay: 1.45s;
}
.collection .mage-dropdown-dialog .filter_item.current a ~ .item_size > div > div:nth-child(9) a,
.collection .mage-dropdown-dialog .filter_items .item_size:hover > div > div:nth-child(9) a {
    animation-delay: 1.575s;
}
.collection .mage-dropdown-dialog .filter_item.current a ~ .item_size > div > div:nth-child(10) a,
.collection .mage-dropdown-dialog .filter_items .item_size:hover > div > div:nth-child(10) a {
    animation-delay: 1.7s;
}
.collection .mage-dropdown-dialog .filter_items .item_size a:hover{
    background: white;
    box-shadow: 5px 0 #869c69 inset;
    transition: box-shadow .3s linear,text-indent .3s linear;
    text-indent: 31px;
}
.collection .mage-dropdown-dialog .filter_items .item_size .swatch-attribute-options{
    margin-top: 0;
    padding-top: 10px;
    padding-left: 38px;
    padding-bottom: 15px;
}
.collection .mage-dropdown-dialog .filter_open .filter_items h6{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    color: #525c68;
    font-family: "RobotoRegular";
    text-indent: 25px;
}
.collection .mage-dropdown-dialog .filter_open .filter_items a.no-children:after,
.collection .mage-dropdown-dialog .filter_open .filter_items a.no-children:before {
    content: unset;
}
.collection .mage-dropdown-dialog .filter_open .filter_items h6:after,
.collection .mage-dropdown-dialog .filter_open .filter_items h6:before,
.collection .mage-dropdown-dialog .filter_open .filter_items .collection-link:after {
    content: "";
    width: 5px;
    height: 5px;
    transition: transform 0.8s;
    border-top: 2px solid #869c69;
    border-right: 2px solid #869c69;
    float: right;
    position: relative;
    top: 6px;
    right: 2px;
    transform: rotate(45deg);
    background: unset;
}
.collection .mage-dropdown-dialog .filter_open .filter_item.current a h6:before,
.collection .mage-dropdown-dialog .filter_open .filter_item.current a.hover h6:before,
.collection .mage-dropdown-dialog .filter_open .filter_item.current .collection-link.active:after {
    transition: transform 0.8s;
    transform: rotate(135deg);
    border-top: 2px solid #869c69;
    border-right: 2px solid #869c69;
}
/* Animations */

@keyframes in {
    from {
        left: -100%;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}
@media (max-width: 1200px) {
    .collection ul li {
        padding-left: 12px;
        padding-right: 12px; } }
@media (max-width: 992px) {
    .collection ul li {
        width: 100%;
        background-color: #f5f5f5;
        vertical-align: middle;
        margin-bottom: 2px;
        text-align: left;
        padding: 4px 16px 4px;
    }
    .collection ul li.current {
        display: block;
        order: -1;
    }
    .collection ul li.open {
        display: block; }
    .collection ul li.hide:first-child {
        display: block; } }
.collection ul li:last-child:after {
    display: none; }
.collection ul li:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: -1px;
    background-color: #e0e0e0;
    height: 50px;
    width: 1px;
    margin: auto; }
@media (max-width: 992px) {
    .collection ul li:after {
        display: none; } }
.collection ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 0 6px;
    padding-left: 23.8px;
    padding-right: 23.8px; }
@media (max-width: 992px) {
    .collection ul li a {
        display: table;
        width: 100%;
        padding: 0; } }
.collection ul li a div {
    min-height: 38px;
    position: relative; }
.collection ul li a div img {
    vertical-align: middle;
    position: absolute;
    max-height: 37px;
    max-width: 55px;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
@media (max-width: 992px) {
    .collection ul li a div {
        width: 38px;
        display: inline-block;
        float: left;
        margin-right: 12px; } }
@media (max-width: 992px) {
    .collection ul li a div img {
        max-width: 100%;
        max-height: 100%; } }
.collection ul li a p {
    color: #525c68;
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    font-family: "RobotoRegular"; }
@media (max-width: 992px) {
    .collection ul li a p {
        float: left;
        margin: 0;
        padding: 6px 0;
        font-size: 20px;
        letter-spacing: -0.2px; } }
.collection ul li:hover {
    background-color: #525c68;
    color: #fff; }
.collection ul li:hover a img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    opacity: 1; }
.collection ul li:hover a p {
    color: #fff; }


.collection_section {
    width: 100%;
    display: inline-block;
    position: relative; }
.collection_section .col-sm-6 .collection_block {
    padding-bottom: 30px;
    width: 100%;
    display: inline-block;
    min-height: 256px; }
.collection_section .col-sm-6 .collection_block .collection_new_header {
    position: relative; }
.collection_section .col-sm-6 .collection_block .collection_new_header img {
    width: 100%; }
.collection_section .col-sm-6 .collection_block .collection_new_header .grid_header {
    position: absolute;
    top: 23px;
    left: 31px; }
.collection_section .col-sm-6 .collection_block .collection_new_header .grid_header h4 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: "robotomedium";
    font-size: 28px;
    text-transform: capitalize;
    text-shadow: 1px 1.732px 3px rgba(0, 0, 0, 0.36); }
@media (max-width: 992px) {
    .collection_section .col-sm-6 .collection_block .collection_new_header .grid_header h4 {
        font-size: 22px; } }
@media (max-width: 768px) {
    .collection_section .col-sm-6 .collection_block .collection_new_header .grid_header h4 {
        font-size: 20px; } }
@media (max-width: 576px) {
    .collection_section .col-sm-6 .collection_block .collection_new_header .grid_header h4 {
        font-size: 18px; } }
@media (max-width: 480px) {
    .collection_section .col-sm-6 .collection_block .collection_new_header .grid_header h4 {
        font-size: 16px; } }
.collection_section .col-sm-6 .collection_block .collection_new_header .grid_header h4:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11px;
    right: 0;
    background-color: #b0b2b6;
    height: 30px;
    width: 25px;
    z-index: -1;
    background-color: #434950;
    width: 30px;
    height: 40px;
    top: -3px;
    left: -16px; }
@media (max-width: 992px) {
    .collection_section .col-sm-6 .collection_block .collection_new_header .grid_header h4:before {
        height: 34px;
        width: 25px;
        left: -14px; } }
@media (max-width: 768px) {
    .collection_section .col-sm-6 .collection_block .collection_new_header .grid_header h4:before {
        height: 31px;
        width: 22px;
        left: -11px; } }
@media (max-width: 576px) {
    .collection_section .col-sm-6 .collection_block .collection_new_header .grid_header h4:before {
        height: 26px; } }
.collection_section .col-sm-6 .collection_block .collection_new_header .grid_header p {
    top: 60px;
    left: 10px;
    bottom: 0;
    right: 0;
    color: #fff; }
@media (max-width: 1200px) {
    .collection_section .col-sm-6 .collection_block {
        min-height: 290px; } }
@media (max-width: 992px) {
    .collection_section .col-sm-6 .collection_block {
        min-height: 215px; } }
@media (max-width: 768px) {
    .collection_section .col-sm-6 .collection_block {
        min-height: 1px; } }
.collection_section.futon_bag_main.home_subcategory {
    margin-top: 27px; }
.collection_section.futon_bag_main.home_subcategory .futon_bag {
    position: relative; }
.collection_section.futon_bag_main.home_subcategory .futon_bag img {
    width: 100%; }
@media (max-width: 1200px) {
    .collection_section.futon_bag_main.home_subcategory .collection_block {
        min-height: 310px; } }
@media (max-width: 992px) {
    .collection_section.futon_bag_main.home_subcategory .collection_block {
        min-height: 225px; } }
@media (max-width: 767px) {
    .collection_section.futon_bag_main.home_subcategory .collection_block {
        min-height: 257px; } }
@media (max-width: 575px) {
    .collection_section.futon_bag_main.home_subcategory .collection_block {
        min-height: 1px; } }

.collection_section_new {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 27px; }
.collection_section_new .collection_block_new {
    padding-bottom: 30px;
    width: 100%;
    display: inline-block;
    min-height: 262px; }
.collection_section_new .collection_block_new .collection_new_header {
    position: relative; }
.collection_section_new .collection_block_new .collection_new_header img {
    width: 100%; }
@media (max-width: 1200px) {
    .collection_section_new .collection_block_new {
        min-height: 250px; } }
@media (max-width: 992px) {
    .collection_section_new .collection_block_new {
        min-height: 192px; } }
@media (max-width: 768px) {
    .collection_section_new .collection_block_new {
        min-height: 1px;
        max-width: 306px;
        margin: 0 auto;
        display: table; }
    .collection_section_new .collection_block_new .title_left_shape h4:before {
        left: -16px; } }


.collection_new_section .collection_new_block {
    padding-top: 30px; }

.collection_category {
    padding-top: 33px;
    padding-left: 27px; }
@media (max-width: 768px) {
    .collection_category {
        padding-right: 27px; } }
.collection_category h5 {
    font-size: 25px;
    color: #3a4661;
    position: relative; }
.collection_category h5:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11px;
    right: 0;
    background-color: #b0b2b6;
    height: 30px;
    width: 25px;
    z-index: -1; }
.collection_category .image_caption {
    padding: 18px 0; }
.collection_category .image_caption p {
    font-family: "RobotoRegular";
    font-size: 18px;
    color: #4a5057;
    text-align: center; }
.collection_category .slider1 h5 {
    font-size: 25px;
    color: #3a4661;
    position: relative; }
.collection_category .slider1 h5:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11px;
    right: 0;
    background-color: #b0b2b6;
    height: 30px;
    width: 25px;
    z-index: -1; }
.collection_category .slider1 .collection_slider {
    padding-top: 18px; }
.collection_category .slider1 .collection_slider .flexslider ul {
    width: 100%; }
.collection_category .slider1 .collection_slider .flexslider ul li .image_caption {
    padding: 18px 0; }
.collection_category .slider1 .collection_slider .flexslider ul li .image_caption p {
    font-family: "RobotoRegular";
    font-size: 18px;
    color: #4a5057;
    text-align: center; }
.collection_category .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-prev a {
    left: -44px;
    top: 35%;
    opacity: 1 !important;
    z-index: 1 !important; }
.collection_category .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-prev a:before {
    font-family: FontAwesome;
    content: "\f053";
    color: #cbcbcb;
    font-size: 30px; }
@media (max-width: 768px) {
    .collection_category .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-prev a {
        left: -28px; } }
@media (max-width: 576px) {
    .collection_category .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-prev a {
        left: -35px; } }
.collection_category .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-next a {
    right: -44px;
    top: 35%;
    opacity: 1 !important;
    z-index: 1 !important; }
.collection_category .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-next a:before {
    font-family: FontAwesome;
    content: "\f054";
    color: #cbcbcb;
    font-size: 30px; }
@media (max-width: 768px) {
    .collection_category .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-next a {
        right: -28px; } }
@media (max-width: 576px) {
    .collection_category .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-next a {
        right: -35px; } }
.collection_category .cases .cases_header {
    padding-top: 18px; }
.collection_category .cases .cases_header .col-sm-3 {
    float: left; }

.collection_inner_new h5 {
    font-family: "robotoregular";
    font-size: 26px;
    color: #3a4661;
    padding-bottom: 26px;
    padding-left: 15px;
    position: relative; }
@media (max-width: 992px) {
    .collection_inner_new h5 {
        font-size: 24px; } }
@media (max-width: 768px) {
    .collection_inner_new h5 {
        font-size: 22px; } }
@media (max-width: 576px) {
    .collection_inner_new h5 {
        font-size: 20px;
        padding-bottom: 20px; } }
.collection_inner_new h5:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11px;
    right: 0;
    background-color: #b0b2b6;
    height: 30px;
    width: 25px;
    z-index: -1;
    left: 0;
    top: -5px;
    background-color: #cbcbcb;
    width: 30px;
    height: 40px; }
@media (max-width: 992px) {
    .collection_inner_new h5:before {
        width: 27px;
        height: 38px; } }

.collection_inner_new h3 {
    font-family: "robotomedium";
    color: #525c68;
    padding: 23px 0 15px;
    text-align: center;
    font-size: 30px;
    text-transform: capitalize; }

.collection_inner_new .collection_info {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 36px;
    margin-top: 4px; }
@media (max-width: 768px) {
    .collection_inner_new .collection_info {
        padding-top: 25px;
        padding-bottom: 14px;
        padding-left: 0; } }
@media (max-width: 576px) {
    .collection_inner_new .collection_info {
        padding-top: 20px;
        padding-bottom: 10px; } }
.collection_inner_new .collection_info ul {
    margin-bottom: 30px; }
.collection_inner_new .collection_info ul li {
    font-family: "robotomedium";
    font-size: 16px;
    color: #4a5057;
    line-height: normal;
    font-family: "RobotoRegular";
    position: relative;
    padding-left: 20px; }
.collection_inner_new .collection_info ul li:before {
    content: "";
    height: 10px;
    width: 10px;
    top: 4px;
    bottom: 0;
    left: 0;
    background-color: #929299;
    display: inline-block;
    border-radius: 50%;
    position: absolute; }
.collection_inner_new .collection_info ul li:not(:last-child) {
    padding-bottom: 19px; }

.collection_inner_new .bed_size h5 {
    letter-spacing: -0.3px; }

.collection_inner_new .bed_collection {
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
    display: inline-block;
    width: 100%; }
.collection_inner_new .bed_collection .col-sm-3 {
    float: left; }
@media (max-width: 992px) {
    .collection_inner_new .bed_collection .col-sm-3 {
        max-width: 33.33%; } }
@media (max-width: 576px) {
    .collection_inner_new .bed_collection .col-sm-3 {
        max-width: 50%; } }
@media (max-width: 480px) {
    .collection_inner_new .bed_collection .col-sm-3 {
        max-width: 100%; } }
@media (max-width: 480px) {
    .collection_inner_new .bed_collection .col-sm-3 .bed_image {
        text-align: center; } }

.collection_inner_new .available_size {
    padding: 35px 0 6px; }
.collection_inner_new .available_size p {
    font-size: 16px;
    font-family: "RobotoRegular";
    color: #4a5057; }
.collection_inner_new .available_size ul {
    margin-bottom: 22px; }
.collection_inner_new .available_size ul li {
    display: inline-block;
    margin-right: 42px; }
.collection_inner_new .available_size ul li a {
    text-decoration: none;
    display: inline-block; }
.collection_inner_new .available_size ul li a .circle {
    background-color: #f2f2f2;
    background-color: #f2f2f2;
    height: 59px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    margin: 0 auto;
    display: block; }
.collection_inner_new .available_size ul li a .circle.secondcolor {
    background-color: #e8bf88; }
.collection_inner_new .available_size ul li a .circle.thirdcolor {
    background-color: #5b2a1d; }
.collection_inner_new .available_size ul li a .circle.fourthcolor {
    background-color: #483933; }
.collection_inner_new .available_size ul li a .circle.fifthcolor {
    background-color: #7f451e; }
.collection_inner_new .available_size ul li a .circle.sixthcolor {
    background-color: #201c1c; }
.collection_inner_new .available_size ul li a span.text_color {
    display: block;
    font-family: "robotolight";
    font-size: 16px;
    color: #525c68;
    text-align: center;
    text-decoration: none;
    margin: 0 auto; }

.collection_inner_new .slider1 {
    padding-top: 35px;
    border-top: 1px solid #d9d9d9;
    padding-bottom: 29px; }
@media (max-width: 768px) {
    .collection_inner_new .slider1 {
        padding-top: 25px; } }
.collection_inner_new .slider1 p {
    color: #4a5057;
    font-size: 16px;
    font-family: "RobotoRegular";
    margin: -6px 0 28px; }
.collection_inner_new .slider1 .collection_slider .flexslider ul {
    width: 100%; }
.collection_inner_new .slider1 .collection_slider .flexslider ul li .image_caption {
    padding: 0; }
.collection_inner_new .slider1 .collection_slider .flexslider ul li .image_caption p {
    font-family: "RobotoRegular";
    font-size: 18px;
    color: #4a5057;
    text-align: center;
    padding: 25px 0 24px; }
@media (max-width: 992px) {
    .collection_inner_new .slider1 .collection_slider .flexslider ul li .image_caption p {
        font-size: 16px; } }
.collection_inner_new .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-prev {
    float: right;
    margin-right: 66px; }
.collection_inner_new .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-prev a {
    left: auto;
    opacity: 1 !important;
    z-index: 1 !important;
    position: absolute;
    top: -50px !important;
    bottom: 0;
    float: right; }
@media (max-width: 768px) {
    .collection_inner_new .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-prev a {
        top: -42px !important; } }
.collection_inner_new .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-prev a:before {
    font-family: FontAwesome;
    content: "\f053";
    color: #cbcbcb;
    font-size: 30px; }
.collection_inner_new .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-next {
    float: right;
    margin-right: 38px; }
.collection_inner_new .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-next a {
    right: auto;
    top: 35%;
    opacity: 1 !important;
    z-index: 1 !important;
    position: absolute;
    top: -50px !important;
    bottom: 0; }
@media (max-width: 768px) {
    .collection_inner_new .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-next a {
        top: -42px !important; } }
.collection_inner_new .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-next a:before {
    font-family: FontAwesome;
    content: "\f054";
    color: #cbcbcb;
    font-size: 30px; }

.collection_inner_new .show_all_types {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 3px; }
.collection_inner_new .show_all_types a {
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #fff;
    background-color: #869c69;
    padding: 8px 11px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none; }


.collection_section.home_subcategory {
    width: 100%;
    display: inline-block; }
.collection_section.home_subcategory .collection_block {
    margin-bottom: 30px;
    min-height: 256px;
    width: 100%;
    display: inline-block;
    padding-bottom: 0; }
@media (max-width: 1200px) {
    .collection_section.home_subcategory .collection_block {
        min-height: 290px; } }
@media (max-width: 992px) {
    .collection_section.home_subcategory .collection_block {
        min-height: 215px; } }
@media (max-width: 768px) {
    .collection_section.home_subcategory .collection_block {
        min-height: 210px; } }
@media (max-width: 767px) {
    .collection_section.home_subcategory .collection_block {
        min-height: 240px; } }
@media (max-width: 576px) {
    .collection_section.home_subcategory .collection_block {
        min-height: 1px;
        max-width: 306px;
        min-width: 306px;
        margin: 0 auto 30px;
        width: auto;
        display: table;
        position: relative; } }
@media (max-width: 360px) {
    .collection_section.home_subcategory .collection_block {
        min-width: 100%; } }
.collection_section.home_subcategory .collection_block.subcategory_block {
    padding-bottom: 30px;
    width: 100%;
    display: inline-block;
    background-color: #e8e8e8;
    padding: 13px 12px; }
@media (max-width: 768px) {
    .collection_section.home_subcategory .collection_block.subcategory_block {
        padding: 17px 15px; } }
@media (max-width: 576px) {
    .collection_section.home_subcategory .collection_block.subcategory_block {
        width: auto;
        display: table; } }
.collection_section.home_subcategory .collection_block.subcategory_block h4 {
    color: #434950;
    position: relative;
    z-index: 1;
    font-family: "robotomedium";
    font-size: 28px;
    margin-bottom: 10px; }
@media (max-width: 1200px) {
    .collection_section.home_subcategory .collection_block.subcategory_block h4 {
        margin-bottom: 5px; } }
@media (max-width: 992px) {
    .collection_section.home_subcategory .collection_block.subcategory_block h4 {
        font-size: 22px; } }
@media (max-width: 768px) {
    .collection_section.home_subcategory .collection_block.subcategory_block h4 {
        font-size: 20px; } }
@media (max-width: 576px) {
    .collection_section.home_subcategory .collection_block.subcategory_block h4 {
        font-size: 28px; } }
.collection_section.home_subcategory .collection_block.subcategory_block p {
    font-size: 15px;
    color: #434950;
    font-family: "RobotoRegular";
    margin: 0;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 0.2px; }
@media (max-width: 992px) {
    .collection_section.home_subcategory .collection_block.subcategory_block p {
        font-size: 14px;
        line-height: 18px;
        text-align: inherit; } }
@media (max-width: 576px) {
    .collection_section.home_subcategory .collection_block.subcategory_block p {
        font-size: 15px;
        line-height: 25px;
        text-align: justify; } }
.collection_section.home_subcategory .collection_block.subcategory_block p a {
    text-decoration: none;
    color: #434950;
    font-family: "RobotoRegular";
    font-size: 15px;
    border-bottom: 1px solid #525c68; }
@media (max-width: 992px) {
    .collection_section.home_subcategory .collection_block.subcategory_block p a {
        font-size: 12px; } }
.collection_section.home_subcategory .collection_block.subcategory_block.back {
    background-color: #434950; }
.collection_section.home_subcategory .collection_block.subcategory_block.back h4, .collection_section.home_subcategory .collection_block.subcategory_block.back p, .collection_section.home_subcategory .collection_block.subcategory_block.back a {
    color: #fff; }
.collection_section.home_subcategory .collection_block.bean_bag {
    min-height: 273px;
    background: #e8e8e8; }
@media (max-width: 1200px) {
    .collection_section.home_subcategory .collection_block.bean_bag {
        min-height: 311px; } }
@media (max-width: 992px) {
    .collection_section.home_subcategory .collection_block.bean_bag {
        min-height: 225px; } }
@media (max-width: 768px) {
    .collection_section.home_subcategory .collection_block.bean_bag {
        min-height: 257px; } }
@media (max-width: 575px) {
    .collection_section.home_subcategory .collection_block.bean_bag {
        min-height: 1px; }
    .collection_section.home_subcategory .collection_block.bean_bag img {
        margin: 0 auto;
        display: block; } }
.collection_section.home_subcategory .collection_block.bean_bag .title_left_shape {
    left: 46px; }
.collection_section.home_subcategory .collection_block.bean_bag .title_left_shape h4 {
    color: #525c68; }
.collection_section.home_subcategory .collection_block.bean_bag .title_left_shape h4:before {
    background-color: #b0b2b6; }
.collection_section.home_subcategory .collection_block .title_left_shape h4:before {
    background-color: #434950;
    left: -16px; }


.filter {
    position: relative;
    text-align: center;
    padding: 23px 0 24px; }
@media (max-width: 768px) {
    .filter {
        padding: 16px 0; } }
@media (max-width: 576px) {
    .filter {
        padding-bottom: 25px; } }
.filter a {
    font-family: "RobotoRegular";
    font-size: 14px;
    color: #414141;
    text-decoration: none;
    vertical-align: bottom;
    text-align: left;
}
.filter a img {
    margin-right: 6px; }

.filter_open {
    display: block; }
.filter_open .filter_items {
    border: 1px solid #cccccc;
    padding: 26px 8px 28px;
    margin-bottom: 30px; }
.filter_open .filter_items .show_all_types {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 12px; }
.filter_open .filter_items .show_all_types a {
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #fff;
    background-color: #869c69;
    padding: 9px 11px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none; }
.filter_open .filter_items h6 {
    font-family: "robotomedium";
    font-size: 16px;
    color: #050505;
    border-bottom: 1px solid #050505;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 11px;
    position: relative; }
.filter_open .filter_items h6:before {
    content: '';
    width: 11px;
    height: 12px;
    background-image: url("../../frontend/Bunkbedscanada/default/en_US/images/plus.png");
    background-repeat: no-repeat;
    display: inline-block;
    display: none;
    position: absolute;
    right: 5px;
    top: 5px; }
.filter_open .filter_items h6:after {
    content: '';
    width: 11px;
    height: 1px;
    background-image: url("../../frontend/Bunkbedscanada/default/en_US/images/minus.png");
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 9px; }
.filter_open .filter_items .active h6:after {
    display: none; }
.filter_open .filter_items .active h6:before {
    display: inline-block; }
.filter_open .filter_items .item_size form {
    margin-bottom: 12px; }
.filter_open .filter_items .item_size .price_filter {
    position: relative;
    padding-bottom: 2px;
    padding-top: 10px;
    padding-left: 15px; }
.filter_open .filter_items .item_size .price_filter .ui-widget.ui-widget-content {
    border: 0;
    background-color: #e0e0e0;
    height: 5px;
    border-radius: inherit; }
.filter_open .filter_items .item_size .price_filter .ui-widget.ui-widget-content .ui-widget-header {
    background-color: #525c68; }
.filter_open .filter_items .item_size .price_filter .ui-slider-horizontal .ui-slider-handle {
    border: 1px solid #525c68;
    border-radius: 50%;
    background-color: #fff;
    width: 15px;
    height: 15px; }
.filter_open .filter_items .item_size .price_filter #amount {
    font-size: 14px;
    color: #414141;
    font-family: "RobotoRegular";
    border: 0;
    display: inline-block;
    width: 100%;
    padding: 5px 0 0; }
.filter_open .filter_items .item_size .price_filter input {
    opacity: 1; }
.filter_open .filter_items .item_size .radio {
    margin-left: 15px; }
.filter_open .filter_items .item_size .radio:not(:last-child) {
    margin-bottom: 5px; }
.filter_open .filter_items .item_size .radio label {
    font-family: "RobotoRegular";
    color: #414141;
    font-size: 14px;
    padding-left: 22px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top; }
.filter_open .filter_items .item_size .radio input[type="radio"] {
    width: 14px;
    height: 14px; }
.filter_open .filter_items .item_size .checkbox {
    position: relative;
    margin-left: 15px; }
.filter_open .filter_items .item_size .checkbox:not(:last-child) {
    margin-bottom: 5px; }
.filter_open .filter_items .item_size .checkbox label {
    font-family: "RobotoRegular";
    color: #414141;
    font-size: 14px;
    padding-left: 22px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top; }
.filter_open .filter_items .item_size .checkbox label.canada {
    position: relative; }
.filter_open .filter_items .item_size .checkbox label.canada:after {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/canada_flag.png);
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    right: -28px; }
.filter_open .filter_items .item_size .checkbox label.quick_ship {
    position: relative; }
.filter_open .filter_items .item_size .checkbox label.quick_ship:after {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/quick_ship.png);
    width: 11px;
    height: 17px;
    display: inline-block;
    position: absolute;
    right: -22px; }
.filter_open .filter_items .item_size .checkbox input[type="checkbox"] {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    top: 0;
    left: 0;
    margin: auto 0;
    z-index: 1; }
.filter_open .filter_items .item_size .checkbox input[type="checkbox"] + label:before {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/ckeckbox_icon.png);
    width: 14px;
    height: 16px;
    position: absolute;
    background-position: 0px 0px;
    display: inline-block;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
    background-repeat: no-repeat; }
.filter_open .filter_items .item_size .checkbox input[type="checkbox"]:checked + label:before {
    background-position: 0px -28px; }
.filter_open_crumbs .filter_select ul {
    margin-bottom: 0;
    float: left; }
.filter_open_crumbs .filter_select ul li {
    display: inline-block;
    position: relative;
    margin-right: 35px;
    color: #262b2f;
    font-family: "RobotoRegular";
    font-size: 14px; }
.filter_open_crumbs .filter_select ul li a {
    position: absolute;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url("../../frontend/Bunkbedscanada/default/en_US/images/cancel_icon.png");
    top: 2px;
    right: -25px; }
@media (max-width: 768px) {
    .filter_open_crumbs .filter_select ul {
        margin-bottom: 17px; } }
.filter_open_crumbs .filter_select .clear_filter {
    float: right; }
.filter_open_crumbs .filter_select .clear_filter a {
    color: #525c68;
    font-family: "RobotoRegular";
    font-size: 14px;
    border-bottom: 1px dashed #525c68;
    text-transform: uppercase;
    text-decoration: none; }
@media (max-width: 768px) {
    .filter_open_crumbs .filter_select .clear_filter {
        margin-bottom: 25px; } }

.filter_block {
    border: 1px solid #ccc;
    padding: 7px;
    display: inline-block;
    width: 100%;
    min-height: 96.8%;
    text-align: center;
    margin-bottom: 30px;
    position: relative; }
@media (max-width: 576px) {
    .filter_block {
        margin-bottom: 29px; } }
.filter_block a {
    text-decoration: none; }
@media (max-width: 1200px) {
    .filter_block {
        margin-bottom: 20px; } }
.filter_block .product_desc {
    min-height: 52px;
    margin-top: 3px; }
.filter_block .product_desc p {
    font-size: 13px;
    font-family: "RobotoRegular";
    color: #414141;
    padding-top: 2px;
    line-height: 16px;
    min-height: 66px;}
.filter_block .product_desc .out_of_stock p {
    font-family: "robotomedium";
    font-size: 14px;
    color: #c3442f; }
.filter_block span {
    font-size: 23px;
    font-family: "RobotoRegular";
    color: #414141;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px; }
@media (max-width: 1200px) {
    .filter_block span {
        font-size: 20px; } }
.filter_block span.i {
    font-style: regular; }
.filter_block .price {
    color: #525c68;
    font-family: "robotolight"; }
.filter_block .veiw {
    padding: 17px 0;
}
.filter_block .quick_veiw {
    float: left;
    margin: 0 22px;
    position: absolute;
    bottom: 25px;
    left: 0;
}

.filter_block .quick_veiw a {
    font-size: 13px;
    font-family: "robotomedium";
    color: #525c68;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none; }
@media (max-width: 576px) {
    .filter_block .quick_veiw a {
        font-size: 14px; } }

@media(max-width: 768px) {
    .quickview-tabs .btn-go-to-product, .quickview-tabs .btn-go-to-product a  {width: 100% !important; text-align: center;}
    .quickview-tabs .product_add_cart { width: 100% !important; margin-left: 0 !important;}
    .quickview-tabs .product_add_cart button {width: 100% !important;}
}
.filter_block .view_cart {
    margin: 0 17px;
    position: absolute;
    bottom: 25px;
    right: 0;
}

.filter_block .view_cart a {
    min-height: 5px;
    font-size: 13px;
    font-family: "robotomedium";
    color: #869c69;
    text-transform: uppercase;
    text-align: right;
    text-decoration: none; }
@media (max-width: 1200px) {
    .filter_block .quick_veiw a, .filter_block .view_cart a {
        font-size: 12px;
    }
    .filter_block .view_cart a {
        float: right;
        margin-right: 5px;
    }
}
.filter_block .filter_offer {
    overflow: hidden;
    height: 90px;
    width: 90px;
    position: absolute;
    top: 0;
    left: 0; }
@media (max-width: 576px) {
    .filter_block .filter_offer {
        display: none; } }
.filter_block .filter_offer.yellow:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 89px solid #ffba00;
    border-right: 89px solid transparent;
    content: ""; }
.filter_block .filter_offer.yellow span {
    width: 38px;
    top: 0px; }
.filter_block .filter_offer.red:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 89px solid #e43600;
    border-right: 89px solid transparent;
    content: ""; }
.filter_block .filter_offer.red span {
    top: -13px;
    bottom: -107px;
    -ms-transform: rotate(-48deg);
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg); }
.filter_block .filter_offer.blue:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 89px solid #01667f;
    border-right: 89px solid transparent;
    content: ""; }
.filter_block .filter_offer.blue span {
    top: -13px;
    bottom: -110px;
    -ms-transform: rotate(-47.5deg);
    -webkit-transform: rotate(-47.5deg);
    transform: rotate(-47.5deg); }
.filter_block .filter_offer span {
    font-family: "RobotoRegular";
    font-size: 15px;
    color: #fff;
    position: absolute;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 14px;
    top: -4px;
    border: 0;
    bottom: -56px;
    text-decoration: none; }

.filter_section {
    padding-bottom: 25px; }
.filter_section p {
    margin: 0; }
.filter_section .filter_main {
    width: 100%;
    display: inline-block; }
.filter_section .filter_main .total_item_found {
    padding: 27px 0 0;
    position: absolute;
    left: 0;
    top: 0; }
.filter_section .filter_main .total_item_found p {
    font-size: 14px;
    font-family: "robotolight";
    color: #414141; }
@media (max-width: 992px) {
    .filter_section .filter_main .total_item_found {
        padding-top: 24px; } }
@media (max-width: 768px) {
    .filter_section .filter_main .total_item_found {
        position: relative; } }
.filter_section .filter_main .loadmore_content {
    display: none; }
@media (max-width: 576px) {
    .filter_section .filter_main .loadmore_content {
        max-width: 285px;
        margin: 0 auto; } }

.show_all_item {
    text-align: center; }
.show_all_item a {
    color: #525c68;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase; }
.show_all_item a.hide {
    opacity: 0; }

.quick_view_popup.comapre_size .modal-dialog {
    max-width: 922px;
    transform: none !important;
    top: 0;
    margin: 5% auto; }
@media (max-width: 1200px) {
    .quick_view_popup.comapre_size .modal-dialog {
        max-width: 850px; } }
@media (max-width: 992px) {
    .quick_view_popup.comapre_size .modal-dialog {
        max-width: 922px;
        margin: 0%; } }
@media (max-width: 768px) {
    .quick_view_popup.comapre_size .modal-dialog {
        max-width: 100%;
        margin: 60px 15px; } }
.quick_view_popup.comapre_size .modal-dialog .modal-content {
    width: 100%;
    padding: 30px 24px 23px; }
@media (max-width: 992px) {
    .quick_view_popup.comapre_size .modal-dialog .modal-content button.close {
        right: 0;
        top: -36px; } }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .modal-content {
        padding: 15px; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .product_sldier {
    width: 48.396%;
    display: inline-block;
    float: left; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .product_sldier #p_slider .img_left, .quick_view_popup.comapre_size .modal-dialog .quick_view .product_sldier .img_left {
    height: 446px;
    border: 1px solid #e0e0e0;
    width: 100%; }
@media (max-width: 992px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .product_sldier #p_slider .img_left, .quick_view_popup.comapre_size .modal-dialog .quick_view .product_sldier .img_left {
        height: 355px; } }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .product_sldier #p_slider .img_left, .quick_view_popup.comapre_size .modal-dialog .quick_view .product_sldier .img_left {
        height: 250px;
        border: 0; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .product_sldier #p_carousel .img_left {
    height: 122px;
    width: 100%; }
@media (max-width: 768px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .product_sldier {
        width: 100%;
        margin-bottom: 15px; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail {
    width: 51.6%;
    padding-left: 28px; }
@media (max-width: 768px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail {
        width: 100%;
        padding-left: 0; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail h5 {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 16px;
    margin-top: -7px; }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail h5 {
        font-size: 24px;
        letter-spacing: -0.2px;
        margin-bottom: 7px; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail h6 {
    font-family: "RobotoRegular";
    font-size: 20px;
    color: #2f2f2f;
    text-decoration: underline;
    text-align: left; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .out_of_stock {
    font-family: "robotomedium";
    font-size: 14px;
    color: #c3442f; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_col_text {
    margin-top: 19px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 28px;
    margin-bottom: 24px; }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_col_text {
        margin-top: 4px; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_col_text h6, .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_col_text .made_in {
    display: inline-block;
    width: 49.5%;
    vertical-align: middle; }
@media (max-width: 1200px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_col_text h6, .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_col_text .made_in {
        width: 49.4%; } }
@media (max-width: 992px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_col_text h6, .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_col_text .made_in {
        width: 49.3%; } }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_col_text h6, .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_col_text .made_in {
        width: 100%; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_col_text h6 {
    margin-bottom: 0; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_col_text .made_in {
    text-align: right;
    text-transform: uppercase;
    font-size: 13px; }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_col_text .made_in {
        display: none; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_col_text .made_in:after {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/canada_flag.png);
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions h6 {
    font-family: "robotomedium";
    font-size: 14px;
    color: #262b2f;
    margin-bottom: 0px;
    display: inline-block;
    text-decoration: none; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .dimension_width {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 40px; }
@media (max-width: 992px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .dimension_width {
        margin-left: 10px; } }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .dimension_width {
        margin-left: 0px; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .dimension_width li {
    font-family: "robotomedium";
    font-size: 14px;
    color: #262b2f;
    display: inline-block; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .dimension_width li:not(:last-child) {
    margin-right: 19px; }
@media (max-width: 992px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .dimension_width li:not(:last-child) {
        margin-right: 9px; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .dimension_content {
    margin-bottom: 18px; }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .dimension_content h6 {
        display: none; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .delivery_content {
    margin-bottom: 24px; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .delivery_content .dimension_width {
    margin-left: 4px; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .add_more {
    color: #696969;
    font-family: "RobotoRegular";
    font-size: 14px;
    border: 1px solid #878787;
    padding: 11px 25px;
    border-radius: 25px; }
@media (max-width: 992px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .add_more {
        display: table;
        margin-top: 25px; } }
@media (max-width: 768px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .add_more {
        display: initial;
        margin-top: 0; } }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .add_more {
        display: table;
        margin-top: 25px; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .size_content {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    margin-bottom: 28px; }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .size_content {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 24px; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .size_content h6 {
    display: block;
    text-align: left;
    margin-bottom: 27px; }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .size_content h6 {
        margin-bottom: 12px; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .size_content .checkbox {
    cursor: pointer;
    display: inline-block;
    margin-right: 9px; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .size_content .checkbox label {
    text-transform: capitalize;
    font-family: "robotolight";
    font-size: 16px;
    color: #696969;
    display: inline-block;
    padding: 16px 15px;
    border: 2px solid #ededed;
    margin: 0;
    width: 100%;
    cursor: pointer; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .size_content .checkbox input:checked ~ label {
    background-color: #525c68;
    color: #fff;
    border-color: #525c68; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .size_content .checkbox input {
    opacity: 0;
    position: absolute; }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .size_content .checkbox {
        margin-right: 5px; }
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .size_content .checkbox label {
        padding: 11px; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content {
    margin-bottom: 25px; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content h6 {
    display: block;
    text-align: left;
    margin-bottom: 27px; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content .checkbox {
    cursor: pointer;
    display: inline-block;
    margin-right: 11px;
    width: 40px;
    height: 40px;
    vertical-align: top; }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content .checkbox {
        margin-right: 5px; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content .checkbox label {
    cursor: pointer;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative;
    text-align: center; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content .checkbox label:before {
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/check.png);
    background-position: 0;
    opacity: 0;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    border: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content .checkbox.rcolor1 label {
    background-color: #28527c; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content .checkbox.rcolor2 label {
    background-color: #594648; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content .checkbox.rcolor3 label {
    background-color: #85755e; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content .checkbox.rcolor4 label {
    background-color: #5b4749; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content .checkbox.rcolor5 label {
    background-color: #5a4648; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content .checkbox input:checked ~ label:before {
    opacity: 1; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content .checkbox input {
    opacity: 0;
    position: absolute; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content .add_more {
    display: inline-block;
    padding: 8px 23px; }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .dimensions .color_content .add_more {
        display: table; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .product_amount h3 {
    font-size: 32px;
    font-family: "robotolight";
    color: #262b2f;
    margin-bottom: 24px;
    float: left; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .product_amount h3 del {
    color: #7e7e7e;
    font-size: 22px; }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .product_amount h3 del {
        display: none; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .product_amount h3 small {
    font-size: 28px; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .product_delivery {
    padding: 0; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .continue_shopping a {
    background-color: #616161;
    padding: 8px 23px 8px 19px; }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .continue_shopping a {
        padding: 8px; } }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .go_to_cart a {
    padding: 8px 12px 8px 35px; }
.quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .go_to_cart a:before {
    left: 13px;
    top: 11px; }
@media (max-width: 992px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .go_to_cart a:before {
        left: inherit;
        top: inherit;
        position: relative;
        vertical-align: middle;
        margin-right: 10px;
        text-align: center; } }
@media (max-width: 992px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .go_to_cart a {
        padding: 8px 24px; } }
@media (max-width: 992px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .continue_shopping, .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .go_to_cart {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px; }
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .continue_shopping a, .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .go_to_cart a {
        display: block; } }
@media (max-width: 576px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn {
        display: inline-block;
        width: 100%;
        text-align: center; }
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .continue_shopping, .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .go_to_cart {
        display: inline-block;
        width: 49%;
        margin-bottom: 0px; }
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .continue_shopping a, .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .go_to_cart a {
        display: block; } }
@media (max-width: 480px) {
    .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .continue_shopping a, .quick_view_popup.comapre_size .modal-dialog .quick_view .detail .quick_veiw_btn .go_to_cart a {
        font-size: 14px; } }


.vanisla_collection_section {
    margin-top: 28px; }
.vanisla_collection_section.jack_section .vanisla_desc {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 25px 0 4px; }
@media (max-width: 768px) {
    .vanisla_collection_section.jack_section .vanisla_desc {
        padding: 15px 0 4px; } }
.vanisla_collection_section.jack_section .vanisla_desc p {
    font-family: "robotomedium";
    font-size: 16px;
    color: #4a5057;
    line-height: normal;
    font-family: "RobotoRegular";
    margin: 0;
    padding-bottom: 24px;
    line-height: 24px;
    word-spacing: -0.4px; }
@media (max-width: 992px) {
    .vanisla_collection_section.jack_section .vanisla_desc p {
        padding-bottom: 15px; } }
@media (max-width: 768px) {
    .vanisla_collection_section.jack_section .vanisla_desc p {
        font-size: 14px;
        padding-bottom: 10px; } }
.vanisla_collection_section .show_all_types {
    display: inline-block;
    width: 100%;
    text-align: center; }
.vanisla_collection_section .show_all_types a {
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #fff;
    background-color: #869c69;
    padding: 9px 11px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none; }
.vanisla_collection_section h5 {
    font-family: "robotoregular";
    font-size: 26px;
    color: #3a4661;
    padding-bottom: 23px;
    padding-left: 15px;
    position: relative;
    letter-spacing: -0.7px; }
@media (max-width: 992px) {
    .vanisla_collection_section h5 {
        font-size: 24px; } }
@media (max-width: 768px) {
    .vanisla_collection_section h5 {
        font-size: 22px; } }
@media (max-width: 576px) {
    .vanisla_collection_section h5 {
        font-size: 20px;
        padding-bottom: 20px; } }
.vanisla_collection_section h5:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11px;
    right: 0;
    background-color: #b0b2b6;
    height: 30px;
    width: 25px;
    z-index: -1;
    left: 0;
    top: -5px;
    background-color: #cbcbcb;
    width: 30px;
    height: 40px; }
@media (max-width: 992px) {
    .vanisla_collection_section h5:before {
        width: 27px;
        height: 38px; } }
.vanisla_collection_section .simple_new_block {
    margin-bottom: 10px; }
.vanisla_collection_section .collection_time {
    padding: 15px 0 28px;
    border-bottom: 1px solid #d9d9d9; }
@media (max-width: 992px) {
    .vanisla_collection_section .collection_time {
        padding-bottom: 0; } }
@media (min-width: 992px) {
    .vanisla_collection_section .collection_time .col-sm-6 {
        max-width: 20.6%; }
    .vanisla_collection_section .collection_time .col-sm-6:nth-child(3) {
        max-width: 36%;
        flex: 0 0 36%; } }
.vanisla_collection_section .collection_time .timer_content {
    display: table-cell;
    position: relative;
    padding-left: 59px;
    font-family: "RobotoRegular";
    font-size: 19px;
    color: #525c68; }
@media (max-width: 992px) {
    .vanisla_collection_section .collection_time .timer_content {
        padding-bottom: 20px; } }
.vanisla_collection_section .collection_time .timer_content.second:before {
    background-position: -53px 0; }
.vanisla_collection_section .collection_time .timer_content.third:before {
    background-position: -106px 0;
    height: 45px;
    width: 47px; }
.vanisla_collection_section .collection_time .timer_content.fourth:before {
    background-position: -161px 0;
    height: 45px;
    width: 44px; }
.vanisla_collection_section .collection_time .timer_content span {
    display: block;
    font-family: "robotolight";
    font-size: 19px;
    margin-top: -2px;
    line-height: 25px; }
.vanisla_collection_section .collection_time .timer_content:before {
    content: '';
    background-image: url("../../frontend/Bunkbedscanada/default/en_US/images/d-description.png");
    height: 43px;
    width: 43px;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 6px; }
.vanisla_collection_section .available_size {
    padding: 35px 0 4px; }
.vanisla_collection_section .available_size h5 {
    text-transform: capitalize;
    font-size: 25px;
    letter-spacing: -0.2px;
    padding-bottom: 21px; }
.vanisla_collection_section .available_size p {
    font-size: 16px;
    font-family: "RobotoRegular";
    color: #4a5057;
    margin-bottom: 23px; }
.vanisla_collection_section .available_size ul {
    margin-bottom: 22px; }
.vanisla_collection_section .available_size ul li {
    display: inline-block; }
.vanisla_collection_section .available_size ul li a {
    text-decoration: none;
    display: inline-block; }
.vanisla_collection_section .available_size ul li a .circle {
    background-color: #f2f2f2;
    height: 59px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    margin: 0 auto;
    display: block; }
.vanisla_collection_section .available_size ul li a .circle.secondcolor {
    background-color: #e8bf88; }
.vanisla_collection_section .available_size ul li a .circle.thirdcolor {
    background-color: #5b2a1d; }
.vanisla_collection_section .available_size ul li a .circle.fourthcolor {
    background-color: #483933; }
.vanisla_collection_section .available_size ul li a .circle.fifthcolor {
    background-color: #7f451e; }
.vanisla_collection_section .available_size ul li a .circle.sixthcolor {
    background-color: #201c1c; }
.vanisla_collection_section .available_size ul li a span.text_color {
    display: block;
    font-family: "robotolight";
    font-size: 16px;
    color: #525c68;
    text-align: center;
    text-decoration: none;
    margin: 0 auto; }
.vanisla_collection_section .available_size ul li:not(:last-child) {
    margin-right: 42px; }
.vanisla_collection_section .vanisla_desc {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 25px 0 4px; }
@media (max-width: 768px) {
    .vanisla_collection_section .vanisla_desc {
        padding: 15px 0 4px; } }
.vanisla_collection_section .vanisla_desc p {
    font-family: "robotomedium";
    font-size: 16px;
    color: #4a5057;
    line-height: normal;
    font-family: "RobotoRegular";
    margin: 0;
    padding-bottom: 24px;
    line-height: 22px;
    word-spacing: -0.4px; }
@media (max-width: 992px) {
    .vanisla_collection_section .vanisla_desc p {
        padding-bottom: 15px; } }
@media (max-width: 768px) {
    .vanisla_collection_section .vanisla_desc p {
        font-size: 14px;
        padding-bottom: 10px; } }
.vanisla_collection_section .bed_size {
    border-bottom: transparent;
    padding-top: 30px; }
.vanisla_collection_section .bed_size ul li {
    margin-bottom: 15px; }
.vanisla_collection_section .slider1 {
    padding-top: 35px;
    border-top: 1px solid #d9d9d9;
    padding-bottom: 29px;
    display: inline-block;
    width: 100%;
    position: relative; }
@media (max-width: 768px) {
    .vanisla_collection_section .slider1 {
        padding-top: 25px; } }
.vanisla_collection_section .slider1 .collection_slider .flexslider ul {
    width: 100%; }
.vanisla_collection_section .slider1 .collection_slider .flexslider ul li .image_caption {
    padding: 0; }
.vanisla_collection_section .slider1 .collection_slider .flexslider ul li .image_caption p {
    font-family: "RobotoRegular";
    font-size: 18px;
    color: #4a5057;
    text-align: center;
    padding: 25px 0 24px; }
@media (max-width: 992px) {
    .vanisla_collection_section .slider1 .collection_slider .flexslider ul li .image_caption p {
        font-size: 16px; } }
.vanisla_collection_section .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-prev {
    float: right;
    margin-right: 66px; }
.vanisla_collection_section .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-prev a {
    left: auto;
    opacity: 1 !important;
    z-index: 1 !important;
    position: absolute;
    top: -50px !important;
    bottom: 0;
    float: right; }
@media (max-width: 768px) {
    .vanisla_collection_section .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-prev a {
        top: -42px !important; } }
.vanisla_collection_section .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-prev a:before {
    font-family: FontAwesome;
    content: "\f053";
    color: #cbcbcb;
    font-size: 30px; }
.vanisla_collection_section .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-next {
    float: right;
    margin-right: 38px; }
.vanisla_collection_section .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-next a {
    right: auto;
    top: 35%;
    opacity: 1 !important;
    z-index: 1 !important;
    position: absolute;
    top: -50px !important;
    bottom: 0; }
@media (max-width: 768px) {
    .vanisla_collection_section .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-next a {
        top: -42px !important; } }
.vanisla_collection_section .slider1 .collection_slider .flexslider .flex-direction-nav .flex-nav-next a:before {
    font-family: FontAwesome;
    content: "\f054";
    color: #cbcbcb;
    font-size: 30px; }
.vanisla_collection_section .bed_collection {
    display: inline-block;
    width: 100%;
    padding-top: 35px;
    border-top: 1px solid #d9d9d9; }
@media (max-width: 768px) {
    .vanisla_collection_section .bed_collection {
        padding-top: 25px; } }
.vanisla_collection_section .bed_collection .col-sm-3 {
    float: left; }


.modal .modal-dialog {
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto; }
.modal .modal-dialog .modal-content {
    margin: auto;
    border: 0;
    border-radius: 0; }
.modal .modal-dialog .modal-content button.close {
    position: absolute;
    right: -46px;
    top: 0;
    opacity: 1;
    width: 32px;
    height: 32px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg); }
.modal .modal-dialog .modal-content button.close:after, .modal .modal-dialog .modal-content button.close:before {
    content: '';
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0; }
.modal .modal-dialog .modal-content button.close:after {
    height: 32px;
    width: 1px; }
.modal .modal-dialog .modal-content button.close:before {
    width: 32px;
    height: 1px; }
@media (max-width: 576px) {
    .modal .modal-dialog .modal-content button.close {
        top: -35px;
        right: 0; } }
.modal .modal-dialog .modal-content .modal-body {
    padding: 0; }

.modal.fade .modal-dialog {
    transform: translate(0, -50%); }

.modal-backdrop.show {
    opacity: 1;
    background-color: rgba(76, 76, 76, 0.8); }

.modal.login_popup .login_btn {
    color: #fff;
    background-color: #869c69;
    outline: 0;
    border: 0;
    float: right;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px;
    margin-top: 6px; }

.modal.login_popup .modal-dialog {
    max-width: 350px; }
.modal.login_popup .modal-dialog .modal-content .modal-body {
    padding: 0; }
.modal.login_popup .modal-dialog .modal-content .modal-body ul {
    display: inline-block;
    width: 100%; }
.modal.login_popup .modal-dialog .modal-content .modal-body ul.nav-tabs {
    border: 0; }
.modal.login_popup .modal-dialog .modal-content .modal-body ul li {
    display: inline-block;
    width: 50%;
    float: left; }
.modal.login_popup .modal-dialog .modal-content .modal-body ul li a {
    color: #414141;
    padding: 16px 15px 12px;
    text-align: center;
    text-decoration: none;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    background-color: #e6e6e6; }
.modal.login_popup .modal-dialog .modal-content .modal-body ul li a.active.show {
    background-color: #ffffff; }
.modal.login_popup .modal-dialog .modal-content .modal-body .tab-content {
    padding: 17px 25px 30px;
    display: inline-block;
    width: 100%; }
.modal.login_popup .modal-dialog .modal-content .modal-body .tab-content .form-group {
    padding-bottom: 9px; }
.modal.login_popup .modal-dialog .modal-content .modal-body .tab-content .form-group label {
    font-family: "RobotoRegular";
    font-size: 14px;
    color: #414141;
    margin-top: 0;
    margin-bottom: 1px;
    text-transform: capitalize; }
.modal.login_popup .modal-dialog .modal-content .modal-body .tab-content .form-control {
    border: 1px solid #e0e0e0;
    height: 30px;
    border-radius: inherit; }
.modal.login_popup .modal-dialog .modal-content .modal-body .tab-content .form-forget {
    display: inline-block;
    width: 100%;
    margin-top: 3px; }
.modal.login_popup .modal-dialog .modal-content .modal-body .tab-content .form-forget label {
    margin-bottom: 0;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle; }
.modal.login_popup .modal-dialog .modal-content .modal-body .tab-content .form-forget label a {
    color: #7f7f7f;
    font-family: "RobotoRegular";
    font-size: 14px;
    display: block; }
@media (max-width: 480px) {
    .modal.login_popup .modal-dialog {
        max-width: 100%;
        margin: auto 15px; } }

.modal.login_popup .modal.show .modal-dialog {
    transform: translate(0, -50%); }

.modal.login_popup .forget_popup {
    position: relative;
    display: none;
    padding: 24px; }
.modal.login_popup .forget_popup .close_btn {
    position: relative; }
.modal.login_popup .forget_popup .close_btn .close {
    position: absolute;
    right: -50px;
    display: inline-block;
    top: -19px; }
.modal.login_popup .forget_popup h6 {
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #414141;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0 0 20px; }
.modal.login_popup .forget_popup p {
    font-family: "RobotoRegular";
    text-align: center;
    font-size: 14px;
    color: #7f7f7f;
    margin: 0 0 -1px; }
.modal.login_popup .forget_popup .form-group {
    padding-bottom: 14px; }
.modal.login_popup .forget_popup .form-group label {
    font-family: "RobotoRegular";
    font-size: 14px;
    color: #414141;
    margin-top: 0;
    margin-bottom: 1px;
    text-transform: capitalize; }
.modal.login_popup .forget_popup .form-control {
    border: 1px solid #e0e0e0;
    height: 30px;
    border-radius: inherit; }
.modal.login_popup .forget_popup .submit_btn {
    color: #fff;
    background-color: #525c68;
    outline: 0;
    border: 0;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px; }
.modal.login_popup .forget_popup .forget_cancel {
    display: inline-block;
    cursor: pointer; }
.modal.login_popup .forget_popup form {
    margin-top: 20px;
    margin-bottom: 6px; }

.modal.login_popup .reset_mail {
    padding: 60px 20px; }
.modal.login_popup .reset_mail p {
    color: #7f7f7f;
    font-size: 14px;
    font-family: "RobotoRegular";
    margin-bottom: 0; }


.cart_table {
    margin-top: -6px;
    display: table;
    width: 100%;
    position: relative;
    border: 2px solid #525c68; }
@media (max-width: 576px) {
    .cart_table {
        margin-top: 22px; } }
.cart_table .td, .cart_table .th {
    display: table-cell;
    vertical-align: middle; }
@media (max-width: 576px) {
    .cart_table .td, .cart_table .th {
        display: inline-block;
        float: left; } }
.cart_table .td {
    padding: 41px 18px;
    border-bottom: 2px solid #f2f2f2; }
@media (min-width: 992px) {
    .cart_table .td:nth-child(3) {
        padding: 40px 0; } }
@media (max-width: 992px) {
    .cart_table .td {
        padding: 25px 10px; } }
@media (max-width: 576px) {
    .cart_table .td {
        padding: 41px 0;
        border-bottom: 0;
    }

    .cart_table .td:first-child {
        width: 50%;
        padding-left: 15px;
    }

    .cart_table .td:nth-child(3) {
        width: 23% !important;
        padding: 53px 0 !important;
    }

    div.order_receipt .cart_table .td:nth-child(3) {
        width: 12% !important;
        padding: 53px 0 !important;
    }

    .cart_table .td:nth-child(4) {
        width: 15%;
        text-align: center;
        padding: 63px 0px 63px 8px !important;
    }
}
@media (max-width: 480px) {
    .cart_table .td:first-child {
        width: 43%; }
    .cart_table .td:nth-child(3) {
        width: 25%; } }
.cart_table .table_theader {
    display: table-header-group;
    background-color: #525c68; }
.cart_table .table_theader .table_row {
    display: table-row;
    width: 100%; }
.cart_table .table_theader .table_row .th {
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding: 9px 0;
    font-family: "RobotoRegular";
    text-transform: uppercase; }
.cart_table .table_theader .table_row .th:first-child {
    width: 663px;
    padding-left: 12px; }
@media (max-width: 992px) {
    .cart_table .table_theader .table_row .th:first-child {
        width: 500px; } }
.cart_table .table_theader .table_row .th:nth-child(2) {
    width: 79px; }
@media (max-width: 992px) {
    .cart_table .table_theader .table_row .th:nth-child(2) {
        width: 120px; } }
.cart_table .table_theader .table_row .th:nth-child(3) {
    width: 204px;
    text-align: center; }
@media (max-width: 992px) {
    .cart_table .table_theader .table_row .th:nth-child(3) {
        width: 225px; } }
.cart_table .table_theader .table_row .th:nth-child(4) {
    width: 164px; }
@media (max-width: 992px) {
    .cart_table .table_theader .table_row .th span {
        display: none; } }
@media (max-width: 576px) {
    .cart_table .table_theader .table_row .th:first-child {
        width: 50%;
        padding-left: 15px; }
    .cart_table .table_theader .table_row .th:nth-child(3) {
        width: 20%; }
    .cart_table .table_theader .table_row .th:nth-child(4) {
        width: 15%;
        text-align: center; } }
@media (max-width: 480px) {
    .cart_table .table_theader .table_row .th:first-child {
        width: 43%; }
    .cart_table .table_theader .table_row .th:nth-child(3) {
        width: 25%; } }
@media(max-width:320px){
    .cart_table .table_theader .table_row .th:first-child {width:38% !important;}
    .cart_table .table_theader .table_row .th:nth-child(3) {width:20% !important;}
}
.cart_table .tbody {
    display: table-row-group; }
.cart_table .tbody .table_row {
    display: table-row;
    width: 100%; }
@media (max-width: 767px) {
    .cart_table .tbody .table_row {
        display: flex;
        width: 100%;
        border-bottom: 2px solid #f2f2f2;
        padding-bottom: 25px; } }
.cart_table .tbody .table_row:last-child .td {
    border-bottom: 0; }
.cart_table .tbody .table_row .product_detail_content {
    padding-left: 6px;
    position: relative; }
.cart_table .tbody .table_row .product_detail_content .produt_image {
    float: left; }
.cart_table .tbody .table_row .product_detail_text {
    width: 335px;
    position: relative;
    padding-left: 21px;
    display: inline-block; }
.cart_table .tbody .table_row .product_detail_text h6 {
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #475057;
    line-height: 24px;
    margin: 0; }
@media (max-width: 576px) {
    .cart_table .tbody .table_row .product_detail_text h6 {
        letter-spacing: -0.5px;
        margin-bottom: 12px; } }
.cart_table .tbody .table_row .product_detail_text span {
    font-family: "robotolight";
    font-size: 12px;
    color: #475057; }
@media (max-width: 992px) {
    .cart_table .tbody .table_row .product_detail_text {
        padding-left: 0;
        width: 100%; } }
@media (max-width: 576px) {
    .cart_table .tbody .table_row .product_detail_text.mobile_img {
        display: inline-block !important;
        padding: 0 15px; } }
.cart_table .tbody .table_row .unit_price, .cart_table .tbody .table_row .total_price {
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #475057; }
@media (max-width: 576px) {
    .cart_table .tbody .table_row .unit_price, .cart_table .tbody .table_row .total_price {
        font-size: 20px; } }
@media (max-width: 576px) {
    div.order_receipt .cart_table .tbody .table_row .unit_price,
    div.order_receipt .cart_table .tbody .table_row .total_price {
        font-size: 12px; } }
@media (max-width: 480px) {
    .cart_table .tbody .table_row .unit_price, .cart_table .tbody .table_row .total_price {
        font-size: 16px; } }
.cart_table .tbody .table_row .pro_qty {
    display: inline-block;
    margin: 0 auto;
    display: table; }
.cart_table .tbody .table_row .minus_qty {
    float: left;
    margin-right: 14px;
    cursor: pointer; }
.cart_table .tbody .table_row .minus_qty img {
    vertical-align: bottom; }
@media (max-width: 576px) {
    .cart_table .tbody .table_row .minus_qty {
        margin-right: 7px; } }
@media (max-width: 480px) {
    .cart_table .tbody .table_row .minus_qty {
        margin-right: 5px; } }
.cart_table .tbody .table_row input {
    width: 55px;
    height: 40px;
    border: 2px solid #c4c4c4;
    display: inline-block;
    text-align: center; }
@media (max-width: 480px) {
    .cart_table .tbody .table_row input {
        width: 35px !important;
        heigth: 35px !important; } }
.cart_table .tbody .table_row .plus_qty {
    float: right;
    margin-left: 14px;
    cursor: pointer; }
.cart_table .tbody .table_row .plus_qty img {
    vertical-align: bottom; }
@media (max-width: 576px) {
    .cart_table .tbody .table_row .plus_qty {
        margin-left: 7px; } }
@media (max-width: 480px) {
    .cart_table .tbody .table_row .plus_qty {
        margin-left: 5px; } }
.cart_table .tbody .table_row .cancel_item {
    position: relative; }
.cart_table .tbody .table_row .cancel_item a {
    position: absolute;
    top: 67px;
    right: -15px;
    display: inline-block; }
@media (max-width: 576px) {
    .cart_table .tbody .table_row .cancel_item a {
        position: relative;
        top: inherit;
        right: inherit; } }
@media (max-width: 480px) {
    .cart_table .tbody .table_row .cancel_item a {
        width: 20px; } }
@media (max-width: 576px) {
    .cart_table .tbody .table_row .cancel_item {
        width: 17%;
        display: inline-block;
        text-align: right;
        padding: 54px 0;
        padding-right: 15px; } }
.cart_table .add_comment_btn {
    margin: 0 auto;
    display: table;
    width: 100%; }
.cart_table .add_comment_btn a {
    background-color: #525c68;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 10px 22px;
    position: absolute;
    bottom: -19px;
    z-index: 1;
    text-transform: uppercase;
    right: auto;
    text-align: center;
    left: 50%;
    display: table;
    margin: auto;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
@media (max-width: 576px) {
    .cart_table .add_comment_btn a {
        position: relative;
        top: inherit;
        right: inherit;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        left: inherit;
        bottom: inherit; } }
@media (max-width: 576px) {
    .cart_table .add_comment_btn {
        width: 100%;
        display: inline-block;
        margin: 20px 0; } }

.comment_form {
    position: relative;
    display: none;
    padding: 0px 27px 30px 13px;
    border: 2px solid #525c68;
    border-top: 0;
    margin-top: -15px; }
.comment_form form {
    position: relative; }
.comment_form input[type="text"] {
    color: #525c68;
    font-size: 14px;
    border: 1px solid #cccccc;
    width: 100%;
    padding: 10px 112px 11px 12px; }
.comment_form input[type="submit"] {
    background-color: #869c69;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 8px 22px; }
@media (min-width: 576px) {
    .comment_form .cancel_item a {
        position: absolute;
        top: 8px;
        right: -15px;
        display: inline-block; } }
@media (max-width: 576px) {
    .comment_form {
        padding: 30px 10px; }
    .comment_form .cancel_item {
        display: inline-block;
        width: 30px; }
    .comment_form form {
        display: inline-block;
        width: calc(100% - 45px);
        margin-right: 10px; } }

.shiiping_check {
    margin: 50px 0 30px; }
.shiiping_check .shipping_tax {
    border: 1px solid #f2f2f2;
    padding: 26px 14px; }
.shiiping_check .shipping_tax .shipping_estimate {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 24px; }
.shiiping_check .shipping_tax .shipping_estimate h6 {
    color: #475057;
    font-family: "RobotoRegular";
    font-size: 18px; }
@media (max-width: 576px) {
    .shiiping_check .shipping_tax .shipping_estimate h6 {
        margin-bottom: 6px; } }
.shiiping_check .shipping_tax .shipping_estimate p {
    color: #7f7f7f;
    font-family: "RobotoRegular";
    font-size: 14px; }
.shiiping_check .shipping_tax .shipping_estimate .input-group {
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    padding-top: 10px; }
.shiiping_check .shipping_tax .shipping_estimate .input-group .code {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    float: left;
    border: 1px solid #869c69;
    text-align: center;
    border-radius: inherit;
    outline: 0;
    padding: 7px;
    color: #869c69; }
.shiiping_check .shipping_tax .shipping_estimate .input-group .code::placeholder {
    color: #869c69; }
.shiiping_check .shipping_tax .shipping_estimate .input-group .estimate {
    background-color: #869c69;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 8px;
    outline: 0;
    border: 0;
    width: 111px;
    display: inline-block;
    float: left; }
.shiiping_check .shipping_tax .estimete_info {
    padding-top: 26px; }
.shiiping_check .shipping_tax .estimete_info .radio {
    margin-bottom: 12px; }
.shiiping_check .shipping_tax .estimete_info .radio label {
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 24px; }
.shiiping_check .shipping_tax .estimete_info .radio input[type="radio"] {
    width: 17px;
    height: 17px;
    top: 4px; }
.shiiping_check .shipping_tax .estimete_info p {
    font-family: "RobotoRegular";
    font-size: 14px;
    color: #475057;
    padding-top: 8px;
    line-height: 24px;
    margin: 0; }
@media (max-width: 576px) {
    .shiiping_check .shipping_tax {
        padding: 28px 10px; } }
@media (max-width: 576px) {
    .shiiping_check {
        margin: 30px 0; } }

.sub_total {
    border: 1px solid #ccc;
    margin-bottom: 30px; }
.sub_total .item_detail {
    border-bottom: 1px solid #ccc;
    padding: 10px 14px;
    position: relative; }
.sub_total .item_detail.grand_total {
    background-color: #f2f2f2; }
.sub_total .item_detail:last-child {
    border: 0; }
.sub_total .item_detail p {
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #475057;
    margin: 0; }
.sub_total .item_detail p span {
    float: right; }
.sub_total .item_detail h5 {
    font-family: "robotomedium";
    font-size: 24px;
    margin: 0;
    color: #475057; }
.sub_total .item_detail h5 span {
    float: right; }
.sub_total .item_detail ul {
    margin-bottom: 3px; }
.sub_total .item_detail ul li {
    display: inline-block;
    padding-top: 9px;
    margin-right: 22px; }
.sub_total .item_detail ul li a {
    font-family: "RobotoRegular";
    font-size: 14px;
    color: #475057;
    display: inline-block;
    width: 83px;
    position: relative;
    text-decoration: none;
    line-height: 17px;
    padding-left: 32px; }
.sub_total .item_detail ul li a img {
    position: absolute;
    left: 4px;
    top: 0;
    max-height: 18px;
    max-width: 15px;
    bottom: 0;
    margin: auto; }
@media (max-width: 576px) {
    .sub_total .item_detail ul {
        text-align: center; } }

.continue_shopping {
    float: left; }
.continue_shopping a {
    background-color: #525c68;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 8px 19px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase; }
@media (max-width: 992px) {
    .continue_shopping {
        width: 100%;
        margin-bottom: 30px;
        display: inline-block; }
    .continue_shopping a {
        width: 100%;
        text-align: center; } }

.checkout_now {
    float: right; }
.checkout_now a {
    background-color: #869c69;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 8px 0;
    text-decoration: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-left: 40px;
    padding-right: 17px;
    text-transform: uppercase; }
.checkout_now a:before {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/add_cart.png);
    width: 16px;
    height: 16px;
    position: absolute;
    display: inline-block;
    left: 12px;
    top: 14px; }
@media (max-width: 992px) {
    .checkout_now {
        width: 100%;
        display: inline-block; }
    .checkout_now a {
        width: 100%;
        text-align: center; }
    .checkout_now a:before {
        position: relative;
        left: inherit;
        top: inherit;
        vertical-align: middle;
        margin-right: 12px; } }


.step_process {
    text-align: center;
    margin: -5px  auto -7px;
    width: 100%;
    display: table; }
@media (max-width: 576px) {
    .step_process {
        margin-bottom: 17px;
        margin-top: 22px; } }
.step_process ul {
    display: inline-block;
    text-align: center;
    margin: 0 auto; }
.step_process ul.nav-tabs {
    border: 0; }
.step_process ul li {
    font-family: "RobotoRegular";
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin-right: 48px;
    position: relative; }
.step_process ul li:first-child {
    margin-right: 27px; }
.step_process ul li.current a .tab_number {
    background-color: #869c69;
    color: #fff; }
@media (max-width: 576px) {
    .step_process ul li.current a .tab_text {
        display: block; } }
.step_process ul li:last-child {
    margin-right: 0; }
.step_process ul li:last-child a .tab_number:after {
    display: none; }
@media (max-width: 576px) {
    .step_process ul li:last-child a .tab_text {
        left: -122px; } }
.step_process ul li:nth-child(2) a .tab_number:after {
    width: 130px;
    left: 80px; }
@media (max-width: 576px) {
    .step_process ul li:nth-child(2) a .tab_number:after {
        width: 36px;
        left: 29px; } }
@media (max-width: 576px) {
    .step_process ul li:nth-child(2) a .tab_text {
        left: -58px; } }
.step_process ul li a {
    font-family: "robotolight";
    font-size: 16px;
    color: #525c68;
    text-decoration: none; }
.step_process ul li a .tab_number {
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #525c68;
    padding: 2px 0;
    margin-bottom: 10px; }
.step_process ul li a .tab_number:after {
    content: '';
    width: 134px;
    position: absolute;
    height: 1px;
    display: inline-block;
    background-color: #ccc;
    right: 0;
    left: 84px;
    top: 15px; }
@media (max-width: 576px) {
    .step_process ul li a .tab_number:after {
        width: 36px;
        left: 29px; } }
@media (max-width: 576px) {
    .step_process ul li a .tab_text {
        display: none;
        position: absolute;
        min-width: 200px;
        left: 7px;
        letter-spacing: 0.2px;
        text-align: left; } }
@media (max-width: 576px) {
    .step_process ul li {
        margin-right: 30px; }
    .step_process ul li:first-child {
        margin-right: 30px; } }

.billing_form {
    border: 2px solid #525c68;
    display: inline-block;
    width: 100%;
    margin: 33px 0; }
.billing_form p {
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #525c68;
    letter-spacing: 0.1px;
    margin-bottom: 15px; }
.billing_form label {
    margin: 0; }
.billing_form .form-group {
    margin-bottom: 19px; }
.billing_form .form-group label {
    color: #414141;
    font-family: "RobotoRegular";
    font-size: 14px;
    margin: 0;
    margin-bottom: 11px; }
@media (max-width: 576px) {
    .billing_form .form-group label {
        margin-bottom: 9px; } }
.billing_form .form-group textarea {
    color: #414141;
    font-family: "robotolight";
    font-size: 14px;
    margin: 0;
    margin-top: 6px;
    height: 64px;
    padding: 9px 15px;
    resize: none;
    border-radius: 0; }
.billing_form .form-group input, .billing_form .form-group select {
    height: 30px;
    border-radius: inherit;
    border: 1px solid #e0e0e0; }
.billing_form .form-group select {
    display: block;
    width: 100%;
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/select_down.png);
    background-position: 97% 55%;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-webkit-appearance: none;
    color: #7f7f7f;
    font-family: "robotolight";
    font-size: 14px;
    padding: 0 5px; }
.billing_form h6 {
    font-family: "RobotoRegular";
    font-size: 16px;
    background-color: #525c68;
    padding: 6px 26px 8px;
    color: #fff;
    text-transform: uppercase;
    margin: 0; }
@media (max-width: 576px) {
    .billing_form h6 {
        padding: 7px 10px -4 8px; } }
.billing_form .form1 {
    padding: 25px 27px 11px; }
.billing_form .form1 p {
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #525c68;
    margin: 0;
    padding-bottom: 13px;
    letter-spacing: 0.1px; }
@media (max-width: 992px) {
    .billing_form .form1 {
        padding: 15px 15px 0; } }
@media (max-width: 576px) {
    .billing_form .form1 {
        padding: 25px 14px 12px; } }
.billing_form .form2 {
    background-color: #f2f2f2;
    padding: 26px 27px 11px; }
@media (max-width: 992px) {
    .billing_form .form2 {
        padding: 15px 15px 0; } }
@media (max-width: 576px) {
    .billing_form .form2 {
        padding: 25px 14px 12px; } }
.billing_form .form2 input.input_size {
    width: 140px; }
.billing_form .form2 textarea {
    margin-top: 8px;
    height: 68px; }
.billing_form .form2 .radio {
    position: relative; }
.billing_form .form2 .radio label {
    padding-left: 30px;
    margin-bottom: 12px;
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #475057; }
.billing_form .form2 .radio input[type="radio"] {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    background-repeat: no-repeat; }
.billing_form .form2 .radio input[type="radio"] + label:before {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/radioimg.png);
    width: 17px;
    height: 17px;
    position: absolute;
    background-position: 0px 0px;
    display: inline-block;
    left: 0px;
    top: 4px;
    background-repeat: no-repeat; }
.billing_form .form2 .radio input[type="radio"]:checked + label:before {
    background-position: 0px -36px; }
.billing_form .receive_order {
    padding: 24px 27px 11px;
    position: relative; }
.billing_form .receive_order form {
    border-top: 1px solid #dcdcdc;
    margin-top: 16px;
    display: none;
    padding: 0 4px; }
.billing_form .receive_order form p {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 14px; }
@media (max-width: 992px) {
    .billing_form .receive_order {
        padding: 15px; } }
@media (max-width: 576px) {
    .billing_form .receive_order {
        padding: 25px 14px 12px; } }
.billing_form .receive_order .radio {
    position: relative;
    margin-bottom: 7px; }
@media (max-width: 576px) {
    .billing_form .receive_order .radio {
        margin-bottom: 17px; } }
.billing_form .receive_order .radio label {
    padding-left: 27px;
    line-height: 10px;
    font-family: "robotolight";
    font-size: 14px;
    color: #7f7f7f; }
@media (max-width: 576px) {
    .billing_form .receive_order .radio label {
        line-height: 17px; } }
.billing_form .receive_order .radio label span {
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    font-family: "robotolight";
    color: #262b2f; }
.billing_form .receive_order .radio input[type="radio"] {
    width: 17px;
    height: 17px;
    top: 3px; }
.billing_form .receive_order .radio input[type="radio"] + label:before {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/radioimg.png);
    width: 17px;
    height: 17px;
    position: absolute;
    background-position: 0px 0px;
    display: inline-block;
    left: 0px;
    top: 4px;
    background-repeat: no-repeat; }
.billing_form .receive_order .radio input[type="radio"]:checked + label:before {
    background-position: 0px -36px; }
.billing_form .receive_order .schedule {
    width: 205px;
    border: 1px solid #e0e0e0;
    top: 25px;
    display: none;
    position: absolute;
    right: 10px;
    padding: 7px 0 8px 10px;
    -webkit-box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background: #fff; }
.billing_form .receive_order .schedule ul {
    position: relative;
    margin-bottom: 0; }
.billing_form .receive_order .schedule ul:after, .billing_form .receive_order .schedule ul:before {
    right: auto;
    top: 84%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: -30px; }
.billing_form .receive_order .schedule ul:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #e0e0e0;
    border-width: 10px;
    margin-top: -38px; }
.billing_form .receive_order .schedule ul:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 9px;
    margin-top: -37px;
    left: -27px; }
.billing_form .receive_order .schedule ul li {
    font-size: 14px;
    font-family: "robotolight";
    color: #262b2f;
    margin-bottom: -1px; }
.billing_form .receive_order .schedule ul li .time {
    font-family: "robotomedium";
    color: #525c68;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 46%;
    padding-left: 8px;
    letter-spacing: 0.1px; }
.billing_form .receive_order .schedule ul li span {
    display: inline-block;
    width: 99px;
    padding-top: 0; }
.billing_form .receive_order .ship_top_address {
    padding: 0 25px;
    display: none; }
.billing_form .receive_order .ship_top_address .radio {
    display: inline-block;
    margin-bottom: 0; }
.billing_form .receive_order .ship_top_address .radio label {
    padding-right: 10px;
    padding-bottom: 15px; }
.billing_form .receive_order .ship_top_address p {
    font-size: 14px;
    color: #414141;
    margin: 0;
    padding-bottom: 8px; }
.billing_form .receive_order span {
    color: #7f7f7f;
    font-size: 14px;
    font-family: "robotolight";
    display: inline-block;
    padding-top: 6px; }
@media (max-width: 576px) {
    .billing_form .receive_order span {
        padding-top: 0; } }
.billing_form .receive_order .express_loaction .form-group {
    margin-bottom: 10px; }
.billing_form .receive_order .express_loaction .form-group input {
    color: #7f7f7f;
    font-size: 14px;
    font-family: "robotolight";
    width: 155px;
    display: inline-block;
    border-radius: inherit; }
.billing_form .receive_order .express_loaction input.input_size {
    width: 140px; }
.billing_form .diff_address_form.hide {
    display: none !important; }
.billing_form .form3 {
    background-color: #f2f2f2;
    padding: 26px 28px 11px; }
.billing_form .form3 p {
    font-size: 14px; }
.billing_form .form3 .radio {
    position: relative;
    display: inline-block; }
.billing_form .form3 .radio label {
    padding-left: 28px;
    margin-bottom: 12px;
    font-family: "robotolight";
    font-size: 14px;
    color: #414141;
    padding-right: 10px; }
.billing_form .form3 .radio label span {
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    font-family: "robotolight";
    color: #262b2f; }
.billing_form .form3 .radio input[type="radio"] {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    background-repeat: no-repeat; }
.billing_form .form3 .radio input[type="radio"] + label:before {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/radioimg.png);
    width: 17px;
    height: 17px;
    position: absolute;
    background-position: 0px 0px;
    display: inline-block;
    left: 0px;
    top: 4px;
    background-repeat: no-repeat; }
.billing_form .form3 .radio input[type="radio"]:checked + label:before {
    background-position: 0px -36px; }
.billing_form .form3 form {
    padding: 7px 30px 0;
    display: none; }
@media (max-width: 992px) {
    .billing_form .form3 form {
        padding: 0; } }
@media (max-width: 992px) {
    .billing_form .form3 {
        padding: 15px 15px 0; } }
@media (max-width: 576px) {
    .billing_form .form3 {
        padding: 25px 14px 12px; } }
.billing_form .required_form {
    padding: 29px 30px 22px;
    display: inline-block;
    width: 100%; }
.billing_form .required_form span {
    font-size: 14px;
    color: #414141;
    font-family: "robotolight";
    display: inline-block;
    vertical-align: middle;
    width: 49%; }
.billing_form .required_form .step_btn {
    display: inline-block;
    vertical-align: middle;
    width: 50.5%;
    text-align: right; }
@media (max-width: 1200px) {
    .billing_form .required_form .step_btn {
        width: 50.4%; } }
@media (max-width: 992px) {
    .billing_form .required_form .step_btn {
        width: 50.3%; } }
@media (max-width: 768px) {
    .billing_form .required_form .step_btn {
        width: 50%; } }
@media (max-width: 768px) {
    .billing_form .required_form .step_btn {
        width: 49%; } }
@media (max-width: 992px) {
    .billing_form .required_form {
        padding: 15px; } }
@media (max-width: 576px) {
    .billing_form .required_form {
        padding: 25px 14px 12px; } }
.billing_form .order_review {
    padding: 31px 30px 24px;
    display: inline-block;
    width: 100%; }
.billing_form .order_review .sub_total .item_detail {
    width: 100%;
    display: table;
    padding: 12px 14px 8px; }
.billing_form .order_review .sub_total .item_detail .left {
    float: left;
    width: 480px; }
.billing_form .order_review .sub_total .item_detail .right {
    float: right; }
.billing_form .order_review .sub_total .item_detail p {
    letter-spacing: 0.5px; }
@media (max-width: 992px) {
    .billing_form .order_review {
        padding: 15px; } }
.billing_form .payment_form {
    padding: 23px 30px 4px;
    display: inline-block;
    width: 100%; }
.billing_form .payment_form .payment_gateway {
    margin-top: 37px;
    padding-left: 5px; }
@media (max-width: 768px) {
    .billing_form .payment_form .payment_gateway {
        margin-top: 0;
        padding-left: 0;
        margin-bottom: 20px; } }
.billing_form .payment_form .form-group.card-detail {
    display: inline-block;
    width: 100%; }
.billing_form .payment_form .form-group.card-detail label {
    width: 100%;
    float: left; }
.billing_form .payment_form .form-group.card-detail select {
    width: 223px;
    float: left; }
@media (max-width: 1200px) {
    .billing_form .payment_form .form-group.card-detail select {
        width: 51%; } }
@media (max-width: 992px) {
    .billing_form .payment_form .form-group.card-detail select {
        width: 100%; } }
.billing_form .payment_form .form-group.card-detail input {
    width: 160px;
    float: left;
    margin-left: 29px; }
@media (max-width: 1200px) {
    .billing_form .payment_form .form-group.card-detail input {
        width: 40%; } }
@media (max-width: 992px) {
    .billing_form .payment_form .form-group.card-detail input {
        width: 100%;
        margin-left: 0;
        margin-top: 10px; } }
.billing_form .payment_form .form-group.card-security {
    display: inline-block;
    width: 100%; }
.billing_form .payment_form .form-group.card-security label {
    width: 100%;
    float: left; }
.billing_form .payment_form .form-group.card-security input {
    width: 223px;
    float: left; }
@media (max-width: 992px) {
    .billing_form .payment_form .form-group.card-security input {
        width: 78%; } }
.billing_form .payment_form .form-group.card-security .checking_hours {
    float: left;
    display: inline-block;
    margin-left: 30px;
    position: relative;
    text-align: center;
    cursor: pointer; }
.billing_form .payment_form .form-group.card-security .checking_hours .schedule {
    width: 157px;
    border: 1px solid #e0e0e0;
    top: 36px;
    display: none;
    position: absolute;
    right: -71px;
    padding: 24px 20px;
    -webkit-box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 0; }
.billing_form .payment_form .form-group.card-security .checking_hours .schedule img {
    display: inline-block; }
.billing_form .payment_form .form-group.card-security .checking_hours .schedule:after, .billing_form .payment_form .form-group.card-security .checking_hours .schedule:before {
    right: auto;
    top: 24px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 71px; }
.billing_form .payment_form .form-group.card-security .checking_hours .schedule:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #e0e0e0;
    border-width: 7px;
    margin-top: -38px; }
.billing_form .payment_form .form-group.card-security .checking_hours .schedule:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 4px;
    margin-top: -32px;
    left: 74px; }
.billing_form .payment_form .payment_gateway a {
    display: inline-block;
    margin-right: 10px; }
.billing_form .payment_form .required_form {
    padding: 0px 30px; }
@media (max-width: 768px) {
    .billing_form .payment_form .required_form {
        padding: 0 15px 0; } }
@media (max-width: 992px) {
    .billing_form .payment_form {
        padding: 15px 15px 0; } }
.billing_form .step_btn_green {
    float: right;
    color: #fff !important;
    background-color: #869c69;
    outline: 0;
    border: 0;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer; }
.billing_form .step_btn_blue {
    float: right;
    color: #fff !important;
    background-color: #525c68;
    outline: 0;
    border: 0;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px;
    text-decoration: none;
    display: inline-block;
    margin-right: 7px;
    cursor: pointer; }
.billing_form .step_btn_grey {
    float: left;
    color: #525c68 !important;
    background-color: #f2f2f2;
    outline: 0;
    border: 0;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer; }
.billing_form .step_btn_grey.right-side {
    float: right;
    margin-right: 15px; }
.billing_form.payment_section .required_form {
    padding: 0 30px;
    padding-bottom: 25px; }
@media (max-width: 992px) {
    .billing_form.payment_section .required_form {
        padding: 15px; } }

.thankyou_message {
    margin-top: -8px; }
@media (max-width: 992px) {
    .thankyou_message {
        margin-top: 14px; } }
.thankyou_message h4 {
    font-size: 30px;
    font-family: "RobotoRegular";
    color: #414141;
    margin-bottom: 18px; }
.thankyou_message p {
    font-size: 18px;
    font-family: "open_sansregular";
    color: #414141;
    margin-bottom: 17px;
    margin-bottom: 19px; }
.thankyou_message h6 {
    font-size: 18px;
    font-family: "open_sanssemibold";
    color: #414141;
    margin: 0;
    line-height: 23px;
    margin-bottom: -4px; }

.order_receipt {
    border: 2px solid #525c68;
    display: inline-block;
    width: 100%;
    margin: 33px 0; }
.order_receipt h6 {
    font-family: "RobotoRegular";
    font-size: 16px;
    background-color: #525c68;
    padding: 7px 27px;
    color: #fff;
    text-transform: uppercase; }
.order_receipt .cart_table {
    border: 0; }
.order_receipt .cart_table h6 {
    background-color: transparent;
    text-transform: capitalize;
    padding: 0; }
.order_receipt .cart_table .table_theader {
    background-color: transparent; }
.order_receipt .cart_table .table_theader .table_row .th {
    color: #525c68;
    border-bottom: 2px solid #f2f2f2;
    padding: 18px 0 19px; }
.order_receipt .cart_table .table_theader .table_row .th:first-child {
    width: 551px;
    padding-left: 27px; }
.order_receipt .cart_table .table_theader .table_row .th:nth-child(2) {
    width: 96px; }
.order_receipt .cart_table .table_theader .table_row .th:nth-child(3) {
    width: 104px;
    text-align: center; }
.order_receipt .cart_table .table_theader .table_row .th:nth-child(4) {
    width: 164px; }
.order_receipt .cart_table .tbody .table_row .td {
    padding: 25px 15px 10px;
    border-bottom: 2px solid #f2f2f2; }
@media (max-width: 576px) {
    .order_receipt .cart_table .tbody .table_row .td {
        padding-top: 15px !important;
        font-size: 12px;
        border-bottom: 0;
    }
}
@media (max-width: 330px) {
    div.order_receipt .cart_table .table_theader .table_row .th {
        font-size: 12px;
    }
}
.order_receipt .cart_table .tbody .table_row .td .product_detail_content {
    padding-left: 40px; }
@media (max-width: 1200px) {
    .order_receipt .cart_table .tbody .table_row .td .product_detail_content {
        padding-left: 0; } }
.order_receipt .cart_table .tbody .table_row .td .product_detail_content .product_detail_text {
    padding-left: 25px;
    margin-top: -4px;
    width: 350px; }
@media (max-width: 1200px) {
    .order_receipt .cart_table .tbody .table_row .td .product_detail_content .product_detail_text {
        padding-top: 20px;
    }
}
@media (max-width: 576px) {
    div.order_receipt {
        overflow: scroll;
    }
}
@media (max-width: 399px) {
    div.order_receipt {
        width: 130%;
        margin-left: -15%;
    }
}
.order_receipt .cart_table .tbody .table_row .td .product_detail_content .product_detail_text h6 {
    margin-bottom: 2px; }
@media (max-width: 992px) {
    .order_receipt .cart_table .tbody .table_row .td .product_detail_content .product_detail_text {
        width: 290px;
        padding-left: 10px; } }
@media (max-width: 767px) {
    .order_receipt .cart_table .tbody .table_row .td .product_detail_content .product_detail_text {
        width: 90px;
    }  }
.order_receipt .cart_table .tbody .table_row .td .product_detail_content .product_detail_text p {
    font-size: 12px;
    font-family: "RobotoRegular";
    color: #404040;
    margin: 8px 0 9px; }
.order_receipt .order_note {
    padding: 24px 30px; }
.order_receipt .order_note p {
    font-size: 14px;
    font-family: "robotomedium";
    color: #525c68;
    line-height: 23px; }
.order_receipt .sub_total {
    border: 0;
    margin-bottom: 33px;
    margin-top: 25px; }
.order_receipt .sub_total .item_detail {
    border-bottom: 1px solid #ccc;
    padding: 10px 14px; }
.order_receipt .sub_total .item_detail.grand_total {
    background-color: #f2f2f2; }
.order_receipt .sub_total .item_detail:last-child {
    border: 0; }
.order_receipt .sub_total .item_detail p {
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #475057;
    padding: 0 39px 0 10px;
    margin: 0; }
.order_receipt .sub_total .item_detail p span {
    float: right; }
.order_receipt .sub_total .item_detail h5 {
    font-family: "robotomedium";
    font-size: 24px;
    margin: 0;
    color: #475057;
    padding: 0 39px 0 10px; }
@media (max-width: 768px) {
    div.order_receipt .sub_total .item_detail p {
        padding-right: 0;
    }
}
@media (max-width: 994px) {
    div.order_receipt .sub_total .item_detail h5 {
        padding-right: 0;
    }
}
@media (max-width: 425px) {
    div.order_receipt .sub_total .item_detail h5 {
        font-size: 17px;
    }
}
.order_receipt .sub_total .item_detail h5 span {
    float: right; }
.order_receipt .sub_total .order_document {
    float: left;
    padding: 8px 22px 16px; }
.order_receipt .sub_total .order_document a {
    font-family: "RobotoRegular";
    font-size: 14px;
    color: #475057;
    display: inline-block;
    width: 83px;
    padding-left: 34px;
    position: relative;
    text-decoration: none;
    padding-top: 10px;
    line-height: 13px;
    margin-right: 8px; }
.order_receipt .sub_total .order_document a img {
    position: absolute;
    left: 4px;
    top: 17px;
    max-height: 18px;
    max-width: 15px; }
.order_receipt .sub_total .right_order {
    float: right;
    margin: 16px 54px; }
@media (max-width: 992px) {
    .order_receipt .sub_total .right_order {
        margin: 16px 35px; } }


.product_main {
    margin-top: 22px; }
.product_main .product-media {
    position: sticky;
    top: 25px;
}
.product_main .product-media .fotorama__stage__shaft {
    border: none;
}
.product_main .filter_block .storage_image {
    height: 240px;
    position: relative; }
.product_main .filter_block .storage_image img {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-height: 100%;
    max-width: 100%;
    width: auto; }
@media (max-width: 576px) {
    .product_main .filter_block .storage_image {
        height: 230px; } }
.product_main .product_main_slider .product_slides_big_img {
    border: 1px solid #e0e0e0;
    position: relative;
    height: 572px; }
.product_main .product_main_slider .product_slides_big_img img {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-height: 100%;
    max-width: 100%;
    width: auto; }
.product_main .product_main_slider .product_slides_big_img .filter_offer {
    height: 90px;
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
.product_main .product_main_slider .product_slides_big_img .filter_offer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 89px solid #00abc7;
    border-right: 89px solid transparent;
    content: ""; }
.product_main .product_main_slider .product_slides_big_img .filter_offer span {
    font-family: "RobotoRegular";
    font-size: 15px;
    color: #fff;
    position: absolute;
    line-height: 14px;
    border: 0;
    text-decoration: none;
    text-align: center;
    top: 11px;
    bottom: 16px;
    -ms-transform: rotate(-47.5deg);
    -webkit-transform: rotate(-47.5deg);
    transform: rotate(-47.5deg); }
.product_main .product_main_slider .product_slides_big_img .filter_offer.blue:before {
    border-top-color: #00abc7; }
@media (max-width: 1200px) {
    .product_main .product_main_slider .product_slides_big_img {
        height: 540px; } }
@media (max-width: 992px) {
    .product_main .product_main_slider .product_slides_big_img {
        height: 440px; } }
@media (max-width: 576px) {
    .product_main .product_main_slider .product_slides_big_img {
        height: 311px; } }
.product_main .product_main_slider .product_slides_small_img {
    border: 1px solid transparent;
    position: relative;
    height: 130px; }
.product_main .product_main_slider .product_slides_small_img img {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-height: 100%;
    max-width: 100%;
    width: auto; }
.product_main .product_main_slider .flex-direction-nav a {
    height: 29px;
    width: 15px; }
.product_main .product_main_slider .flex-direction-nav a:before {
    background-image: url("../../frontend/Bunkbedscanada/default/en_US/images/product_slider_left.png");
    content: "";
    height: 29px;
    width: 15px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg); }
.product_main .product_main_slider .flex-direction-nav a.flex-next {
    right: 0; }
.product_main .product_main_slider .flex-direction-nav a.flex-next:before {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none; }
.product_main .product_main_slider .flex-direction-nav a.flex-prev {
    left: 0; }
.product_main .product_main_slider#carousel {
    margin-top: 10px;
    padding: 0 25px; }
.product_main .product_main_slider#carousel ul li {
    cursor: pointer; }
.product_main .product_detail {
    padding-left: 29px;
    display: inline-block;
    width: 100%;
    margin-top: -6px; }
@media (max-width: 992px) {
    .product_main .product_detail {
        border-left: 0;
        padding-left: 0;
        margin-top: 20px; } }
.product_inner_content {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px; }
.product_inner_content>a {
    color: rgb(23, 137, 161);
}
@media (min-width: 992px) {
    .product-media .product_inner_content {
        display: none;
    }
}
@media (max-width: 991px) {
    .product-media {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 50px;
    }
    .product-media .product_inner_content {
        border: none;
    }
    .product_detail .product_inner_content {
        display: none;
    }
}
.product_inner_content h2 {
    font-size: 22.5px;
    font-family: "RobotoRegular";
    color: #2f2f2f; }
.product_inner_content p {
    font-family: "robotolight";
    font-size: 14px;
    color: #262b2f;
    margin-bottom: 10px; }
@media (max-width: 576px) {
    .product_inner_content p {
        margin-bottom: 12px; } }
.product_inner_content h5 {
    font-family: "robotolight";
    font-size: 20px;
    color: #2f2f2f;
    text-decoration: underline; }
.product_detail .dimensions {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 25px;
    padding-bottom: 17px; }
.product_detail .dimensions p {
    font-family: "robotomedium";
    font-size: 14px;
    color: #262b2f;
    margin-bottom: 11px;
    text-transform: capitalize; }
@media (max-width: 576px) {
    .dimensions p {
        margin-bottom: 10px -4; } }
.dimensions .dimension_width {
    margin-bottom: 19px; }
.dimensions .dimension_width li {
    font-family: "robotomedium";
    font-size: 14px;
    color: #262b2f;
    display: inline-block;
    margin-right: 19px; }
.dimensions .select_color_box .checkbox {
    display: inline-block; }
.dimensions .select_color_box .checkbox:not(:last-child) {
    margin-right: 10px; }
.dimensions .select_color_box .checkbox input {
    position: absolute;
    opacity: 0; }
.dimensions .select_color_box .checkbox label {
    cursor: pointer; }
.dimensions .select_color_box.select_color1 .checkbox label {
    position: relative;
    width: 40px;
    height: 40px;
    border: 2px solid #525c68;
    border-radius: 50%;
    background: url("../../frontend/Bunkbedscanada/default/en_US/images/color_image.png") no-repeat;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 1, 1, 0.57);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 1, 1, 0.57);
    box-shadow: 0px 0px 5px 0px rgba(0, 1, 1, 0.57); }
.product_main .product_detail .dimensions .select_color_box.select_color1 .checkbox input:checked ~ label:before {
    content: '';
    position: absolute;
    top: -2px;
    right: -6px;
    display: inline-block;
    background-color: #869c69;
    color: #fff;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/check.png);
    background-repeat: no-repeat;
    background-position: 50%; }
.product_main .product_detail .dimensions .select_color_box.select_color2 .checkbox label {
    width: 60px;
    height: 60px;
    border: 2px solid transparent;
    position: relative; }
.product_main .product_detail .dimensions .select_color_box.select_color2 .checkbox label img {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-height: 100%;
    max-width: 100%;
    width: auto; }
.product_main .product_detail .dimensions .select_color_box.select_color2 .checkbox input:checked ~ label {
    border-color: #000; }
.product_main .product_detail .dimensions .available_size {
    margin-bottom: 25px; }
.product_main .product_detail .dimensions .available_size .add_more {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 21px 7px; }
@media (max-width: 1200px) {
    .product_main .product_detail .dimensions .available_size .add_more {
        padding: 8px 11px 7px; } }
.product_main .product_detail .dimensions .available_size .checkbox {
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle; }
.product_main .product_detail .dimensions .available_size .checkbox input {
    position: absolute;
    opacity: 0; }
.product_main .product_detail .dimensions .available_size .checkbox label {
    text-transform: capitalize;
    font-family: "robotolight";
    font-size: 14px;
    color: #696969;
    display: inline-block;
    padding: 18px;
    border: 2px solid #ededed;
    margin: 0;
    width: 100%;
    cursor: pointer; }
.product_main .product_detail .dimensions .available_size .checkbox input:checked ~ label {
    background-color: #525c68;
    color: #fff;
    border-color: #525c68; }
.product_main .product_detail .dimensions .available_color .add_more {
    display: inline-block;
    vertical-align: top; }
.product_main .product_detail .dimensions .available_color .checkbox {
    display: inline-block;
    margin-right: 11px; }
.product_main .product_detail .dimensions .available_color .checkbox.checkbox_color1 label {
    background-color: #3d3d3d; }
.product_main .product_detail .dimensions .available_color .checkbox.checkbox_color2 label {
    background-color: #75c6fd; }
.product_main .product_detail .dimensions .available_color .checkbox.checkbox_color3 label {
    background-color: #91c93e; }
.product_main .product_detail .dimensions .available_color .checkbox.checkbox_color4 label {
    background-color: #fc5d6f; }
.product_main .product_detail .dimensions .available_color .checkbox.checkbox_color5 label {
    background-color: #f87864; }
.product_main .product_detail .dimensions .available_color .checkbox.checkbox_color6 label {
    background-color: #fce367; }
.product_main .product_detail .dimensions .available_color .checkbox.checkbox_color7 label {
    background-color: #30517a; }
.product_main .product_detail .dimensions .available_color .checkbox.rcolor1 label {
    background-color: #28527c; }
.product_main .product_detail .dimensions .available_color .checkbox.rcolor2 label {
    background-color: #594648; }
.product_main .product_detail .dimensions .available_color .checkbox.rcolor3 label {
    background-color: #85755e; }
.product_main .product_detail .dimensions .available_color .checkbox.rcolor4 label {
    background-color: #5b4749; }
.product_main .product_detail .dimensions .available_color .checkbox.rcolor5 label {
    background-color: #5a4648; }
.product_main .product_detail .dimensions .available_color .checkbox label {
    position: relative;
    width: 40px;
    height: 40px;
    border: 3px solid transparent;
    border-radius: 50%;
    cursor: pointer; }
.product_main .product_detail .dimensions .available_color .checkbox input {
    position: absolute;
    opacity: 0; }
.product_main .product_detail .dimensions .available_color .checkbox input:checked ~ label {
    border-color: #525c68;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 1, 1, 0.57);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 1, 1, 0.57);
    box-shadow: 0px 0px 5px 0px rgba(0, 1, 1, 0.57); }
.product_main .product_detail .dimensions .available_color .checkbox input:checked ~ label:before {
    content: '';
    position: absolute;
    top: -2px;
    right: -6px;
    display: inline-block;
    background-color: #869c69;
    color: #fff;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/check.png);
    background-repeat: no-repeat;
    background-position: 50%; }
.product_main .product_detail .dimensions .add_more {
    font-family: "RobotoRegular";
    font-size: 14px;
    color: #696969;
    text-transform: uppercase;
    border: 1px solid;
    padding: 11px 24px 7px;
    border-radius: 30px; }
.product_main .product_detail .product_delivery {
    padding-top: 5px;
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
    width: 100%; }
.product_main .product_detail .product_delivery .product_amount {
    display: inline-block;
    width: 100%; }
.product_main .product_detail .product_delivery .product_amount h3 {
    font-size: 32px;
    font-family: "RobotoRegular";
    color: #262b2f;
    margin-bottom: 10px;
    float: left; }
@media (max-width: 576px) {
    .product_main .product_detail .product_delivery .product_amount h3 {
        font-size: 28px;
        margin-bottom: 27px; } }
@media (max-width: 375px) {
    .product_main .product_detail .product_delivery .product_amount h3 {
        font-size: 22px; } }
.product_main .product_detail .product_delivery .product_amount h3 span {
    color: #696969;
    font-size: 26px;
    font-family: "robotolight"; }
@media (max-width: 576px) {
    .product_main .product_detail .product_delivery .product_amount h3 span {
        display: none; } }
.product_main .product_detail .product_delivery .product_amount h3 small {
    font-family: "robotolight";
    font-size: 28px; }
@media (max-width: 576px) {
    .product_main .product_detail .product_delivery .product_amount h3 small {
        font-size: 26px; } }
@media (max-width: 375px) {
    .product_main .product_detail .product_delivery .product_amount h3 small {
        font-size: 22px; } }
.product_main .product_detail .product_delivery .product_amount h3 del {
    color: #7e7e7e;
    font-size: 22px; }
@media (max-width: 576px) {
    .product_main .product_detail .product_delivery .product_amount h3 del {
        font-size: 20px; } }
.product_main .product_detail .product_delivery .product_amount p {
    float: right;
    text-transform: none;
    text-align: center;
    margin-right: 90px;
    width: auto;
    margin-top: 0;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product_main .product_detail .product_delivery .product_amount p {
        margin-right: 0; } }
.product_main .product_detail .product_delivery label {
    font-family: "robotomedium";
    font-size: 14px;
    color: #262b2f;
    margin-bottom: 12px; }
.product_main .product_detail .product_delivery .pro_qty {
    display: inline-block;
    float: left; }
.product_main .product_detail .product_delivery .minus_qty {
    float: left;
    margin-right: 15px;
    cursor: pointer; }
.product_main .product_detail .product_delivery .minus_qty img {
    vertical-align: bottom; }
.product_main .product_detail .product_delivery select {
    width: 60px;
    height: 42px;
    font-size: 16px;
    border: 1px solid #6f6f6f;
}
.product_main .product_detail .product_delivery input {
    width: 60px;
    height: 42px;
    font-size: 16px;
    border: 1px solid #6f6f6f;
    display: inline-block;
    text-align: center;
}
.product_main .product_detail .product_delivery input.hidden {
    display:none;
}
.product_main .product_detail .product_delivery .plus_qty {
    float: right;
    margin-left: 15px;
    cursor: pointer; }
.product_main .product_detail .product_delivery .plus_qty img {
    vertical-align: bottom; }
.product_main .product_detail .product_delivery .product_add_cart {
    float: left;
    margin-left: 23px; }

@media (max-width: 320px) {
    .product_main .product_detail .product_delivery .product_add_cart {
        margin-left: 10px;
    }
}
.product_main .product_detail .product_delivery .product_add_cart a {
    background-color: #869c69;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 8px 0;
    text-decoration: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-left: 40px;
    padding-right: 20px;
    text-transform: uppercase; }
.product_main .product_detail .product_delivery .product_add_cart a:before {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/add_cart.png);
    width: 16px;
    height: 16px;
    position: absolute;
    display: inline-block;
    left: 12px;
    top: 14px; }
.product_main .product_detail .product_delivery p {
    width: 100%;
    font-family: "robotolight";
    font-size: 14px;
    color: #262b2f;
    float: right;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 14px;
    letter-spacing: 0.4px; }
.product_main .product_detail .product_delivery p.notification{
    font-weight: bold;
    text-transform: none;
}
.product_main .product_detail .product_delivery .schedule {
    width: 160px;
    border: 1px solid #e0e0e0;
    top: 17px;
    display: none;
    position: absolute;
    right: -85px;
    padding: 8px 12px;
    -webkit-box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background: #fff; }
.product_main .product_detail .product_delivery .schedule:after, .product_main .product_detail .product_delivery .schedule:before {
    right: auto;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: -20px;
    bottom: auto;
    transform: translateY(-50%); }
.product_main .product_detail .product_delivery .schedule:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #e0e0e0;
    border-width: 10px; }
.product_main .product_detail .product_delivery .schedule:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 7px;
    left: -15px; }
@media (max-width: 1200px) {
    .product_main .product_detail .product_delivery .schedule {
        top: 55%;
        right: -40px; }
    .product_main .product_detail .product_delivery .schedule:after, .product_main .product_detail .product_delivery .schedule:before {
        left: 50%;
        top: -21px;
        transform: translateX(-50%) rotate(88deg); }
    .product_main .product_detail .product_delivery .schedule:after {
        border-width: 9px;
        top: -18px; } }
.product_main .product_detail .product_delivery .schedule p {
    position: relative;
    margin-bottom: 0;
    font-family: "RobotoRegular";
    font-size: 14px;
    color: #4d4d4d;
    text-align: justify;
    text-transform: none;
    margin: 0;
    line-height: 18px;
    letter-spacing: 0; }
.product_main .product_detail .order_document {
    display: inline-block;
    width: 100%;
    margin: 19px 0 0; }
.product_main .product_detail .order_document ul {
    float: left;
    margin-bottom: 0; }
@media (max-width: 576px) {
    .product_main .product_detail .order_document ul {
        display: inline-block;
        width: 78% !important; } }
.product_main .product_detail .order_document ul li {
    display: inline-block;
    position: relative; }
.product_main .product_detail .order_document ul li a {
    font-family: "RobotoRegular";
    font-size: 14px;
    color: #414141;
    display: inline-block;
    width: 100px;
    padding-left: 20px;
    position: relative;
    text-decoration: none;
    padding-top: 10px;
    line-height: 13px;
    text-align: center; }
@media (max-width: 576px) {
    .product_main .product_detail .order_document ul li a {
        padding-bottom: 10px;
        line-height: 15px; } }
.product_main .product_detail .order_document ul li:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 30px;
    background-image: url("../../frontend/Bunkbedscanada/default/en_US/images/product_document.png");
    display: inline-block;
    top: 13px;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 0 0; }
.product_main .product_detail .order_document ul li.pdf:before {
    background-position: -57px 0; }
.product_main .product_detail .order_document ul li.print_page:before {
    background-position: -27px 0; }
.product_main .product_detail .order_document ul li.email:before {
    background-position: -90px 0;
    width: 25px; }
.product_main .product_detail .right_order {
    float: left;
    margin: 11px 0 9px 35px; }
.product_main .product_detail .right_order a:last-child {
    margin-left: 2px; }
@media (max-width: 1200px) {
    .product_main .product_detail .right_order {
        margin: 16px 0; } }
@media (max-width: 576px) {
    .product_main .product_detail .right_order {
        margin: 11px 0 0; } }
.product_main .product_slider {
    margin-top: 20px;
    max-height: 480px;
    overflow: hidden;
}
.product_main .product_slider h4 {
    font-family: "robotolight";
    text-align: center;
    font-size: 30px;
    color: #2f2f2f;
    margin-bottom: 20px; }
.product_main .product_slider .filter_block .filter_offer {
    display: block; }
.product_main .product_slider .filter_block .filter_offer span {
    top: -3px;
    bottom: -92px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0; }
.product_main .product_slider .filter_block .filter_offer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 89px solid #a3ca4f;
    border-right: 89px solid transparent;
    content: ""; }
.product_main .product_slider .filter_block .filter_offer.green:before {
    border-top-color: #a3ca4f; }
.product_main .product_slider .filter_block .product_desc {
    min-height: 54px; }
.product_main .product_slider .filter_block p {
    color: #242424;
    font-family: "RobotoRegular"; }
@media (max-width: 576px) {
    .product_main .product_slider .filter_block p {
        font-size: 14px; } }
.product_main div.product_slider .filter_block span {
    min-height: 11px;
    color: #525c68;
    font-size: 18px;
    margin: 10px 0 !important; }
.product_main .product_slider .filter_block .quick_veiw {
    float: none;
    margin: 0 17px; }
@media (max-width: 1200px) {
    .product_main .product_slider .filter_block .view_cart,
    .product_main .product_slider .filter_block .quick_veiw {
        margin: 0;
    }
}
@media (max-width: 576px) {
    .product_main .product_slider .filter_block .quick_veiw {
        margin-left: 15px;
    }
    .product_main .product_slider .filter_block div.view_cart {
        margin: 0 15px 0 0;
    }
}
.product_main .product_slider .filter_block .quick_veiw a {
    text-align: center;
    letter-spacing: 0.5px; }
.product_main .product_slider .filter_block .view_cart a {
    letter-spacing: 0.5px; }
.product_main .product_slider .filter_block .product-image-container {
    max-width: 239px;
    height: 195px;
}
.product-media .gallery-placeholder .fotorama__stage__frame .fotorama__img {
    top: 0;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
}
@media (max-width: 480px) {
    .product_main .product_slider .flexslider {
        width: 255px;
        margin: 0 auto; } }
.product_main .product_slider .flexslider .flex-direction-nav {
    display: table;
    position: relative;
    margin: 9px auto 0; }
.product_main .product_slider .flexslider .flex-direction-nav li {
    display: inline-block; }
.product_main .product_slider .flexslider .flex-direction-nav li:first-child {
    margin-right: 30px; }
.product_main .product_slider .flexslider .flex-direction-nav a {
    position: relative;
    top: inherit;
    width: 14px;
    height: 25px; }
.product_main .product_slider .flexslider .flex-direction-nav a {
    display: block;
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/mage/gallery/gallery.png);
    background-repeat: no-repeat;
    background-position: -80px -80px;
    width: 80px;
    height: 80px;
}

.product_main .product_slider .flexslider .flex-direction-nav a.flex-next {
    background-position: -160px -80px;;
}
@media  (max-width: 480px) {
    .product_main .product_slider .flexslider .flex-direction-nav a.flex-next {
        right: -27% !important;
    }
}
.product_main .product_scroll_section {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    /*border-bottom: 1px #6f6f6f solid;*/
}
@media (max-width: 576px) {
    .product_main .product_scroll_section {
        margin-top: 5px; } }
.product_main .product_scroll_section .storage_section .d_none {
    display: none; }
.product_main .product_scroll_section .storage_section .storage_heading {
    margin-bottom: 30px; }
.product_main .product_scroll_section .storage_section .storage_heading p {
    font-family: "robotolight";
    color: #4d4d4d;
    font-size: 16px;
    margin: 17px 0 27px;
    text-align: center;
    letter-spacing: 0.2px; }
.product_main .product_scroll_section .storage_section .storage_image {
    height: 242px;
    position: relative; }
.product_main .product_scroll_section .storage_section .storage_image img {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-height: 100%;
    max-width: 100%;
    width: auto; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .storage_section .storage_image {
        height: 230px; } }
.product_main .product_scroll_section .add_mattress.toptent_section {
    margin-top: -7px;
    margin-bottom: 14px; }
.product_main .product_scroll_section .add_mattress.toptent_section .product_slider {
    margin-top: 30px; }
.product_main .product_scroll_section .cart_table {
    border-collapse: collapse;
    display: table;
    width: 100%;
    position: relative;
    border: 1px solid #ededed;
    margin-top: 22px; }
.product_main .product_scroll_section .cart_table .td, .product_main .product_scroll_section .cart_table .th {
    display: table-cell;
    vertical-align: middle; }
.product_main .product_scroll_section .cart_table .td {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding: 9px 14px 9px 13px;
    float: none; }
.product_main .product_scroll_section .cart_table .td:first-child {
    width: 180px; }
.product_main .product_scroll_section .cart_table .td .weight_policy {
    position: relative;
    display: inline-block;
    margin-left: 3px; }
.product_main .product_scroll_section .cart_table .td .policy_detail {
    width: 199px;
    border: 1px solid #e0e0e0;
    top: 136px;
    display: none;
    position: absolute;
    left: 49px;
    padding: 8px 3px;
    -webkit-box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 0; }
.product_main .product_scroll_section .cart_table .td .policy_detail p {
    font-family: "robotolight";
    font-size: 14px;
    color: #4d4d4d;
    margin: 0;
    text-align: center;
    letter-spacing: 0.7px; }
.product_main .product_scroll_section .cart_table .td .policy_detail img {
    display: inline-block; }
.product_main .product_scroll_section .cart_table .td .policy_detail:after, .product_main .product_scroll_section .cart_table .td .policy_detail:before {
    right: auto;
    bottom: -13px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 88px; }
.product_main .product_scroll_section .cart_table .td .policy_detail:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #e0e0e0;
    border-width: 7px;
    margin-bottom: -1px; }
.product_main .product_scroll_section .cart_table .td .policy_detail:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 4px;
    margin-bottom: 5px;
    left: 91px; }
.product_main .product_scroll_section .cart_table .td:nth-child(3) {/*padding: 40px 0;*/ }
.product_main .product_scroll_section .cart_table .tbody {
    display: table-row-group; }
.product_main .product_scroll_section .cart_table .tbody .table_row {
    display: table-row;
    width: 100%; }
.product_main .product_scroll_section .cart_table .tbody .table_row:first-child {
    width: 663px;
    padding-left: 15px; }
.product_main .product_scroll_section .cart_table .tbody .table_row:nth-child(2) {
    width: 79px; }
.product_main .product_scroll_section .cart_table .tbody .table_row:last-child .td {
    border-bottom: 0; }
.product_main .product_scroll_section p {
    margin: 8px 0px 18px; }
@media (max-width: 576px) {
    .product_main .product_scroll_section p {
        width: 90%;
        margin: 6px auto 9px;
        letter-spacing: 0;
        line-height: 21px;
    }
}
.product_main .product_scroll_section .related-products-blocks {
    order: 1;
}
.product_main div.product_scroll_section div.add_mattress h4 {
    margin: 0;
    color: #2f2f2f;
    font-family: "robotolight";
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    text-transform: capitalize;
    border: none;
}
.product_main .product_scroll_section .add_mattress h4 {
    border: none;
}
.product_main .product_scroll_section .add_mattress h4:before {
    content: unset;
}
.shipping-policy-link {
    padding-top: 4px;
}
.shipping-policy-link a {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.shipping-policy-link img {
    width: 30px;
}
.shipping-policy-link span {
    text-decoration: underline;
    padding-top: 4px;
    padding-left: 8px;
    font-size: 16px;
    color: rgb(23, 137, 161);
}
#assembled_file {
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
    color: rgb(23, 137, 161);
    margin-bottom: 25px;
    display: inline-block;
}
.product_main .product_scroll_section h4 {
    position: relative;
    margin: 0;
    font-family: "RobotoRegular";
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-transform: capitalize;
    color: #4a5057;
    line-height: 49px;
    border-top: 1px #6f6f6f solid;
    cursor: pointer;
}
.product_main .col-lg-6 .product_scroll_section {
    border-bottom: 1px #6f6f6f solid;
}
.product_main .product_scroll_section h4:before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 19px;
    width: 10px;
    height: 10px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #4a5057;
    transform: rotate(-45deg);
}
.product_main .product_scroll_section .open h4:before {
    transform: rotate(135deg);
    top: 25px;
}
.product_main .product_scroll_section div table tbody tr td.first-dtl,
.product_loft_section .product_scroll_section .cart_table .td:first-child {
    background-color: #ededed;
}
.product_loft_section .product_scroll_section .included-table .cart_table .td:first-child {
    background-color: unset;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
}
.product_loft_section .product_scroll_section .included-table .img-fluid {
    padding-right: 10px;
}
.product_main .product_scroll_section .open table tbody tr td:last-child,
.product_main .product_scroll_section .details.open table tbody tr td:last-child,
.product_main .product_scroll_section .cart_table .td:last-child {
    border-right: 1px solid white;
}
.product_main .product_scroll_section .left h6 {
    font-family: "robotolight";
    font-size: 16px;
    color: #4d4d4d;
}
.product_main .product_scroll_section .left .cart_table,
.catalog-product-view .product_main .product_scroll_section div.details table {
    margin-bottom: 15px;
    color: #4d4d4d;
    font-family: "robotolight";
}
.catalog-product-view .product_main .product_scroll_section div.details table {
    margin-top: 22px;
}
.product_main .product_scroll_section .left .cart_table .tbody {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.catalog-product-view .product_main .product_scroll_section div.details table tbody tr td {
    color: #4d4d4d;
    font-family: "robotolight";
    font-size: 16px;
    padding-left: 15px;
}
.product_main .product_scroll_section .cart_table,
.product_main .product_scroll_section div.weight_dimensions .weight_block {
    margin-bottom: 0;
    border: none;
}
.weight_dimensions.ship_dim.only-mobile .cart_table{
    display: block;
    overflow-x: scroll;
}
.product_main .product_scroll_section div.weight_dimensions {
    margin-top: 0;
}
.product_main .product_scroll_section div.weight_dimensions .shipping-dimensions-content table {
    font-family: "robotolight";
    font-size: 16px;
    text-align: center;
    color: #4d4d4d;
    background-color: #ededed;
}
.product_main .product_scroll_section div.weight_dimensions .shipping-dimensions-content table td {
    border: 1px solid white;
}

.product_main .product_scroll_section div.weight_dimensions .shipping-dimensions-content table tr:first-child {
    font-weight: bold;
}

.product_main .product_scroll_section p, .product_main .product_scroll_section .cart_table .tbody .table_row .unit_price, .product_main .product_scroll_section .cart_table .tbody .table_row .total_price {
    color: #4d4d4d;
    font-family: "robotolight";
    font-size: 16px; }
.product_main .product_scroll_section nav.fixed-top {
    position: relative; }
.product_main .product_scroll_section nav.navbar {
    padding: 0;
}
@media (min-width: 769px) {
    .product_main .product_scroll_section nav.navbar {
        margin-left: 15px;
    }
}
@media (max-width: 576px) {
    .product_main .product_scroll_section nav {
        overflow-x: auto;
        margin-bottom: 22px; }
    .product_main .product_scroll_section div.weight_dimensions .shipping-dimensions-content table {
        font-size: 14px;
    }
}
@media (max-width: 375px) {
    .product_main .product_scroll_section div.weight_dimensions .shipping-dimensions-content table {
        font-size: 11px;
    }
}
.product_main .product_scroll_section nav ul {
    margin: 0;
    display: flex;
}
@media (max-width: 767px) {
    .product_main .product_scroll_section nav ul {
        display: table;
        border-collapse: collapse;
        width: 880px; } }
.product_main .product_scroll_section nav ul li {
    border: 2px solid #ccc;
    width: 169px;
    text-align: center;
    /*    padding: 10px 2px;*/
    display: inline-table;
    min-height: 79px;
    vertical-align: top;
    margin-bottom: 23px;
    height: 79px !important; }
.product_main .product_scroll_section nav ul li:not(:last-child) {
    margin-right: 12px; }
@media (max-width: 992px) {
    .product_main .product_scroll_section nav ul li {
        width: auto; }
    .product_main .product_scroll_section nav ul li a{font-size: 16px;padding: 10px;}
    .product_main .product_scroll_section .navbar.sticky{overflow-x: auto;}
    .product_main .product_scroll_section nav ul li:nth-child(4n+4) {
        margin-right: 0; } }
@media (max-width: 767px) {
    .product_main .product_scroll_section nav ul li {
        width: 159px;

    }
    .product_main .product_scroll_section nav ul li:nth-child(4n+4) {
        margin-right: 12px; }
    .product_main .product_scroll_section nav ul li:nth-child(3n+3) {
        margin-right: 0; } }
.product_main .product_scroll_section nav ul li a {
    color: #4d4d4d;
    text-transform: uppercase;
    font-family: "robotolight";
    font-size: 18px;
    display: table-cell;
    padding:10px;
    vertical-align: middle; }
.product_main .product_scroll_section nav.sticky ul li:nth-child(4n+4) {
    margin-right: 12px;
}
.product_main .product_scroll_section nav ul li.current {
    background-color: #525c68;
    border-color:#525c68; }
.product_main .product_scroll_section nav ul li.current a {
    color: #fff;
    font-family: "RobotoRegular"; }
@media (min-width: 768px) {
    .product_main .product_scroll_section nav ul li:hover ,
    .product_main .product_scroll_section nav ul li:focus {
        background-color: #525c68;
        border-color:#525c68;
    }
    .product_main .product_scroll_section nav ul li:hover a,
    .product_main .product_scroll_section nav ul li:focus a{
        color: #fff;
        font-family: "RobotoRegular";
    }
}
@media (max-width: 768px) {
    .product_main .product_scroll_section nav ul li a {font-size: 15px;}
}
@media (max-width: 767px) {
    .product_main .product_scroll_section nav ul li {
        display: table-cell;
        vertical-align: middle;
        /*        padding: 11px 20px 11px 17px;*/
        letter-spacing: -0.2px; }
}
.product_main .product_scroll_section .general_info ul {
    margin-top: 18px;
    margin-bottom: 11px; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .general_info ul {
        margin-bottom: 20px; } }
.product_main .product_scroll_section .general_info ul li {
    font-family: "robotolight";
    font-size: 16px;
    color: #4d4d4d;
    position: relative;
    padding-left: 19px;
    padding-bottom: 7px; }
.product_main .product_scroll_section .general_info ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8c8c93;
    left: 0;
    top: 7px; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .general_info ul li {
        padding-bottom: 2px;
        line-height: 22px; } }
.product_main .product_scroll_section .weight_dimensions {
    width: 100%;
    margin-top: 24px; }
.product_main .product_scroll_section .weight_dimensions .tab-content .cart_table {
    margin-top: 0;
}
@media (max-width: 576px) {
    .product_main .product_scroll_section .weight_dimensions .tab-content .cart_table  {
        margin-top: 0; } }
.product_main .product_scroll_section .weight_dimensions .product_process {
    display: inline-flex;
    width: 100%;
    margin-top: 26px; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .weight_dimensions .product_process {
        margin-top: 22px; } }
.product_main .product_scroll_section .weight_dimensions .product_process ul {
    border: 0;
    text-align: center;
    margin: 0 auto; }
/*.product_main .product_scroll_section .weight_dimensions .product_process ul li {
    border-bottom: 2px solid #e0e0e0; }*/
/*.product_main .product_scroll_section .weight_dimensions .product_process ul li.current {
    border-bottom: 2px solid #869c69; }*/
.product_main .product_scroll_section .weight_dimensions .product_process ul li.current a {
    opacity: 1; }
.product_main .product_scroll_section .weight_dimensions .product_process ul li a {
    font-family: "robotolight";
    font-size: 18px;
    color: #c0c3bd;
    /* opacity: 0.7;*/
    text-transform: uppercase;
    padding: 0 40px 8px;
    display: block;
    text-align: center; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .weight_dimensions .product_process ul li a {
        padding: 0 21px 5px; } }
.product_main .product_scroll_section .weight_dimensions .weight_block {
    border: 1px solid #cccccc;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px; }
@media (max-width: 767px) {
    .product_main .product_scroll_section .weight_dimensions .weight_block {
        margin-bottom: 30px; } }
.product_main .product_scroll_section .weight_dimensions .weight_block p {
    font-size: 14px;
    font-family: "RobotoRegular";
    color: #242424;
    text-align: center;
    margin: 0 auto; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .weight_dimensions .weight_block p {
        margin: 25px auto 14px; } }
.product_main .product_scroll_section .weight_dimensions .weight_block .weight_block_img {
    position: relative;
    height: 198px; }
.product_main .product_scroll_section .weight_dimensions .weight_block .weight_block_img img {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-height: 100%;
    max-width: 100%;
    width: auto; }
.product_main .product_scroll_section .weight_dimensions .weight_bock_info {
    width: 100%;
    border: 0;
    text-align: center; }
.product_main .product_scroll_section .weight_dimensions .weight_bock_info ul {
    border-bottom: 0; }
.product_main .product_scroll_section .weight_dimensions .weight_bock_info ul li {
    /* border: 1px solid #e0e0e0;*/
    display: inline-block;
    width: 50%;
    text-align: center;
    /*border-bottom-color: #869c69;*/ }
.product_main .product_scroll_section .weight_dimensions .weight_bock_info ul li a {
    font-family: "robotolight";
    font-size: 16px;
    color: rgba(31, 31, 31, 0.7);
    text-transform: uppercase;
    display: block;
    padding: 9px 0 6px;
    border: 1px solid #e0e0e0;
    border-bottom-color: #869c69; }
.product_main .product_scroll_section .weight_dimensions .weight_bock_info ul li.current {
    /*border: 1px solid #869c69;*/
    border-bottom-color: #fff;
    width: 50%; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .weight_dimensions .weight_bock_info ul li.current {
        width: 50.5%; } }
.product_main .product_scroll_section .weight_dimensions .weight_bock_info ul li.current a {
    color: #1f1f1f; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .weight_dimensions .weight_bock_info ul li {
        width: 49.4%; }
    .product_main .product_scroll_section .weight_dimensions .weight_bock_info ul li a {
        padding: 11px 0 8px;
        line-height: 19px; } }
.product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content {
    padding: 27px 20px 29px 30px;
    border: 1px solid #869c69;
    display: inline-block;
    width: 100%;
    margin: 0;
    border-top: 0; }
@media (max-width: 1200px) {
    .product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content {
        padding: 20px; } }
@media (max-width: 576px) {
    .product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content {
        padding: 17px 10px 22px; } }
.product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content h6 {
    font-size: 18px;
    font-family: "robotolight";
    color: #4d4d4d;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: -0.1px; }
.product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .left {
    width: 60%;
    float: left; }
.product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .left .cart_table {
    margin-top: 16px; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .left .cart_table {
        margin-top: 11px; } }
.product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .left .cart_table .tbody .table_row .td {
    padding: 1px 11px; }
.product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .left .cart_table .tbody .table_row .td:first-child {
    width: 157px; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .left .cart_table .tbody .table_row .td:first-child {
        width: 86px;
        text-align: center; } }
.product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .left .cart_table .tbody .table_row .td:nth-child(2) {
    width: 72px;
    text-align: center; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .left .cart_table .tbody .table_row .td:nth-child(2) {
        width: 80px; } }
.product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .left .cart_table .tbody .table_row .td:nth-child(3) {
    width: 60px;
    text-align: center; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .left .cart_table .tbody .table_row .td:nth-child(3) {
        width: 60px; } }
@media (max-width: 1200px) {
    .product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .left {
        width: 100%; } }
.product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .right {
    width: 40%;
    float: left;
    padding-left: 18px; }
.product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .right .additional_dimensions p {
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 19px;
    line-height: 24px; }
@media (max-width: 1200px) {
    .product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .right .additional_dimensions p {
        margin: 5px 0 0; } }
@media (max-width: 1200px) {
    .product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px; } }
@media (max-width: 576px) {
    .product_main .product_scroll_section .weight_dimensions .product_inner_tab .tab-content .right {
        margin-top: 17px; } }
.product_main .product_scroll_section .add_mattress {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    position: relative; }
.product_main .product_scroll_section .add_mattress .mattress_heading p {
    font-family: "robotolight";
    color: #4d4d4d;
    font-size: 16px;
    margin: 17px 0 27px;
    text-align: center;
    letter-spacing: 0.2px;
    width: 100%; }
.product_main .product_scroll_section .add_mattress .product_slider .quick_veiw {
    float: left; }
.product_main .product_scroll_section .add_mattress .product_slider .product_desc {
    margin: 0; }
.product_main .product_scroll_section .add_mattress .product_slider .product_desc p {
    padding-top: 18px; }
.product_main .product_scroll_section .add_mattress .product_slider .storage_image {
    height: 240px;
    position: relative; }
.product_main .product_scroll_section .add_mattress .product_slider .storage_image img {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-height: 100%;
    max-width: 100%;
    width: auto; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .add_mattress .product_slider .storage_image {
        height: 230px; } }
.product_main .product_scroll_section .add_mattress .filter_block {
    margin-bottom: 27px; }
.product_main .product_scroll_section .add_mattress .filter_block .product_desc {
    margin: 0; }
.product_main .product_scroll_section .add_mattress .filter_block .product_desc p {
    padding-top: 0;
    font-size: 14px;
    margin-top: 3px;
    line-height: 20px;
    margin-bottom: 7px;
    color: #242424;
    font-family: "RobotoRegular";
    min-height: 60px;
}
.product_main .product_scroll_section .add_mattress .filter_block .storage_image {
    height: 240px;
    position: relative; }
.product_main .product_scroll_section .add_mattress .filter_block .storage_image img {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-height: 100%;
    max-width: 100%;
    width: auto; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .add_mattress .filter_block .storage_image {
        height: 230px; } }
.product_main .product_scroll_section .filter_block {
    position: relative; }
@media (max-width: 576px) {
    .product_main .product_scroll_section .filter_block {
        margin-bottom: 18px; } }
.product_main .product_scroll_section .filter_block .checkbox {
    position: absolute;
    right: 24px;
    top: 24px;
    display: inline-block;
    height: 45px;
    width: 45px; }
.product_main .product_scroll_section .filter_block input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
.product_main .product_scroll_section .filter_block label {
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/product_checkbox.png);
    height: 45px;
    width: 45px;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    background-repeat: no-repeat; }
.product_main .product_scroll_section .filter_block input[type="checkbox"]:checked ~ label {
    background-position: -67px 0px; }
.product_main .product_scroll_section .storage_section {
    display: inline-block;
    width: 100%;
    position: relative; }
.product_main .product_scroll_section .storage_section p {
    font-size: 14px;
    padding-top: 0;
    margin-top: 5px;
    margin-bottom: 0;
    color: #242424;
    font-family: "RobotoRegular"; }
.product_main .product_scroll_section .storage_section .filter_block span {
    font-size: 18px;
    color: #525c68; }
.product_main .product_scroll_section .combination_section {
    margin-bottom: 26px; }
.product_main .product_scroll_section .combination_section p.combination_text {
    font-family: "RobotoRegular";
    width: 41%;
    margin: 18px auto -17px;
    line-height: 22px; }
.product_main .product_scroll_section .include_price_section {
    margin-bottom: 26px;
    margin-top: 0; }

.product_futon_section {
    margin-bottom: 24px; }
.product_futon_section .product_scroll_section .weight_dimensions h4 {
    margin-bottom: 29px; }
.product_futon_section .product_scroll_section .weight_dimensions .weight_block p {
    margin: -3px 0 0; }

.product_beanbag_section {
    margin-bottom: 30px; }

.product_loft_section{
    display: flex;
}

.product_loft_section .product_detail .dimensions .available_size .checkbox label {
    padding: 8px 15px; }

@media (max-width: 576px) {
    .product_loft_section .product_scroll_section .cart_table .tbody .table_row {
        border-bottom: 0;
        padding-bottom: 0; } }

@media (max-width: 576px) {
    .product_loft_section .product_scroll_section .cart_table .td {
        padding: 15px !important; }
    .product_loft_section .product_scroll_section .cart_table .td .total_price {
        line-height: 20px; } }
.product_loft_section .product_scroll_section .cart_table .additional_dimensions .td:first-child {
    width: auto;
}
.product_loft_section .product_scroll_section .cart_table .additional_dimensions .td:last-child {
    width: 190px;
}
.product_loft_section .product_scroll_section .cart_table .td:first-child {
    width: 190px;
}
@media (max-width: 576px) {
    .product_loft_section .product_scroll_section .cart_table .td:first-child {
        width: 50% !important; } }

@media (max-width: 576px) {
    .product_loft_section .product_scroll_section .cart_table .td:nth-child(2) {
        width: 182px; } }

.product_loft_section .product_scroll_section .weight_dimensions .weight_block {
    padding-bottom: 9px;
    padding-top: 5px; }
@media (max-width: 576px) {
    .product_loft_section .product_scroll_section .weight_dimensions .weight_block {
        padding-top: 17px; } }

/*** product popup 2 css start ***/
.color_popup .modal-dialog {
    max-width: 730px; }

.color_popup .modal-body .add_more_color {
    padding: 35px 30px 0; }
.color_popup .modal-body .add_more_color h6 {
    font-family: "robotolight";
    font-size: 22px;
    color: #696969;
    text-align: center;
    letter-spacing: -0.1px;
    margin-bottom: 27px; }
.color_popup .modal-body .add_more_color ul {
    margin-bottom: 0;
    display: table;
    text-align: center; }
.color_popup .modal-body .add_more_color ul li {
    display: inline-block;
    margin-right: 31px;
    width: 132px; }
.color_popup .modal-body .add_more_color ul li:not(last-child) {
    margin-bottom: 30px; }
.color_popup .modal-body .add_more_color ul li:nth-child(4n+4) {
    margin-right: 0; }
.color_popup .modal-body .add_more_color ul li .color_desc {
    display: block;
    text-align: center;
    font-family: "robotolight";
    font-size: 16px;
    color: #696969;
    margin-top: 9px; }
.color_popup .modal-body .add_more_color ul li a {
    width: 100%;
    position: relative;
    display: inline-block;
    WIDTH: 100%; }
.color_popup .modal-body .add_more_color ul li a .img_block {
    height: 132px;
    border: 3px solid transparent;
    display: block;
    position: relative;
    width: 100%; }
.color_popup .modal-body .add_more_color ul li a .img_block img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%; }
.color_popup .modal-body .add_more_color ul li.current a .img_block, .color_popup .modal-body .add_more_color ul li:hover a .img_block {
    border-color: #525c68; }


.product_detail_popup .modal-dialog {
    max-width: 920px; }

.product_detail_popup .modal-content {
    width: 920px;
    border-radius: 0;
    border: 0;
    position: relative; }
.product_detail_popup .modal-content .modal-body .quick_view {
    display: inline-block;
    width: 100%; }
.product_detail_popup .modal-content .modal-body .quick_view .img_left {
    float: left;
    width: 41%;
    height: 286px;
    position: relative; }
.product_detail_popup .modal-content .modal-body .quick_view .img_left img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    left: 0;
    right: 0; }
.product_detail_popup .modal-content .modal-body .quick_view .detail {
    float: left;
    width: 59%;
    border-left: 1px solid #e0e0e0; }
.product_detail_popup .modal-content .modal-body .quick_view .detail h5 {
    font-size: 32px;
    color: #4d4d4d;
    font-family: "robotolight";
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 28px 24px; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery {
    padding: 15px 30px;
    display: inline-block;
    position: relative;
    width: 100%; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount {
    display: inline-block;
    width: 100%; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount h6 {
    font-size: 32px;
    font-family: "RobotoRegular";
    color: #262b2f;
    margin-bottom: 10px;
    float: left; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount h6 span {
    color: #696969;
    font-size: 26px;
    font-family: "robotolight"; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount p {
    float: right;
    text-transform: none;
    text-align: center;
    font-size: 14px;
    font-family: "robotolight";
    width: auto;
    margin-top: 0;
    color: #3a3a3a; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .pro_qty {
    display: inline-block;
    float: left; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .minus_qty {
    float: left;
    margin-right: 15px;
    cursor: pointer; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .minus_qty img {
    vertical-align: bottom; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery input {
    width: 54px;
    height: 39px;
    border: 2px solid #c4c4c4;
    display: inline-block;
    text-align: center; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .plus_qty {
    float: right;
    margin-left: 15px;
    cursor: pointer; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .plus_qty img {
    vertical-align: bottom; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_add_cart {
    float: right;
    margin-left: 31px; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_add_cart a {
    background-color: #869c69;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 8px 0;
    text-decoration: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-left: 40px;
    padding-right: 20px;
    text-transform: uppercase; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_add_cart a:before {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/add_cart.png);
    width: 16px;
    height: 16px;
    position: absolute;
    display: inline-block;
    left: 12px;
    top: 14px; }
.product_detail_popup .modal-content .modal-body .quick_view .peoduct_weight {
    padding-left: 15px;
    width: 100%;
    float: left;
    margin-top: 38px; }
.product_detail_popup .modal-content .modal-body .quick_view .peoduct_weight li {
    display: inline-block;
    font-family: "robotolight";
    font-size: 16px;
    text-transform: uppercase;
    color: #696969;
    margin-right: 15px; }
.product_detail_popup .modal-content .modal-body .quick_view .peoduct_weight li span {
    margin-left: 6px; }
.product_detail_popup .modal-content .modal-body .quick_view .peoduct_weight li::first-letter {
    font-family: "robotomedium"; }

.product_detail_popup.add_mattress_popup .modal-dialog {
    max-width: 730px; }

.product_detail_popup.add_mattress_popup .modal-content {
    width: 730px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .img_left {
    width: 50%;
    height: 322px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail {
    width: 50%;
    border-left: 0;
    padding: 0 8px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail h5 {
    padding: 8px 3px 22px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery {
    padding: 0; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery p {
    font-family: "robotomedium";
    font-size: 14px;
    color: #696969;
    margin: 0;
    margin-top: 15px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .size {
    padding: 20px 0 28px;
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
    width: 100%; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .size li {
    border: 2px solid #e0e0e0;
    margin-right: 12px;
    text-align: center;
    padding: 6px 9px;
    display: inline-block;
    width: 79px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .size li.current {
    background-color: #525c68;
    border: 2px solid transparent; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .size li.current a {
    color: #fff; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .size li a {
    color: #696969;
    font-family: "robotolight";
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount {
    display: inline-block;
    width: 100%; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount h6 {
    font-size: 32px;
    font-family: "RobotoRegular";
    color: #262b2f;
    margin-bottom: 10px;
    float: left; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount h6 span {
    color: #696969;
    font-size: 26px;
    font-family: "robotolight"; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount p {
    float: right;
    text-transform: none;
    text-align: center;
    font-size: 14px;
    font-family: "robotolight";
    width: auto;
    margin-top: 0;
    color: #3a3a3a; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .pro_qty {
    display: inline-block;
    float: left; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .minus_qty {
    float: left;
    margin-right: 15px;
    cursor: pointer; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .minus_qty img {
    vertical-align: bottom; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery input {
    width: 54px;
    height: 39px;
    border: 2px solid #c4c4c4;
    display: inline-block;
    text-align: center; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .plus_qty {
    float: right;
    margin-left: 15px;
    cursor: pointer; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .plus_qty img {
    vertical-align: bottom; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .product_add_cart a.add {
    padding-left: 17px;
    padding-right: 17px;
    text-transform: uppercase;
    margin: 0 -1px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .product_add_cart a.add:before {
    display: none; }


.add_cart_popup .modal-dialog {
    max-width: 732px; }

.add_cart_popup .modal-content {
    width: 732px;
    border-radius: 0;
    border: 0;
    position: relative; }
.add_cart_popup .modal-content .modal-body .quick_view h6 {
    font-family: "robotolight";
    font-size: 22px;
    color: #696969;
    text-align: center; }
.add_cart_popup .modal-content .modal-body .quick_view .img_left {
    width: 35%;
    height: 288px;
    float: left; }
.add_cart_popup .modal-content .modal-body .quick_view .detail {
    width: 65%;
    border-left: 0;
    padding: 0 8px;
    float: left; }
.add_cart_popup .modal-content .modal-body .quick_view .detail h5 {
    font-size: 32px;
    color: #4d4d4d;
    font-family: "robotolight";
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 3px 22px; }
.add_cart_popup .modal-content .modal-body .quick_view .detail .product_delivery {
    padding: 0; }
.add_cart_popup .modal-content .modal-body .quick_view .detail .product_delivery p {
    font-family: "robotomedium";
    font-size: 14px;
    color: #696969;
    margin: 0;
    margin-top: 15px; }
.add_cart_popup .modal-content .modal-body .quick_view .detail .product_delivery .size {
    padding: 20px 0 28px;
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
    width: 100%; }
.add_cart_popup .modal-content .modal-body .quick_view .detail .product_delivery .size li {
    color: #696969;
    font-family: "robotolight";
    font-size: 14px;
    text-decoration: none; }
.add_cart_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount {
    display: inline-block;
    width: 100%; }
.add_cart_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount h6 {
    font-size: 32px;
    font-family: "RobotoRegular";
    color: #262b2f;
    margin-bottom: 10px;
    float: left; }
.add_cart_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount h6 span {
    color: #696969;
    font-size: 26px;
    font-family: "robotolight"; }
.add_cart_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount p {
    float: right;
    text-transform: none;
    text-align: center;
    font-size: 14px;
    font-family: "robotolight";
    width: auto;
    margin-top: 0;
    color: #3a3a3a; }
.add_cart_popup .modal-content .modal-body .quick_view .continue_shopping {
    float: left; }
.add_cart_popup .modal-content .modal-body .quick_view .continue_shopping a {
    background-color: #525c68;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 8px 19px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase; }
.add_cart_popup .modal-content .modal-body .quick_view .go_to_cart {
    float: right; }
.add_cart_popup .modal-content .modal-body .quick_view .go_to_cart a {
    background-color: #869c69;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 10px 0;
    text-decoration: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-left: 40px;
    padding-right: 17px;
    text-transform: uppercase; }
.add_cart_popup .modal-content .modal-body .quick_view .go_to_cart a:before {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/add_cart.png);
    width: 16px;
    height: 16px;
    position: absolute;
    display: inline-block;
    left: 12px;
    top: 14px; }


.comapre_size .modal-dialog {
    max-width: 920px; }

.comapre_size .modal-content {
    width: 920px;
    border-radius: 0;
    border: 0;
    position: relative; }

.comapre_size .quick_view {
    display: inline-block;
    width: 100%; }
.comapre_size .quick_view h6 {
    font-family: "robotolight";
    font-size: 22px;
    color: #696969;
    text-align: center; }
.comapre_size .quick_view .img_left {
    float: left;
    width: 50%;
    height: 415px;
    position: relative; }
.comapre_size .quick_view .img_left img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    left: 0;
    right: 0; }
.comapre_size .quick_view .detail {
    float: left;
    width: 50%;
    border-left: 0; }
.comapre_size .quick_view .detail h5 {
    font-size: 32px;
    color: #4d4d4d;
    font-family: "robotolight";
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 28px 24px; }
.comapre_size .quick_view .detail .product_delivery {
    padding: 0 30px;
    display: inline-block;
    position: relative;
    width: 100%; }
.comapre_size .quick_view .detail .product_delivery .size {
    padding: 0;
    display: inline-block;
    width: 100%; }
.comapre_size .quick_view .detail .product_delivery .size li {
    border: 2px solid #e0e0e0;
    margin-right: 9px;
    text-align: center;
    padding: 13px 10px;
    display: inline-block;
    margin-bottom: 15px;
    width: 116px; }
.comapre_size .quick_view .detail .product_delivery .size li.current {
    background-color: #525c68;
    border: 2px solid transparent; }
.comapre_size .quick_view .detail .product_delivery .size li.current a {
    color: #fff; }
.comapre_size .quick_view .detail .product_delivery .size li a {
    color: #696969;
    font-family: "robotolight";
    font-size: 14px;
    border-bottom: 1px solid #ccc; }
.comapre_size .quick_view .detail .product_delivery .size li a span {
    display: block;
    border-bottom: 0; }
.comapre_size .quick_view .peoduct_weight {
    padding-left: 15px;
    width: 100%;
    float: left;
    margin-top: 38px; }
.comapre_size .quick_view .peoduct_weight li {
    display: inline-block;
    font-family: "robotolight";
    font-size: 16px;
    text-transform: uppercase;
    color: #696969;
    margin-right: 15px; }
.comapre_size .quick_view .peoduct_weight li span {
    margin-left: 6px; }
.comapre_size .quick_view .peoduct_weight li::first-letter {
    font-family: "robotomedium"; }
.comapre_size .quick_view .clearnce {
    float: left;
    margin: 0 17px 10px; }
.comapre_size .quick_view .clearnce p {
    font-family: "robotolight";
    font-size: 14px;
    color: #4d4d4d;
    margin-bottom: 5px; }
.comapre_size .quick_view .continue_shopping {
    float: left; }
.comapre_size .quick_view .continue_shopping a {
    background-color: #525c68;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 8px 19px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase; }
.comapre_size .quick_view .go_to_cart {
    float: right; }
.comapre_size .quick_view .go_to_cart a {
    background-color: #869c69;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 10px 0;
    text-decoration: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-left: 40px;
    padding-right: 17px;
    text-transform: uppercase; }
.comapre_size .quick_view .go_to_cart a:before {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/add_cart.png);
    width: 16px;
    height: 16px;
    position: absolute;
    display: inline-block;
    left: 12px;
    top: 14px; }


.product_detail_popup .modal-dialog {
    max-width: 920px; }

.product_detail_popup .modal-content {
    width: 920px;
    border-radius: 0;
    border: 0;
    position: relative; }
.product_detail_popup .modal-content .modal-body .quick_view {
    display: inline-block;
    width: 100%; }
.product_detail_popup .modal-content .modal-body .quick_view .img_left {
    float: left;
    width: 41%;
    height: 286px;
    position: relative; }
.product_detail_popup .modal-content .modal-body .quick_view .img_left img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    left: 0;
    right: 0; }
.product_detail_popup .modal-content .modal-body .quick_view .detail {
    float: left;
    width: 59%;
    border-left: 1px solid #e0e0e0; }
.product_detail_popup .modal-content .modal-body .quick_view .detail h5 {
    font-size: 32px;
    color: #4d4d4d;
    font-family: "robotolight";
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 28px 24px; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery {
    padding: 15px 30px;
    display: inline-block;
    position: relative;
    width: 100%; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount {
    display: inline-block;
    width: 100%; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount h6 {
    font-size: 32px;
    font-family: "RobotoRegular";
    color: #262b2f;
    margin-bottom: 10px;
    float: left; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount h6 span {
    color: #696969;
    font-size: 26px;
    font-family: "robotolight"; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount p {
    float: right;
    text-transform: none;
    text-align: center;
    font-size: 14px;
    font-family: "robotolight";
    width: auto;
    margin-top: 0;
    color: #3a3a3a; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .pro_qty {
    display: inline-block;
    float: left; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .minus_qty {
    float: left;
    margin-right: 15px; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .minus_qty img {
    vertical-align: bottom; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery input {
    width: 54px;
    height: 39px;
    border: 2px solid #c4c4c4;
    display: inline-block;
    text-align: center; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .plus_qty {
    float: right;
    margin-left: 15px; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .plus_qty img {
    vertical-align: bottom; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_add_cart {
    float: right;
    margin-left: 31px; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_add_cart a {
    background-color: #869c69;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 8px 0;
    text-decoration: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-left: 40px;
    padding-right: 20px;
    text-transform: uppercase; }
.product_detail_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_add_cart a:before {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/add_cart.png);
    width: 16px;
    height: 16px;
    position: absolute;
    display: inline-block;
    left: 12px;
    top: 14px; }
.product_detail_popup .modal-content .modal-body .quick_view .peoduct_weight {
    padding-left: 15px;
    width: 100%;
    float: left;
    margin-top: 38px; }
.product_detail_popup .modal-content .modal-body .quick_view .peoduct_weight li {
    display: inline-block;
    font-family: "robotolight";
    font-size: 16px;
    text-transform: uppercase;
    color: #696969;
    margin-right: 15px; }
.product_detail_popup .modal-content .modal-body .quick_view .peoduct_weight li span {
    margin-left: 6px; }
.product_detail_popup .modal-content .modal-body .quick_view .peoduct_weight li::first-letter {
    font-family: "robotomedium"; }

.product_detail_popup.add_mattress_popup .modal-dialog {
    max-width: 730px; }

.product_detail_popup.add_mattress_popup .modal-content {
    width: 730px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .img_left {
    width: 50%;
    height: 322px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail {
    width: 50%;
    border-left: 0;
    padding: 0 8px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail h5 {
    padding: 8px 3px 22px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery {
    padding: 0; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery p {
    font-family: "robotomedium";
    font-size: 14px;
    color: #696969;
    margin: 0;
    margin-top: 15px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .size {
    padding: 20px 0 28px;
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
    width: 100%; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .size li {
    border: 2px solid #e0e0e0;
    margin-right: 12px;
    text-align: center;
    padding: 6px 9px;
    display: inline-block; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .size li.current {
    background-color: #525c68;
    border: 1px solid transparent; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .size li.current a {
    color: #fff; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .size li a {
    color: #696969;
    font-family: "robotolight";
    font-size: 14px;
    text-decoration: none; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount {
    display: inline-block;
    width: 100%; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount h6 {
    font-size: 32px;
    font-family: "RobotoRegular";
    color: #262b2f;
    margin-bottom: 10px;
    float: left; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount h6 span {
    color: #696969;
    font-size: 26px;
    font-family: "robotolight"; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .product_amount p {
    float: right;
    text-transform: none;
    text-align: center;
    font-size: 14px;
    font-family: "robotolight";
    width: auto;
    margin-top: 0;
    color: #3a3a3a; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .pro_qty {
    display: inline-block;
    float: left; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .minus_qty {
    float: left;
    margin-right: 15px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .minus_qty img {
    vertical-align: bottom; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery input {
    width: 54px;
    height: 39px;
    border: 2px solid #c4c4c4;
    display: inline-block;
    text-align: center; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .plus_qty {
    float: right;
    margin-left: 15px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .detail .product_delivery .plus_qty img {
    vertical-align: bottom; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .product_add_cart a.add {
    padding-left: 17px;
    padding-right: 17px;
    text-transform: uppercase;
    margin: 0 -1px; }
.product_detail_popup.add_mattress_popup .modal-content .modal-body .quick_view .product_add_cart a.add:before {
    display: none; }


.page_content {
    margin-top: -6px;
    margin-bottom: 28px; }
.page_content .title_left_shape {
    position: relative;
    top: inherit;
    left: inherit; }
.page_content .title_left_shape h2, .page_content .title_left_shape h1 {
    font-size: 38px;
    font-family: "RobotoRegular";
    color: #474f57;
    margin: 0 0 20px;
    position: relative;
    padding-left: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2px; }
.page_content .title_left_shape h2:before, .page_content .title_left_shape h1:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #b0b2b6;
    z-index: -1;
    height: 40px;
    width: 30px; }
.page_content .title_left_shape h2 small, .page_content .title_left_shape h1 small {
    font-family: "robotolight";
    font-size: inherit; }
@media (max-width: 576px) {
    .page_content .title_left_shape h2, .page_content .title_left_shape h1 {
        font-size: 34px;
        margin: 0 0 15px;
        line-height: 42px; }
    .page_content .title_left_shape h2:before, .page_content .title_left_shape h1:before {
        top: -2px; } }
.page_content .title_left_shape h4 {
    color: #474f57;
    font-size: 28px;
    font-family: "robotolight";
    text-shadow: none;
    padding-left: 13px;
    margin-bottom: 28px; }
.page_content .title_left_shape h4:before {
    background-color: #b0b2b6;
    left: 0;
    width: 24px;
    height: 31px;
    top: 0; }
@media (max-width: 576px) {
    .page_content .title_left_shape h4 {
        display: inline-block; } }
.page_content p {
    font-size: 16px;
    font-family: "RobotoRegular";
    color: #474f57;
    margin-bottom: 28px;
    letter-spacing: 0.1px;
    line-height: 25px; }
.page_content p:last-child {
    margin-bottom: 0; }
@media (max-width: 576px) {
    .page_content p {
        font-size: 14px;
        text-align: justify;
        line-height: 24px;
        margin-bottom: 23px; } }
.page_content img {
    margin-bottom: 28px; }
@media (max-width: 576px) {
    .page_content img {
        margin-bottom: 23px; } }
.page_content .contact_tel {
    margin-bottom: 14px; }
.page_content .contact_tel a {
    font-size: 40px;
    color: #869c69;
    font-family: "RobotoRegular"; }
@media (max-width: 576px) {
    .page_content .contact_tel a {
        font-size: 30px;
        font-family: "robotolight"; } }
@media (max-width: 576px) {
    .page_content .contact_tel {
        margin-bottom: 20px; } }
@media (max-width: 576px) {
    .page_content {
        margin-top: 25px;
        margin-bottom: 23px; } }


.contact_section .title_left_shape h2, .contact_section .title_left_shape h1 {
    margin: 0 0 7px; }
@media (max-width: 576px) {
    .contact_section .title_left_shape h2, .contact_section .title_left_shape h1 {
        letter-spacing: -0.2px;
        margin: 0 0 19px; } }

.contact_section form {
    margin-top: 19px; }
.contact_section form label {
    display: block;
    font-size: 14px;
    color: #414141;
    font-family: "RobotoRegular";
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 12px; }
@media (max-width: 576px) {
    .contact_section form label {
        margin-bottom: 9px; } }
.contact_section form input[type="text"], .contact_section form input[type="email"], .contact_section form textarea, .contact_section form input[type="password"] {
    font-size: 14px;
    color: #414141;
    font-family: "RobotoRegular";
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 4px 10px 3px;
    margin-bottom: 21px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
.contact_section form textarea {
    height: 112px;
    resize: none; }
.contact_section form .contact_submit {
    text-align: right;
    margin-top: 7px; }
.contact_section form .contact_submit input[type="submit"] {
    background-color: #869c69;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 8px 19px;
    text-transform: uppercase;
    border: 0; }
@media (max-width: 576px) {
    .contact_section form .contact_submit input[type="submit"] {
        padding: 8px 26px; } }
@media (max-width: 576px) {
    .contact_section form {
        margin-top: 26px; } }


.location_strore_section .title_left_shape h1 {
    margin-bottom: 22px;
    text-align: left; }
@media (max-width: 576px) {
    .location_strore_section .title_left_shape h1 {
        letter-spacing: -0.2px; } }

@media (max-width: 576px) {
    .location_strore_section .title_left_shape {
        text-align: center; } }

.location_strore_section h5 {
    font-size: 21px;
    color: #525c68;
    font-family: "robotomedium";
    margin-bottom: 11px;
    margin-top: 16px; }
@media (max-width: 576px) {
    .location_strore_section h5 {
        font-size: 18px;
        margin-bottom: 7px;
        margin-top: 21px; } }

.location_strore_section p {
    font-size: 21px;
    font-family: "robotolight";
    color: #525c68;
    margin-bottom: 0; }
@media (max-width: 576px) {
    .location_strore_section p {
        font-size: 18px;
        text-align: left;
        line-height: 28px; } }

.location_strore_section .contact_tel {
    margin-bottom: 0;
    margin-top: -9px; }
.location_strore_section .contact_tel a {
    font-size: 26px;
    font-family: "robotomedium"; }
@media (max-width: 576px) {
    .location_strore_section .contact_tel {
        margin-top: -4px; } }

.location_strore_section .map_table {
    margin-top: -3px; }
@media (max-width: 576px) {
    .location_strore_section .map_table {
        margin-top: 2px; } }
.location_strore_section .map_table .map_table_row {
    display: inline-block;
    width: 100%; }
@media (max-width: 576px) {
    .location_strore_section .map_table .map_table_row {
        margin-bottom: -3px; } }
.location_strore_section .map_table .map_table_row .map_left_td {
    font-size: 21px;
    font-family: "robotolight";
    color: #525c68;
    display: inline-block;
    float: left;
    width: 50%; }
@media (max-width: 576px) {
    .location_strore_section .map_table .map_table_row .map_left_td {
        font-size: 17.7px; } }
.location_strore_section .map_table .map_table_row .map_right_td {
    font-size: 21px;
    font-family: "robotomedium";
    color: #525c68;
    display: inline-block;
    float: left;
    width: 50%; }
@media (max-width: 576px) {
    .location_strore_section .map_table .map_table_row .map_right_td {
        font-size: 17.7px; } }

.location_strore_section .map {
    border: 0;
    width: 100%;
    height: 340px; }
@media (max-width: 576px) {
    .location_strore_section .map {
        height: 306px; } }
.location_strore_section .map > div > div.gm-style > div > div:first-child{
    filter: grayscale(99%) brightness(1.05) opacity(0.7);
    -webkit-filter: grayscale(99%) brightness(1.05) opacity(0.7);
    -kmoz-filter: grayscale(99%) brightness(1.05) opacity(0.7); }
.location_strore_section .map .gm-style div div div:last-child {
    margin-top: 12px;
    text-transform: uppercase;
    font-family: "robotomedium"; }

.location_strore_section .toronto_content {
    margin-top: 30px; }


.privacy_policy_section {
    margin-top: -4px; }
.privacy_policy_section p {
    color: #4c4c4c;
    font-size: 14px;
    font-family: "robotolight";
    margin-bottom: 25px;
    letter-spacing: -0.1px; }
@media (max-width: 576px) {
    .privacy_policy_section p {
        line-height: 22px; } }
@media (max-width: 576px) {
    .privacy_policy_section .title_left_shape h2, .privacy_policy_section .title_left_shape h1 {
        letter-spacing: -0.1px;
        margin: 0 0 20px; } }
.privacy_policy_section .title_left_shape h4 {
    font-size: 18px;
    color: #474f57;
    font-family: "RobotoRegular";
    text-transform: uppercase;
    line-height: 40px;
    padding-left: 10px;
    letter-spacing: -0.2px;
    margin-bottom: 4px; }
.privacy_policy_section .title_left_shape h4:before {
    width: 30px;
    height: 40px; }

@media (max-width: 576px) {

    .privacy_policy_section .title_left_shape h4 {
        line-height: 28px;
        font-size: 19px;
        padding-left: 14px;
        letter-spacing: 0px;
        margin-bottom: 4px; }
    .privacy_policy_section .title_left_shape h4:before {
        top: -8px;
    }
}
.privacy_policy_section .nav-tabs {
    border-bottom: 0;
    text-align: center;
    margin: 0 auto 44px;
    display: inline-block;
    width: 100%; }
.privacy_policy_section .nav-tabs .nav-item {
    display: inline-block; }
.privacy_policy_section .nav-tabs .nav-item:not(:last-child) {
    margin-right: -5px; }
.privacy_policy_section .nav-tabs .nav-item .nav-link {
    padding: 0;
    color: #797979;
    font-size: 18px;
    letter-spacing: -0.1px;
    font-family: "robotolight";
    border: 0;
    border-bottom: 2px solid #e0e0e0;
    padding: 0 27px 5px; }
.privacy_policy_section .nav-tabs .nav-item .nav-link.active, .privacy_policy_section .nav-tabs .nav-item .nav-link:focus, .privacy_policy_section .nav-tabs .nav-item .nav-link:hover {
    border-bottom-color: #859c68;
    color: #1f1f1f; }
@media (max-width: 768px) {
    .privacy_policy_section .nav-tabs .nav-item .nav-link {
        font-size: 17px;
        padding: 0 10px 5px; } }
@media (max-width: 576px) {
    .privacy_policy_section .nav-tabs {
        display: table;
        width: 550px;
        margin-bottom: 0; }
    .privacy_policy_section .nav-tabs .nav-item {
        display: table-cell; } }
@media (max-width: 768px) {
    .privacy_policy_section .tab_responsive {
        display: inline-block;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 20px; } }


.sitemap_section .title_left_shape h1 {
    display: inline-block; }

.sitemap_section h4 {
    color: #292929;
    font-size: 20px;
    letter-spacing: -0.1px;
    font-family: "RobotoRegular";
    text-transform: uppercase;
    margin-bottom: 3px; }
@media screen and (max-width: 992px) and (min-width: 768px) {
    .sitemap_section h4 {
        font-size: 19px; } }

.sitemap_section ul {
    padding-left: 20px;
    margin-bottom: 22px; }
.sitemap_section ul li a {
    color: #4d4d4d;
    font-size: 16px;
    letter-spacing: -0.1px;
    font-family: "robotolight"; }
@media (max-width: 768px) {
    .sitemap_section ul {
        padding-left: 8px;
        margin-bottom: 20px; } }

@media (max-width: 768px) {
    .sitemap_section .col-12:last-child .sitemap_text {
        display: inline-block;
        float: left;
        width: 50%;
        vertical-align: top;
        padding: 0 15px; }
    .sitemap_section .col-12:last-child .sitemap_text:nth-child(2n+1) {
        padding-left: 0;
        clear: both; } }


.learn_section {
    margin-top: 0px; }
.learn_section .learn_content {
    border: 1px solid #cdcdcd;
    text-align: center;
    margin-bottom: 30px; }
.learn_section .learn_content a {
    padding: 45px 15px 30px;
    display: inline-block;
    width: 100%; }
.learn_section .learn_content p {
    color: #4c4c4c;
    font-size: 14px;
    letter-spacing: -0.1px;
    font-family: "robotolight";
    margin-bottom: 0;
    line-height: 23px; }
.learn_section .learn_content h4 {
    color: #4c4c4c;
    font-size: 24px;
    letter-spacing: -0.1px;
    font-family: "RobotoRegular";
    margin: 26px 0 6px;
    text-transform: uppercase; }
.learn_section .learn_content:hover {
    background-color: #525c68; }
.learn_section .learn_content:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1); }
.learn_section .learn_content:hover p, .learn_section .learn_content:hover h4 {
    color: #fff; }
@media (max-width: 576px) {
    .learn_section .learn_content {
        height: auto !important; } }
@media (max-width: 576px) {
    .learn_section {
        margin-top: 15px; } }


.mattrasses_section .learn_content {
    text-align: left; }
.mattrasses_section .learn_content a {
    padding: 0; }
.mattrasses_section .learn_content:hover img {
    filter: none;
    -webkit-filter: none; }
.mattrasses_section .learn_content .mattrasses_text {
    padding: 26px 15px; }
.mattrasses_section .learn_content .mattrasses_text h4 {
    line-height: 29px;
    margin: 0 0 1px; }
@media (max-width: 576px) {
    .mattrasses_section .learn_content .mattrasses_text h4 {
        line-height: 26px; } }
.mattrasses_section .learn_content .mattrasses_text p {
    line-height: 22px;
    text-align: justify; }

.mattrasses_section .show_all_item {
    margin-bottom: 30px; }

.mattrasses_section .mattrasses_img {
    background-color: #838181;
    position: relative;
    height: 198.9px; }
.mattrasses_section .mattrasses_img img {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }

@media (max-width: 576px) {
    .mattrasses_section .mattress_loadmore {
        max-width: 335px;
        margin: 0 auto; } }

.categories_text {
    border: 2px solid #f8f8fa; }
@media (max-width: 992px) {
    .categories_text {
        margin-bottom: 30px; } }
.categories_text h5 {
    background-color: #525c68;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 18px 7px;
    font-family: "RobotoRegular"; }
@media (max-width: 576px) {
    .categories_text h5 {
        display: none; } }
.categories_text ul {
    margin-bottom: 0; }
.categories_text ul li {
    position: relative; }
.categories_text ul li:not(:last-child) {
    width: 100%; }
@media (max-width: 576px) {
    .categories_text ul li:not(:last-child) {
        border-width: 2px; } }
.categories_text ul li a {
    font-size: 18px;
    color: #525c68;
    letter-spacing: -0.1px;
    font-family: "robotolight";
    text-transform: capitalize;
    display: block;
    padding: 11px 15px 9px;
    border-bottom: 1px solid #e0e0e0;}
.categories_text ul li.active a, .categories_text ul li:hover a {
    color: #131313;
    font-family: "robotomedium"; }
.categories_text ul li .slide_dorp_arrow {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #5c6670;
    width: 12px;
    height: 12px;
    display: inline-block;
    transform: rotate(135deg);
    position: absolute;
    right: 16px;
    top: 13px;
    z-index: 11;
    cursor: pointer; }
@media (max-width: 576px) {
    .categories_text ul li .slide_dorp_arrow {
        position: relative;
        left: inherit;
        right: inherit;
        top: -3px; } }
.categories_text ul li .slide_dorp_arrow.open {
    transform: rotate(-45deg);
    top: 22px; }
@media (max-width: 576px) {
    .categories_text ul li .slide_dorp_arrow.open {
        top: 4px; } }
.categories_text ul li .dropdown_menu {
    display: none;
    border-top: 1px solid #e0e0e0;
    padding-top: 11px;
    padding-bottom: 6px; }
.categories_text ul li .dropdown_menu li {
    color: #131313;
    font-family: "robotomedium";
    border-bottom: 0;
    font-size: 13px;
    padding: 0 20px 5px; }
.categories_text ul li .dropdown_menu.menu_open {
    display: block; }
@media (max-width: 576px) {
    .categories_text ul {
        display: table;
        width: 820px;
        margin-bottom: 0; }
    .categories_text ul li {
        display: table-cell; }
    .categories_text ul li a {
        padding: 0 10px 5px;
        display: inline-block; }
    .categories_text ul li.active, .categories_text ul li:hover {
        border-bottom-color: #859c68; }
    .categories_text ul li .dropdown_menu {
        width: auto;
        padding-left: 21px; } }
@media (max-width: 576px) {
    .categories_text {
        display: inline-block;
        border: 0;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 20px; } }

.mattrasses_detail_content .title_left_shape {
    position: relative;
    top: inherit;
    left: inherit; }
.mattrasses_detail_content .title_left_shape h1 {
    font-size: 38px;
    font-family: "RobotoRegular";
    color: #474f57;
    margin: 0 0 26px;
    position: relative;
    padding-left: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1px; }
.mattrasses_detail_content .title_left_shape h1:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #b0b2b6;
    z-index: -1;
    height: 40px;
    width: 30px; }
@media (max-width: 576px) {
    .mattrasses_detail_content .title_left_shape h1 {
        font-size: 34px;
        margin: 0 0 22px;
        line-height: 39px; }
    .mattrasses_detail_content .title_left_shape h1:before {
        top: -2px; } }

.mattrasses_detail_content img {
    margin-bottom: 23px; }

.mattrasses_detail_content p, .mattrasses_detail_content ul li, .mattrasses_detail_content ol li {
    font-size: 16px;
    color: #4c4c4c;
    letter-spacing: -0.1px;
    font-family: "robotolight";
    margin-bottom: 0; }
@media (max-width: 576px) {
    .mattrasses_detail_content p, .mattrasses_detail_content ul li, .mattrasses_detail_content ol li {
        font-size: 14px;
        text-align: justify;
        line-height: 22px; } }

.mattrasses_detail_content h3 {
    font-size: 24px;
    color: #474f57;
    margin: 22px 0 19px;
    font-family: "RobotoRegular";
    text-transform: uppercase; }

.mattrasses_detail_content h4 {
    font-size: 18px;
    color: #474f57;
    letter-spacing: -0.1px;
    font-family: "RobotoRegular";
    text-transform: uppercase;
    margin-bottom: 15px; }

.mattrasses_detail_content h5 {
    font-size: 16px;
    color: #4c4c4c;
    letter-spacing: 0.1px;
    font-family: "robotomedium";
    margin: 11px 0 27px; }
@media (max-width: 576px) {
    .mattrasses_detail_content h5 {
        font-size: 14px; } }

.mattrasses_detail_content h6 {
    font-size: 16px;
    color: #474f57;
    font-family: "RobotoRegular";
    text-transform: uppercase;
    margin-bottom: 22px;
    margin-top: 5px; }

.mattrasses_detail_content ul {
    margin-bottom: 24px; }
.mattrasses_detail_content ul li {
    padding-left: 21px;
    position: relative;
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 2px; }
.mattrasses_detail_content ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #8c8c93;
    position: absolute;
    left: 1px;
    top: 7px;
    display: inline-block;
    border-radius: 50%; }

.mattrasses_detail_content ol {
    margin-bottom: 27px;
    padding-left: 0;
    counter-reset: section;
    margin-top: -2px; }
.mattrasses_detail_content ol li {
    padding-left: 18px;
    position: relative;
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 2px; }
.mattrasses_detail_content ol li:before {
    counter-increment: section;
    content: counter(section) ". ";
    position: absolute;
    left: 1px;
    top: 0;
    display: inline-block;
    font-family: "robotomedium";
    color: #4c4c4c; }

.mattrasses_detail_content .one_aricle_box {
    border: 1px solid #b0b2b6;
    position: relative;
    height: 250px;
    margin-bottom: 26px; }
.mattrasses_detail_content .one_aricle_box img {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }

.mattrasses_detail_content .one_aricle_box_text p {
    text-align: justify; }

@media (max-width: 576px) {
    .mattrasses_detail_content .show_all_item {
        display: none; } }

.mattrasses_detail_btn {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    width: 100%; }
.mattrasses_detail_btn a {
    color: #525c68;
    font-size: 16px;
    font-family: "RobotoRegular";
    background: #ccc;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase; }
.mattrasses_detail_btn a:last-child {
    float: right; }


.account_section {
    margin-bottom: 141px; }
.account_box a {
    color: #869c69;
}
.account_box .account_form .primary .action {
    position: static !important;
    margin-bottom: 7px !important;
    color: #fff;
    background-color: #869c69;
    outline: 0;
    border: 0;
    float: right;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px;
    margin-top: 6px;
}
.account_box .account_form .primary .action:hover {
    background-color: #648141;
}
@media (max-width: 992px) {
    .account_section {
        margin-bottom: 49px; } }
.account_section .account_title h1 {
    background-color: #525c68;
    color: #fff;
    margin: 0;
    padding: 12px 15px 8px;
    font-size: 16px;
    font-family: "RobotoRegular";
    text-transform: uppercase; }
.account_section .account_box {
    border: 2px solid #525c68;
    border-top: 0; }
.account_section .account_box .account_form {
    padding: 26px 29px; }
@media (max-width: 576px) {
    .account_section .account_box .account_form {
        padding: 26px 15px; } }
.account_section .account_box .account_form h2 {
    font-size: 16px;
    font-family: "RobotoRegular";
    text-transform: uppercase;
    color: #525c68;
    margin-bottom: 0; }
.account_section .account_box .account_form form {
    margin-top: 16px; }
.account_section .account_box .account_form form label {
    margin-bottom: 10px;
    letter-spacing: 0.1px; }
.account_section .account_box .account_form form .save_btn {
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 7px auto 0;
    text-align: center;
    margin-top: 7px; }
.account_section .account_box .password_section form {
    margin-top: 1px; }
@media (min-width: 992px) {
    .account_section .account_box .password_section .pull-md-6 {
        margin-right: 50%; } }

.order_section {
    margin-bottom: 0px; }
.order_section .order_content {
    margin-bottom: 30px; }
.order_section .order_content .order_table .thead {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #525c68;
    padding: 20px 24px 18px; }
@media (max-width: 992px) {
    .order_section .order_content .order_table .thead {
        padding: 20px 15px 18px; } }
@media (max-width: 576px) {
    .order_section .order_content .order_table .thead {
        padding: 24px 14px 19px; } }
.order_section .order_content .order_table .thead .th {
    color: #525c68;
    font-size: 14px;
    font-family: "RobotoRegular";
    text-transform: uppercase;
    display: inline-block;
    float: left; }
.order_section .order_content .order_table .thead .th:first-child {
    width: 70%; }
@media (max-width: 1200px) {
    .order_section .order_content .order_table .thead .th:first-child {
        width: 85.9%; } }
@media (max-width: 992px) {
    .order_section .order_content .order_table .thead .th:first-child {
        width: 82%; } }
@media (max-width: 576px) {
    .order_section .order_content .order_table .thead .th:first-child {
        width: 41%; } }
.order_section .order_content .order_table .thead .th:nth-child(2) {
    width: 30px; }
@media (max-width: 992px) {
    .order_section .order_content .order_table .thead .th:nth-child(2) {
        width: 42px;
        text-align: center; } }
@media (max-width: 576px) {
    .order_section .order_content .order_table .thead .th:nth-child(2) {
        width: 30.3%; } }
.order_section .order_content .order_table .thead .th {
    width: 9%;
    text-align: right; }
.order_section .order_content .order_table .thead .th:first-child {
    text-align: left; }
@media (max-width: 576px) {
    .order_section .order_content .order_table .thead .th:last-child {
        width: 20.4%; } }
.order_section .order_content .order_table .tbody {
    display: inline-block;
    width: 100%; }
.order_section .order_content .order_table .tbody .tr {
    display: table-row-group; }
@media (max-width: 576px) {
    .order_section .order_content .order_table .tbody .tr {
        padding: 24px 14px 19px;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #525c68; } }
.order_section .order_content .order_table .tbody .td {
    color: #414141;
    font-size: 16px;
    font-family: "RobotoRegular";
    display: table-cell;
    vertical-align: middle;
    padding: 24px 25px 30px;
    border-bottom: 1px solid #525c68; }
@media (max-width: 992px) {
    .order_section .order_content .order_table .tbody .td {
        padding: 20px 15px; } }
@media (max-width: 576px) {
    .order_section .order_content .order_table .tbody .td {
        padding: 0;
        display: inline-block;
        border-bottom: 0; } }
.order_section .order_content .order_table .tbody .td:first-child {
    width: 84.1%; }
@media (max-width: 1200px) {
    .order_section .order_content .order_table .tbody .td:first-child {
        width: 78.7%; } }
@media (max-width: 992px) {
    .order_section .order_content .order_table .tbody .td:first-child {
        width: 82.7%; } }
@media (max-width: 576px) {
    .order_section .order_content .order_table .tbody .td:first-child {
        width: 41%; } }
.order_section .order_content .order_table .tbody .td:nth-child(2) {
    width: 30px;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
@media (max-width: 576px) {
    .order_section .order_content .order_table .tbody .td:nth-child(2) {
        width: 30.3%; } }
.order_section .order_content .order_table .tbody .td:nth-child(3) {
    width: 9%;
    text-align: right; }
@media (max-width: 576px) {
    .order_section .order_content .order_table .tbody .td:nth-child(3) {
        width: 20.4%; } }
@media (max-width: 576px) {
    .order_section .order_content .order_table .tbody .td:last-child {
        width: 100%;
        padding-top: 26px;
        padding-bottom: 5px; } }
.order_section .order_content .order_table .tbody .produt_image {
    position: relative;
    height: 90px;
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc; }
.order_section .order_content .order_table .tbody .produt_image img {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
.order_section .order_content .order_table .tbody .product_detail_text {
    width: calc(100% - 95px);
    -webkit-width: calc(100% - 95px);
    -moz-width: calc(100% - 95px);
    position: relative;
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle; }
@media (max-width: 992px) {
    .order_section .order_content .order_table .tbody .product_detail_text {
        padding-left: 10px; } }
@media (max-width: 576px) {
    .order_section .order_content .order_table .tbody .product_detail_text {
        padding-left: 0px;
        width: 100%; } }
.order_section .order_content .order_table .tbody .product_detail_text h6 {
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #475057;
    line-height: 24px;
    margin: 0;
    width: 277px;
    letter-spacing: 0.1px;
    margin-bottom: -1px; }
@media (max-width: 576px) {
    .order_section .order_content .order_table .tbody .product_detail_text h6 {
        width: 270px; } }
.order_section .order_content .order_table .tbody .product_detail_text span {
    font-family: "robotolight";
    font-size: 12px;
    color: #475057; }
.order_section .order_content .order_table .tfoot {
    display: table;
    width: 100%;
    padding: 0; }
@media (max-width: 992px) {
    .order_section .order_content .order_table .tfoot {
        padding: 20px 15px; } }
@media (max-width: 992px) {
    .order_section .order_content .order_table .tfoot {
        padding: 27px 14px; } }
.order_section .order_content .order_table .tfoot .td {
    color: #404040;
    font-size: 14px;
    font-family: "RobotoRegular";
    display: table-cell;
    vertical-align: middle; }
@media (max-width: 576px) {
    .order_section .order_content .order_table .tfoot .td {
        display: inline-block; } }
.order_section .order_content .order_table .tfoot .td:first-child {
    width: 54%; }
@media (max-width: 1200px) {
    .order_section .order_content .order_table .tfoot .td:first-child {
        width: 45.3%; } }
@media (max-width: 992px) {
    .order_section .order_content .order_table .tfoot .td:first-child {
        width: 28.4%; } }
@media (max-width: 576px) {
    .order_section .order_content .order_table .tfoot .td:first-child {
        width: 50%; } }
.order_section .order_content .order_table .tfoot .td:nth-child(2) {
    width: 18.6%; }
@media (max-width: 1200px) {
    .order_section .order_content .order_table .tfoot .td:nth-child(2) {
        width: 22%; } }
@media (max-width: 992px) {
    .order_section .order_content .order_table .tfoot .td:nth-child(2) {
        width: 28%; } }
@media (max-width: 576px) {
    .order_section .order_content .order_table .tfoot .td:nth-child(2) {
        width: 50%;
        text-align: right; } }
@media (max-width: 576px) {
    .order_section .order_content .order_table .tfoot .td:nth-child(3) {
        width: 100%;
        text-align: center;
        margin-top: 23px; } }
.order_section .order_content .order_table .tfoot .td .dowbload_invoice:before {
    background: url("../../frontend/Bunkbedscanada/default/en_US/images/d_invoice.png") no-repeat;
    width: 24px;
    height: 29px;
    content: '';
    display: inline-block;
    vertical-align: middle; }
.order_section .order_content .order_table .tfoot .td .dowbload_invoice a {
    color: #525c68;
    display: inline-block;
    width: 66px;
    text-align: center;
    vertical-align: middle;
    line-height: 17px; }

.wishlist_section {
    margin-bottom: 0px; }
@media (min-width: 576px) {
    .wishlist_section .categories_text ul li .slide_dorp_arrow {
        display: none; } }
@media (min-width: 576px) {
    .wishlist_section .categories_text .dropdown_menu {
        display: block;
        border-top: 1px solid #e0e0e0;
        padding-top: 11px;
        padding-bottom: 6px; }
    .wishlist_section .categories_text .dropdown_menu li {
        color: #131313;
        font-family: "robotomedium";
        border-bottom: 0;
        font-size: 13px;
        padding: 0 20px 5px; } }
.wishlist_section .cart_table {
    margin-top: 3px; }
.wishlist_section .cart_table .table_theader .table_row .th:first-child {
    width: 477px; }
@media (max-width: 767px) {
    div.order_receipt .cart_table .table_theader .table_row {
        display: flex;
    }
    div.order_receipt .accountCreate {
        width: 100%;
        text-align: center;
    }
    .wishlist_section .cart_table .table_theader .table_row .th:first-child {
        width: 50%; } }
@media (max-width: 480px) {
    .wishlist_section .cart_table .table_theader .table_row .th:first-child {
        width: 43%; } }
.wishlist_section .cart_table .table_theader .table_row .th:nth-child(4) {
    width: 156px; }
@media (max-width: 576px) {
    .wishlist_section .cart_table .table_theader .table_row .th:nth-child(4) {
        width: 15%; } }
.wishlist_section .shiiping_check .shipping_tax {
    padding: 27px 29px; }
@media (max-width: 1200px) {
    .wishlist_section .shiiping_check .shipping_tax {
        margin-bottom: 30px; } }
.wishlist_section .sub_total .item_detail ul a {
    width: 99px; }
.wishlist_section .sub_total .item_detail ul li.download_img {
    margin-right: 0;
    padding-top: 0; }
@media (min-width: 576px) {
    .wishlist_section .sub_total .item_detail ul li.download_img {
        position: absolute;
        top: 20px;
        right: -9px; } }
.wishlist_section .sub_total .item_detail ul li.download_img a img {
    position: relative;
    max-height: 100%;
    max-width: 100%;
    left: inherit; }
@media (max-width: 576px) {
    .wishlist_section .sub_total .item_detail ul li.download_img a {
        padding-left: 0;
        width: auto; }
    .wishlist_section .sub_total .item_detail ul li.download_img a img {
        top: -8px; } }
@media (max-width: 576px) {
    .wishlist_section .sub_total .item_detail ul li {
        margin-right: 10px; } }

.account_section .categories_text .estimates_drop_menu {
    display: none; }
.account_section .categories_text .estimates_drop_menu.menu_open {
    display: block; }
@media (min-width: 576px) {
    .account_section .categories_text .estimates_drop_menu {
        display: none !important; } }
@media (max-width: 576px) {
    .account_section .categories_text .estimates_drop_menu {
        position: absolute;
        width: 138px;
        background: #fff;
        border: 2px solid #e0e0e0;
        z-index: 11;
        padding-top: 9px;
        padding-bottom: 0;
        left: 28.5%; }
    .account_section .categories_text .estimates_drop_menu li {
        display: block;
        padding: 0 8px 11px;
        color: #131313;
        font-family: "robotomedium";
        border-bottom: 0;
        font-size: 13px; }
    .account_section .categories_text .estimates_drop_menu ul {
        width: 100%; } }


body{
    font-size: 16px;
    font-family: "RobotoRegular";
    color:#4a5057;
}
ul li{
    margin-bottom: 0;
}
header .header_menu nav .navbar-collapse .navbar-nav ul li{
    margin-bottom: 3px;
}
.home_section .home_slider .home_slider_inner{
    padding-bottom: 42px;
}
.home_section .home_slider .home_slider_inner .slider_section .slides li {
    position: relative;
    height: 174px;
    background: #fff;
}
.home_section .home_slider {
    margin-top: -1em;
}
.home_section .home_slider .home_slider_inner .slider_section img {
    border: 5px solid #fff;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.grid_block .work_inner{
    top: 48.7%;
}
.grid_block .work_inner h4{
    text-transform: capitalize;
}
.home_section .introduction{
    padding-bottom: 16px;
}
.home_section .introduction h3{
    padding-bottom: 11px;
}
.home_section .seo_info {
    padding-top: 23px;
}
footer .footer_section ul li{
    margin-bottom: 0;
}
.collection ul li a p{
    line-height: 29px;
    text-transform: capitalize;
    letter-spacing: normal;
}
.collection ul li a{
    padding: 10px 17.4px 5px;
}
.modal .modal-dialog .modal-content button.close{
    box-shadow: none;
}
.modal.login_popup .login_btn{
    margin-top: 3px;
}
.modal.login_popup .modal-dialog .modal-content .modal-body .tab-content .form-forget label{
    margin-top: 13px;
}
.modal.login_popup .login_btn,.action.primary,button{
    font-weight: 400;
}
.contact_section form input[type="text"], .contact_section form input[type="email"], .contact_section form textarea, .contact_section form input[type="password"]{
    margin-bottom: 15px;
}
.tab-pane.fade,.tab-content {
    border: 0;
    margin-bottom: 0;
}
.home_subcategory .grid_block {
    height: 255px;
    position: relative;
}
.home_subcategory .product-first-img .grid_block {
    background: rgba(0, 0, 0, 0.5);
}
.home_subcategory .grid_block img {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    max-height: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
}
.home_subcategory .grid_block .work_inner,.home_subcategory .grid_block:hover:before{
    z-index: 1;
}
/**** filter page ****/
.filter_section .products {
    margin: 0;
}
.show_all_item a{
    line-height: normal;
}
.product_main .product_detail .right_order{
    float: right;
    margin-left: 0;
}
.action.primary:hover,.action.primary:focus {
    background: transparent;
    border: 0;
}
.product-media .fotorama__arr,
.product-media .fotorama__arr:hover{
    opacity: 1 !important;
    background-color: unset;
}
.product-media .fotorama__nav-wrap {
    margin-top: 12px;
}
.product-media .fotorama__thumb-border{
    border:0;
    height:130px !important;
    width: 130px !important;
}
.product-media .fotorama__nav__frame{
    height:130px !important;
    width: 130px !important;
    padding: 0 !important;
}
.product-media .fotorama__nav__frame img{
    width: auto !important;
    max-height: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
}
.product-media .fotorama__nav--thumbs {
    height: auto !important;
}
#toTop, #toTopCollection{
    font-size: 16px;
    text-transform: uppercase;
}
header .header_menu nav .navbar-collapse .navbar-nav ul li:hover a,
header .header_menu nav .navbar-collapse .navbar-nav ul li:focus a,
header .header_menu nav .navbar-collapse .navbar-nav ul li a.active {
    color: #000;
}
.product_main .product_scroll_section .weight_dimensions .tab-content{
    border:0;
}
/*** btn color***/
.contact_section form .contact_submit input[type="submit"]{
    background:#869d69;
}
.contact_section form .contact_submit input[type="submit"]:hover,.contact_section form .contact_submit input[type="submit"]:focus,
.checkout_now a:hover,
.checkout_now a:focus {
    background:#648141;
}
.filter a.open img, .filter a:hover img {
    filter: brightness(10) invert(1);
    -webkit-filter: brightness(10) invert(1);
}
.filter_open_crumbs .filter_select ul li a:hover, .filter_open_crumbs .filter_select ul li a:focus {
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/hover_cancel_icon.png);
}
.filter_block .product_desc p:hover, .filter_block .product_desc p:focus,
.filter_block .quick_veiw a:hover, .filter_block .quick_veiw a:focus,
.filter_block .view_cart a:hover,.filter_block .view_cart a:focus{
    text-decoration: underline;
}
.product_main .product_detail .order_document ul li:hover a,.product_main .product_detail .order_document ul li:focus a{
    color:#000;
}
.product_main .product_detail .order_document ul li:not(:first-child):hover:before,
.product_main .product_detail .order_document ul li:not(:first-child):focus:before{
    filter:brightness(10) invert(1);
    -webkit-filter: brightness(10) invert(1);
}
.show_all_item a:hover,.show_all_item a:focus{
    color: #869c69;
}
.product_main .product_slider .flexslider .flex-direction-nav.d_none,.product_main .product_scroll_section .storage_section .d_none {
    display: none;
}
#product-options-wrapper .size .swatch-option, ul.config-product-sizes li {
    background: transparent;
    text-transform: capitalize;
    font-family: "robotolight";
    font-size: 14px;
    color: #696969;
    display: inline-block;
    padding: 18px;
    border: 2px solid #ededed;
    margin: 0;
    cursor: pointer;
    min-width: inherit;
    max-width: inherit;
    height: auto;
    margin-right: 10px;
    float: none;
    width: auto;
}
#product-options-wrapper .size .swatch-option.selected,#product-options-wrapper .size .swatch-option:hover,#product-options-wrapper .size .swatch-option:focus {
    color: #fff;
    background: #525c68 !important;
    border-color: #525c68;
    outline: 0;
}
#product-options-wrapper .color .swatch-option.selected,#product-options-wrapper .color .swatch-option:hover,#product-options-wrapper .color .swatch-option:focus {
    border:1px solid #525c68;
    outline: 0;
}
#product-options-wrapper .swatch-attribute-selected-option{
    display: none;
}

.login-container .block .block-title strong {
    font-size: 20px;
}
.login-container  .fieldset .field .label{
    display: block;
    font-size: 14px;
    color: #414141;
    font-family: "RobotoRegular";
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-weight: 400;
}
.login-container{
    margin-bottom: 30px;
}
.login-container .fieldset > .field > .control{
    width: 100% !important;
}
.login-container .actions-toolbar .primary {
    float: right;
}
.login-container .actions-toolbar .primary .action{
    color: #fff;
    background-color: #869c69;
    outline: 0;
    border: 0;
    float: right;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px;
    margin-top: 6px;
    border-radius: 0;
}
.login-container .actions-toolbar .primary .action:hover,.login-container .actions-toolbar .primary .action:focus,
.modal.login_popup .login_btn:hover,.modal.login_popup .login_btn:focus{
    background-color: #648141;
}
.login-container .actions-toolbar .secondary a.action ,.account_section .account_box .account_form a{
    color: #7f7f7f;
    font-family: "RobotoRegular";
    font-size: 14px;
}
.login-container .fieldset:after {
    margin-top: 0;
}
.account_section .account_box .account_form h2{
    margin-bottom: 10px;
}
.account_section .account_box .account_form .block,.account_section .account_box .account_form .box-information,
.account_section .account_box .account_form .box-billing-address{
    margin-bottom: 20px;
}
.account_section .account_box .account_form  .block .box-actions,.account_section .account_box .account_form .table-wrapper.orders-recent {
    margin-top: 0;
}
.account_section .account_box .account_form .table thead th{
    border-bottom: 0;
}
.account_section .account_box .account_form .table thead th:first-child{
    width: 295px;
}
.account_section .account_box .account_form .block.block-dashboard-orders,.account .sidebar-additional ,.block.block-reorder,
.block.account-nav{
    margin-bottom: 0;
}
.account_section .account_box .account_form .data.table .col.actions{
    white-space: inherit;
}
.account_section .account_box .account_form .orders-recent a,.account_section .account_box .account_form .orders-history a{
    display: block;
}
.account.page-layout-2columns-left .sidebar-additional{
    width:100%;
    padding-right: 0;
}
.account_section .account_box .account_form .actions-toolbar .primary .action {
    background-color: #869c69;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 8px 26px;
    text-transform: uppercase;
    display: table;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: auto;
}
.account_section .account_box .account_form .actions-toolbar .primary .action:hover,
.account_section .account_box .account_form .actions-toolbar .primary .action:focus{
    background-color: #648141;
}
.account_section .account_box .account_form form {
    margin-top: 0;
}
.account_section .account_box .account_form form .fieldset.info {
    width: 100%;
}
.account_section .account_box .account_form form label{
    font-weight: normal;
}
.account_section .account_box .account_form form .fieldset.info .field {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.account_section .account_box .account_form form .fieldset.info .c_row {
    margin: 0 -15px;
}
.account_section .account_box .account_form form  .checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.account_section .account_box .account_form form  .checkbox label{
    font-family: "RobotoRegular";
    color: #414141;
    font-size: 14px;
    padding-left: 22px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.account_section .account_box .account_form form  .checkbox label:before{
    content: '';
    background-image: url('../../frontend/Bunkbedscanada/default/en_US/images/ckeckbox_icon.png');
    width: 14px;
    height: 16px;
    position: absolute;
    background-position: 0px 0px;
    display: inline-block;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
    background-repeat: no-repeat;
}
.account_section .account_box .account_form form  .checkbox input[type="checkbox"]:checked + label:before {
    background-position: 0px -28px;
}
.account_section .account_box .account_form form .fieldset{
    margin-bottom: 0;
}
.account_form .password.change_email_password_content {
    float: left;
    width: 100%;
    margin-top: 52px;
}
.account_form .password.change_email_password_content .field,.account_form .form-address-edit .field{
    margin-bottom: 0;
}
.account_form .password.change_email_password_content .password-strength-meter{
    margin-bottom: 15px;
}
.pager .pages strong.page{
    background: transparent;
}
.pager .pages .item {
    border: 1px solid #525c68;
    width: 30px;
    height: 30px;
    position: relative;
}
.pager .pages .item:last-child {
    margin-right: 0;
}
.pager .pages .item:hover,.pager .pages .item:focus{
    background: #525c68;
}
.pager .pages strong.page,.pager .pages a.page{
    color: #525c68;
}
.pager .pages .item:hover strong.page,.pager .pages .item:focus a.page,
.pager .pages .item:hover .action.next:before,.pager .pages .item:focus .action.next:visited:before,
.pager .pages .item:hover  a.page,.pager .pages .item:focus  a.page{
    color:#fff;
}
.pager .pages .action.next {
    margin-left: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
    border: 0;
}
.pager  .pages .action.next:before,.pager  .pages .action.next:visited:before {
    color: #525c68;
}
.limiter .limiter-options {
    box-shadow: none;
    border-color: #e3e3e3;
    background-color: transparent;
    border-radius: 0;
}
.order-products-toolbar.toolbar{
    margin-bottom: 0;
}
.account_form .form-address-edit select {
    margin-bottom: 15px;
    color: #414141;
    line-height: normal;
    font-size: 14px;
    height: auto;
    border-color: #e3e3e3;
    padding: 6px 10px 7px;
}
header .header_menu nav .navbar-collapse .navbar-nav ul.dropdown_menu {
    position: absolute;
    background: #fff;
    z-index: 11;
    min-width: 180px;
    left: 0;
    border: 1px solid #525c68;
    padding: 10px;
    display: none;
}
header .header_menu nav .navbar-collapse .navbar-nav ul.dropdown_menu li{
    display: block;
    float: none;
    text-align: left;
}
header .header_menu nav .navbar-collapse .navbar-nav ul.dropdown_menu li:before{
    display: none;
}
header .header_menu nav .navbar-collapse .navbar-nav ul li:hover ul.dropdown_menu a,
header .header_menu nav .navbar-collapse .navbar-nav ul li:focus ul.dropdown_menu a{
    color:#525c68;
}
header .header_menu nav .navbar-collapse .navbar-nav ul.dropdown_menu li a:before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #525c68;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 7px;
}
header .header_menu nav .navbar-collapse .navbar-nav ul.dropdown_menu li:hover a,
header .header_menu nav .navbar-collapse .navbar-nav ul.dropdown_menu li:focus a{
    color:#000;
}

.opc-sidebar.opc-summary-wrapper header {
    padding: 0;
    margin-top: 0;
    border-bottom: 0;
}
.opc-block-summary {
    background: #f6f6f6;
    margin: 0;
    padding: 20px;
}
.opc-block-summary .block{
    margin-bottom: 0;
}
.cart-empty {
    text-align: center;
    margin-top: 30px;
}
.grid_block .work_inner{
    padding: 5px;
}
.is_checkout_cart .cart_table{
    margin-top: 0;
}
.unit_price .price-excluding-tax .price {
    font-weight: normal;
    font-size: 16px;
}
.pro_qty .minus_qty, .pro_qty .plus_qty {
    margin-top: 2px;
}
dl.item-options dt,
div.item-options span.label
{
    font-weight: normal;
}
dl.item-options dd,
div.item-options span.values
{
    font-family: "robotolight";
    font-size: 12px;
}
.is_checkout_cart .cart_table .add_comment_btn a, .is_checkout_cart .update_shopping_bottom button, .is_checkout_cart .clear_shopping_bottom button{
    position: relative;
    left: inherit;
    right: inherit;
    transform: none;
    bottom: inherit;
}
.is_checkout_cart .cart_table .cart-bottom-button {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.cart-bottom-section {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    bottom: -20px;
}
.cart_table.border_hide {
    border-bottom: 2px solid #525c68;
}
.cart_table .comment_form{
    border: 0;
    margin-top: 0;
}
.comment_form input[type="text"]{
    height: auto;
}
.comment_form input[type="button"] {
    background-color: #869c69;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 8px 22px;
}
.comment_form input[type="button"]:hover,.comment_form input[type="button"]:focus {
    background-color: #648141;
}
.posted_comment{
    margin-bottom: 15px;
}
.sub_total .item_detail ul li a:hover,.sub_total .item_detail ul li a:focus{
    color: #000;
}
.sub_total .item_detail ul li a:hover img,.sub_total .item_detail ul li a:focus img {
    filter: brightness(0);
}
.cart_table .add_comment_btn a:hover,.cart_table .add_comment_btn a:focus,
.update_shopping_bottom button:hover, .update_shopping_bottom button:focus,
.clear_shopping_bottom button:hover,.clear_shopping_bottom button:focus,
.continue_shopping a:hover,.continue_shopping a:focus{
    background-color: #37414d;
}
.fieldset.estimate .legend {
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: 0;
}
.shipping_estimate .fieldset.estimate label{
    font-weight: 400;
}
fieldset.fieldset.estimate select {
    line-height: normal;
    font-weight: normal;
    font-size: 14px;
    color: #414141;
}
.fieldset.rate dt.item-title {
    font-weight: 400;
}
.fieldset.rate dt.item-title {
    font-weight: 400;
}
.radiobox .item label,.table-checkout-shipping-method .radiobox label,.payment-method-title label {
    position: relative;
    padding-left: 24px;
}
.radiobox .item input[type="radio"],.table-checkout-shipping-method .radiobox input[type="radio"],.payment-method-title input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radiobox .item label:before ,.table-checkout-shipping-method .radiobox label:before,.payment-method-title label:before{
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 3px;
    background-repeat: no-repeat;
    border: 1px solid #525c68;
    border-radius: 50%;
}
.radiobox .item  input[type="radio"]:checked +  label:after ,
.table-checkout-shipping-method .radiobox input[type="radio"]:checked + label:after,
.payment-method-title input[type="radio"]:checked + label:after{
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    display: inline-block;
    left: 3px;
    top: 6px;
    background-repeat: no-repeat;
    background: #525c68;
    border-radius: 50%;
}
.shipping-method-table .table-checkout-shipping-method{
    width: 100%;
}
.shiiping_check .shipping_tax .shipping_estimate {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.cart_table .tbody .table_row .cancel_item a{
    width: 28px;
    top: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.cart_table .tbody .table_row .cancel_item{
    padding: 0;
}
.step_process ul li a .tab_number {
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #525c68;
    padding: 2px 0;
    margin-bottom: 10px;
}
.step_process ul li:not(:last-child) a .tab_number:after {
    content: '';
    width: 134px;
    position: absolute;
    height: 1px;
    display: inline-block;
    background-color: #ccc;
    right: 0;
    left: 108px;
    top: 15px;
}
.step_process ul li:nth-child(2) a .tab_number:after {
    width: 130px;
    left: 80px;
}

.product_main .product_detail .right_order a {
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url('../../frontend/Bunkbedscanada/default/en_US/images/social_icon.png')no-repeat;
}
.product_main .product_detail .right_order a.fb-share{
    background-position: -34px 0;
}
.product_main .product_detail .right_order a:hover,.product_main .product_detail .right_order a:focus{
    background-position: 0 -46px;
}
.product_main .product_detail .right_order a.fb-share:hover,.product_main .product_detail .right_order a.fb-share:focus{
    background-position: -34px -46px;
}
.cart_table .tbody .table_row .cancel_item a,.comment_form .cancel_item a{
    background: url('../../frontend/Bunkbedscanada/default/en_US/images/cart_cancel_icon.png')no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
}
.cart_table .tbody .table_row .cancel_item a img{
    display: none;
}
.cart_table .tbody .table_row .cancel_item a:hover,.cart_table .tbody .table_row .cancel_item a:focus,
.comment_form .cancel_item a:hover,.comment_form .cancel_item a:focus{
    background-position: 0 -51px;
}
@media(max-width:576px) {
    .checkout-shipping-address .form-login .fieldset > .field,
    .checkout-shipping-address .form-shipping-address .fieldset > .field {
        width: 100% !important;
    }
    .field .control._with-tooltip input {
        width: 100% !important;
    }
    #checkout-step-title > form {
        width: 100% !important;
        padding: 0 0 5px !important;
    }
    #checkout-step-title > button {
        margin-right: 0 !important;
        width: 100% !important;
    }

    .checkout-payment-method .number .control > input {
        width: 100% !important;
    }
    .payment-method-content {
        padding: 0 0 20px !important;
    }
    #overview-step .step-content .product-item-details .table-cell {
        padding: 0;
    }
    #overview-step .step-content .product-item-details .product-details {
        width: auto;
        padding-left: 0;
    }
    #co-payment-form .payment-method .actions-toolbar .primary{
        text-align: center !important;
    }
}
.checkout-container .opc-progress-bar-item > span,.checkout-container .opc-progress-bar-item._complete > span{
    font-family: "robotolight";
    font-size: 16px;
    color: #525c68;
    margin-left: 15px;
}
@media (max-width: 767px) {
    .checkout-container .opc-progress-bar-item > span, .checkout-container .opc-progress-bar-item._complete > span {
        margin-left: 0;
    }
}
.checkout-container .opc-progress-bar-item._active > span{
    font-weight: 400;
}
.checkout-container .opc-progress-bar-item > span:before{
    display: none;
}
.checkout-container .opc-progress-bar-item {
    margin-right: -28px !important;
}
.checkout-container .opc-progress-bar-item:last-child:before{
    display: none;
}
.checkout-container  .opc-progress-bar-item > span:after{
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-family: "RobotoRegular" !important;
    content: counter(i) !important;
    font-size: 16px;
    color: #525c68;
    font-weight: 400;
}
.checkout-container .opc-progress-bar-item._active > span:after{
    content: counter(i);
    color:#fff;
    font-family: "RobotoRegular";
    background-color: #869c69;
    border-color: #869c69;
}
.checkout-container  .opc-progress-bar-item:not(:last-child):before{
    content: '';
    width: 80%;
    position: absolute;
    height: 1px;
    display: inline-block;
    background-color: #ccc;
    right: 0;
    left: 108px;
    top: 20px;
    border: 0;
}
.checkout-container  .opc-progress-bar-item._active:before{
    background: #ccc;
}

.checkout-shipping-address,
#overview-step{
    border: 2px solid #525c68;
    display: inline-block;
    width: 100%;
}
.checkout-shipping-address .step-title,li.checkout-shipping-method .step-title,.checkout-payment-method .step-title,
#overview-step .step-title{
    font-family: "RobotoRegular";
    font-size: 16px;
    background-color: #525c68;
    padding: 6px 26px 8px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.opc-wrapper .shipping-address-item{
    width: 50% !important;
    padding: 10px;
    font-size: 16px;
}
.opc-wrapper .shipping-address-item.selected-item::after{
    background:#525c68 !important;
}
.opc-wrapper .shipping-address-item.selected-item{
    border-color:#525c68 !important;
}
.checkout-shipping-address .step-content{
    padding: 30px;
}
.checkout-shipping-address  a{
    color: #4a5057;
}
.checkout-shipping-address  .action-select-shipping-item{
    color: #fff !important;
    background-color: #869c69;
    outline: 0;
    border: 0;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 17px;
    line-height: normal;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.checkout-shipping-address .action-show-popup ,.checkout-shipping-method .actions-toolbar .action,
.billing_form .continue,.form-discount .action-apply{
    color: #fff !important;
    background-color: #869c69;
    outline: 0;
    border: 0;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-right: 30px;
}
.checkout-shipping-address  .action-select-shipping-item:hover,.checkout-shipping-address  .action-select-shipping-item:focus,
.checkout-shipping-address .action-show-popup:hover,.checkout-shipping-address .action-show-popup:focus,
.checkout-shipping-method .actions-toolbar .action:hover,.checkout-shipping-method .actions-toolbar .action:focus,
.billing_form .continue:hover,.billing_form .continue:focus,
.form-discount .action-apply:hover,.form-discount .action-apply:focus{
    background-color: #648141;
}
li.checkout-shipping-method {
    position: relative;
    border: 2px solid #525c68;
    display: inline-block;
    width: 100%;
    margin: 33px 0 0 !important;
}

.billing_form .step_btn .step_btn_grey:hover,.billing_form .step_btn .step_btn_grey:focus{
    background: #d6d6d6;
}
.billing_form .step_btn .step_btn_blue:hover,.billing_form .step_btn .step_btn_blue:focus{
    background: #37414d;
}
.billing_form .continue_btn_form{
    float: right;
}
.items.payment-methods{
    border: 2px solid #525c68;
    display: inline-block;
    width: 100%;
}
.checkout-payment-method .payment-option-title .action-toggle {
    color: #4a5057;
}
.table-totals .mark {
    background: transparent;
}
.mattrasses_section .learn_content .mattress_img {
    text-align: center;
}

.search-autocomplete ul li.full-search a, .search-autocomplete ul li.full-search a:visited{
    display: block;
    color: #525c68;
    margin-right: 15px;
    font-size: 14px;
}

.search-autocomplete ul li{
    padding: 6px 6px 0;
    border-bottom-color: #ccc;
}
.search-autocomplete ul li .qs-option-image {
    display: inline-block;
    position: relative;
    margin-bottom: -6px;
}
.search-autocomplete ul li .qs-option-image a{
    display: inline-block;
    width: 103px;
    border: 1px solid #ccc;
    position: relative;
    margin-right: 0;
    height: 95px;
}
.search-autocomplete ul li .qs-option-image img {
    position: absolute;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.search-autocomplete{
    width: 310px;
    margin-top: 6px !important;
    height: 378px;
    overflow-y: auto;
    border-top:solid 1px #ccc;
}
.qs-option-description {
    display: inline-block;
    width: 63%;
    padding-left: 11px;
    vertical-align: top;
}
.qs-option-description span a{
    margin-top: 7px;
    margin-bottom: 5px;
    font-size: 16px !important;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    color: #000;
    line-height: 18px;
    font-weight: 400;
}
.qs-option-description span{
    font-weight: 600;
    font-size: 16px;
}
.search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
    background: transparent;
}
.futons-product-section .prd-image {
    border: 1px solid #ccc;
    text-align: center;
}
.futons-product-section .prd-control {
    text-align: center;
    padding: 26px 20px 0;
}
.futons-product-section .prd-control a{
    font-size: 16px;
    color: #4a5057;
    line-height: 24px;
}
.futons-product-section .prd-control a p{
    margin-bottom: 0;
}
.futons-product-section .products {
    margin: 0 0 30px;
}
.futon_attributes ul li{
    display: inline-block;
    min-width: 120px;
}
.futon_attributes ul li a{
    padding: 25px 10px;
    display: block;
    border: 2px solid #ededed;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    font-family: "robotolight";
    font-size: 16px;
    color: #696969;
}
.futon_attributes ul li a:hover,.futon_attributes ul li a:focus,.futon_attributes ul li.active a{
    color: #fff;
    background-color: #525c68;
    border-color: #525c68;
}
.futon_attributes {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 30px;
}
.futon_attributes h2{
    font-family: "robotoregular";
    font-size: 26px;
    color: #3a4661;
    padding-bottom: 26px;
    padding-left: 15px;
    position: relative;
    letter-spacing: -0.3px;
}
.futon_attributes h2:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    left: 0;
    top: -5px;
    background-color: #cbcbcb;
    width: 30px;
    height: 40px;
}
.futon_top {
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.futon_top h1 {
    font-family: "robotomedium";
    color: #525c68;
    padding: 23px 15px 15px;
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.futon_top h1 .product-count {
    color: #777777;
    font-size: 20px;
}
.futons-product-section {
    margin-top: 30px;
}
.checkout-container .opc-sidebar{
    margin:0;
}
.checkout-container .table-checkout-shipping-method tbody td:first-child{
    padding: 20px;
}
form.methods-shipping {
    padding: 0 30px 30px;
}
.billing_form .continue {
    margin-right: 0;
}
.billing_form .actions-toolbar.next_btn_form .primary .action{
    float: right;
    margin-right: 30px;
}
.billing_form .actions-toolbar.next_btn_form .primary{
    width: 100%;
    margin-bottom: 30px;
}
.opc-block-summary .title {
    font-weight: 600;
    font-size: 16px;
}
.product-media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.product-media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{
    background: #fff;
}
.product-media .fotorama__thumb--icon{
    padding: 0;
    background: none !important;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #b4b6b6;
    width: 29px !important;
    height: 29px;
}
.product-media .fotorama__thumb__arr--left .fotorama__thumb--icon{
    transform: rotate(130deg) !important;
    left: 7px !important;
    top: 43% !important;
}
.product-media .fotorama__thumb__arr--right  .fotorama__thumb--icon{
    transform: rotate(-45deg) translateY(-50%)  !important;
    left: 2px !important;
}
.payment-option._collapsible.opc-payment-additional{
    border: 2px solid #525c68;
    margin-top: 30px;
}
.opc-wrapper .payment-option .form-discount {
    max-width: 100%;
}
.checkout-payment-method .payment-option-content {
    padding: 20px;
}
.shipping-information-title {
    font-size: 20px !important;
}
.opc-block-shipping-information {
    padding: 0 20px !important;
}
.shipping-information-content a {
    color: #4a5057;
}
.checkout-container {
    margin: 0 0 30px !important;
}
.checkout-shipping-address .form-login, .checkout-shipping-address .form-shipping-address {
    padding: 30px;
    max-width: 100%;
    margin: 0;
}
.opc-wrapper .checkout-shipping-address .form-login .step-content{
    margin-bottom: 0;
}
.checkout-shipping-address .form-login .fieldset > .field, .checkout-shipping-address .form-shipping-address .fieldset > .field {
    margin-bottom: 10px;
}
.methods-shipping .radiobox input[type="radio"],#checkout-shipping-method-load .radiobox input[type="radio"]{
    position: relative;
    opacity: 1;
}
.product-media .fotorama__nav--thumbs .fotorama__nav__frame{
    margin-right: 10px;
}
.totals.discount .title {
    font-weight: 400;
}
.payment-method {
    padding: 0 20px;
}
.opc-wrapper .step-content {
    margin: 0;
}

.filter_items .swatch-attribute.size .swatch-option{
    font-size: 14px;
    font-weight: normal;
    color: #4a5057;
    background: transparent;
    text-transform: capitalize;
}
.filter_section {
    padding-bottom: 0;
}
.filter_items .item_size {
    margin-bottom: 12px;
    text-align: left;
}
.product_main .product_scroll_section nav ul.container{
    justify-content: inherit;
    margin: 0 auto;
    padding: 0;
}
@media(max-width:992px){
    .product_main .product_scroll_section nav ul.container{overflow-x:auto; width:100%;}
    .product_main .product_scroll_section nav ul {overflow-x:auto; width:100%;}
    .product_main .product_scroll_section nav ul li a{display: block; text-align: center;}
}
.product_main .product_scroll_section .navbar.sticky {
    border-bottom: 2px solid #ccc;
    position: sticky;
    background: #fff;
    padding-bottom: 15px;
}
@media(min-width:769px){
    .product_main .product_scroll_section .navbar.sticky {
        margin-left: -30px;
        margin-right: -30px;
        width: -moz-available;          /* WebKit игнор. */
        width: -webkit-fill-available;  /* Mozilla игнор. */
        width: fill-available;
        padding-left: 45px;
    }
}
.product_main .product_scroll_section nav.sticky ul li{
    margin-bottom: 0;
}
.form-discount .action-apply {
    margin-right: 0 !important;
}
.product.data.items > .item.title,.quickview-tabs  .product_amount h3 span,.quickview-tabs  .product-info-main .product-info-price .price-box {
    display: none;
}
.quickview-wrapper .quickview-tabs{
    width: 51% !important;
    padding-left: 28px;
}
.quickview-wrapper .quickview-tabs .product.data.items .item.content{
    margin-top: 0;
}
.quickview-wrapper .quickview-media.product.media{
    width: 48% !important;
}
.quickview-wrapper .quickview-media .fotorama__thumb-border{
    border: 0;
    background-image: none;
}
.quickview-wrapper .quickview-media .fotorama__stage {
    margin-bottom: 20px;
    width: 100% !important;
    height: 400px !important
}
body #cboxClose:before{
    background: url('../../frontend/Bunkbedscanada/default/en_US/images/popup_cancel.png')no-repeat;
    width: 23px;
    height: 23px;
}
body #cboxClose{
    width: 23px !important;
    height: 23px;
    top:0;
    right: -45px;
}
.quickview-tabs .pro_qty input {
    width: 54px;
    height: 39px;
    border: 2px solid #c4c4c4;
    display: inline-block;
    text-align: center;
}
.quickview-tabs .pro_qty .minus_qty {
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.quickview-tabs .pro_qty .plus_qty {
    float: right;
    margin-left: 15px;
    cursor: pointer;
}
.quickview-tabs .pro_qty {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.quickview-tabs  .product_add_cart {
    display: inline-block;
    vertical-align: middle;
}
#cboxContent .btn-go-to-product a,#cboxContent #cboxPrevious, #cboxContent #cboxNext{
    background-color: #616161 !important;
    font-family: "RobotoRegular";
    font-size: 16px;
    border-radius: 0 !important;
}
#cboxContent .btn-go-to-product a:hover,#cboxContent .btn-go-to-product a:focus,#cboxContent #cboxPrevious:hover,
#cboxContent  #cboxNext:hover,#cboxContent #cboxPrevious:focus,#cboxContent #cboxNext:focus{
    background-color: #403e3e !important;
}
.quickview-tabs  .product_amount h3 {
    font-size: 32px;
    font-family: "robotolight";
    color: #262b2f;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-top: 4px;
}
.quickview-tabs .product-info-name {
    font-size: 32px;
    color: #4d4d4d;
    font-family: "robotolight";
    line-height: normal;
    margin-top: -11px;
}
.quickview-tabs .checking_hours {
    font-family: "robotolight";
    font-size: 14px;
    color: #262b2f;
    margin-bottom: 0;
    display: none;
    vertical-align: middle;
    float: right;
}
.product_amount{
    display: inline-block;
    width: 100%;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main{
    height: auto;
    padding: 0;
    border: 0;
}
#cboxContent #cboxNavigation {
    bottom: inherit;
    float: none;
    position: relative;
    right: inherit;
    width: 100%;
    margin:0 auto;
}
.colorbox #cboxContent{
    padding: 30px;
}
body #cboxOverlay {
    background: rgba(76, 76, 76, 0.8) !important;
}
.quickview-wrapper .quickview-media.product.media .gallery-placeholder {
    display: inline-block;
    width: 100% !important;
}

.vanisla_collection_section .show_all_types a:hover,.vanisla_collection_section .show_all_types a:focus{
    background: #648141;
}
.collection_image_not_available .title_left_shape h4 {
    color: #3a4661;
    text-shadow: none;
}
.collection_image_not_available .title_left_shape h4:before{
    background: #cbcbcb;
}
.collection_image_not_available  .title_left_shape {
    position: relative;
    top: inherit;
    left: inherit;
    margin-left: 15px;
}
.product_main .product_detail .dimensions .add_more{
    padding: 9px 24px;
}
.product_main .product_detail .dimensions .add_more:hover,.product_main .product_detail .dimensions .add_more:focus{
    color: #fff;
    background:#525c68;
    border-color: #525c68;
}
#quickview-info-detail,#reviews {
    display: none;
}
.compare_sizes_button{
    position: absolute;
    right: 0px;
    top: 65px;
}
.compare_color_button{
    position: absolute;
    right: 0px;
    top: 65px;
}
.product_main .product_detail .compare_sizes_button{
    top:96px;
}
.product_main .product_detail .compare_color_button{
    top:186px;
}
.seo_info p span {
    font-size: 16px !important;
    font-family: "RobotoRegular" !important;
    color: #4a5057 !important;
}
.search-autocomplete ul li.full-search a span {
    text-decoration: underline;
}
.search-autocomplete .qs-option-description span{
    font-weight: 400;
    color: #555c65;
}
.search-autocomplete .qs-option-description span.qs-option-title a{
    color: #3e3e3e;
}
.modal.login_popup .forget_popup .login_btn {
    margin-top: 0;
}
.post-post_content span {
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
    white-space: normal !important;
}
.product-media .fotorama__thumb-border,.product-media .fotorama__stage.fotorama__shadows--right:after,.product-media .fotorama__nav.fotorama__shadows--right:after,
.product-media .fotorama__stage.fotorama__shadows--left:before,.product-media .fotorama__nav.fotorama__shadows--left:before,
.quickview-media .fotorama__stage:after,.quickview-media .fotorama__nav:after,.quickview-media .fotorama__stage:before,.quickview-media .fotorama__nav:before{
    background-image: none !important;
}
.product-media .fotorama__thumb__arr--left .fotorama__thumb--icon{
    left: 0;
}
.product-media .fotorama__thumb__arr--right .fotorama__thumb--icon{
    right: 0;
    left: inherit;
}
#colorbox, #cboxOverlay, #cboxWrapper{
    z-index: 1111 !important;
}
.action.primary{
    border: 0;
}
.quickview-media .fotorama__arr{
    opacity: 1 !important;
}
.fotorama__thumb-border{
    background-image: none;
}
.quickview-tabs .pro_qty .minus_qty,.quickview-tabs .pro_qty .plus_qty {
    margin-top: 7px;
}
.color_popup #addsize_modal .modal-body .add_more_color ul li{
    width: 119px;
    height: auto;
    padding: 10px;
    margin-right: 0;
}
.color_popup #addsize_modal .modal-body .add_more_color ul li:not(:last-child){
    margin-right: 25px;
}
.color_popup #addsize_modal .modal-body .add_more_color ul li.current ,
.color_popup #addsize_modal .modal-body .add_more_color ul li:hover {
    background: #525c68;
    border-color: #525c68;
}
.color_popup #addsize_modal .modal-body .add_more_color ul li a .img_block{
    height: auto;
    color: #696969;
    font-size: 16px;
}
.color_popup #addsize_modal .modal-body .add_more_color ul li.current a .img_block,
.color_popup #addsize_modal .modal-body .add_more_color ul li:hover a .img_block{
    color: #fff;
}
.color_popup #addsize_modal .modal-body .add_more_color ul li:not(last-child) {
    margin-bottom: 10px;
}
.color_popup #addsize_modal .modal-body .add_more_color {
    padding: 35px 30px;
}
.filter_items .checkbox a ,.filter_open .filter_items .item_size .checkbox label{
    width: 100%;
}
.filter_items .checkbox a .count {
    display: inline-block;
    float: right;
}
.breadcrumb li:last-child:after{
    display: none;
}
.color_popup .modal-body .add_more_color ul li {
    border:3px solid transparent;
    width: 132px;
    height: 132px;
    position: relative;
}
.color_popup .modal-body .add_more_color ul li.current,.color_popup .modal-body .add_more_color ul li:hover {
    border-color: #525c68;
}
.field[name="shippingAddress.country_id"] {
    display: none;
}

@media (min-width: 1024px){
    .color_popup #addsize_modal .modal-dialog {
        max-width: 920px;
    }
}
.color_popup .modal-body .add_more_color ul li img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 992px) {
    .collection .collection_menu {
        position: absolute;
        background: transparent;
        width: 100%;
        height: 49px;
        z-index: 11;
        right: 0;
        top: 0 !important;
    }
    .collection .collection_menu:before {
        border-width: 0 0 1px 1px;
        border-style: solid;
        width: 17px;
        height: 17px;
        transform: rotate(-45deg);
        display: inline-block;
        position: absolute;
        right: 18px;
        top: 9px;
        content: '';
    }
    .collection .collection_menu.open:before {
        transform: rotate(135deg);
        top: 15px;}
    .collection ul li:hover{
        background-color: #f5f5f5;
    }
    .collection ul li:hover a p {
        color: #525c68;
    }
    .collection ul li:hover a img {
        filter: none;
    }
    .collection .collection_menu.white_bg.active_border:before {
        border-color: #fff !important;
    }
    .collection .collection_menu.gray_bg:before {
        border-color: #515c67; }
    .collection .collection_menu.white_bg:before {
        border-color: #fff; }
}
@media (max-width: 480px) {
    .collection .collection_menu {
        top: 7px !important;
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .fotorama__stage__shaft {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 90% !important;
    }
    .fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next {
        transform: translate3d(26px, 0, 0) !important;
    }
    .fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev {
        transform: translate3d(-26px, 0, 0) !important;
    }
}
.gallery-placeholder .fotorama__stage {
    max-height: 450px;
}
@media (max-width: 991px) {
    .gallery-placeholder .fotorama__stage {
        max-height: 500px;
    }
}
@media (max-width: 767px) {
    .gallery-placeholder .fotorama__stage {
        max-height: 300px;
    }
    .fotorama__stage__shaft {
        width: 100% !important;
    }
}
@media (max-width: 500px) {
    .gallery-placeholder .fotorama__stage {
        max-height: 250px;
    }
}
div.fotorama__arr div.fotorama__arr__arr {
    transform: translate3d(-50%, -50%, 0) scale(0.4);
}
.fotorama__arr--disabled {
    display: none !important;
}
div.fotorama__arr div.fotorama__arr__arr:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    border: 1px solid gray;
    transform: translate3d(-50%, -50%, 0);
}
.payment-method .actions-toolbar .checkout{
    background-color: #869c69;
}
.payment-method .actions-toolbar .checkout:hover,.payment-method .actions-toolbar .checkout:focus{
    background: #648141;
}

@media(max-width:1199px){
    .collection ul{margin: 0;}
    .collection ul li a{padding: 10px 9.1px 5px;}
    .collection ul li {padding-left: 0;padding-right: 0;}
    .futon_attributes h2{font-size: 24px;}
    .futon_top h1{font-size: 28px;}
    #colorbox { width: 850px !important;right:0;margin:auto;left:0 !important;}
    .billing_form .step_btn_blue{margin-top: 20px;margin-right: 0;}
    .color_popup #addsize_modal .modal-body .add_more_color ul li{width: 95px;}
    .color_popup #addsize_modal .modal-body .add_more_color ul li:not(:last-child) {margin-right: 15px;}
}

.account_section .account_box .account_form .table thead th:first-child {width: 170px;}
.account_section .container .row {flex-wrap: unset;}

@media(max-width:1024px){
    #colorbox #cboxWrapper {padding-left: 0;}
    .colorbox #cboxContent{max-width: 100% !important;}
}
@media(max-width:991px){
    .account_section .container .row {flex-wrap: wrap;}
    .home_section .home_slider .home_slider_inner{ padding-bottom: 0;}
    .home_subcategory .grid_block{height: 213px;}
    .collection ul li a{padding:0px;}
    .breadcrumb{margin: 5px 0 20px;}
    .categories_text {margin-bottom: 0;}
    .is_checkout_cart .cart_table .add_comment_btn a, .is_checkout_cart .continue_shopping_bottom a.continue,
    .is_checkout_cart .update_shopping_bottom button, .clear_shopping_bottom button{padding: 8px 4.5px;font-size: 15px;}
    .search-autocomplete {width: 100%;margin-top: 0px !important;}
    .futon_attributes h2{font-size:22px;}
    .futon_top h1{font-size: 24px;}
    .collection .collection_menu{top:9px;}
    .collection .collection_list li{padding-top: 4px;padding-bottom: 4px;}
    .collection ul.collection_list li a {padding-left: 12px;padding-right: 12px;}
    .opc-wrapper,.checkout-container .opc-sidebar{width: 100%  !important;padding-right: 0  !important;}
    .action.action-apply{float: none;width: auto !important;}
    .opc-estimated-wrapper{margin: 15px 0;}
    .checkout-payment-method .payment-option,.checkout-payment-method .payment-methods{margin: 0;}
    #colorbox {width: 100% !important;}
    #cboxClose {right: 0;top: -40px;}
    .colorbox #cboxContent{max-width: 100% !important;}
    #cboxContent #cboxNavigation {margin-top: 0;}
    .billing_form .step_btn_blue{margin-top: 0px;margin-right:10px;}
    .billing_form{margin-bottom: 0;}
    body #cboxClose {right: 30px !important;top: -35px;}
    #colorbox #cboxWrapper {padding: 0 25px;}
    header .header_menu nav .navbar-collapse .navbar-nav ul li ,
    header .header_menu nav .navbar-collapse .navbar-nav ul li a:before{margin-bottom: 0;}
    .color_popup .modal-body .add_more_color ul li{margin-right: 15px;}
    .navbar-collapse{
        /*display:none;*/
        -webkit-transition: max-height .5s;
        transition: max-height .5s;
    }
    .navbar-collapse.hide {
        /*display: none;*/
        max-height: 0;
        overflow: hidden;
    }
    .navbar-collapse.show-search{
        /*display: block;*/
        min-height: 40px;
        max-height: 700px;
    }
    .navbar-collapse.open {
        /*display: block;*/
        max-height: 700px;
    }
    .navbar-collapse.hide.show-search {
        max-height: 40px;
    }
}
@media only screen and (max-width: 768px){
    body .colorbox #cboxContent, body .colorbox #cboxMiddleLeft, body .colorbox #cboxMiddleRight ,#colorbox,#colorbox #cboxWrapper{height: auto!important;}

}
@media (max-width: 767px){
    .collection_section.home_subcategory .collection_block {min-height: inherit;}
    .login-container .actions-toolbar .primary .action {float: none;display: table;margin: 0 auto;}
    .account_section .account_box .account_form .table thead th{display: none;}
    .account_section .account_box .account_form .table td {display: inline-block;width: 100%;}
    .account_section .account_box .account_form {padding: 15px;display: inline-block;width: 100%;}
    .account_section .account_box .account_form .table td .table_content{display: inline-block;width:50%;}
    .account_section .account_box .account_form .table td:before {content: attr(data-th) " :";display: inline-block;float: left;width: 50%;font-weight: 600;}
    .account_section .account_box .account_form .orders-recent a {display: inline-block;line-height: normal;}
    .account_section .account_box .account_form .orders-recent a.action.view {border-right: 1px solid #7f7f7f;padding-right: 5px;}
    .account .page.messages { margin-bottom: 10px;}
    .account_section .account_box .account_form .table tr {margin-bottom: 20px;}
    .account .table-wrapper{border-bottom: 0;}
    .account .table-wrapper table{margin-bottom: 0;}
    .account_section .account_box .account_form .table td br{display: none;}
    .account_section .account_box .account_form .table tr td{ border-top: 1px solid #dee2e6;}
    .account_section .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child{padding-bottom: 5px;}
    .account_section .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {padding-top: 5px;}
    .account_section .account_box .account_form .actions-toolbar .primary .action{bottom: -20px;}
    .account_section .account_box .account_form .actions-toolbar {position: static;}
    .table-wrapper.orders-history {margin-bottom: 0;}
    .total_price .price-excluding-tax .price {font-weight: 400;font-size: 14px;}
    .cart-bottom-section{position: relative;bottom: inherit;margin-top: 15px;}
    .is_checkout_cart .cart_table .add_comment_btn a, .is_checkout_cart .update_shopping_bottom button,
    .is_checkout_cart .clear_shopping_bottom button{font-size: 14px;padding: 8px 6.5px;margin-bottom: 10px;}
    .opc-wrapper .shipping-address-item{width: 100% !important;}
    .billing_form .order_review .sub_total .item_detail .left{width: 75%;}
    .sub_total .item_detail h5{font-size: 18px;}
    .billing_form .continue_btn_form {float: none;margin: 15px auto;}
    .step_btn a, .step_btn button {display: table !important;float: none !important;text-align: center;margin: 0 auto !important;}
    .billing_form .actions-toolbar.next_btn_form .primary .action {float: none;margin-right: 0;width: auto;}
    .billing_form{margin: 0;}
    .checkout-shipping-address .action-show-popup, .checkout-shipping-method .actions-toolbar .action.primary, .billing_form .continue, .form-discount .action-apply{margin-right: 0;}
    .checkout-shipping-address .step-content {padding: 15px;}
    .opc-wrapper .shipping-address-item{padding-top: 0;}
    .checkout-container .opc-progress-bar{margin: 0 0 50px;padding-left: 15px;}
    .checkout-container .opc-progress-bar-item{display: inline-block;vertical-align: top;position: relative;margin-right: 20px !important;}
    .checkout-container  .opc-progress-bar-item:first-child:after{content: '1';}
    .checkout-container  .opc-progress-bar-item:nth-child(2):after{content: '2';}
    .checkout-container  .opc-progress-bar-item:last-child:after{content: '3';}
    .checkout-container  .opc-progress-bar-item:after{
        width: 30px;
        height: 30px;
        line-height: 27px;
        display: block;
        margin: 0 auto;
        font-family: "RobotoRegular" !important;
        font-size: 16px;
        color: #525c68;
        font-weight: 400;
        border: 1px solid #ccc;
        width: 30px;
        border-radius: 50%;
    }
    .checkout-container .opc-progress-bar-item:not(:last-child)::before{left: 30px;}
    .checkout-container .opc-progress-bar-item._active:after {color: #fff;background-color: #869c69;border-color: #869c69;}
    .checkout-container .opc-progress-bar-item > span{
        display: none;
        position: absolute;
        min-width: 200px;
        letter-spacing: 0.2px;
        text-align: left;
        top:35px;
    }
    .checkout-container .opc-progress-bar-item:nth-child(2) > span{left: -47px;}
    .checkout-container .opc-progress-bar-item:last-child > span{left: -100px;}
    .checkout-container .opc-progress-bar-item._active span{display: block;}
    .checkout-container .opc-progress-bar-item._active > span::after{display: none;}
    .opc-wrapper .form-login, .opc-wrapper .form-shipping-address, .opc-wrapper .methods-shipping{background: transparent;margin: 0;padding: 0 15px;}
    .checkout-shipping-method .actions-toolbar .action.primary {margin-bottom: 20px;}
    .opc-wrapper .methods-shipping{padding-top: 0;}
    .table-checkout-shipping-method tbody td,.checkout-container .table-checkout-shipping-method tbody td:first-child{padding: 10px 5px;}
    #colorbox #cboxNavigation { width:95% !important; margin-top: 15px;}
    #colorbox {width: 100% !important; height: auto !important; bottom: 20px !important;}
    .product_main .product_scroll_section .navbar.sticky{position: relative;}
    body .quickview-wrapper .quickview-tabs {width: 100% !important;padding: 0;}
    .quickview-wrapper .quickview-media.product.media {width: 100% !important;margin-top: 0;}
    body #cboxClose {right: 20px !important;top: -35px;}
    .quickview-wrapper .quickview-media.product.media .fotorama__dot{width: 10px;height: 10px;top: inherit;left: inherit;}
    .quickview-wrapper .quickview-media.product.media .fotorama__nav--dots .fotorama__nav__frame {height: 10px;width: 10px;}
    .quickview-wrapper .quickview-media.product.media .fotorama__nav--dots .fotorama__nav__frame:not(:last-child){margin-right: 7px;}
    .colorbox #cboxContent {
        padding: 15px;
        overflow-y: scroll;
        display: flex;
        flex: 1 1 0%;
        flex-direction: column;
    }
    body #colorbox.colorbox #cboxMiddleLeft,
    body #colorbox.colorbox #cboxMiddleRight {height: auto !important;max-height: inherit !important;max-width: 100% !important;}
    body #colorbox.colorbox #cboxContent {height: 420px !important;max-height: inherit !important;max-width: 100% !important;}
    .quickview-wrapper .quickview-media.product.media .gallery-placeholder {width: 100% !important;}
    .quickview-tabs .product-info-name{font-size: 26px;margin-top: 0;}
    .quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form{padding-bottom: 30px;}
    .quickview-wrapper .quickview-tabs .product.data.items{margin: 0;}

    .quickview-tabs .product_amount h3{margin-top: 0;font-size: 18px;}
    .quickview-tabs .product-info-price{margin: 0 !important;}
    .quickview-media .fotorama__stage{margin-bottom: 0;}
    .colorbox #cboxWrapper { padding: 0 20px !important; height: auto !important; }

    .product-media .fotorama__nav__frame {height: 10px !important;width: 10px !important;}
    .product-media .fotorama__dot, div.fotorama__dot{width: 10px;height: 10px;top: inherit;left: inherit;}
    .product-media .fotorama__nav--dots .fotorama__nav__frame:not(:last-child){margin-right: 7px;}

    .color_popup .modal-dialog{margin: 0 20px;}
    .modal .modal-dialog .modal-content button.close{right: 0;top: -40px;}
    .color_popup #addsize_modal .modal-body .add_more_color ul li:not(:last-child) {margin-right: 10px;}
    .color_popup #addsize_modal .modal-body .add_more_color ul li {width: 85px;padding: 10px 6px;}
    .color_popup  .modal-body .add_more_color {padding: 15px;}
}
@media(max-width: 640px){
    .color_popup .modal-body .add_more_color ul li {width: 116px;height: 116px;}
}
@media(max-width:576px){
    .home_subcategory .grid_block {height: auto;background: transparent;}
    .home_subcategory .grid_block img {position: relative;top: inherit;bottom: auto;transform: none;left: inherit;right: inherit; object-fit: cover; height: 100%;}
    .collection_section.home_subcategory {margin-top: 40px;}
    .categories_text ul{width: 1520px;}
    .account_section {margin-bottom: 40px;}
    .account_section .account_box .account_form form .fieldset.info .field{width:100%;}
    .cart_table .tbody .table_row .cancel_item a{transform: none;}
    .cart_table .td:first-child{padding-left: 5px !important;}
    .cart_table .tbody .table_row .product_detail_text.mobile_img{padding: 0 10px;}
    .cart_table .table_theader .table_row .th:first-child{padding-left: 10px;}
    .cart_table .table_theader .table_row .th:nth-child(4),.cart_table .td:nth-child(4){width: 23% !important;}
    .cart_table .td:nth-child(4),.cart_table .tbody .table_row .cancel_item,.cart_table .td:nth-child(3),.cart_table .td:first-child{padding-bottom: 23px !important;}
    .is_checkout_cart .cart_table .add_comment_btn a, .is_checkout_cart .continue_shopping_bottom a.continue, .update_shopping_bottom button,
    .is_checkout_cart .clear_shopping_bottom button{font-size: 14px;}
    .cart_table .tbody .table_row{padding-bottom: 15px; padding-right: 5px;}
    .cart_table .tbody .table_row .cancel_item{padding-top: 58px;}
    .posted_comment{padding-bottom: 0;margin-bottom: 0;}
    .comment_form {padding: 20px 10px 0 !important;}
    .futon_attributes ul li {min-width: inherit;margin-right: 5px;}
    .futon_attributes ul li a{padding: 10px;}
    .futon_attributes h2{font-size: 20px;padding-bottom: 20px;}
    .futon_top h1{font-size: 22px;}
    .futon_attributes{padding-top: 20px;}
    .futon_attributes ul {margin-bottom: 0;}
    .futon_attributes h2:before{width: 27px;height: 37px;}
    .futons-product-section .products{margin-bottom: 20px;}
    .futons-product-section {margin-top: 20px;}
    .futons-product-section .prd-control{margin-top: 10px;}
    .product_main .product_detail .order_document ul{width: 80%;text-align: center;}
    .product_main .product_detail .right_order{width: 60px;}
    .product_main .product_scroll_section nav ul li a{padding: 5px; font-size: 14px;}
    .collection_section_new .collection_block_new .dekstop_img {display: block !important;}
    .collection_image_not_available  .title_left_shape {margin-left: 5px;left: inherit;}
    .collection_image_not_available .title_left_shape h4{padding-left: 8px;}
    .categories_text .categories_text-content ul{width: 840px;}
    .quickview-wrapper .quickview-media .fotorama__stage{height: 250px !important;    margin-bottom: 0;}
    #product-options-wrapper .size .swatch-option, ul.config-product-sizes li{padding: 9px;margin-right: 5px;}
    .swatch-option{margin-right: 5px;}
    #product-options-wrapper .size .swatch-option:last-child,.swatch-option:last-child{margin-right: 6px;}
    .quickview-tabs .pro_qty,.quickview-tabs .product_add_cart{margin-bottom: 10px;}
    .product-info-main .product-info-price{padding-bottom: 0px;}
    .quickview-media .fotorama__nav__frame {margin-top: 10px;}

    .color_popup #addsize_modal .modal-body .add_more_color ul li:not(:last-child) {margin-right: 5px;}
    .color_popup #addsize_modal .modal-body .add_more_color ul li {width: auto;padding: 6px;}
    .color_popup .modal-body .add_more_color ul{margin-top: 20px;}
    .color_popup  .modal-dialog {margin: auto 15px;}
    .color_popup .modal-body .add_more_color ul li:not(last-child) {margin-bottom: 15px;}

    .color_popup .modal-body .add_more_color ul li ,.color_popup .modal-body .add_more_color ul li:nth-child(4n+4){margin-right: 10px;}
    .compare_color_button,.compare_sizes_button{position: relative;top: 0;margin-top: 20px;}
    .product_main .product_detail .dimensions .add_more {padding: 6px 10px;display: table;}
    .product_main .product_detail .compare_color_button ,.product_main .product_detail .compare_sizes_button{top: inherit;}
}
@media(max-width:767px){
    .cart_table .table_theader .table_row .th:first-child ,.cart_table .td:first-child{width: 37% !important;}
    .quickview-tabs .product-info-name{font-size: 20px;}
}
@media(max-width:479px){
    .account_section .account_box .account_form .table td:before,.account_section .account_box .account_form .table td .table_content{width: 100%;}
    .qs-option-description{width: 60%;}
    .quickview-tabs .product_add_cart{display: block;margin-top: 10px;}
}
.hideme, .product_detail .price-final_price, .product_detail .price-container{display: none;}
.clear-left{clear:left;}
.action-auth-toggle{display: none;}
@media(min-width:767px){
    #colorbox {
        top: 10% !important;
    }
}
@media(min-width:320px) and (max-width: 767px){
    #colorbox {
        width: auto !important;
    }
}
@media only screen and (max-width: 1024px){
    body #cboxTopCenter, body #cboxContent, body #cboxBottomCenter {
        width: 90% !important;
    }
}

@media(max-width: 375px) {
    .product_main .product_scroll_section nav ul li a{font-size: 12px;}
}
@media(max-width: 360px) {
    .product_main .product_scroll_section nav ul li a{font-size: 11px;}
}
@media(max-width: 320px) {
    .product_main .product_scroll_section nav ul li a{font-size: 9px;}
}
.breadcrumb li.active a{
    color: #a7a7a7 !important;
    border-bottom: 0;}
.privacy_policy_section .tab-content ,.privacy_policy_section .tab-pane.fade{border: 0;}
.categories_text ul li.current strong{
    letter-spacing: -.1px;
    text-transform: capitalize;
    font-size: 18px;
    color: #131313;
    font-family: "robotomedium";
    font-weight: 400;
}
@media (max-width: 576px){
    .categories_text ul li.current strong{padding: 0 10px 5px;display: inline-block;}
    .categories_text ul li.current {border-bottom:1px solid #859c68;}
}
.cart-price .price {
    font-weight: 400;
}
#shipping-zip-form .control {
    margin-bottom: 20px;
}
#co-shipping-form.form-shipping-address {
    padding: 0;
    max-width: 100%;
}
#co-shipping-form.form-shipping-address .street .field label{
    display: none;
}
@media(max-width:767px){
    .product_main .product_scroll_section nav.sticky ul li:nth-child(3n+3) {margin-right: 13px;}
}
@media (max-width: 991px){
    .field-tooltip .field-tooltip-content{right: -10px;top: 40px;left: auto;}
    .field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border: 10px solid transparent;height: 0;width: 0;margin-top: -21px;right: 10px;left: auto;top: 0;}
    .field-tooltip .field-tooltip-content:after{border-bottom-color: #f4f4f4;top: 1px;}
    .field-tooltip .field-tooltip-content:before {border-bottom-color: #666;}
}
#co-shipping-form.form-shipping-address {
    padding: 0;
    max-width: 100%;
}
#co-shipping-form.form-shipping-address .street .field label{
    display: none;
}
@media (max-width: 767px){
    .checkout-container .opc-progress-bar-item:not(:last-child):before {top: 14px;width: 71%;}
    .checkout-shipping-method .actions-toolbar .action:last-child {margin: 0 0 20px;width: auto;}
    #co-payment-form .payment-method .actions-toolbar .checkout{width: auto;font-size: 16px !important;padding: 5px 15px 7px !important;}
    #co-payment-form .payment-method .actions-toolbar .primary {text-align: right;}
}
@media only screen and (max-width: 639px){
    .opc-wrapper #co-shipping-method-form.methods-shipping{border-bottom: 0;}
}
.cart-price .price {
    font-weight: 400;
}
#shipping-zip-form .control {
    margin-bottom: 20px;
}
.categories_text ul li.current strong{    padding: 11px 15px 9px; border-bottom: 1px solid #e0e0e0;}
@media (max-width: 576px){
    .categories_text ul li.current {border-bottom: 2px solid #859c68;}
}
.categories_text ul li.current strong{
    letter-spacing: -.1px;
    text-transform: capitalize;
    font-size: 18px;
    color: #131313;
    font-family: "robotomedium";
    font-weight: 400;
}
@media (max-width: 576px){
    .categories_text ul li.current strong{padding: 0 10px 5px;display: inline-block;}
    .categories_text ul li.current {border-bottom:1px solid #859c68;}
    .categories_text .categories_text-content ul {width: 1530px;}
    .categories_text ul li {border-bottom: 2px solid #e0e0e0;}
}

.breadcrumb li.active a{
    color: #a7a7a7 !important;
    border-bottom: 0;}
.privacy_policy_section .tab-content ,.privacy_policy_section .tab-pane.fade{border: 0;}


@media (max-width: 768px){
    .home_section .home_slider .home_slider_inner .slider_section .flexslider .flex-direction-nav .flex-nav-next a {right: -40px;}
    .home_section .home_slider .home_slider_inner .slider_section .flexslider .flex-direction-nav .flex-nav-prev a {left: -40px;}
}
@media (max-width: 576px){
    .home_section .home_inner {height: auto !important;}
}
@media (max-width: 576px){
    .home_section .home_inner .masonry_box{padding-left: 15px;padding-right: 15px;position: inherit !important;top: inherit !important;left: inherit !important;}
}
#colorbox {
    top: 10% !important;
}
@media(max-wdith:767px){#colorbox { top: 2% !important;}}
@media (max-width: 992px){
    .collection .collection_menu.open:before {transform: rotate(135deg);top: 15px;}
    .collection ul li:hover{ background-color: #f5f5f5;}
    .collection ul li:hover a p {color: #525c68;}
    .collection ul li:hover a img {filter: none;}
    .collection .collection_menu.white_bg.active_border:before {border-color: #fff !important;}
}
.row-eq-height .learn_content img.img-fluid {
    max-height: 90px;
}

.payment-option._collapsible.opc-payment-additional.discount-code {
    display: none;
}
div#cboxCurrent {
    display: none !important;
}


.clear_shopping_bottom.cart-bottom-button {
    display: none !important;
}
/*.update_shopping_bottom.cart-bottom-button{
	display: none !important;
}*/

.product_main .product_scroll_section .weight_dimensions .weight_bock_info ul {
    /* border: 1px solid #869c69 !important;
     border-bottom: none !important;*/
}
.weight_bock_info ul li a.active.show {
    border: 1px solid #869c69 !important;
    border-bottom: 1px solid #fff !important;
    background: none !important;
}

.product_main .product_scroll_section .weight_dimensions .weight_bock_info ul li a {
    background: #e6e6e6;
    font-weight: bold;
    color: #1f1f1f !important;
}
@media (max-width: 480px) {
    .product_inner_tab .tab-content #all_unique .cart_table {
        font-size: 8px !important;
    }
}
.gallery-placeholder .loading-mask {
    padding-bottom: 0px !important;
}
.product_process ul li a {
    border-bottom: 2px solid #c0c3bd;
}
.product_process ul li a.active.show {
    border-bottom: 2px solid #869c69;
    color: #252424 !important;
}
.filter_open_crumbs .filter_select .clear_filter {
    display: none;
}
.accountCreate {
    color: #fff !important;
    background-color: #869c69;
    outline: 0;
    border: 0;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-right: 30px;
}

.homepage-container {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: repeat(3, 260px);
    grid-auto-flow: row;
}
@media (max-width: 480px) {
    .homepage-container {
        grid-template-columns: repeat(1, 100%);
        grid-template-rows: repeat(8, 260px);
        width: 100%;
    }
}
.home-item {
    overflow: hidden;
    margin: 15px;
}
.home-item img {
    height: 100%;
}

@media (max-width: 768px) {
    .home-item {
        margin: 8px;
    }
}

.item-0 {
    grid-column: 1;
    grid-row: 1 / 3;
}
.item-1 {
    grid-column: 2 / 4;
    grid-row: 1;
}
.item-2 {
    grid-column: 4;
    grid-row: 1;
}
.item-3 {
    grid-column: 2;
    grid-row: 2;
}
.item-4 {
    grid-column: 3 / 5;
    grid-row: 2;
}
.item-5 {
    grid-column: 1;
    grid-row: 3;
}
.item-6 {
    grid-column: 2 / 4;
    grid-row: 3;
}
.item-7 {
    grid-column: 4 / 5;
    grid-row: 3;
}

.home-grid-block {
    height: 100%;
}

@media (max-width: 480px) {
    .home-grid-block {
        margin-left: auto;
        margin-right: auto;
        width: 250px;
        display: block;
        position: relative;
        overflow: hidden;
    }
    .home-item .dekstop_img {
        display: block !important;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .homepage-container .title_left_shape {
        left: 27%;
    }

    .item-0 .homepage-container .title_left_shape {
        left: 13%;
    }

    .item-0 {
        grid-column: 1;
        grid-row: 1;
    }

    .item-0 .home-grid-block {
        height: 400px;
        width: 255px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    .item-0 .home-grid-block img {
        width: 100%;
        margin: -10% 0 0 0;
    }

    .item-1 {
        grid-column: 1;
        grid-row: 2;
    }
    .item-2 {
        grid-column: 1;
        grid-row: 3;
    }
    .item-3 {
        grid-column: 1;
        grid-row: 4;
    }
    .item-4 {
        grid-column: 1;
        grid-row: 5;
    }
    .item-5 {
        grid-column: 1;
        grid-row: 6;
    }
    .item-6 {
        grid-column: 1;
        grid-row: 7;
    }
    .item-7 {
        grid-column: 1;
        grid-row: 8;
    }
}

@media (max-width: 480px) {
    .item-0 .title_left_shape {
        left: 14%;
    }
}

@media (max-width: 360px) {
    .item-0 .title_left_shape {
        left: 20%;
    }
}

@media (max-width: 320px) {
    .homepage-container .title_left_shape {
        left: 19%;
    }

    .item-0 .title_left_shape {
        left: 14%;
    }
}

@media (max-width: 480px) {
    .mp-blog-view .text-lg,  .mp-blog-view .h5, .mp-blog-view .height__title, .mp-blog-view .height__text {
        text-align: justify;
        text-align-last: auto;
    }
}
.checkout-step-shipping .actions-toolbar .action.login.primary {
    color: #fff;
    background-color: #869c69;
    outline: 0;
    border: 0;
    float: right;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px;
    margin-top: 6px;
}
.checkout-step-shipping .actions-toolbar .action.login.primary:hover {
    background-color: #648141;
}
.form-create-account .actions-toolbar>.primary .action:last-child {
    color: #fff;
    background-color: #869c69;
    outline: 0;
    border: 0;
    float: right;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px;
    margin-top: 6px;
}
.form-create-account .actions-toolbar>.primary .action:last-child:hover  {
    background-color: #648141;
}
.checkout-container .opc-wrapper .form-login .actions-toolbar .primary button {
    color: #fff;
    background-color: #869c69;
    outline: 0;
    border: 0;
    float: right;
    font-family: "RobotoRegular";
    text-transform: uppercase;
}
.checkout-container .opc-wrapper .form-login .actions-toolbar .primary button:hover  {
    background-color: #648141;
}

@media (max-width: 768px) {
    .checkout-container .opc-wrapper .form-login .actions-toolbar {
        float: inherit !important;
    }
    .checkout-container .opc-wrapper .form-login .actions-toolbar .secondary {
        margin-bottom: 33px;
    }
}

@media (max-width: 480px) {
    .form.form-login .fieldset.hidden-fields {
        display: inline-block;
        margin-bottom: 45px;
    }
}

.catalog-product-view div.swatch-option.text,
.catalog-product-view .swatch-attribute.size_swatch .swatch-option.text,
.quickview-wrapper .swatch-attribute.size_swatch .swatch-option.text,
.quickview-wrapper .swatch-attribute.att_height_options .swatch-option.text,
.catalog-product-view .swatch-attribute.att_height_options .swatch-option.text{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

body .swatch-option-tooltip .image, .swatch-option-tooltip-layered .image {
    background-size: initial !important;
}

.products.list div.swatch-attribute-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-between;
}
.filter_section div.product-details-fixed {
    margin-bottom: 20px;
}
.product-media .fotorama__active .fotorama__dot,
.fotorama__nav__shaft .fotorama__active .fotorama__dot {
    background-color: rgb(23, 137, 161);
    border-color: rgb(23, 137, 161);
}
.product-media .fotorama__dot,
.fotorama__nav__shaft .fotorama__dot {
    border-color: rgb(23, 137, 161);
}
.catalog-product-view .swatch-attribute-options {
    display: flex;
    margin-top: 6px;
    padding: 1px;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    .catalog-product-view .swatch-attribute-options {
        margin-right: 15px;
        margin-left: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}
div.swatch-option.text {
    color: #4a5057;
}
div.swatch-option {
    min-width: 68px;
    max-width: 90px;
    height: 47px;
    border-radius: 2px;
}
div.swatch-option.selected,
div.swatch-option.selected:focus {
    outline: none !important;
    border: 1px solid #272727 !important;
    border-radius: 2px;
    color: #4a5057;
    box-shadow: 0 0 3px 1px #00699d;
}
div.swatch-option:focus {
    box-shadow: none;
}
div.swatch-option.image:not(.disabled):hover,
div.swatch-option.color:not(.disabled):hover {
    outline-color: #525c68;
}
#swatches-copy-link {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 12.5px 33px;
    font-family: "RobotoRegular";
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
    border: none;
    border-radius: 5px;
    background-color: black;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}
.quickview-wrapper .quickview-tabs .product.data.items >
.item.content.product-info-main .product-add-form div.swatch-option.text{
    display: flex;
    min-width: 80px;
    height: 60px;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    line-height: 15px !important;
}
@media (max-width: 576px) {
    .filter_section div.product-details-fixed {
        min-height: auto;
    }
}

#colorbox #cboxWrapper #cboxContent #cboxNavigation {
    width: auto;
    left: 385px;
    top: 158px;
    z-index: 1;
}

#colorbox .quickview-tabs div.product_add_cart {
    margin-left: 0;
}

.order_table .tfoot{
    font-size: 15px;
}
.order_table .tfoot td.totals{
    min-width: 290px;
    padding: 11px 25px;
}
.order_table .tfoot td.totals dl dt,
.order_table .tfoot td.totals dl dd{
    float: left;
}
.order_table .tfoot td.totals dl dt{
    text-align: left;
    width: 70%
}
.order_table .tfoot td.totals dl dd{
    text-align: right;
    width: 30%
}
.order_table .tfoot td.methods-details {
    min-width: 115px;
}
.product_main div.product_scroll_section .flexslider .slides {
    display: flex;
}

.flexslider .slides img {
    max-height: 100%;
}
.catalog-product-view .attribute-wrapper {
    position: relative;
}
.hidden {
    display: none;
}
.catalog-product-view .scroll-arrow {
    position: absolute;
    top: 39%;
    width: 40px;
    height: 40px;
    z-index: 11;
    background: transparent;
    transform: translateY(-50%);
}
.catalog-product-view .scroll-arrow:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #515c67;
    transform: translateY(-50%) rotate(-45deg);
}
.catalog-product-view .scroll-arrow.prev {
    left: -15px;
}
.catalog-product-view .scroll-arrow.next {
    right: -15px;
}
.catalog-product-view .scroll-arrow.prev:before {
    left: 40%;
    transform: translateY(-50%) rotate(45deg);
}
.catalog-product-view .scroll-arrow.next:before {
    right: 40%;
    transform: translateY(-50%) rotate(-135deg);
}
@media (min-width: 769px) {
    .catalog-product-view .scroll-arrow {
        display: none;
    }
}
.filter_block.product-item-details .made-in-wrapper, .product-details-fixed p {
    font-size: medium;
    padding-bottom: 20px;
    margin: 0 !important;
    line-height: 1.3;
}
div.item-options {
    display: inline-block;
    float: left;
}
div.item-options p{
    font-size: 14px;
}

@media (min-width: 768px) {
    .cart_table #shopping-cart-table .product_detail_content .product_detail_text div.item-options p{
        margin-bottom: 0;
    }
    #checkout-step-title .minicart-items .minicart-items-wrapper .product-item-details .product-details {
        display: flex;
        flex-direction: column;
    }
    #checkout-step-title .minicart-items .minicart-items-wrapper .product-item-details .product-details .product-item-name-block {
        margin-bottom: 1rem !important;
    }
}
.quickview-wrapper .quickview-tabs .product.data.items>.item.content.product-info-main .product-info-price .product-info-stock-sku .stock,
.quickview-wrapper .quickview-tabs .product.data.items>.item.content.product-info-main .product-options-bottom .product-info-stock-sku .stock {
    display: none;
}
.quickview-wrapper .swatch-attribute.att_height_options .swatch-option.text,
.catalog-product-view .swatch-attribute.att_height_options .swatch-option.text {
    font-size: 13px;
}

.quickview-wrapper .product-name h2.name {
    margin-bottom: 15px;
}
.image-note{
    position: relative;
    bottom: 50px;
    text-align: center;
}
.image-note span{
    font-family: robotolight;
    font-size: 22px;
}
#colorbox #cboxContent, div.colorbox #cboxMiddleLeft, div.colorbox #cboxMiddleRight {
    height: auto !important;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-add-form .swatch-option.text:hover {
    background-color: #616161 !important;
}
.collection_list>.show.only-mobile {
    display: none;
}
@media (max-width: 768px) {
    .mobile_current.home a {
        margin-left: auto;
        margin-right: auto;
    }
    .collection_list>.show.only-mobile {
        display: inline-block;
    }
    .collection_list>.show.only-mobile p{
        margin-left: auto;
        margin-right: auto;
        width: max-content;
        float: unset;
    }
}

.checkout-index-index > .header_main > .container > .row > .row {
    width: 100%;
}

@media (min-width: 992px){
    .only-mobile {
        display: none !important;
    }
    .hide-on-mobile {
        display: revert;
    }
}
@media (max-width: 992px){
    .only-mobile {
        display: revert !important;
    }
    .hide-on-mobile {
        display: none !important;
    }
}

.seo-tag-invisible {
    height: 0;
    opacity: 0;
    margin: 0;
}

header .header_menu form .input-group.search_open .checkbox-wrapper {
    position: absolute;
    right: 12px;
    top: 14px;
    padding-right: 33px;
    padding-left: 5px;
    background-color: white;
}
header .header_menu form .input-group.search_open .checkbox-wrapper #sku {
    top: 50%;
}
@media (max-width: 768px){
    header .header_menu form .input-group.search_open .checkbox-wrapper {
        right: 23px;
        top: 5px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .minicart-wrapper:before {
        display: none
    }
}
.header_main  .header.content {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    width: 100%;
    margin-right: auto;
    max-width: 960px;
    margin-left: auto;
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .header_main .header.content  {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .header_main .header.content {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .header_main .header.content {
        max-width: 960px;
        flex-wrap: nowrap;
    }
}
@media (min-width: 1200px) {
    .header_main .header.content {
        max-width: 1140px;
    }
}

.header.content .row {
    width: 100%;
    margin: 0;
}

/*Minicart Styles*/

.minicart-wrapper {
    margin: 0;
    padding: 0;
}
@media (max-width: 992px) {
    .minicart-wrapper  {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #525c68;
        padding-left: 20px;
    }
}
@media (min-width: 576px) {
    .minicart-wrapper .action.showcart {
        font-size: 14px;
    }
}
.minicart-wrapper:before {
    background-color: #525c68;
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: 5px 10.6px 5px 0;
    vertical-align: sub;
}

.minicart-wrapper .action.showcart {
    position: relative;
    padding-left: 19px;
    text-transform: uppercase;
    color: #525c68;
    font-size: 14px;
    font-family: "RobotoRegular";
    word-spacing: .3px;
}
.minicart-wrapper .action.showcart:before {
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/estimate.svg);
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: contain;
    left: 0;
    content: "";
    opacity: .7;
    top: 5px;
}
.minicart-wrapper .action.showcart .counter.qty {
    background-color: #e60d2e;
    border-radius: 50%;
    color: #fff;
    margin-top: 0;
    margin-left: 0;
    padding: 0 1px 0 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    width: 20px;
    height: 20px;
    vertical-align: top;
}
@media(max-width: 766px) {
    .minicart-wrapper .action.showcart:before {
        position: absolute;
        width: 20px;
        height: 20px;
        background-size: contain;
        left: -25px;
        content: "";
        opacity: 1;
        top:0;
    }
    .minicart-wrapper:before{
        display:none;
    }
}

@media (min-width: 768px) {
    .navbar-nav .minicart-wrapper {
        margin-left: 10px;
    }
}
.page-title-wrapper {
    display: none;
}

@media (min-width: 992px) {
    .ui-widget.ui-widget-content {
        top: 30px;
        right: -1px;
        left: unset;
    }
}
.block-minicart .block-content>.actions>.primary .action.primary {
    background-color: #648142;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
}
.block-minicart .block-content>.actions>.primary .action.primary:hover {
    font-weight: bold;
}
.minicart-wrapper .block-minicart {
    right: 0;
    padding: 25px 20px;
    box-shadow: none;
}
.block-minicart .items-total {
    font-size: 14px;
}
.block-minicart .subtotal {
    font-size: 14px;
}
.minicart-items .product-item-details {
    text-align: start;
    margin-left: 20px;
}
.minicart-items .product-item-details .product-item-name {
    float: unset;
    margin-bottom: 15px !important;
}


header .header_menu nav .navbar-collapse .navbar-nav ul li.product-item>.product {
    display: flex;
}

header .header_menu nav .navbar-collapse .navbar-nav ul li.product-item:not(:first-child):before  {
    content: unset;
}

header .header_menu nav .navbar-collapse .navbar-nav ul li.product-item a::before {
    content: unset;
}

header .header_menu nav .navbar-collapse .navbar-nav ul li.product-item {
    padding: 17px 0 !important;
}

header .header_menu nav .navbar-collapse .navbar-nav ul li.product-item:not(:last-child) {
    border-bottom: 1px solid #ccc !important;
}

.minicart-items .product-item-details .product-item-pricing {
    display: flex;
    justify-content: space-between;
}

.minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax {
    margin: 10px 0;
}
@media (min-width: 992px) {
    .minicart-items .product-item-details {
        width: 80%;
    }
    .minicart-items .product-item {
        width: 100%;
    }
}
.minicart-items .product>.product-item-photo {
    transition: all .2s ease-in-out;
}
.minicart-items .product>.product-item-photo:hover  img {
    transform: scale(1.1);
}
.minicart-wrapper .action.showcart.active:before {
    content: "";
}
.block-minicart .block-content>.actions .viewcart:hover {
    font-weight: bold;
    color: #648142;
}
.minicart-wrapper .mage-dropdown-dialog {
    display: block !important;
    max-height: 0;
    transition: max-height .25s;
    overflow: scroll;
    border: none;
    padding: 0 4.2px;
}
.minicart-wrapper.active .mage-dropdown-dialog {
    max-height: 700px;
    transition: max-height .25s;
    border: 1px solid #c5c5c5;
    padding: .2em;
}
.minicart-wrapper .mage-dropdown-dialog .ui-dialog-content {
    opacity:0;
    transition: opacity 2s;
}
.minicart-wrapper.active .mage-dropdown-dialog .ui-dialog-content {
    opacity:1;
    transition: opacity 2s;
}
#minicart-content-wrapper .minicart-items-wrapper {
    overflow: unset;
}
@media (max-width: 992px) {
    .minicart-wrapper.active .mage-dropdown-dialog {
        top: 44px;
        left: -2px;
        width: 101%;
    }
    .minicart-items-wrapper {
        padding: 0;
    }

    .minicart-items-wrapper .minicart-items .product-item-details .details-qty {
        margin: 5px 11px !important;
    }
}
@media (max-width: 375px) {
    .minicart-items-wrapper .minicart-items .product-item-details .product-item-name {
        max-width: 80%;
    }
}

@media (min-width: 435px) and (max-width: 992px) {
    .minicart-items-wrapper .minicart-items .product-item-details {
        width: 100%;
    }
}
.panel.wrapper {
    display: none;
}

#checkout-step-title .minicart-items .product-item-details {
    margin-left: 0;
}
#product-addtocart-button.on-category {
    float: right;
    margin-right: 5px;
    background: none;
    border: none;
    padding: 0;
    height: 11px;
}
#product-addtocart-button.on-category span {
    font-size: 12px;
    min-height: 5px;
    font-family: "robotomedium";
    color: #869c69;
    text-transform: uppercase;
    text-align: right;
    text-decoration: none;
    background: none;
    letter-spacing: -1px;
    line-height: 1;
}

/*COLLECTION PAGES*/

.collection-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.collection-container .collection_block {
    margin-bottom: 30px;
    max-width: 48.5%;
}

@media (max-width: 575px) {
    .collection-container {
        margin-top: 20px;
        flex-direction: column;
    }
    .collection-container .collection_block {
        margin-bottom: 10px;
        max-width: 100%;
    }
}
.collection-page {
    margin-bottom: 50px;
}
.collection-page .collection_block .title_left_shape{
    left: 55px;
}

@media (max-width: 575px) {
    .collection-page .collection_block .title_left_shape{
        left: auto;
        top: 0;
    }
    .collection-page .collection_block .title_left_shape h4{
        margin-top: 10px;
        margin-left: 8px;
        font-size: 20px;
    }
}

.collection-page .collection_block {
    margin-bottom: 20px;
}

.collection-page .product_scroll_section nav {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.collection-page .product_scroll_section nav.sticky {
    position: fixed;
    padding-top: 0;
}

.collection-page .product_scroll_section nav ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: initial;
    align-items: flex-start;
    background-color: white;
}

.collection-page .product_scroll_section nav ul li {
    margin-right: 15px;
    width: 110px;
}
@media (min-width: 350px) {
    .collection-page .product_scroll_section nav ul li {
        margin-right: 3px;
        margin-left: 3px;
    }
}
@media (max-width: 1200px) {
    .collection-page .product_scroll_section nav ul li {
        margin-right: 6px;
        margin-left: 0;
        width: 98px;
    }
}

@media (max-width: 768px) {
    .collection-page .product_scroll_section nav ul li {
        margin-right: 0;
        margin-left: 0;
        width: 77px;
    }
}
@media (min-width: 1200px) {
    .collection-page .product_scroll_section nav ul li {
        margin-right: 15px;
        margin-left: 0;
    }
}

.collection-page .product_scroll_section nav ul li:hover a div, .collection-page .product_scroll_section nav ul li.current a div {
    background-color: #525c68;
}
.collection-page .product_scroll_section nav ul li:hover a div img, .collection-page .product_scroll_section nav ul li.current a div img{
    filter: brightness(0) invert(1);
}

.collection-page .product_scroll_section nav ul li a div {
    position: relative;
    height: 104px;
    background-color: white;
    border: solid 2px #cccccc;
}

@media (max-width: 768px) {
    .collection-page .product_scroll_section nav ul li a div {
        height: 77px;
    }
}

.collection-page .product_scroll_section nav ul li a div img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.collection-page .product_scroll_section nav ul li p {
    color: #525c68;
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    font-family: "RobotoRegular";
    text-align: center;
}

@media (max-width: 1200px) {
    .collection-page .product_scroll_section nav ul li p {
        font-size: 14px;
    }
}
@media (max-width: 928px) {
    .collection-page .product_scroll_section nav ul li p {
        font-size: 10px;
    }
}
@media (max-width: 575px) {
    .collection-page .product_scroll_section nav ul li p {
        font-size: 9px;
        line-height: 11px;
    }
    .collection-page .product_scroll_section nav ul {
        flex-wrap: unset;
    }
}

.collection-page-section .banner {
    display: flex;
    justify-content: space-between;
}
.collection-page-section .banner .title {
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 59%;
    background-color: #99aa83;
}
@media (max-width: 768px) {
    .collection-page-section .banner .title {
        padding: 18px 10px;
    }
}
.collection-page-section .banner .title .title_left_shape{
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}
.collection-page-section .banner .title p{
    margin: 0 25px;
    font-family: "robotomedium";
    font-size: 19px;
    line-height: normal;
    text-align: center;
}
@media (max-width: 1024px) {
    .collection-page-section .banner .title p{
        font-size: 17px;
    }
}
@media (max-width: 768px) {
    .collection-page-section .banner .title p{
        font-size: 13px;
    }
}
.collection-page-section .banner .title button{
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff !important;
    background-color: transparent;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px;
    text-decoration: none;
    cursor: pointer;
    border-color: white;
    box-shadow: none;
}

.collection-page-section .banner .image{
    width: 40%;
}

.collection-page-section .filter-links{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
@media (min-width: 769px) {
    .cottage .collection-page-section .filter-links, .vanisla .collection-page-section .filter-links {
        justify-content: center;
    }
}
.collection-page-section .filter-links a{
    margin: 20px 11px;
    width: 208px;
    text-align: center;
}

@media (min-width: 1200px) {
    .collection-page-section .filter-links a{
        width: 255px;
    }
}

.collection-page-section .filter-links p{
    color: #525c68;
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    font-family: "RobotoRegular";
    text-align: center;
    font-weight: bold;
}

.collection-page-section .filter-links span {
    color: #525c68;
    font-size: 14px;
    margin: 0;
    font-family: "RobotoRegular";
    text-align: center;
}

#loft-beds .title {
    background-color: #83b4d0;
}
#platform-beds .title {
    background-color: #b36b88;
}
.vanisla #platform-beds .title {
    background-color: #f1906f;
}
#core-beds .title {
    background-color: #91c2af;
}
#day-beds .title {
    background-color: #e09da7;
}
#case-goods .title {
    background-color: #e7b172;
}
#under-bed-storage .title {
    background-color: #aa91d0;
}
#accessories .title {
    background-color: #c5aa71;
}
#parts .title {
    background-color: #8b97b6;
}
#bed-frames .title{
    background-color: #e09da7;
}
.filter_open .filter_items.collection-filters {
    border: none;
}

.filter_open .filter_items.collection-filters .row{
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .filter_open .filter_items.collection-filters .row{
        justify-content: flex-start;
    }
}
@media (min-width: 1200px) {
    .filter_open .filter_items.collection-filters .row .filter_item{
        margin-right: 25px;
    }
}
.filter_open .filter_items.collection-filters .row .filter_item{
    margin-left: 7px;
}
.filter_open .filter_items.collection-filters .title_left_shape{
    position: static;
}

.filter_open .filter_items.collection-filters .item_size {
    margin-left: -16px;
    margin-top: 20px;
}

.filter_open .filter_items.collection-filters .item_size .filter-options-content {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.filter_open .filter_items.collection-filters .item_size .checkbox {
    margin-right: 10px;
    margin-left: 0;
    text-align: center;
}

.filter_open .filter_items.collection-filters .item_size .checkbox label {
    display: flex;
    align-items: center;
    margin-left: 0;
    height: 80px;
    width: 110px;
    background-color: white;
    border: solid 2px #ededed;
    justify-content: center;
    font-family: "robotolight";
    font-size: 16px;
    vertical-align: middle;
    padding-left: 0;
    color: #696969;
}

.filter_open .filter_items.collection-filters .item_size .checkbox .price {
    display: contents;
}

.filter_open .filter_items.collection-filters .item_size .checkbox input[type="checkbox"]:checked + label {
    color: white;
    background-color: #525c68;
    border: none;
}

.filter_open .filter_items.collection-filters .item_size .checkbox label .count{
    display: none;
}

.filter_open .filter_items.collection-filters .item_size .checkbox input[type="checkbox"] + label:before {
    content: none;
}

.filter_open .filter_items.collection-filters .title_left_shape h4 {
    font-size: 20px;
    font-family: "RobotoRegular";
    color: #3a4661;
    text-shadow: none;
}
.filter_open .filter_items.collection-filters .title_left_shape h4:before {
    background-color: #b0b2b6;
}

.filter_open .filter_items.collection-filters .swatch-attribute.color .swatch-option,
.filter_open .filter_items.collection-filters .swatch-attribute.att_fabric .swatch-option{
    min-width: 80px;
    height: 80px;
}

.filter_open .filter_items.collection-filters .swatch-attribute-options {
    margin-top: 0;
}

.collection-title .title_left_shape {
    position: static;
}
.collection-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.collection-title .title_left_shape h4 {
    margin-left: 10px;
}
.collection-title .title_left_shape h4 a{
    color: white;
}
.collection-title .title_left_shape .color-line {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #91c2af;
    height: 55px;
    top: -10px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
@media (max-width: 576px) {
    .collection-title {
        display: flex;
        margin-top: 0;
        margin-right: -15px;
        margin-left: -15px;
    }
    .collection-title .title_left_shape {
        position: relative;
        left: 0;
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }
    .collection-title .title_left_shape .color-line {
        height: auto;
    }
    .collection-title .title_left_shape:before {
        height: 85px;
    }
}
.menu.collection {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 37px;
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/collection_icon.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
}

@media (max-width: 576px) {
    .menu.collection {
        margin-right: 12px;
    }
}

/*Collection page Mobile Styles*/
@media (max-width: 576px) {
    .collection-page-section .banner {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .title_left_shape h4 {
        line-height: 26px;
        word-wrap: break-word;
        max-width: 515px;
    }
}

@media (max-width: 500px) {
    .title_left_shape h4 {
        max-width: 360px;
    }
}

@media (max-width: 425px) {
    .title_left_shape h4 {
        max-width: 300px;
    }
}

@media (max-width: 375px) {
    .title_left_shape h4 {
        max-width: 250px;
    }
}

@media (max-width: 576px){
    .title_left_shape h4:before {
        height: 30px;
    }
    .collection_block .title_left_shape h4:before {
        width: 21px;
    }

}


@media (max-width: 768px) {
    .collection-page-section .banner .title p {
        font-size: 12px;
    }
    .collection-page-section .banner .title button {
        padding: 2px 17px;
        margin-top: 15px;
    }
    .collection-page-section .banner .title button span{
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .collection-page-section .banner .title {
        width: 100%;
    }
    .collection-page-section .banner .image {
        width: 100%;
    }
    .collection-page .collection_block {
        margin-top: 20px;
    }
    .collection-page .collection_block .title_left_shape {
        top: 20px;
    }
    .collection-page-section .filter-links {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .collection_block img.only-mobile {
        width: 100%;
    }
}

#toTopCollection {
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/back_to_top.png);
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    padding-top: 55px;
    text-align: center;
}

@media (max-width: 576px){
    .collection-page .product_scroll_section nav.sticky {
        display: none;
    }
    .collection-page .product_scroll_section nav ul {
        flex-wrap: wrap;
    }
    .collection-page .product_scroll_section nav ul li {
        width: 57px;
    }
    .collection-page .product_scroll_section nav ul li a div {
        height: 57px;
    }
    .collection-page .product_scroll_section nav ul li a div img {
        width: 40px;
    }
    .collection-page #toTop, .collection-page #toTopCollection {
        position: fixed;
        bottom: 25px;
        right: 25px;
    }
}

@media (max-width: 375px) {
    .collection-page .product_scroll_section nav ul li {
        width: 52px;
    }
    .collection-page .product_scroll_section nav ul li a div {
        height: 52px;
    }
    .collection-page .product_scroll_section nav ul li a div img {
        width: 40px;
    }
    .title_left_shape h4 {
        font-size: 23px;
    }
    .title_left_shape h4:before {
        width: 25px;
    }
}

/*  About Collection Page   */


.about-collection-page {
    margin-top: 15px;
}

.about-collection-page>div {
    position: relative;
}

.about-collection-page .collection_block .title_left_shape {
    top: 23px;
    left: 31px;
}
.about-collection-page .collection_block .title_left_shape h4{
    font-size: 37px;
    font-family: "robotomedium";
    color: #fff;
    text-shadow: 1px 1.732px 3px rgba(0, 0, 0, 0.36);
}

.about-collection-page .collection_block .title_left_shape h4:before{
    height: 45px;
    background-color: #525c68;
}

.about {
    margin-top: 42px;
    height: auto;
}
.about-collection-page .title_left_shape {
    top: 0;
    left: 15px;
}
.about-collection-page .title_left_shape h4{
    font-size: 26px;
    font-family: "RobotoRegular";
    color: #000000;
    text-shadow: none;
}
.about-collection-page .title_left_shape h4:before{
    background-color: #b0b2b6;
}
.about .about-text {
    padding-top: 63px;
}
.about .about-text p{
    margin-bottom: 23px;
}
.button-block {
    display: flex;
    flex-direction: row;
    margin: 45px 0;
}
.button-block hr {
    margin-top: 2rem;
    width: 31%;
}
.button-block a {
    margin: 0 10px;
    padding: 8px 20px;
    min-width: fit-content;
    color: #648142;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "RobotoRegular";
    font-size: 16px;
    border: 1px solid #648142;
    text-align: center;
}
.advantage-items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 53px;
    justify-content: center;
}
.advantage-items .item {
    margin-bottom: 27px;
    width: 25%;
    text-align: center;
}

.about-collection-page .item img{
    margin-bottom: 23px;
}
.about-collection-page .item .title{
    margin: 0;
    padding: 0 20px;
    color: #4a5057;
    font-family: "robotolight";
    font-size: 25px;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
}
.about-collection-page .item .description{
    margin-top: 7px;
    padding: 0 17px;
    font-size: 17px;
    font-family: "RobotoRegular";
    color: #4a5057;
    line-height: 25px;
    text-align: center;
}
@media (max-width: 1200px) {
    .about-collection-page .item .title {
        font-size: 20px;
    }
    .about-collection-page .item .description {
        font-size: 13px;
        line-height: 19px;
    }
    .about-collection-page .item img {
        max-width: 96%;
    }
}

.about-collection-page .options .option-items {
    padding-top: 77px;
    display: flex;
    flex-wrap: wrap;
}
.about-collection-page .options .option-items .item{
    width: 50%;
}
.about-collection-page.how-it-works .options .option-items .item{
    margin-bottom: 50px;
}
@media (max-width: 576px) {
    .about .about-text {
        text-align: justify;
    }
    .about-collection-page .button-block {
        display: flex;
        flex-direction: column;
    }
    .button-block hr {
        display: none;
    }
    .button-block a {
        margin-bottom: 10px;
    }
    .advantage-items, .option-items {
        flex-direction: column;
    }
    .advantage-items .item, .about-collection-page .options .option-items .item {
        width: 100%;
    }
    .about-collection-page .title_left_shape h4:before {
        width: 26px;
    }
    .about-collection-page .collection_block .title_left_shape h4 {
        line-height: 40px;
    }
    .about-collection-page .collection_block .title_left_shape h4:before {
        width: 39px;
    }
    .about-collection-page #toTop {
        position: fixed;
        bottom: 25px;
        right: 25px;
    }
    .about-collection-page.how-it-works .options .option-items .item{
        margin-bottom: 0;
    }
}
.filter_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 102%;
    margin-left: -10px;
    margin-right: -10px;
}
.filter_column {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0 10px;
}
.filter_item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
@media (max-width: 991px) {
    .filter_column {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .filter_column {
        width: 100%;
    }
}



/* Our Stores CMS-page */

.vancouver_content .vancouver-title {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
}
.vancouver_content .vancouver-subtitle {
    position: static;
    margin-left: 16px;
    margin-bottom: 28px;
}
.vancouver_content .vancouver-subtitle h4 {
    text-shadow: none;
    letter-spacing: -0.5px;
    font-family: "robotolight";
}
.vancouver_content .description {
    position: relative;
    left: 10px;
}
.vancouver_content .vancouver-title h4{
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: none;
    margin-left: 16px;
}
.vancouver_content .vancouver-title h4:before{
    top: 4px;
}
.vancouver_content .vancouver-title h4 small{
    font-family: "robotolight";
    font-size: 100%;
    color: #525c68;
}
.vancouver_content .title_left_shape h4 {
    color: #525c68;
}
.vancouver_content .title_left_shape h4:before {
    background-color: #b0b2b6;
}

/* Map styles */

.gm-style .gmnoprint, .gm-style button, .gm-style iframe+div, .gm-style .gm-style-cc {
    display: none;
}
.map .gm-style > div:first-child > div:first-child > div:nth-child(4) img {
    display: none;
}
.location_strore_section .map .gm-style-iw-c {
    overflow: inherit;
    padding-right: 12px !important;
    padding-top: 0 !important;
    margin-top: 50px !important;
    box-shadow: none;
}
.location_strore_section .map .gm-style-iw-c:after {
    content: '';
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/location_point.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 50px;
    position: absolute;
    top: -89px;
    left: 35%;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.location_strore_section .map .gm-style-iw-c:hover::after {
    -webkit-animation-name: wobble-vertical-on-hover;
    animation-name: wobble-vertical-on-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.location_strore_section .map button {
    display: none !important;
}
.gm-style .gm-style-iw-t::after {
    content: unset;
}
.location_strore_section .map .gm-style-iw-c > div.gm-style-iw-d {
    line-height: 1.5;
    overflow: auto !important;
    max-width: unset !important;
    max-height: unset !important;
}
.location_strore_section .map .gm-style-iw-c > div.gm-style-iw-d > div{
    margin: 0 !important;
    letter-spacing: 1.3px;
}
@media (max-width: 576px) {
    .vancouver_content .title_left_shape {
        margin-left: 4px;
        text-align: start;
    }
    .vancouver_content .title_left_shape h4:before {
        left: -10px;
    }
    .vancouver_content .vancouver-title h4 {
        margin-left: 0;
        font-size: 29px;
    }
    .vancouver_content .vancouver-title h4:before {
        top: -2px;
    }
    .vancouver_content .description tr {
        display: flex;
        flex-direction: column;
    }
    .vancouver_content .description tr p {
        text-align: justify;
    }
    .vancouver_content .description tr td{
        max-width: 392px;
    }
}
@media (max-width: 415px) {
    .vancouver_content .description tr td{
        max-width: 350px;
    }
}
@media (max-width: 374px) {
    .vancouver_content .description tr td{
        max-width: 285px;
    }
}
.filter_item .swatch-option {
    min-width: 50px;
    height: 50px;
}
.cms-policy  {
    margin-bottom: 50px;
}
.cms-policy .title_left_shape {
    position: static;
    margin: 28px 0 28px 16px;
}
.cms-policy .title_left_shape h4{
    text-shadow: unset;
}
div.header-top-bar {
    background-color: rgba(0,0,0,.25);;
}
div.header-top-bar .close-icon {
    position: absolute;
    right: 23px;
    font-size: 30px;
    cursor: pointer;
}
@media (max-width: 576px) {
    div.header-top-bar .close-icon {
        position: static;
        max-width: 10%;
    }
}
.add-to-cart-dialog {
    padding: 40px 24px 32px;
    font-family: "RobotoRegular";
    font-size: 18px;
    color: #615c65;
}
.add-to-cart-dialog a {
    color: #648142;
    background-color: unset;
}
.add-to-cart-dialog a:hover {
    color: #576f3a;
}
.add-to-cart-dialog .action_button {
    margin-top: 30px;
}
.add-to-cart-dialog .action_button ul {
    display: flex;
    justify-content: flex-end;
}
.add-to-cart-dialog .action_button ul li {
    margin: 0 5px;
}
.add-to-cart-dialog .action_button .btn-viewcart {
    position: relative;
    display: inline-block;
    padding: 8px 5px;
    width: 175px;
    background-color: #869c69;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    border: none;
}
.add-to-cart-dialog .action_button .btn-viewcart:hover {
    background-color: #648142;
}
.add-to-cart-dialog .action_button .btn-continue {
    padding: 8px 5px;
    width: 175px;
    background-color: #525c68;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    font-weight: normal;
    border-radius: 3px;
    border: none;
    box-shadow: none;
}
.add-to-cart-dialog .action_button .btn-continue:hover  {
    background-color: #4a5057;
}
@media (max-width: 576px) {
    .add-to-cart-dialog {
        font-size: 15px;
    }
    .add-to-cart-dialog .action_button ul {
        flex-direction: column;
    }
    .add-to-cart-dialog .action_button ul li {
        margin: 5px 0;
    }
    .add-to-cart-dialog .action_button .btn-continue,
    .add-to-cart-dialog .action_button .btn-viewcart {
        width: 100%;
        font-size: 15px;
    }
}
.fancybox-slide--html button.fancybox-close-small,
.fancybox-slide--html button.fancybox-close-small:hover {
    background: none;
    box-shadow: none;
    border: none;
}
.footer.content .links {
    display: none !important;
}
.footer.content .block.newsletter {
    display: none !important;
}
.product-info-main .product_scroll_section > div > div {
    max-height: 0;
    transition: all 0.5s ease;
    overflow: hidden;
}
.product-info-main .product_scroll_section > div.open > div {
    max-height: 3000px;
    transition: all 1.5s ease;
}
@media (min-width: 992px) {
    .product_main #printArea .col-lg-6 {
        padding-left: 0;
        padding-right: 0;
    }
   .product_main #printArea .col-lg-6:first-child {
       max-height: 100%;
   }
}

.shipping-policy-popup {
    position:fixed;
    top:0;
    left: 0;
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    z-index: 12;
    cursor: pointer;
}
.shipping-policy-popup .shipping-policy-popup-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    height: 90%;
    margin:40px auto 0 auto;
    padding: 35px 35px 35px 50px;
    background-color: white;
    border-radius:5px;
    box-shadow: 0 0 10px #000;
    overflow: scroll;
    cursor: default;
}
.shipping-policy-popup .shipping-policy-popup-content .location_strore_section {
    max-width: 90%;
}

.shipping-policy-popup .shipping-policy-popup-content .location_strore_section p {
    font-size: 16px;
}
.close-shipping-policy-link {
    position: fixed;
    right: 11%;
    top: 4%;
    color: #4a5057 !important;
    font-size: 40px;
}
@media (max-width: 425px) {
    .shipping-policy-popup .shipping-policy-popup-content {
        width: 90%;
        padding: 10px;
    }
    .close-shipping-policy-link {
        right: 8%;
        top: 5%;
    }
}
.price small {
    font-size: 50%;
    font-weight: inherit;
}
.block-static-block.widget, footer  .block-cms-link.widget{margin-bottom:0px;}
.response-msg{position: relative;padding: 3px;font-family: "RobotoRegular";text-align: center;font-size: 14px;color: #000000;margin: 0 0 -1px;}
.response-msg .error{color: #ef0a0a;}
.response-msg .success{color: #0abd18;}
.slider_header a, .slider_header a:visited{color:#ffffff;}
.collection ul li a div{min-height: 36px;}
.collection ul li.current a p{line-height: 29px;}
span.swatch-attribute-label {
    font-family: "robotomedium";
    font-size: 14px;
    color: #262b2f;
    margin-bottom: 11px;
    text-transform: capitalize;
}
.product_add_cart .action.primary, .product_add_cart button.tocart,
.product_add_cart .action.primary, .product_add_cart button.tocart:focus {
    background-color: black;
    padding: 12.5px 33px;
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 5px;
    color: #fff;
    font-family: "RobotoRegular";
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.product_main .product_detail .product_delivery .buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product_delivery a.towishlist{
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    padding: 13px;
    border: 1px solid #6f6f6f;
    border-radius: 8px;
    background: white;
    margin-bottom: 0;
}
.product_delivery a.towishlist svg {
    fill: #6e6e6e;
}
.product_delivery a.towishlist:hover svg {
    fill: #e60e2e;
    transform: scale(0.9);
}
.product_delivery a.towishlist .active svg{
    background: green;
    fill: #e60e2e;
    color: red;
}
@media (max-width: 374px) {
    .product_add_cart .action.primary,
    .product_add_cart button.tocart {
        padding: 13.5px 23px;
        font-size: 14px;
    }
}
.account_formbutton button.primary {
    font-size: 14px;
    color: #414141;
    font-family: "RobotoRegular";
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 4px 10px 3px;
    margin-bottom: 21px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.account_formbutton .action.primary {
    text-align: right;
    margin-top: 7px; }
.account_formbutton button.primary {
    background-color: #869c69;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 8px 19px;
    text-transform: uppercase;
    border: 0; }
@media (max-width: 576px) {
    .account_formbutton button.primary {
        padding: 8px 26px; }
}
.actions-toolbar{    position: relative;}
.account_box .account_form .primary .action  {
    float: none;
    position: absolute;
    left: 50%;
    right: 0;
    margin: 7px auto 0;
    bottom: -45px;
    text-align: center;
    margin-top: 7px;
}
.product_slides_big_img, .fotorama__stage__shaft{
    /*border: 1px solid #e0e0e0;*/
    position: relative;
    height: 572px;

}

/*============================================================================
cart page start\
==============================================================================*/
.cart_table {
    margin-top: -6px;
    display: table;
    width: 100%;
    position: relative;
    border: 2px solid #525c68;
}
@media (max-width: 576px) {
    .cart_table {
        margin-top: 22px; }
}
.cart_table .td, .cart_table .th {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 576px) {
    .cart_table .td, .cart_table .th {
        display: inline-block;
        float: left; }
}
.cart_table .td {
    padding: 41px 18px;
    border-bottom: 2px solid #f2f2f2; }
@media (min-width: 992px) {
    .cart_table .td:nth-child(3) {
        padding: 40px 0; } }
@media (max-width: 992px) {
    .cart_table .td {
        padding: 25px 10px; } }
@media (max-width: 576px) {
    .cart_table .td {
        padding: 41px 0;
        border-bottom: 0; }
    .cart_table .td:first-child {
        width: 50%;
        padding-left: 15px; }
    .cart_table .td:nth-child(3) {
        width: 20%;
        padding: 53px 0; }
    .cart_table .td:nth-child(4) {
        width: 15%;
        text-align: center;
        padding: 58px 0; } }
@media (max-width: 480px) {
    .cart_table .td:first-child {
        width: 43%; }
    .cart_table .td:nth-child(3) {
        width: 25%; } }
.cart_table .table_theader {
    display: table-header-group;
    background-color: #525c68; }
.cart_table .table_theader .table_row {
    display: table-row;
    width: 100%; }
.cart_table .table_theader .table_row .th {
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding: 9px 0;
    font-family: "RobotoRegular";
    text-transform: uppercase; }
.cart_table .table_theader .table_row .th:first-child {
    width: 663px;
    padding-left: 12px; }
@media (max-width: 992px) {
    .cart_table .table_theader .table_row .th:first-child {
        width: 500px; } }
.cart_table .table_theader .table_row .th:nth-child(2) {
    width: 105px; }
@media (max-width: 992px) {
    .cart_table .table_theader .table_row .th:nth-child(2) {
        width: 120px; } }
.cart_table .table_theader .table_row .th:nth-child(3) {
    width: 204px;
    text-align: center; }
@media (max-width: 992px) {
    .cart_table .table_theader .table_row .th:nth-child(3) {
        width: 225px; } }
.cart_table .table_theader .table_row .th:nth-child(4) {
    width: 164px; }
@media (max-width: 992px) {
    .cart_table .table_theader .table_row .th span {
        display: none; } }
@media (max-width: 576px) {
    .cart_table .table_theader .table_row .th:first-child {
        width: 50%;
        padding-left: 15px; }
    .cart_table .table_theader .table_row .th:nth-child(3) {
        width: 20%; }
    .cart_table .table_theader .table_row .th:nth-child(4) {
        width: 15%;
        text-align: center; } }
@media (max-width: 480px) {
    .cart_table .table_theader .table_row .th:first-child {
        width: 43%; }
    .cart_table .table_theader .table_row .th:nth-child(3) {
        width: 25%; } }
.cart_table .tbody {
    display: table-row-group; }
.cart_table .tbody .table_row {
    display: table-row;
    width: 100%;
    position: relative;
}
@media (max-width: 576px) {
    .cart_table .tbody .table_row {
        display: inline-block;
        width: 100%;
        border-bottom: 2px solid #f2f2f2;
        padding-bottom: 25px; } }
.cart_table .tbody .table_row:last-child .td {
    border-bottom: 0; }
.cart_table .tbody .table_row .product_detail_content {
    padding-left: 6px;
    position: relative; }
.cart_table .tbody .table_row .product_detail_content .produt_image {
    float: left; }
.cart_table .tbody .table_row .product_detail_text {
    width: 335px;
    position: relative;
    padding-left: 21px;
    display: inline-block; }
.cart_table .tbody .table_row .product_detail_text h6 {
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #475057;
    line-height: 24px;
    margin: 0; }
@media (max-width: 576px) {
    .cart_table .tbody .table_row .product_detail_text h6 {
        letter-spacing: -0.5px;
        margin-bottom: 12px; } }
.cart_table .tbody .table_row .product_detail_text span {
    font-family: "robotolight";
    font-size: 12px;
    color: #475057; }
@media (max-width: 992px) {
    .cart_table .tbody .table_row .product_detail_text {
        padding-left: 0;
        width: 100%; } }
@media (max-width: 576px) {
    .cart_table .tbody .table_row .product_detail_text.mobile_img {
        display: inline-block !important;
        padding: 0 15px; } }
.cart_table .tbody .table_row .unit_price, .cart_table .tbody .table_row .total_price {
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #475057; }
@media (max-width: 576px) {
    .cart_table .tbody .table_row .unit_price, .cart_table .tbody .table_row .total_price {
        font-size: 20px; } }
@media (max-width: 480px) {
    .cart_table .tbody .table_row .unit_price, .cart_table .tbody .table_row .total_price {
        font-size: 16px; } }
.cart_table .tbody .table_row .pro_qty {
    display: inline-block;
    margin: 0 auto;
    display: table; }
.cart_table .tbody .table_row .minus_qty {
    float: left;
    margin-right: 14px;
    cursor: pointer; }
.cart_table .tbody .table_row .minus_qty img {
    vertical-align: bottom; }
@media (max-width: 576px) {
    .cart_table .tbody .table_row .minus_qty {
        margin-right: 7px; } }
@media (max-width: 480px) {
    .cart_table .tbody .table_row .minus_qty {
        margin-right: 5px; } }
.cart_table .tbody .table_row input {
    width: 55px;
    height: 40px;
    border: 2px solid #c4c4c4;
    display: inline-block;
    text-align: center; }
@media (max-width: 480px) {
    .cart_table .tbody .table_row input {
        width: 45px; } }
.cart_table .tbody .table_row .plus_qty {
    float: right;
    margin-left: 14px;
    cursor: pointer; }
.cart_table .tbody .table_row .plus_qty img {
    vertical-align: bottom; }
@media (max-width: 576px) {
    .cart_table .tbody .table_row .plus_qty {
        margin-left: 7px; } }
@media (max-width: 480px) {
    .cart_table .tbody .table_row .plus_qty {
        margin-left: 5px;
    }
}

.cart_table .add_comment_btn, .continue_shopping_bottom, .update_shopping_bottom, .clear_shopping_bottom {
    margin: 0 auto;
    display: table;
    width: 100%;
}
.cart_table .add_comment_btn a, .continue_shopping_bottom a.continue, .update_shopping_bottom button, .clear_shopping_bottom button {
    background-color: #525c68;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    padding: 10px 22px;

    z-index: 1;
    text-transform: uppercase;

    text-align: center;

    display: table;
    margin: auto;

}
.continue_shopping_bottom a.continue{
    left: 30%;
}
.update_shopping_bottom button{
    border: none;
    left: 50%;
}
.clear_shopping_bottom button{
    border: none;
    left: 70.7%;
}
.update_shopping_bottom button span, .clear_shopping_bottom button span{
    font-weight: normal;
}

/*============================================================================
cart item remove\
==============================================================================*/
.cart_table .tbody .table_row .cancel_item_new {
    position: absolute;
    top: 67px;
    right: -15px;
    display: inline-block;
}
@media (max-width: 576px) {
    .cart_table .tbody .table_row .cancel_item_new {
        position: relative;
        top: inherit;
        right: inherit; } }
@media (max-width: 480px) {
    .cart_table .tbody .table_row .cancel_item_new {
        width: 20px;
    }
}
/*============================================================================
checkout page start\
==============================================================================*/
.opc-progress-bar {
    text-align: center;
    margin: -5px  auto -7px;
    width: 100%;
    display: table; }
@media (max-width: 576px) {
    .opc-progress-bar {
        margin-bottom: 17px;
        margin-top: 22px; } }
.opc-progress-bar ul {
    display: inline-block;
    text-align: center;
    margin: 0 auto; }
.opc-progress-bar ul.nav-tabs {
    border: 0; }
.opc-progress-bar ul li {
    font-family: "RobotoRegular";
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin-right: 48px;
    position: relative; }
.opc-progress-bar ul li:first-child {
    margin-right: 27px; }
.opc-progress-bar ul li.current a .tab_number {
    background-color: #869c69;
    color: #fff; }
@media (max-width: 576px) {
    .opc-progress-bar ul li.current a .tab_text {
        display: block; } }
.opc-progress-bar ul li:last-child {
    margin-right: 0; }
.opc-progress-bar ul li:last-child a .tab_number:after {
    display: none; }
@media (max-width: 576px) {
    .opc-progress-bar ul li:last-child a .tab_text {
        left: -122px; } }
.opc-progress-bar ul li:nth-child(2) a .tab_number:after {
    width: 130px;
    left: 80px; }
@media (max-width: 576px) {
    .opc-progress-bar ul li:nth-child(2) a .tab_number:after {
        width: 36px;
        left: 29px; } }
@media (max-width: 576px) {
    .opc-progress-bar ul li:nth-child(2) a .tab_text {
        left: -58px; } }
.opc-progress-bar ul li a {
    font-family: "robotolight";
    font-size: 16px;
    color: #525c68;
    text-decoration: none; }
.opc-progress-bar ul li a .tab_number {
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-family: "RobotoRegular";
    font-size: 16px;
    color: #525c68;
    padding: 2px 0;
    margin-bottom: 10px; }
.opc-progress-bar ul li a .tab_number:after {
    content: '';
    width: 134px;
    position: absolute;
    height: 1px;
    display: inline-block;
    background-color: #ccc;
    right: 0;
    left: 84px;
    top: 15px; }
@media (max-width: 576px) {
    .opc-progress-bar ul li a .tab_number:after {
        width: 36px;
        left: 29px; } }
@media (max-width: 576px) {
    .opc-progress-bar ul li a .tab_text {
        display: none;
        position: absolute;
        min-width: 200px;
        left: 7px;
        letter-spacing: 0.2px;
        text-align: left; } }
@media (max-width: 576px) {
    .opc-progress-bar ul li {
        margin-right: 30px; }
    .opc-progress-bar ul li:first-child {
        margin-right: 30px; } }
.total_item_found .plimiter, .total_item_found p{float: left;}
.filter_items .checkbox a, .filter_items .checkbox a:visited {
    font-family: "RobotoRegular";
    color: #414141;
    font-size: 14px;
    padding-left:0px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}
header .nav_right .navbar-toggler-icon{background-color:#fff; }
.contact_section div.mage-error{
    position: absolute;
    bottom: 0px;
    left: 0;
}
.contact_section .div-subject{margin-top:24px;}
@media (max-width: 992px) {
    .quick_view_popup.comapre_size .modal-dialog {
        max-width: 922px;
        margin: 0%;
    }
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 922px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 97.25%;
}
.catalog-category-view .modal-open .modal{
    background: #fff;
}

button.mfp-close:before {
    width: 32px;
    height: 1px;
}
button.mfp-close:after {
    height: 32px;
    width: 1px;
}
button.mfp-close{
    border: none;
    background: none;
    font-size: 0px;
}
.order_table .th{min-width:110px;}

.account_form .order_section .order_content .order_table .thead .th:first-child{width:15.6%;}
.bundle-actions{maring:20px 0 30px;}
.fotorama__caption{display: none;}
.product_main .product_detail .dimensions{width:auto;float:none;}

.page-product-downloadable .product-options-bottom {
    float: none !important;
    width: auto !important;
}
@media (min-width: 768px){
    .page-product-downloadable .product-options-bottom {
        float: none !important;
        width: auto !important;
    }
}
.page-product-downloadable .price-final_price{disaply:none;}
.bundle_block_item{
    position:relative;
    border: 1px solid #ccc;
    padding: 7px;
    margin-bottom: 20px;
}

.minisearch.loading .fa-search{
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/ajax-loader.gif);
    width: 16px;
    height: 16px;
}

a#toTop{
    background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/back_to_top.png);
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    padding-top: 55px;
    text-align: center;
}
a#toTop:hover{
    background-position:-76px 0;
}
a#toTop:focus{
    background-position: -155px 0;
}
.title_left_shape h4:before{background-color:#000000;}
.minus_qty, .plus_qty{margin-top: 10px;}

#product-options-wrapper{position: relative;}

/*--- comment on cart pahe --*/

.comment_form {
    position: relative;
    display: none;
    padding: 0px 27px 30px 13px;
    border: 2px solid #525c68;
    border-top: 0;
    margin-top: -15px; }
.comment_form .form {
    position: relative; }
.comment_form input[type="text"] {
    color: #525c68;
    font-size: 14px;
    border: 1px solid #cccccc;
    width: 100%;
    padding: 10px 112px 11px 12px; }
.comment_form input[type="submit"] {
    background-color: #869c69;
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 8px 22px; }

@media (max-width: 576px) {
    .comment_form {
        padding: 30px 10px; }
    .comment_form .cancel_item {
        display: inline-block;
        width: 30px; }
    .comment_form .form {
        display: inline-block;
        width: calc(100% - 45px);
        margin-right: 10px; } }

.posted_comment {
    clear: both;
    padding: 10px;
    margin-bottom: 30px;
    font-family: "RobotoRegular";
    font-size: 14px;
    color: #475057;
}
.posted_comment span.lbl{ font-weight: bold;}

#block-summary{disaply:block !important}

.vanisla_collection_section h5 a, .vanisla_collection_section h5 a:visited{
    color:#3a4661;
}
aside.custom-step-sidebar{disaply:none !important;}

@media (max-width: 576px) {
    a#toTop:hover{
        background-position: -75px 0;
    }
    a#toTop:focus{
        background-position: -155px 0;
    }
}

@media (min-width: 768px) {
    .cart_table #shopping-cart-table .product_detail_content .product_detail_text {
        display: flex;
        flex-direction: column;
    }
    .cart_table #shopping-cart-table .product_detail_content .product_detail_text a {
        margin-bottom: 1rem;
    }
    .cart_table #shopping-cart-table .product_detail_content .product_detail_text span {
        margin-bottom: 1rem;
    }
}
/*15-02-2019 changes start*/
#colorbox #cboxContent #cboxPrevious, #colorbox #cboxContent #cboxNext{
    display: none !important;
}
#colorbox .quickview-wrapper .quickview-tabs .product.data.items > .item.content{
    overflow: unset;
}
#colorbox #cboxLoadedContent{
    overflow: unset !important;
}
#colorbox .product_amount{
    position: absolute;
    top: 130%;
}
#colorbox .quickview-tabs .product_add_cart{
    position: absolute;
    top: 150.3%;
    right: 5%;
}
#colorbox #cboxContent #cboxNavigation{
    width: 72%;
    float: left;
}
#colorbox #btnGotoProduct{
    width: 100%;
    text-align: right;
}
.quickview-tabs .pro_qty{
    display: none;
}

/*15-02-2019 changes end*/
.quickview-tabs .product-info-name .out-of {
    font-size: 13px;
    font-weight: bold;
    color: #c3452f;
    margin-top: 15px;
}
.quickview-tabs .product-info-name .collection-popup a {
    color: #4d4d4d;
    font-size: 20px;
    text-decoration: underline gray;
    float: left;
}
.quickview-tabs .product-info-name .made-in {
    font-size: 13px;
    text-align: right;
    text-transform: uppercase;
    color: #c3452f;
    padding-top: 5px;
    font-weight: bold;
}
.quickview-tabs .product-info-name .custom-attributes {
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
}
.quickview-tabs .product-info-name .custom-attributes .width {
    float: left;
    margin-left: 23px;
}
.quickview-tabs .product-info-name .custom-attributes .depth {
    float: left;
    margin-left: 30px;
}
.quickview-tabs .product-info-name .custom-attributes .height {
    margin-left: 43px;
    display: inline-block;
}
.quickview-tabs .product-info-name .dimensions {
    float: left;
}
.quickview-tabs .product-info-name .delivery-time .delivery-notification {
    font-size: 13px;
    font-weight: bold;
}
.quickview-tabs .product-info-name .delivery-time {
    margin-top: 25px;
    margin-bottom: 20px;
}
.quickview-tabs .product-info-name .product-collection {
    margin-top: 20px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.53);
    padding-bottom: 29px;
}
#colorbox {
    /*left: 218px !important;*/
    width: 915px !important;
}
@media(max-width:991px) {
    #colorbox {
        position: fixed !important;
    }
}

#cboxWrapper {
    width: 100% !important;
}
#cboxLoadedContent {
    width: 100% !important;
}
.quickview-wrapper .quickview-tabs .product.data.items >
.item.content.product-info-main .product-add-form .swatch-option.text{
    padding: 0 !important;
    line-height: 0px !important;
    background-color: #fff;
    color: #808080 !important;
}
.quickview-wrapper .quickview-tabs .product.data.items >
.item.content.product-info-main .product-add-form .swatch-option.text:hover{
    background-color: #616161;
    color: #fff !important;
    outline: unset !important;
    border: 1px solid #616161 !important;
}
.quickview-wrapper .quickview-tabs .product.data.items >
.item.content.product-info-main .product-add-form .swatch-attribute-label{
    font-size: 13px !important;
}
#colorbox .quickview-tabs .product_add_cart{
    top: unset !important;
    bottom: -20.5%;
}
#colorbox .product_amount{
    top: unset;
    bottom: -10%;
}
#colorbox #btnGotoProduct{
    margin-top: 30px;
}
#colorbox #cboxContent, .colorbox #cboxMiddleLeft, .colorbox #cboxMiddleRight{
    height: auto !important;
}
#colorbox #cboxContent #cboxNavigation{
    width: 100%;
    display: inline-block;
    float: right;
    text-align: right;
    margin-top: 25px;
}
#colorbox #btnGotoProduct{
    margin-top: 0px;
    display: inline-block;
    width: 71%;
}
#colorbox #cboxContent #cboxNavigation .product_add_cart{
    display: inline-block;
    text-align: right;
}
.quickview-wrapper .quickview-tabs .swatch-attribute.size_swatch {
    border-bottom: 1px solid lightgray;
    padding-bottom: 18px;
}
.quickview-wrapper .quickview-tabs .product-add-form .swatch-opt .swatch-option.image {
    width: 50px;
    height: 50px !important;
    background-size: cover !important;
}
#colorbox .quickview-tabs .product_add_cart{
    position: relative;
    margin-top: 24px;
    display: inline-block;
    margin-left: 50px;
    right: 0%;
}
#colorbox .product_amount{
    position: relative;
}
#colorbox #btnGotoProduct{
    display: inline-block;
    width: auto;
    margin-top: 24px;
}
.quickview-wrapper .quickview-tabs .product.data.items > .item.content.product-info-main .product-info-price{
    border-bottom: unset !important ;
}
.quickview-wrapper .quickview-tabs .product-add-form .swatch-opt .swatch-attribute.color {
    margin-top: 10px;
}
/*19-02-2019*/

.attribute.product-info-stock-sku{
    display: none;
}
/* product page changes start */
.product_main .product_detail .dimensions{
    border-bottom: none;
}
.product-info-price .custom-attributes .width,
.product-info-price .custom-attributes .depth,
.product-info-price .custom-attributes .height{
    display: inline-block;
}

.swatch-attribute.color .swatch-option{
    min-width: 50px;
    height: 50px;
}
/*21-02-2019 changes start*/
.catalog-product-view .product_main .product_detail .dimensions{
    color: #262b2f;
    font-weight: 500;
}
.catalog-product-view .swatch-option:not(.disabled):hover{
    outline: none;
    border: none;
}
.catalog-product-view #product-options-wrapper .color .swatch-option:hover{
    border: 1px solid rgb(218, 218, 218);
}
.catalog-product-view .swatch-attribute.color .swatch-option{
    margin-right: 9px;
    margin-bottom: 10px;
    height: 47px;
    min-width: 68px;
    font-size: 13.2px;
}
.catalog-product-view .swatch-option.text {
    background-color: unset !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-weight: 400 !important;
    height: 36px;
    width: 68px;
    min-width: 68px;
}
catalog-product-view .swatch-option.text span{
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
}
.catalog-product-view .swatch-attribute-label{
    color: rgb(74 80 87);
    font-family: "RobotoRegular";
    font-size: 13px;
    font-weight: bold !important;
}
@media (max-width: 768px) {
    .catalog-product-view .swatch-attribute-label{
        left: 12px;
    }
}
.catalog-product-view .swatch-option.text:hover{
    border: 1px solid rgb(218, 218, 218);
}
.catalog-product-view .product_main .product_detail .compare_color_button{
    top: 203px;
}
.catalog-product-view .bunkbeds-class.swatch-opt{
    margin: 10px 0px 0px 0px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 20px;
}
.catalog-product-view .product_main .product_scroll_section .details table tbody{
    border: 1px solid #ededed;
}
.catalog-product-view .product_main .product_scroll_section .details table tbody tr td{
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding-left: 20px;
    color: #8c8c93;
}
.catalog-product-view .product_main .product_scroll_section .details table tbody tr td.first-dtl{
    width: 190px;
}
@media (max-width: 576px){
    .catalog-product-view .product_main .product_scroll_section .details table tbody tr td.first-dtl{
        width: 50% !important;
    }
}
.modal.fade.login_popup.show .form.send.friend .fieldset .field{
    width: 100%;
    margin-bottom: 5px;
}
.modal.fade.login_popup.show .form.send.friend{
    width: 100%;
}
.modal.fade.login_popup.show .fieldset label.label{
    margin-bottom: 1px !important;
    font-weight: 400;
}
.modal.fade.login_popup.show .fieldset{
    margin-bottom: 10px;
}
.modal.fade.login_popup.show .control textarea{
    padding: 0px;
}
.modal.fade.login_popup.show .action.submit.primary:hover{
    background: #869c69;
}
.modal.fade.login_popup.show .action.submit.primary{
    background: #869c69;
}
/* 22-02-2019 home page changes start */
#maincontent .collection_navigation > .container{
    padding-left: 0;
    padding-right: 0;
}
.collection_navigation > .container{
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 993px){
    header .header_menu form a.mobile_toggle{
        text-transform: uppercase;
        color: #525c68;
        font-size: 16px;
        font-family: "RobotoRegular";
        word-spacing: 0.3px;
        margin-right: 0;
        padding-top: 8px;
        position: relative;
    }
    /*header .header_menu form a:hover{
        color: #000000;
    }*/
    header .header_menu form a.mobile_toggle:before{
        background-image: url(../../frontend/Bunkbedscanada/default/en_US/images/search.svg);
        position: absolute;
        width: 11px;
        height: 13px;
        background-size: contain;
        left: 0;
        top: 6px;
        content: '';
        opacity: 0.7;
    }
    header .header_menu form.minisearch {
        min-width: 15px;
    }
    header .header_menu form .input-group.search_open {
        width: 500px;
        height: 52px;
        right: -230px;
        top: 33px;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0.5px -0.5px 1.5px 2px rgba(204, 204, 204, 0.5);
        border-radius: 3px;
    }
    header .header_menu form.open a.mobile_toggle{
        padding-top: 0;
        min-width: 15px;
        min-height: 20px;
    }
    header .header_menu form.open a.mobile_toggle:after {
        content: "";
        /*width: 114%;*/
        background-color: #ffffff;
        height: 4px;
        position: absolute;
        /*left: 1px;
        bottom: 0px;*/
        z-index: 99;
        left: 0px;
        width: 100%;
        bottom: -1px;
    }
    header .header_menu form .input-group.search_open .close-field{
        position: absolute;
        right: 20px;
        top: 15px;
        background-color: white;
    }
    .column.main .product-items{
        margin-left: 0 !important;
    }
}
@media (max-width: 1200px){
    header .header_menu form a.mobile_toggle{
        font-size: 14px;
    }
}
@media (max-width: 992px){
    header .header_menu form a.mobile_toggle{
        display: none;
    }
    ul.collection_list{
        display: none;
    }
    ul.collection_list.open{
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }
}
/* 23-02-2019 home page changes start */
.title_left_shape h4:before{
    background-color: #525c68;
}
header .header_menu nav .navbar-collapse .navbar-nav ul li a.announcements_icon:before{
    background-image: url('../../frontend/Bunkbedscanada/default/en_US/images/announcements.svg');
    position: absolute;
    width: 13px;
    height: 13px;
    background-size: contain;
    left: 0;
    top: 5px;
    content: "";
    opacity: 0.7;
}
header .header_menu nav .navbar-collapse .navbar-nav ul li a.location_icon:before{
    background-image: url('../../frontend/Bunkbedscanada/default/en_US/images/pin.svg');
    position: absolute;
    width: 13px;
    height: 13px;
    background-size: contain;
    left: 0;
    top: 5px;
    content: "";
    opacity: 0.7;
}
header .header_menu nav .navbar-collapse .navbar-nav ul li a.contact_icon:before{
    content: "\f27a";
    display: inline-block;
    font-family: "fontawesome";
    font-size: 14px;
    background-image: unset;
    width: auto;
}
input#search::placeholder {
    color: #ccc;
    font-style: italic;
}
.quickview-tabs .product-info-name .made-in img{
    width: 22px;
    margin-left: 5px;
    margin-bottom: 3px;
}
/*25-02-2019 discount sectio css start*/
.payment-option._collapsible.opc-payment-additional.discount-code{
    display: none !important;
}
/*25-02-2019 discount sectio css end*/
/*26-02-2019 category image design changes start*/
.home_subcategory .grid_block img{
    width: 100% !important;
}
.home_subcategory .grid_block{
    height: 250px;
}
.home_subcategory .grid_block.bunk-beds-first {
    height: 557px;
}
.home_subcategory .grid_block.bunk-beds-first img{
    height:100%;
}
[name='shippingAddress.region_id']{
    display: block !important;
}
@media screen and (min-width: 992px){
    .home_subcategory .row.bunk-beds-cats .col-xl-3 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.shiiping_check .shipping_tax .shipping_estimate fieldset.fieldset.rate .item-title{
    padding-top: 30px;
}
/*26-02-2019 category image design changes end*/

/* 26-02-2019 checkout page changes */
/*.items.methods .item-title,
.items.methods .item-options.radiobox{
    width: auto;
    display: inline-block;
}
.radiobox .item label:before{

}*/
/* menu icons */
header .header_menu nav .navbar-collapse .navbar-nav ul li a.nav-link{
    position: relative;
    padding-left: 18px;
}
header .header_menu nav .navbar-collapse .navbar-nav ul li a.contact_icon:before{
    background-image: url('../../frontend/Bunkbedscanada/default/en_US/images/contact_us.svg');
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: contain;
    left: 0;
}
header .header_menu nav .navbar-collapse .navbar-nav ul li a.login_icon:before{
    background-image: url('../../frontend/Bunkbedscanada/default/en_US/images/login.svg');
    position: absolute;
    width: 13px;
    height: 13px;
    background-size: contain;
    left: 0;
    top: 5px;
    content: "";
    opacity: 0.7;
}
header .header_menu nav .navbar-collapse .navbar-nav ul li a.contact_icon:before{
    background-image: url('../../frontend/Bunkbedscanada/default/en_US/images/contact_us.svg');
    position: absolute;
    width: 13px;
    height: 13px;
    background-size: contain;
    left: 0;
    top: 5px;
    content: "";
    opacity: 0.7;
}
header .header_menu nav .navbar-collapse .navbar-nav ul li a.estimate_icon:before{
    background-image: url('../../frontend/Bunkbedscanada/default/en_US/images/estimate.svg');
    position: absolute;
    width: 13px;
    height: 13px;
    background-size: contain;
    left: 0;
    top: 5px;
    content: "";
    opacity: 0.7;
}
/*27-02-2019 product-page slider arrow changes start*/
.product_main .product_slider{
    overflow: unset;
}
.product_main .product_slider .flexslider .flex-direction-nav{
    position: unset;
}
@media  (max-width: 576px) {
    .product_main .product_slider .flexslider .flex-direction-nav{
        display: none;
    }
}
.product_main .product_slider .flexslider .flex-direction-nav a{
    top: 40%;
    transform: translate3d(-50%, -50%, 0);
    bottom: 260px;
    opacity: 1;
}
.product_main .product_slider .flexslider .flex-direction-nav a.flex-prev{
    position: absolute;
    right: 95%;
}
.product_main .product_slider .flexslider .flex-direction-nav a.flex-next{
    position: absolute;
    right: -10%;
}
#colorbox .quickview-wrapper .quickview-tabs .product.data.items > .item.content
.attribute.product-collection .attribute.product-manufacturer {
    display: none;
}
/*27-02-2019 product-page slider arrow changes end*/
/*01-03-2019 start */
.filter_select .clear-all-filter{
    float: right;
    border-bottom: 1px dashed;
}
.filter_select .clear-all-filter a.clear-filter, .filter_select .clear-all-filter a.clear-filter:hover{
    color: #262b2f;
}
.filter_open_area .price-filter.col-sm-12{
    padding: 0;
    margin-bottom: 15px;
}
.filter_open_area .price-filter.col-sm-12 a{
    margin-left: 10px;
    color: #202529;
    border-bottom: 1px dashed;
    padding-bottom: 3px;
}
.filter_open_area .price-filter.col-sm-12 a.active{
    border-bottom: none;
    font-weight: bold;
}
/*01-03-2019 end */
/*02-03-2019 start */
.filter_open_area .uq_chk_filter.swatch-option-layered{
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}
.filter_open_area .swatch-option.chk-active{
    outline: 2px solid #ee0000 !important;
    border: 1px solid #fff !important;
}
/*02-03-2019 end */

/*11-03-2019 start */

.product_main .product_detail .product_delivery .product_amount span.price,
.product-options-bottom .price-box .price-container span.price{
    margin-bottom: 10px;
    font-size: 30px;
    font-family: "RobotoRegular";
    font-weight: bolder;
    color: #4a5057;
    line-height: 1.2;
}
.product_main .product_detail .product_delivery .product_amount span.price-label{
    color: #696969;
    font-size: 26px;
    font-family: "robotolight";
}
.product-options-bottom .price-box .price-container > span{
    display: inline !important;
    color: #696969;
    font-size: 26px;
    font-family: "robotolight";
}
.product_detail.product-info-main{
    width: 100% !important;
}
.product_detail .price-final_price{
    display: block !important;
}
/*11-03-2019 end */
/*15-03-2019 start */
.related-products-blocks{
    width: 100%;
}
.related-products-blocks .block-description{
    text-align: center;
}
/*15-03-2019 end */
.product_slider .product-items button.custom-addtocart span {
    font-size: 13px;
    font-family: "robotomedium";
    color: #869c69;
    text-transform: uppercase;
    text-align: right;
    text-decoration: none;
}

.product_slider .product-items button.custom-addtocart span:hover {
    text-decoration: underline;
}
.custom-attributes.dimensions-container{
    margin-top: 20px;
}
.custom-attributes.dimensions-container p{
    font-family: "robotomedium";
    font-size: 14px;
    color: #262b2f;
    margin-bottom: 11px;
    text-transform: capitalize;
}
.custom-attributes.dimensions-container p.text{
    font-size: 16px;
}
.delivery-time .delivery-notification{
    font-family: "RobotoRegular";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: rgb(130, 133, 136);
}
.custom-attributes.dimensions-container p.text span{
    margin-right: 3.5%;
}
.product_amount .price-box{
    margin: 15px 0;
    padding-bottom: 0;
}
.product-info-main .product-info-price{
    border: none;
    margin: 0;
}
#product-options-wrapper{
    padding: 0;
}
#product-options-wrapper .fieldset:last-child {
    margin-bottom: 0;
}
.product-info-main .product-add-form{
    padding-top: 10px !important;
}
.custom-attributes.dimensions-container{
    min-height: 60px;
}
.custom-attributes.dimensions-container p.text{
    margin-bottom: 0
}
.shipping-dimensions-content table > tbody > tr > td{
    padding: 5px;
}
.swatch-option.text span{
    display: block;
    position: relative;
    top: 20px;
}

.swatch-option.text hr{
    display: block;
    width: 80%;
    border-top: 1px solid rgb(124 125 125);
}
.price-box span.old-price span.special-price{
    float: left;
}
.price-box span.old-price{
    display: block;
    padding-top: 6px;
}
.product_amount .price-box span.old-price span.price{
    text-decoration: line-through;
    font-size: 26px !important;
    color: grey;
    margin-left: 7px;
}
.special-price{ float: left;}
.special-price .price-label{
    position: static !important;
    width: auto !important;
}
.swatch-option.color:has(input[type="checkbox"]:checked){
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
}
/*.filter_open .filter_items .item_size .checkbox input[type="checkbox"]:checked + label span.count{*/
/*display: none;*/
/*}*/
.fullwidth{
    width: 100% !important;
}
.products.list .swatch-attribute-options{
    margin: 0 auto;
    display: inline-block;
}
.products.list .swatch-attribute-options .swatch-option{
    min-width: 45px;
    height: 45px;
    margin: 5px;
}
.toolbar.toolbar-products{
    display: none;
}
/*.filter_block .img-fluid{*/
/*min-height: 248px;*/
/*min-width: 239px;*/
/*}*/
.filter_section .product-details-fixed{
    min-height: 141px;
}
.filter_block .swatch-attribute.size_swatch,
.filter_block .swatch-attribute.att_height_options,
.filter_block .swatch-attribute.att_headboards{
    display: none !important;
}

.filter_block .price-label{
    display: none !important;
}
.filter_block span.price-wrapper{
    margin: 0;
}
.filter_block .price-container span.price{
    margin: 0;
    font-size: 26px;
}

/* clearfix */
.home_inner:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- grid-item ---- */

.masonry_box {
    height: 302px;
}
.masonry_box.big_height {
    height: 594px;
}
.masonry_box img{
    max-width: 100%;
    max-height: 100%;
}

.catalog-product-view .swatch-attribute.size_swatch .swatch-option.text,
.quickview-wrapper .swatch-attribute.size_swatch .swatch-option.text{
    margin-right: 9px;
    margin-bottom: 10px;
    padding: 5px !important;
    height: 47px !important;
    width: auto;
    max-width: unset;
    min-width: 72px !important;
    font-size: 13.2px;
}
.quickview-wrapper .swatch-attribute.att_height_options .swatch-option.text,
.catalog-product-view .swatch-attribute.att_height_options .swatch-option.text{
    min-width: 68px !important;
    height: 36px !important;
}
body.checkout-cart-index table.totals,
body.checkout-cart-index table.totals tr{
    border: 1px solid #ccc;
    background: none;
}
body.checkout-cart-index table.totals tr th,
body.checkout-cart-index table.totals tr td{
    padding: 10px 15px;
}
body.checkout-cart-index table.totals tr.grand.totals th,
body.checkout-cart-index table.totals tr.grand.totals td{
    background-color: #f2f2f2
}
.filter_main .products.list div.filter_block .product-image-container{
    max-width: 239px;
    height: 195px;
    margin-bottom: 25px;
}
.filter_main .products.list div.filter_block .product-image-container img{
    width: auto;
    max-height: 195px;
}
.product_inner_content h5{
    float:left;
}
.product_inner_content .made-in{
    float: right;
}
#layered-filter-block{
    margin: 0 !important;
    padding: 0;
}
.made-in-wrapper{
    min-height: 25px;
}
.made-in img{
    margin-left: 5px;
}
.filter_block .price-box .old-price{
    position: relative;
    top: -7px;
}
.filter_block .price-box .old-price span.price{
    text-decoration: line-through;
    font-size: 22px;
}
/*Checkout*/
.checkout-container .opc-wrapper .form-login{
    padding: 0;
    border: none;
}
.checkout-container .opc-wrapper .form-login .actions-toolbar{
    float: right;
    top: 30px;
}
.checkout-container .checkout-shipping-address .form-login .fieldset > .field,
.checkout-container .checkout-shipping-address .form-shipping-address .fieldset > .field{
    margin-right: 2%;
    width: 48%;
    float: left;
}
.checkout-container .opc-wrapper{
    width: 100%;
}
.checkout-container .opc-wrapper .form-login{
    max-width: 100%;
}

/*.collection_slider.product_slider .products.list.items.product-items{*/
/*    margin-right: 30px !important;*/
/*}*/
.search.results .filter.pages a{
    display: none !important;
}
.minicart-items .product-item-name{
    float: left;
    margin: 5px 0 !important;
}

.minicart-items .product-item-details .details-qty{
    margin: 5px 40px !important;
    float: left;
}
@media only screen and (max-width: 768px) {
    .minicart-items .product-item-details .details-qty{
        margin-bottom: 0 !important;
    }
}
.minicart-items .product-item-details{
    padding-left: 0 !important;
}
.minicart-items .product-item:not(:first-child){
    margin:0!important;
    padding:0!important;
    border:none!important;
}
.minicart-items .product-item{
    padding: 5px 0 0 !important;
    margin: 0 !important;
}
.opc-block-summary .product-item .product-item-inner{
    margin: 0 !important;
}
.opc-block-summary .product-item .product-item-name-block{
    margin: 0 !important;
}
#overview-step form{
    float: right;
    padding: 0 0 30px;
}
#overview-step .actions-toolbar .action{
    color: #fff !important;
    background-color: #869c69;
    outline: 0;
    border: 0;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    float: right;
}
#overview-step .action.cart{
    color: #fff !important;
    background-color: #525c68;
    outline: 0;
    border: 0;
    font-family: "RobotoRegular";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 17px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-right: 20px;
}
#overview-step .actions-toolbar .action:hover{
    background-color: #648141;
}
#overview-step .totals.shipping{
    border-bottom: 1px solid #cccccc;
}
#overview-step button.back{
    text-transform: uppercase;
    background: none;
    border: none;
}
.product_main .product_slider .filter_block span
{
    margin: 0 !important;
}
.product_main .product_slider .filter_block span.old-price{
    margin-bottom: 19px !important;
}
#prd-overview{
    width: 100%
}

body.page-products .productsgrid .product-item-info .product-image-container {
    width: 195px;
    height: 195px;
}

body.page-products .productsgrid .product-item-info .product-image-container .img-fluid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-height: 195px;
    max-width: 188px;
}
.sprite{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAACsCAYAAADrLzefAAAgAElEQVR4Xu1dCZgcVbX+T3XPJCFhCQgGBEEEFx6LiKC4PBM2BRSmexiE6Z4QeGa6J4KyqIgPMAoqIEsQzFQPCIGpDsgw1aOIeQpIUEAREEQEVwRBICA7IbN013nfqama1HR6qarunp7uqfvBR0idu53797nnnnvuOYSgBBxoAA5QA4wxGGLAAQRADUDQEBwIgNoQyxQMMgBqgIGG4EBBoB588MG7yujvuOOOJwrNYuHChYesXbv29qmYYXsseZKhYNdMv3q2s79ovOcoMB+jp9XFUzGOUn10dJw2Jzdrw1O6pm43eYzJ58c2M3a9pa/vrXqPsVr9R+KJfYiwBExHAdgWQJaA3xoKn5e5PvWbavWT305BoAoQieg2AH3MPJAPykWLFjEAAerAnXfe2VerwUm70VjPqUy8S0ZTT50Egq7kEjLQNphW22rZv5u225acupWSHX5F19RJ/IzGk2yEZ88fWrXiVTftTGeayOLE0WTQtQDmAxgh4JdM/BcwzQFwJIAdAdyra+rHajGPolu/SFVm7pZ/ATzoBOXHP/7x+eFwuJuI5BuYuS+bzfbdfffdr1R7kAFQq81Rb+0dddJJm4dHW+8CsC+AGw2DLh5a3St4mFQiixMHkkF3AnhR19SdvPVSntqVjrpw4cIziehMZr5w7dq1FzqbPeiggzqY+QIAT9x5552Hlu9yU4qurq65b4S2aSlUV8lt6CFDeWeuZdZZzu/K2IZOEB1phGfH/PQpdTbPvTTW39+/3m99u54tUUV6ThpjdvgVGKFdjNaW1yrto1T9lvU0MjBw2YZq92GB714Az7PC0XJbuwXq14lJH0z3tldzPCWBKiA0DKODiA4RiaooyoW23rpo0aL9AIhEFaCKGtDnRW+NLP7CNmTkzgNwLIBtqjkpj229BOAmVkLnZK7/gfzZdYnFTtligzL6TTB1Apikn7pupHqEz4P4xjlG6zfS6Ster7TZY2LLDjPI+LlIUV1Tj3fbXqSrp4OYbwpB2X1AW/l3t/XK0RUEqgXCm6RyoW190aJFDwCQA9ck8JbrzP5+ZGfP/FaFf0PAo4ahnI/W1ieL1a2lRDX7HB3dRVGMsxnYc9SgA29d3etKfTFBSmP3EPA0MV9iEN1eL4k6Po/h94QULGdgpznc8rFKwBrtXLYIivFLEK/Q+1OnuV1Xmy4aT/4ewC66pm7ttW4x+lJA3a/YQUlUgUp00mhX4jLZzgfTvcfIb6HUZKZIR6X2WM/NrBj/crswkXjPJQr4/YOaemTbklO3nCaHKWqPJ281QI9ntN4z/ICko+N/ts7NanmJgDWDmnqErzZOPGXb3NjYCwScMqipV/ppI7+OKx21Gh0524jGk+sU5s5sy5xNlPL8vmouUa0OldENe0Ohm3RNXeBmvtF48jkm/gLlwg/maGyLECmPiD46qa6SezLHxt4hbql4K3YzJpOGch8EYaWuqdu7ruMgjMaT/wCwmd/6Dql6DoBvhVpathu49ooX/YzFWadeQC0pRSudVAX1WddUxU19MT25oasXTb6pzM04Il3J04hxKWDsoGt9z7mpU3I3jCf/CGBnXVO3qLSt+gE1X/oUmQmHjJMA3pFyoW9NIqHcMSB8CkZoqRcmELKtCCti+9uksMF/cLvAJlCtOUwriSqzUnJPup1H3k7HfvXSQvxcsmTJ7NezszdUwwpQN6C6ZeQU6agmnwV8rsfloJ1uBn8v83Bs1SqAhNv5uxUO5k0W6GEA39E19X/d1sunawigEvDeInbUT+maerTfyefX87LATtpSdtR63Ex5mYcDqFWVpk7e2iarSg5X0x6okXhyFQEnFAYj/VPXek2/hGoULwvspLVPyoXGUAyo0VhPJwjHAVxQf2PwCJHy6w1bhb+35oorRrzMz8s8pF3renSoWgefQmNtjydPZuAKv2Cd9kCVrb/ZJGoknlhMoO8x0bcUxr8L6svEm4NxCsCP6lrqpFoC1Trpv6Zr6gdL9TN+8xSe5/eg1R7v+QqDLyLQVwe13u95mVNDAHWqnFK8SKJCW79bp5RovGcNgIyu9ZZ06IksXvoeMkKP6Jo628uiepmHrZsz+ISMlrq+VD9i/wbTCZUY8qPxnm6AU14PbQ0B1GaTqNF4ci2BVgxqvUOlgFHskFYOtF6Aah923Fx5tsd6Bpk4WumBy1Y1vFzPTnugNqOOOp2AGo0nTcO8G/BF48lvAzjDq4QvqbO6dGCZ9kBtRh11mgH1HgALdE19dzlJPXHoGhnbZmDghy+Xoy/3vT2e/BkDh7vxY20IoDafjipbP64Y1NTBUotpWxPcSDtnO162/mg8+TIYP3XzUqLDusNnomMz/b0D5YBY7rvloXWzeFwCeFzX1D2K1WkIoDabjtrelexjxmZ777Zg8fLly41iixOJJZcS4au6pu5ebtErAKpcBZ+ra6q4XJYt0fFr0a2q4Rxt+a8+xYTzxq9ukdI1NVloENMeqM2oo3YsTr4jx7gdbD7reN5amLniDCIe8tb/zwN4G4VxzM3p1B1lEeQg8ChR2c2J324+Gu/eHlCe9VKnpCVBnusY9KEWhV7LwfhbLqu888c3rnw6v860B2oz6qiyCAsXLg9vtcO6fUgxtgbTLFL4YLByIDOfD+JsCKHXR1uH//iTa655wwtIbXOTW3VBQO11K4/Gk+Z1azFQuR2v7ZxttyMeaSD8S+9XP9yQQG02HTVvmxa3uvzbNQMG7a6v7i34CrgcEDxLVB86Z7QreR8YB4g0LPSGqtwYjz5u2U6hsPEvAL/UNfXg8R/YuI210I8skKgVbJk2Q73c9cvT6rG5PMvulrLDTxHjCHDomYmhKLl7FNDx2fAs0QdhjLw5K0yzChr9Q+FcFhvmvOx8M+UdqDg9069eVg5c+d+j8aSoJAd5uWkSvbRltPUEuU4F8JDzNsx+IFjI/DXtgdpsOmo0npTHhKKLVrOMhEbmzLfB6hGo8hjvNr+P8Tb6sIrTNq9gxqotwyN/WbVq1bA9QbEWZHOjH1UMSljmKPm0iTdVQwO1kdz8Cr2ZyndKicaTTymguC0tW9a/oYzN3XzSyT//7+SZi/1SwGgZC3MWm7VSeEPOoDGRqDkDzzj78QjUG8QvpRIjvnnAIvoqmHoAyG4henXWAmoYQKv1988Q6PuMnFbIX8B6q7WmISVqIwHVzV1/NJ580jCUtqHVK8VH01VxBrKwrzEB3KVr6kL78OQXqPYVaqUHI3siR8e691JCtCsZytvl7xjGMBmhp3MG/l7oNO9kgOWsc9200lE3eV9UZMmq7eFfEhkePOP9+qP6BWoxiWrOR8k96ReoNtC93Lu7+nX5IIrGk3JLtmuh91p101F9zGNKqngx69i0XvxRfQJVVIOSaxVyXGt62fqFqbavqBvHlFougmkqK+LFVTegugbEFMae8rLAzSRRLakqRva5lbjwVQLiaCx5PQhdxXARANXB3UqB2og66sTJ3HrPD8LvChncKwFhubq2s0upi4e6AdV5Qi508rUnV8t3/YVO164lfYHHfS5P/b4OU7XUUW1et3X27KcoLFFw7s22jn7az61YOVDmf3fEtyoZOqhOQO15E2C5255mhdbrWu88N4Py+2ZqOuqozvl2xJftloMhIXk2r9Z9fjF+OmywZeNb1QWozoG3LUnuomSxVtfUyVFGLKJamqdM0ISxcGiVWjT2VTEm10tHDSncMsrZOWGmYUZ4tBqn/kJztHVGcb9j8AXlnqm4+XHbNNZW/10A73fruRUAtYpAbWQdtRDQLBurBmBP8zvxCsUIrTEo+0evD/xM+6qiHEKM062gv4/n2Pjcj9N95jVxuRIAtUGAasdZbaFcS27E2IxDuQ0cmm1KVLm5qsSOWg4klgOJBI+Q8Jri5CzlFQmJPh51WnlcDPsgZTxGKxtzQLQNMd4L4AArCLB8kWff9zD49IyW+kO5fp3f6w7UjiXLFhjZ3JpBLSURjTcpJWP4A+261lvkzX95NrTHEw8p4dDhA6tW2j6h5SvZKkk8+bwdUM1LDP9oPPkwDIp68YyKdiVfAqNUCMfh0MicrR13/RNjcz0hl4TmvX02u5AM/iwIEgZdfGrlmjS/2FeojwNYaxik+/GyshutO1Bd8icgm+EcCIA6wwHQKNMPgNooKzXDxxkAdYYDoFGmHwC1UVZqho8zAOoMB0CjTD8AaqOs1AwfZwDUGQ6ARpl+ANRGWakZPs4AqDMcAI0yfU9AjXb1nA3mkwGYD7fqWNaB6Eq9v/f8SsZgvscfG/4ZSBLSklzznaWQsRKEAwH6Jxhn6+ne1ZX0Md3rRmPdf2PQbgByBAwzUAv3S0kDL69TQ5IzN5NOlY0cmM8310CNxpIXgnAaiL7FbDwQAk28257KxciBZxMpHwLzuWBcpqfVM/32H4knLlJYefdYLnRKKJy9noC9GLghlw1f1BLOHcCARmQsHOxPiTNxU5ZILPEfAl5n4F0Axhj4hng3KUSusVGMMQazBGB7hoBzAcwm4J8MbJVJpzynnnQ1GCsSyAvEtHQw3XvddFix9ljPCUx8lRGevd3QqhWv+hlTtCuZJqaHJZ58pKvnm8T81b13WzDXjrAXiSdXSLsZTT3VT/uNUCcSS0i8p68DeA6MNUTK0brW+5NqjT0a7z6SmX4K0GeJMZ+JL86kU553ZFdAjXR1f5xY+fXYZsbcW/r6RIzXvXy2u3uzlreU9UzGJzL9fXf7GZDpYQ58SO9XY+NZSjjt9Ck1/w58sp5WP+qn/UaoE4kl/gHGXZnVqZOiscR3GDgLjPbM6pRe6fgjnYkoCIMgXJjRUl+LxBJ9BByip1OeM9m4Auox8eRCA7jT7XuiSifotr542SvAops1da3bOk66SFfPJ8Gcymjq+zo6ls3LzTLeMAxlXzs4hPX64PGXn1mw+dq1y223NT9dTds6kVjiIQb9ZyitHiqDbIslvi8pdgj0cT2tyjt7X+Xo+NKPKqzcQ8xX6qv7TpFGIrGEpFV/eyad+oDXRmc0UG1whkaUzQcGVr4ZjSfF8VdiIk0EtZUEw4ahfMpLZBOvi1BP+kgscReAeZl0aj8Zh4TDnP+O58YAaJl0qsvv2CKx5CqATwiPvjxrYGDAdPCOxJK/A/FIRkt9wmu7MxqoJvPiyT+DKJHp773L/DPwTEZTD7EZGY0nfgooQ7rWe7VX5jYCfSSWkBDne2XSqfeZ/OhMXAfCYqck9DOPSCx5OcBfZNDqobQaGwdq92MA/TmTTkW9tjnjgSoHKgYekLCL0a6eG8H837qm7rARqJI1hHfUtVTCK3Mbgb4tlvgBAUdl0qmd2rsSHzIM3A/CCDFu0NOpE/3OIdKZuAYKOsGYZSj8kR/3990XiSUkHuqtmXRKgql5KjMeqJMOVPGezwN8ha6pE9mnrajI39M1dR9PnG0Q4kis+2sALRXb5rgFgNfCoHVQsJ+fLdqetqgUxPyIQcrWBD5ETvqReOLvYLo2k1YlDZCnEgDVcaCaCMgbMnYbuq5PIkHD/jtbj/XE3QYgjsaTCWY+mZkyRHxOJp2iSCzxTYA7Muk+yVJCy5cvd4UTme7y5cvFdsqRWOJRgIcy6b6zI7EEE3A+A0czc+/Q6r5er6xxNYBmPfULswodqAh0rjNXZzTe8wQTThQ91iuDpzt9JJa4BcBnHON8xXqwV62h57VHazJp9Qivjc94oJpKvuNAJaAE8Bdd65VEXWYR3ZUYD3pNNOt1MepBbx1w3mDmVaSQqDzbE/gVsPm0eTsmYjCJlHRXSGqw/PMiKdzKIHml+hwbvEEhkpDocjNlHty8lACoJhA3HqjGA+ViX2d69XE9lj6s9/ce54W5jUAbiSUeBtP9mdXq0lqPNxLrVgH6aCad2ttrXwFQRaI6bqiseEhiS504UEW6lr2fmO9nov0z/SvlnXrTlEgs8UtxFsmkU5+s9aQi8eRaiDLsoy9XQI3GEp8D0Y1yXVnryXhpX651wXycnk79yEu9fFrnDdVRx528Qzic/Xc2G37HT2688tmJ7X88ua3cicuWWN1CyDHjRQLfZYT4IvsgV91OCrcWiSUkzeUutsG/XJ/tnYndDcL3ADP4xD0K4yuDq1N/K1dPvkdi3Q8A9EwmnWpzQ++kKQnUaOzzO4LCYhD+iNeGp5j+t+Bsh56+emMKHA8DmLg+Dc+eLw4uckPFhK/np7QRCwBGRwsGc/PQXUHSMGE7g3LtgBIjIF4uRXql/dn1LTvqQZl0SgKWlSxtnUs/QKQ8BOAxAHcCWARgD2Zj36HVV5XNSRCJJf4E4FdVt6OaeYQIOyiMHkAZzVFWKTeZqfwe4rABGK0GoReMZ+3EWn7GsOmBynhM11LO07CfZj3XGbfbss7EH8n0q496bsBjhWi8+xxm/E8m3Vf2BzhuB8UbmfTG8EumjkuYl9FS4tNaskRiiX8SkSSTWF6ONv97UYlq2w8rcfrwOhi/9Lb5LD9Vjpf2nC5/8mcwHR0aoQXiA+ClnWrQmr6/Cu08FYe3ts7ubiL6diad2s5MYlKkHH74KbNmbz06zOBPDaX7frFRIncfRqCfO+/0izRBkXhyHRvGN6pqR7WByuDDM1rq/6qxALVqIxJPfJpAayoBqvNkb0s1MD/CCp3FIX6qVmOXdo3h8KhTH450JfckSc/Tr25Ty36l7Wi85yhm44bcrLEFpSJMd3R0hLKtW2cZdMlQWv3yRqAmLybwGfvsvn2oVKbsw7q65s4zNlsHUJeeVjNe51VQonZ0ff5dWQ5tQSAVhHcQ8yXME1mQvfZRU3oiLGCiM8D4N4OTYcq9PtB/9T+9dioHKmJcK2Yp+0cKxm/Gn6XUvjBhL3urt/ufCrdKyx3vznCIdh24Xv13qZlGOpOngfhSEM5QDNxiKPgsGJfI/2e0lKQxL1okaRozPQmDD87c4N1/uCBQo/GkuGW11H55atLDmK6pkinOUylwoJIT/3yFlaP33H2720tJC08duSAW5xBmulXXVM+e8C6an0QipjcYuQcUQzlw8IbeR8rVj8a7v85M37LeP+WI+Fxd6/tOuXrtxy/9L0NR7lcMY//BG66SQ5WnUgyoLGafkJL7nbQm0hXEdgBXTx3UnJjpDZGi0k/OCB0gZjS/kmjygSr5BzDW18O7PxpPpGQ+U+GxZUm6PxEbx+qrr7rdzXp1dHRvmWsNvT80mnt8YKDvNTd1op3di5hoMByivcpJ7kLtFQVqIxyi8idUqU/CpAOV6YdKH3S6/LlZkEppouMeXBcbYXzAT24Br/13dHS0Zlu3fooJpw9pKcmLWpMitngGLt+yZWQXZ0Jft53NeKDK1qcwSwhvGOCFBBzLwE3yX4C2MA9UxHeDKOeWqb7oGHPItEvSu8Honspn2m2xxFMgXDqkpS73NXYXldriyZPl8WQmnXqnC/JNSIoClcCnEshTnHU/A6hmHQbvw6AVbrf+8ZenOANg06XPKtuaAAWvZ4lTT9gWTLMAljfpNSzyQ2BRYV4UsDLhkkx/rzxdrnmJxBJ/JeBHejolt281KeI6SOBOPd23u58OiuuoflqbJnXcAjUa73lzqgzrXlhjmqeYfus255WXtgvRygM/Yr7bfoRXaXuF+0heDjIWZrQ+Xw7oRYEq9lMOz/ltLQZdqzYpu+EjYk91D9Tks2D6stEy62e1GpOfdpWxkSNAfPFU6ceRWOJ2EJ7PaKm4n/G6qdMW676eQDtl0im5dvVcZrSO2h7vaWOwnLDlVmY6lRcIlJiq+/5ILLEaoK38ODS7ZZrloP1WJp36nNs6TroZDVQ/DGvGOpHOxAoifERPp2rmfBSJJe4l5gf9qhcBUJsReR7nFIkl/xfguBsPKo9NT5BbnlM/yqRTclnguRQD6qsM/qTX7Gqee69yBSsl4l26pm5V5aaburlILJEE4ctuPKD8MkI8r4hxqZ5OrfTThivHaT8NB3UahwPRWOIYA7hkKJ3auVajjsS6nyTQmX6d3AOg1mplGqjdtnhyITFfP4zWPdekrzCvo6tZxI8i25p7DAotyfSr8vTFcwmA6pllzVfh6FhiDwX4ObHySS85Wt1you245C4U4l8b4CPcZpPObzsAqltuNzFdR8eJ22ZbWx5GiBdlrr/qr9We6lHxZbuFOHtXuCW8n58EyTKeAKjVXpUGbK+7u7vlxfX0PAHngMO3ZhWumotn2KAxpqzESPh2ePTl7e3Ifl7ZFADVK8ealD4SS8hjvT0J/CpX0ReZzHDrJFaYx/w8k7bZHQC1SYHXbNOa8UCNxnpOBfFXJZRNEyzuc2C6SE/3mrkHmqnMaKBaIL1MMqEQaC2IzcjIxQoZaGPCYSAsm3YgYGrlcX/a48F0WrOBdWYDNZ58kRj3DKZVV5E7ovGkvEc/Nf/my/p7V21YAH9V19SFtQB7eyw5xISP6Zq6bS3ar1ebMx2oDFBC13r73CxACaBKsosdGfhpuXYIkJijh1bytLtUH9F4TzfAKbeujuXGO12+B0AlnKj3q6vcLEgpoBLjVTeSOdqVXALGtTUDqtV+AFQ3K9ogNJL+BxZQO7q635kzQoWTICj8qoC5jESVlDRPupi6BJXYMQCqC045SAKJagHVPlgVY1+IjJ1zrJxUREedPlt/IFG9/QIagdopUW2gypbp3J5D2ZGFDM6UA2qw9dd2xQOJmidRvQC1rTN5QEjhFIPkuXVYYnW4WC6ha2HgMYXRP5hWL3BRxzWJ/SOb0TpqNJ64AKCi2ZwZdGlG6z3DNVfrTFipRLVBQcAagF1fGDBoPYCdzbwALk1jbllVLaBGuhJRYroMgLzDfw2E7+j9qgTwdR/P3+2gXdC5lqgSOC3H4ScMpiPAeCG/7TAZWxlEt4cou2uhIGVtsZ7DFeKzJR22o+4wEV8w2J+SzBxTXqoFVD8Ho2g8udatuuCFMdUAqhVxRvKWOmN4jYLoPL2/93wv46kWrWugHh3r3itEyiOlthRZeAb/gkAT8YgY9GBG671QcooCfC2T8qA9eGJjP4BOnIpgYIUYZgIVkCjVL1kvUUUqStAN82QOQHKjTmzVBEiGj7dZEZelSSed1zWRHAHCJzeWAgmy+x8AbmK1mmNyu/V3dJw2Z2wuz3IOXskOS/zT/QtMaIMRnj2R1dDrhIW+ZT2NDAxcJnz1VAoCNdKV3I4M6mSCOYEQGw+MgV8QoDLoa5v0QHgi0987ML7w9EPAEKaOF1YekfA08i3Hxt5Ox1k34Pc0G4/EFlBvE30RwFYE7CbpJuXPCngiUAKDxhi4V8BMwA4M2GHAJ9F57B5gesqg8kAl4EsA7nL0W7Qr+0LBLVCj8eTzkvHZ89j9V1ina+oCr9WLPe6T9NeyRY+HumEayiH3RwEqAInpP6kQ4/dyKCgERpvQBAXTaazAjMGp5IyHs8SzbSnd1tmzH4UwkcedDbz56r/fflst0487t36vjJtKept3bu7vq7H1R+NJSfz23wXm+Fq9Hk4WfS7tR/qVBSogycbMQoyrsjButYEajfdcDbAzisY8gO7Ttd6jagWKegDVYSkop3bdq2uq6fwy1UCVMSoKfp2voxJwxqCmXlmr9SjV7pQC1Qv4RcIqCj/gdgvzw7x6ANWWeAB6GTC9tQps7YeKw7GuqXLbNeVAlT7lQMXA9xmQJBIvEtO5g+ne60rx2dR3W4cXkmLMCRPd5ycOarH2SwJVodASAp/urFzuMJUPRufW7wWoU6G/FgKqxO/PkeE6V6fCeN6LLbTQXX++xIzEk6sI+MAkoALPAZtaW6z9aaXtWFONrd/Pj96SwnIIsy0FoWpK4JJApZbNnsboyLvNX30IuxLzTbUAKoDfO5gz/LbNjIXr1uN95awMfhjqrFMIqJabnAB1IhlaiX7mihXAi3mqAqA+xcBaOfBJMjLxoQUwSkAbA0MZTV1iSt86XKGKJM3N2iA/pC3zeDVqGPjE0GrVjFxeSfG19UfiPWcSeD+7Y4cJyjzZhxDaC8Smf2bRb44DGhMdO9GWgTeH0r1r6iVRLaBu5cZf1I8nlF+gEuPHcjmQXz8aTz4s1gC/QDUN+2Y82IrKnmCckqfT2g3+BISJLCgMfj3Tn9K99uYLqO3xpJipngSMxwBlDwLvMqipe9uHKYWUswjYGaCX8r+1gLYzCIcqjNtsk1chKV1noO7HgKReLFn8+JZON6BGY8lrQdi63FzLfBf7s5jzCiX5+Bc2mvNEcr2sp9UTvfbnH6hMF5j20VhPJxF/bVOg8r/Ehpr/Lcw0bISUD+Sbp/IHPmVAzXu2YUnUwwC4ed/u2WWv5kAdfwN2WS0Poflr1XHiKdvmxsbk4iQfqKNMfLwfCZrfx9QDFcqRTFiab56qB1Aj8eSfFPDooLYxZWKjb/3t8cRDBqg1o6n/5VVqVULfHk+ezMAlDrDK7dNtumY+86nYP2DKger2ZmoqJOp4hj5Dno88KzdPCrAVAx+1mO3mMCWHh7fZBxs3C51/GJI6BJxgXZHaV89yTSu3Ybc6vk86TE1cxlhOIwTcz+PPXHZQWPnMzemVE2kg3YyrGjSmjZh4MYPmssK3ZPpToptWDFKLB5sOcaOuOW6eEq8og3Or7FO4qaP63Pptk1d+m5IgWGH+Tg60qwLsmYVxda1P/TJzYS4pOFWuRgGIhUOuE9/ysHBjAFwn+CLwlgwSPwJnHZF++dFJ3nCAUX48ous9Y9V/V9745AfzDwZ+xwZWVOOUXWj+HbHEHjmiXssP4HUQXan39367WmAsxXN35qnWWf/gsbd2qgZQJ0xeRdok8DsNwt4GG9+dCqA6mROJJ1eIuUfX1LKZlj0AueakXm6u/A6mY3HyHTkDfwMgzjR2GSXmqwbTqZP9tuu2XkmgTpiZHKYkUdIrkajFtn67zQCobpduI91UALU9lriSiZYWOjCFWlp2HLj2ihe9j9x9jZJALWZKElAZwKMw81DxPrJVFzBPvZ2BdfnfAqC6Xxy3lBArk/cAAAgdSURBVJUAtdG9p0q65OUb/PO9p5wG/1KeVc4DUyBR3cKy8JnCb3SUQv6ohUaijA1fBoJ5+5VXRkOgvcfCs9a5mUFV/VH9+o6W854qddcfANXNMhemqUSiuu21I75stxwMcfOcpKOCKKP39x7nth2/dL7MU8U6qwSokXji5yHGRVN96nfOpT2W/BoTorqmHuCXofWoF40nnwXh624Dafgd47iLIq5mYC95/UDM1yijL5/uN+apl3FMG6DmD3oq7KheGBXQ1pcDAVDry/+gd5ccCIDqklEBWX05EAC1vvwPenfJgQCoLhkVkNWXAwFQ68v/oHeXHAiA6pJRAVl9OeDqcV++p5PYPAkkzsVmkegoGS31qXyvq1LfSrWZ/62+LAp6nw4c8OU9JZFUOEc72ROgED+d6VdfsIE6+VFgkW953lOT2sz7Nh0YFYyhvhzw5T1V7cd94pE1qc08b636sijofTpwwJf3VKSrp2M8wJm990+OL2V7XY3rBYW/5T/uc7ZZ7uFfrRhnhkfn0HkAW69i6aYQ5c4Z6O8Tp+Wg1JEDwWEKQFdX19w3MfcsYnyJCDfkFONCWZOQoZzJjOOZcPk8rP9uf3+/xDUNSh04UAyo65lxaljJ3m6PacxoeZ9C/DOJf1psnHb81BZl7M/5NIW+lWoza4QPIcIKXVMlyEPNSiSeWEwgAeZfGPyljJaSsJMTJRJP7EOgywG8l8FnZrTU9TUbTNBwUQ4UDjsZSy4VkADYrI68e0t+LJm0elUtxhCNJT+G8TnOB+MrelqdCJJQqL9oLBkBQSIuvwLGqXpalYiHQZkiDpSLKDdFw5i6bsb1UEUk6OFgnBcafekKt25qHR0drbnWbU4B4RwAa0JknBnor1OzdjMGqPl6qAGcLSY1P2wWU5oCnB/or36456/OjABqOT3UH+uAQH/1yznv9ZoaqF71UO/sG68R6K9+Oee+XlMC1dJDLwZwmFc91D3rJlPm6a+/CJHx5UB/9cvNTes1FVCrqYf6ZXGgv/rlXOl6TQPU9njyWAYuB+NRJv5yvj20Nuwr3qqpvzJdDMKeEvp8UFNvmuoxNFN/TQPUaDy5gYlPy/Sn1Om0QJGuRFIy4Oma6nxmPJ2G2BBjaR6gdvV8H8wSIPanIwYtu3V17yv1XIEjO3vmz1Y4zcAnQHSt3t/7xXqOp9H7bhqgykJYYST/z1yU8UhzdQFHdPxHYwYOY9BljZQfdroCuqmAKlJslsIvCUgtoLzO4C9O1f28Za/9PoAtxseALcH8iJ5WJcBtUCrgQFMCVddUxQKt3N9LBrp1DP50rQ5YluFfJLnEVv3ViEERUT2i8Z7rAqBWgE5H1aYFqj3HaDz5GwAfNv+fcccI07HV0l/NHwPxTSAcbPV3n66pB27sOwBqdWBqRuVunmJv/SJRHUBdK0l4GXwpgSa25Ur1V4ceaqoXBJLEca860/4EErV62JoxQJ3IgrfxoDPC4IRX/dXSQ1MAZjkPbJLvKQBq9YCZ31JTAhXAjwAsBDAPgDheP61r6s4OKStZ5qSITvkEWDleT6+8vxSbo7Fl+4MMyZYnjuOvS3IIXVMli55ZovHk361vIwDk38ctdePm4DBVOYCbFajyZGQNiB4Bs4TzfsWWqBaoniPCLQbzDwgkic8EfA8y4ch81z+5EiU2s5PIG7EnGNyuMH2TCXsWAOpcMC6GQjuDWdJU7hqYpyoHqbTQlEAl4Dj7yjIaT5o6qgBVHEcwe/6CHCv3CVAH+9VuYYK1na8yWeqwv062h/ISW02wclHtGSLjIAy/8rw4Xudv/ZZjzH0MWh3YUSsHa1MB1QG68UMTIJJVtn7ZirPWn8e5xrhDT6uHOrZugxg/YcJRTrbaf5d3QNtoSRgnln7Cpt46rhbIfwX1N4VG/rPU7QuCypezeVtoKqBaeqSAdAcQjb+1Yv6CqYsSXcmg3vDwi//IzdrmKadEtdQBA4xPhEZfuj87e+uT5O/Cwy9fk2vdZn8Qfu0EqiVR9w2NvLR7dva27yZwj3XBsI4JPzQhyugyM1Sz8sVy+m/zwqt6M2saoFrb9IkgunAu3rzMftrc3pXsY8bniXA1G8pVrBhPEeMPAP1C13olY55ZovGkCdT8R3uW83VBoDJhfzKUnUkxltp92OqEuByux7zTwHxmcNdfOWCbB6glvKcssEpQCWe6b9miQ051QGHl0/mpGSf5D2zc5nP5bRHhJhukzmUJvKcqB6m5Q1Wnmfq34tYf1boUkMgnc+VETsw6K8rLxMafSklUI2TsrmSVBVDoc/Y2P2LQHsVuuQJ/1OpiommAKmxx6+Fv2TzfzsRfmYe3+kVNcLP1m9u5MTcJwvkAHtU1df/85Qg8/KsLULu1pgKqPalyb6YsqSrZlzfGzxoPn7kERO8hxnvMcxjhr2D+K4HGTVcby31zaf0hzhA/wZup2gC0qYE6cUByEQ1FJCCYtyfQQ1Y9MTW9bP15a1uHZfC+IHquUCyA4BVqbUHaVDpqKVa5eddvbv3Aj3RNPd7ZVjSelGvTzznNU/b34F1/7QE6IySqk43l9FfrBkt8V58g4K/m1g9TBZDr1V85vaICPXTqADrjgJqnvxaMPWVJXjH272jRP8Pga+yr0yD21NQDdMYC1Yv+OkkFCKL51Q+lzWRH9cvFcvproIf65Wx16zWlecori4KI0145NvX0AVAdPA9i+E89AN32GADVLacCurpyIABqXdkfdO6WAwFQ3XIqoKsrBwKg1pX9QeduORAA1S2nArq6cuD/AXTIDGD9VYbAAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}
.sprite.bunk-beds{
    width: 39px;
    height: 37px;
    background-position: -29px -5px;
}
.sprite.loft-beds{
    width: 40px;
    height: 37px;
    background-position: -78px -5px;
}
.sprite.bed-frames{
    width: 48px;
    height: 37px;
    background-position: -5px -52px;
}
.sprite.mattresses{
    width: 40px;
    height: 37px;
    background-position: -50px -130px;
}
.sprite.case-goods{
    width: 55px;
    height: 37px;
    background-position: -63px -90px;
}
.sprite.bean-bags{
    width: 37px;
    height: 37px;
    background-position: -128px -5px;
}
.sprite.accessories{
    width: 29px;
    height: 37px;
    background-position: -128px -52px;
}
.sprite.futons{
    width: 40px;
    height: 37px;
    background-position: -63px -52px;
}
.sprite.learning{
    width: 35px;
    height: 37px;
    background-position: -5px -99px;
}
.sprite.filter{
    width: 70px;
    height: 21px;
    background-position: -128px -99px;
}
.sprite.filter span{
    position: relative;
    bottom: 22px;
    left: 22px;
}
.collection_list li.current .sprite {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
@media only screen and (min-width: 992px){
    .collection_list li:hover .sprite {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
}
.filter a.open .sprite, .filter a:hover .sprite {
    filter: brightness(10) invert(1);
    -webkit-filter: brightness(10) invert(1);
}
.form.password.forget{
    margin: 50px auto;
}
#overview-step .product-item-details {
    width: 100%;
    display: table;
}

#overview-step .product-item-details .product-item-inner {
    display: table-row;
}

#overview-step .product-item-details .table-cell {
    display: table-cell;
    padding: 41px 18px;
}

#overview-step .product-item-details .product-details {
    width: 335px;
    position: relative;
    padding-left: 21px;
    display: inline-block;
    float: left;
}

#overview-step .product-item-details .product-item-name-block .item-options .label{
    font-size: 14px;
}
.opc-block-summary .minicart-items-wrapper{
    max-height: 1000px !important;
}
.opc-block-summary .product-item .subtotal{
    vertical-align: middle;
    display: table-cell;
    text-align: right;
}
@media only screen and (max-width: 768px){
    .opc-block-summary .product-item .subtotal{
        vertical-align: bottom;
    }
}
.mobile_current{
    display: none;
    background-color: #525c68;
    padding: 4px 12px;
    vertical-align: middle;
    margin-bottom: 2px;
    text-align: left;

}
.mobile_current.white{
    background-color: #f5f5f5;

}
.mobile_current.white a p{
    color: #525c68;
}

.mobile_current.white .sprite{
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.mobile_current a{
    display: table;
}
.mobile_current a p{
    color: #fff;
    line-height: 29px;
    float: left;
    margin: 0;
    padding: 6px 0;
    font-size: 20px;
    letter-spacing: -0.2px;
}
.mobile_current .sprite{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    display: inline-block;
    float: left;
    margin-right: 12px;
}
.filter-title {
    display: none;
}
.filter-options{
    display: block !important;
}
.filter_section .bbsidebar-main{
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}
#co-shipping-method-form .item-description{
    background-color: gainsboro;
    padding: 4px;
}
#co-shipping-method-form .item-description span{
    font-size: 13px;
}
.checkout-payment-method .billing-address-same-as-shipping-block label{
    display: inline;
}
.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field {
    min-width: 70px;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../../frontend/Bunkbedscanada/default/en_US/Rokanthemes_RokanBase/css/images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/****************************************/
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-pagination{position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 10px; text-align: center;}
.owl-theme .owl-buttons{
	text-align: center;
	position: absolute;
	top: -78px;
	right: 15px;
	opacity: 1;
	width: 65px;
}
.owl-theme .owl-controls .owl-buttons > div{
	float: left;
	width: 30px;
	height: 30px;
	font-size: 0;
	text-align: center;
	color: #333333;
	background: #eeeeee;

}
.owl-theme .owl-controls .owl-buttons .owl-next{float: right;}
.owl-theme .owl-controls .owl-buttons > div:before{ 
    content: "\f104";
    font-family: FontAwesome;
    font-size: 20px;
    display: block;
    line-height: 28px;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before{
content: "\f105";

}
.owl-theme .owl-controls .owl-buttons > div:hover{color: #fff ;background:#333; }
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 4px;
	background: transparent;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../../frontend/Bunkbedscanada/default/en_US/Rokanthemes_RokanBase/css/images/AjaxLoader.gif) no-repeat center center
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  text-decoration: none;
  white-space: nowrap;
  padding: 6px 15px;
  color: inherit;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/Bunkbedscanada/default/en_US/Rokanthemes_RokanBase/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-single div b:before{
  font-family: 'FontAwesome';
  content: "\f0d7";
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 6px 15px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #e8e8e8;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #b11e22;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #fafafa;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/Bunkbedscanada/default/en_US/Rokanthemes_RokanBase/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../../frontend/Bunkbedscanada/default/en_US/Rokanthemes_RokanBase/css/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../frontend/Bunkbedscanada/default/en_US/Rokanthemes_RokanBase/css/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */

.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Bunkbedscanada/default/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #00699d;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  *display: none;
  cursor: default;
  opacity: 0.1;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Bunkbedscanada/default/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}

.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px;
}

.swatch-attribute-options {
    margin-top: 10px;
}

.swatch-option {
    /*width: 30px;*/
    padding: 1px 2px;
    min-width: 35px;
    max-width: 90px;
    height: 30px;
    float: left;
    margin: 0 10px 5px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(218, 218, 218);
    overflow: hidden;
    text-overflow: ellipsis;
}

.swatch-option.text {
    background: #F0F0F0;
    color: #686868;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 8px;
    min-width: 80px;
    margin-right: 7px;
}

.swatch-option.selected {
    outline: 2px solid #ff5501 !important;
    border: 1px solid #fff !important;
    color: #333;
}

.swatch-option.text.selected {
    background-color: #FFF !important;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option {
    background: rgb(240, 240, 240);
    color: rgb(148, 148, 148);
}

.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected {
    color: black;
    background: #fff;
    border: 1px solid #fff;
}

.swatch-option:not(.disabled):hover {
    outline: 1px solid #999;
    border: 1px solid #fff;
    color: #333;
}

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
}

.swatch-option.disabled {
    cursor: default;
}

.swatch-option.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: -moz-linear-gradient(to left top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 46%, #757575 47%, #757575 53%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(42%,rgba(255,255,255,0)), color-stop(43%,rgba(255,255,255,1)), color-stop(46%,rgba(255,255,255,1)), color-stop(47%,#757575), color-stop(53%,#757575), color-stop(54%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)), color-stop(58%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,#757575 47%,#757575 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,#757575 47%,#757575 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,#757575 47%,#757575 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,#757575 47%,#757575 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.swatch-option-tooltip {
    max-width: 140px;
    /*max-height: 160px;*/
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    padding: 5px;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    text-align: center;
}

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    left: 40%;
    position: absolute;
    bottom: 0;
    height: 8px;
}

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    content: '';
    position: relative;
    top: 1px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
    font-size: 1px;
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    content: '';
    position: relative;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #adadad transparent transparent transparent;
    font-size: 1px;
}

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    width: 130px;
    /*margin: 0 0 5px;*/
    margin: 0 auto;
    background-size: cover !important;
}

.swatch-option-tooltip .title {
    max-width: 140px;
    min-height: 20px;
    max-height: 200px;
    color: rgb(40, 40, 40);
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-opt {
    margin: 20px 0;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.swatch-option-link-layered:focus > div {
    box-shadow: 0 0 3px 1px #68a8e0;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: rgb(40, 40, 40);
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

/* Bugfix for Add To Cart button */
.swatch-opt-listing {
    margin-bottom: 10px;
}

.swatch-option-loading {
    content: url("../../frontend/Bunkbedscanada/default/en_US/Magento_Swatches/images/loader-2.gif");
}

.swatch-input {
    left: -1000px;
    position: absolute;
    visibility: hidden;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/css/colorbox/images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/css/colorbox/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/css/colorbox/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/css/colorbox/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/css/colorbox/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/css/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/css/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/css/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/css/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/css/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/css/colorbox/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/css/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/css/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../../frontend/Bunkbedscanada/default/en_US/Script_QuickView/css/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

#wk-load-conf {
    display: none;
}

#wantptr .unavailable,
#wantptr .available,
#wk-mp-become-seller-box-wrapper .unavailable,
#wk-mp-become-seller-box-wrapper .available {
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0;
    border: medium none;
    float: left;
    min-height: 11px;
    padding: 0 3px 0 30px;
    background: none!important;
}
#wantptr .available.message.success:before,
#wk-mp-become-seller-box-wrapper .available.message.success:before {
    content: "\2714";
    padding: 0 5px;
}
#wantptr .message.success,
#wk-mp-become-seller-box-wrapper .message.success {
    padding: 0!important;
}

#wantptr .message.error:before,
#wk-mp-become-seller-box-wrapper .message.error:before {
    content: "\2715";
    padding: 0 5px;
}
#wantptr .message.error,
#wk-mp-become-seller-box-wrapper .message.error {
    padding: 0!important;
}
#wantptr label.label {
    display: inline-block;
}
#wantptr .questimg {
    display: inline-block;
}
.wk-mp-main{
    margin-bottom: 0;
}

/*commom classes start*/
.wk-mp-design {
    width: 100%;
}
.wk-mp-design .block-account .block-title {
    background-image: none;
}
.wk-mp-design .block{
    margin: 0;
}
.wk-mp-design .product-image img{
    width: 100%;
}
.btn-primary {
    background-color: #0C79D8;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF!important;
    display: inline-block;
    opacity: 0.8;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    text-transform: uppercase;
    padding: 6px 0px;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
}
.wk-profile-links{
    display: inline-block;
    padding: 10px 0;
    width: 30%;
}
.wk-profile-links a:hover{
    text-decoration: none;
}
.wk-mp-fieldset {
    margin: 0;
    border-top: none;
    min-width: 100%;
    width: 250px;
    display: inline-block;
    overflow: auto;
}
.account .column.main{
    width: 100%;
}
.wk-mp-design .form-list .control {width: 100%;box-sizing: border-box;}
.wk-mp-design .form-list .field { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list textarea { width:99%;max-width: 99%;box-sizing: border-box;}
.wk-mp-design .form-list select { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide .control { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide textarea { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide select { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list .input-range input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide .control { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide input.input-text,
.wk-mp-design .form-list-narrow li.wide textarea { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide select { width:100%; box-sizing: border-box;}

#wantptr{display:none;}
.profileurl{
display: inline-block;
width: 100%;
box-sizing: border-box;
}
/*commom classes end*/
#skuavail, #skunotavail {
    display: none;
    float:left;
    width: 100%;
}
.skuavailable{
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0 ;
    border: medium none ;
    float: left;
    min-height: 11px ;
    padding: 0 3px 0 30px ;
    text-transform: capitalize;
    background-size: contain;
}
.skunotavailable{
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0 ;
    border: medium none ;
    float: left;
    min-height: 11px ;
    padding: 0 3px 0 30px ;
    text-transform: capitalize;
    background-size: contain;
}
/*landing page css start*/
.wk-mp-landingpage{
    text-align: center;
}
.wk-mp-banner {
background-size: 100% 100%;
}
.wk-mp-banner-container{
    width: 97.5%;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 1%;
}
.wk-mp-banner img{
    width: 100%;
    display: inherit
}
.wk-marketplace-label{
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 3.3%;
}
.wk-marketplace-label-span{
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3em;
    width: 100%;
}
.wk-marketplace-label-about{
    font-weight: 600;
    letter-spacing: 1px;
}
.wk-mp-icon {
    display: inline-block;
    width: 68%;
}
.wk-mp-icon img{
    display: inline-block;
    width: 100%;
}
.wk-mp-icon-wraper{
    display: inline-block;
    width: 22%;
}

.wk-mp-landing-sellers-wraper{
    width: 284px;
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 10px;
    margin-bottom: 10px;
}
.wk-last-seller{
    margin-right: 0;
}
.wk-mp-landing-sellers{
    padding: 10px;
}
.wk-mp-landing-sellers-img1{
    width: 100%;
}
.wk-mp-landing-sellers-img1 img{
    width: 130px;
    display: inline-block;
    border: 1px solid #eee;
    float: left;
}
.wk-mp-landing-sellers-img2{
    width: 260px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    display: inline-block;
}
.wk-mp-landing-sellers-img2 img{
    width: 100%;
}
.wk-mp-landing-sellers-logo{
    width: 30%;
    float: left;
    display: inline-block;
    border: 1px solid #eee;
    height: 75px;
    position: relative;
}
.wk-mp-landing-sellers-logo img{
    width: 100%;
}
.wk-mp-landing-sellers-details{
    width: 64%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
}
.wk-mp-landing-button{
    font-size: 18px;
    padding: 15px 20px;
}
.wk-mp-label3-container{
    margin-top:10px;width:100%;
}
.wk-mp-label3{
    border: 1px solid #eee;
    padding: 10px;
}
.wk-mp-header {
    color: #FFFFFF;
    padding: 6.5%;
    text-align: center;
}
.wk-mp-header h1 {
    font-size: 3.9em;
    color: #FFFFFF;
    margin-bottom: 0.3em;
    font-weight: bold;
    word-wrap: break-word;
}
.wk-mp-header h2 {
    font-size: 32px;
    color: #FFFFFF;
    text-transform: inherit;
}
.wk-mp-header p {
    margin-bottom: 0;
}
/*end*/

/*product page seller block start*/
.wk-blockdetail {background: none repeat scroll 0 0 #F4F3F3;height: auto;padding: 4px;}
.wk-blockdetail ul.partnerlinks li a{text-decoration:none;}
.wk-blockdetail ul.partnerlinks li a:hover{text-decoration: underline;color: #333;}
.wk-blockdetail ul.partnerlinks li {padding:2px 0px;font-size:12px;}
.wk-blockdetail #twconnect, #fbconnect{display: inline-block;height: 35px;width: 35px;}
.wk-blockdetail #twconnect:hover, #fbconnect:hover{box-shadow: -3px -2px 6px #333333;}
.wk-blockdetail #twconnect{background-image:url('../../frontend/Bunkbedscanada/default/en_US/Webkul_Marketplace/images/tw.png');}
.wk-blockdetail #fbconnect{background-image:url('../../frontend/Bunkbedscanada/default/en_US/Webkul_Marketplace/images/fb.png');}
.wk-block-hover-div{
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    right: -27%;
    min-height: 120px;
    position: absolute;
    top: -35px;
    width: 420px;
    z-index: 999;
    border: 1px solid #BCE8F1;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.wk-block-hover-div img{
    width: 100%;
}
.wk-report-flag-link {
    display: inline-block;
    position: relative;
    padding-left: 22px;
}
.wk-report-flag-link #reportflag::before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "\f024";
    font-family: "font-awesome";
    font-size: 1.7rem;
}
.wk-flagreasons {
  padding: 4px;
}
.wk-alert-modal-content {
  display: none;
}
@media only screen and (max-width: 1085px) {
    .wk-block-hover-div{
        right: -11px;
        width: 275px;
    }
}
@media only screen and (min-width: 1085px) and (max-width: 1191px) {
    .wk-block-hover-div{
        right: -61px;
        width: 275px;
    }
}
@media only screen and (min-width: 770px) and (max-width: 984px) {
    .profile-view {
    width: 325px;
    }
}
.wk-block-hover-div .arrow{height: 23px;position: absolute;right: -17px;top: 31px;width: 50px;}
.wk-block-hover-div:after, .wk-block-hover-div:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    right: 100%;
    position: absolute;
    width: 0;
}
.wk-block-hover-div:after {border-right-color: #FFFFFF;border-width: 7px;top: 36px;}
.wk-block-hover-div:before {border-right-color: #BCE8F1;border-width: 10px;top: 34px;}
.profile-view{
    position: relative;
    width: 436px;
}
/*wk-block new css start*/
.ask-que , #askque, .product-flag, .seller-flag, #reportflag{
    display: inline-block;
    cursor: pointer;
}
.wk-block-font-bold-up{
    text-transform: uppercase;
    font-weight: bold;
}
.wk-block-title-css{
    font-weight: normal;
    margin: 0 5px 0 0;
}
.wk-block-title-css a {
    text-decoration: underline;
}
.wk-block-rating{
    display: inline-block;
    text-align: center;
    background: #11b400;
    color: #fff;
    letter-spacing: 1px;
    min-width: 16px;
    padding: 2px 6px;
    border-radius: 4px;
}
.product-options-bottom{
    padding: 9px;
}
.extra-info{
    max-width: 100%;
    width: 100%;
}
.add-to-cart, .out-of-stock{
    float: left;
}
.wk-seller-block{
    border-left: 1px solid #ccc;
    display: inline-block;
    width: 30%;
    position: relative;
    padding-left: 10px;
    margin-left: 8px;
}
.wk-seller-block:after, .wk-seller-block:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    left: -1px;
    position: absolute;
    width: 0;
    margin-top: -11px;
}
.wk-seller-block:after {
    border-left-color: #FFFFFF;border-width: 7px;top: 36px;
}
.wk-seller-block:before {
    border-left-color: #CCCCCC;border-width: 9px;top: 34px;
}
@media only screen and (min-width: 1180px){
    .wk-seller-block{
        width: 44%;
    }
}

.wk-seller-rating{
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fffeeb;
    box-shadow: 0 2px 8px 2px #848484;
    font-size: 11px;
    position: absolute;
    text-align: left;
    max-width: 350px;
    z-index: 5;
    display: none;
    top: 83%;
    margin-left: -20%;
    width: 120%;
}
.wk-seller-rating:after, .wk-seller-rating:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    bottom: -1px;
    position: absolute;
    width: 0;
    margin-top: -51px;
    margin-left: 22%;
}
.wk-seller-rating:after {
    border-bottom-color: #FFFFFF;border-width: 7px;
    top: 38px;
    margin-right: 22px;
}
.wk-seller-rating:before {
    border-bottom-color: #CCCCCC;border-width: 9px;
    border-width: 7px;
    top: 37px;
}
/*end*/

/*seller list page start*/
.wk-srach-wrapper{
    width:100%;
    display:inline-block;
}
.wk-search input {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.wk-search .control {
    position: relative;
}
.wk-search .button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
}
.wk-search .span{
    padding: 9px 8px;
}
.wk-search button.button span span {
    height: 20px;
    line-height: 20px;
}
.wk-mp-sellerlist-container li{
    padding-left: 0;
    padding-bottom: 1%;
    list-style: none;
}
.wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
    border: 1px solid #eee;
    display: inline-block;
    padding: 5px;
}
.wk-sellerlist-divide1 {
    display: inline-block;
    width: 40%;
    float: left;
    overflow: hidden;
}
.wk-sellerlist-divide1 img {
    width: 85%;
    float: left;
    border: 1px solid #eee;
}
.wk-sellerlist-divide2 {
    text-align: left;
    text-transform: uppercase;
    width: 60%;
    float: left;
}
@media only screen and (min-width: 480px) and (max-width: 480px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 0;
        float: none;
    }
    .wk-sellerlist-divide1 {
        height: auto;
    }
}
@media only screen and (min-width: 481px) and (max-width: 651px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 15px;
        float: left;
        width: 50%;
    }
    .wk-sellerlist-divide1 {
        height: auto;
    }
    .wk-mp-header h1 {
        font-size: 2.9em;
    }
}
@media only screen and (min-width: 652px) and (max-width: 1079px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 15px;
        float: left;
        width: 30%;
    }
    .wk-sellerlist-divide1 {
        height: 95px;
    }
}
@media only screen and (min-width: 1080px){
    .wk-mp-sellerlist-container li{
        margin-right: 1%;
        float: left;
        width: 24%;
    }
    .wk-sellerlist-divide1 {
        height: 95px;
    }
}
/*end*/
/*seller prfile page left css start*/
.wk-logo-block{
    padding-bottom: 10px;
}
.bannerpicrs {
    border-bottom: 5px solid #fc9d36;
    height: 100%;
    width: 99%;
}
.wk-mp-design-inner{
    border: 1px solid #eee;
    padding: 10px;
    padding-bottom:0;
}
.wk-mp-design-inner-last{
    margin-bottom:10px;
    padding-bottom: 10px;
}
.wk-mp-display-block-css{
    display: inline-block;
    width: 100%;
}
.storename {
    font: bold 1em Helvetica Neue,Arial,Sans Serif;
    text-transform:uppercase;
}
.store-name{
    padding: 5px 0;
}
.wk-seller a {
    display: inline-block;
}
#info .section {
    padding: 0px 5px 5px 5px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
.wk-icon{
    background-image: url("../../frontend/Bunkbedscanada/default/en_US/Webkul_Marketplace/images/Seller-Sprite.png");
    background-repeat: no-repeat;
    background-color: transparent;
    height: 18px;
    width: 17px;
    float: left;
    margin-top: 3px;
}
.wk-storeloc-icon{
    background-position: -105px -96px;
    height: 17px;
}
a.cont-name {
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    color: inherit;
    font-weight: normal;
}
.piccountry {
    width: 24px;
    display: inline-block;
}
.wk-contact-input-fields {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wk-mp-design-inner small {
    font-size: smaller;
}

.wk-mp-design-inner .wk-ordertitle-label{
    width: 29%;
    font-weight: bold;
}

/*seller prfile page left css end*/

/*start modal box*/
.ask-que{cursor:pointer;}
#ask-data .errormail {
    bottom: 15px;
    display: none;
    left: 155px;
    position: absolute;
    color: #DF280A;
    font-weight: bold;
}
.wk-clear{clear: both;}

.wk-dash-chart{
    margin-top: 10px;
    border:1px solid #CCCCCC;
}

.modal-title {
margin: 0;
line-height: 1.42857143;
font-size: 18px;
font-family: inherit;
font-weight: 500;
display: inline-block;
}
#ask-data {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    display: none;
    left: 50%;
    margin: -250px 0 0 -280px;
    outline: medium none;
    position: fixed;
    top: 88%;
    width: 510px;
    z-index: 1050;
    padding: 10px;
}
#ask-form, #flag-form {
    display: inline-block;
    width: 98%;
}
.modal-body.form-list.field.wk-flag-form {
    margin: 0px !important;
}
#ask-form textarea { height: 75px;width: 315px; }
#ask-data .label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    padding-left: 20px;
    text-align: left;
    width: 135px;
    vertical-align: top;
}
.wk-modal-btn{
  cursor: pointer;
}
.wk-btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.wk-btn-primary:hover,
.wk-btn-primary:focus,
.wk-btn-primary.focus,
.wk-btn-primary:active,
.wk-btn-primary.active,
.open > .dropdown-toggle.wk-btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.wk-btn-primary:active,
.wk-btn-primary.active,
.open > .dropdown-toggle.wk-btn-primary {
  background-image: none;
}
.wk-btn-primary.disabled,
.wk-btn-primary[disabled],
fieldset[disabled] .wk-btn-primary,
.wk-btn-primary.disabled:hover,
.wk-btn-primary[disabled]:hover,
fieldset[disabled] .wk-btn-primary:hover,
.wk-btn-primary.disabled:focus,
.wk-btn-primary[disabled]:focus,
fieldset[disabled] .wk-btn-primary:focus,
.wk-btn-primary.disabled.focus,
.wk-btn-primary[disabled].focus,
fieldset[disabled] .wk-btn-primary.focus,
.wk-btn-primary.disabled:active,
.wk-btn-primary[disabled]:active,
fieldset[disabled] .wk-btn-primary:active,
.wk-btn-primary.disabled.active,
.wk-btn-primary[disabled].active,
fieldset[disabled] .wk-btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.wk-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.wk-btn-default:hover,
.wk-btn-default:focus,
.wk-btn-default.focus,
.wk-btn-default:active,
.wk-btn-default.active,
.open > .dropdown-toggle.wk-btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.wk-btn-default:active,
.wk-btn-default.active,
.open > .dropdown-toggle.wk-btn-default {
  background-image: none;
}
.wk-btn-default.disabled,
.wk-btn-default[disabled],
fieldset[disabled] .wk-btn-default,
.wk-btn-default.disabled:hover,
.wk-btn-default[disabled]:hover,
fieldset[disabled] .wk-btn-default:hover,
.wk-btn-default.disabled:focus,
.wk-btn-default[disabled]:focus,
fieldset[disabled] .wk-btn-default:focus,
.wk-btn-default.disabled.focus,
.wk-btn-default[disabled].focus,
fieldset[disabled] .wk-btn-default.focus,
.wk-btn-default.disabled:active,
.wk-btn-default[disabled]:active,
fieldset[disabled] .wk-btn-default:active,
.wk-btn-default.disabled.active,
.wk-btn-default[disabled].active,
fieldset[disabled] .wk-btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.wk-btn-default .badge {
  color: #fff;
  background-color: #333;
}
.wk-btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}
.form-control {
width: 315px;
padding: 6px 12px;
margin-bottom: 10px;
font-size: 14px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.modal-body {
    position: relative;
    padding: 15px;
    width: 90%;
}
.form-control:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.wk-btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.modal-header {
  border-bottom: 1px solid #EEEEEE;
  border-radius: 4px 4px 0 0;
  padding: 9px 15px;
  text-align: left;
}
.modal-header h3 { display: inline-block;font-size: 20px;opacity: 0.6; }
.wk-close,
.wk-product-flag-close {
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.wk-seller-flag-close {
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.wk-close:hover,
.wk-product-flag-close:hover,
.wk-product-flag-close:focus,
.wk-seller-flag-close:hover,
.wk-seller-flag-close:focus,
.wk-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-footer:before, .modal-footer:after { content: "";display: table;line-height: 0; }
.modal-footer:before, .modal-footer:after { content: "";display: table;line-height: 0; }
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.error-border { border-color: #FF0000 ; }
.mail-procss { cursor: wait;opacity: 0.5; }
/*end*/

/*profile page right bar css start*/
.wk-feedback-details .mpfeedback{
    width:100%;
    border-right: 1px solid #ccc;
}
.mpfeedback .wk-span{
    width: 40%;
}
.mpfeedback span {
    float: left;
}
.mpfeedback .ratingslider-box {
    background: url("../../frontend/Bunkbedscanada/default/en_US/Webkul_Marketplace/images/rating-sprite.png") repeat-x scroll 0 103% transparent;
    float: left;
    margin-left: 3%;
    height: 16px;
    width: 70px;
}
.mpfeedback .ratingslider-box .rating {
    background: url("../../frontend/Bunkbedscanada/default/en_US/Webkul_Marketplace/images/rating-sprite.png") repeat-x scroll 0 0 transparent;
    height: 16px;
}
.mpfeedback .price{
    width:100%;
    display: inline-block;
}
.mpfeedback .value{
    width:100%;
    display: inline-block;
}
.mpfeedback .quality{
    width:100%;
    display: inline-block;
}
/*profile page right bar css end*/

/*Profile page content css start*/

.wk-social-icon{
    width: 44px;
    height: 44px;
}
.wk-social-icon-instagram{ background-position: 0px 0px; }
.wk-social-icon-pinterest{ background-position: -46px 0px; }
.wk-social-icon-fb{ background-position: -92px 0px; }
.wk-social-icon-tw{ background-position: -138px 0px; }
.wk-social-icon-gplus{ background-position: 0px -46px; }
.wk-social-icon-vimeo{ background-position: -46px -46px }
.wk-social-icon-utube{ background-position: -92px -46px; }
.wk-social-icon-moleskin{ background-position: -138px -46px; }
.wk-profile-pro-css {
    width: 32.33333%;
    margin-right: 1%;
    float: left;
    text-align: center;
}
.wk-profile-image-box{
    border: 1px solid #eee;
    padding: 5px;
}
/*Profile page content css end*/

/*feedback page css start*/
.wk-orderbox-content1{
    display: inline-block;
    width: 98%;
    border-bottom: 1px solid #eee;
}
.wk-orderbox-content2{
    display: inline-block;
    width: 98%;
}
.wk-first-order{
    margin-top: 15px;
}
.wk-orderbox{
    border: 1px solid #ccc;
    display: inline-block;
    width: 99%;
    margin: 5px 0;
    border-radius: 3px;
}
.wk-orderbox-content1{
    display: inline-block;
    width: 98%;
    border-bottom: 1px solid #ccc;
}
.wk-orderbox-content2{
    display: inline-block;
    width: 98%;
}
.wk-orderbox-details{
    width: 78%;
    float: left;
}
.wk-orderbox-details a {
    color: #1e7ec8;
    text-decoration: none;
}
.wk-orderbox-total {
    width: 22%;
    float: left;
    text-align: right;
}
.wk-feedback-details{
float: left;
width: 26%;
padding-bottom: 5px;
}
.wk-feedback-desc{
float: left;
width: 71%;
padding:5px 0px 5px 15px
}
/*end*/

/*collection page content css start*/
.collection-banner > img {
   width: 100%;
}
/*end*/
@media only screen and (min-width: 0px) and (max-width: 640px) {
    #ask-data{
        width: 330px;
        left: 75%;
    }
    #ask-data .label {
        width: 36%;
    }
    .wk-profile-links {
        width: 48%;
    }
}
/*end*/
@media only screen and (max-width: 200px) {
    .modal-body{
        padding: 10px;
    }
    .wk-profile-links a {
        font-size: 0.8rem;
    }
}
.marketplace-index-index .column.main {
    width: 100%;
}

@font-face{
    font-family: 'font-awesome';
    src: url('../../frontend/Bunkbedscanada/default/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.eot');
    src: url('../../frontend/Bunkbedscanada/default/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../frontend/Bunkbedscanada/default/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.woff2') format('woff2'),
         url('../../frontend/Bunkbedscanada/default/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.woff') format('woff'),
         url('../../frontend/Bunkbedscanada/default/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.ttf') format('truetype'),
         url('../../frontend/Bunkbedscanada/default/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.svg#icons-blank-theme') format('svg');
    font-weight: normal;
    font-style: normal
}

.wk-seller-card-container * {
    box-sizing: border-box;
}

.wk-ask-question-link #askque::before {
    position: absolute;
    left: 0;
    top: -3px;
    content: "\f0e0";
    font-family: "font-awesome";
    font-size: 1.7rem;
}

.wk-seller-card-row {
    display: inline-block;
    width: 100%;
    padding: 2px 0px;
}
.wk-ask-question-link {
    display: inline-block;
    position: relative;
    padding-left: 22px;
}
.wk-seller-block::before, .wk-seller-block::after {
    display: none;
}
.wk-seller-block.wk-block {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    order: -2;
}
.wk-seller-rating-number::before {
    position: absolute;
    left: 8px;
    top: 2px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.4rem;
    color: #fff;
}

.wk-seller-rating-number {
    display: inline-block;
    background: #11b400;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
}
.wk-seller-rating-number {
    padding-left: 27px;
    padding-right: 10px;
}
.wk-seller-rating-block {
    display: inline-block;
    position: relative;
}
.wk-seller-card-col {
    display: inline-block;
    margin-right: 25px;
}
.wk-seller-rating.wk-mp-design-inner {
    width: 225px;
    top: 30px;
    left: -35px;
}


.wk-seller-product-count::before {
    position: absolute;
    left: 0;
    top: -4px;
    content: "\f1b2";
    font-family: "font-awesome";
    font-size: 2rem;
}

body .wk-seller-product-count {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
}
.wk-seller-card-col {
    margin-top: 5px;
    margin-bottom: 5px;
}

body .wk-seller-location-link {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    color: #555;
    margin: 2px 0;
}
.wk-seller-location-link::before {
    position: absolute;
    left: 0;
    top: -3px;
    content: "\f041";
    font-family: "font-awesome";
    font-size: 2rem;
    color:#363636;
}
.wk-block-title-css a {
    text-decoration: none;
    font-weight: 600;
}
.wk-block-font-bold-up{
    text-transform: unset;
}
.wk-seller-card-container {
    display: inline-block;
    width: 100%;
}

.wk-seller-card-product-block {
    display: inline-block;
    width: 600px;
    font-size: 1.4rem;
}
.wk-seller-card-details-block {
    display: inline-block;
    width: calc(100% - 600px);
    font-size: 0;
}
.wk-seller-card-details-content-block {
    display: inline-block;
    width: calc(100% - 130px);
    font-size: 1.4rem;
    vertical-align: middle;
    padding-left: 15px;
}
.wk-seller-card-details-img-block {
    display: inline-block;
    width: 130px;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    font-size: 0px;
    overflow: hidden;
    vertical-align: middle;
}

.wk-seller-card-details-block .wk-seller-rating-block {
    display: inline-block;
    vertical-align: middle;
}
.wk-seller-card-details-block .wk-seller-shop-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.wk-seller-card-details-block .wk-seller-shop-title a {
    color: #363636;
    font-size: 25px;
}
.wk-seller-card-details-block .wk-ask-question-link {
    padding-left: 0px;
}
.wk-seller-card-details-block .wk-ask-question-link #askque::before {
    display: none;
}
.wk-seller-card-details-block .wk-ask-question-link #askque {
    display: inline-block;
    background: #1979c3;
    color: #fff;
    padding: 3px 15px;
    border-radius: 2px;
    font-weight: 600;
    text-align: center;
}

.wk-seller-card-details-block .wk-ask-question-link #askque:hover {
    background: #006bb4;
    text-decoration: none;
}

body .wk-seller-card-details-block  .wk-seller-location-link {
    margin-bottom: 5px;
}
.wk-seller-card-container.wk-card-type2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    font-size: 0px;
}

.wk-seller-card-product {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 5px;
    padding: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 0;
    position: relative;
    vertical-align: top;
}
.wk-seller-card-product-block {
    vertical-align: bottom;
}
.wk-seller-card-product-container {
    display: inline-block;
    float: right;
    font-size: 0px;
    text-align: center;
}
.wk-seller-card-product a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    border: 1px solid #ccc;
}
.wk-seller-card-product img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}
.wk-seller-card-product span {
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.wk-seller-rating-value {
    display: inline-block;
    background: #11b400;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
}
.wk-seller-rating-value {
    padding-left: 25px;
    padding-right: 17px;
}
.wk-seller-rating-number {
    padding-left: 25px;
    padding-right: 17px;
}
.wk-seller-rating-value::before {
    position: absolute;
    left: 8px;
    top: 4px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.3rem;
    color: #fff;
}
.wk-seller-rating-number::before {
    position: absolute;
    left: 8px;
    top: 4px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.3rem;
    color: #fff;
}
.wk-seller-rating-number::after {
    position: absolute;
    right: 5px;
    top: 4px;
    content: "\f0d7";
    font-family: "font-awesome";
    font-size: 1.2rem;
    color: #fff;
}
.seller-collection-actions {
  margin-top: 10px;
}
.wk-seller-rating::after, .wk-seller-rating::before {
    margin-left: 30%;
}
.wk-seller-card-details-img-block a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 960px) {
    .wk-seller-card-details-block {
        vertical-align: middle;
        width: calc(100% - 300px);
    }
    .wk-seller-card-product-block {
        vertical-align: middle;
        width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .wk-seller-card-container.wk-card-type1 {
        margin: 15px 0;
    }
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating.wk-mp-design-inner {
        left: 12px;
    }
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating::after,
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating::before {
        margin-left: 7%;
    }
}

@media only screen and (max-width: 640px) {
    .wk-seller-card-details-block {
        width: 100%;
        margin-bottom: 20px;
    }
    .wk-seller-card-product-block {
        width: 100%;
    }
    .wk-seller-card-details-block .wk-seller-shop-title {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }
    .wk-seller-rating::after, .wk-seller-rating::before {
        margin-left: 50%;
    }
    .wk-seller-rating.wk-mp-design-inner {
        left: -85px;
    }
}

.wk-mp-fieldset .order-products-toolbar.toolbar.bottom {
    margin-top: 10px;
}
body .wk-mp-design .toolbar .pages {
    display: inline-block;
    position: relative;
    width: auto;
}

.wk-mp-design .toolbar .limiter {
    float: right;
}
.page-products.page-with-filter.fieldset.wk-mp-fieldset {
    overflow: unset;
}
.wk-seller-feedback-title {
    padding: 5px 0;
}

#ask-form textarea.wk-full-width {
    width: 100%;
}
.wk-full-width {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .wk-mp-design .toolbar .limiter {
        width: 100%;
    }
}
.wk-profile-alert strong {
    margin-right: 5px;
}
.page-layout-seller-2columns-left .wk-profile-links-container * {
    box-sizing: border-box;
}
.wk-profile-links-container * {
    box-sizing: border-box;
}
.wk-profile-links-container .btn-primary {

}
.field.profile.wk-profile-links-container {
    font-size: 0;
}
.wk-profile-links-container .wk-profile-links {
    width: 400px;
    max-width: 50%;
    text-align: center;
}
.wk-profile-links-container .btn-primary {
    padding: 7px;
    border-radius: 2px;
}
.wk-profile-links-container .wk-profile-links:nth-child(2n+1) {
    padding-right: 5px;
}
.wk-profile-links-container .wk-profile-links:nth-child(2n) {
    padding-left: 5px;
}
@media only screen and (max-width: 480px) {
    .wk-profile-links-container .wk-profile-links:nth-child(n) {
        width:100%;
        max-width: unset;
        padding: 10px 0;
    }
}
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_VendorPos
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
@font-face {
    font-family: "webkulpos";
    src: url("../../frontend/Bunkbedscanada/default/en_US/Webkul_VendorPos/fonts/webkulpos.woff") format("woff"), url("../../frontend/Bunkbedscanada/default/en_US/Webkul_VendorPos/fonts/webkulpos.ttf") format("truetype"), url("../../frontend/Bunkbedscanada/default/en_US/Webkul_VendorPos/fonts/webkulpos.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.wk-mp-menu .wk-vendor-pos-menu.level-0 > a:before {
    font-family: "webkulpos";
    content: "\0040";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.number_check{
    width: 100%;
}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
.mana-overlay {
  position: absolute;
  background: white;
  filter: alpha(opacity=0);
  /* percent */
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 10000;
}
#mana-please-wait {
  position: absolute;
  color: #d85909;
  font-size: 1.1em;
  text-align: center;
  z-index: 20000;
}
#mana-please-wait p {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 120px;
  margin-left: -120px;
  padding: 15px 60px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #3399cc;
  color: #3399cc;
  text-align: center;
  z-index: 20100;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: content-box;
}
#mana-please-wait p img {
  margin: 10px auto 0;
}
/**
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */
.filter-options-content .mana-selected.mana-tree-item,
.filter-options-content .mana-selected.item a,
.filter-options-content .mana-selected.item .count,
.filter-options-content .mana-selected.item .label {
  color: #ff5501;
}
.mana-filter-block {
  position: relative;
}
